/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/app.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/app.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.core.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/app.scss?ngGlobalStyle (2) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(42 133 255 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(42 133 255 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.static{
  position: static !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.sticky{
  position: sticky !important;
}
.inset-0{
  inset: 0px !important;
}
.bottom-0{
  bottom: 0px !important;
}
.bottom-3{
  bottom: 0.75rem !important;
}
.left-0{
  left: 0px !important;
}
.left-1\/2{
  left: 50% !important;
}
.left-4{
  left: 1rem !important;
}
.right-0{
  right: 0px !important;
}
.right-0\.5{
  right: 0.125rem !important;
}
.right-10{
  right: 2.5rem !important;
}
.top-0{
  top: 0px !important;
}
.top-0\.5{
  top: 0.125rem !important;
}
.top-1\/2{
  top: 50% !important;
}
.z-\[1\]{
  z-index: 1 !important;
}
.col-span-1{
  grid-column: span 1 / span 1 !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-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-full{
  grid-column: 1 / -1 !important;
}
.m-0{
  margin: 0px !important;
}
.-mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !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-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-2\.5{
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !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-4{
  margin-left: -1rem !important;
  margin-right: -1rem !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-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}
.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}
.-mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-mx-80{
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}
.-my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !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-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.-my-2\.5{
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !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-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !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-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.-my-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}
.-my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.-my-80{
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !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-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-2\.5{
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !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-4{
  margin-left: 1rem !important;
  margin-right: 1rem !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-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}
.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}
.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-80{
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !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-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !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-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !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-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.-mb-10{
  margin-bottom: -2.5rem !important;
}
.-mb-12{
  margin-bottom: -3rem !important;
}
.-mb-14{
  margin-bottom: -3.5rem !important;
}
.-mb-16{
  margin-bottom: -4rem !important;
}
.-mb-2{
  margin-bottom: -0.5rem !important;
}
.-mb-2\.5{
  margin-bottom: -0.625rem !important;
}
.-mb-20{
  margin-bottom: -5rem !important;
}
.-mb-24{
  margin-bottom: -6rem !important;
}
.-mb-28{
  margin-bottom: -7rem !important;
}
.-mb-4{
  margin-bottom: -1rem !important;
}
.-mb-40{
  margin-bottom: -10rem !important;
}
.-mb-44{
  margin-bottom: -11rem !important;
}
.-mb-48{
  margin-bottom: -12rem !important;
}
.-mb-6{
  margin-bottom: -1.5rem !important;
}
.-mb-60{
  margin-bottom: -15rem !important;
}
.-mb-64{
  margin-bottom: -16rem !important;
}
.-mb-8{
  margin-bottom: -2rem !important;
}
.-mb-80{
  margin-bottom: -20rem !important;
}
.-me-10{
  margin-inline-end: -2.5rem !important;
}
.-me-12{
  margin-inline-end: -3rem !important;
}
.-me-14{
  margin-inline-end: -3.5rem !important;
}
.-me-16{
  margin-inline-end: -4rem !important;
}
.-me-2{
  margin-inline-end: -0.5rem !important;
}
.-me-2\.5{
  margin-inline-end: -0.625rem !important;
}
.-me-20{
  margin-inline-end: -5rem !important;
}
.-me-24{
  margin-inline-end: -6rem !important;
}
.-me-28{
  margin-inline-end: -7rem !important;
}
.-me-4{
  margin-inline-end: -1rem !important;
}
.-me-40{
  margin-inline-end: -10rem !important;
}
.-me-44{
  margin-inline-end: -11rem !important;
}
.-me-48{
  margin-inline-end: -12rem !important;
}
.-me-6{
  margin-inline-end: -1.5rem !important;
}
.-me-60{
  margin-inline-end: -15rem !important;
}
.-me-64{
  margin-inline-end: -16rem !important;
}
.-me-8{
  margin-inline-end: -2rem !important;
}
.-me-80{
  margin-inline-end: -20rem !important;
}
.-ml-10{
  margin-left: -2.5rem !important;
}
.-ml-12{
  margin-left: -3rem !important;
}
.-ml-14{
  margin-left: -3.5rem !important;
}
.-ml-16{
  margin-left: -4rem !important;
}
.-ml-2{
  margin-left: -0.5rem !important;
}
.-ml-2\.5{
  margin-left: -0.625rem !important;
}
.-ml-20{
  margin-left: -5rem !important;
}
.-ml-24{
  margin-left: -6rem !important;
}
.-ml-28{
  margin-left: -7rem !important;
}
.-ml-4{
  margin-left: -1rem !important;
}
.-ml-40{
  margin-left: -10rem !important;
}
.-ml-44{
  margin-left: -11rem !important;
}
.-ml-48{
  margin-left: -12rem !important;
}
.-ml-6{
  margin-left: -1.5rem !important;
}
.-ml-60{
  margin-left: -15rem !important;
}
.-ml-64{
  margin-left: -16rem !important;
}
.-ml-8{
  margin-left: -2rem !important;
}
.-ml-80{
  margin-left: -20rem !important;
}
.-mr-10{
  margin-right: -2.5rem !important;
}
.-mr-12{
  margin-right: -3rem !important;
}
.-mr-14{
  margin-right: -3.5rem !important;
}
.-mr-16{
  margin-right: -4rem !important;
}
.-mr-2{
  margin-right: -0.5rem !important;
}
.-mr-2\.5{
  margin-right: -0.625rem !important;
}
.-mr-20{
  margin-right: -5rem !important;
}
.-mr-24{
  margin-right: -6rem !important;
}
.-mr-28{
  margin-right: -7rem !important;
}
.-mr-4{
  margin-right: -1rem !important;
}
.-mr-40{
  margin-right: -10rem !important;
}
.-mr-44{
  margin-right: -11rem !important;
}
.-mr-48{
  margin-right: -12rem !important;
}
.-mr-6{
  margin-right: -1.5rem !important;
}
.-mr-60{
  margin-right: -15rem !important;
}
.-mr-64{
  margin-right: -16rem !important;
}
.-mr-8{
  margin-right: -2rem !important;
}
.-mr-80{
  margin-right: -20rem !important;
}
.-ms-10{
  margin-inline-start: -2.5rem !important;
}
.-ms-12{
  margin-inline-start: -3rem !important;
}
.-ms-14{
  margin-inline-start: -3.5rem !important;
}
.-ms-16{
  margin-inline-start: -4rem !important;
}
.-ms-2{
  margin-inline-start: -0.5rem !important;
}
.-ms-2\.5{
  margin-inline-start: -0.625rem !important;
}
.-ms-20{
  margin-inline-start: -5rem !important;
}
.-ms-24{
  margin-inline-start: -6rem !important;
}
.-ms-28{
  margin-inline-start: -7rem !important;
}
.-ms-4{
  margin-inline-start: -1rem !important;
}
.-ms-40{
  margin-inline-start: -10rem !important;
}
.-ms-44{
  margin-inline-start: -11rem !important;
}
.-ms-48{
  margin-inline-start: -12rem !important;
}
.-ms-6{
  margin-inline-start: -1.5rem !important;
}
.-ms-60{
  margin-inline-start: -15rem !important;
}
.-ms-64{
  margin-inline-start: -16rem !important;
}
.-ms-8{
  margin-inline-start: -2rem !important;
}
.-ms-80{
  margin-inline-start: -20rem !important;
}
.-mt-10{
  margin-top: -2.5rem !important;
}
.-mt-12{
  margin-top: -3rem !important;
}
.-mt-14{
  margin-top: -3.5rem !important;
}
.-mt-16{
  margin-top: -4rem !important;
}
.-mt-2{
  margin-top: -0.5rem !important;
}
.-mt-2\.5{
  margin-top: -0.625rem !important;
}
.-mt-20{
  margin-top: -5rem !important;
}
.-mt-24{
  margin-top: -6rem !important;
}
.-mt-28{
  margin-top: -7rem !important;
}
.-mt-4{
  margin-top: -1rem !important;
}
.-mt-40{
  margin-top: -10rem !important;
}
.-mt-44{
  margin-top: -11rem !important;
}
.-mt-48{
  margin-top: -12rem !important;
}
.-mt-6{
  margin-top: -1.5rem !important;
}
.-mt-60{
  margin-top: -15rem !important;
}
.-mt-64{
  margin-top: -16rem !important;
}
.-mt-8{
  margin-top: -2rem !important;
}
.-mt-80{
  margin-top: -20rem !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-12{
  margin-bottom: 3rem !important;
}
.mb-14{
  margin-bottom: 3.5rem !important;
}
.mb-16{
  margin-bottom: 4rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-2\.5{
  margin-bottom: 0.625rem !important;
}
.mb-20{
  margin-bottom: 5rem !important;
}
.mb-24{
  margin-bottom: 6rem !important;
}
.mb-28{
  margin-bottom: 7rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-40{
  margin-bottom: 10rem !important;
}
.mb-44{
  margin-bottom: 11rem !important;
}
.mb-48{
  margin-bottom: 12rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-60{
  margin-bottom: 15rem !important;
}
.mb-64{
  margin-bottom: 16rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.mb-80{
  margin-bottom: 20rem !important;
}
.mb-\[35px\]{
  margin-bottom: 35px !important;
}
.me-10{
  margin-inline-end: 2.5rem !important;
}
.me-12{
  margin-inline-end: 3rem !important;
}
.me-14{
  margin-inline-end: 3.5rem !important;
}
.me-16{
  margin-inline-end: 4rem !important;
}
.me-2{
  margin-inline-end: 0.5rem !important;
}
.me-2\.5{
  margin-inline-end: 0.625rem !important;
}
.me-20{
  margin-inline-end: 5rem !important;
}
.me-24{
  margin-inline-end: 6rem !important;
}
.me-28{
  margin-inline-end: 7rem !important;
}
.me-4{
  margin-inline-end: 1rem !important;
}
.me-40{
  margin-inline-end: 10rem !important;
}
.me-44{
  margin-inline-end: 11rem !important;
}
.me-48{
  margin-inline-end: 12rem !important;
}
.me-6{
  margin-inline-end: 1.5rem !important;
}
.me-60{
  margin-inline-end: 15rem !important;
}
.me-64{
  margin-inline-end: 16rem !important;
}
.me-8{
  margin-inline-end: 2rem !important;
}
.me-80{
  margin-inline-end: 20rem !important;
}
.ml-10{
  margin-left: 2.5rem !important;
}
.ml-12{
  margin-left: 3rem !important;
}
.ml-14{
  margin-left: 3.5rem !important;
}
.ml-16{
  margin-left: 4rem !important;
}
.ml-2{
  margin-left: 0.5rem !important;
}
.ml-2\.5{
  margin-left: 0.625rem !important;
}
.ml-20{
  margin-left: 5rem !important;
}
.ml-24{
  margin-left: 6rem !important;
}
.ml-28{
  margin-left: 7rem !important;
}
.ml-4{
  margin-left: 1rem !important;
}
.ml-40{
  margin-left: 10rem !important;
}
.ml-44{
  margin-left: 11rem !important;
}
.ml-48{
  margin-left: 12rem !important;
}
.ml-6{
  margin-left: 1.5rem !important;
}
.ml-60{
  margin-left: 15rem !important;
}
.ml-64{
  margin-left: 16rem !important;
}
.ml-8{
  margin-left: 2rem !important;
}
.ml-80{
  margin-left: 20rem !important;
}
.ml-auto{
  margin-left: auto !important;
}
.mr-10{
  margin-right: 2.5rem !important;
}
.mr-12{
  margin-right: 3rem !important;
}
.mr-14{
  margin-right: 3.5rem !important;
}
.mr-16{
  margin-right: 4rem !important;
}
.mr-2{
  margin-right: 0.5rem !important;
}
.mr-2\.5{
  margin-right: 0.625rem !important;
}
.mr-20{
  margin-right: 5rem !important;
}
.mr-24{
  margin-right: 6rem !important;
}
.mr-28{
  margin-right: 7rem !important;
}
.mr-4{
  margin-right: 1rem !important;
}
.mr-40{
  margin-right: 10rem !important;
}
.mr-44{
  margin-right: 11rem !important;
}
.mr-48{
  margin-right: 12rem !important;
}
.mr-6{
  margin-right: 1.5rem !important;
}
.mr-60{
  margin-right: 15rem !important;
}
.mr-64{
  margin-right: 16rem !important;
}
.mr-8{
  margin-right: 2rem !important;
}
.mr-80{
  margin-right: 20rem !important;
}
.ms-10{
  margin-inline-start: 2.5rem !important;
}
.ms-12{
  margin-inline-start: 3rem !important;
}
.ms-14{
  margin-inline-start: 3.5rem !important;
}
.ms-16{
  margin-inline-start: 4rem !important;
}
.ms-2{
  margin-inline-start: 0.5rem !important;
}
.ms-2\.5{
  margin-inline-start: 0.625rem !important;
}
.ms-20{
  margin-inline-start: 5rem !important;
}
.ms-24{
  margin-inline-start: 6rem !important;
}
.ms-28{
  margin-inline-start: 7rem !important;
}
.ms-4{
  margin-inline-start: 1rem !important;
}
.ms-40{
  margin-inline-start: 10rem !important;
}
.ms-44{
  margin-inline-start: 11rem !important;
}
.ms-48{
  margin-inline-start: 12rem !important;
}
.ms-6{
  margin-inline-start: 1.5rem !important;
}
.ms-60{
  margin-inline-start: 15rem !important;
}
.ms-64{
  margin-inline-start: 16rem !important;
}
.ms-8{
  margin-inline-start: 2rem !important;
}
.ms-80{
  margin-inline-start: 20rem !important;
}
.mt-0{
  margin-top: 0px !important;
}
.mt-1{
  margin-top: 0.25rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-12{
  margin-top: 3rem !important;
}
.mt-14{
  margin-top: 3.5rem !important;
}
.mt-16{
  margin-top: 4rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-2\.5{
  margin-top: 0.625rem !important;
}
.mt-20{
  margin-top: 5rem !important;
}
.mt-24{
  margin-top: 6rem !important;
}
.mt-28{
  margin-top: 7rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-40{
  margin-top: 10rem !important;
}
.mt-44{
  margin-top: 11rem !important;
}
.mt-48{
  margin-top: 12rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mt-60{
  margin-top: 15rem !important;
}
.mt-64{
  margin-top: 16rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-80{
  margin-top: 20rem !important;
}
.line-clamp-1{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.line-clamp-2{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.line-clamp-3{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex !important;
}
.grid{
  display: grid !important;
}
.inline-grid{
  display: inline-grid !important;
}
.hidden{
  display: none !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-2{
  height: 0.5rem !important;
}
.h-20{
  height: 5rem !important;
}
.h-4{
  height: 1rem !important;
}
.h-40{
  height: 10rem !important;
}
.h-5{
  height: 1.25rem !important;
}
.h-52{
  height: 13rem !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-\[100px\]{
  height: 100px !important;
}
.h-\[150px\]{
  height: 150px !important;
}
.h-\[153px\]{
  height: 153px !important;
}
.h-\[200px\]{
  height: 200px !important;
}
.h-\[213px\]{
  height: 213px !important;
}
.h-\[26px\]{
  height: 26px !important;
}
.h-\[300px\]{
  height: 300px !important;
}
.h-\[35px\]{
  height: 35px !important;
}
.h-\[51px\]{
  height: 51px !important;
}
.h-\[600px\]{
  height: 600px !important;
}
.h-\[60px\]{
  height: 60px !important;
}
.h-\[70vh\]{
  height: 70vh !important;
}
.h-\[71px\]{
  height: 71px !important;
}
.h-\[76px\]{
  height: 76px !important;
}
.h-\[84px\]{
  height: 84px !important;
}
.h-\[calc\(100vh-178px\)\]{
  height: calc(100vh - 178px) !important;
}
.h-\[calc\(100vh-180px\)\]{
  height: calc(100vh - 180px) !important;
}
.h-auto{
  height: auto !important;
}
.h-full{
  height: 100% !important;
}
.max-h-\[46px\]{
  max-height: 46px !important;
}
.min-h-11{
  min-height: 2.75rem !important;
}
.min-h-\[230px\]{
  min-height: 230px !important;
}
.min-h-\[242px\]{
  min-height: 242px !important;
}
.min-h-\[46px\]{
  min-height: 46px !important;
}
.min-h-\[calc\(100vh-160px\)\]{
  min-height: calc(100vh - 160px) !important;
}
.min-h-screen{
  min-height: 100vh !important;
}
.w-10{
  width: 2.5rem !important;
}
.w-12{
  width: 3rem !important;
}
.w-16{
  width: 4rem !important;
}
.w-2{
  width: 0.5rem !important;
}
.w-2\/12{
  width: 16.666667% !important;
}
.w-2\/4{
  width: 50% !important;
}
.w-20{
  width: 5rem !important;
}
.w-24{
  width: 6rem !important;
}
.w-3\/12{
  width: 25% !important;
}
.w-4\/12{
  width: 33.333333% !important;
}
.w-48{
  width: 12rem !important;
}
.w-5{
  width: 1.25rem !important;
}
.w-5\/12{
  width: 41.666667% !important;
}
.w-6\/12{
  width: 50% !important;
}
.w-7{
  width: 1.75rem !important;
}
.w-8{
  width: 2rem !important;
}
.w-8\/12{
  width: 66.666667% !important;
}
.w-\[100px\]{
  width: 100px !important;
}
.w-\[120px\]{
  width: 120px !important;
}
.w-\[140px\]{
  width: 140px !important;
}
.w-\[150px\]{
  width: 150px !important;
}
.w-\[167px\]{
  width: 167px !important;
}
.w-\[180px\]{
  width: 180px !important;
}
.w-\[200px\]{
  width: 200px !important;
}
.w-\[213px\]{
  width: 213px !important;
}
.w-\[220px\]{
  width: 220px !important;
}
.w-\[250px\]{
  width: 250px !important;
}
.w-\[25px\]{
  width: 25px !important;
}
.w-\[260px\]{
  width: 260px !important;
}
.w-\[280px\]{
  width: 280px !important;
}
.w-\[30px\]{
  width: 30px !important;
}
.w-\[352px\]{
  width: 352px !important;
}
.w-\[35px\]{
  width: 35px !important;
}
.w-\[500px\]{
  width: 500px !important;
}
.w-\[50px\]{
  width: 50px !important;
}
.w-\[51px\]{
  width: 51px !important;
}
.w-\[58px\]{
  width: 58px !important;
}
.w-\[68px\]{
  width: 68px !important;
}
.w-\[72px\]{
  width: 72px !important;
}
.w-\[82px\]{
  width: 82px !important;
}
.w-\[84px\]{
  width: 84px !important;
}
.w-\[91px\]{
  width: 91px !important;
}
.w-\[97px\]{
  width: 97px !important;
}
.w-\[99px\]{
  width: 99px !important;
}
.w-auto{
  width: auto !important;
}
.w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full{
  width: 100% !important;
}
.min-w-fit{
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.min-w-max{
  min-width: max-content !important;
}
.max-w-\[160px\]{
  max-width: 160px !important;
}
.max-w-\[280px\]{
  max-width: 280px !important;
}
.max-w-\[70\%\]{
  max-width: 70% !important;
}
.max-w-\[90\%\]{
  max-width: 90% !important;
}
.max-w-full{
  max-width: 100% !important;
}
.flex-grow{
  flex-grow: 1 !important;
}
.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), 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;
}
.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), 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;
}
.rotate-180{
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), 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{
  transform: translate(var(--tw-translate-x), 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;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
.cursor-auto{
  cursor: auto !important;
}
.cursor-move{
  cursor: move !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.-scroll-mx-10{
  scroll-margin-left: -2.5rem !important;
  scroll-margin-right: -2.5rem !important;
}
.-scroll-mx-12{
  scroll-margin-left: -3rem !important;
  scroll-margin-right: -3rem !important;
}
.-scroll-mx-14{
  scroll-margin-left: -3.5rem !important;
  scroll-margin-right: -3.5rem !important;
}
.-scroll-mx-16{
  scroll-margin-left: -4rem !important;
  scroll-margin-right: -4rem !important;
}
.-scroll-mx-2{
  scroll-margin-left: -0.5rem !important;
  scroll-margin-right: -0.5rem !important;
}
.-scroll-mx-2\.5{
  scroll-margin-left: -0.625rem !important;
  scroll-margin-right: -0.625rem !important;
}
.-scroll-mx-20{
  scroll-margin-left: -5rem !important;
  scroll-margin-right: -5rem !important;
}
.-scroll-mx-24{
  scroll-margin-left: -6rem !important;
  scroll-margin-right: -6rem !important;
}
.-scroll-mx-28{
  scroll-margin-left: -7rem !important;
  scroll-margin-right: -7rem !important;
}
.-scroll-mx-4{
  scroll-margin-left: -1rem !important;
  scroll-margin-right: -1rem !important;
}
.-scroll-mx-40{
  scroll-margin-left: -10rem !important;
  scroll-margin-right: -10rem !important;
}
.-scroll-mx-44{
  scroll-margin-left: -11rem !important;
  scroll-margin-right: -11rem !important;
}
.-scroll-mx-48{
  scroll-margin-left: -12rem !important;
  scroll-margin-right: -12rem !important;
}
.-scroll-mx-6{
  scroll-margin-left: -1.5rem !important;
  scroll-margin-right: -1.5rem !important;
}
.-scroll-mx-60{
  scroll-margin-left: -15rem !important;
  scroll-margin-right: -15rem !important;
}
.-scroll-mx-64{
  scroll-margin-left: -16rem !important;
  scroll-margin-right: -16rem !important;
}
.-scroll-mx-8{
  scroll-margin-left: -2rem !important;
  scroll-margin-right: -2rem !important;
}
.-scroll-mx-80{
  scroll-margin-left: -20rem !important;
  scroll-margin-right: -20rem !important;
}
.-scroll-my-10{
  scroll-margin-top: -2.5rem !important;
  scroll-margin-bottom: -2.5rem !important;
}
.-scroll-my-12{
  scroll-margin-top: -3rem !important;
  scroll-margin-bottom: -3rem !important;
}
.-scroll-my-14{
  scroll-margin-top: -3.5rem !important;
  scroll-margin-bottom: -3.5rem !important;
}
.-scroll-my-16{
  scroll-margin-top: -4rem !important;
  scroll-margin-bottom: -4rem !important;
}
.-scroll-my-2{
  scroll-margin-top: -0.5rem !important;
  scroll-margin-bottom: -0.5rem !important;
}
.-scroll-my-2\.5{
  scroll-margin-top: -0.625rem !important;
  scroll-margin-bottom: -0.625rem !important;
}
.-scroll-my-20{
  scroll-margin-top: -5rem !important;
  scroll-margin-bottom: -5rem !important;
}
.-scroll-my-24{
  scroll-margin-top: -6rem !important;
  scroll-margin-bottom: -6rem !important;
}
.-scroll-my-28{
  scroll-margin-top: -7rem !important;
  scroll-margin-bottom: -7rem !important;
}
.-scroll-my-4{
  scroll-margin-top: -1rem !important;
  scroll-margin-bottom: -1rem !important;
}
.-scroll-my-40{
  scroll-margin-top: -10rem !important;
  scroll-margin-bottom: -10rem !important;
}
.-scroll-my-44{
  scroll-margin-top: -11rem !important;
  scroll-margin-bottom: -11rem !important;
}
.-scroll-my-48{
  scroll-margin-top: -12rem !important;
  scroll-margin-bottom: -12rem !important;
}
.-scroll-my-6{
  scroll-margin-top: -1.5rem !important;
  scroll-margin-bottom: -1.5rem !important;
}
.-scroll-my-60{
  scroll-margin-top: -15rem !important;
  scroll-margin-bottom: -15rem !important;
}
.-scroll-my-64{
  scroll-margin-top: -16rem !important;
  scroll-margin-bottom: -16rem !important;
}
.-scroll-my-8{
  scroll-margin-top: -2rem !important;
  scroll-margin-bottom: -2rem !important;
}
.-scroll-my-80{
  scroll-margin-top: -20rem !important;
  scroll-margin-bottom: -20rem !important;
}
.scroll-mx-10{
  scroll-margin-left: 2.5rem !important;
  scroll-margin-right: 2.5rem !important;
}
.scroll-mx-12{
  scroll-margin-left: 3rem !important;
  scroll-margin-right: 3rem !important;
}
.scroll-mx-14{
  scroll-margin-left: 3.5rem !important;
  scroll-margin-right: 3.5rem !important;
}
.scroll-mx-16{
  scroll-margin-left: 4rem !important;
  scroll-margin-right: 4rem !important;
}
.scroll-mx-2{
  scroll-margin-left: 0.5rem !important;
  scroll-margin-right: 0.5rem !important;
}
.scroll-mx-2\.5{
  scroll-margin-left: 0.625rem !important;
  scroll-margin-right: 0.625rem !important;
}
.scroll-mx-20{
  scroll-margin-left: 5rem !important;
  scroll-margin-right: 5rem !important;
}
.scroll-mx-24{
  scroll-margin-left: 6rem !important;
  scroll-margin-right: 6rem !important;
}
.scroll-mx-28{
  scroll-margin-left: 7rem !important;
  scroll-margin-right: 7rem !important;
}
.scroll-mx-4{
  scroll-margin-left: 1rem !important;
  scroll-margin-right: 1rem !important;
}
.scroll-mx-40{
  scroll-margin-left: 10rem !important;
  scroll-margin-right: 10rem !important;
}
.scroll-mx-44{
  scroll-margin-left: 11rem !important;
  scroll-margin-right: 11rem !important;
}
.scroll-mx-48{
  scroll-margin-left: 12rem !important;
  scroll-margin-right: 12rem !important;
}
.scroll-mx-6{
  scroll-margin-left: 1.5rem !important;
  scroll-margin-right: 1.5rem !important;
}
.scroll-mx-60{
  scroll-margin-left: 15rem !important;
  scroll-margin-right: 15rem !important;
}
.scroll-mx-64{
  scroll-margin-left: 16rem !important;
  scroll-margin-right: 16rem !important;
}
.scroll-mx-8{
  scroll-margin-left: 2rem !important;
  scroll-margin-right: 2rem !important;
}
.scroll-mx-80{
  scroll-margin-left: 20rem !important;
  scroll-margin-right: 20rem !important;
}
.scroll-my-10{
  scroll-margin-top: 2.5rem !important;
  scroll-margin-bottom: 2.5rem !important;
}
.scroll-my-12{
  scroll-margin-top: 3rem !important;
  scroll-margin-bottom: 3rem !important;
}
.scroll-my-14{
  scroll-margin-top: 3.5rem !important;
  scroll-margin-bottom: 3.5rem !important;
}
.scroll-my-16{
  scroll-margin-top: 4rem !important;
  scroll-margin-bottom: 4rem !important;
}
.scroll-my-2{
  scroll-margin-top: 0.5rem !important;
  scroll-margin-bottom: 0.5rem !important;
}
.scroll-my-2\.5{
  scroll-margin-top: 0.625rem !important;
  scroll-margin-bottom: 0.625rem !important;
}
.scroll-my-20{
  scroll-margin-top: 5rem !important;
  scroll-margin-bottom: 5rem !important;
}
.scroll-my-24{
  scroll-margin-top: 6rem !important;
  scroll-margin-bottom: 6rem !important;
}
.scroll-my-28{
  scroll-margin-top: 7rem !important;
  scroll-margin-bottom: 7rem !important;
}
.scroll-my-4{
  scroll-margin-top: 1rem !important;
  scroll-margin-bottom: 1rem !important;
}
.scroll-my-40{
  scroll-margin-top: 10rem !important;
  scroll-margin-bottom: 10rem !important;
}
.scroll-my-44{
  scroll-margin-top: 11rem !important;
  scroll-margin-bottom: 11rem !important;
}
.scroll-my-48{
  scroll-margin-top: 12rem !important;
  scroll-margin-bottom: 12rem !important;
}
.scroll-my-6{
  scroll-margin-top: 1.5rem !important;
  scroll-margin-bottom: 1.5rem !important;
}
.scroll-my-60{
  scroll-margin-top: 15rem !important;
  scroll-margin-bottom: 15rem !important;
}
.scroll-my-64{
  scroll-margin-top: 16rem !important;
  scroll-margin-bottom: 16rem !important;
}
.scroll-my-8{
  scroll-margin-top: 2rem !important;
  scroll-margin-bottom: 2rem !important;
}
.scroll-my-80{
  scroll-margin-top: 20rem !important;
  scroll-margin-bottom: 20rem !important;
}
.-scroll-mb-10{
  scroll-margin-bottom: -2.5rem !important;
}
.-scroll-mb-12{
  scroll-margin-bottom: -3rem !important;
}
.-scroll-mb-14{
  scroll-margin-bottom: -3.5rem !important;
}
.-scroll-mb-16{
  scroll-margin-bottom: -4rem !important;
}
.-scroll-mb-2{
  scroll-margin-bottom: -0.5rem !important;
}
.-scroll-mb-2\.5{
  scroll-margin-bottom: -0.625rem !important;
}
.-scroll-mb-20{
  scroll-margin-bottom: -5rem !important;
}
.-scroll-mb-24{
  scroll-margin-bottom: -6rem !important;
}
.-scroll-mb-28{
  scroll-margin-bottom: -7rem !important;
}
.-scroll-mb-4{
  scroll-margin-bottom: -1rem !important;
}
.-scroll-mb-40{
  scroll-margin-bottom: -10rem !important;
}
.-scroll-mb-44{
  scroll-margin-bottom: -11rem !important;
}
.-scroll-mb-48{
  scroll-margin-bottom: -12rem !important;
}
.-scroll-mb-6{
  scroll-margin-bottom: -1.5rem !important;
}
.-scroll-mb-60{
  scroll-margin-bottom: -15rem !important;
}
.-scroll-mb-64{
  scroll-margin-bottom: -16rem !important;
}
.-scroll-mb-8{
  scroll-margin-bottom: -2rem !important;
}
.-scroll-mb-80{
  scroll-margin-bottom: -20rem !important;
}
.-scroll-me-10{
  scroll-margin-inline-end: -2.5rem !important;
}
.-scroll-me-12{
  scroll-margin-inline-end: -3rem !important;
}
.-scroll-me-14{
  scroll-margin-inline-end: -3.5rem !important;
}
.-scroll-me-16{
  scroll-margin-inline-end: -4rem !important;
}
.-scroll-me-2{
  scroll-margin-inline-end: -0.5rem !important;
}
.-scroll-me-2\.5{
  scroll-margin-inline-end: -0.625rem !important;
}
.-scroll-me-20{
  scroll-margin-inline-end: -5rem !important;
}
.-scroll-me-24{
  scroll-margin-inline-end: -6rem !important;
}
.-scroll-me-28{
  scroll-margin-inline-end: -7rem !important;
}
.-scroll-me-4{
  scroll-margin-inline-end: -1rem !important;
}
.-scroll-me-40{
  scroll-margin-inline-end: -10rem !important;
}
.-scroll-me-44{
  scroll-margin-inline-end: -11rem !important;
}
.-scroll-me-48{
  scroll-margin-inline-end: -12rem !important;
}
.-scroll-me-6{
  scroll-margin-inline-end: -1.5rem !important;
}
.-scroll-me-60{
  scroll-margin-inline-end: -15rem !important;
}
.-scroll-me-64{
  scroll-margin-inline-end: -16rem !important;
}
.-scroll-me-8{
  scroll-margin-inline-end: -2rem !important;
}
.-scroll-me-80{
  scroll-margin-inline-end: -20rem !important;
}
.-scroll-ml-10{
  scroll-margin-left: -2.5rem !important;
}
.-scroll-ml-12{
  scroll-margin-left: -3rem !important;
}
.-scroll-ml-14{
  scroll-margin-left: -3.5rem !important;
}
.-scroll-ml-16{
  scroll-margin-left: -4rem !important;
}
.-scroll-ml-2{
  scroll-margin-left: -0.5rem !important;
}
.-scroll-ml-2\.5{
  scroll-margin-left: -0.625rem !important;
}
.-scroll-ml-20{
  scroll-margin-left: -5rem !important;
}
.-scroll-ml-24{
  scroll-margin-left: -6rem !important;
}
.-scroll-ml-28{
  scroll-margin-left: -7rem !important;
}
.-scroll-ml-4{
  scroll-margin-left: -1rem !important;
}
.-scroll-ml-40{
  scroll-margin-left: -10rem !important;
}
.-scroll-ml-44{
  scroll-margin-left: -11rem !important;
}
.-scroll-ml-48{
  scroll-margin-left: -12rem !important;
}
.-scroll-ml-6{
  scroll-margin-left: -1.5rem !important;
}
.-scroll-ml-60{
  scroll-margin-left: -15rem !important;
}
.-scroll-ml-64{
  scroll-margin-left: -16rem !important;
}
.-scroll-ml-8{
  scroll-margin-left: -2rem !important;
}
.-scroll-ml-80{
  scroll-margin-left: -20rem !important;
}
.-scroll-mr-10{
  scroll-margin-right: -2.5rem !important;
}
.-scroll-mr-12{
  scroll-margin-right: -3rem !important;
}
.-scroll-mr-14{
  scroll-margin-right: -3.5rem !important;
}
.-scroll-mr-16{
  scroll-margin-right: -4rem !important;
}
.-scroll-mr-2{
  scroll-margin-right: -0.5rem !important;
}
.-scroll-mr-2\.5{
  scroll-margin-right: -0.625rem !important;
}
.-scroll-mr-20{
  scroll-margin-right: -5rem !important;
}
.-scroll-mr-24{
  scroll-margin-right: -6rem !important;
}
.-scroll-mr-28{
  scroll-margin-right: -7rem !important;
}
.-scroll-mr-4{
  scroll-margin-right: -1rem !important;
}
.-scroll-mr-40{
  scroll-margin-right: -10rem !important;
}
.-scroll-mr-44{
  scroll-margin-right: -11rem !important;
}
.-scroll-mr-48{
  scroll-margin-right: -12rem !important;
}
.-scroll-mr-6{
  scroll-margin-right: -1.5rem !important;
}
.-scroll-mr-60{
  scroll-margin-right: -15rem !important;
}
.-scroll-mr-64{
  scroll-margin-right: -16rem !important;
}
.-scroll-mr-8{
  scroll-margin-right: -2rem !important;
}
.-scroll-mr-80{
  scroll-margin-right: -20rem !important;
}
.-scroll-ms-10{
  scroll-margin-inline-start: -2.5rem !important;
}
.-scroll-ms-12{
  scroll-margin-inline-start: -3rem !important;
}
.-scroll-ms-14{
  scroll-margin-inline-start: -3.5rem !important;
}
.-scroll-ms-16{
  scroll-margin-inline-start: -4rem !important;
}
.-scroll-ms-2{
  scroll-margin-inline-start: -0.5rem !important;
}
.-scroll-ms-2\.5{
  scroll-margin-inline-start: -0.625rem !important;
}
.-scroll-ms-20{
  scroll-margin-inline-start: -5rem !important;
}
.-scroll-ms-24{
  scroll-margin-inline-start: -6rem !important;
}
.-scroll-ms-28{
  scroll-margin-inline-start: -7rem !important;
}
.-scroll-ms-4{
  scroll-margin-inline-start: -1rem !important;
}
.-scroll-ms-40{
  scroll-margin-inline-start: -10rem !important;
}
.-scroll-ms-44{
  scroll-margin-inline-start: -11rem !important;
}
.-scroll-ms-48{
  scroll-margin-inline-start: -12rem !important;
}
.-scroll-ms-6{
  scroll-margin-inline-start: -1.5rem !important;
}
.-scroll-ms-60{
  scroll-margin-inline-start: -15rem !important;
}
.-scroll-ms-64{
  scroll-margin-inline-start: -16rem !important;
}
.-scroll-ms-8{
  scroll-margin-inline-start: -2rem !important;
}
.-scroll-ms-80{
  scroll-margin-inline-start: -20rem !important;
}
.-scroll-mt-10{
  scroll-margin-top: -2.5rem !important;
}
.-scroll-mt-12{
  scroll-margin-top: -3rem !important;
}
.-scroll-mt-14{
  scroll-margin-top: -3.5rem !important;
}
.-scroll-mt-16{
  scroll-margin-top: -4rem !important;
}
.-scroll-mt-2{
  scroll-margin-top: -0.5rem !important;
}
.-scroll-mt-2\.5{
  scroll-margin-top: -0.625rem !important;
}
.-scroll-mt-20{
  scroll-margin-top: -5rem !important;
}
.-scroll-mt-24{
  scroll-margin-top: -6rem !important;
}
.-scroll-mt-28{
  scroll-margin-top: -7rem !important;
}
.-scroll-mt-4{
  scroll-margin-top: -1rem !important;
}
.-scroll-mt-40{
  scroll-margin-top: -10rem !important;
}
.-scroll-mt-44{
  scroll-margin-top: -11rem !important;
}
.-scroll-mt-48{
  scroll-margin-top: -12rem !important;
}
.-scroll-mt-6{
  scroll-margin-top: -1.5rem !important;
}
.-scroll-mt-60{
  scroll-margin-top: -15rem !important;
}
.-scroll-mt-64{
  scroll-margin-top: -16rem !important;
}
.-scroll-mt-8{
  scroll-margin-top: -2rem !important;
}
.-scroll-mt-80{
  scroll-margin-top: -20rem !important;
}
.scroll-mb-10{
  scroll-margin-bottom: 2.5rem !important;
}
.scroll-mb-12{
  scroll-margin-bottom: 3rem !important;
}
.scroll-mb-14{
  scroll-margin-bottom: 3.5rem !important;
}
.scroll-mb-16{
  scroll-margin-bottom: 4rem !important;
}
.scroll-mb-2{
  scroll-margin-bottom: 0.5rem !important;
}
.scroll-mb-2\.5{
  scroll-margin-bottom: 0.625rem !important;
}
.scroll-mb-20{
  scroll-margin-bottom: 5rem !important;
}
.scroll-mb-24{
  scroll-margin-bottom: 6rem !important;
}
.scroll-mb-28{
  scroll-margin-bottom: 7rem !important;
}
.scroll-mb-4{
  scroll-margin-bottom: 1rem !important;
}
.scroll-mb-40{
  scroll-margin-bottom: 10rem !important;
}
.scroll-mb-44{
  scroll-margin-bottom: 11rem !important;
}
.scroll-mb-48{
  scroll-margin-bottom: 12rem !important;
}
.scroll-mb-6{
  scroll-margin-bottom: 1.5rem !important;
}
.scroll-mb-60{
  scroll-margin-bottom: 15rem !important;
}
.scroll-mb-64{
  scroll-margin-bottom: 16rem !important;
}
.scroll-mb-8{
  scroll-margin-bottom: 2rem !important;
}
.scroll-mb-80{
  scroll-margin-bottom: 20rem !important;
}
.scroll-me-10{
  scroll-margin-inline-end: 2.5rem !important;
}
.scroll-me-12{
  scroll-margin-inline-end: 3rem !important;
}
.scroll-me-14{
  scroll-margin-inline-end: 3.5rem !important;
}
.scroll-me-16{
  scroll-margin-inline-end: 4rem !important;
}
.scroll-me-2{
  scroll-margin-inline-end: 0.5rem !important;
}
.scroll-me-2\.5{
  scroll-margin-inline-end: 0.625rem !important;
}
.scroll-me-20{
  scroll-margin-inline-end: 5rem !important;
}
.scroll-me-24{
  scroll-margin-inline-end: 6rem !important;
}
.scroll-me-28{
  scroll-margin-inline-end: 7rem !important;
}
.scroll-me-4{
  scroll-margin-inline-end: 1rem !important;
}
.scroll-me-40{
  scroll-margin-inline-end: 10rem !important;
}
.scroll-me-44{
  scroll-margin-inline-end: 11rem !important;
}
.scroll-me-48{
  scroll-margin-inline-end: 12rem !important;
}
.scroll-me-6{
  scroll-margin-inline-end: 1.5rem !important;
}
.scroll-me-60{
  scroll-margin-inline-end: 15rem !important;
}
.scroll-me-64{
  scroll-margin-inline-end: 16rem !important;
}
.scroll-me-8{
  scroll-margin-inline-end: 2rem !important;
}
.scroll-me-80{
  scroll-margin-inline-end: 20rem !important;
}
.scroll-ml-10{
  scroll-margin-left: 2.5rem !important;
}
.scroll-ml-12{
  scroll-margin-left: 3rem !important;
}
.scroll-ml-14{
  scroll-margin-left: 3.5rem !important;
}
.scroll-ml-16{
  scroll-margin-left: 4rem !important;
}
.scroll-ml-2{
  scroll-margin-left: 0.5rem !important;
}
.scroll-ml-2\.5{
  scroll-margin-left: 0.625rem !important;
}
.scroll-ml-20{
  scroll-margin-left: 5rem !important;
}
.scroll-ml-24{
  scroll-margin-left: 6rem !important;
}
.scroll-ml-28{
  scroll-margin-left: 7rem !important;
}
.scroll-ml-4{
  scroll-margin-left: 1rem !important;
}
.scroll-ml-40{
  scroll-margin-left: 10rem !important;
}
.scroll-ml-44{
  scroll-margin-left: 11rem !important;
}
.scroll-ml-48{
  scroll-margin-left: 12rem !important;
}
.scroll-ml-6{
  scroll-margin-left: 1.5rem !important;
}
.scroll-ml-60{
  scroll-margin-left: 15rem !important;
}
.scroll-ml-64{
  scroll-margin-left: 16rem !important;
}
.scroll-ml-8{
  scroll-margin-left: 2rem !important;
}
.scroll-ml-80{
  scroll-margin-left: 20rem !important;
}
.scroll-mr-10{
  scroll-margin-right: 2.5rem !important;
}
.scroll-mr-12{
  scroll-margin-right: 3rem !important;
}
.scroll-mr-14{
  scroll-margin-right: 3.5rem !important;
}
.scroll-mr-16{
  scroll-margin-right: 4rem !important;
}
.scroll-mr-2{
  scroll-margin-right: 0.5rem !important;
}
.scroll-mr-2\.5{
  scroll-margin-right: 0.625rem !important;
}
.scroll-mr-20{
  scroll-margin-right: 5rem !important;
}
.scroll-mr-24{
  scroll-margin-right: 6rem !important;
}
.scroll-mr-28{
  scroll-margin-right: 7rem !important;
}
.scroll-mr-4{
  scroll-margin-right: 1rem !important;
}
.scroll-mr-40{
  scroll-margin-right: 10rem !important;
}
.scroll-mr-44{
  scroll-margin-right: 11rem !important;
}
.scroll-mr-48{
  scroll-margin-right: 12rem !important;
}
.scroll-mr-6{
  scroll-margin-right: 1.5rem !important;
}
.scroll-mr-60{
  scroll-margin-right: 15rem !important;
}
.scroll-mr-64{
  scroll-margin-right: 16rem !important;
}
.scroll-mr-8{
  scroll-margin-right: 2rem !important;
}
.scroll-mr-80{
  scroll-margin-right: 20rem !important;
}
.scroll-ms-10{
  scroll-margin-inline-start: 2.5rem !important;
}
.scroll-ms-12{
  scroll-margin-inline-start: 3rem !important;
}
.scroll-ms-14{
  scroll-margin-inline-start: 3.5rem !important;
}
.scroll-ms-16{
  scroll-margin-inline-start: 4rem !important;
}
.scroll-ms-2{
  scroll-margin-inline-start: 0.5rem !important;
}
.scroll-ms-2\.5{
  scroll-margin-inline-start: 0.625rem !important;
}
.scroll-ms-20{
  scroll-margin-inline-start: 5rem !important;
}
.scroll-ms-24{
  scroll-margin-inline-start: 6rem !important;
}
.scroll-ms-28{
  scroll-margin-inline-start: 7rem !important;
}
.scroll-ms-4{
  scroll-margin-inline-start: 1rem !important;
}
.scroll-ms-40{
  scroll-margin-inline-start: 10rem !important;
}
.scroll-ms-44{
  scroll-margin-inline-start: 11rem !important;
}
.scroll-ms-48{
  scroll-margin-inline-start: 12rem !important;
}
.scroll-ms-6{
  scroll-margin-inline-start: 1.5rem !important;
}
.scroll-ms-60{
  scroll-margin-inline-start: 15rem !important;
}
.scroll-ms-64{
  scroll-margin-inline-start: 16rem !important;
}
.scroll-ms-8{
  scroll-margin-inline-start: 2rem !important;
}
.scroll-ms-80{
  scroll-margin-inline-start: 20rem !important;
}
.scroll-mt-10{
  scroll-margin-top: 2.5rem !important;
}
.scroll-mt-12{
  scroll-margin-top: 3rem !important;
}
.scroll-mt-14{
  scroll-margin-top: 3.5rem !important;
}
.scroll-mt-16{
  scroll-margin-top: 4rem !important;
}
.scroll-mt-2{
  scroll-margin-top: 0.5rem !important;
}
.scroll-mt-2\.5{
  scroll-margin-top: 0.625rem !important;
}
.scroll-mt-20{
  scroll-margin-top: 5rem !important;
}
.scroll-mt-24{
  scroll-margin-top: 6rem !important;
}
.scroll-mt-28{
  scroll-margin-top: 7rem !important;
}
.scroll-mt-4{
  scroll-margin-top: 1rem !important;
}
.scroll-mt-40{
  scroll-margin-top: 10rem !important;
}
.scroll-mt-44{
  scroll-margin-top: 11rem !important;
}
.scroll-mt-48{
  scroll-margin-top: 12rem !important;
}
.scroll-mt-6{
  scroll-margin-top: 1.5rem !important;
}
.scroll-mt-60{
  scroll-margin-top: 15rem !important;
}
.scroll-mt-64{
  scroll-margin-top: 16rem !important;
}
.scroll-mt-8{
  scroll-margin-top: 2rem !important;
}
.scroll-mt-80{
  scroll-margin-top: 20rem !important;
}
.scroll-px-10{
  scroll-padding-left: 2.5rem !important;
  scroll-padding-right: 2.5rem !important;
}
.scroll-px-12{
  scroll-padding-left: 3rem !important;
  scroll-padding-right: 3rem !important;
}
.scroll-px-14{
  scroll-padding-left: 3.5rem !important;
  scroll-padding-right: 3.5rem !important;
}
.scroll-px-16{
  scroll-padding-left: 4rem !important;
  scroll-padding-right: 4rem !important;
}
.scroll-px-2{
  scroll-padding-left: 0.5rem !important;
  scroll-padding-right: 0.5rem !important;
}
.scroll-px-2\.5{
  scroll-padding-left: 0.625rem !important;
  scroll-padding-right: 0.625rem !important;
}
.scroll-px-20{
  scroll-padding-left: 5rem !important;
  scroll-padding-right: 5rem !important;
}
.scroll-px-24{
  scroll-padding-left: 6rem !important;
  scroll-padding-right: 6rem !important;
}
.scroll-px-28{
  scroll-padding-left: 7rem !important;
  scroll-padding-right: 7rem !important;
}
.scroll-px-4{
  scroll-padding-left: 1rem !important;
  scroll-padding-right: 1rem !important;
}
.scroll-px-40{
  scroll-padding-left: 10rem !important;
  scroll-padding-right: 10rem !important;
}
.scroll-px-44{
  scroll-padding-left: 11rem !important;
  scroll-padding-right: 11rem !important;
}
.scroll-px-48{
  scroll-padding-left: 12rem !important;
  scroll-padding-right: 12rem !important;
}
.scroll-px-6{
  scroll-padding-left: 1.5rem !important;
  scroll-padding-right: 1.5rem !important;
}
.scroll-px-60{
  scroll-padding-left: 15rem !important;
  scroll-padding-right: 15rem !important;
}
.scroll-px-64{
  scroll-padding-left: 16rem !important;
  scroll-padding-right: 16rem !important;
}
.scroll-px-8{
  scroll-padding-left: 2rem !important;
  scroll-padding-right: 2rem !important;
}
.scroll-px-80{
  scroll-padding-left: 20rem !important;
  scroll-padding-right: 20rem !important;
}
.scroll-py-10{
  scroll-padding-top: 2.5rem !important;
  scroll-padding-bottom: 2.5rem !important;
}
.scroll-py-12{
  scroll-padding-top: 3rem !important;
  scroll-padding-bottom: 3rem !important;
}
.scroll-py-14{
  scroll-padding-top: 3.5rem !important;
  scroll-padding-bottom: 3.5rem !important;
}
.scroll-py-16{
  scroll-padding-top: 4rem !important;
  scroll-padding-bottom: 4rem !important;
}
.scroll-py-2{
  scroll-padding-top: 0.5rem !important;
  scroll-padding-bottom: 0.5rem !important;
}
.scroll-py-2\.5{
  scroll-padding-top: 0.625rem !important;
  scroll-padding-bottom: 0.625rem !important;
}
.scroll-py-20{
  scroll-padding-top: 5rem !important;
  scroll-padding-bottom: 5rem !important;
}
.scroll-py-24{
  scroll-padding-top: 6rem !important;
  scroll-padding-bottom: 6rem !important;
}
.scroll-py-28{
  scroll-padding-top: 7rem !important;
  scroll-padding-bottom: 7rem !important;
}
.scroll-py-4{
  scroll-padding-top: 1rem !important;
  scroll-padding-bottom: 1rem !important;
}
.scroll-py-40{
  scroll-padding-top: 10rem !important;
  scroll-padding-bottom: 10rem !important;
}
.scroll-py-44{
  scroll-padding-top: 11rem !important;
  scroll-padding-bottom: 11rem !important;
}
.scroll-py-48{
  scroll-padding-top: 12rem !important;
  scroll-padding-bottom: 12rem !important;
}
.scroll-py-6{
  scroll-padding-top: 1.5rem !important;
  scroll-padding-bottom: 1.5rem !important;
}
.scroll-py-60{
  scroll-padding-top: 15rem !important;
  scroll-padding-bottom: 15rem !important;
}
.scroll-py-64{
  scroll-padding-top: 16rem !important;
  scroll-padding-bottom: 16rem !important;
}
.scroll-py-8{
  scroll-padding-top: 2rem !important;
  scroll-padding-bottom: 2rem !important;
}
.scroll-py-80{
  scroll-padding-top: 20rem !important;
  scroll-padding-bottom: 20rem !important;
}
.scroll-pb-10{
  scroll-padding-bottom: 2.5rem !important;
}
.scroll-pb-12{
  scroll-padding-bottom: 3rem !important;
}
.scroll-pb-14{
  scroll-padding-bottom: 3.5rem !important;
}
.scroll-pb-16{
  scroll-padding-bottom: 4rem !important;
}
.scroll-pb-2{
  scroll-padding-bottom: 0.5rem !important;
}
.scroll-pb-2\.5{
  scroll-padding-bottom: 0.625rem !important;
}
.scroll-pb-20{
  scroll-padding-bottom: 5rem !important;
}
.scroll-pb-24{
  scroll-padding-bottom: 6rem !important;
}
.scroll-pb-28{
  scroll-padding-bottom: 7rem !important;
}
.scroll-pb-4{
  scroll-padding-bottom: 1rem !important;
}
.scroll-pb-40{
  scroll-padding-bottom: 10rem !important;
}
.scroll-pb-44{
  scroll-padding-bottom: 11rem !important;
}
.scroll-pb-48{
  scroll-padding-bottom: 12rem !important;
}
.scroll-pb-6{
  scroll-padding-bottom: 1.5rem !important;
}
.scroll-pb-60{
  scroll-padding-bottom: 15rem !important;
}
.scroll-pb-64{
  scroll-padding-bottom: 16rem !important;
}
.scroll-pb-8{
  scroll-padding-bottom: 2rem !important;
}
.scroll-pb-80{
  scroll-padding-bottom: 20rem !important;
}
.scroll-pe-10{
  scroll-padding-inline-end: 2.5rem !important;
}
.scroll-pe-12{
  scroll-padding-inline-end: 3rem !important;
}
.scroll-pe-14{
  scroll-padding-inline-end: 3.5rem !important;
}
.scroll-pe-16{
  scroll-padding-inline-end: 4rem !important;
}
.scroll-pe-2{
  scroll-padding-inline-end: 0.5rem !important;
}
.scroll-pe-2\.5{
  scroll-padding-inline-end: 0.625rem !important;
}
.scroll-pe-20{
  scroll-padding-inline-end: 5rem !important;
}
.scroll-pe-24{
  scroll-padding-inline-end: 6rem !important;
}
.scroll-pe-28{
  scroll-padding-inline-end: 7rem !important;
}
.scroll-pe-4{
  scroll-padding-inline-end: 1rem !important;
}
.scroll-pe-40{
  scroll-padding-inline-end: 10rem !important;
}
.scroll-pe-44{
  scroll-padding-inline-end: 11rem !important;
}
.scroll-pe-48{
  scroll-padding-inline-end: 12rem !important;
}
.scroll-pe-6{
  scroll-padding-inline-end: 1.5rem !important;
}
.scroll-pe-60{
  scroll-padding-inline-end: 15rem !important;
}
.scroll-pe-64{
  scroll-padding-inline-end: 16rem !important;
}
.scroll-pe-8{
  scroll-padding-inline-end: 2rem !important;
}
.scroll-pe-80{
  scroll-padding-inline-end: 20rem !important;
}
.scroll-pl-10{
  scroll-padding-left: 2.5rem !important;
}
.scroll-pl-12{
  scroll-padding-left: 3rem !important;
}
.scroll-pl-14{
  scroll-padding-left: 3.5rem !important;
}
.scroll-pl-16{
  scroll-padding-left: 4rem !important;
}
.scroll-pl-2{
  scroll-padding-left: 0.5rem !important;
}
.scroll-pl-2\.5{
  scroll-padding-left: 0.625rem !important;
}
.scroll-pl-20{
  scroll-padding-left: 5rem !important;
}
.scroll-pl-24{
  scroll-padding-left: 6rem !important;
}
.scroll-pl-28{
  scroll-padding-left: 7rem !important;
}
.scroll-pl-4{
  scroll-padding-left: 1rem !important;
}
.scroll-pl-40{
  scroll-padding-left: 10rem !important;
}
.scroll-pl-44{
  scroll-padding-left: 11rem !important;
}
.scroll-pl-48{
  scroll-padding-left: 12rem !important;
}
.scroll-pl-6{
  scroll-padding-left: 1.5rem !important;
}
.scroll-pl-60{
  scroll-padding-left: 15rem !important;
}
.scroll-pl-64{
  scroll-padding-left: 16rem !important;
}
.scroll-pl-8{
  scroll-padding-left: 2rem !important;
}
.scroll-pl-80{
  scroll-padding-left: 20rem !important;
}
.scroll-pr-10{
  scroll-padding-right: 2.5rem !important;
}
.scroll-pr-12{
  scroll-padding-right: 3rem !important;
}
.scroll-pr-14{
  scroll-padding-right: 3.5rem !important;
}
.scroll-pr-16{
  scroll-padding-right: 4rem !important;
}
.scroll-pr-2{
  scroll-padding-right: 0.5rem !important;
}
.scroll-pr-2\.5{
  scroll-padding-right: 0.625rem !important;
}
.scroll-pr-20{
  scroll-padding-right: 5rem !important;
}
.scroll-pr-24{
  scroll-padding-right: 6rem !important;
}
.scroll-pr-28{
  scroll-padding-right: 7rem !important;
}
.scroll-pr-4{
  scroll-padding-right: 1rem !important;
}
.scroll-pr-40{
  scroll-padding-right: 10rem !important;
}
.scroll-pr-44{
  scroll-padding-right: 11rem !important;
}
.scroll-pr-48{
  scroll-padding-right: 12rem !important;
}
.scroll-pr-6{
  scroll-padding-right: 1.5rem !important;
}
.scroll-pr-60{
  scroll-padding-right: 15rem !important;
}
.scroll-pr-64{
  scroll-padding-right: 16rem !important;
}
.scroll-pr-8{
  scroll-padding-right: 2rem !important;
}
.scroll-pr-80{
  scroll-padding-right: 20rem !important;
}
.scroll-ps-10{
  scroll-padding-inline-start: 2.5rem !important;
}
.scroll-ps-12{
  scroll-padding-inline-start: 3rem !important;
}
.scroll-ps-14{
  scroll-padding-inline-start: 3.5rem !important;
}
.scroll-ps-16{
  scroll-padding-inline-start: 4rem !important;
}
.scroll-ps-2{
  scroll-padding-inline-start: 0.5rem !important;
}
.scroll-ps-2\.5{
  scroll-padding-inline-start: 0.625rem !important;
}
.scroll-ps-20{
  scroll-padding-inline-start: 5rem !important;
}
.scroll-ps-24{
  scroll-padding-inline-start: 6rem !important;
}
.scroll-ps-28{
  scroll-padding-inline-start: 7rem !important;
}
.scroll-ps-4{
  scroll-padding-inline-start: 1rem !important;
}
.scroll-ps-40{
  scroll-padding-inline-start: 10rem !important;
}
.scroll-ps-44{
  scroll-padding-inline-start: 11rem !important;
}
.scroll-ps-48{
  scroll-padding-inline-start: 12rem !important;
}
.scroll-ps-6{
  scroll-padding-inline-start: 1.5rem !important;
}
.scroll-ps-60{
  scroll-padding-inline-start: 15rem !important;
}
.scroll-ps-64{
  scroll-padding-inline-start: 16rem !important;
}
.scroll-ps-8{
  scroll-padding-inline-start: 2rem !important;
}
.scroll-ps-80{
  scroll-padding-inline-start: 20rem !important;
}
.scroll-pt-10{
  scroll-padding-top: 2.5rem !important;
}
.scroll-pt-12{
  scroll-padding-top: 3rem !important;
}
.scroll-pt-14{
  scroll-padding-top: 3.5rem !important;
}
.scroll-pt-16{
  scroll-padding-top: 4rem !important;
}
.scroll-pt-2{
  scroll-padding-top: 0.5rem !important;
}
.scroll-pt-2\.5{
  scroll-padding-top: 0.625rem !important;
}
.scroll-pt-20{
  scroll-padding-top: 5rem !important;
}
.scroll-pt-24{
  scroll-padding-top: 6rem !important;
}
.scroll-pt-28{
  scroll-padding-top: 7rem !important;
}
.scroll-pt-4{
  scroll-padding-top: 1rem !important;
}
.scroll-pt-40{
  scroll-padding-top: 10rem !important;
}
.scroll-pt-44{
  scroll-padding-top: 11rem !important;
}
.scroll-pt-48{
  scroll-padding-top: 12rem !important;
}
.scroll-pt-6{
  scroll-padding-top: 1.5rem !important;
}
.scroll-pt-60{
  scroll-padding-top: 15rem !important;
}
.scroll-pt-64{
  scroll-padding-top: 16rem !important;
}
.scroll-pt-8{
  scroll-padding-top: 2rem !important;
}
.scroll-pt-80{
  scroll-padding-top: 20rem !important;
}
.grid-flow-row{
  grid-auto-flow: row !important;
}
.grid-flow-col{
  grid-auto-flow: column !important;
}
.grid-flow-dense{
  grid-auto-flow: dense !important;
}
.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}
.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, 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-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-none{
  grid-template-columns: none !important;
}
.grid-cols-subgrid{
  grid-template-columns: subgrid !important;
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.grid-rows-10{
  grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}
.grid-rows-11{
  grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}
.grid-rows-12{
  grid-template-rows: repeat(12, 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-7{
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}
.grid-rows-8{
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}
.grid-rows-9{
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}
.grid-rows-none{
  grid-template-rows: none !important;
}
.grid-rows-subgrid{
  grid-template-rows: subgrid !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.place-items-end{
  place-items: end !important;
}
.place-items-center{
  place-items: center !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end !important;
}
.items-center{
  align-items: center !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;
}
.gap-0\.5{
  gap: 0.125rem !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-\[15px\]{
  gap: 15px !important;
}
.gap-x-4{
  column-gap: 1rem !important;
}
.divide-lime-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1)) !important;
}
.divide-lime-100\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0) !important;
}
.divide-lime-100\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.1) !important;
}
.divide-lime-100\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 1) !important;
}
.divide-lime-100\/15 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.15) !important;
}
.divide-lime-100\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.2) !important;
}
.divide-lime-100\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.25) !important;
}
.divide-lime-100\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.3) !important;
}
.divide-lime-100\/35 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.35) !important;
}
.divide-lime-100\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.4) !important;
}
.divide-lime-100\/45 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.45) !important;
}
.divide-lime-100\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.05) !important;
}
.divide-lime-100\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.5) !important;
}
.divide-lime-100\/55 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.55) !important;
}
.divide-lime-100\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.6) !important;
}
.divide-lime-100\/65 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.65) !important;
}
.divide-lime-100\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.7) !important;
}
.divide-lime-100\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.75) !important;
}
.divide-lime-100\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.8) !important;
}
.divide-lime-100\/85 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.85) !important;
}
.divide-lime-100\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.9) !important;
}
.divide-lime-100\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(236 252 203 / 0.95) !important;
}
.divide-lime-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1)) !important;
}
.divide-lime-200\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0) !important;
}
.divide-lime-200\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.1) !important;
}
.divide-lime-200\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 1) !important;
}
.divide-lime-200\/15 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.15) !important;
}
.divide-lime-200\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.2) !important;
}
.divide-lime-200\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.25) !important;
}
.divide-lime-200\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.3) !important;
}
.divide-lime-200\/35 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.35) !important;
}
.divide-lime-200\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.4) !important;
}
.divide-lime-200\/45 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.45) !important;
}
.divide-lime-200\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.05) !important;
}
.divide-lime-200\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.5) !important;
}
.divide-lime-200\/55 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.55) !important;
}
.divide-lime-200\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.6) !important;
}
.divide-lime-200\/65 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.65) !important;
}
.divide-lime-200\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.7) !important;
}
.divide-lime-200\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.75) !important;
}
.divide-lime-200\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.8) !important;
}
.divide-lime-200\/85 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.85) !important;
}
.divide-lime-200\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.9) !important;
}
.divide-lime-200\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 249 157 / 0.95) !important;
}
.divide-lime-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1)) !important;
}
.divide-lime-400\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0) !important;
}
.divide-lime-400\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.1) !important;
}
.divide-lime-400\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 1) !important;
}
.divide-lime-400\/15 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.15) !important;
}
.divide-lime-400\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.2) !important;
}
.divide-lime-400\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.25) !important;
}
.divide-lime-400\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.3) !important;
}
.divide-lime-400\/35 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.35) !important;
}
.divide-lime-400\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.4) !important;
}
.divide-lime-400\/45 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.45) !important;
}
.divide-lime-400\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.05) !important;
}
.divide-lime-400\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.5) !important;
}
.divide-lime-400\/55 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.55) !important;
}
.divide-lime-400\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.6) !important;
}
.divide-lime-400\/65 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.65) !important;
}
.divide-lime-400\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.7) !important;
}
.divide-lime-400\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.75) !important;
}
.divide-lime-400\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.8) !important;
}
.divide-lime-400\/85 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.85) !important;
}
.divide-lime-400\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.9) !important;
}
.divide-lime-400\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(163 230 53 / 0.95) !important;
}
.divide-lime-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1)) !important;
}
.divide-lime-600\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0) !important;
}
.divide-lime-600\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.1) !important;
}
.divide-lime-600\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 1) !important;
}
.divide-lime-600\/15 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.15) !important;
}
.divide-lime-600\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.2) !important;
}
.divide-lime-600\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.25) !important;
}
.divide-lime-600\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.3) !important;
}
.divide-lime-600\/35 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.35) !important;
}
.divide-lime-600\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.4) !important;
}
.divide-lime-600\/45 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.45) !important;
}
.divide-lime-600\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.05) !important;
}
.divide-lime-600\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.5) !important;
}
.divide-lime-600\/55 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.55) !important;
}
.divide-lime-600\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.6) !important;
}
.divide-lime-600\/65 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.65) !important;
}
.divide-lime-600\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.7) !important;
}
.divide-lime-600\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.75) !important;
}
.divide-lime-600\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.8) !important;
}
.divide-lime-600\/85 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.85) !important;
}
.divide-lime-600\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.9) !important;
}
.divide-lime-600\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.95) !important;
}
.divide-lime-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1)) !important;
}
.divide-lime-800\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0) !important;
}
.divide-lime-800\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.1) !important;
}
.divide-lime-800\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 1) !important;
}
.divide-lime-800\/15 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.15) !important;
}
.divide-lime-800\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.2) !important;
}
.divide-lime-800\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.25) !important;
}
.divide-lime-800\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.3) !important;
}
.divide-lime-800\/35 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.35) !important;
}
.divide-lime-800\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.4) !important;
}
.divide-lime-800\/45 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.45) !important;
}
.divide-lime-800\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.05) !important;
}
.divide-lime-800\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.5) !important;
}
.divide-lime-800\/55 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.55) !important;
}
.divide-lime-800\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.6) !important;
}
.divide-lime-800\/65 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.65) !important;
}
.divide-lime-800\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.7) !important;
}
.divide-lime-800\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.75) !important;
}
.divide-lime-800\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.8) !important;
}
.divide-lime-800\/85 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.85) !important;
}
.divide-lime-800\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.9) !important;
}
.divide-lime-800\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(63 98 18 / 0.95) !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.text-ellipsis{
  text-overflow: ellipsis !important;
}
.whitespace-nowrap{
  white-space: nowrap !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-\[15px\]{
  border-radius: 15px !important;
}
.rounded-\[80px\]{
  border-radius: 80px !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-md{
  border-radius: 0.375rem !important;
}
.rounded-none{
  border-radius: 0px !important;
}
.rounded-xl{
  border-radius: 0.75rem !important;
}
.rounded-t-none{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.border{
  border-width: 1px !important;
}
.border-x-2{
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
.border-x-4{
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}
.border-x-8{
  border-left-width: 8px !important;
  border-right-width: 8px !important;
}
.border-y-2{
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-y-4{
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}
.border-y-8{
  border-top-width: 8px !important;
  border-bottom-width: 8px !important;
}
.border-b{
  border-bottom-width: 1px !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-\[1px\]{
  border-bottom-width: 1px !important;
}
.border-e-2{
  border-inline-end-width: 2px !important;
}
.border-e-4{
  border-inline-end-width: 4px !important;
}
.border-e-8{
  border-inline-end-width: 8px !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-r-2{
  border-right-width: 2px !important;
}
.border-r-4{
  border-right-width: 4px !important;
}
.border-r-8{
  border-right-width: 8px !important;
}
.border-s-2{
  border-inline-start-width: 2px !important;
}
.border-s-4{
  border-inline-start-width: 4px !important;
}
.border-s-8{
  border-inline-start-width: 8px !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-dashed{
  border-style: dashed !important;
}
.border-black-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 188 193 / var(--tw-border-opacity, 1)) !important;
}
.border-black-100\/0{
  border-color: rgb(186 188 193 / 0) !important;
}
.border-black-100\/10{
  border-color: rgb(186 188 193 / 0.1) !important;
}
.border-black-100\/100{
  border-color: rgb(186 188 193 / 1) !important;
}
.border-black-100\/15{
  border-color: rgb(186 188 193 / 0.15) !important;
}
.border-black-100\/20{
  border-color: rgb(186 188 193 / 0.2) !important;
}
.border-black-100\/25{
  border-color: rgb(186 188 193 / 0.25) !important;
}
.border-black-100\/30{
  border-color: rgb(186 188 193 / 0.3) !important;
}
.border-black-100\/35{
  border-color: rgb(186 188 193 / 0.35) !important;
}
.border-black-100\/40{
  border-color: rgb(186 188 193 / 0.4) !important;
}
.border-black-100\/45{
  border-color: rgb(186 188 193 / 0.45) !important;
}
.border-black-100\/5{
  border-color: rgb(186 188 193 / 0.05) !important;
}
.border-black-100\/50{
  border-color: rgb(186 188 193 / 0.5) !important;
}
.border-black-100\/55{
  border-color: rgb(186 188 193 / 0.55) !important;
}
.border-black-100\/60{
  border-color: rgb(186 188 193 / 0.6) !important;
}
.border-black-100\/65{
  border-color: rgb(186 188 193 / 0.65) !important;
}
.border-black-100\/70{
  border-color: rgb(186 188 193 / 0.7) !important;
}
.border-black-100\/75{
  border-color: rgb(186 188 193 / 0.75) !important;
}
.border-black-100\/80{
  border-color: rgb(186 188 193 / 0.8) !important;
}
.border-black-100\/85{
  border-color: rgb(186 188 193 / 0.85) !important;
}
.border-black-100\/90{
  border-color: rgb(186 188 193 / 0.9) !important;
}
.border-black-100\/95{
  border-color: rgb(186 188 193 / 0.95) !important;
}
.border-black-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 152 / var(--tw-border-opacity, 1)) !important;
}
.border-black-200\/0{
  border-color: rgb(140 143 152 / 0) !important;
}
.border-black-200\/10{
  border-color: rgb(140 143 152 / 0.1) !important;
}
.border-black-200\/100{
  border-color: rgb(140 143 152 / 1) !important;
}
.border-black-200\/15{
  border-color: rgb(140 143 152 / 0.15) !important;
}
.border-black-200\/20{
  border-color: rgb(140 143 152 / 0.2) !important;
}
.border-black-200\/25{
  border-color: rgb(140 143 152 / 0.25) !important;
}
.border-black-200\/30{
  border-color: rgb(140 143 152 / 0.3) !important;
}
.border-black-200\/35{
  border-color: rgb(140 143 152 / 0.35) !important;
}
.border-black-200\/40{
  border-color: rgb(140 143 152 / 0.4) !important;
}
.border-black-200\/45{
  border-color: rgb(140 143 152 / 0.45) !important;
}
.border-black-200\/5{
  border-color: rgb(140 143 152 / 0.05) !important;
}
.border-black-200\/50{
  border-color: rgb(140 143 152 / 0.5) !important;
}
.border-black-200\/55{
  border-color: rgb(140 143 152 / 0.55) !important;
}
.border-black-200\/60{
  border-color: rgb(140 143 152 / 0.6) !important;
}
.border-black-200\/65{
  border-color: rgb(140 143 152 / 0.65) !important;
}
.border-black-200\/70{
  border-color: rgb(140 143 152 / 0.7) !important;
}
.border-black-200\/75{
  border-color: rgb(140 143 152 / 0.75) !important;
}
.border-black-200\/80{
  border-color: rgb(140 143 152 / 0.8) !important;
}
.border-black-200\/85{
  border-color: rgb(140 143 152 / 0.85) !important;
}
.border-black-200\/90{
  border-color: rgb(140 143 152 / 0.9) !important;
}
.border-black-200\/95{
  border-color: rgb(140 143 152 / 0.95) !important;
}
.border-black-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(94 98 111 / var(--tw-border-opacity, 1)) !important;
}
.border-black-300\/0{
  border-color: rgb(94 98 111 / 0) !important;
}
.border-black-300\/10{
  border-color: rgb(94 98 111 / 0.1) !important;
}
.border-black-300\/100{
  border-color: rgb(94 98 111 / 1) !important;
}
.border-black-300\/15{
  border-color: rgb(94 98 111 / 0.15) !important;
}
.border-black-300\/20{
  border-color: rgb(94 98 111 / 0.2) !important;
}
.border-black-300\/25{
  border-color: rgb(94 98 111 / 0.25) !important;
}
.border-black-300\/30{
  border-color: rgb(94 98 111 / 0.3) !important;
}
.border-black-300\/35{
  border-color: rgb(94 98 111 / 0.35) !important;
}
.border-black-300\/40{
  border-color: rgb(94 98 111 / 0.4) !important;
}
.border-black-300\/45{
  border-color: rgb(94 98 111 / 0.45) !important;
}
.border-black-300\/5{
  border-color: rgb(94 98 111 / 0.05) !important;
}
.border-black-300\/50{
  border-color: rgb(94 98 111 / 0.5) !important;
}
.border-black-300\/55{
  border-color: rgb(94 98 111 / 0.55) !important;
}
.border-black-300\/60{
  border-color: rgb(94 98 111 / 0.6) !important;
}
.border-black-300\/65{
  border-color: rgb(94 98 111 / 0.65) !important;
}
.border-black-300\/70{
  border-color: rgb(94 98 111 / 0.7) !important;
}
.border-black-300\/75{
  border-color: rgb(94 98 111 / 0.75) !important;
}
.border-black-300\/80{
  border-color: rgb(94 98 111 / 0.8) !important;
}
.border-black-300\/85{
  border-color: rgb(94 98 111 / 0.85) !important;
}
.border-black-300\/90{
  border-color: rgb(94 98 111 / 0.9) !important;
}
.border-black-300\/95{
  border-color: rgb(94 98 111 / 0.95) !important;
}
.border-black-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(60 64 80 / var(--tw-border-opacity, 1)) !important;
}
.border-black-400\/0{
  border-color: rgb(60 64 80 / 0) !important;
}
.border-black-400\/10{
  border-color: rgb(60 64 80 / 0.1) !important;
}
.border-black-400\/100{
  border-color: rgb(60 64 80 / 1) !important;
}
.border-black-400\/15{
  border-color: rgb(60 64 80 / 0.15) !important;
}
.border-black-400\/20{
  border-color: rgb(60 64 80 / 0.2) !important;
}
.border-black-400\/25{
  border-color: rgb(60 64 80 / 0.25) !important;
}
.border-black-400\/30{
  border-color: rgb(60 64 80 / 0.3) !important;
}
.border-black-400\/35{
  border-color: rgb(60 64 80 / 0.35) !important;
}
.border-black-400\/40{
  border-color: rgb(60 64 80 / 0.4) !important;
}
.border-black-400\/45{
  border-color: rgb(60 64 80 / 0.45) !important;
}
.border-black-400\/5{
  border-color: rgb(60 64 80 / 0.05) !important;
}
.border-black-400\/50{
  border-color: rgb(60 64 80 / 0.5) !important;
}
.border-black-400\/55{
  border-color: rgb(60 64 80 / 0.55) !important;
}
.border-black-400\/60{
  border-color: rgb(60 64 80 / 0.6) !important;
}
.border-black-400\/65{
  border-color: rgb(60 64 80 / 0.65) !important;
}
.border-black-400\/70{
  border-color: rgb(60 64 80 / 0.7) !important;
}
.border-black-400\/75{
  border-color: rgb(60 64 80 / 0.75) !important;
}
.border-black-400\/80{
  border-color: rgb(60 64 80 / 0.8) !important;
}
.border-black-400\/85{
  border-color: rgb(60 64 80 / 0.85) !important;
}
.border-black-400\/90{
  border-color: rgb(60 64 80 / 0.9) !important;
}
.border-black-400\/95{
  border-color: rgb(60 64 80 / 0.95) !important;
}
.border-black-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 228 230 / var(--tw-border-opacity, 1)) !important;
}
.border-black-50\/0{
  border-color: rgb(227 228 230 / 0) !important;
}
.border-black-50\/10{
  border-color: rgb(227 228 230 / 0.1) !important;
}
.border-black-50\/100{
  border-color: rgb(227 228 230 / 1) !important;
}
.border-black-50\/15{
  border-color: rgb(227 228 230 / 0.15) !important;
}
.border-black-50\/20{
  border-color: rgb(227 228 230 / 0.2) !important;
}
.border-black-50\/25{
  border-color: rgb(227 228 230 / 0.25) !important;
}
.border-black-50\/30{
  border-color: rgb(227 228 230 / 0.3) !important;
}
.border-black-50\/35{
  border-color: rgb(227 228 230 / 0.35) !important;
}
.border-black-50\/40{
  border-color: rgb(227 228 230 / 0.4) !important;
}
.border-black-50\/45{
  border-color: rgb(227 228 230 / 0.45) !important;
}
.border-black-50\/5{
  border-color: rgb(227 228 230 / 0.05) !important;
}
.border-black-50\/50{
  border-color: rgb(227 228 230 / 0.5) !important;
}
.border-black-50\/55{
  border-color: rgb(227 228 230 / 0.55) !important;
}
.border-black-50\/60{
  border-color: rgb(227 228 230 / 0.6) !important;
}
.border-black-50\/65{
  border-color: rgb(227 228 230 / 0.65) !important;
}
.border-black-50\/70{
  border-color: rgb(227 228 230 / 0.7) !important;
}
.border-black-50\/75{
  border-color: rgb(227 228 230 / 0.75) !important;
}
.border-black-50\/80{
  border-color: rgb(227 228 230 / 0.8) !important;
}
.border-black-50\/85{
  border-color: rgb(227 228 230 / 0.85) !important;
}
.border-black-50\/90{
  border-color: rgb(227 228 230 / 0.9) !important;
}
.border-black-50\/95{
  border-color: rgb(227 228 230 / 0.95) !important;
}
.border-black-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 30 49 / var(--tw-border-opacity, 1)) !important;
}
.border-black-500\/0{
  border-color: rgb(25 30 49 / 0) !important;
}
.border-black-500\/10{
  border-color: rgb(25 30 49 / 0.1) !important;
}
.border-black-500\/100{
  border-color: rgb(25 30 49 / 1) !important;
}
.border-black-500\/15{
  border-color: rgb(25 30 49 / 0.15) !important;
}
.border-black-500\/20{
  border-color: rgb(25 30 49 / 0.2) !important;
}
.border-black-500\/25{
  border-color: rgb(25 30 49 / 0.25) !important;
}
.border-black-500\/30{
  border-color: rgb(25 30 49 / 0.3) !important;
}
.border-black-500\/35{
  border-color: rgb(25 30 49 / 0.35) !important;
}
.border-black-500\/40{
  border-color: rgb(25 30 49 / 0.4) !important;
}
.border-black-500\/45{
  border-color: rgb(25 30 49 / 0.45) !important;
}
.border-black-500\/5{
  border-color: rgb(25 30 49 / 0.05) !important;
}
.border-black-500\/50{
  border-color: rgb(25 30 49 / 0.5) !important;
}
.border-black-500\/55{
  border-color: rgb(25 30 49 / 0.55) !important;
}
.border-black-500\/60{
  border-color: rgb(25 30 49 / 0.6) !important;
}
.border-black-500\/65{
  border-color: rgb(25 30 49 / 0.65) !important;
}
.border-black-500\/70{
  border-color: rgb(25 30 49 / 0.7) !important;
}
.border-black-500\/75{
  border-color: rgb(25 30 49 / 0.75) !important;
}
.border-black-500\/80{
  border-color: rgb(25 30 49 / 0.8) !important;
}
.border-black-500\/85{
  border-color: rgb(25 30 49 / 0.85) !important;
}
.border-black-500\/90{
  border-color: rgb(25 30 49 / 0.9) !important;
}
.border-black-500\/95{
  border-color: rgb(25 30 49 / 0.95) !important;
}
.border-black-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 26 44 / var(--tw-border-opacity, 1)) !important;
}
.border-black-600\/0{
  border-color: rgb(22 26 44 / 0) !important;
}
.border-black-600\/10{
  border-color: rgb(22 26 44 / 0.1) !important;
}
.border-black-600\/100{
  border-color: rgb(22 26 44 / 1) !important;
}
.border-black-600\/15{
  border-color: rgb(22 26 44 / 0.15) !important;
}
.border-black-600\/20{
  border-color: rgb(22 26 44 / 0.2) !important;
}
.border-black-600\/25{
  border-color: rgb(22 26 44 / 0.25) !important;
}
.border-black-600\/30{
  border-color: rgb(22 26 44 / 0.3) !important;
}
.border-black-600\/35{
  border-color: rgb(22 26 44 / 0.35) !important;
}
.border-black-600\/40{
  border-color: rgb(22 26 44 / 0.4) !important;
}
.border-black-600\/45{
  border-color: rgb(22 26 44 / 0.45) !important;
}
.border-black-600\/5{
  border-color: rgb(22 26 44 / 0.05) !important;
}
.border-black-600\/50{
  border-color: rgb(22 26 44 / 0.5) !important;
}
.border-black-600\/55{
  border-color: rgb(22 26 44 / 0.55) !important;
}
.border-black-600\/60{
  border-color: rgb(22 26 44 / 0.6) !important;
}
.border-black-600\/65{
  border-color: rgb(22 26 44 / 0.65) !important;
}
.border-black-600\/70{
  border-color: rgb(22 26 44 / 0.7) !important;
}
.border-black-600\/75{
  border-color: rgb(22 26 44 / 0.75) !important;
}
.border-black-600\/80{
  border-color: rgb(22 26 44 / 0.8) !important;
}
.border-black-600\/85{
  border-color: rgb(22 26 44 / 0.85) !important;
}
.border-black-600\/90{
  border-color: rgb(22 26 44 / 0.9) !important;
}
.border-black-600\/95{
  border-color: rgb(22 26 44 / 0.95) !important;
}
.border-black-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 22 37 / var(--tw-border-opacity, 1)) !important;
}
.border-black-700\/0{
  border-color: rgb(18 22 37 / 0) !important;
}
.border-black-700\/10{
  border-color: rgb(18 22 37 / 0.1) !important;
}
.border-black-700\/100{
  border-color: rgb(18 22 37 / 1) !important;
}
.border-black-700\/15{
  border-color: rgb(18 22 37 / 0.15) !important;
}
.border-black-700\/20{
  border-color: rgb(18 22 37 / 0.2) !important;
}
.border-black-700\/25{
  border-color: rgb(18 22 37 / 0.25) !important;
}
.border-black-700\/30{
  border-color: rgb(18 22 37 / 0.3) !important;
}
.border-black-700\/35{
  border-color: rgb(18 22 37 / 0.35) !important;
}
.border-black-700\/40{
  border-color: rgb(18 22 37 / 0.4) !important;
}
.border-black-700\/45{
  border-color: rgb(18 22 37 / 0.45) !important;
}
.border-black-700\/5{
  border-color: rgb(18 22 37 / 0.05) !important;
}
.border-black-700\/50{
  border-color: rgb(18 22 37 / 0.5) !important;
}
.border-black-700\/55{
  border-color: rgb(18 22 37 / 0.55) !important;
}
.border-black-700\/60{
  border-color: rgb(18 22 37 / 0.6) !important;
}
.border-black-700\/65{
  border-color: rgb(18 22 37 / 0.65) !important;
}
.border-black-700\/70{
  border-color: rgb(18 22 37 / 0.7) !important;
}
.border-black-700\/75{
  border-color: rgb(18 22 37 / 0.75) !important;
}
.border-black-700\/80{
  border-color: rgb(18 22 37 / 0.8) !important;
}
.border-black-700\/85{
  border-color: rgb(18 22 37 / 0.85) !important;
}
.border-black-700\/90{
  border-color: rgb(18 22 37 / 0.9) !important;
}
.border-black-700\/95{
  border-color: rgb(18 22 37 / 0.95) !important;
}
.border-black-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 18 31 / var(--tw-border-opacity, 1)) !important;
}
.border-black-800\/0{
  border-color: rgb(14 18 31 / 0) !important;
}
.border-black-800\/10{
  border-color: rgb(14 18 31 / 0.1) !important;
}
.border-black-800\/100{
  border-color: rgb(14 18 31 / 1) !important;
}
.border-black-800\/15{
  border-color: rgb(14 18 31 / 0.15) !important;
}
.border-black-800\/20{
  border-color: rgb(14 18 31 / 0.2) !important;
}
.border-black-800\/25{
  border-color: rgb(14 18 31 / 0.25) !important;
}
.border-black-800\/30{
  border-color: rgb(14 18 31 / 0.3) !important;
}
.border-black-800\/35{
  border-color: rgb(14 18 31 / 0.35) !important;
}
.border-black-800\/40{
  border-color: rgb(14 18 31 / 0.4) !important;
}
.border-black-800\/45{
  border-color: rgb(14 18 31 / 0.45) !important;
}
.border-black-800\/5{
  border-color: rgb(14 18 31 / 0.05) !important;
}
.border-black-800\/50{
  border-color: rgb(14 18 31 / 0.5) !important;
}
.border-black-800\/55{
  border-color: rgb(14 18 31 / 0.55) !important;
}
.border-black-800\/60{
  border-color: rgb(14 18 31 / 0.6) !important;
}
.border-black-800\/65{
  border-color: rgb(14 18 31 / 0.65) !important;
}
.border-black-800\/70{
  border-color: rgb(14 18 31 / 0.7) !important;
}
.border-black-800\/75{
  border-color: rgb(14 18 31 / 0.75) !important;
}
.border-black-800\/80{
  border-color: rgb(14 18 31 / 0.8) !important;
}
.border-black-800\/85{
  border-color: rgb(14 18 31 / 0.85) !important;
}
.border-black-800\/90{
  border-color: rgb(14 18 31 / 0.9) !important;
}
.border-black-800\/95{
  border-color: rgb(14 18 31 / 0.95) !important;
}
.border-black-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 10 19 / var(--tw-border-opacity, 1)) !important;
}
.border-black-900\/0{
  border-color: rgb(8 10 19 / 0) !important;
}
.border-black-900\/10{
  border-color: rgb(8 10 19 / 0.1) !important;
}
.border-black-900\/100{
  border-color: rgb(8 10 19 / 1) !important;
}
.border-black-900\/15{
  border-color: rgb(8 10 19 / 0.15) !important;
}
.border-black-900\/20{
  border-color: rgb(8 10 19 / 0.2) !important;
}
.border-black-900\/25{
  border-color: rgb(8 10 19 / 0.25) !important;
}
.border-black-900\/30{
  border-color: rgb(8 10 19 / 0.3) !important;
}
.border-black-900\/35{
  border-color: rgb(8 10 19 / 0.35) !important;
}
.border-black-900\/40{
  border-color: rgb(8 10 19 / 0.4) !important;
}
.border-black-900\/45{
  border-color: rgb(8 10 19 / 0.45) !important;
}
.border-black-900\/5{
  border-color: rgb(8 10 19 / 0.05) !important;
}
.border-black-900\/50{
  border-color: rgb(8 10 19 / 0.5) !important;
}
.border-black-900\/55{
  border-color: rgb(8 10 19 / 0.55) !important;
}
.border-black-900\/60{
  border-color: rgb(8 10 19 / 0.6) !important;
}
.border-black-900\/65{
  border-color: rgb(8 10 19 / 0.65) !important;
}
.border-black-900\/70{
  border-color: rgb(8 10 19 / 0.7) !important;
}
.border-black-900\/75{
  border-color: rgb(8 10 19 / 0.75) !important;
}
.border-black-900\/80{
  border-color: rgb(8 10 19 / 0.8) !important;
}
.border-black-900\/85{
  border-color: rgb(8 10 19 / 0.85) !important;
}
.border-black-900\/90{
  border-color: rgb(8 10 19 / 0.9) !important;
}
.border-black-900\/95{
  border-color: rgb(8 10 19 / 0.95) !important;
}
.border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 236 255 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-100\/0{
  border-color: rgb(217 236 255 / 0) !important;
}
.border-blue-100\/10{
  border-color: rgb(217 236 255 / 0.1) !important;
}
.border-blue-100\/100{
  border-color: rgb(217 236 255 / 1) !important;
}
.border-blue-100\/15{
  border-color: rgb(217 236 255 / 0.15) !important;
}
.border-blue-100\/20{
  border-color: rgb(217 236 255 / 0.2) !important;
}
.border-blue-100\/25{
  border-color: rgb(217 236 255 / 0.25) !important;
}
.border-blue-100\/30{
  border-color: rgb(217 236 255 / 0.3) !important;
}
.border-blue-100\/35{
  border-color: rgb(217 236 255 / 0.35) !important;
}
.border-blue-100\/40{
  border-color: rgb(217 236 255 / 0.4) !important;
}
.border-blue-100\/45{
  border-color: rgb(217 236 255 / 0.45) !important;
}
.border-blue-100\/5{
  border-color: rgb(217 236 255 / 0.05) !important;
}
.border-blue-100\/50{
  border-color: rgb(217 236 255 / 0.5) !important;
}
.border-blue-100\/55{
  border-color: rgb(217 236 255 / 0.55) !important;
}
.border-blue-100\/60{
  border-color: rgb(217 236 255 / 0.6) !important;
}
.border-blue-100\/65{
  border-color: rgb(217 236 255 / 0.65) !important;
}
.border-blue-100\/70{
  border-color: rgb(217 236 255 / 0.7) !important;
}
.border-blue-100\/75{
  border-color: rgb(217 236 255 / 0.75) !important;
}
.border-blue-100\/80{
  border-color: rgb(217 236 255 / 0.8) !important;
}
.border-blue-100\/85{
  border-color: rgb(217 236 255 / 0.85) !important;
}
.border-blue-100\/90{
  border-color: rgb(217 236 255 / 0.9) !important;
}
.border-blue-100\/95{
  border-color: rgb(217 236 255 / 0.95) !important;
}
.border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(188 222 255 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-200\/0{
  border-color: rgb(188 222 255 / 0) !important;
}
.border-blue-200\/10{
  border-color: rgb(188 222 255 / 0.1) !important;
}
.border-blue-200\/100{
  border-color: rgb(188 222 255 / 1) !important;
}
.border-blue-200\/15{
  border-color: rgb(188 222 255 / 0.15) !important;
}
.border-blue-200\/20{
  border-color: rgb(188 222 255 / 0.2) !important;
}
.border-blue-200\/25{
  border-color: rgb(188 222 255 / 0.25) !important;
}
.border-blue-200\/30{
  border-color: rgb(188 222 255 / 0.3) !important;
}
.border-blue-200\/35{
  border-color: rgb(188 222 255 / 0.35) !important;
}
.border-blue-200\/40{
  border-color: rgb(188 222 255 / 0.4) !important;
}
.border-blue-200\/45{
  border-color: rgb(188 222 255 / 0.45) !important;
}
.border-blue-200\/5{
  border-color: rgb(188 222 255 / 0.05) !important;
}
.border-blue-200\/50{
  border-color: rgb(188 222 255 / 0.5) !important;
}
.border-blue-200\/55{
  border-color: rgb(188 222 255 / 0.55) !important;
}
.border-blue-200\/60{
  border-color: rgb(188 222 255 / 0.6) !important;
}
.border-blue-200\/65{
  border-color: rgb(188 222 255 / 0.65) !important;
}
.border-blue-200\/70{
  border-color: rgb(188 222 255 / 0.7) !important;
}
.border-blue-200\/75{
  border-color: rgb(188 222 255 / 0.75) !important;
}
.border-blue-200\/80{
  border-color: rgb(188 222 255 / 0.8) !important;
}
.border-blue-200\/85{
  border-color: rgb(188 222 255 / 0.85) !important;
}
.border-blue-200\/90{
  border-color: rgb(188 222 255 / 0.9) !important;
}
.border-blue-200\/95{
  border-color: rgb(188 222 255 / 0.95) !important;
}
.border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 202 255 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-300\/0{
  border-color: rgb(142 202 255 / 0) !important;
}
.border-blue-300\/10{
  border-color: rgb(142 202 255 / 0.1) !important;
}
.border-blue-300\/100{
  border-color: rgb(142 202 255 / 1) !important;
}
.border-blue-300\/15{
  border-color: rgb(142 202 255 / 0.15) !important;
}
.border-blue-300\/20{
  border-color: rgb(142 202 255 / 0.2) !important;
}
.border-blue-300\/25{
  border-color: rgb(142 202 255 / 0.25) !important;
}
.border-blue-300\/30{
  border-color: rgb(142 202 255 / 0.3) !important;
}
.border-blue-300\/35{
  border-color: rgb(142 202 255 / 0.35) !important;
}
.border-blue-300\/40{
  border-color: rgb(142 202 255 / 0.4) !important;
}
.border-blue-300\/45{
  border-color: rgb(142 202 255 / 0.45) !important;
}
.border-blue-300\/5{
  border-color: rgb(142 202 255 / 0.05) !important;
}
.border-blue-300\/50{
  border-color: rgb(142 202 255 / 0.5) !important;
}
.border-blue-300\/55{
  border-color: rgb(142 202 255 / 0.55) !important;
}
.border-blue-300\/60{
  border-color: rgb(142 202 255 / 0.6) !important;
}
.border-blue-300\/65{
  border-color: rgb(142 202 255 / 0.65) !important;
}
.border-blue-300\/70{
  border-color: rgb(142 202 255 / 0.7) !important;
}
.border-blue-300\/75{
  border-color: rgb(142 202 255 / 0.75) !important;
}
.border-blue-300\/80{
  border-color: rgb(142 202 255 / 0.8) !important;
}
.border-blue-300\/85{
  border-color: rgb(142 202 255 / 0.85) !important;
}
.border-blue-300\/90{
  border-color: rgb(142 202 255 / 0.9) !important;
}
.border-blue-300\/95{
  border-color: rgb(142 202 255 / 0.95) !important;
}
.border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 172 255 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-400\/0{
  border-color: rgb(89 172 255 / 0) !important;
}
.border-blue-400\/10{
  border-color: rgb(89 172 255 / 0.1) !important;
}
.border-blue-400\/100{
  border-color: rgb(89 172 255 / 1) !important;
}
.border-blue-400\/15{
  border-color: rgb(89 172 255 / 0.15) !important;
}
.border-blue-400\/20{
  border-color: rgb(89 172 255 / 0.2) !important;
}
.border-blue-400\/25{
  border-color: rgb(89 172 255 / 0.25) !important;
}
.border-blue-400\/30{
  border-color: rgb(89 172 255 / 0.3) !important;
}
.border-blue-400\/35{
  border-color: rgb(89 172 255 / 0.35) !important;
}
.border-blue-400\/40{
  border-color: rgb(89 172 255 / 0.4) !important;
}
.border-blue-400\/45{
  border-color: rgb(89 172 255 / 0.45) !important;
}
.border-blue-400\/5{
  border-color: rgb(89 172 255 / 0.05) !important;
}
.border-blue-400\/50{
  border-color: rgb(89 172 255 / 0.5) !important;
}
.border-blue-400\/55{
  border-color: rgb(89 172 255 / 0.55) !important;
}
.border-blue-400\/60{
  border-color: rgb(89 172 255 / 0.6) !important;
}
.border-blue-400\/65{
  border-color: rgb(89 172 255 / 0.65) !important;
}
.border-blue-400\/70{
  border-color: rgb(89 172 255 / 0.7) !important;
}
.border-blue-400\/75{
  border-color: rgb(89 172 255 / 0.75) !important;
}
.border-blue-400\/80{
  border-color: rgb(89 172 255 / 0.8) !important;
}
.border-blue-400\/85{
  border-color: rgb(89 172 255 / 0.85) !important;
}
.border-blue-400\/90{
  border-color: rgb(89 172 255 / 0.9) !important;
}
.border-blue-400\/95{
  border-color: rgb(89 172 255 / 0.95) !important;
}
.border-blue-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 247 255 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-50\/0{
  border-color: rgb(238 247 255 / 0) !important;
}
.border-blue-50\/10{
  border-color: rgb(238 247 255 / 0.1) !important;
}
.border-blue-50\/100{
  border-color: rgb(238 247 255 / 1) !important;
}
.border-blue-50\/15{
  border-color: rgb(238 247 255 / 0.15) !important;
}
.border-blue-50\/20{
  border-color: rgb(238 247 255 / 0.2) !important;
}
.border-blue-50\/25{
  border-color: rgb(238 247 255 / 0.25) !important;
}
.border-blue-50\/30{
  border-color: rgb(238 247 255 / 0.3) !important;
}
.border-blue-50\/35{
  border-color: rgb(238 247 255 / 0.35) !important;
}
.border-blue-50\/40{
  border-color: rgb(238 247 255 / 0.4) !important;
}
.border-blue-50\/45{
  border-color: rgb(238 247 255 / 0.45) !important;
}
.border-blue-50\/5{
  border-color: rgb(238 247 255 / 0.05) !important;
}
.border-blue-50\/50{
  border-color: rgb(238 247 255 / 0.5) !important;
}
.border-blue-50\/55{
  border-color: rgb(238 247 255 / 0.55) !important;
}
.border-blue-50\/60{
  border-color: rgb(238 247 255 / 0.6) !important;
}
.border-blue-50\/65{
  border-color: rgb(238 247 255 / 0.65) !important;
}
.border-blue-50\/70{
  border-color: rgb(238 247 255 / 0.7) !important;
}
.border-blue-50\/75{
  border-color: rgb(238 247 255 / 0.75) !important;
}
.border-blue-50\/80{
  border-color: rgb(238 247 255 / 0.8) !important;
}
.border-blue-50\/85{
  border-color: rgb(238 247 255 / 0.85) !important;
}
.border-blue-50\/90{
  border-color: rgb(238 247 255 / 0.9) !important;
}
.border-blue-50\/95{
  border-color: rgb(238 247 255 / 0.95) !important;
}
.border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 133 255 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-500\/0{
  border-color: rgb(42 133 255 / 0) !important;
}
.border-blue-500\/10{
  border-color: rgb(42 133 255 / 0.1) !important;
}
.border-blue-500\/100{
  border-color: rgb(42 133 255 / 1) !important;
}
.border-blue-500\/15{
  border-color: rgb(42 133 255 / 0.15) !important;
}
.border-blue-500\/20{
  border-color: rgb(42 133 255 / 0.2) !important;
}
.border-blue-500\/25{
  border-color: rgb(42 133 255 / 0.25) !important;
}
.border-blue-500\/30{
  border-color: rgb(42 133 255 / 0.3) !important;
}
.border-blue-500\/35{
  border-color: rgb(42 133 255 / 0.35) !important;
}
.border-blue-500\/40{
  border-color: rgb(42 133 255 / 0.4) !important;
}
.border-blue-500\/45{
  border-color: rgb(42 133 255 / 0.45) !important;
}
.border-blue-500\/5{
  border-color: rgb(42 133 255 / 0.05) !important;
}
.border-blue-500\/50{
  border-color: rgb(42 133 255 / 0.5) !important;
}
.border-blue-500\/55{
  border-color: rgb(42 133 255 / 0.55) !important;
}
.border-blue-500\/60{
  border-color: rgb(42 133 255 / 0.6) !important;
}
.border-blue-500\/65{
  border-color: rgb(42 133 255 / 0.65) !important;
}
.border-blue-500\/70{
  border-color: rgb(42 133 255 / 0.7) !important;
}
.border-blue-500\/75{
  border-color: rgb(42 133 255 / 0.75) !important;
}
.border-blue-500\/80{
  border-color: rgb(42 133 255 / 0.8) !important;
}
.border-blue-500\/85{
  border-color: rgb(42 133 255 / 0.85) !important;
}
.border-blue-500\/90{
  border-color: rgb(42 133 255 / 0.9) !important;
}
.border-blue-500\/95{
  border-color: rgb(42 133 255 / 0.95) !important;
}
.border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 105 245 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-600\/0{
  border-color: rgb(27 105 245 / 0) !important;
}
.border-blue-600\/10{
  border-color: rgb(27 105 245 / 0.1) !important;
}
.border-blue-600\/100{
  border-color: rgb(27 105 245 / 1) !important;
}
.border-blue-600\/15{
  border-color: rgb(27 105 245 / 0.15) !important;
}
.border-blue-600\/20{
  border-color: rgb(27 105 245 / 0.2) !important;
}
.border-blue-600\/25{
  border-color: rgb(27 105 245 / 0.25) !important;
}
.border-blue-600\/30{
  border-color: rgb(27 105 245 / 0.3) !important;
}
.border-blue-600\/35{
  border-color: rgb(27 105 245 / 0.35) !important;
}
.border-blue-600\/40{
  border-color: rgb(27 105 245 / 0.4) !important;
}
.border-blue-600\/45{
  border-color: rgb(27 105 245 / 0.45) !important;
}
.border-blue-600\/5{
  border-color: rgb(27 105 245 / 0.05) !important;
}
.border-blue-600\/50{
  border-color: rgb(27 105 245 / 0.5) !important;
}
.border-blue-600\/55{
  border-color: rgb(27 105 245 / 0.55) !important;
}
.border-blue-600\/60{
  border-color: rgb(27 105 245 / 0.6) !important;
}
.border-blue-600\/65{
  border-color: rgb(27 105 245 / 0.65) !important;
}
.border-blue-600\/70{
  border-color: rgb(27 105 245 / 0.7) !important;
}
.border-blue-600\/75{
  border-color: rgb(27 105 245 / 0.75) !important;
}
.border-blue-600\/80{
  border-color: rgb(27 105 245 / 0.8) !important;
}
.border-blue-600\/85{
  border-color: rgb(27 105 245 / 0.85) !important;
}
.border-blue-600\/90{
  border-color: rgb(27 105 245 / 0.9) !important;
}
.border-blue-600\/95{
  border-color: rgb(27 105 245 / 0.95) !important;
}
.border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 84 225 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-700\/0{
  border-color: rgb(20 84 225 / 0) !important;
}
.border-blue-700\/10{
  border-color: rgb(20 84 225 / 0.1) !important;
}
.border-blue-700\/100{
  border-color: rgb(20 84 225 / 1) !important;
}
.border-blue-700\/15{
  border-color: rgb(20 84 225 / 0.15) !important;
}
.border-blue-700\/20{
  border-color: rgb(20 84 225 / 0.2) !important;
}
.border-blue-700\/25{
  border-color: rgb(20 84 225 / 0.25) !important;
}
.border-blue-700\/30{
  border-color: rgb(20 84 225 / 0.3) !important;
}
.border-blue-700\/35{
  border-color: rgb(20 84 225 / 0.35) !important;
}
.border-blue-700\/40{
  border-color: rgb(20 84 225 / 0.4) !important;
}
.border-blue-700\/45{
  border-color: rgb(20 84 225 / 0.45) !important;
}
.border-blue-700\/5{
  border-color: rgb(20 84 225 / 0.05) !important;
}
.border-blue-700\/50{
  border-color: rgb(20 84 225 / 0.5) !important;
}
.border-blue-700\/55{
  border-color: rgb(20 84 225 / 0.55) !important;
}
.border-blue-700\/60{
  border-color: rgb(20 84 225 / 0.6) !important;
}
.border-blue-700\/65{
  border-color: rgb(20 84 225 / 0.65) !important;
}
.border-blue-700\/70{
  border-color: rgb(20 84 225 / 0.7) !important;
}
.border-blue-700\/75{
  border-color: rgb(20 84 225 / 0.75) !important;
}
.border-blue-700\/80{
  border-color: rgb(20 84 225 / 0.8) !important;
}
.border-blue-700\/85{
  border-color: rgb(20 84 225 / 0.85) !important;
}
.border-blue-700\/90{
  border-color: rgb(20 84 225 / 0.9) !important;
}
.border-blue-700\/95{
  border-color: rgb(20 84 225 / 0.95) !important;
}
.border-blue-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 68 182 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-800\/0{
  border-color: rgb(23 68 182 / 0) !important;
}
.border-blue-800\/10{
  border-color: rgb(23 68 182 / 0.1) !important;
}
.border-blue-800\/100{
  border-color: rgb(23 68 182 / 1) !important;
}
.border-blue-800\/15{
  border-color: rgb(23 68 182 / 0.15) !important;
}
.border-blue-800\/20{
  border-color: rgb(23 68 182 / 0.2) !important;
}
.border-blue-800\/25{
  border-color: rgb(23 68 182 / 0.25) !important;
}
.border-blue-800\/30{
  border-color: rgb(23 68 182 / 0.3) !important;
}
.border-blue-800\/35{
  border-color: rgb(23 68 182 / 0.35) !important;
}
.border-blue-800\/40{
  border-color: rgb(23 68 182 / 0.4) !important;
}
.border-blue-800\/45{
  border-color: rgb(23 68 182 / 0.45) !important;
}
.border-blue-800\/5{
  border-color: rgb(23 68 182 / 0.05) !important;
}
.border-blue-800\/50{
  border-color: rgb(23 68 182 / 0.5) !important;
}
.border-blue-800\/55{
  border-color: rgb(23 68 182 / 0.55) !important;
}
.border-blue-800\/60{
  border-color: rgb(23 68 182 / 0.6) !important;
}
.border-blue-800\/65{
  border-color: rgb(23 68 182 / 0.65) !important;
}
.border-blue-800\/70{
  border-color: rgb(23 68 182 / 0.7) !important;
}
.border-blue-800\/75{
  border-color: rgb(23 68 182 / 0.75) !important;
}
.border-blue-800\/80{
  border-color: rgb(23 68 182 / 0.8) !important;
}
.border-blue-800\/85{
  border-color: rgb(23 68 182 / 0.85) !important;
}
.border-blue-800\/90{
  border-color: rgb(23 68 182 / 0.9) !important;
}
.border-blue-800\/95{
  border-color: rgb(23 68 182 / 0.95) !important;
}
.border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 61 143 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-900\/0{
  border-color: rgb(25 61 143 / 0) !important;
}
.border-blue-900\/10{
  border-color: rgb(25 61 143 / 0.1) !important;
}
.border-blue-900\/100{
  border-color: rgb(25 61 143 / 1) !important;
}
.border-blue-900\/15{
  border-color: rgb(25 61 143 / 0.15) !important;
}
.border-blue-900\/20{
  border-color: rgb(25 61 143 / 0.2) !important;
}
.border-blue-900\/25{
  border-color: rgb(25 61 143 / 0.25) !important;
}
.border-blue-900\/30{
  border-color: rgb(25 61 143 / 0.3) !important;
}
.border-blue-900\/35{
  border-color: rgb(25 61 143 / 0.35) !important;
}
.border-blue-900\/40{
  border-color: rgb(25 61 143 / 0.4) !important;
}
.border-blue-900\/45{
  border-color: rgb(25 61 143 / 0.45) !important;
}
.border-blue-900\/5{
  border-color: rgb(25 61 143 / 0.05) !important;
}
.border-blue-900\/50{
  border-color: rgb(25 61 143 / 0.5) !important;
}
.border-blue-900\/55{
  border-color: rgb(25 61 143 / 0.55) !important;
}
.border-blue-900\/60{
  border-color: rgb(25 61 143 / 0.6) !important;
}
.border-blue-900\/65{
  border-color: rgb(25 61 143 / 0.65) !important;
}
.border-blue-900\/70{
  border-color: rgb(25 61 143 / 0.7) !important;
}
.border-blue-900\/75{
  border-color: rgb(25 61 143 / 0.75) !important;
}
.border-blue-900\/80{
  border-color: rgb(25 61 143 / 0.8) !important;
}
.border-blue-900\/85{
  border-color: rgb(25 61 143 / 0.85) !important;
}
.border-blue-900\/90{
  border-color: rgb(25 61 143 / 0.9) !important;
}
.border-blue-900\/95{
  border-color: rgb(25 61 143 / 0.95) !important;
}
.border-cyan-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 229 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-100\/0{
  border-color: rgb(187 229 255 / 0) !important;
}
.border-cyan-100\/10{
  border-color: rgb(187 229 255 / 0.1) !important;
}
.border-cyan-100\/100{
  border-color: rgb(187 229 255 / 1) !important;
}
.border-cyan-100\/15{
  border-color: rgb(187 229 255 / 0.15) !important;
}
.border-cyan-100\/20{
  border-color: rgb(187 229 255 / 0.2) !important;
}
.border-cyan-100\/25{
  border-color: rgb(187 229 255 / 0.25) !important;
}
.border-cyan-100\/30{
  border-color: rgb(187 229 255 / 0.3) !important;
}
.border-cyan-100\/35{
  border-color: rgb(187 229 255 / 0.35) !important;
}
.border-cyan-100\/40{
  border-color: rgb(187 229 255 / 0.4) !important;
}
.border-cyan-100\/45{
  border-color: rgb(187 229 255 / 0.45) !important;
}
.border-cyan-100\/5{
  border-color: rgb(187 229 255 / 0.05) !important;
}
.border-cyan-100\/50{
  border-color: rgb(187 229 255 / 0.5) !important;
}
.border-cyan-100\/55{
  border-color: rgb(187 229 255 / 0.55) !important;
}
.border-cyan-100\/60{
  border-color: rgb(187 229 255 / 0.6) !important;
}
.border-cyan-100\/65{
  border-color: rgb(187 229 255 / 0.65) !important;
}
.border-cyan-100\/70{
  border-color: rgb(187 229 255 / 0.7) !important;
}
.border-cyan-100\/75{
  border-color: rgb(187 229 255 / 0.75) !important;
}
.border-cyan-100\/80{
  border-color: rgb(187 229 255 / 0.8) !important;
}
.border-cyan-100\/85{
  border-color: rgb(187 229 255 / 0.85) !important;
}
.border-cyan-100\/90{
  border-color: rgb(187 229 255 / 0.9) !important;
}
.border-cyan-100\/95{
  border-color: rgb(187 229 255 / 0.95) !important;
}
.border-cyan-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 211 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-200\/0{
  border-color: rgb(142 211 255 / 0) !important;
}
.border-cyan-200\/10{
  border-color: rgb(142 211 255 / 0.1) !important;
}
.border-cyan-200\/100{
  border-color: rgb(142 211 255 / 1) !important;
}
.border-cyan-200\/15{
  border-color: rgb(142 211 255 / 0.15) !important;
}
.border-cyan-200\/20{
  border-color: rgb(142 211 255 / 0.2) !important;
}
.border-cyan-200\/25{
  border-color: rgb(142 211 255 / 0.25) !important;
}
.border-cyan-200\/30{
  border-color: rgb(142 211 255 / 0.3) !important;
}
.border-cyan-200\/35{
  border-color: rgb(142 211 255 / 0.35) !important;
}
.border-cyan-200\/40{
  border-color: rgb(142 211 255 / 0.4) !important;
}
.border-cyan-200\/45{
  border-color: rgb(142 211 255 / 0.45) !important;
}
.border-cyan-200\/5{
  border-color: rgb(142 211 255 / 0.05) !important;
}
.border-cyan-200\/50{
  border-color: rgb(142 211 255 / 0.5) !important;
}
.border-cyan-200\/55{
  border-color: rgb(142 211 255 / 0.55) !important;
}
.border-cyan-200\/60{
  border-color: rgb(142 211 255 / 0.6) !important;
}
.border-cyan-200\/65{
  border-color: rgb(142 211 255 / 0.65) !important;
}
.border-cyan-200\/70{
  border-color: rgb(142 211 255 / 0.7) !important;
}
.border-cyan-200\/75{
  border-color: rgb(142 211 255 / 0.75) !important;
}
.border-cyan-200\/80{
  border-color: rgb(142 211 255 / 0.8) !important;
}
.border-cyan-200\/85{
  border-color: rgb(142 211 255 / 0.85) !important;
}
.border-cyan-200\/90{
  border-color: rgb(142 211 255 / 0.9) !important;
}
.border-cyan-200\/95{
  border-color: rgb(142 211 255 / 0.95) !important;
}
.border-cyan-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 193 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-300\/0{
  border-color: rgb(97 193 255 / 0) !important;
}
.border-cyan-300\/10{
  border-color: rgb(97 193 255 / 0.1) !important;
}
.border-cyan-300\/100{
  border-color: rgb(97 193 255 / 1) !important;
}
.border-cyan-300\/15{
  border-color: rgb(97 193 255 / 0.15) !important;
}
.border-cyan-300\/20{
  border-color: rgb(97 193 255 / 0.2) !important;
}
.border-cyan-300\/25{
  border-color: rgb(97 193 255 / 0.25) !important;
}
.border-cyan-300\/30{
  border-color: rgb(97 193 255 / 0.3) !important;
}
.border-cyan-300\/35{
  border-color: rgb(97 193 255 / 0.35) !important;
}
.border-cyan-300\/40{
  border-color: rgb(97 193 255 / 0.4) !important;
}
.border-cyan-300\/45{
  border-color: rgb(97 193 255 / 0.45) !important;
}
.border-cyan-300\/5{
  border-color: rgb(97 193 255 / 0.05) !important;
}
.border-cyan-300\/50{
  border-color: rgb(97 193 255 / 0.5) !important;
}
.border-cyan-300\/55{
  border-color: rgb(97 193 255 / 0.55) !important;
}
.border-cyan-300\/60{
  border-color: rgb(97 193 255 / 0.6) !important;
}
.border-cyan-300\/65{
  border-color: rgb(97 193 255 / 0.65) !important;
}
.border-cyan-300\/70{
  border-color: rgb(97 193 255 / 0.7) !important;
}
.border-cyan-300\/75{
  border-color: rgb(97 193 255 / 0.75) !important;
}
.border-cyan-300\/80{
  border-color: rgb(97 193 255 / 0.8) !important;
}
.border-cyan-300\/85{
  border-color: rgb(97 193 255 / 0.85) !important;
}
.border-cyan-300\/90{
  border-color: rgb(97 193 255 / 0.9) !important;
}
.border-cyan-300\/95{
  border-color: rgb(97 193 255 / 0.95) !important;
}
.border-cyan-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 180 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-400\/0{
  border-color: rgb(63 180 255 / 0) !important;
}
.border-cyan-400\/10{
  border-color: rgb(63 180 255 / 0.1) !important;
}
.border-cyan-400\/100{
  border-color: rgb(63 180 255 / 1) !important;
}
.border-cyan-400\/15{
  border-color: rgb(63 180 255 / 0.15) !important;
}
.border-cyan-400\/20{
  border-color: rgb(63 180 255 / 0.2) !important;
}
.border-cyan-400\/25{
  border-color: rgb(63 180 255 / 0.25) !important;
}
.border-cyan-400\/30{
  border-color: rgb(63 180 255 / 0.3) !important;
}
.border-cyan-400\/35{
  border-color: rgb(63 180 255 / 0.35) !important;
}
.border-cyan-400\/40{
  border-color: rgb(63 180 255 / 0.4) !important;
}
.border-cyan-400\/45{
  border-color: rgb(63 180 255 / 0.45) !important;
}
.border-cyan-400\/5{
  border-color: rgb(63 180 255 / 0.05) !important;
}
.border-cyan-400\/50{
  border-color: rgb(63 180 255 / 0.5) !important;
}
.border-cyan-400\/55{
  border-color: rgb(63 180 255 / 0.55) !important;
}
.border-cyan-400\/60{
  border-color: rgb(63 180 255 / 0.6) !important;
}
.border-cyan-400\/65{
  border-color: rgb(63 180 255 / 0.65) !important;
}
.border-cyan-400\/70{
  border-color: rgb(63 180 255 / 0.7) !important;
}
.border-cyan-400\/75{
  border-color: rgb(63 180 255 / 0.75) !important;
}
.border-cyan-400\/80{
  border-color: rgb(63 180 255 / 0.8) !important;
}
.border-cyan-400\/85{
  border-color: rgb(63 180 255 / 0.85) !important;
}
.border-cyan-400\/90{
  border-color: rgb(63 180 255 / 0.9) !important;
}
.border-cyan-400\/95{
  border-color: rgb(63 180 255 / 0.95) !important;
}
.border-cyan-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 244 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-50\/0{
  border-color: rgb(228 244 255 / 0) !important;
}
.border-cyan-50\/10{
  border-color: rgb(228 244 255 / 0.1) !important;
}
.border-cyan-50\/100{
  border-color: rgb(228 244 255 / 1) !important;
}
.border-cyan-50\/15{
  border-color: rgb(228 244 255 / 0.15) !important;
}
.border-cyan-50\/20{
  border-color: rgb(228 244 255 / 0.2) !important;
}
.border-cyan-50\/25{
  border-color: rgb(228 244 255 / 0.25) !important;
}
.border-cyan-50\/30{
  border-color: rgb(228 244 255 / 0.3) !important;
}
.border-cyan-50\/35{
  border-color: rgb(228 244 255 / 0.35) !important;
}
.border-cyan-50\/40{
  border-color: rgb(228 244 255 / 0.4) !important;
}
.border-cyan-50\/45{
  border-color: rgb(228 244 255 / 0.45) !important;
}
.border-cyan-50\/5{
  border-color: rgb(228 244 255 / 0.05) !important;
}
.border-cyan-50\/50{
  border-color: rgb(228 244 255 / 0.5) !important;
}
.border-cyan-50\/55{
  border-color: rgb(228 244 255 / 0.55) !important;
}
.border-cyan-50\/60{
  border-color: rgb(228 244 255 / 0.6) !important;
}
.border-cyan-50\/65{
  border-color: rgb(228 244 255 / 0.65) !important;
}
.border-cyan-50\/70{
  border-color: rgb(228 244 255 / 0.7) !important;
}
.border-cyan-50\/75{
  border-color: rgb(228 244 255 / 0.75) !important;
}
.border-cyan-50\/80{
  border-color: rgb(228 244 255 / 0.8) !important;
}
.border-cyan-50\/85{
  border-color: rgb(228 244 255 / 0.85) !important;
}
.border-cyan-50\/90{
  border-color: rgb(228 244 255 / 0.9) !important;
}
.border-cyan-50\/95{
  border-color: rgb(228 244 255 / 0.95) !important;
}
.border-cyan-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 167 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-500\/0{
  border-color: rgb(29 167 255 / 0) !important;
}
.border-cyan-500\/10{
  border-color: rgb(29 167 255 / 0.1) !important;
}
.border-cyan-500\/100{
  border-color: rgb(29 167 255 / 1) !important;
}
.border-cyan-500\/15{
  border-color: rgb(29 167 255 / 0.15) !important;
}
.border-cyan-500\/20{
  border-color: rgb(29 167 255 / 0.2) !important;
}
.border-cyan-500\/25{
  border-color: rgb(29 167 255 / 0.25) !important;
}
.border-cyan-500\/30{
  border-color: rgb(29 167 255 / 0.3) !important;
}
.border-cyan-500\/35{
  border-color: rgb(29 167 255 / 0.35) !important;
}
.border-cyan-500\/40{
  border-color: rgb(29 167 255 / 0.4) !important;
}
.border-cyan-500\/45{
  border-color: rgb(29 167 255 / 0.45) !important;
}
.border-cyan-500\/5{
  border-color: rgb(29 167 255 / 0.05) !important;
}
.border-cyan-500\/50{
  border-color: rgb(29 167 255 / 0.5) !important;
}
.border-cyan-500\/55{
  border-color: rgb(29 167 255 / 0.55) !important;
}
.border-cyan-500\/60{
  border-color: rgb(29 167 255 / 0.6) !important;
}
.border-cyan-500\/65{
  border-color: rgb(29 167 255 / 0.65) !important;
}
.border-cyan-500\/70{
  border-color: rgb(29 167 255 / 0.7) !important;
}
.border-cyan-500\/75{
  border-color: rgb(29 167 255 / 0.75) !important;
}
.border-cyan-500\/80{
  border-color: rgb(29 167 255 / 0.8) !important;
}
.border-cyan-500\/85{
  border-color: rgb(29 167 255 / 0.85) !important;
}
.border-cyan-500\/90{
  border-color: rgb(29 167 255 / 0.9) !important;
}
.border-cyan-500\/95{
  border-color: rgb(29 167 255 / 0.95) !important;
}
.border-cyan-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 159 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-600\/0{
  border-color: rgb(26 159 255 / 0) !important;
}
.border-cyan-600\/10{
  border-color: rgb(26 159 255 / 0.1) !important;
}
.border-cyan-600\/100{
  border-color: rgb(26 159 255 / 1) !important;
}
.border-cyan-600\/15{
  border-color: rgb(26 159 255 / 0.15) !important;
}
.border-cyan-600\/20{
  border-color: rgb(26 159 255 / 0.2) !important;
}
.border-cyan-600\/25{
  border-color: rgb(26 159 255 / 0.25) !important;
}
.border-cyan-600\/30{
  border-color: rgb(26 159 255 / 0.3) !important;
}
.border-cyan-600\/35{
  border-color: rgb(26 159 255 / 0.35) !important;
}
.border-cyan-600\/40{
  border-color: rgb(26 159 255 / 0.4) !important;
}
.border-cyan-600\/45{
  border-color: rgb(26 159 255 / 0.45) !important;
}
.border-cyan-600\/5{
  border-color: rgb(26 159 255 / 0.05) !important;
}
.border-cyan-600\/50{
  border-color: rgb(26 159 255 / 0.5) !important;
}
.border-cyan-600\/55{
  border-color: rgb(26 159 255 / 0.55) !important;
}
.border-cyan-600\/60{
  border-color: rgb(26 159 255 / 0.6) !important;
}
.border-cyan-600\/65{
  border-color: rgb(26 159 255 / 0.65) !important;
}
.border-cyan-600\/70{
  border-color: rgb(26 159 255 / 0.7) !important;
}
.border-cyan-600\/75{
  border-color: rgb(26 159 255 / 0.75) !important;
}
.border-cyan-600\/80{
  border-color: rgb(26 159 255 / 0.8) !important;
}
.border-cyan-600\/85{
  border-color: rgb(26 159 255 / 0.85) !important;
}
.border-cyan-600\/90{
  border-color: rgb(26 159 255 / 0.9) !important;
}
.border-cyan-600\/95{
  border-color: rgb(26 159 255 / 0.95) !important;
}
.border-cyan-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 150 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-700\/0{
  border-color: rgb(21 150 255 / 0) !important;
}
.border-cyan-700\/10{
  border-color: rgb(21 150 255 / 0.1) !important;
}
.border-cyan-700\/100{
  border-color: rgb(21 150 255 / 1) !important;
}
.border-cyan-700\/15{
  border-color: rgb(21 150 255 / 0.15) !important;
}
.border-cyan-700\/20{
  border-color: rgb(21 150 255 / 0.2) !important;
}
.border-cyan-700\/25{
  border-color: rgb(21 150 255 / 0.25) !important;
}
.border-cyan-700\/30{
  border-color: rgb(21 150 255 / 0.3) !important;
}
.border-cyan-700\/35{
  border-color: rgb(21 150 255 / 0.35) !important;
}
.border-cyan-700\/40{
  border-color: rgb(21 150 255 / 0.4) !important;
}
.border-cyan-700\/45{
  border-color: rgb(21 150 255 / 0.45) !important;
}
.border-cyan-700\/5{
  border-color: rgb(21 150 255 / 0.05) !important;
}
.border-cyan-700\/50{
  border-color: rgb(21 150 255 / 0.5) !important;
}
.border-cyan-700\/55{
  border-color: rgb(21 150 255 / 0.55) !important;
}
.border-cyan-700\/60{
  border-color: rgb(21 150 255 / 0.6) !important;
}
.border-cyan-700\/65{
  border-color: rgb(21 150 255 / 0.65) !important;
}
.border-cyan-700\/70{
  border-color: rgb(21 150 255 / 0.7) !important;
}
.border-cyan-700\/75{
  border-color: rgb(21 150 255 / 0.75) !important;
}
.border-cyan-700\/80{
  border-color: rgb(21 150 255 / 0.8) !important;
}
.border-cyan-700\/85{
  border-color: rgb(21 150 255 / 0.85) !important;
}
.border-cyan-700\/90{
  border-color: rgb(21 150 255 / 0.9) !important;
}
.border-cyan-700\/95{
  border-color: rgb(21 150 255 / 0.95) !important;
}
.border-cyan-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 140 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-800\/0{
  border-color: rgb(17 140 255 / 0) !important;
}
.border-cyan-800\/10{
  border-color: rgb(17 140 255 / 0.1) !important;
}
.border-cyan-800\/100{
  border-color: rgb(17 140 255 / 1) !important;
}
.border-cyan-800\/15{
  border-color: rgb(17 140 255 / 0.15) !important;
}
.border-cyan-800\/20{
  border-color: rgb(17 140 255 / 0.2) !important;
}
.border-cyan-800\/25{
  border-color: rgb(17 140 255 / 0.25) !important;
}
.border-cyan-800\/30{
  border-color: rgb(17 140 255 / 0.3) !important;
}
.border-cyan-800\/35{
  border-color: rgb(17 140 255 / 0.35) !important;
}
.border-cyan-800\/40{
  border-color: rgb(17 140 255 / 0.4) !important;
}
.border-cyan-800\/45{
  border-color: rgb(17 140 255 / 0.45) !important;
}
.border-cyan-800\/5{
  border-color: rgb(17 140 255 / 0.05) !important;
}
.border-cyan-800\/50{
  border-color: rgb(17 140 255 / 0.5) !important;
}
.border-cyan-800\/55{
  border-color: rgb(17 140 255 / 0.55) !important;
}
.border-cyan-800\/60{
  border-color: rgb(17 140 255 / 0.6) !important;
}
.border-cyan-800\/65{
  border-color: rgb(17 140 255 / 0.65) !important;
}
.border-cyan-800\/70{
  border-color: rgb(17 140 255 / 0.7) !important;
}
.border-cyan-800\/75{
  border-color: rgb(17 140 255 / 0.75) !important;
}
.border-cyan-800\/80{
  border-color: rgb(17 140 255 / 0.8) !important;
}
.border-cyan-800\/85{
  border-color: rgb(17 140 255 / 0.85) !important;
}
.border-cyan-800\/90{
  border-color: rgb(17 140 255 / 0.9) !important;
}
.border-cyan-800\/95{
  border-color: rgb(17 140 255 / 0.95) !important;
}
.border-cyan-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 124 255 / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-900\/0{
  border-color: rgb(10 124 255 / 0) !important;
}
.border-cyan-900\/10{
  border-color: rgb(10 124 255 / 0.1) !important;
}
.border-cyan-900\/100{
  border-color: rgb(10 124 255 / 1) !important;
}
.border-cyan-900\/15{
  border-color: rgb(10 124 255 / 0.15) !important;
}
.border-cyan-900\/20{
  border-color: rgb(10 124 255 / 0.2) !important;
}
.border-cyan-900\/25{
  border-color: rgb(10 124 255 / 0.25) !important;
}
.border-cyan-900\/30{
  border-color: rgb(10 124 255 / 0.3) !important;
}
.border-cyan-900\/35{
  border-color: rgb(10 124 255 / 0.35) !important;
}
.border-cyan-900\/40{
  border-color: rgb(10 124 255 / 0.4) !important;
}
.border-cyan-900\/45{
  border-color: rgb(10 124 255 / 0.45) !important;
}
.border-cyan-900\/5{
  border-color: rgb(10 124 255 / 0.05) !important;
}
.border-cyan-900\/50{
  border-color: rgb(10 124 255 / 0.5) !important;
}
.border-cyan-900\/55{
  border-color: rgb(10 124 255 / 0.55) !important;
}
.border-cyan-900\/60{
  border-color: rgb(10 124 255 / 0.6) !important;
}
.border-cyan-900\/65{
  border-color: rgb(10 124 255 / 0.65) !important;
}
.border-cyan-900\/70{
  border-color: rgb(10 124 255 / 0.7) !important;
}
.border-cyan-900\/75{
  border-color: rgb(10 124 255 / 0.75) !important;
}
.border-cyan-900\/80{
  border-color: rgb(10 124 255 / 0.8) !important;
}
.border-cyan-900\/85{
  border-color: rgb(10 124 255 / 0.85) !important;
}
.border-cyan-900\/90{
  border-color: rgb(10 124 255 / 0.9) !important;
}
.border-cyan-900\/95{
  border-color: rgb(10 124 255 / 0.95) !important;
}
.border-darkgrey-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 241 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-100\/0{
  border-color: rgb(229 229 241 / 0) !important;
}
.border-darkgrey-100\/10{
  border-color: rgb(229 229 241 / 0.1) !important;
}
.border-darkgrey-100\/100{
  border-color: rgb(229 229 241 / 1) !important;
}
.border-darkgrey-100\/15{
  border-color: rgb(229 229 241 / 0.15) !important;
}
.border-darkgrey-100\/20{
  border-color: rgb(229 229 241 / 0.2) !important;
}
.border-darkgrey-100\/25{
  border-color: rgb(229 229 241 / 0.25) !important;
}
.border-darkgrey-100\/30{
  border-color: rgb(229 229 241 / 0.3) !important;
}
.border-darkgrey-100\/35{
  border-color: rgb(229 229 241 / 0.35) !important;
}
.border-darkgrey-100\/40{
  border-color: rgb(229 229 241 / 0.4) !important;
}
.border-darkgrey-100\/45{
  border-color: rgb(229 229 241 / 0.45) !important;
}
.border-darkgrey-100\/5{
  border-color: rgb(229 229 241 / 0.05) !important;
}
.border-darkgrey-100\/50{
  border-color: rgb(229 229 241 / 0.5) !important;
}
.border-darkgrey-100\/55{
  border-color: rgb(229 229 241 / 0.55) !important;
}
.border-darkgrey-100\/60{
  border-color: rgb(229 229 241 / 0.6) !important;
}
.border-darkgrey-100\/65{
  border-color: rgb(229 229 241 / 0.65) !important;
}
.border-darkgrey-100\/70{
  border-color: rgb(229 229 241 / 0.7) !important;
}
.border-darkgrey-100\/75{
  border-color: rgb(229 229 241 / 0.75) !important;
}
.border-darkgrey-100\/80{
  border-color: rgb(229 229 241 / 0.8) !important;
}
.border-darkgrey-100\/85{
  border-color: rgb(229 229 241 / 0.85) !important;
}
.border-darkgrey-100\/90{
  border-color: rgb(229 229 241 / 0.9) !important;
}
.border-darkgrey-100\/95{
  border-color: rgb(229 229 241 / 0.95) !important;
}
.border-darkgrey-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 212 231 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-200\/0{
  border-color: rgb(211 212 231 / 0) !important;
}
.border-darkgrey-200\/10{
  border-color: rgb(211 212 231 / 0.1) !important;
}
.border-darkgrey-200\/100{
  border-color: rgb(211 212 231 / 1) !important;
}
.border-darkgrey-200\/15{
  border-color: rgb(211 212 231 / 0.15) !important;
}
.border-darkgrey-200\/20{
  border-color: rgb(211 212 231 / 0.2) !important;
}
.border-darkgrey-200\/25{
  border-color: rgb(211 212 231 / 0.25) !important;
}
.border-darkgrey-200\/30{
  border-color: rgb(211 212 231 / 0.3) !important;
}
.border-darkgrey-200\/35{
  border-color: rgb(211 212 231 / 0.35) !important;
}
.border-darkgrey-200\/40{
  border-color: rgb(211 212 231 / 0.4) !important;
}
.border-darkgrey-200\/45{
  border-color: rgb(211 212 231 / 0.45) !important;
}
.border-darkgrey-200\/5{
  border-color: rgb(211 212 231 / 0.05) !important;
}
.border-darkgrey-200\/50{
  border-color: rgb(211 212 231 / 0.5) !important;
}
.border-darkgrey-200\/55{
  border-color: rgb(211 212 231 / 0.55) !important;
}
.border-darkgrey-200\/60{
  border-color: rgb(211 212 231 / 0.6) !important;
}
.border-darkgrey-200\/65{
  border-color: rgb(211 212 231 / 0.65) !important;
}
.border-darkgrey-200\/70{
  border-color: rgb(211 212 231 / 0.7) !important;
}
.border-darkgrey-200\/75{
  border-color: rgb(211 212 231 / 0.75) !important;
}
.border-darkgrey-200\/80{
  border-color: rgb(211 212 231 / 0.8) !important;
}
.border-darkgrey-200\/85{
  border-color: rgb(211 212 231 / 0.85) !important;
}
.border-darkgrey-200\/90{
  border-color: rgb(211 212 231 / 0.9) !important;
}
.border-darkgrey-200\/95{
  border-color: rgb(211 212 231 / 0.95) !important;
}
.border-darkgrey-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 195 221 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-300\/0{
  border-color: rgb(193 195 221 / 0) !important;
}
.border-darkgrey-300\/10{
  border-color: rgb(193 195 221 / 0.1) !important;
}
.border-darkgrey-300\/100{
  border-color: rgb(193 195 221 / 1) !important;
}
.border-darkgrey-300\/15{
  border-color: rgb(193 195 221 / 0.15) !important;
}
.border-darkgrey-300\/20{
  border-color: rgb(193 195 221 / 0.2) !important;
}
.border-darkgrey-300\/25{
  border-color: rgb(193 195 221 / 0.25) !important;
}
.border-darkgrey-300\/30{
  border-color: rgb(193 195 221 / 0.3) !important;
}
.border-darkgrey-300\/35{
  border-color: rgb(193 195 221 / 0.35) !important;
}
.border-darkgrey-300\/40{
  border-color: rgb(193 195 221 / 0.4) !important;
}
.border-darkgrey-300\/45{
  border-color: rgb(193 195 221 / 0.45) !important;
}
.border-darkgrey-300\/5{
  border-color: rgb(193 195 221 / 0.05) !important;
}
.border-darkgrey-300\/50{
  border-color: rgb(193 195 221 / 0.5) !important;
}
.border-darkgrey-300\/55{
  border-color: rgb(193 195 221 / 0.55) !important;
}
.border-darkgrey-300\/60{
  border-color: rgb(193 195 221 / 0.6) !important;
}
.border-darkgrey-300\/65{
  border-color: rgb(193 195 221 / 0.65) !important;
}
.border-darkgrey-300\/70{
  border-color: rgb(193 195 221 / 0.7) !important;
}
.border-darkgrey-300\/75{
  border-color: rgb(193 195 221 / 0.75) !important;
}
.border-darkgrey-300\/80{
  border-color: rgb(193 195 221 / 0.8) !important;
}
.border-darkgrey-300\/85{
  border-color: rgb(193 195 221 / 0.85) !important;
}
.border-darkgrey-300\/90{
  border-color: rgb(193 195 221 / 0.9) !important;
}
.border-darkgrey-300\/95{
  border-color: rgb(193 195 221 / 0.95) !important;
}
.border-darkgrey-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 182 214 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-400\/0{
  border-color: rgb(180 182 214 / 0) !important;
}
.border-darkgrey-400\/10{
  border-color: rgb(180 182 214 / 0.1) !important;
}
.border-darkgrey-400\/100{
  border-color: rgb(180 182 214 / 1) !important;
}
.border-darkgrey-400\/15{
  border-color: rgb(180 182 214 / 0.15) !important;
}
.border-darkgrey-400\/20{
  border-color: rgb(180 182 214 / 0.2) !important;
}
.border-darkgrey-400\/25{
  border-color: rgb(180 182 214 / 0.25) !important;
}
.border-darkgrey-400\/30{
  border-color: rgb(180 182 214 / 0.3) !important;
}
.border-darkgrey-400\/35{
  border-color: rgb(180 182 214 / 0.35) !important;
}
.border-darkgrey-400\/40{
  border-color: rgb(180 182 214 / 0.4) !important;
}
.border-darkgrey-400\/45{
  border-color: rgb(180 182 214 / 0.45) !important;
}
.border-darkgrey-400\/5{
  border-color: rgb(180 182 214 / 0.05) !important;
}
.border-darkgrey-400\/50{
  border-color: rgb(180 182 214 / 0.5) !important;
}
.border-darkgrey-400\/55{
  border-color: rgb(180 182 214 / 0.55) !important;
}
.border-darkgrey-400\/60{
  border-color: rgb(180 182 214 / 0.6) !important;
}
.border-darkgrey-400\/65{
  border-color: rgb(180 182 214 / 0.65) !important;
}
.border-darkgrey-400\/70{
  border-color: rgb(180 182 214 / 0.7) !important;
}
.border-darkgrey-400\/75{
  border-color: rgb(180 182 214 / 0.75) !important;
}
.border-darkgrey-400\/80{
  border-color: rgb(180 182 214 / 0.8) !important;
}
.border-darkgrey-400\/85{
  border-color: rgb(180 182 214 / 0.85) !important;
}
.border-darkgrey-400\/90{
  border-color: rgb(180 182 214 / 0.9) !important;
}
.border-darkgrey-400\/95{
  border-color: rgb(180 182 214 / 0.95) !important;
}
.border-darkgrey-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 245 249 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-50\/0{
  border-color: rgb(244 245 249 / 0) !important;
}
.border-darkgrey-50\/10{
  border-color: rgb(244 245 249 / 0.1) !important;
}
.border-darkgrey-50\/100{
  border-color: rgb(244 245 249 / 1) !important;
}
.border-darkgrey-50\/15{
  border-color: rgb(244 245 249 / 0.15) !important;
}
.border-darkgrey-50\/20{
  border-color: rgb(244 245 249 / 0.2) !important;
}
.border-darkgrey-50\/25{
  border-color: rgb(244 245 249 / 0.25) !important;
}
.border-darkgrey-50\/30{
  border-color: rgb(244 245 249 / 0.3) !important;
}
.border-darkgrey-50\/35{
  border-color: rgb(244 245 249 / 0.35) !important;
}
.border-darkgrey-50\/40{
  border-color: rgb(244 245 249 / 0.4) !important;
}
.border-darkgrey-50\/45{
  border-color: rgb(244 245 249 / 0.45) !important;
}
.border-darkgrey-50\/5{
  border-color: rgb(244 245 249 / 0.05) !important;
}
.border-darkgrey-50\/50{
  border-color: rgb(244 245 249 / 0.5) !important;
}
.border-darkgrey-50\/55{
  border-color: rgb(244 245 249 / 0.55) !important;
}
.border-darkgrey-50\/60{
  border-color: rgb(244 245 249 / 0.6) !important;
}
.border-darkgrey-50\/65{
  border-color: rgb(244 245 249 / 0.65) !important;
}
.border-darkgrey-50\/70{
  border-color: rgb(244 245 249 / 0.7) !important;
}
.border-darkgrey-50\/75{
  border-color: rgb(244 245 249 / 0.75) !important;
}
.border-darkgrey-50\/80{
  border-color: rgb(244 245 249 / 0.8) !important;
}
.border-darkgrey-50\/85{
  border-color: rgb(244 245 249 / 0.85) !important;
}
.border-darkgrey-50\/90{
  border-color: rgb(244 245 249 / 0.9) !important;
}
.border-darkgrey-50\/95{
  border-color: rgb(244 245 249 / 0.95) !important;
}
.border-darkgrey-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 207 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-500\/0{
  border-color: rgb(167 169 207 / 0) !important;
}
.border-darkgrey-500\/10{
  border-color: rgb(167 169 207 / 0.1) !important;
}
.border-darkgrey-500\/100{
  border-color: rgb(167 169 207 / 1) !important;
}
.border-darkgrey-500\/15{
  border-color: rgb(167 169 207 / 0.15) !important;
}
.border-darkgrey-500\/20{
  border-color: rgb(167 169 207 / 0.2) !important;
}
.border-darkgrey-500\/25{
  border-color: rgb(167 169 207 / 0.25) !important;
}
.border-darkgrey-500\/30{
  border-color: rgb(167 169 207 / 0.3) !important;
}
.border-darkgrey-500\/35{
  border-color: rgb(167 169 207 / 0.35) !important;
}
.border-darkgrey-500\/40{
  border-color: rgb(167 169 207 / 0.4) !important;
}
.border-darkgrey-500\/45{
  border-color: rgb(167 169 207 / 0.45) !important;
}
.border-darkgrey-500\/5{
  border-color: rgb(167 169 207 / 0.05) !important;
}
.border-darkgrey-500\/50{
  border-color: rgb(167 169 207 / 0.5) !important;
}
.border-darkgrey-500\/55{
  border-color: rgb(167 169 207 / 0.55) !important;
}
.border-darkgrey-500\/60{
  border-color: rgb(167 169 207 / 0.6) !important;
}
.border-darkgrey-500\/65{
  border-color: rgb(167 169 207 / 0.65) !important;
}
.border-darkgrey-500\/70{
  border-color: rgb(167 169 207 / 0.7) !important;
}
.border-darkgrey-500\/75{
  border-color: rgb(167 169 207 / 0.75) !important;
}
.border-darkgrey-500\/80{
  border-color: rgb(167 169 207 / 0.8) !important;
}
.border-darkgrey-500\/85{
  border-color: rgb(167 169 207 / 0.85) !important;
}
.border-darkgrey-500\/90{
  border-color: rgb(167 169 207 / 0.9) !important;
}
.border-darkgrey-500\/95{
  border-color: rgb(167 169 207 / 0.95) !important;
}
.border-darkgrey-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 162 202 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-600\/0{
  border-color: rgb(159 162 202 / 0) !important;
}
.border-darkgrey-600\/10{
  border-color: rgb(159 162 202 / 0.1) !important;
}
.border-darkgrey-600\/100{
  border-color: rgb(159 162 202 / 1) !important;
}
.border-darkgrey-600\/15{
  border-color: rgb(159 162 202 / 0.15) !important;
}
.border-darkgrey-600\/20{
  border-color: rgb(159 162 202 / 0.2) !important;
}
.border-darkgrey-600\/25{
  border-color: rgb(159 162 202 / 0.25) !important;
}
.border-darkgrey-600\/30{
  border-color: rgb(159 162 202 / 0.3) !important;
}
.border-darkgrey-600\/35{
  border-color: rgb(159 162 202 / 0.35) !important;
}
.border-darkgrey-600\/40{
  border-color: rgb(159 162 202 / 0.4) !important;
}
.border-darkgrey-600\/45{
  border-color: rgb(159 162 202 / 0.45) !important;
}
.border-darkgrey-600\/5{
  border-color: rgb(159 162 202 / 0.05) !important;
}
.border-darkgrey-600\/50{
  border-color: rgb(159 162 202 / 0.5) !important;
}
.border-darkgrey-600\/55{
  border-color: rgb(159 162 202 / 0.55) !important;
}
.border-darkgrey-600\/60{
  border-color: rgb(159 162 202 / 0.6) !important;
}
.border-darkgrey-600\/65{
  border-color: rgb(159 162 202 / 0.65) !important;
}
.border-darkgrey-600\/70{
  border-color: rgb(159 162 202 / 0.7) !important;
}
.border-darkgrey-600\/75{
  border-color: rgb(159 162 202 / 0.75) !important;
}
.border-darkgrey-600\/80{
  border-color: rgb(159 162 202 / 0.8) !important;
}
.border-darkgrey-600\/85{
  border-color: rgb(159 162 202 / 0.85) !important;
}
.border-darkgrey-600\/90{
  border-color: rgb(159 162 202 / 0.9) !important;
}
.border-darkgrey-600\/95{
  border-color: rgb(159 162 202 / 0.95) !important;
}
.border-darkgrey-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(150 152 195 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-700\/0{
  border-color: rgb(150 152 195 / 0) !important;
}
.border-darkgrey-700\/10{
  border-color: rgb(150 152 195 / 0.1) !important;
}
.border-darkgrey-700\/100{
  border-color: rgb(150 152 195 / 1) !important;
}
.border-darkgrey-700\/15{
  border-color: rgb(150 152 195 / 0.15) !important;
}
.border-darkgrey-700\/20{
  border-color: rgb(150 152 195 / 0.2) !important;
}
.border-darkgrey-700\/25{
  border-color: rgb(150 152 195 / 0.25) !important;
}
.border-darkgrey-700\/30{
  border-color: rgb(150 152 195 / 0.3) !important;
}
.border-darkgrey-700\/35{
  border-color: rgb(150 152 195 / 0.35) !important;
}
.border-darkgrey-700\/40{
  border-color: rgb(150 152 195 / 0.4) !important;
}
.border-darkgrey-700\/45{
  border-color: rgb(150 152 195 / 0.45) !important;
}
.border-darkgrey-700\/5{
  border-color: rgb(150 152 195 / 0.05) !important;
}
.border-darkgrey-700\/50{
  border-color: rgb(150 152 195 / 0.5) !important;
}
.border-darkgrey-700\/55{
  border-color: rgb(150 152 195 / 0.55) !important;
}
.border-darkgrey-700\/60{
  border-color: rgb(150 152 195 / 0.6) !important;
}
.border-darkgrey-700\/65{
  border-color: rgb(150 152 195 / 0.65) !important;
}
.border-darkgrey-700\/70{
  border-color: rgb(150 152 195 / 0.7) !important;
}
.border-darkgrey-700\/75{
  border-color: rgb(150 152 195 / 0.75) !important;
}
.border-darkgrey-700\/80{
  border-color: rgb(150 152 195 / 0.8) !important;
}
.border-darkgrey-700\/85{
  border-color: rgb(150 152 195 / 0.85) !important;
}
.border-darkgrey-700\/90{
  border-color: rgb(150 152 195 / 0.9) !important;
}
.border-darkgrey-700\/95{
  border-color: rgb(150 152 195 / 0.95) !important;
}
.border-darkgrey-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 189 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-800\/0{
  border-color: rgb(140 143 189 / 0) !important;
}
.border-darkgrey-800\/10{
  border-color: rgb(140 143 189 / 0.1) !important;
}
.border-darkgrey-800\/100{
  border-color: rgb(140 143 189 / 1) !important;
}
.border-darkgrey-800\/15{
  border-color: rgb(140 143 189 / 0.15) !important;
}
.border-darkgrey-800\/20{
  border-color: rgb(140 143 189 / 0.2) !important;
}
.border-darkgrey-800\/25{
  border-color: rgb(140 143 189 / 0.25) !important;
}
.border-darkgrey-800\/30{
  border-color: rgb(140 143 189 / 0.3) !important;
}
.border-darkgrey-800\/35{
  border-color: rgb(140 143 189 / 0.35) !important;
}
.border-darkgrey-800\/40{
  border-color: rgb(140 143 189 / 0.4) !important;
}
.border-darkgrey-800\/45{
  border-color: rgb(140 143 189 / 0.45) !important;
}
.border-darkgrey-800\/5{
  border-color: rgb(140 143 189 / 0.05) !important;
}
.border-darkgrey-800\/50{
  border-color: rgb(140 143 189 / 0.5) !important;
}
.border-darkgrey-800\/55{
  border-color: rgb(140 143 189 / 0.55) !important;
}
.border-darkgrey-800\/60{
  border-color: rgb(140 143 189 / 0.6) !important;
}
.border-darkgrey-800\/65{
  border-color: rgb(140 143 189 / 0.65) !important;
}
.border-darkgrey-800\/70{
  border-color: rgb(140 143 189 / 0.7) !important;
}
.border-darkgrey-800\/75{
  border-color: rgb(140 143 189 / 0.75) !important;
}
.border-darkgrey-800\/80{
  border-color: rgb(140 143 189 / 0.8) !important;
}
.border-darkgrey-800\/85{
  border-color: rgb(140 143 189 / 0.85) !important;
}
.border-darkgrey-800\/90{
  border-color: rgb(140 143 189 / 0.9) !important;
}
.border-darkgrey-800\/95{
  border-color: rgb(140 143 189 / 0.95) !important;
}
.border-darkgrey-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 126 178 / var(--tw-border-opacity, 1)) !important;
}
.border-darkgrey-900\/0{
  border-color: rgb(124 126 178 / 0) !important;
}
.border-darkgrey-900\/10{
  border-color: rgb(124 126 178 / 0.1) !important;
}
.border-darkgrey-900\/100{
  border-color: rgb(124 126 178 / 1) !important;
}
.border-darkgrey-900\/15{
  border-color: rgb(124 126 178 / 0.15) !important;
}
.border-darkgrey-900\/20{
  border-color: rgb(124 126 178 / 0.2) !important;
}
.border-darkgrey-900\/25{
  border-color: rgb(124 126 178 / 0.25) !important;
}
.border-darkgrey-900\/30{
  border-color: rgb(124 126 178 / 0.3) !important;
}
.border-darkgrey-900\/35{
  border-color: rgb(124 126 178 / 0.35) !important;
}
.border-darkgrey-900\/40{
  border-color: rgb(124 126 178 / 0.4) !important;
}
.border-darkgrey-900\/45{
  border-color: rgb(124 126 178 / 0.45) !important;
}
.border-darkgrey-900\/5{
  border-color: rgb(124 126 178 / 0.05) !important;
}
.border-darkgrey-900\/50{
  border-color: rgb(124 126 178 / 0.5) !important;
}
.border-darkgrey-900\/55{
  border-color: rgb(124 126 178 / 0.55) !important;
}
.border-darkgrey-900\/60{
  border-color: rgb(124 126 178 / 0.6) !important;
}
.border-darkgrey-900\/65{
  border-color: rgb(124 126 178 / 0.65) !important;
}
.border-darkgrey-900\/70{
  border-color: rgb(124 126 178 / 0.7) !important;
}
.border-darkgrey-900\/75{
  border-color: rgb(124 126 178 / 0.75) !important;
}
.border-darkgrey-900\/80{
  border-color: rgb(124 126 178 / 0.8) !important;
}
.border-darkgrey-900\/85{
  border-color: rgb(124 126 178 / 0.85) !important;
}
.border-darkgrey-900\/90{
  border-color: rgb(124 126 178 / 0.9) !important;
}
.border-darkgrey-900\/95{
  border-color: rgb(124 126 178 / 0.95) !important;
}
.border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-100\/0{
  border-color: rgb(243 244 246 / 0) !important;
}
.border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1) !important;
}
.border-gray-100\/100{
  border-color: rgb(243 244 246 / 1) !important;
}
.border-gray-100\/15{
  border-color: rgb(243 244 246 / 0.15) !important;
}
.border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2) !important;
}
.border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25) !important;
}
.border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3) !important;
}
.border-gray-100\/35{
  border-color: rgb(243 244 246 / 0.35) !important;
}
.border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4) !important;
}
.border-gray-100\/45{
  border-color: rgb(243 244 246 / 0.45) !important;
}
.border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05) !important;
}
.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5) !important;
}
.border-gray-100\/55{
  border-color: rgb(243 244 246 / 0.55) !important;
}
.border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6) !important;
}
.border-gray-100\/65{
  border-color: rgb(243 244 246 / 0.65) !important;
}
.border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7) !important;
}
.border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75) !important;
}
.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8) !important;
}
.border-gray-100\/85{
  border-color: rgb(243 244 246 / 0.85) !important;
}
.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9) !important;
}
.border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95) !important;
}
.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0) !important;
}
.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1) !important;
}
.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1) !important;
}
.border-gray-200\/15{
  border-color: rgb(229 231 235 / 0.15) !important;
}
.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2) !important;
}
.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25) !important;
}
.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3) !important;
}
.border-gray-200\/35{
  border-color: rgb(229 231 235 / 0.35) !important;
}
.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4) !important;
}
.border-gray-200\/45{
  border-color: rgb(229 231 235 / 0.45) !important;
}
.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05) !important;
}
.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5) !important;
}
.border-gray-200\/55{
  border-color: rgb(229 231 235 / 0.55) !important;
}
.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6) !important;
}
.border-gray-200\/65{
  border-color: rgb(229 231 235 / 0.65) !important;
}
.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7) !important;
}
.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75) !important;
}
.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8) !important;
}
.border-gray-200\/85{
  border-color: rgb(229 231 235 / 0.85) !important;
}
.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9) !important;
}
.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95) !important;
}
.border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-300\/0{
  border-color: rgb(209 213 219 / 0) !important;
}
.border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1) !important;
}
.border-gray-300\/100{
  border-color: rgb(209 213 219 / 1) !important;
}
.border-gray-300\/15{
  border-color: rgb(209 213 219 / 0.15) !important;
}
.border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2) !important;
}
.border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25) !important;
}
.border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3) !important;
}
.border-gray-300\/35{
  border-color: rgb(209 213 219 / 0.35) !important;
}
.border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4) !important;
}
.border-gray-300\/45{
  border-color: rgb(209 213 219 / 0.45) !important;
}
.border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05) !important;
}
.border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5) !important;
}
.border-gray-300\/55{
  border-color: rgb(209 213 219 / 0.55) !important;
}
.border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6) !important;
}
.border-gray-300\/65{
  border-color: rgb(209 213 219 / 0.65) !important;
}
.border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7) !important;
}
.border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75) !important;
}
.border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8) !important;
}
.border-gray-300\/85{
  border-color: rgb(209 213 219 / 0.85) !important;
}
.border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9) !important;
}
.border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95) !important;
}
.border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-400\/0{
  border-color: rgb(156 163 175 / 0) !important;
}
.border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1) !important;
}
.border-gray-400\/100{
  border-color: rgb(156 163 175 / 1) !important;
}
.border-gray-400\/15{
  border-color: rgb(156 163 175 / 0.15) !important;
}
.border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2) !important;
}
.border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25) !important;
}
.border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3) !important;
}
.border-gray-400\/35{
  border-color: rgb(156 163 175 / 0.35) !important;
}
.border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4) !important;
}
.border-gray-400\/45{
  border-color: rgb(156 163 175 / 0.45) !important;
}
.border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05) !important;
}
.border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5) !important;
}
.border-gray-400\/55{
  border-color: rgb(156 163 175 / 0.55) !important;
}
.border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6) !important;
}
.border-gray-400\/65{
  border-color: rgb(156 163 175 / 0.65) !important;
}
.border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7) !important;
}
.border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75) !important;
}
.border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8) !important;
}
.border-gray-400\/85{
  border-color: rgb(156 163 175 / 0.85) !important;
}
.border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9) !important;
}
.border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95) !important;
}
.border-gray-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-50\/0{
  border-color: rgb(249 250 251 / 0) !important;
}
.border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1) !important;
}
.border-gray-50\/100{
  border-color: rgb(249 250 251 / 1) !important;
}
.border-gray-50\/15{
  border-color: rgb(249 250 251 / 0.15) !important;
}
.border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2) !important;
}
.border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25) !important;
}
.border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3) !important;
}
.border-gray-50\/35{
  border-color: rgb(249 250 251 / 0.35) !important;
}
.border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4) !important;
}
.border-gray-50\/45{
  border-color: rgb(249 250 251 / 0.45) !important;
}
.border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05) !important;
}
.border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5) !important;
}
.border-gray-50\/55{
  border-color: rgb(249 250 251 / 0.55) !important;
}
.border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6) !important;
}
.border-gray-50\/65{
  border-color: rgb(249 250 251 / 0.65) !important;
}
.border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7) !important;
}
.border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75) !important;
}
.border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8) !important;
}
.border-gray-50\/85{
  border-color: rgb(249 250 251 / 0.85) !important;
}
.border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9) !important;
}
.border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95) !important;
}
.border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0) !important;
}
.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1) !important;
}
.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1) !important;
}
.border-gray-500\/15{
  border-color: rgb(107 114 128 / 0.15) !important;
}
.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2) !important;
}
.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25) !important;
}
.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3) !important;
}
.border-gray-500\/35{
  border-color: rgb(107 114 128 / 0.35) !important;
}
.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4) !important;
}
.border-gray-500\/45{
  border-color: rgb(107 114 128 / 0.45) !important;
}
.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05) !important;
}
.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5) !important;
}
.border-gray-500\/55{
  border-color: rgb(107 114 128 / 0.55) !important;
}
.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6) !important;
}
.border-gray-500\/65{
  border-color: rgb(107 114 128 / 0.65) !important;
}
.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7) !important;
}
.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75) !important;
}
.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8) !important;
}
.border-gray-500\/85{
  border-color: rgb(107 114 128 / 0.85) !important;
}
.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9) !important;
}
.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95) !important;
}
.border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-600\/0{
  border-color: rgb(75 85 99 / 0) !important;
}
.border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1) !important;
}
.border-gray-600\/100{
  border-color: rgb(75 85 99 / 1) !important;
}
.border-gray-600\/15{
  border-color: rgb(75 85 99 / 0.15) !important;
}
.border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2) !important;
}
.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25) !important;
}
.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3) !important;
}
.border-gray-600\/35{
  border-color: rgb(75 85 99 / 0.35) !important;
}
.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4) !important;
}
.border-gray-600\/45{
  border-color: rgb(75 85 99 / 0.45) !important;
}
.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05) !important;
}
.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5) !important;
}
.border-gray-600\/55{
  border-color: rgb(75 85 99 / 0.55) !important;
}
.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6) !important;
}
.border-gray-600\/65{
  border-color: rgb(75 85 99 / 0.65) !important;
}
.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7) !important;
}
.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75) !important;
}
.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8) !important;
}
.border-gray-600\/85{
  border-color: rgb(75 85 99 / 0.85) !important;
}
.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9) !important;
}
.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95) !important;
}
.border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0) !important;
}
.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1) !important;
}
.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1) !important;
}
.border-gray-700\/15{
  border-color: rgb(55 65 81 / 0.15) !important;
}
.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2) !important;
}
.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25) !important;
}
.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3) !important;
}
.border-gray-700\/35{
  border-color: rgb(55 65 81 / 0.35) !important;
}
.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4) !important;
}
.border-gray-700\/45{
  border-color: rgb(55 65 81 / 0.45) !important;
}
.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05) !important;
}
.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5) !important;
}
.border-gray-700\/55{
  border-color: rgb(55 65 81 / 0.55) !important;
}
.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6) !important;
}
.border-gray-700\/65{
  border-color: rgb(55 65 81 / 0.65) !important;
}
.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7) !important;
}
.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75) !important;
}
.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8) !important;
}
.border-gray-700\/85{
  border-color: rgb(55 65 81 / 0.85) !important;
}
.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9) !important;
}
.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95) !important;
}
.border-gray-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0) !important;
}
.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1) !important;
}
.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1) !important;
}
.border-gray-800\/15{
  border-color: rgb(31 41 55 / 0.15) !important;
}
.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2) !important;
}
.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25) !important;
}
.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3) !important;
}
.border-gray-800\/35{
  border-color: rgb(31 41 55 / 0.35) !important;
}
.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4) !important;
}
.border-gray-800\/45{
  border-color: rgb(31 41 55 / 0.45) !important;
}
.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05) !important;
}
.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5) !important;
}
.border-gray-800\/55{
  border-color: rgb(31 41 55 / 0.55) !important;
}
.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6) !important;
}
.border-gray-800\/65{
  border-color: rgb(31 41 55 / 0.65) !important;
}
.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7) !important;
}
.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75) !important;
}
.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8) !important;
}
.border-gray-800\/85{
  border-color: rgb(31 41 55 / 0.85) !important;
}
.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9) !important;
}
.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95) !important;
}
.border-gray-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0) !important;
}
.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1) !important;
}
.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1) !important;
}
.border-gray-900\/15{
  border-color: rgb(17 24 39 / 0.15) !important;
}
.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2) !important;
}
.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25) !important;
}
.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3) !important;
}
.border-gray-900\/35{
  border-color: rgb(17 24 39 / 0.35) !important;
}
.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4) !important;
}
.border-gray-900\/45{
  border-color: rgb(17 24 39 / 0.45) !important;
}
.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05) !important;
}
.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5) !important;
}
.border-gray-900\/55{
  border-color: rgb(17 24 39 / 0.55) !important;
}
.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6) !important;
}
.border-gray-900\/65{
  border-color: rgb(17 24 39 / 0.65) !important;
}
.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7) !important;
}
.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75) !important;
}
.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8) !important;
}
.border-gray-900\/85{
  border-color: rgb(17 24 39 / 0.85) !important;
}
.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9) !important;
}
.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95) !important;
}
.border-green-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 250 236 / var(--tw-border-opacity, 1)) !important;
}
.border-green-100\/0{
  border-color: rgb(222 250 236 / 0) !important;
}
.border-green-100\/10{
  border-color: rgb(222 250 236 / 0.1) !important;
}
.border-green-100\/100{
  border-color: rgb(222 250 236 / 1) !important;
}
.border-green-100\/15{
  border-color: rgb(222 250 236 / 0.15) !important;
}
.border-green-100\/20{
  border-color: rgb(222 250 236 / 0.2) !important;
}
.border-green-100\/25{
  border-color: rgb(222 250 236 / 0.25) !important;
}
.border-green-100\/30{
  border-color: rgb(222 250 236 / 0.3) !important;
}
.border-green-100\/35{
  border-color: rgb(222 250 236 / 0.35) !important;
}
.border-green-100\/40{
  border-color: rgb(222 250 236 / 0.4) !important;
}
.border-green-100\/45{
  border-color: rgb(222 250 236 / 0.45) !important;
}
.border-green-100\/5{
  border-color: rgb(222 250 236 / 0.05) !important;
}
.border-green-100\/50{
  border-color: rgb(222 250 236 / 0.5) !important;
}
.border-green-100\/55{
  border-color: rgb(222 250 236 / 0.55) !important;
}
.border-green-100\/60{
  border-color: rgb(222 250 236 / 0.6) !important;
}
.border-green-100\/65{
  border-color: rgb(222 250 236 / 0.65) !important;
}
.border-green-100\/70{
  border-color: rgb(222 250 236 / 0.7) !important;
}
.border-green-100\/75{
  border-color: rgb(222 250 236 / 0.75) !important;
}
.border-green-100\/80{
  border-color: rgb(222 250 236 / 0.8) !important;
}
.border-green-100\/85{
  border-color: rgb(222 250 236 / 0.85) !important;
}
.border-green-100\/90{
  border-color: rgb(222 250 236 / 0.9) !important;
}
.border-green-100\/95{
  border-color: rgb(222 250 236 / 0.95) !important;
}
.border-green-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 244 216 / var(--tw-border-opacity, 1)) !important;
}
.border-green-200\/0{
  border-color: rgb(190 244 216 / 0) !important;
}
.border-green-200\/10{
  border-color: rgb(190 244 216 / 0.1) !important;
}
.border-green-200\/100{
  border-color: rgb(190 244 216 / 1) !important;
}
.border-green-200\/15{
  border-color: rgb(190 244 216 / 0.15) !important;
}
.border-green-200\/20{
  border-color: rgb(190 244 216 / 0.2) !important;
}
.border-green-200\/25{
  border-color: rgb(190 244 216 / 0.25) !important;
}
.border-green-200\/30{
  border-color: rgb(190 244 216 / 0.3) !important;
}
.border-green-200\/35{
  border-color: rgb(190 244 216 / 0.35) !important;
}
.border-green-200\/40{
  border-color: rgb(190 244 216 / 0.4) !important;
}
.border-green-200\/45{
  border-color: rgb(190 244 216 / 0.45) !important;
}
.border-green-200\/5{
  border-color: rgb(190 244 216 / 0.05) !important;
}
.border-green-200\/50{
  border-color: rgb(190 244 216 / 0.5) !important;
}
.border-green-200\/55{
  border-color: rgb(190 244 216 / 0.55) !important;
}
.border-green-200\/60{
  border-color: rgb(190 244 216 / 0.6) !important;
}
.border-green-200\/65{
  border-color: rgb(190 244 216 / 0.65) !important;
}
.border-green-200\/70{
  border-color: rgb(190 244 216 / 0.7) !important;
}
.border-green-200\/75{
  border-color: rgb(190 244 216 / 0.75) !important;
}
.border-green-200\/80{
  border-color: rgb(190 244 216 / 0.8) !important;
}
.border-green-200\/85{
  border-color: rgb(190 244 216 / 0.85) !important;
}
.border-green-200\/90{
  border-color: rgb(190 244 216 / 0.9) !important;
}
.border-green-200\/95{
  border-color: rgb(190 244 216 / 0.95) !important;
}
.border-green-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 233 187 / var(--tw-border-opacity, 1)) !important;
}
.border-green-300\/0{
  border-color: rgb(140 233 187 / 0) !important;
}
.border-green-300\/10{
  border-color: rgb(140 233 187 / 0.1) !important;
}
.border-green-300\/100{
  border-color: rgb(140 233 187 / 1) !important;
}
.border-green-300\/15{
  border-color: rgb(140 233 187 / 0.15) !important;
}
.border-green-300\/20{
  border-color: rgb(140 233 187 / 0.2) !important;
}
.border-green-300\/25{
  border-color: rgb(140 233 187 / 0.25) !important;
}
.border-green-300\/30{
  border-color: rgb(140 233 187 / 0.3) !important;
}
.border-green-300\/35{
  border-color: rgb(140 233 187 / 0.35) !important;
}
.border-green-300\/40{
  border-color: rgb(140 233 187 / 0.4) !important;
}
.border-green-300\/45{
  border-color: rgb(140 233 187 / 0.45) !important;
}
.border-green-300\/5{
  border-color: rgb(140 233 187 / 0.05) !important;
}
.border-green-300\/50{
  border-color: rgb(140 233 187 / 0.5) !important;
}
.border-green-300\/55{
  border-color: rgb(140 233 187 / 0.55) !important;
}
.border-green-300\/60{
  border-color: rgb(140 233 187 / 0.6) !important;
}
.border-green-300\/65{
  border-color: rgb(140 233 187 / 0.65) !important;
}
.border-green-300\/70{
  border-color: rgb(140 233 187 / 0.7) !important;
}
.border-green-300\/75{
  border-color: rgb(140 233 187 / 0.75) !important;
}
.border-green-300\/80{
  border-color: rgb(140 233 187 / 0.8) !important;
}
.border-green-300\/85{
  border-color: rgb(140 233 187 / 0.85) !important;
}
.border-green-300\/90{
  border-color: rgb(140 233 187 / 0.9) !important;
}
.border-green-300\/95{
  border-color: rgb(140 233 187 / 0.95) !important;
}
.border-green-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 214 148 / var(--tw-border-opacity, 1)) !important;
}
.border-green-400\/0{
  border-color: rgb(82 214 148 / 0) !important;
}
.border-green-400\/10{
  border-color: rgb(82 214 148 / 0.1) !important;
}
.border-green-400\/100{
  border-color: rgb(82 214 148 / 1) !important;
}
.border-green-400\/15{
  border-color: rgb(82 214 148 / 0.15) !important;
}
.border-green-400\/20{
  border-color: rgb(82 214 148 / 0.2) !important;
}
.border-green-400\/25{
  border-color: rgb(82 214 148 / 0.25) !important;
}
.border-green-400\/30{
  border-color: rgb(82 214 148 / 0.3) !important;
}
.border-green-400\/35{
  border-color: rgb(82 214 148 / 0.35) !important;
}
.border-green-400\/40{
  border-color: rgb(82 214 148 / 0.4) !important;
}
.border-green-400\/45{
  border-color: rgb(82 214 148 / 0.45) !important;
}
.border-green-400\/5{
  border-color: rgb(82 214 148 / 0.05) !important;
}
.border-green-400\/50{
  border-color: rgb(82 214 148 / 0.5) !important;
}
.border-green-400\/55{
  border-color: rgb(82 214 148 / 0.55) !important;
}
.border-green-400\/60{
  border-color: rgb(82 214 148 / 0.6) !important;
}
.border-green-400\/65{
  border-color: rgb(82 214 148 / 0.65) !important;
}
.border-green-400\/70{
  border-color: rgb(82 214 148 / 0.7) !important;
}
.border-green-400\/75{
  border-color: rgb(82 214 148 / 0.75) !important;
}
.border-green-400\/80{
  border-color: rgb(82 214 148 / 0.8) !important;
}
.border-green-400\/85{
  border-color: rgb(82 214 148 / 0.85) !important;
}
.border-green-400\/90{
  border-color: rgb(82 214 148 / 0.9) !important;
}
.border-green-400\/95{
  border-color: rgb(82 214 148 / 0.95) !important;
}
.border-green-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 252 245 / var(--tw-border-opacity, 1)) !important;
}
.border-green-50\/0{
  border-color: rgb(241 252 245 / 0) !important;
}
.border-green-50\/10{
  border-color: rgb(241 252 245 / 0.1) !important;
}
.border-green-50\/100{
  border-color: rgb(241 252 245 / 1) !important;
}
.border-green-50\/15{
  border-color: rgb(241 252 245 / 0.15) !important;
}
.border-green-50\/20{
  border-color: rgb(241 252 245 / 0.2) !important;
}
.border-green-50\/25{
  border-color: rgb(241 252 245 / 0.25) !important;
}
.border-green-50\/30{
  border-color: rgb(241 252 245 / 0.3) !important;
}
.border-green-50\/35{
  border-color: rgb(241 252 245 / 0.35) !important;
}
.border-green-50\/40{
  border-color: rgb(241 252 245 / 0.4) !important;
}
.border-green-50\/45{
  border-color: rgb(241 252 245 / 0.45) !important;
}
.border-green-50\/5{
  border-color: rgb(241 252 245 / 0.05) !important;
}
.border-green-50\/50{
  border-color: rgb(241 252 245 / 0.5) !important;
}
.border-green-50\/55{
  border-color: rgb(241 252 245 / 0.55) !important;
}
.border-green-50\/60{
  border-color: rgb(241 252 245 / 0.6) !important;
}
.border-green-50\/65{
  border-color: rgb(241 252 245 / 0.65) !important;
}
.border-green-50\/70{
  border-color: rgb(241 252 245 / 0.7) !important;
}
.border-green-50\/75{
  border-color: rgb(241 252 245 / 0.75) !important;
}
.border-green-50\/80{
  border-color: rgb(241 252 245 / 0.8) !important;
}
.border-green-50\/85{
  border-color: rgb(241 252 245 / 0.85) !important;
}
.border-green-50\/90{
  border-color: rgb(241 252 245 / 0.9) !important;
}
.border-green-50\/95{
  border-color: rgb(241 252 245 / 0.95) !important;
}
.border-green-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1)) !important;
}
.border-green-500\/0{
  border-color: rgb(51 208 130 / 0) !important;
}
.border-green-500\/10{
  border-color: rgb(51 208 130 / 0.1) !important;
}
.border-green-500\/100{
  border-color: rgb(51 208 130 / 1) !important;
}
.border-green-500\/15{
  border-color: rgb(51 208 130 / 0.15) !important;
}
.border-green-500\/20{
  border-color: rgb(51 208 130 / 0.2) !important;
}
.border-green-500\/25{
  border-color: rgb(51 208 130 / 0.25) !important;
}
.border-green-500\/30{
  border-color: rgb(51 208 130 / 0.3) !important;
}
.border-green-500\/35{
  border-color: rgb(51 208 130 / 0.35) !important;
}
.border-green-500\/40{
  border-color: rgb(51 208 130 / 0.4) !important;
}
.border-green-500\/45{
  border-color: rgb(51 208 130 / 0.45) !important;
}
.border-green-500\/5{
  border-color: rgb(51 208 130 / 0.05) !important;
}
.border-green-500\/50{
  border-color: rgb(51 208 130 / 0.5) !important;
}
.border-green-500\/55{
  border-color: rgb(51 208 130 / 0.55) !important;
}
.border-green-500\/60{
  border-color: rgb(51 208 130 / 0.6) !important;
}
.border-green-500\/65{
  border-color: rgb(51 208 130 / 0.65) !important;
}
.border-green-500\/70{
  border-color: rgb(51 208 130 / 0.7) !important;
}
.border-green-500\/75{
  border-color: rgb(51 208 130 / 0.75) !important;
}
.border-green-500\/80{
  border-color: rgb(51 208 130 / 0.8) !important;
}
.border-green-500\/85{
  border-color: rgb(51 208 130 / 0.85) !important;
}
.border-green-500\/90{
  border-color: rgb(51 208 130 / 0.9) !important;
}
.border-green-500\/95{
  border-color: rgb(51 208 130 / 0.95) !important;
}
.border-green-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 155 93 / var(--tw-border-opacity, 1)) !important;
}
.border-green-600\/0{
  border-color: rgb(30 155 93 / 0) !important;
}
.border-green-600\/10{
  border-color: rgb(30 155 93 / 0.1) !important;
}
.border-green-600\/100{
  border-color: rgb(30 155 93 / 1) !important;
}
.border-green-600\/15{
  border-color: rgb(30 155 93 / 0.15) !important;
}
.border-green-600\/20{
  border-color: rgb(30 155 93 / 0.2) !important;
}
.border-green-600\/25{
  border-color: rgb(30 155 93 / 0.25) !important;
}
.border-green-600\/30{
  border-color: rgb(30 155 93 / 0.3) !important;
}
.border-green-600\/35{
  border-color: rgb(30 155 93 / 0.35) !important;
}
.border-green-600\/40{
  border-color: rgb(30 155 93 / 0.4) !important;
}
.border-green-600\/45{
  border-color: rgb(30 155 93 / 0.45) !important;
}
.border-green-600\/5{
  border-color: rgb(30 155 93 / 0.05) !important;
}
.border-green-600\/50{
  border-color: rgb(30 155 93 / 0.5) !important;
}
.border-green-600\/55{
  border-color: rgb(30 155 93 / 0.55) !important;
}
.border-green-600\/60{
  border-color: rgb(30 155 93 / 0.6) !important;
}
.border-green-600\/65{
  border-color: rgb(30 155 93 / 0.65) !important;
}
.border-green-600\/70{
  border-color: rgb(30 155 93 / 0.7) !important;
}
.border-green-600\/75{
  border-color: rgb(30 155 93 / 0.75) !important;
}
.border-green-600\/80{
  border-color: rgb(30 155 93 / 0.8) !important;
}
.border-green-600\/85{
  border-color: rgb(30 155 93 / 0.85) !important;
}
.border-green-600\/90{
  border-color: rgb(30 155 93 / 0.9) !important;
}
.border-green-600\/95{
  border-color: rgb(30 155 93 / 0.95) !important;
}
.border-green-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 122 76 / var(--tw-border-opacity, 1)) !important;
}
.border-green-700\/0{
  border-color: rgb(27 122 76 / 0) !important;
}
.border-green-700\/10{
  border-color: rgb(27 122 76 / 0.1) !important;
}
.border-green-700\/100{
  border-color: rgb(27 122 76 / 1) !important;
}
.border-green-700\/15{
  border-color: rgb(27 122 76 / 0.15) !important;
}
.border-green-700\/20{
  border-color: rgb(27 122 76 / 0.2) !important;
}
.border-green-700\/25{
  border-color: rgb(27 122 76 / 0.25) !important;
}
.border-green-700\/30{
  border-color: rgb(27 122 76 / 0.3) !important;
}
.border-green-700\/35{
  border-color: rgb(27 122 76 / 0.35) !important;
}
.border-green-700\/40{
  border-color: rgb(27 122 76 / 0.4) !important;
}
.border-green-700\/45{
  border-color: rgb(27 122 76 / 0.45) !important;
}
.border-green-700\/5{
  border-color: rgb(27 122 76 / 0.05) !important;
}
.border-green-700\/50{
  border-color: rgb(27 122 76 / 0.5) !important;
}
.border-green-700\/55{
  border-color: rgb(27 122 76 / 0.55) !important;
}
.border-green-700\/60{
  border-color: rgb(27 122 76 / 0.6) !important;
}
.border-green-700\/65{
  border-color: rgb(27 122 76 / 0.65) !important;
}
.border-green-700\/70{
  border-color: rgb(27 122 76 / 0.7) !important;
}
.border-green-700\/75{
  border-color: rgb(27 122 76 / 0.75) !important;
}
.border-green-700\/80{
  border-color: rgb(27 122 76 / 0.8) !important;
}
.border-green-700\/85{
  border-color: rgb(27 122 76 / 0.85) !important;
}
.border-green-700\/90{
  border-color: rgb(27 122 76 / 0.9) !important;
}
.border-green-700\/95{
  border-color: rgb(27 122 76 / 0.95) !important;
}
.border-green-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 97 63 / var(--tw-border-opacity, 1)) !important;
}
.border-green-800\/0{
  border-color: rgb(26 97 63 / 0) !important;
}
.border-green-800\/10{
  border-color: rgb(26 97 63 / 0.1) !important;
}
.border-green-800\/100{
  border-color: rgb(26 97 63 / 1) !important;
}
.border-green-800\/15{
  border-color: rgb(26 97 63 / 0.15) !important;
}
.border-green-800\/20{
  border-color: rgb(26 97 63 / 0.2) !important;
}
.border-green-800\/25{
  border-color: rgb(26 97 63 / 0.25) !important;
}
.border-green-800\/30{
  border-color: rgb(26 97 63 / 0.3) !important;
}
.border-green-800\/35{
  border-color: rgb(26 97 63 / 0.35) !important;
}
.border-green-800\/40{
  border-color: rgb(26 97 63 / 0.4) !important;
}
.border-green-800\/45{
  border-color: rgb(26 97 63 / 0.45) !important;
}
.border-green-800\/5{
  border-color: rgb(26 97 63 / 0.05) !important;
}
.border-green-800\/50{
  border-color: rgb(26 97 63 / 0.5) !important;
}
.border-green-800\/55{
  border-color: rgb(26 97 63 / 0.55) !important;
}
.border-green-800\/60{
  border-color: rgb(26 97 63 / 0.6) !important;
}
.border-green-800\/65{
  border-color: rgb(26 97 63 / 0.65) !important;
}
.border-green-800\/70{
  border-color: rgb(26 97 63 / 0.7) !important;
}
.border-green-800\/75{
  border-color: rgb(26 97 63 / 0.75) !important;
}
.border-green-800\/80{
  border-color: rgb(26 97 63 / 0.8) !important;
}
.border-green-800\/85{
  border-color: rgb(26 97 63 / 0.85) !important;
}
.border-green-800\/90{
  border-color: rgb(26 97 63 / 0.9) !important;
}
.border-green-800\/95{
  border-color: rgb(26 97 63 / 0.95) !important;
}
.border-green-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 79 53 / var(--tw-border-opacity, 1)) !important;
}
.border-green-900\/0{
  border-color: rgb(24 79 53 / 0) !important;
}
.border-green-900\/10{
  border-color: rgb(24 79 53 / 0.1) !important;
}
.border-green-900\/100{
  border-color: rgb(24 79 53 / 1) !important;
}
.border-green-900\/15{
  border-color: rgb(24 79 53 / 0.15) !important;
}
.border-green-900\/20{
  border-color: rgb(24 79 53 / 0.2) !important;
}
.border-green-900\/25{
  border-color: rgb(24 79 53 / 0.25) !important;
}
.border-green-900\/30{
  border-color: rgb(24 79 53 / 0.3) !important;
}
.border-green-900\/35{
  border-color: rgb(24 79 53 / 0.35) !important;
}
.border-green-900\/40{
  border-color: rgb(24 79 53 / 0.4) !important;
}
.border-green-900\/45{
  border-color: rgb(24 79 53 / 0.45) !important;
}
.border-green-900\/5{
  border-color: rgb(24 79 53 / 0.05) !important;
}
.border-green-900\/50{
  border-color: rgb(24 79 53 / 0.5) !important;
}
.border-green-900\/55{
  border-color: rgb(24 79 53 / 0.55) !important;
}
.border-green-900\/60{
  border-color: rgb(24 79 53 / 0.6) !important;
}
.border-green-900\/65{
  border-color: rgb(24 79 53 / 0.65) !important;
}
.border-green-900\/70{
  border-color: rgb(24 79 53 / 0.7) !important;
}
.border-green-900\/75{
  border-color: rgb(24 79 53 / 0.75) !important;
}
.border-green-900\/80{
  border-color: rgb(24 79 53 / 0.8) !important;
}
.border-green-900\/85{
  border-color: rgb(24 79 53 / 0.85) !important;
}
.border-green-900\/90{
  border-color: rgb(24 79 53 / 0.9) !important;
}
.border-green-900\/95{
  border-color: rgb(24 79 53 / 0.95) !important;
}
.border-grey-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 251 252 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-100\/0{
  border-color: rgb(250 251 252 / 0) !important;
}
.border-grey-100\/10{
  border-color: rgb(250 251 252 / 0.1) !important;
}
.border-grey-100\/100{
  border-color: rgb(250 251 252 / 1) !important;
}
.border-grey-100\/15{
  border-color: rgb(250 251 252 / 0.15) !important;
}
.border-grey-100\/20{
  border-color: rgb(250 251 252 / 0.2) !important;
}
.border-grey-100\/25{
  border-color: rgb(250 251 252 / 0.25) !important;
}
.border-grey-100\/30{
  border-color: rgb(250 251 252 / 0.3) !important;
}
.border-grey-100\/35{
  border-color: rgb(250 251 252 / 0.35) !important;
}
.border-grey-100\/40{
  border-color: rgb(250 251 252 / 0.4) !important;
}
.border-grey-100\/45{
  border-color: rgb(250 251 252 / 0.45) !important;
}
.border-grey-100\/5{
  border-color: rgb(250 251 252 / 0.05) !important;
}
.border-grey-100\/50{
  border-color: rgb(250 251 252 / 0.5) !important;
}
.border-grey-100\/55{
  border-color: rgb(250 251 252 / 0.55) !important;
}
.border-grey-100\/60{
  border-color: rgb(250 251 252 / 0.6) !important;
}
.border-grey-100\/65{
  border-color: rgb(250 251 252 / 0.65) !important;
}
.border-grey-100\/70{
  border-color: rgb(250 251 252 / 0.7) !important;
}
.border-grey-100\/75{
  border-color: rgb(250 251 252 / 0.75) !important;
}
.border-grey-100\/80{
  border-color: rgb(250 251 252 / 0.8) !important;
}
.border-grey-100\/85{
  border-color: rgb(250 251 252 / 0.85) !important;
}
.border-grey-100\/90{
  border-color: rgb(250 251 252 / 0.9) !important;
}
.border-grey-100\/95{
  border-color: rgb(250 251 252 / 0.95) !important;
}
.border-grey-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 248 250 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-200\/0{
  border-color: rgb(247 248 250 / 0) !important;
}
.border-grey-200\/10{
  border-color: rgb(247 248 250 / 0.1) !important;
}
.border-grey-200\/100{
  border-color: rgb(247 248 250 / 1) !important;
}
.border-grey-200\/15{
  border-color: rgb(247 248 250 / 0.15) !important;
}
.border-grey-200\/20{
  border-color: rgb(247 248 250 / 0.2) !important;
}
.border-grey-200\/25{
  border-color: rgb(247 248 250 / 0.25) !important;
}
.border-grey-200\/30{
  border-color: rgb(247 248 250 / 0.3) !important;
}
.border-grey-200\/35{
  border-color: rgb(247 248 250 / 0.35) !important;
}
.border-grey-200\/40{
  border-color: rgb(247 248 250 / 0.4) !important;
}
.border-grey-200\/45{
  border-color: rgb(247 248 250 / 0.45) !important;
}
.border-grey-200\/5{
  border-color: rgb(247 248 250 / 0.05) !important;
}
.border-grey-200\/50{
  border-color: rgb(247 248 250 / 0.5) !important;
}
.border-grey-200\/55{
  border-color: rgb(247 248 250 / 0.55) !important;
}
.border-grey-200\/60{
  border-color: rgb(247 248 250 / 0.6) !important;
}
.border-grey-200\/65{
  border-color: rgb(247 248 250 / 0.65) !important;
}
.border-grey-200\/70{
  border-color: rgb(247 248 250 / 0.7) !important;
}
.border-grey-200\/75{
  border-color: rgb(247 248 250 / 0.75) !important;
}
.border-grey-200\/80{
  border-color: rgb(247 248 250 / 0.8) !important;
}
.border-grey-200\/85{
  border-color: rgb(247 248 250 / 0.85) !important;
}
.border-grey-200\/90{
  border-color: rgb(247 248 250 / 0.9) !important;
}
.border-grey-200\/95{
  border-color: rgb(247 248 250 / 0.95) !important;
}
.border-grey-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 245 248 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-300\/0{
  border-color: rgb(243 245 248 / 0) !important;
}
.border-grey-300\/10{
  border-color: rgb(243 245 248 / 0.1) !important;
}
.border-grey-300\/100{
  border-color: rgb(243 245 248 / 1) !important;
}
.border-grey-300\/15{
  border-color: rgb(243 245 248 / 0.15) !important;
}
.border-grey-300\/20{
  border-color: rgb(243 245 248 / 0.2) !important;
}
.border-grey-300\/25{
  border-color: rgb(243 245 248 / 0.25) !important;
}
.border-grey-300\/30{
  border-color: rgb(243 245 248 / 0.3) !important;
}
.border-grey-300\/35{
  border-color: rgb(243 245 248 / 0.35) !important;
}
.border-grey-300\/40{
  border-color: rgb(243 245 248 / 0.4) !important;
}
.border-grey-300\/45{
  border-color: rgb(243 245 248 / 0.45) !important;
}
.border-grey-300\/5{
  border-color: rgb(243 245 248 / 0.05) !important;
}
.border-grey-300\/50{
  border-color: rgb(243 245 248 / 0.5) !important;
}
.border-grey-300\/55{
  border-color: rgb(243 245 248 / 0.55) !important;
}
.border-grey-300\/60{
  border-color: rgb(243 245 248 / 0.6) !important;
}
.border-grey-300\/65{
  border-color: rgb(243 245 248 / 0.65) !important;
}
.border-grey-300\/70{
  border-color: rgb(243 245 248 / 0.7) !important;
}
.border-grey-300\/75{
  border-color: rgb(243 245 248 / 0.75) !important;
}
.border-grey-300\/80{
  border-color: rgb(243 245 248 / 0.8) !important;
}
.border-grey-300\/85{
  border-color: rgb(243 245 248 / 0.85) !important;
}
.border-grey-300\/90{
  border-color: rgb(243 245 248 / 0.9) !important;
}
.border-grey-300\/95{
  border-color: rgb(243 245 248 / 0.95) !important;
}
.border-grey-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 242 247 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-400\/0{
  border-color: rgb(241 242 247 / 0) !important;
}
.border-grey-400\/10{
  border-color: rgb(241 242 247 / 0.1) !important;
}
.border-grey-400\/100{
  border-color: rgb(241 242 247 / 1) !important;
}
.border-grey-400\/15{
  border-color: rgb(241 242 247 / 0.15) !important;
}
.border-grey-400\/20{
  border-color: rgb(241 242 247 / 0.2) !important;
}
.border-grey-400\/25{
  border-color: rgb(241 242 247 / 0.25) !important;
}
.border-grey-400\/30{
  border-color: rgb(241 242 247 / 0.3) !important;
}
.border-grey-400\/35{
  border-color: rgb(241 242 247 / 0.35) !important;
}
.border-grey-400\/40{
  border-color: rgb(241 242 247 / 0.4) !important;
}
.border-grey-400\/45{
  border-color: rgb(241 242 247 / 0.45) !important;
}
.border-grey-400\/5{
  border-color: rgb(241 242 247 / 0.05) !important;
}
.border-grey-400\/50{
  border-color: rgb(241 242 247 / 0.5) !important;
}
.border-grey-400\/55{
  border-color: rgb(241 242 247 / 0.55) !important;
}
.border-grey-400\/60{
  border-color: rgb(241 242 247 / 0.6) !important;
}
.border-grey-400\/65{
  border-color: rgb(241 242 247 / 0.65) !important;
}
.border-grey-400\/70{
  border-color: rgb(241 242 247 / 0.7) !important;
}
.border-grey-400\/75{
  border-color: rgb(241 242 247 / 0.75) !important;
}
.border-grey-400\/80{
  border-color: rgb(241 242 247 / 0.8) !important;
}
.border-grey-400\/85{
  border-color: rgb(241 242 247 / 0.85) !important;
}
.border-grey-400\/90{
  border-color: rgb(241 242 247 / 0.9) !important;
}
.border-grey-400\/95{
  border-color: rgb(241 242 247 / 0.95) !important;
}
.border-grey-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 253 254 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-50\/0{
  border-color: rgb(253 253 254 / 0) !important;
}
.border-grey-50\/10{
  border-color: rgb(253 253 254 / 0.1) !important;
}
.border-grey-50\/100{
  border-color: rgb(253 253 254 / 1) !important;
}
.border-grey-50\/15{
  border-color: rgb(253 253 254 / 0.15) !important;
}
.border-grey-50\/20{
  border-color: rgb(253 253 254 / 0.2) !important;
}
.border-grey-50\/25{
  border-color: rgb(253 253 254 / 0.25) !important;
}
.border-grey-50\/30{
  border-color: rgb(253 253 254 / 0.3) !important;
}
.border-grey-50\/35{
  border-color: rgb(253 253 254 / 0.35) !important;
}
.border-grey-50\/40{
  border-color: rgb(253 253 254 / 0.4) !important;
}
.border-grey-50\/45{
  border-color: rgb(253 253 254 / 0.45) !important;
}
.border-grey-50\/5{
  border-color: rgb(253 253 254 / 0.05) !important;
}
.border-grey-50\/50{
  border-color: rgb(253 253 254 / 0.5) !important;
}
.border-grey-50\/55{
  border-color: rgb(253 253 254 / 0.55) !important;
}
.border-grey-50\/60{
  border-color: rgb(253 253 254 / 0.6) !important;
}
.border-grey-50\/65{
  border-color: rgb(253 253 254 / 0.65) !important;
}
.border-grey-50\/70{
  border-color: rgb(253 253 254 / 0.7) !important;
}
.border-grey-50\/75{
  border-color: rgb(253 253 254 / 0.75) !important;
}
.border-grey-50\/80{
  border-color: rgb(253 253 254 / 0.8) !important;
}
.border-grey-50\/85{
  border-color: rgb(253 253 254 / 0.85) !important;
}
.border-grey-50\/90{
  border-color: rgb(253 253 254 / 0.9) !important;
}
.border-grey-50\/95{
  border-color: rgb(253 253 254 / 0.95) !important;
}
.border-grey-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 240 245 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-500\/0{
  border-color: rgb(238 240 245 / 0) !important;
}
.border-grey-500\/10{
  border-color: rgb(238 240 245 / 0.1) !important;
}
.border-grey-500\/100{
  border-color: rgb(238 240 245 / 1) !important;
}
.border-grey-500\/15{
  border-color: rgb(238 240 245 / 0.15) !important;
}
.border-grey-500\/20{
  border-color: rgb(238 240 245 / 0.2) !important;
}
.border-grey-500\/25{
  border-color: rgb(238 240 245 / 0.25) !important;
}
.border-grey-500\/30{
  border-color: rgb(238 240 245 / 0.3) !important;
}
.border-grey-500\/35{
  border-color: rgb(238 240 245 / 0.35) !important;
}
.border-grey-500\/40{
  border-color: rgb(238 240 245 / 0.4) !important;
}
.border-grey-500\/45{
  border-color: rgb(238 240 245 / 0.45) !important;
}
.border-grey-500\/5{
  border-color: rgb(238 240 245 / 0.05) !important;
}
.border-grey-500\/50{
  border-color: rgb(238 240 245 / 0.5) !important;
}
.border-grey-500\/55{
  border-color: rgb(238 240 245 / 0.55) !important;
}
.border-grey-500\/60{
  border-color: rgb(238 240 245 / 0.6) !important;
}
.border-grey-500\/65{
  border-color: rgb(238 240 245 / 0.65) !important;
}
.border-grey-500\/70{
  border-color: rgb(238 240 245 / 0.7) !important;
}
.border-grey-500\/75{
  border-color: rgb(238 240 245 / 0.75) !important;
}
.border-grey-500\/80{
  border-color: rgb(238 240 245 / 0.8) !important;
}
.border-grey-500\/85{
  border-color: rgb(238 240 245 / 0.85) !important;
}
.border-grey-500\/90{
  border-color: rgb(238 240 245 / 0.9) !important;
}
.border-grey-500\/95{
  border-color: rgb(238 240 245 / 0.95) !important;
}
.border-grey-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 238 244 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-600\/0{
  border-color: rgb(236 238 244 / 0) !important;
}
.border-grey-600\/10{
  border-color: rgb(236 238 244 / 0.1) !important;
}
.border-grey-600\/100{
  border-color: rgb(236 238 244 / 1) !important;
}
.border-grey-600\/15{
  border-color: rgb(236 238 244 / 0.15) !important;
}
.border-grey-600\/20{
  border-color: rgb(236 238 244 / 0.2) !important;
}
.border-grey-600\/25{
  border-color: rgb(236 238 244 / 0.25) !important;
}
.border-grey-600\/30{
  border-color: rgb(236 238 244 / 0.3) !important;
}
.border-grey-600\/35{
  border-color: rgb(236 238 244 / 0.35) !important;
}
.border-grey-600\/40{
  border-color: rgb(236 238 244 / 0.4) !important;
}
.border-grey-600\/45{
  border-color: rgb(236 238 244 / 0.45) !important;
}
.border-grey-600\/5{
  border-color: rgb(236 238 244 / 0.05) !important;
}
.border-grey-600\/50{
  border-color: rgb(236 238 244 / 0.5) !important;
}
.border-grey-600\/55{
  border-color: rgb(236 238 244 / 0.55) !important;
}
.border-grey-600\/60{
  border-color: rgb(236 238 244 / 0.6) !important;
}
.border-grey-600\/65{
  border-color: rgb(236 238 244 / 0.65) !important;
}
.border-grey-600\/70{
  border-color: rgb(236 238 244 / 0.7) !important;
}
.border-grey-600\/75{
  border-color: rgb(236 238 244 / 0.75) !important;
}
.border-grey-600\/80{
  border-color: rgb(236 238 244 / 0.8) !important;
}
.border-grey-600\/85{
  border-color: rgb(236 238 244 / 0.85) !important;
}
.border-grey-600\/90{
  border-color: rgb(236 238 244 / 0.9) !important;
}
.border-grey-600\/95{
  border-color: rgb(236 238 244 / 0.95) !important;
}
.border-grey-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 236 242 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-700\/0{
  border-color: rgb(233 236 242 / 0) !important;
}
.border-grey-700\/10{
  border-color: rgb(233 236 242 / 0.1) !important;
}
.border-grey-700\/100{
  border-color: rgb(233 236 242 / 1) !important;
}
.border-grey-700\/15{
  border-color: rgb(233 236 242 / 0.15) !important;
}
.border-grey-700\/20{
  border-color: rgb(233 236 242 / 0.2) !important;
}
.border-grey-700\/25{
  border-color: rgb(233 236 242 / 0.25) !important;
}
.border-grey-700\/30{
  border-color: rgb(233 236 242 / 0.3) !important;
}
.border-grey-700\/35{
  border-color: rgb(233 236 242 / 0.35) !important;
}
.border-grey-700\/40{
  border-color: rgb(233 236 242 / 0.4) !important;
}
.border-grey-700\/45{
  border-color: rgb(233 236 242 / 0.45) !important;
}
.border-grey-700\/5{
  border-color: rgb(233 236 242 / 0.05) !important;
}
.border-grey-700\/50{
  border-color: rgb(233 236 242 / 0.5) !important;
}
.border-grey-700\/55{
  border-color: rgb(233 236 242 / 0.55) !important;
}
.border-grey-700\/60{
  border-color: rgb(233 236 242 / 0.6) !important;
}
.border-grey-700\/65{
  border-color: rgb(233 236 242 / 0.65) !important;
}
.border-grey-700\/70{
  border-color: rgb(233 236 242 / 0.7) !important;
}
.border-grey-700\/75{
  border-color: rgb(233 236 242 / 0.75) !important;
}
.border-grey-700\/80{
  border-color: rgb(233 236 242 / 0.8) !important;
}
.border-grey-700\/85{
  border-color: rgb(233 236 242 / 0.85) !important;
}
.border-grey-700\/90{
  border-color: rgb(233 236 242 / 0.9) !important;
}
.border-grey-700\/95{
  border-color: rgb(233 236 242 / 0.95) !important;
}
.border-grey-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 233 240 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-800\/0{
  border-color: rgb(231 233 240 / 0) !important;
}
.border-grey-800\/10{
  border-color: rgb(231 233 240 / 0.1) !important;
}
.border-grey-800\/100{
  border-color: rgb(231 233 240 / 1) !important;
}
.border-grey-800\/15{
  border-color: rgb(231 233 240 / 0.15) !important;
}
.border-grey-800\/20{
  border-color: rgb(231 233 240 / 0.2) !important;
}
.border-grey-800\/25{
  border-color: rgb(231 233 240 / 0.25) !important;
}
.border-grey-800\/30{
  border-color: rgb(231 233 240 / 0.3) !important;
}
.border-grey-800\/35{
  border-color: rgb(231 233 240 / 0.35) !important;
}
.border-grey-800\/40{
  border-color: rgb(231 233 240 / 0.4) !important;
}
.border-grey-800\/45{
  border-color: rgb(231 233 240 / 0.45) !important;
}
.border-grey-800\/5{
  border-color: rgb(231 233 240 / 0.05) !important;
}
.border-grey-800\/50{
  border-color: rgb(231 233 240 / 0.5) !important;
}
.border-grey-800\/55{
  border-color: rgb(231 233 240 / 0.55) !important;
}
.border-grey-800\/60{
  border-color: rgb(231 233 240 / 0.6) !important;
}
.border-grey-800\/65{
  border-color: rgb(231 233 240 / 0.65) !important;
}
.border-grey-800\/70{
  border-color: rgb(231 233 240 / 0.7) !important;
}
.border-grey-800\/75{
  border-color: rgb(231 233 240 / 0.75) !important;
}
.border-grey-800\/80{
  border-color: rgb(231 233 240 / 0.8) !important;
}
.border-grey-800\/85{
  border-color: rgb(231 233 240 / 0.85) !important;
}
.border-grey-800\/90{
  border-color: rgb(231 233 240 / 0.9) !important;
}
.border-grey-800\/95{
  border-color: rgb(231 233 240 / 0.95) !important;
}
.border-grey-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 229 238 / var(--tw-border-opacity, 1)) !important;
}
.border-grey-900\/0{
  border-color: rgb(226 229 238 / 0) !important;
}
.border-grey-900\/10{
  border-color: rgb(226 229 238 / 0.1) !important;
}
.border-grey-900\/100{
  border-color: rgb(226 229 238 / 1) !important;
}
.border-grey-900\/15{
  border-color: rgb(226 229 238 / 0.15) !important;
}
.border-grey-900\/20{
  border-color: rgb(226 229 238 / 0.2) !important;
}
.border-grey-900\/25{
  border-color: rgb(226 229 238 / 0.25) !important;
}
.border-grey-900\/30{
  border-color: rgb(226 229 238 / 0.3) !important;
}
.border-grey-900\/35{
  border-color: rgb(226 229 238 / 0.35) !important;
}
.border-grey-900\/40{
  border-color: rgb(226 229 238 / 0.4) !important;
}
.border-grey-900\/45{
  border-color: rgb(226 229 238 / 0.45) !important;
}
.border-grey-900\/5{
  border-color: rgb(226 229 238 / 0.05) !important;
}
.border-grey-900\/50{
  border-color: rgb(226 229 238 / 0.5) !important;
}
.border-grey-900\/55{
  border-color: rgb(226 229 238 / 0.55) !important;
}
.border-grey-900\/60{
  border-color: rgb(226 229 238 / 0.6) !important;
}
.border-grey-900\/65{
  border-color: rgb(226 229 238 / 0.65) !important;
}
.border-grey-900\/70{
  border-color: rgb(226 229 238 / 0.7) !important;
}
.border-grey-900\/75{
  border-color: rgb(226 229 238 / 0.75) !important;
}
.border-grey-900\/80{
  border-color: rgb(226 229 238 / 0.8) !important;
}
.border-grey-900\/85{
  border-color: rgb(226 229 238 / 0.85) !important;
}
.border-grey-900\/90{
  border-color: rgb(226 229 238 / 0.9) !important;
}
.border-grey-900\/95{
  border-color: rgb(226 229 238 / 0.95) !important;
}
.border-iconColor{
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 153 176 / var(--tw-border-opacity, 1)) !important;
}
.border-iconColor\/20{
  border-color: rgb(138 153 176 / 0.2) !important;
}
.border-lime-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-lime-100\/0{
  border-color: rgb(236 252 203 / 0) !important;
}
.border-lime-100\/10{
  border-color: rgb(236 252 203 / 0.1) !important;
}
.border-lime-100\/100{
  border-color: rgb(236 252 203 / 1) !important;
}
.border-lime-100\/15{
  border-color: rgb(236 252 203 / 0.15) !important;
}
.border-lime-100\/20{
  border-color: rgb(236 252 203 / 0.2) !important;
}
.border-lime-100\/25{
  border-color: rgb(236 252 203 / 0.25) !important;
}
.border-lime-100\/30{
  border-color: rgb(236 252 203 / 0.3) !important;
}
.border-lime-100\/35{
  border-color: rgb(236 252 203 / 0.35) !important;
}
.border-lime-100\/40{
  border-color: rgb(236 252 203 / 0.4) !important;
}
.border-lime-100\/45{
  border-color: rgb(236 252 203 / 0.45) !important;
}
.border-lime-100\/5{
  border-color: rgb(236 252 203 / 0.05) !important;
}
.border-lime-100\/50{
  border-color: rgb(236 252 203 / 0.5) !important;
}
.border-lime-100\/55{
  border-color: rgb(236 252 203 / 0.55) !important;
}
.border-lime-100\/60{
  border-color: rgb(236 252 203 / 0.6) !important;
}
.border-lime-100\/65{
  border-color: rgb(236 252 203 / 0.65) !important;
}
.border-lime-100\/70{
  border-color: rgb(236 252 203 / 0.7) !important;
}
.border-lime-100\/75{
  border-color: rgb(236 252 203 / 0.75) !important;
}
.border-lime-100\/80{
  border-color: rgb(236 252 203 / 0.8) !important;
}
.border-lime-100\/85{
  border-color: rgb(236 252 203 / 0.85) !important;
}
.border-lime-100\/90{
  border-color: rgb(236 252 203 / 0.9) !important;
}
.border-lime-100\/95{
  border-color: rgb(236 252 203 / 0.95) !important;
}
.border-lime-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-lime-200\/0{
  border-color: rgb(217 249 157 / 0) !important;
}
.border-lime-200\/10{
  border-color: rgb(217 249 157 / 0.1) !important;
}
.border-lime-200\/100{
  border-color: rgb(217 249 157 / 1) !important;
}
.border-lime-200\/15{
  border-color: rgb(217 249 157 / 0.15) !important;
}
.border-lime-200\/20{
  border-color: rgb(217 249 157 / 0.2) !important;
}
.border-lime-200\/25{
  border-color: rgb(217 249 157 / 0.25) !important;
}
.border-lime-200\/30{
  border-color: rgb(217 249 157 / 0.3) !important;
}
.border-lime-200\/35{
  border-color: rgb(217 249 157 / 0.35) !important;
}
.border-lime-200\/40{
  border-color: rgb(217 249 157 / 0.4) !important;
}
.border-lime-200\/45{
  border-color: rgb(217 249 157 / 0.45) !important;
}
.border-lime-200\/5{
  border-color: rgb(217 249 157 / 0.05) !important;
}
.border-lime-200\/50{
  border-color: rgb(217 249 157 / 0.5) !important;
}
.border-lime-200\/55{
  border-color: rgb(217 249 157 / 0.55) !important;
}
.border-lime-200\/60{
  border-color: rgb(217 249 157 / 0.6) !important;
}
.border-lime-200\/65{
  border-color: rgb(217 249 157 / 0.65) !important;
}
.border-lime-200\/70{
  border-color: rgb(217 249 157 / 0.7) !important;
}
.border-lime-200\/75{
  border-color: rgb(217 249 157 / 0.75) !important;
}
.border-lime-200\/80{
  border-color: rgb(217 249 157 / 0.8) !important;
}
.border-lime-200\/85{
  border-color: rgb(217 249 157 / 0.85) !important;
}
.border-lime-200\/90{
  border-color: rgb(217 249 157 / 0.9) !important;
}
.border-lime-200\/95{
  border-color: rgb(217 249 157 / 0.95) !important;
}
.border-lime-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-lime-400\/0{
  border-color: rgb(163 230 53 / 0) !important;
}
.border-lime-400\/10{
  border-color: rgb(163 230 53 / 0.1) !important;
}
.border-lime-400\/100{
  border-color: rgb(163 230 53 / 1) !important;
}
.border-lime-400\/15{
  border-color: rgb(163 230 53 / 0.15) !important;
}
.border-lime-400\/20{
  border-color: rgb(163 230 53 / 0.2) !important;
}
.border-lime-400\/25{
  border-color: rgb(163 230 53 / 0.25) !important;
}
.border-lime-400\/30{
  border-color: rgb(163 230 53 / 0.3) !important;
}
.border-lime-400\/35{
  border-color: rgb(163 230 53 / 0.35) !important;
}
.border-lime-400\/40{
  border-color: rgb(163 230 53 / 0.4) !important;
}
.border-lime-400\/45{
  border-color: rgb(163 230 53 / 0.45) !important;
}
.border-lime-400\/5{
  border-color: rgb(163 230 53 / 0.05) !important;
}
.border-lime-400\/50{
  border-color: rgb(163 230 53 / 0.5) !important;
}
.border-lime-400\/55{
  border-color: rgb(163 230 53 / 0.55) !important;
}
.border-lime-400\/60{
  border-color: rgb(163 230 53 / 0.6) !important;
}
.border-lime-400\/65{
  border-color: rgb(163 230 53 / 0.65) !important;
}
.border-lime-400\/70{
  border-color: rgb(163 230 53 / 0.7) !important;
}
.border-lime-400\/75{
  border-color: rgb(163 230 53 / 0.75) !important;
}
.border-lime-400\/80{
  border-color: rgb(163 230 53 / 0.8) !important;
}
.border-lime-400\/85{
  border-color: rgb(163 230 53 / 0.85) !important;
}
.border-lime-400\/90{
  border-color: rgb(163 230 53 / 0.9) !important;
}
.border-lime-400\/95{
  border-color: rgb(163 230 53 / 0.95) !important;
}
.border-lime-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-lime-600\/0{
  border-color: rgb(101 163 13 / 0) !important;
}
.border-lime-600\/10{
  border-color: rgb(101 163 13 / 0.1) !important;
}
.border-lime-600\/100{
  border-color: rgb(101 163 13 / 1) !important;
}
.border-lime-600\/15{
  border-color: rgb(101 163 13 / 0.15) !important;
}
.border-lime-600\/20{
  border-color: rgb(101 163 13 / 0.2) !important;
}
.border-lime-600\/25{
  border-color: rgb(101 163 13 / 0.25) !important;
}
.border-lime-600\/30{
  border-color: rgb(101 163 13 / 0.3) !important;
}
.border-lime-600\/35{
  border-color: rgb(101 163 13 / 0.35) !important;
}
.border-lime-600\/40{
  border-color: rgb(101 163 13 / 0.4) !important;
}
.border-lime-600\/45{
  border-color: rgb(101 163 13 / 0.45) !important;
}
.border-lime-600\/5{
  border-color: rgb(101 163 13 / 0.05) !important;
}
.border-lime-600\/50{
  border-color: rgb(101 163 13 / 0.5) !important;
}
.border-lime-600\/55{
  border-color: rgb(101 163 13 / 0.55) !important;
}
.border-lime-600\/60{
  border-color: rgb(101 163 13 / 0.6) !important;
}
.border-lime-600\/65{
  border-color: rgb(101 163 13 / 0.65) !important;
}
.border-lime-600\/70{
  border-color: rgb(101 163 13 / 0.7) !important;
}
.border-lime-600\/75{
  border-color: rgb(101 163 13 / 0.75) !important;
}
.border-lime-600\/80{
  border-color: rgb(101 163 13 / 0.8) !important;
}
.border-lime-600\/85{
  border-color: rgb(101 163 13 / 0.85) !important;
}
.border-lime-600\/90{
  border-color: rgb(101 163 13 / 0.9) !important;
}
.border-lime-600\/95{
  border-color: rgb(101 163 13 / 0.95) !important;
}
.border-lime-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-lime-800\/0{
  border-color: rgb(63 98 18 / 0) !important;
}
.border-lime-800\/10{
  border-color: rgb(63 98 18 / 0.1) !important;
}
.border-lime-800\/100{
  border-color: rgb(63 98 18 / 1) !important;
}
.border-lime-800\/15{
  border-color: rgb(63 98 18 / 0.15) !important;
}
.border-lime-800\/20{
  border-color: rgb(63 98 18 / 0.2) !important;
}
.border-lime-800\/25{
  border-color: rgb(63 98 18 / 0.25) !important;
}
.border-lime-800\/30{
  border-color: rgb(63 98 18 / 0.3) !important;
}
.border-lime-800\/35{
  border-color: rgb(63 98 18 / 0.35) !important;
}
.border-lime-800\/40{
  border-color: rgb(63 98 18 / 0.4) !important;
}
.border-lime-800\/45{
  border-color: rgb(63 98 18 / 0.45) !important;
}
.border-lime-800\/5{
  border-color: rgb(63 98 18 / 0.05) !important;
}
.border-lime-800\/50{
  border-color: rgb(63 98 18 / 0.5) !important;
}
.border-lime-800\/55{
  border-color: rgb(63 98 18 / 0.55) !important;
}
.border-lime-800\/60{
  border-color: rgb(63 98 18 / 0.6) !important;
}
.border-lime-800\/65{
  border-color: rgb(63 98 18 / 0.65) !important;
}
.border-lime-800\/70{
  border-color: rgb(63 98 18 / 0.7) !important;
}
.border-lime-800\/75{
  border-color: rgb(63 98 18 / 0.75) !important;
}
.border-lime-800\/80{
  border-color: rgb(63 98 18 / 0.8) !important;
}
.border-lime-800\/85{
  border-color: rgb(63 98 18 / 0.85) !important;
}
.border-lime-800\/90{
  border-color: rgb(63 98 18 / 0.9) !important;
}
.border-lime-800\/95{
  border-color: rgb(63 98 18 / 0.95) !important;
}
.border-navy-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 191 248 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-100\/0{
  border-color: rgb(191 191 248 / 0) !important;
}
.border-navy-100\/10{
  border-color: rgb(191 191 248 / 0.1) !important;
}
.border-navy-100\/100{
  border-color: rgb(191 191 248 / 1) !important;
}
.border-navy-100\/15{
  border-color: rgb(191 191 248 / 0.15) !important;
}
.border-navy-100\/20{
  border-color: rgb(191 191 248 / 0.2) !important;
}
.border-navy-100\/25{
  border-color: rgb(191 191 248 / 0.25) !important;
}
.border-navy-100\/30{
  border-color: rgb(191 191 248 / 0.3) !important;
}
.border-navy-100\/35{
  border-color: rgb(191 191 248 / 0.35) !important;
}
.border-navy-100\/40{
  border-color: rgb(191 191 248 / 0.4) !important;
}
.border-navy-100\/45{
  border-color: rgb(191 191 248 / 0.45) !important;
}
.border-navy-100\/5{
  border-color: rgb(191 191 248 / 0.05) !important;
}
.border-navy-100\/50{
  border-color: rgb(191 191 248 / 0.5) !important;
}
.border-navy-100\/55{
  border-color: rgb(191 191 248 / 0.55) !important;
}
.border-navy-100\/60{
  border-color: rgb(191 191 248 / 0.6) !important;
}
.border-navy-100\/65{
  border-color: rgb(191 191 248 / 0.65) !important;
}
.border-navy-100\/70{
  border-color: rgb(191 191 248 / 0.7) !important;
}
.border-navy-100\/75{
  border-color: rgb(191 191 248 / 0.75) !important;
}
.border-navy-100\/80{
  border-color: rgb(191 191 248 / 0.8) !important;
}
.border-navy-100\/85{
  border-color: rgb(191 191 248 / 0.85) !important;
}
.border-navy-100\/90{
  border-color: rgb(191 191 248 / 0.9) !important;
}
.border-navy-100\/95{
  border-color: rgb(191 191 248 / 0.95) !important;
}
.border-navy-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(149 149 243 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-200\/0{
  border-color: rgb(149 149 243 / 0) !important;
}
.border-navy-200\/10{
  border-color: rgb(149 149 243 / 0.1) !important;
}
.border-navy-200\/100{
  border-color: rgb(149 149 243 / 1) !important;
}
.border-navy-200\/15{
  border-color: rgb(149 149 243 / 0.15) !important;
}
.border-navy-200\/20{
  border-color: rgb(149 149 243 / 0.2) !important;
}
.border-navy-200\/25{
  border-color: rgb(149 149 243 / 0.25) !important;
}
.border-navy-200\/30{
  border-color: rgb(149 149 243 / 0.3) !important;
}
.border-navy-200\/35{
  border-color: rgb(149 149 243 / 0.35) !important;
}
.border-navy-200\/40{
  border-color: rgb(149 149 243 / 0.4) !important;
}
.border-navy-200\/45{
  border-color: rgb(149 149 243 / 0.45) !important;
}
.border-navy-200\/5{
  border-color: rgb(149 149 243 / 0.05) !important;
}
.border-navy-200\/50{
  border-color: rgb(149 149 243 / 0.5) !important;
}
.border-navy-200\/55{
  border-color: rgb(149 149 243 / 0.55) !important;
}
.border-navy-200\/60{
  border-color: rgb(149 149 243 / 0.6) !important;
}
.border-navy-200\/65{
  border-color: rgb(149 149 243 / 0.65) !important;
}
.border-navy-200\/70{
  border-color: rgb(149 149 243 / 0.7) !important;
}
.border-navy-200\/75{
  border-color: rgb(149 149 243 / 0.75) !important;
}
.border-navy-200\/80{
  border-color: rgb(149 149 243 / 0.8) !important;
}
.border-navy-200\/85{
  border-color: rgb(149 149 243 / 0.85) !important;
}
.border-navy-200\/90{
  border-color: rgb(149 149 243 / 0.9) !important;
}
.border-navy-200\/95{
  border-color: rgb(149 149 243 / 0.95) !important;
}
.border-navy-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(106 107 238 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-300\/0{
  border-color: rgb(106 107 238 / 0) !important;
}
.border-navy-300\/10{
  border-color: rgb(106 107 238 / 0.1) !important;
}
.border-navy-300\/100{
  border-color: rgb(106 107 238 / 1) !important;
}
.border-navy-300\/15{
  border-color: rgb(106 107 238 / 0.15) !important;
}
.border-navy-300\/20{
  border-color: rgb(106 107 238 / 0.2) !important;
}
.border-navy-300\/25{
  border-color: rgb(106 107 238 / 0.25) !important;
}
.border-navy-300\/30{
  border-color: rgb(106 107 238 / 0.3) !important;
}
.border-navy-300\/35{
  border-color: rgb(106 107 238 / 0.35) !important;
}
.border-navy-300\/40{
  border-color: rgb(106 107 238 / 0.4) !important;
}
.border-navy-300\/45{
  border-color: rgb(106 107 238 / 0.45) !important;
}
.border-navy-300\/5{
  border-color: rgb(106 107 238 / 0.05) !important;
}
.border-navy-300\/50{
  border-color: rgb(106 107 238 / 0.5) !important;
}
.border-navy-300\/55{
  border-color: rgb(106 107 238 / 0.55) !important;
}
.border-navy-300\/60{
  border-color: rgb(106 107 238 / 0.6) !important;
}
.border-navy-300\/65{
  border-color: rgb(106 107 238 / 0.65) !important;
}
.border-navy-300\/70{
  border-color: rgb(106 107 238 / 0.7) !important;
}
.border-navy-300\/75{
  border-color: rgb(106 107 238 / 0.75) !important;
}
.border-navy-300\/80{
  border-color: rgb(106 107 238 / 0.8) !important;
}
.border-navy-300\/85{
  border-color: rgb(106 107 238 / 0.85) !important;
}
.border-navy-300\/90{
  border-color: rgb(106 107 238 / 0.9) !important;
}
.border-navy-300\/95{
  border-color: rgb(106 107 238 / 0.95) !important;
}
.border-navy-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 75 235 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-400\/0{
  border-color: rgb(74 75 235 / 0) !important;
}
.border-navy-400\/10{
  border-color: rgb(74 75 235 / 0.1) !important;
}
.border-navy-400\/100{
  border-color: rgb(74 75 235 / 1) !important;
}
.border-navy-400\/15{
  border-color: rgb(74 75 235 / 0.15) !important;
}
.border-navy-400\/20{
  border-color: rgb(74 75 235 / 0.2) !important;
}
.border-navy-400\/25{
  border-color: rgb(74 75 235 / 0.25) !important;
}
.border-navy-400\/30{
  border-color: rgb(74 75 235 / 0.3) !important;
}
.border-navy-400\/35{
  border-color: rgb(74 75 235 / 0.35) !important;
}
.border-navy-400\/40{
  border-color: rgb(74 75 235 / 0.4) !important;
}
.border-navy-400\/45{
  border-color: rgb(74 75 235 / 0.45) !important;
}
.border-navy-400\/5{
  border-color: rgb(74 75 235 / 0.05) !important;
}
.border-navy-400\/50{
  border-color: rgb(74 75 235 / 0.5) !important;
}
.border-navy-400\/55{
  border-color: rgb(74 75 235 / 0.55) !important;
}
.border-navy-400\/60{
  border-color: rgb(74 75 235 / 0.6) !important;
}
.border-navy-400\/65{
  border-color: rgb(74 75 235 / 0.65) !important;
}
.border-navy-400\/70{
  border-color: rgb(74 75 235 / 0.7) !important;
}
.border-navy-400\/75{
  border-color: rgb(74 75 235 / 0.75) !important;
}
.border-navy-400\/80{
  border-color: rgb(74 75 235 / 0.8) !important;
}
.border-navy-400\/85{
  border-color: rgb(74 75 235 / 0.85) !important;
}
.border-navy-400\/90{
  border-color: rgb(74 75 235 / 0.9) !important;
}
.border-navy-400\/95{
  border-color: rgb(74 75 235 / 0.95) !important;
}
.border-navy-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 230 252 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-50\/0{
  border-color: rgb(229 230 252 / 0) !important;
}
.border-navy-50\/10{
  border-color: rgb(229 230 252 / 0.1) !important;
}
.border-navy-50\/100{
  border-color: rgb(229 230 252 / 1) !important;
}
.border-navy-50\/15{
  border-color: rgb(229 230 252 / 0.15) !important;
}
.border-navy-50\/20{
  border-color: rgb(229 230 252 / 0.2) !important;
}
.border-navy-50\/25{
  border-color: rgb(229 230 252 / 0.25) !important;
}
.border-navy-50\/30{
  border-color: rgb(229 230 252 / 0.3) !important;
}
.border-navy-50\/35{
  border-color: rgb(229 230 252 / 0.35) !important;
}
.border-navy-50\/40{
  border-color: rgb(229 230 252 / 0.4) !important;
}
.border-navy-50\/45{
  border-color: rgb(229 230 252 / 0.45) !important;
}
.border-navy-50\/5{
  border-color: rgb(229 230 252 / 0.05) !important;
}
.border-navy-50\/50{
  border-color: rgb(229 230 252 / 0.5) !important;
}
.border-navy-50\/55{
  border-color: rgb(229 230 252 / 0.55) !important;
}
.border-navy-50\/60{
  border-color: rgb(229 230 252 / 0.6) !important;
}
.border-navy-50\/65{
  border-color: rgb(229 230 252 / 0.65) !important;
}
.border-navy-50\/70{
  border-color: rgb(229 230 252 / 0.7) !important;
}
.border-navy-50\/75{
  border-color: rgb(229 230 252 / 0.75) !important;
}
.border-navy-50\/80{
  border-color: rgb(229 230 252 / 0.8) !important;
}
.border-navy-50\/85{
  border-color: rgb(229 230 252 / 0.85) !important;
}
.border-navy-50\/90{
  border-color: rgb(229 230 252 / 0.9) !important;
}
.border-navy-50\/95{
  border-color: rgb(229 230 252 / 0.95) !important;
}
.border-navy-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 43 231 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-500\/0{
  border-color: rgb(42 43 231 / 0) !important;
}
.border-navy-500\/10{
  border-color: rgb(42 43 231 / 0.1) !important;
}
.border-navy-500\/100{
  border-color: rgb(42 43 231 / 1) !important;
}
.border-navy-500\/15{
  border-color: rgb(42 43 231 / 0.15) !important;
}
.border-navy-500\/20{
  border-color: rgb(42 43 231 / 0.2) !important;
}
.border-navy-500\/25{
  border-color: rgb(42 43 231 / 0.25) !important;
}
.border-navy-500\/30{
  border-color: rgb(42 43 231 / 0.3) !important;
}
.border-navy-500\/35{
  border-color: rgb(42 43 231 / 0.35) !important;
}
.border-navy-500\/40{
  border-color: rgb(42 43 231 / 0.4) !important;
}
.border-navy-500\/45{
  border-color: rgb(42 43 231 / 0.45) !important;
}
.border-navy-500\/5{
  border-color: rgb(42 43 231 / 0.05) !important;
}
.border-navy-500\/50{
  border-color: rgb(42 43 231 / 0.5) !important;
}
.border-navy-500\/55{
  border-color: rgb(42 43 231 / 0.55) !important;
}
.border-navy-500\/60{
  border-color: rgb(42 43 231 / 0.6) !important;
}
.border-navy-500\/65{
  border-color: rgb(42 43 231 / 0.65) !important;
}
.border-navy-500\/70{
  border-color: rgb(42 43 231 / 0.7) !important;
}
.border-navy-500\/75{
  border-color: rgb(42 43 231 / 0.75) !important;
}
.border-navy-500\/80{
  border-color: rgb(42 43 231 / 0.8) !important;
}
.border-navy-500\/85{
  border-color: rgb(42 43 231 / 0.85) !important;
}
.border-navy-500\/90{
  border-color: rgb(42 43 231 / 0.9) !important;
}
.border-navy-500\/95{
  border-color: rgb(42 43 231 / 0.95) !important;
}
.border-navy-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 38 228 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-600\/0{
  border-color: rgb(37 38 228 / 0) !important;
}
.border-navy-600\/10{
  border-color: rgb(37 38 228 / 0.1) !important;
}
.border-navy-600\/100{
  border-color: rgb(37 38 228 / 1) !important;
}
.border-navy-600\/15{
  border-color: rgb(37 38 228 / 0.15) !important;
}
.border-navy-600\/20{
  border-color: rgb(37 38 228 / 0.2) !important;
}
.border-navy-600\/25{
  border-color: rgb(37 38 228 / 0.25) !important;
}
.border-navy-600\/30{
  border-color: rgb(37 38 228 / 0.3) !important;
}
.border-navy-600\/35{
  border-color: rgb(37 38 228 / 0.35) !important;
}
.border-navy-600\/40{
  border-color: rgb(37 38 228 / 0.4) !important;
}
.border-navy-600\/45{
  border-color: rgb(37 38 228 / 0.45) !important;
}
.border-navy-600\/5{
  border-color: rgb(37 38 228 / 0.05) !important;
}
.border-navy-600\/50{
  border-color: rgb(37 38 228 / 0.5) !important;
}
.border-navy-600\/55{
  border-color: rgb(37 38 228 / 0.55) !important;
}
.border-navy-600\/60{
  border-color: rgb(37 38 228 / 0.6) !important;
}
.border-navy-600\/65{
  border-color: rgb(37 38 228 / 0.65) !important;
}
.border-navy-600\/70{
  border-color: rgb(37 38 228 / 0.7) !important;
}
.border-navy-600\/75{
  border-color: rgb(37 38 228 / 0.75) !important;
}
.border-navy-600\/80{
  border-color: rgb(37 38 228 / 0.8) !important;
}
.border-navy-600\/85{
  border-color: rgb(37 38 228 / 0.85) !important;
}
.border-navy-600\/90{
  border-color: rgb(37 38 228 / 0.9) !important;
}
.border-navy-600\/95{
  border-color: rgb(37 38 228 / 0.95) !important;
}
.border-navy-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 32 224 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-700\/0{
  border-color: rgb(31 32 224 / 0) !important;
}
.border-navy-700\/10{
  border-color: rgb(31 32 224 / 0.1) !important;
}
.border-navy-700\/100{
  border-color: rgb(31 32 224 / 1) !important;
}
.border-navy-700\/15{
  border-color: rgb(31 32 224 / 0.15) !important;
}
.border-navy-700\/20{
  border-color: rgb(31 32 224 / 0.2) !important;
}
.border-navy-700\/25{
  border-color: rgb(31 32 224 / 0.25) !important;
}
.border-navy-700\/30{
  border-color: rgb(31 32 224 / 0.3) !important;
}
.border-navy-700\/35{
  border-color: rgb(31 32 224 / 0.35) !important;
}
.border-navy-700\/40{
  border-color: rgb(31 32 224 / 0.4) !important;
}
.border-navy-700\/45{
  border-color: rgb(31 32 224 / 0.45) !important;
}
.border-navy-700\/5{
  border-color: rgb(31 32 224 / 0.05) !important;
}
.border-navy-700\/50{
  border-color: rgb(31 32 224 / 0.5) !important;
}
.border-navy-700\/55{
  border-color: rgb(31 32 224 / 0.55) !important;
}
.border-navy-700\/60{
  border-color: rgb(31 32 224 / 0.6) !important;
}
.border-navy-700\/65{
  border-color: rgb(31 32 224 / 0.65) !important;
}
.border-navy-700\/70{
  border-color: rgb(31 32 224 / 0.7) !important;
}
.border-navy-700\/75{
  border-color: rgb(31 32 224 / 0.75) !important;
}
.border-navy-700\/80{
  border-color: rgb(31 32 224 / 0.8) !important;
}
.border-navy-700\/85{
  border-color: rgb(31 32 224 / 0.85) !important;
}
.border-navy-700\/90{
  border-color: rgb(31 32 224 / 0.9) !important;
}
.border-navy-700\/95{
  border-color: rgb(31 32 224 / 0.95) !important;
}
.border-navy-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 26 221 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-800\/0{
  border-color: rgb(25 26 221 / 0) !important;
}
.border-navy-800\/10{
  border-color: rgb(25 26 221 / 0.1) !important;
}
.border-navy-800\/100{
  border-color: rgb(25 26 221 / 1) !important;
}
.border-navy-800\/15{
  border-color: rgb(25 26 221 / 0.15) !important;
}
.border-navy-800\/20{
  border-color: rgb(25 26 221 / 0.2) !important;
}
.border-navy-800\/25{
  border-color: rgb(25 26 221 / 0.25) !important;
}
.border-navy-800\/30{
  border-color: rgb(25 26 221 / 0.3) !important;
}
.border-navy-800\/35{
  border-color: rgb(25 26 221 / 0.35) !important;
}
.border-navy-800\/40{
  border-color: rgb(25 26 221 / 0.4) !important;
}
.border-navy-800\/45{
  border-color: rgb(25 26 221 / 0.45) !important;
}
.border-navy-800\/5{
  border-color: rgb(25 26 221 / 0.05) !important;
}
.border-navy-800\/50{
  border-color: rgb(25 26 221 / 0.5) !important;
}
.border-navy-800\/55{
  border-color: rgb(25 26 221 / 0.55) !important;
}
.border-navy-800\/60{
  border-color: rgb(25 26 221 / 0.6) !important;
}
.border-navy-800\/65{
  border-color: rgb(25 26 221 / 0.65) !important;
}
.border-navy-800\/70{
  border-color: rgb(25 26 221 / 0.7) !important;
}
.border-navy-800\/75{
  border-color: rgb(25 26 221 / 0.75) !important;
}
.border-navy-800\/80{
  border-color: rgb(25 26 221 / 0.8) !important;
}
.border-navy-800\/85{
  border-color: rgb(25 26 221 / 0.85) !important;
}
.border-navy-800\/90{
  border-color: rgb(25 26 221 / 0.9) !important;
}
.border-navy-800\/95{
  border-color: rgb(25 26 221 / 0.95) !important;
}
.border-navy-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 16 215 / var(--tw-border-opacity, 1)) !important;
}
.border-navy-900\/0{
  border-color: rgb(15 16 215 / 0) !important;
}
.border-navy-900\/10{
  border-color: rgb(15 16 215 / 0.1) !important;
}
.border-navy-900\/100{
  border-color: rgb(15 16 215 / 1) !important;
}
.border-navy-900\/15{
  border-color: rgb(15 16 215 / 0.15) !important;
}
.border-navy-900\/20{
  border-color: rgb(15 16 215 / 0.2) !important;
}
.border-navy-900\/25{
  border-color: rgb(15 16 215 / 0.25) !important;
}
.border-navy-900\/30{
  border-color: rgb(15 16 215 / 0.3) !important;
}
.border-navy-900\/35{
  border-color: rgb(15 16 215 / 0.35) !important;
}
.border-navy-900\/40{
  border-color: rgb(15 16 215 / 0.4) !important;
}
.border-navy-900\/45{
  border-color: rgb(15 16 215 / 0.45) !important;
}
.border-navy-900\/5{
  border-color: rgb(15 16 215 / 0.05) !important;
}
.border-navy-900\/50{
  border-color: rgb(15 16 215 / 0.5) !important;
}
.border-navy-900\/55{
  border-color: rgb(15 16 215 / 0.55) !important;
}
.border-navy-900\/60{
  border-color: rgb(15 16 215 / 0.6) !important;
}
.border-navy-900\/65{
  border-color: rgb(15 16 215 / 0.65) !important;
}
.border-navy-900\/70{
  border-color: rgb(15 16 215 / 0.7) !important;
}
.border-navy-900\/75{
  border-color: rgb(15 16 215 / 0.75) !important;
}
.border-navy-900\/80{
  border-color: rgb(15 16 215 / 0.8) !important;
}
.border-navy-900\/85{
  border-color: rgb(15 16 215 / 0.85) !important;
}
.border-navy-900\/90{
  border-color: rgb(15 16 215 / 0.9) !important;
}
.border-navy-900\/95{
  border-color: rgb(15 16 215 / 0.95) !important;
}
.border-orange-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 238 213 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-100\/0{
  border-color: rgb(255 238 213 / 0) !important;
}
.border-orange-100\/10{
  border-color: rgb(255 238 213 / 0.1) !important;
}
.border-orange-100\/100{
  border-color: rgb(255 238 213 / 1) !important;
}
.border-orange-100\/15{
  border-color: rgb(255 238 213 / 0.15) !important;
}
.border-orange-100\/20{
  border-color: rgb(255 238 213 / 0.2) !important;
}
.border-orange-100\/25{
  border-color: rgb(255 238 213 / 0.25) !important;
}
.border-orange-100\/30{
  border-color: rgb(255 238 213 / 0.3) !important;
}
.border-orange-100\/35{
  border-color: rgb(255 238 213 / 0.35) !important;
}
.border-orange-100\/40{
  border-color: rgb(255 238 213 / 0.4) !important;
}
.border-orange-100\/45{
  border-color: rgb(255 238 213 / 0.45) !important;
}
.border-orange-100\/5{
  border-color: rgb(255 238 213 / 0.05) !important;
}
.border-orange-100\/50{
  border-color: rgb(255 238 213 / 0.5) !important;
}
.border-orange-100\/55{
  border-color: rgb(255 238 213 / 0.55) !important;
}
.border-orange-100\/60{
  border-color: rgb(255 238 213 / 0.6) !important;
}
.border-orange-100\/65{
  border-color: rgb(255 238 213 / 0.65) !important;
}
.border-orange-100\/70{
  border-color: rgb(255 238 213 / 0.7) !important;
}
.border-orange-100\/75{
  border-color: rgb(255 238 213 / 0.75) !important;
}
.border-orange-100\/80{
  border-color: rgb(255 238 213 / 0.8) !important;
}
.border-orange-100\/85{
  border-color: rgb(255 238 213 / 0.85) !important;
}
.border-orange-100\/90{
  border-color: rgb(255 238 213 / 0.9) !important;
}
.border-orange-100\/95{
  border-color: rgb(255 238 213 / 0.95) !important;
}
.border-orange-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 216 170 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-200\/0{
  border-color: rgb(254 216 170 / 0) !important;
}
.border-orange-200\/10{
  border-color: rgb(254 216 170 / 0.1) !important;
}
.border-orange-200\/100{
  border-color: rgb(254 216 170 / 1) !important;
}
.border-orange-200\/15{
  border-color: rgb(254 216 170 / 0.15) !important;
}
.border-orange-200\/20{
  border-color: rgb(254 216 170 / 0.2) !important;
}
.border-orange-200\/25{
  border-color: rgb(254 216 170 / 0.25) !important;
}
.border-orange-200\/30{
  border-color: rgb(254 216 170 / 0.3) !important;
}
.border-orange-200\/35{
  border-color: rgb(254 216 170 / 0.35) !important;
}
.border-orange-200\/40{
  border-color: rgb(254 216 170 / 0.4) !important;
}
.border-orange-200\/45{
  border-color: rgb(254 216 170 / 0.45) !important;
}
.border-orange-200\/5{
  border-color: rgb(254 216 170 / 0.05) !important;
}
.border-orange-200\/50{
  border-color: rgb(254 216 170 / 0.5) !important;
}
.border-orange-200\/55{
  border-color: rgb(254 216 170 / 0.55) !important;
}
.border-orange-200\/60{
  border-color: rgb(254 216 170 / 0.6) !important;
}
.border-orange-200\/65{
  border-color: rgb(254 216 170 / 0.65) !important;
}
.border-orange-200\/70{
  border-color: rgb(254 216 170 / 0.7) !important;
}
.border-orange-200\/75{
  border-color: rgb(254 216 170 / 0.75) !important;
}
.border-orange-200\/80{
  border-color: rgb(254 216 170 / 0.8) !important;
}
.border-orange-200\/85{
  border-color: rgb(254 216 170 / 0.85) !important;
}
.border-orange-200\/90{
  border-color: rgb(254 216 170 / 0.9) !important;
}
.border-orange-200\/95{
  border-color: rgb(254 216 170 / 0.95) !important;
}
.border-orange-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 188 116 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-300\/0{
  border-color: rgb(253 188 116 / 0) !important;
}
.border-orange-300\/10{
  border-color: rgb(253 188 116 / 0.1) !important;
}
.border-orange-300\/100{
  border-color: rgb(253 188 116 / 1) !important;
}
.border-orange-300\/15{
  border-color: rgb(253 188 116 / 0.15) !important;
}
.border-orange-300\/20{
  border-color: rgb(253 188 116 / 0.2) !important;
}
.border-orange-300\/25{
  border-color: rgb(253 188 116 / 0.25) !important;
}
.border-orange-300\/30{
  border-color: rgb(253 188 116 / 0.3) !important;
}
.border-orange-300\/35{
  border-color: rgb(253 188 116 / 0.35) !important;
}
.border-orange-300\/40{
  border-color: rgb(253 188 116 / 0.4) !important;
}
.border-orange-300\/45{
  border-color: rgb(253 188 116 / 0.45) !important;
}
.border-orange-300\/5{
  border-color: rgb(253 188 116 / 0.05) !important;
}
.border-orange-300\/50{
  border-color: rgb(253 188 116 / 0.5) !important;
}
.border-orange-300\/55{
  border-color: rgb(253 188 116 / 0.55) !important;
}
.border-orange-300\/60{
  border-color: rgb(253 188 116 / 0.6) !important;
}
.border-orange-300\/65{
  border-color: rgb(253 188 116 / 0.65) !important;
}
.border-orange-300\/70{
  border-color: rgb(253 188 116 / 0.7) !important;
}
.border-orange-300\/75{
  border-color: rgb(253 188 116 / 0.75) !important;
}
.border-orange-300\/80{
  border-color: rgb(253 188 116 / 0.8) !important;
}
.border-orange-300\/85{
  border-color: rgb(253 188 116 / 0.85) !important;
}
.border-orange-300\/90{
  border-color: rgb(253 188 116 / 0.9) !important;
}
.border-orange-300\/95{
  border-color: rgb(253 188 116 / 0.95) !important;
}
.border-orange-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 149 59 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-400\/0{
  border-color: rgb(252 149 59 / 0) !important;
}
.border-orange-400\/10{
  border-color: rgb(252 149 59 / 0.1) !important;
}
.border-orange-400\/100{
  border-color: rgb(252 149 59 / 1) !important;
}
.border-orange-400\/15{
  border-color: rgb(252 149 59 / 0.15) !important;
}
.border-orange-400\/20{
  border-color: rgb(252 149 59 / 0.2) !important;
}
.border-orange-400\/25{
  border-color: rgb(252 149 59 / 0.25) !important;
}
.border-orange-400\/30{
  border-color: rgb(252 149 59 / 0.3) !important;
}
.border-orange-400\/35{
  border-color: rgb(252 149 59 / 0.35) !important;
}
.border-orange-400\/40{
  border-color: rgb(252 149 59 / 0.4) !important;
}
.border-orange-400\/45{
  border-color: rgb(252 149 59 / 0.45) !important;
}
.border-orange-400\/5{
  border-color: rgb(252 149 59 / 0.05) !important;
}
.border-orange-400\/50{
  border-color: rgb(252 149 59 / 0.5) !important;
}
.border-orange-400\/55{
  border-color: rgb(252 149 59 / 0.55) !important;
}
.border-orange-400\/60{
  border-color: rgb(252 149 59 / 0.6) !important;
}
.border-orange-400\/65{
  border-color: rgb(252 149 59 / 0.65) !important;
}
.border-orange-400\/70{
  border-color: rgb(252 149 59 / 0.7) !important;
}
.border-orange-400\/75{
  border-color: rgb(252 149 59 / 0.75) !important;
}
.border-orange-400\/80{
  border-color: rgb(252 149 59 / 0.8) !important;
}
.border-orange-400\/85{
  border-color: rgb(252 149 59 / 0.85) !important;
}
.border-orange-400\/90{
  border-color: rgb(252 149 59 / 0.9) !important;
}
.border-orange-400\/95{
  border-color: rgb(252 149 59 / 0.95) !important;
}
.border-orange-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-50\/0{
  border-color: rgb(255 247 237 / 0) !important;
}
.border-orange-50\/10{
  border-color: rgb(255 247 237 / 0.1) !important;
}
.border-orange-50\/100{
  border-color: rgb(255 247 237 / 1) !important;
}
.border-orange-50\/15{
  border-color: rgb(255 247 237 / 0.15) !important;
}
.border-orange-50\/20{
  border-color: rgb(255 247 237 / 0.2) !important;
}
.border-orange-50\/25{
  border-color: rgb(255 247 237 / 0.25) !important;
}
.border-orange-50\/30{
  border-color: rgb(255 247 237 / 0.3) !important;
}
.border-orange-50\/35{
  border-color: rgb(255 247 237 / 0.35) !important;
}
.border-orange-50\/40{
  border-color: rgb(255 247 237 / 0.4) !important;
}
.border-orange-50\/45{
  border-color: rgb(255 247 237 / 0.45) !important;
}
.border-orange-50\/5{
  border-color: rgb(255 247 237 / 0.05) !important;
}
.border-orange-50\/50{
  border-color: rgb(255 247 237 / 0.5) !important;
}
.border-orange-50\/55{
  border-color: rgb(255 247 237 / 0.55) !important;
}
.border-orange-50\/60{
  border-color: rgb(255 247 237 / 0.6) !important;
}
.border-orange-50\/65{
  border-color: rgb(255 247 237 / 0.65) !important;
}
.border-orange-50\/70{
  border-color: rgb(255 247 237 / 0.7) !important;
}
.border-orange-50\/75{
  border-color: rgb(255 247 237 / 0.75) !important;
}
.border-orange-50\/80{
  border-color: rgb(255 247 237 / 0.8) !important;
}
.border-orange-50\/85{
  border-color: rgb(255 247 237 / 0.85) !important;
}
.border-orange-50\/90{
  border-color: rgb(255 247 237 / 0.9) !important;
}
.border-orange-50\/95{
  border-color: rgb(255 247 237 / 0.95) !important;
}
.border-orange-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-500\/0{
  border-color: rgb(250 126 34 / 0) !important;
}
.border-orange-500\/10{
  border-color: rgb(250 126 34 / 0.1) !important;
}
.border-orange-500\/100{
  border-color: rgb(250 126 34 / 1) !important;
}
.border-orange-500\/15{
  border-color: rgb(250 126 34 / 0.15) !important;
}
.border-orange-500\/20{
  border-color: rgb(250 126 34 / 0.2) !important;
}
.border-orange-500\/25{
  border-color: rgb(250 126 34 / 0.25) !important;
}
.border-orange-500\/30{
  border-color: rgb(250 126 34 / 0.3) !important;
}
.border-orange-500\/35{
  border-color: rgb(250 126 34 / 0.35) !important;
}
.border-orange-500\/40{
  border-color: rgb(250 126 34 / 0.4) !important;
}
.border-orange-500\/45{
  border-color: rgb(250 126 34 / 0.45) !important;
}
.border-orange-500\/5{
  border-color: rgb(250 126 34 / 0.05) !important;
}
.border-orange-500\/50{
  border-color: rgb(250 126 34 / 0.5) !important;
}
.border-orange-500\/55{
  border-color: rgb(250 126 34 / 0.55) !important;
}
.border-orange-500\/60{
  border-color: rgb(250 126 34 / 0.6) !important;
}
.border-orange-500\/65{
  border-color: rgb(250 126 34 / 0.65) !important;
}
.border-orange-500\/70{
  border-color: rgb(250 126 34 / 0.7) !important;
}
.border-orange-500\/75{
  border-color: rgb(250 126 34 / 0.75) !important;
}
.border-orange-500\/80{
  border-color: rgb(250 126 34 / 0.8) !important;
}
.border-orange-500\/85{
  border-color: rgb(250 126 34 / 0.85) !important;
}
.border-orange-500\/90{
  border-color: rgb(250 126 34 / 0.9) !important;
}
.border-orange-500\/95{
  border-color: rgb(250 126 34 / 0.95) !important;
}
.border-orange-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 92 11 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-600\/0{
  border-color: rgb(235 92 11 / 0) !important;
}
.border-orange-600\/10{
  border-color: rgb(235 92 11 / 0.1) !important;
}
.border-orange-600\/100{
  border-color: rgb(235 92 11 / 1) !important;
}
.border-orange-600\/15{
  border-color: rgb(235 92 11 / 0.15) !important;
}
.border-orange-600\/20{
  border-color: rgb(235 92 11 / 0.2) !important;
}
.border-orange-600\/25{
  border-color: rgb(235 92 11 / 0.25) !important;
}
.border-orange-600\/30{
  border-color: rgb(235 92 11 / 0.3) !important;
}
.border-orange-600\/35{
  border-color: rgb(235 92 11 / 0.35) !important;
}
.border-orange-600\/40{
  border-color: rgb(235 92 11 / 0.4) !important;
}
.border-orange-600\/45{
  border-color: rgb(235 92 11 / 0.45) !important;
}
.border-orange-600\/5{
  border-color: rgb(235 92 11 / 0.05) !important;
}
.border-orange-600\/50{
  border-color: rgb(235 92 11 / 0.5) !important;
}
.border-orange-600\/55{
  border-color: rgb(235 92 11 / 0.55) !important;
}
.border-orange-600\/60{
  border-color: rgb(235 92 11 / 0.6) !important;
}
.border-orange-600\/65{
  border-color: rgb(235 92 11 / 0.65) !important;
}
.border-orange-600\/70{
  border-color: rgb(235 92 11 / 0.7) !important;
}
.border-orange-600\/75{
  border-color: rgb(235 92 11 / 0.75) !important;
}
.border-orange-600\/80{
  border-color: rgb(235 92 11 / 0.8) !important;
}
.border-orange-600\/85{
  border-color: rgb(235 92 11 / 0.85) !important;
}
.border-orange-600\/90{
  border-color: rgb(235 92 11 / 0.9) !important;
}
.border-orange-600\/95{
  border-color: rgb(235 92 11 / 0.95) !important;
}
.border-orange-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(195 68 11 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-700\/0{
  border-color: rgb(195 68 11 / 0) !important;
}
.border-orange-700\/10{
  border-color: rgb(195 68 11 / 0.1) !important;
}
.border-orange-700\/100{
  border-color: rgb(195 68 11 / 1) !important;
}
.border-orange-700\/15{
  border-color: rgb(195 68 11 / 0.15) !important;
}
.border-orange-700\/20{
  border-color: rgb(195 68 11 / 0.2) !important;
}
.border-orange-700\/25{
  border-color: rgb(195 68 11 / 0.25) !important;
}
.border-orange-700\/30{
  border-color: rgb(195 68 11 / 0.3) !important;
}
.border-orange-700\/35{
  border-color: rgb(195 68 11 / 0.35) !important;
}
.border-orange-700\/40{
  border-color: rgb(195 68 11 / 0.4) !important;
}
.border-orange-700\/45{
  border-color: rgb(195 68 11 / 0.45) !important;
}
.border-orange-700\/5{
  border-color: rgb(195 68 11 / 0.05) !important;
}
.border-orange-700\/50{
  border-color: rgb(195 68 11 / 0.5) !important;
}
.border-orange-700\/55{
  border-color: rgb(195 68 11 / 0.55) !important;
}
.border-orange-700\/60{
  border-color: rgb(195 68 11 / 0.6) !important;
}
.border-orange-700\/65{
  border-color: rgb(195 68 11 / 0.65) !important;
}
.border-orange-700\/70{
  border-color: rgb(195 68 11 / 0.7) !important;
}
.border-orange-700\/75{
  border-color: rgb(195 68 11 / 0.75) !important;
}
.border-orange-700\/80{
  border-color: rgb(195 68 11 / 0.8) !important;
}
.border-orange-700\/85{
  border-color: rgb(195 68 11 / 0.85) !important;
}
.border-orange-700\/90{
  border-color: rgb(195 68 11 / 0.9) !important;
}
.border-orange-700\/95{
  border-color: rgb(195 68 11 / 0.95) !important;
}
.border-orange-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 54 18 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-800\/0{
  border-color: rgb(154 54 18 / 0) !important;
}
.border-orange-800\/10{
  border-color: rgb(154 54 18 / 0.1) !important;
}
.border-orange-800\/100{
  border-color: rgb(154 54 18 / 1) !important;
}
.border-orange-800\/15{
  border-color: rgb(154 54 18 / 0.15) !important;
}
.border-orange-800\/20{
  border-color: rgb(154 54 18 / 0.2) !important;
}
.border-orange-800\/25{
  border-color: rgb(154 54 18 / 0.25) !important;
}
.border-orange-800\/30{
  border-color: rgb(154 54 18 / 0.3) !important;
}
.border-orange-800\/35{
  border-color: rgb(154 54 18 / 0.35) !important;
}
.border-orange-800\/40{
  border-color: rgb(154 54 18 / 0.4) !important;
}
.border-orange-800\/45{
  border-color: rgb(154 54 18 / 0.45) !important;
}
.border-orange-800\/5{
  border-color: rgb(154 54 18 / 0.05) !important;
}
.border-orange-800\/50{
  border-color: rgb(154 54 18 / 0.5) !important;
}
.border-orange-800\/55{
  border-color: rgb(154 54 18 / 0.55) !important;
}
.border-orange-800\/60{
  border-color: rgb(154 54 18 / 0.6) !important;
}
.border-orange-800\/65{
  border-color: rgb(154 54 18 / 0.65) !important;
}
.border-orange-800\/70{
  border-color: rgb(154 54 18 / 0.7) !important;
}
.border-orange-800\/75{
  border-color: rgb(154 54 18 / 0.75) !important;
}
.border-orange-800\/80{
  border-color: rgb(154 54 18 / 0.8) !important;
}
.border-orange-800\/85{
  border-color: rgb(154 54 18 / 0.85) !important;
}
.border-orange-800\/90{
  border-color: rgb(154 54 18 / 0.9) !important;
}
.border-orange-800\/95{
  border-color: rgb(154 54 18 / 0.95) !important;
}
.border-orange-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 47 18 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-900\/0{
  border-color: rgb(124 47 18 / 0) !important;
}
.border-orange-900\/10{
  border-color: rgb(124 47 18 / 0.1) !important;
}
.border-orange-900\/100{
  border-color: rgb(124 47 18 / 1) !important;
}
.border-orange-900\/15{
  border-color: rgb(124 47 18 / 0.15) !important;
}
.border-orange-900\/20{
  border-color: rgb(124 47 18 / 0.2) !important;
}
.border-orange-900\/25{
  border-color: rgb(124 47 18 / 0.25) !important;
}
.border-orange-900\/30{
  border-color: rgb(124 47 18 / 0.3) !important;
}
.border-orange-900\/35{
  border-color: rgb(124 47 18 / 0.35) !important;
}
.border-orange-900\/40{
  border-color: rgb(124 47 18 / 0.4) !important;
}
.border-orange-900\/45{
  border-color: rgb(124 47 18 / 0.45) !important;
}
.border-orange-900\/5{
  border-color: rgb(124 47 18 / 0.05) !important;
}
.border-orange-900\/50{
  border-color: rgb(124 47 18 / 0.5) !important;
}
.border-orange-900\/55{
  border-color: rgb(124 47 18 / 0.55) !important;
}
.border-orange-900\/60{
  border-color: rgb(124 47 18 / 0.6) !important;
}
.border-orange-900\/65{
  border-color: rgb(124 47 18 / 0.65) !important;
}
.border-orange-900\/70{
  border-color: rgb(124 47 18 / 0.7) !important;
}
.border-orange-900\/75{
  border-color: rgb(124 47 18 / 0.75) !important;
}
.border-orange-900\/80{
  border-color: rgb(124 47 18 / 0.8) !important;
}
.border-orange-900\/85{
  border-color: rgb(124 47 18 / 0.85) !important;
}
.border-orange-900\/90{
  border-color: rgb(124 47 18 / 0.9) !important;
}
.border-orange-900\/95{
  border-color: rgb(124 47 18 / 0.95) !important;
}
.border-pink-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 227 231 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-100\/0{
  border-color: rgb(255 227 231 / 0) !important;
}
.border-pink-100\/10{
  border-color: rgb(255 227 231 / 0.1) !important;
}
.border-pink-100\/100{
  border-color: rgb(255 227 231 / 1) !important;
}
.border-pink-100\/15{
  border-color: rgb(255 227 231 / 0.15) !important;
}
.border-pink-100\/20{
  border-color: rgb(255 227 231 / 0.2) !important;
}
.border-pink-100\/25{
  border-color: rgb(255 227 231 / 0.25) !important;
}
.border-pink-100\/30{
  border-color: rgb(255 227 231 / 0.3) !important;
}
.border-pink-100\/35{
  border-color: rgb(255 227 231 / 0.35) !important;
}
.border-pink-100\/40{
  border-color: rgb(255 227 231 / 0.4) !important;
}
.border-pink-100\/45{
  border-color: rgb(255 227 231 / 0.45) !important;
}
.border-pink-100\/5{
  border-color: rgb(255 227 231 / 0.05) !important;
}
.border-pink-100\/50{
  border-color: rgb(255 227 231 / 0.5) !important;
}
.border-pink-100\/55{
  border-color: rgb(255 227 231 / 0.55) !important;
}
.border-pink-100\/60{
  border-color: rgb(255 227 231 / 0.6) !important;
}
.border-pink-100\/65{
  border-color: rgb(255 227 231 / 0.65) !important;
}
.border-pink-100\/70{
  border-color: rgb(255 227 231 / 0.7) !important;
}
.border-pink-100\/75{
  border-color: rgb(255 227 231 / 0.75) !important;
}
.border-pink-100\/80{
  border-color: rgb(255 227 231 / 0.8) !important;
}
.border-pink-100\/85{
  border-color: rgb(255 227 231 / 0.85) !important;
}
.border-pink-100\/90{
  border-color: rgb(255 227 231 / 0.9) !important;
}
.border-pink-100\/95{
  border-color: rgb(255 227 231 / 0.95) !important;
}
.border-pink-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 203 214 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-200\/0{
  border-color: rgb(255 203 214 / 0) !important;
}
.border-pink-200\/10{
  border-color: rgb(255 203 214 / 0.1) !important;
}
.border-pink-200\/100{
  border-color: rgb(255 203 214 / 1) !important;
}
.border-pink-200\/15{
  border-color: rgb(255 203 214 / 0.15) !important;
}
.border-pink-200\/20{
  border-color: rgb(255 203 214 / 0.2) !important;
}
.border-pink-200\/25{
  border-color: rgb(255 203 214 / 0.25) !important;
}
.border-pink-200\/30{
  border-color: rgb(255 203 214 / 0.3) !important;
}
.border-pink-200\/35{
  border-color: rgb(255 203 214 / 0.35) !important;
}
.border-pink-200\/40{
  border-color: rgb(255 203 214 / 0.4) !important;
}
.border-pink-200\/45{
  border-color: rgb(255 203 214 / 0.45) !important;
}
.border-pink-200\/5{
  border-color: rgb(255 203 214 / 0.05) !important;
}
.border-pink-200\/50{
  border-color: rgb(255 203 214 / 0.5) !important;
}
.border-pink-200\/55{
  border-color: rgb(255 203 214 / 0.55) !important;
}
.border-pink-200\/60{
  border-color: rgb(255 203 214 / 0.6) !important;
}
.border-pink-200\/65{
  border-color: rgb(255 203 214 / 0.65) !important;
}
.border-pink-200\/70{
  border-color: rgb(255 203 214 / 0.7) !important;
}
.border-pink-200\/75{
  border-color: rgb(255 203 214 / 0.75) !important;
}
.border-pink-200\/80{
  border-color: rgb(255 203 214 / 0.8) !important;
}
.border-pink-200\/85{
  border-color: rgb(255 203 214 / 0.85) !important;
}
.border-pink-200\/90{
  border-color: rgb(255 203 214 / 0.9) !important;
}
.border-pink-200\/95{
  border-color: rgb(255 203 214 / 0.95) !important;
}
.border-pink-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-300\/0{
  border-color: rgb(255 161 180 / 0) !important;
}
.border-pink-300\/10{
  border-color: rgb(255 161 180 / 0.1) !important;
}
.border-pink-300\/100{
  border-color: rgb(255 161 180 / 1) !important;
}
.border-pink-300\/15{
  border-color: rgb(255 161 180 / 0.15) !important;
}
.border-pink-300\/20{
  border-color: rgb(255 161 180 / 0.2) !important;
}
.border-pink-300\/25{
  border-color: rgb(255 161 180 / 0.25) !important;
}
.border-pink-300\/30{
  border-color: rgb(255 161 180 / 0.3) !important;
}
.border-pink-300\/35{
  border-color: rgb(255 161 180 / 0.35) !important;
}
.border-pink-300\/40{
  border-color: rgb(255 161 180 / 0.4) !important;
}
.border-pink-300\/45{
  border-color: rgb(255 161 180 / 0.45) !important;
}
.border-pink-300\/5{
  border-color: rgb(255 161 180 / 0.05) !important;
}
.border-pink-300\/50{
  border-color: rgb(255 161 180 / 0.5) !important;
}
.border-pink-300\/55{
  border-color: rgb(255 161 180 / 0.55) !important;
}
.border-pink-300\/60{
  border-color: rgb(255 161 180 / 0.6) !important;
}
.border-pink-300\/65{
  border-color: rgb(255 161 180 / 0.65) !important;
}
.border-pink-300\/70{
  border-color: rgb(255 161 180 / 0.7) !important;
}
.border-pink-300\/75{
  border-color: rgb(255 161 180 / 0.75) !important;
}
.border-pink-300\/80{
  border-color: rgb(255 161 180 / 0.8) !important;
}
.border-pink-300\/85{
  border-color: rgb(255 161 180 / 0.85) !important;
}
.border-pink-300\/90{
  border-color: rgb(255 161 180 / 0.9) !important;
}
.border-pink-300\/95{
  border-color: rgb(255 161 180 / 0.95) !important;
}
.border-pink-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 108 139 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-400\/0{
  border-color: rgb(255 108 139 / 0) !important;
}
.border-pink-400\/10{
  border-color: rgb(255 108 139 / 0.1) !important;
}
.border-pink-400\/100{
  border-color: rgb(255 108 139 / 1) !important;
}
.border-pink-400\/15{
  border-color: rgb(255 108 139 / 0.15) !important;
}
.border-pink-400\/20{
  border-color: rgb(255 108 139 / 0.2) !important;
}
.border-pink-400\/25{
  border-color: rgb(255 108 139 / 0.25) !important;
}
.border-pink-400\/30{
  border-color: rgb(255 108 139 / 0.3) !important;
}
.border-pink-400\/35{
  border-color: rgb(255 108 139 / 0.35) !important;
}
.border-pink-400\/40{
  border-color: rgb(255 108 139 / 0.4) !important;
}
.border-pink-400\/45{
  border-color: rgb(255 108 139 / 0.45) !important;
}
.border-pink-400\/5{
  border-color: rgb(255 108 139 / 0.05) !important;
}
.border-pink-400\/50{
  border-color: rgb(255 108 139 / 0.5) !important;
}
.border-pink-400\/55{
  border-color: rgb(255 108 139 / 0.55) !important;
}
.border-pink-400\/60{
  border-color: rgb(255 108 139 / 0.6) !important;
}
.border-pink-400\/65{
  border-color: rgb(255 108 139 / 0.65) !important;
}
.border-pink-400\/70{
  border-color: rgb(255 108 139 / 0.7) !important;
}
.border-pink-400\/75{
  border-color: rgb(255 108 139 / 0.75) !important;
}
.border-pink-400\/80{
  border-color: rgb(255 108 139 / 0.8) !important;
}
.border-pink-400\/85{
  border-color: rgb(255 108 139 / 0.85) !important;
}
.border-pink-400\/90{
  border-color: rgb(255 108 139 / 0.9) !important;
}
.border-pink-400\/95{
  border-color: rgb(255 108 139 / 0.95) !important;
}
.border-pink-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 243 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-50\/0{
  border-color: rgb(255 240 243 / 0) !important;
}
.border-pink-50\/10{
  border-color: rgb(255 240 243 / 0.1) !important;
}
.border-pink-50\/100{
  border-color: rgb(255 240 243 / 1) !important;
}
.border-pink-50\/15{
  border-color: rgb(255 240 243 / 0.15) !important;
}
.border-pink-50\/20{
  border-color: rgb(255 240 243 / 0.2) !important;
}
.border-pink-50\/25{
  border-color: rgb(255 240 243 / 0.25) !important;
}
.border-pink-50\/30{
  border-color: rgb(255 240 243 / 0.3) !important;
}
.border-pink-50\/35{
  border-color: rgb(255 240 243 / 0.35) !important;
}
.border-pink-50\/40{
  border-color: rgb(255 240 243 / 0.4) !important;
}
.border-pink-50\/45{
  border-color: rgb(255 240 243 / 0.45) !important;
}
.border-pink-50\/5{
  border-color: rgb(255 240 243 / 0.05) !important;
}
.border-pink-50\/50{
  border-color: rgb(255 240 243 / 0.5) !important;
}
.border-pink-50\/55{
  border-color: rgb(255 240 243 / 0.55) !important;
}
.border-pink-50\/60{
  border-color: rgb(255 240 243 / 0.6) !important;
}
.border-pink-50\/65{
  border-color: rgb(255 240 243 / 0.65) !important;
}
.border-pink-50\/70{
  border-color: rgb(255 240 243 / 0.7) !important;
}
.border-pink-50\/75{
  border-color: rgb(255 240 243 / 0.75) !important;
}
.border-pink-50\/80{
  border-color: rgb(255 240 243 / 0.8) !important;
}
.border-pink-50\/85{
  border-color: rgb(255 240 243 / 0.85) !important;
}
.border-pink-50\/90{
  border-color: rgb(255 240 243 / 0.9) !important;
}
.border-pink-50\/95{
  border-color: rgb(255 240 243 / 0.95) !important;
}
.border-pink-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-500\/0{
  border-color: rgb(250 34 86 / 0) !important;
}
.border-pink-500\/10{
  border-color: rgb(250 34 86 / 0.1) !important;
}
.border-pink-500\/100{
  border-color: rgb(250 34 86 / 1) !important;
}
.border-pink-500\/15{
  border-color: rgb(250 34 86 / 0.15) !important;
}
.border-pink-500\/20{
  border-color: rgb(250 34 86 / 0.2) !important;
}
.border-pink-500\/25{
  border-color: rgb(250 34 86 / 0.25) !important;
}
.border-pink-500\/30{
  border-color: rgb(250 34 86 / 0.3) !important;
}
.border-pink-500\/35{
  border-color: rgb(250 34 86 / 0.35) !important;
}
.border-pink-500\/40{
  border-color: rgb(250 34 86 / 0.4) !important;
}
.border-pink-500\/45{
  border-color: rgb(250 34 86 / 0.45) !important;
}
.border-pink-500\/5{
  border-color: rgb(250 34 86 / 0.05) !important;
}
.border-pink-500\/50{
  border-color: rgb(250 34 86 / 0.5) !important;
}
.border-pink-500\/55{
  border-color: rgb(250 34 86 / 0.55) !important;
}
.border-pink-500\/60{
  border-color: rgb(250 34 86 / 0.6) !important;
}
.border-pink-500\/65{
  border-color: rgb(250 34 86 / 0.65) !important;
}
.border-pink-500\/70{
  border-color: rgb(250 34 86 / 0.7) !important;
}
.border-pink-500\/75{
  border-color: rgb(250 34 86 / 0.75) !important;
}
.border-pink-500\/80{
  border-color: rgb(250 34 86 / 0.8) !important;
}
.border-pink-500\/85{
  border-color: rgb(250 34 86 / 0.85) !important;
}
.border-pink-500\/90{
  border-color: rgb(250 34 86 / 0.9) !important;
}
.border-pink-500\/95{
  border-color: rgb(250 34 86 / 0.95) !important;
}
.border-pink-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 22 83 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-600\/0{
  border-color: rgb(232 22 83 / 0) !important;
}
.border-pink-600\/10{
  border-color: rgb(232 22 83 / 0.1) !important;
}
.border-pink-600\/100{
  border-color: rgb(232 22 83 / 1) !important;
}
.border-pink-600\/15{
  border-color: rgb(232 22 83 / 0.15) !important;
}
.border-pink-600\/20{
  border-color: rgb(232 22 83 / 0.2) !important;
}
.border-pink-600\/25{
  border-color: rgb(232 22 83 / 0.25) !important;
}
.border-pink-600\/30{
  border-color: rgb(232 22 83 / 0.3) !important;
}
.border-pink-600\/35{
  border-color: rgb(232 22 83 / 0.35) !important;
}
.border-pink-600\/40{
  border-color: rgb(232 22 83 / 0.4) !important;
}
.border-pink-600\/45{
  border-color: rgb(232 22 83 / 0.45) !important;
}
.border-pink-600\/5{
  border-color: rgb(232 22 83 / 0.05) !important;
}
.border-pink-600\/50{
  border-color: rgb(232 22 83 / 0.5) !important;
}
.border-pink-600\/55{
  border-color: rgb(232 22 83 / 0.55) !important;
}
.border-pink-600\/60{
  border-color: rgb(232 22 83 / 0.6) !important;
}
.border-pink-600\/65{
  border-color: rgb(232 22 83 / 0.65) !important;
}
.border-pink-600\/70{
  border-color: rgb(232 22 83 / 0.7) !important;
}
.border-pink-600\/75{
  border-color: rgb(232 22 83 / 0.75) !important;
}
.border-pink-600\/80{
  border-color: rgb(232 22 83 / 0.8) !important;
}
.border-pink-600\/85{
  border-color: rgb(232 22 83 / 0.85) !important;
}
.border-pink-600\/90{
  border-color: rgb(232 22 83 / 0.9) !important;
}
.border-pink-600\/95{
  border-color: rgb(232 22 83 / 0.95) !important;
}
.border-pink-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 12 70 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-700\/0{
  border-color: rgb(196 12 70 / 0) !important;
}
.border-pink-700\/10{
  border-color: rgb(196 12 70 / 0.1) !important;
}
.border-pink-700\/100{
  border-color: rgb(196 12 70 / 1) !important;
}
.border-pink-700\/15{
  border-color: rgb(196 12 70 / 0.15) !important;
}
.border-pink-700\/20{
  border-color: rgb(196 12 70 / 0.2) !important;
}
.border-pink-700\/25{
  border-color: rgb(196 12 70 / 0.25) !important;
}
.border-pink-700\/30{
  border-color: rgb(196 12 70 / 0.3) !important;
}
.border-pink-700\/35{
  border-color: rgb(196 12 70 / 0.35) !important;
}
.border-pink-700\/40{
  border-color: rgb(196 12 70 / 0.4) !important;
}
.border-pink-700\/45{
  border-color: rgb(196 12 70 / 0.45) !important;
}
.border-pink-700\/5{
  border-color: rgb(196 12 70 / 0.05) !important;
}
.border-pink-700\/50{
  border-color: rgb(196 12 70 / 0.5) !important;
}
.border-pink-700\/55{
  border-color: rgb(196 12 70 / 0.55) !important;
}
.border-pink-700\/60{
  border-color: rgb(196 12 70 / 0.6) !important;
}
.border-pink-700\/65{
  border-color: rgb(196 12 70 / 0.65) !important;
}
.border-pink-700\/70{
  border-color: rgb(196 12 70 / 0.7) !important;
}
.border-pink-700\/75{
  border-color: rgb(196 12 70 / 0.75) !important;
}
.border-pink-700\/80{
  border-color: rgb(196 12 70 / 0.8) !important;
}
.border-pink-700\/85{
  border-color: rgb(196 12 70 / 0.85) !important;
}
.border-pink-700\/90{
  border-color: rgb(196 12 70 / 0.9) !important;
}
.border-pink-700\/95{
  border-color: rgb(196 12 70 / 0.95) !important;
}
.border-pink-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 13 65 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-800\/0{
  border-color: rgb(164 13 65 / 0) !important;
}
.border-pink-800\/10{
  border-color: rgb(164 13 65 / 0.1) !important;
}
.border-pink-800\/100{
  border-color: rgb(164 13 65 / 1) !important;
}
.border-pink-800\/15{
  border-color: rgb(164 13 65 / 0.15) !important;
}
.border-pink-800\/20{
  border-color: rgb(164 13 65 / 0.2) !important;
}
.border-pink-800\/25{
  border-color: rgb(164 13 65 / 0.25) !important;
}
.border-pink-800\/30{
  border-color: rgb(164 13 65 / 0.3) !important;
}
.border-pink-800\/35{
  border-color: rgb(164 13 65 / 0.35) !important;
}
.border-pink-800\/40{
  border-color: rgb(164 13 65 / 0.4) !important;
}
.border-pink-800\/45{
  border-color: rgb(164 13 65 / 0.45) !important;
}
.border-pink-800\/5{
  border-color: rgb(164 13 65 / 0.05) !important;
}
.border-pink-800\/50{
  border-color: rgb(164 13 65 / 0.5) !important;
}
.border-pink-800\/55{
  border-color: rgb(164 13 65 / 0.55) !important;
}
.border-pink-800\/60{
  border-color: rgb(164 13 65 / 0.6) !important;
}
.border-pink-800\/65{
  border-color: rgb(164 13 65 / 0.65) !important;
}
.border-pink-800\/70{
  border-color: rgb(164 13 65 / 0.7) !important;
}
.border-pink-800\/75{
  border-color: rgb(164 13 65 / 0.75) !important;
}
.border-pink-800\/80{
  border-color: rgb(164 13 65 / 0.8) !important;
}
.border-pink-800\/85{
  border-color: rgb(164 13 65 / 0.85) !important;
}
.border-pink-800\/90{
  border-color: rgb(164 13 65 / 0.9) !important;
}
.border-pink-800\/95{
  border-color: rgb(164 13 65 / 0.95) !important;
}
.border-pink-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1)) !important;
}
.border-pink-900\/0{
  border-color: rgb(140 15 62 / 0) !important;
}
.border-pink-900\/10{
  border-color: rgb(140 15 62 / 0.1) !important;
}
.border-pink-900\/100{
  border-color: rgb(140 15 62 / 1) !important;
}
.border-pink-900\/15{
  border-color: rgb(140 15 62 / 0.15) !important;
}
.border-pink-900\/20{
  border-color: rgb(140 15 62 / 0.2) !important;
}
.border-pink-900\/25{
  border-color: rgb(140 15 62 / 0.25) !important;
}
.border-pink-900\/30{
  border-color: rgb(140 15 62 / 0.3) !important;
}
.border-pink-900\/35{
  border-color: rgb(140 15 62 / 0.35) !important;
}
.border-pink-900\/40{
  border-color: rgb(140 15 62 / 0.4) !important;
}
.border-pink-900\/45{
  border-color: rgb(140 15 62 / 0.45) !important;
}
.border-pink-900\/5{
  border-color: rgb(140 15 62 / 0.05) !important;
}
.border-pink-900\/50{
  border-color: rgb(140 15 62 / 0.5) !important;
}
.border-pink-900\/55{
  border-color: rgb(140 15 62 / 0.55) !important;
}
.border-pink-900\/60{
  border-color: rgb(140 15 62 / 0.6) !important;
}
.border-pink-900\/65{
  border-color: rgb(140 15 62 / 0.65) !important;
}
.border-pink-900\/70{
  border-color: rgb(140 15 62 / 0.7) !important;
}
.border-pink-900\/75{
  border-color: rgb(140 15 62 / 0.75) !important;
}
.border-pink-900\/80{
  border-color: rgb(140 15 62 / 0.8) !important;
}
.border-pink-900\/85{
  border-color: rgb(140 15 62 / 0.85) !important;
}
.border-pink-900\/90{
  border-color: rgb(140 15 62 / 0.9) !important;
}
.border-pink-900\/95{
  border-color: rgb(140 15 62 / 0.95) !important;
}
.border-primary-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 228 217 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-100\/0{
  border-color: rgb(232 228 217 / 0) !important;
}
.border-primary-100\/10{
  border-color: rgb(232 228 217 / 0.1) !important;
}
.border-primary-100\/100{
  border-color: rgb(232 228 217 / 1) !important;
}
.border-primary-100\/15{
  border-color: rgb(232 228 217 / 0.15) !important;
}
.border-primary-100\/20{
  border-color: rgb(232 228 217 / 0.2) !important;
}
.border-primary-100\/25{
  border-color: rgb(232 228 217 / 0.25) !important;
}
.border-primary-100\/30{
  border-color: rgb(232 228 217 / 0.3) !important;
}
.border-primary-100\/35{
  border-color: rgb(232 228 217 / 0.35) !important;
}
.border-primary-100\/40{
  border-color: rgb(232 228 217 / 0.4) !important;
}
.border-primary-100\/45{
  border-color: rgb(232 228 217 / 0.45) !important;
}
.border-primary-100\/5{
  border-color: rgb(232 228 217 / 0.05) !important;
}
.border-primary-100\/50{
  border-color: rgb(232 228 217 / 0.5) !important;
}
.border-primary-100\/55{
  border-color: rgb(232 228 217 / 0.55) !important;
}
.border-primary-100\/60{
  border-color: rgb(232 228 217 / 0.6) !important;
}
.border-primary-100\/65{
  border-color: rgb(232 228 217 / 0.65) !important;
}
.border-primary-100\/70{
  border-color: rgb(232 228 217 / 0.7) !important;
}
.border-primary-100\/75{
  border-color: rgb(232 228 217 / 0.75) !important;
}
.border-primary-100\/80{
  border-color: rgb(232 228 217 / 0.8) !important;
}
.border-primary-100\/85{
  border-color: rgb(232 228 217 / 0.85) !important;
}
.border-primary-100\/90{
  border-color: rgb(232 228 217 / 0.9) !important;
}
.border-primary-100\/95{
  border-color: rgb(232 228 217 / 0.95) !important;
}
.border-primary-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 200 181 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-200\/0{
  border-color: rgb(211 200 181 / 0) !important;
}
.border-primary-200\/10{
  border-color: rgb(211 200 181 / 0.1) !important;
}
.border-primary-200\/100{
  border-color: rgb(211 200 181 / 1) !important;
}
.border-primary-200\/15{
  border-color: rgb(211 200 181 / 0.15) !important;
}
.border-primary-200\/20{
  border-color: rgb(211 200 181 / 0.2) !important;
}
.border-primary-200\/25{
  border-color: rgb(211 200 181 / 0.25) !important;
}
.border-primary-200\/30{
  border-color: rgb(211 200 181 / 0.3) !important;
}
.border-primary-200\/35{
  border-color: rgb(211 200 181 / 0.35) !important;
}
.border-primary-200\/40{
  border-color: rgb(211 200 181 / 0.4) !important;
}
.border-primary-200\/45{
  border-color: rgb(211 200 181 / 0.45) !important;
}
.border-primary-200\/5{
  border-color: rgb(211 200 181 / 0.05) !important;
}
.border-primary-200\/50{
  border-color: rgb(211 200 181 / 0.5) !important;
}
.border-primary-200\/55{
  border-color: rgb(211 200 181 / 0.55) !important;
}
.border-primary-200\/60{
  border-color: rgb(211 200 181 / 0.6) !important;
}
.border-primary-200\/65{
  border-color: rgb(211 200 181 / 0.65) !important;
}
.border-primary-200\/70{
  border-color: rgb(211 200 181 / 0.7) !important;
}
.border-primary-200\/75{
  border-color: rgb(211 200 181 / 0.75) !important;
}
.border-primary-200\/80{
  border-color: rgb(211 200 181 / 0.8) !important;
}
.border-primary-200\/85{
  border-color: rgb(211 200 181 / 0.85) !important;
}
.border-primary-200\/90{
  border-color: rgb(211 200 181 / 0.9) !important;
}
.border-primary-200\/95{
  border-color: rgb(211 200 181 / 0.95) !important;
}
.border-primary-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 167 139 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-300\/0{
  border-color: rgb(185 167 139 / 0) !important;
}
.border-primary-300\/10{
  border-color: rgb(185 167 139 / 0.1) !important;
}
.border-primary-300\/100{
  border-color: rgb(185 167 139 / 1) !important;
}
.border-primary-300\/15{
  border-color: rgb(185 167 139 / 0.15) !important;
}
.border-primary-300\/20{
  border-color: rgb(185 167 139 / 0.2) !important;
}
.border-primary-300\/25{
  border-color: rgb(185 167 139 / 0.25) !important;
}
.border-primary-300\/30{
  border-color: rgb(185 167 139 / 0.3) !important;
}
.border-primary-300\/35{
  border-color: rgb(185 167 139 / 0.35) !important;
}
.border-primary-300\/40{
  border-color: rgb(185 167 139 / 0.4) !important;
}
.border-primary-300\/45{
  border-color: rgb(185 167 139 / 0.45) !important;
}
.border-primary-300\/5{
  border-color: rgb(185 167 139 / 0.05) !important;
}
.border-primary-300\/50{
  border-color: rgb(185 167 139 / 0.5) !important;
}
.border-primary-300\/55{
  border-color: rgb(185 167 139 / 0.55) !important;
}
.border-primary-300\/60{
  border-color: rgb(185 167 139 / 0.6) !important;
}
.border-primary-300\/65{
  border-color: rgb(185 167 139 / 0.65) !important;
}
.border-primary-300\/70{
  border-color: rgb(185 167 139 / 0.7) !important;
}
.border-primary-300\/75{
  border-color: rgb(185 167 139 / 0.75) !important;
}
.border-primary-300\/80{
  border-color: rgb(185 167 139 / 0.8) !important;
}
.border-primary-300\/85{
  border-color: rgb(185 167 139 / 0.85) !important;
}
.border-primary-300\/90{
  border-color: rgb(185 167 139 / 0.9) !important;
}
.border-primary-300\/95{
  border-color: rgb(185 167 139 / 0.95) !important;
}
.border-primary-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 139 106 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-400\/0{
  border-color: rgb(165 139 106 / 0) !important;
}
.border-primary-400\/10{
  border-color: rgb(165 139 106 / 0.1) !important;
}
.border-primary-400\/100{
  border-color: rgb(165 139 106 / 1) !important;
}
.border-primary-400\/15{
  border-color: rgb(165 139 106 / 0.15) !important;
}
.border-primary-400\/20{
  border-color: rgb(165 139 106 / 0.2) !important;
}
.border-primary-400\/25{
  border-color: rgb(165 139 106 / 0.25) !important;
}
.border-primary-400\/30{
  border-color: rgb(165 139 106 / 0.3) !important;
}
.border-primary-400\/35{
  border-color: rgb(165 139 106 / 0.35) !important;
}
.border-primary-400\/40{
  border-color: rgb(165 139 106 / 0.4) !important;
}
.border-primary-400\/45{
  border-color: rgb(165 139 106 / 0.45) !important;
}
.border-primary-400\/5{
  border-color: rgb(165 139 106 / 0.05) !important;
}
.border-primary-400\/50{
  border-color: rgb(165 139 106 / 0.5) !important;
}
.border-primary-400\/55{
  border-color: rgb(165 139 106 / 0.55) !important;
}
.border-primary-400\/60{
  border-color: rgb(165 139 106 / 0.6) !important;
}
.border-primary-400\/65{
  border-color: rgb(165 139 106 / 0.65) !important;
}
.border-primary-400\/70{
  border-color: rgb(165 139 106 / 0.7) !important;
}
.border-primary-400\/75{
  border-color: rgb(165 139 106 / 0.75) !important;
}
.border-primary-400\/80{
  border-color: rgb(165 139 106 / 0.8) !important;
}
.border-primary-400\/85{
  border-color: rgb(165 139 106 / 0.85) !important;
}
.border-primary-400\/90{
  border-color: rgb(165 139 106 / 0.9) !important;
}
.border-primary-400\/95{
  border-color: rgb(165 139 106 / 0.95) !important;
}
.border-primary-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 244 240 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-50\/0{
  border-color: rgb(246 244 240 / 0) !important;
}
.border-primary-50\/10{
  border-color: rgb(246 244 240 / 0.1) !important;
}
.border-primary-50\/100{
  border-color: rgb(246 244 240 / 1) !important;
}
.border-primary-50\/15{
  border-color: rgb(246 244 240 / 0.15) !important;
}
.border-primary-50\/20{
  border-color: rgb(246 244 240 / 0.2) !important;
}
.border-primary-50\/25{
  border-color: rgb(246 244 240 / 0.25) !important;
}
.border-primary-50\/30{
  border-color: rgb(246 244 240 / 0.3) !important;
}
.border-primary-50\/35{
  border-color: rgb(246 244 240 / 0.35) !important;
}
.border-primary-50\/40{
  border-color: rgb(246 244 240 / 0.4) !important;
}
.border-primary-50\/45{
  border-color: rgb(246 244 240 / 0.45) !important;
}
.border-primary-50\/5{
  border-color: rgb(246 244 240 / 0.05) !important;
}
.border-primary-50\/50{
  border-color: rgb(246 244 240 / 0.5) !important;
}
.border-primary-50\/55{
  border-color: rgb(246 244 240 / 0.55) !important;
}
.border-primary-50\/60{
  border-color: rgb(246 244 240 / 0.6) !important;
}
.border-primary-50\/65{
  border-color: rgb(246 244 240 / 0.65) !important;
}
.border-primary-50\/70{
  border-color: rgb(246 244 240 / 0.7) !important;
}
.border-primary-50\/75{
  border-color: rgb(246 244 240 / 0.75) !important;
}
.border-primary-50\/80{
  border-color: rgb(246 244 240 / 0.8) !important;
}
.border-primary-50\/85{
  border-color: rgb(246 244 240 / 0.85) !important;
}
.border-primary-50\/90{
  border-color: rgb(246 244 240 / 0.9) !important;
}
.border-primary-50\/95{
  border-color: rgb(246 244 240 / 0.95) !important;
}
.border-primary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-500\/0{
  border-color: rgb(157 128 96 / 0) !important;
}
.border-primary-500\/10{
  border-color: rgb(157 128 96 / 0.1) !important;
}
.border-primary-500\/100{
  border-color: rgb(157 128 96 / 1) !important;
}
.border-primary-500\/15{
  border-color: rgb(157 128 96 / 0.15) !important;
}
.border-primary-500\/20{
  border-color: rgb(157 128 96 / 0.2) !important;
}
.border-primary-500\/25{
  border-color: rgb(157 128 96 / 0.25) !important;
}
.border-primary-500\/30{
  border-color: rgb(157 128 96 / 0.3) !important;
}
.border-primary-500\/35{
  border-color: rgb(157 128 96 / 0.35) !important;
}
.border-primary-500\/40{
  border-color: rgb(157 128 96 / 0.4) !important;
}
.border-primary-500\/45{
  border-color: rgb(157 128 96 / 0.45) !important;
}
.border-primary-500\/5{
  border-color: rgb(157 128 96 / 0.05) !important;
}
.border-primary-500\/50{
  border-color: rgb(157 128 96 / 0.5) !important;
}
.border-primary-500\/55{
  border-color: rgb(157 128 96 / 0.55) !important;
}
.border-primary-500\/60{
  border-color: rgb(157 128 96 / 0.6) !important;
}
.border-primary-500\/65{
  border-color: rgb(157 128 96 / 0.65) !important;
}
.border-primary-500\/70{
  border-color: rgb(157 128 96 / 0.7) !important;
}
.border-primary-500\/75{
  border-color: rgb(157 128 96 / 0.75) !important;
}
.border-primary-500\/80{
  border-color: rgb(157 128 96 / 0.8) !important;
}
.border-primary-500\/85{
  border-color: rgb(157 128 96 / 0.85) !important;
}
.border-primary-500\/90{
  border-color: rgb(157 128 96 / 0.9) !important;
}
.border-primary-500\/95{
  border-color: rgb(157 128 96 / 0.95) !important;
}
.border-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(129 100 77 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-600\/0{
  border-color: rgb(129 100 77 / 0) !important;
}
.border-primary-600\/10{
  border-color: rgb(129 100 77 / 0.1) !important;
}
.border-primary-600\/100{
  border-color: rgb(129 100 77 / 1) !important;
}
.border-primary-600\/15{
  border-color: rgb(129 100 77 / 0.15) !important;
}
.border-primary-600\/20{
  border-color: rgb(129 100 77 / 0.2) !important;
}
.border-primary-600\/25{
  border-color: rgb(129 100 77 / 0.25) !important;
}
.border-primary-600\/30{
  border-color: rgb(129 100 77 / 0.3) !important;
}
.border-primary-600\/35{
  border-color: rgb(129 100 77 / 0.35) !important;
}
.border-primary-600\/40{
  border-color: rgb(129 100 77 / 0.4) !important;
}
.border-primary-600\/45{
  border-color: rgb(129 100 77 / 0.45) !important;
}
.border-primary-600\/5{
  border-color: rgb(129 100 77 / 0.05) !important;
}
.border-primary-600\/50{
  border-color: rgb(129 100 77 / 0.5) !important;
}
.border-primary-600\/55{
  border-color: rgb(129 100 77 / 0.55) !important;
}
.border-primary-600\/60{
  border-color: rgb(129 100 77 / 0.6) !important;
}
.border-primary-600\/65{
  border-color: rgb(129 100 77 / 0.65) !important;
}
.border-primary-600\/70{
  border-color: rgb(129 100 77 / 0.7) !important;
}
.border-primary-600\/75{
  border-color: rgb(129 100 77 / 0.75) !important;
}
.border-primary-600\/80{
  border-color: rgb(129 100 77 / 0.8) !important;
}
.border-primary-600\/85{
  border-color: rgb(129 100 77 / 0.85) !important;
}
.border-primary-600\/90{
  border-color: rgb(129 100 77 / 0.9) !important;
}
.border-primary-600\/95{
  border-color: rgb(129 100 77 / 0.95) !important;
}
.border-primary-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(104 79 64 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-700\/0{
  border-color: rgb(104 79 64 / 0) !important;
}
.border-primary-700\/10{
  border-color: rgb(104 79 64 / 0.1) !important;
}
.border-primary-700\/100{
  border-color: rgb(104 79 64 / 1) !important;
}
.border-primary-700\/15{
  border-color: rgb(104 79 64 / 0.15) !important;
}
.border-primary-700\/20{
  border-color: rgb(104 79 64 / 0.2) !important;
}
.border-primary-700\/25{
  border-color: rgb(104 79 64 / 0.25) !important;
}
.border-primary-700\/30{
  border-color: rgb(104 79 64 / 0.3) !important;
}
.border-primary-700\/35{
  border-color: rgb(104 79 64 / 0.35) !important;
}
.border-primary-700\/40{
  border-color: rgb(104 79 64 / 0.4) !important;
}
.border-primary-700\/45{
  border-color: rgb(104 79 64 / 0.45) !important;
}
.border-primary-700\/5{
  border-color: rgb(104 79 64 / 0.05) !important;
}
.border-primary-700\/50{
  border-color: rgb(104 79 64 / 0.5) !important;
}
.border-primary-700\/55{
  border-color: rgb(104 79 64 / 0.55) !important;
}
.border-primary-700\/60{
  border-color: rgb(104 79 64 / 0.6) !important;
}
.border-primary-700\/65{
  border-color: rgb(104 79 64 / 0.65) !important;
}
.border-primary-700\/70{
  border-color: rgb(104 79 64 / 0.7) !important;
}
.border-primary-700\/75{
  border-color: rgb(104 79 64 / 0.75) !important;
}
.border-primary-700\/80{
  border-color: rgb(104 79 64 / 0.8) !important;
}
.border-primary-700\/85{
  border-color: rgb(104 79 64 / 0.85) !important;
}
.border-primary-700\/90{
  border-color: rgb(104 79 64 / 0.9) !important;
}
.border-primary-700\/95{
  border-color: rgb(104 79 64 / 0.95) !important;
}
.border-primary-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 67 58 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-800\/0{
  border-color: rgb(89 67 58 / 0) !important;
}
.border-primary-800\/10{
  border-color: rgb(89 67 58 / 0.1) !important;
}
.border-primary-800\/100{
  border-color: rgb(89 67 58 / 1) !important;
}
.border-primary-800\/15{
  border-color: rgb(89 67 58 / 0.15) !important;
}
.border-primary-800\/20{
  border-color: rgb(89 67 58 / 0.2) !important;
}
.border-primary-800\/25{
  border-color: rgb(89 67 58 / 0.25) !important;
}
.border-primary-800\/30{
  border-color: rgb(89 67 58 / 0.3) !important;
}
.border-primary-800\/35{
  border-color: rgb(89 67 58 / 0.35) !important;
}
.border-primary-800\/40{
  border-color: rgb(89 67 58 / 0.4) !important;
}
.border-primary-800\/45{
  border-color: rgb(89 67 58 / 0.45) !important;
}
.border-primary-800\/5{
  border-color: rgb(89 67 58 / 0.05) !important;
}
.border-primary-800\/50{
  border-color: rgb(89 67 58 / 0.5) !important;
}
.border-primary-800\/55{
  border-color: rgb(89 67 58 / 0.55) !important;
}
.border-primary-800\/60{
  border-color: rgb(89 67 58 / 0.6) !important;
}
.border-primary-800\/65{
  border-color: rgb(89 67 58 / 0.65) !important;
}
.border-primary-800\/70{
  border-color: rgb(89 67 58 / 0.7) !important;
}
.border-primary-800\/75{
  border-color: rgb(89 67 58 / 0.75) !important;
}
.border-primary-800\/80{
  border-color: rgb(89 67 58 / 0.8) !important;
}
.border-primary-800\/85{
  border-color: rgb(89 67 58 / 0.85) !important;
}
.border-primary-800\/90{
  border-color: rgb(89 67 58 / 0.9) !important;
}
.border-primary-800\/95{
  border-color: rgb(89 67 58 / 0.95) !important;
}
.border-primary-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 59 53 / var(--tw-border-opacity, 1)) !important;
}
.border-primary-900\/0{
  border-color: rgb(78 59 53 / 0) !important;
}
.border-primary-900\/10{
  border-color: rgb(78 59 53 / 0.1) !important;
}
.border-primary-900\/100{
  border-color: rgb(78 59 53 / 1) !important;
}
.border-primary-900\/15{
  border-color: rgb(78 59 53 / 0.15) !important;
}
.border-primary-900\/20{
  border-color: rgb(78 59 53 / 0.2) !important;
}
.border-primary-900\/25{
  border-color: rgb(78 59 53 / 0.25) !important;
}
.border-primary-900\/30{
  border-color: rgb(78 59 53 / 0.3) !important;
}
.border-primary-900\/35{
  border-color: rgb(78 59 53 / 0.35) !important;
}
.border-primary-900\/40{
  border-color: rgb(78 59 53 / 0.4) !important;
}
.border-primary-900\/45{
  border-color: rgb(78 59 53 / 0.45) !important;
}
.border-primary-900\/5{
  border-color: rgb(78 59 53 / 0.05) !important;
}
.border-primary-900\/50{
  border-color: rgb(78 59 53 / 0.5) !important;
}
.border-primary-900\/55{
  border-color: rgb(78 59 53 / 0.55) !important;
}
.border-primary-900\/60{
  border-color: rgb(78 59 53 / 0.6) !important;
}
.border-primary-900\/65{
  border-color: rgb(78 59 53 / 0.65) !important;
}
.border-primary-900\/70{
  border-color: rgb(78 59 53 / 0.7) !important;
}
.border-primary-900\/75{
  border-color: rgb(78 59 53 / 0.75) !important;
}
.border-primary-900\/80{
  border-color: rgb(78 59 53 / 0.8) !important;
}
.border-primary-900\/85{
  border-color: rgb(78 59 53 / 0.85) !important;
}
.border-primary-900\/90{
  border-color: rgb(78 59 53 / 0.9) !important;
}
.border-primary-900\/95{
  border-color: rgb(78 59 53 / 0.95) !important;
}
.border-purple-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 232 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-100\/0{
  border-color: rgb(238 232 255 / 0) !important;
}
.border-purple-100\/10{
  border-color: rgb(238 232 255 / 0.1) !important;
}
.border-purple-100\/100{
  border-color: rgb(238 232 255 / 1) !important;
}
.border-purple-100\/15{
  border-color: rgb(238 232 255 / 0.15) !important;
}
.border-purple-100\/20{
  border-color: rgb(238 232 255 / 0.2) !important;
}
.border-purple-100\/25{
  border-color: rgb(238 232 255 / 0.25) !important;
}
.border-purple-100\/30{
  border-color: rgb(238 232 255 / 0.3) !important;
}
.border-purple-100\/35{
  border-color: rgb(238 232 255 / 0.35) !important;
}
.border-purple-100\/40{
  border-color: rgb(238 232 255 / 0.4) !important;
}
.border-purple-100\/45{
  border-color: rgb(238 232 255 / 0.45) !important;
}
.border-purple-100\/5{
  border-color: rgb(238 232 255 / 0.05) !important;
}
.border-purple-100\/50{
  border-color: rgb(238 232 255 / 0.5) !important;
}
.border-purple-100\/55{
  border-color: rgb(238 232 255 / 0.55) !important;
}
.border-purple-100\/60{
  border-color: rgb(238 232 255 / 0.6) !important;
}
.border-purple-100\/65{
  border-color: rgb(238 232 255 / 0.65) !important;
}
.border-purple-100\/70{
  border-color: rgb(238 232 255 / 0.7) !important;
}
.border-purple-100\/75{
  border-color: rgb(238 232 255 / 0.75) !important;
}
.border-purple-100\/80{
  border-color: rgb(238 232 255 / 0.8) !important;
}
.border-purple-100\/85{
  border-color: rgb(238 232 255 / 0.85) !important;
}
.border-purple-100\/90{
  border-color: rgb(238 232 255 / 0.9) !important;
}
.border-purple-100\/95{
  border-color: rgb(238 232 255 / 0.95) !important;
}
.border-purple-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 212 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-200\/0{
  border-color: rgb(223 212 255 / 0) !important;
}
.border-purple-200\/10{
  border-color: rgb(223 212 255 / 0.1) !important;
}
.border-purple-200\/100{
  border-color: rgb(223 212 255 / 1) !important;
}
.border-purple-200\/15{
  border-color: rgb(223 212 255 / 0.15) !important;
}
.border-purple-200\/20{
  border-color: rgb(223 212 255 / 0.2) !important;
}
.border-purple-200\/25{
  border-color: rgb(223 212 255 / 0.25) !important;
}
.border-purple-200\/30{
  border-color: rgb(223 212 255 / 0.3) !important;
}
.border-purple-200\/35{
  border-color: rgb(223 212 255 / 0.35) !important;
}
.border-purple-200\/40{
  border-color: rgb(223 212 255 / 0.4) !important;
}
.border-purple-200\/45{
  border-color: rgb(223 212 255 / 0.45) !important;
}
.border-purple-200\/5{
  border-color: rgb(223 212 255 / 0.05) !important;
}
.border-purple-200\/50{
  border-color: rgb(223 212 255 / 0.5) !important;
}
.border-purple-200\/55{
  border-color: rgb(223 212 255 / 0.55) !important;
}
.border-purple-200\/60{
  border-color: rgb(223 212 255 / 0.6) !important;
}
.border-purple-200\/65{
  border-color: rgb(223 212 255 / 0.65) !important;
}
.border-purple-200\/70{
  border-color: rgb(223 212 255 / 0.7) !important;
}
.border-purple-200\/75{
  border-color: rgb(223 212 255 / 0.75) !important;
}
.border-purple-200\/80{
  border-color: rgb(223 212 255 / 0.8) !important;
}
.border-purple-200\/85{
  border-color: rgb(223 212 255 / 0.85) !important;
}
.border-purple-200\/90{
  border-color: rgb(223 212 255 / 0.9) !important;
}
.border-purple-200\/95{
  border-color: rgb(223 212 255 / 0.95) !important;
}
.border-purple-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 178 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-300\/0{
  border-color: rgb(199 178 255 / 0) !important;
}
.border-purple-300\/10{
  border-color: rgb(199 178 255 / 0.1) !important;
}
.border-purple-300\/100{
  border-color: rgb(199 178 255 / 1) !important;
}
.border-purple-300\/15{
  border-color: rgb(199 178 255 / 0.15) !important;
}
.border-purple-300\/20{
  border-color: rgb(199 178 255 / 0.2) !important;
}
.border-purple-300\/25{
  border-color: rgb(199 178 255 / 0.25) !important;
}
.border-purple-300\/30{
  border-color: rgb(199 178 255 / 0.3) !important;
}
.border-purple-300\/35{
  border-color: rgb(199 178 255 / 0.35) !important;
}
.border-purple-300\/40{
  border-color: rgb(199 178 255 / 0.4) !important;
}
.border-purple-300\/45{
  border-color: rgb(199 178 255 / 0.45) !important;
}
.border-purple-300\/5{
  border-color: rgb(199 178 255 / 0.05) !important;
}
.border-purple-300\/50{
  border-color: rgb(199 178 255 / 0.5) !important;
}
.border-purple-300\/55{
  border-color: rgb(199 178 255 / 0.55) !important;
}
.border-purple-300\/60{
  border-color: rgb(199 178 255 / 0.6) !important;
}
.border-purple-300\/65{
  border-color: rgb(199 178 255 / 0.65) !important;
}
.border-purple-300\/70{
  border-color: rgb(199 178 255 / 0.7) !important;
}
.border-purple-300\/75{
  border-color: rgb(199 178 255 / 0.75) !important;
}
.border-purple-300\/80{
  border-color: rgb(199 178 255 / 0.8) !important;
}
.border-purple-300\/85{
  border-color: rgb(199 178 255 / 0.85) !important;
}
.border-purple-300\/90{
  border-color: rgb(199 178 255 / 0.9) !important;
}
.border-purple-300\/95{
  border-color: rgb(199 178 255 / 0.95) !important;
}
.border-purple-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 117 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-400\/0{
  border-color: rgb(161 117 255 / 0) !important;
}
.border-purple-400\/10{
  border-color: rgb(161 117 255 / 0.1) !important;
}
.border-purple-400\/100{
  border-color: rgb(161 117 255 / 1) !important;
}
.border-purple-400\/15{
  border-color: rgb(161 117 255 / 0.15) !important;
}
.border-purple-400\/20{
  border-color: rgb(161 117 255 / 0.2) !important;
}
.border-purple-400\/25{
  border-color: rgb(161 117 255 / 0.25) !important;
}
.border-purple-400\/30{
  border-color: rgb(161 117 255 / 0.3) !important;
}
.border-purple-400\/35{
  border-color: rgb(161 117 255 / 0.35) !important;
}
.border-purple-400\/40{
  border-color: rgb(161 117 255 / 0.4) !important;
}
.border-purple-400\/45{
  border-color: rgb(161 117 255 / 0.45) !important;
}
.border-purple-400\/5{
  border-color: rgb(161 117 255 / 0.05) !important;
}
.border-purple-400\/50{
  border-color: rgb(161 117 255 / 0.5) !important;
}
.border-purple-400\/55{
  border-color: rgb(161 117 255 / 0.55) !important;
}
.border-purple-400\/60{
  border-color: rgb(161 117 255 / 0.6) !important;
}
.border-purple-400\/65{
  border-color: rgb(161 117 255 / 0.65) !important;
}
.border-purple-400\/70{
  border-color: rgb(161 117 255 / 0.7) !important;
}
.border-purple-400\/75{
  border-color: rgb(161 117 255 / 0.75) !important;
}
.border-purple-400\/80{
  border-color: rgb(161 117 255 / 0.8) !important;
}
.border-purple-400\/85{
  border-color: rgb(161 117 255 / 0.85) !important;
}
.border-purple-400\/90{
  border-color: rgb(161 117 255 / 0.9) !important;
}
.border-purple-400\/95{
  border-color: rgb(161 117 255 / 0.95) !important;
}
.border-purple-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 242 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-50\/0{
  border-color: rgb(246 242 255 / 0) !important;
}
.border-purple-50\/10{
  border-color: rgb(246 242 255 / 0.1) !important;
}
.border-purple-50\/100{
  border-color: rgb(246 242 255 / 1) !important;
}
.border-purple-50\/15{
  border-color: rgb(246 242 255 / 0.15) !important;
}
.border-purple-50\/20{
  border-color: rgb(246 242 255 / 0.2) !important;
}
.border-purple-50\/25{
  border-color: rgb(246 242 255 / 0.25) !important;
}
.border-purple-50\/30{
  border-color: rgb(246 242 255 / 0.3) !important;
}
.border-purple-50\/35{
  border-color: rgb(246 242 255 / 0.35) !important;
}
.border-purple-50\/40{
  border-color: rgb(246 242 255 / 0.4) !important;
}
.border-purple-50\/45{
  border-color: rgb(246 242 255 / 0.45) !important;
}
.border-purple-50\/5{
  border-color: rgb(246 242 255 / 0.05) !important;
}
.border-purple-50\/50{
  border-color: rgb(246 242 255 / 0.5) !important;
}
.border-purple-50\/55{
  border-color: rgb(246 242 255 / 0.55) !important;
}
.border-purple-50\/60{
  border-color: rgb(246 242 255 / 0.6) !important;
}
.border-purple-50\/65{
  border-color: rgb(246 242 255 / 0.65) !important;
}
.border-purple-50\/70{
  border-color: rgb(246 242 255 / 0.7) !important;
}
.border-purple-50\/75{
  border-color: rgb(246 242 255 / 0.75) !important;
}
.border-purple-50\/80{
  border-color: rgb(246 242 255 / 0.8) !important;
}
.border-purple-50\/85{
  border-color: rgb(246 242 255 / 0.85) !important;
}
.border-purple-50\/90{
  border-color: rgb(246 242 255 / 0.9) !important;
}
.border-purple-50\/95{
  border-color: rgb(246 242 255 / 0.95) !important;
}
.border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 117 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-500\/0{
  border-color: rgb(161 117 255 / 0) !important;
}
.border-purple-500\/10{
  border-color: rgb(161 117 255 / 0.1) !important;
}
.border-purple-500\/100{
  border-color: rgb(161 117 255 / 1) !important;
}
.border-purple-500\/15{
  border-color: rgb(161 117 255 / 0.15) !important;
}
.border-purple-500\/20{
  border-color: rgb(161 117 255 / 0.2) !important;
}
.border-purple-500\/25{
  border-color: rgb(161 117 255 / 0.25) !important;
}
.border-purple-500\/30{
  border-color: rgb(161 117 255 / 0.3) !important;
}
.border-purple-500\/35{
  border-color: rgb(161 117 255 / 0.35) !important;
}
.border-purple-500\/40{
  border-color: rgb(161 117 255 / 0.4) !important;
}
.border-purple-500\/45{
  border-color: rgb(161 117 255 / 0.45) !important;
}
.border-purple-500\/5{
  border-color: rgb(161 117 255 / 0.05) !important;
}
.border-purple-500\/50{
  border-color: rgb(161 117 255 / 0.5) !important;
}
.border-purple-500\/55{
  border-color: rgb(161 117 255 / 0.55) !important;
}
.border-purple-500\/60{
  border-color: rgb(161 117 255 / 0.6) !important;
}
.border-purple-500\/65{
  border-color: rgb(161 117 255 / 0.65) !important;
}
.border-purple-500\/70{
  border-color: rgb(161 117 255 / 0.7) !important;
}
.border-purple-500\/75{
  border-color: rgb(161 117 255 / 0.75) !important;
}
.border-purple-500\/80{
  border-color: rgb(161 117 255 / 0.8) !important;
}
.border-purple-500\/85{
  border-color: rgb(161 117 255 / 0.85) !important;
}
.border-purple-500\/90{
  border-color: rgb(161 117 255 / 0.9) !important;
}
.border-purple-500\/95{
  border-color: rgb(161 117 255 / 0.95) !important;
}
.border-purple-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 50 245 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-600\/0{
  border-color: rgb(135 50 245 / 0) !important;
}
.border-purple-600\/10{
  border-color: rgb(135 50 245 / 0.1) !important;
}
.border-purple-600\/100{
  border-color: rgb(135 50 245 / 1) !important;
}
.border-purple-600\/15{
  border-color: rgb(135 50 245 / 0.15) !important;
}
.border-purple-600\/20{
  border-color: rgb(135 50 245 / 0.2) !important;
}
.border-purple-600\/25{
  border-color: rgb(135 50 245 / 0.25) !important;
}
.border-purple-600\/30{
  border-color: rgb(135 50 245 / 0.3) !important;
}
.border-purple-600\/35{
  border-color: rgb(135 50 245 / 0.35) !important;
}
.border-purple-600\/40{
  border-color: rgb(135 50 245 / 0.4) !important;
}
.border-purple-600\/45{
  border-color: rgb(135 50 245 / 0.45) !important;
}
.border-purple-600\/5{
  border-color: rgb(135 50 245 / 0.05) !important;
}
.border-purple-600\/50{
  border-color: rgb(135 50 245 / 0.5) !important;
}
.border-purple-600\/55{
  border-color: rgb(135 50 245 / 0.55) !important;
}
.border-purple-600\/60{
  border-color: rgb(135 50 245 / 0.6) !important;
}
.border-purple-600\/65{
  border-color: rgb(135 50 245 / 0.65) !important;
}
.border-purple-600\/70{
  border-color: rgb(135 50 245 / 0.7) !important;
}
.border-purple-600\/75{
  border-color: rgb(135 50 245 / 0.75) !important;
}
.border-purple-600\/80{
  border-color: rgb(135 50 245 / 0.8) !important;
}
.border-purple-600\/85{
  border-color: rgb(135 50 245 / 0.85) !important;
}
.border-purple-600\/90{
  border-color: rgb(135 50 245 / 0.9) !important;
}
.border-purple-600\/95{
  border-color: rgb(135 50 245 / 0.95) !important;
}
.border-purple-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 32 225 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-700\/0{
  border-color: rgb(120 32 225 / 0) !important;
}
.border-purple-700\/10{
  border-color: rgb(120 32 225 / 0.1) !important;
}
.border-purple-700\/100{
  border-color: rgb(120 32 225 / 1) !important;
}
.border-purple-700\/15{
  border-color: rgb(120 32 225 / 0.15) !important;
}
.border-purple-700\/20{
  border-color: rgb(120 32 225 / 0.2) !important;
}
.border-purple-700\/25{
  border-color: rgb(120 32 225 / 0.25) !important;
}
.border-purple-700\/30{
  border-color: rgb(120 32 225 / 0.3) !important;
}
.border-purple-700\/35{
  border-color: rgb(120 32 225 / 0.35) !important;
}
.border-purple-700\/40{
  border-color: rgb(120 32 225 / 0.4) !important;
}
.border-purple-700\/45{
  border-color: rgb(120 32 225 / 0.45) !important;
}
.border-purple-700\/5{
  border-color: rgb(120 32 225 / 0.05) !important;
}
.border-purple-700\/50{
  border-color: rgb(120 32 225 / 0.5) !important;
}
.border-purple-700\/55{
  border-color: rgb(120 32 225 / 0.55) !important;
}
.border-purple-700\/60{
  border-color: rgb(120 32 225 / 0.6) !important;
}
.border-purple-700\/65{
  border-color: rgb(120 32 225 / 0.65) !important;
}
.border-purple-700\/70{
  border-color: rgb(120 32 225 / 0.7) !important;
}
.border-purple-700\/75{
  border-color: rgb(120 32 225 / 0.75) !important;
}
.border-purple-700\/80{
  border-color: rgb(120 32 225 / 0.8) !important;
}
.border-purple-700\/85{
  border-color: rgb(120 32 225 / 0.85) !important;
}
.border-purple-700\/90{
  border-color: rgb(120 32 225 / 0.9) !important;
}
.border-purple-700\/95{
  border-color: rgb(120 32 225 / 0.95) !important;
}
.border-purple-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 26 189 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-800\/0{
  border-color: rgb(101 26 189 / 0) !important;
}
.border-purple-800\/10{
  border-color: rgb(101 26 189 / 0.1) !important;
}
.border-purple-800\/100{
  border-color: rgb(101 26 189 / 1) !important;
}
.border-purple-800\/15{
  border-color: rgb(101 26 189 / 0.15) !important;
}
.border-purple-800\/20{
  border-color: rgb(101 26 189 / 0.2) !important;
}
.border-purple-800\/25{
  border-color: rgb(101 26 189 / 0.25) !important;
}
.border-purple-800\/30{
  border-color: rgb(101 26 189 / 0.3) !important;
}
.border-purple-800\/35{
  border-color: rgb(101 26 189 / 0.35) !important;
}
.border-purple-800\/40{
  border-color: rgb(101 26 189 / 0.4) !important;
}
.border-purple-800\/45{
  border-color: rgb(101 26 189 / 0.45) !important;
}
.border-purple-800\/5{
  border-color: rgb(101 26 189 / 0.05) !important;
}
.border-purple-800\/50{
  border-color: rgb(101 26 189 / 0.5) !important;
}
.border-purple-800\/55{
  border-color: rgb(101 26 189 / 0.55) !important;
}
.border-purple-800\/60{
  border-color: rgb(101 26 189 / 0.6) !important;
}
.border-purple-800\/65{
  border-color: rgb(101 26 189 / 0.65) !important;
}
.border-purple-800\/70{
  border-color: rgb(101 26 189 / 0.7) !important;
}
.border-purple-800\/75{
  border-color: rgb(101 26 189 / 0.75) !important;
}
.border-purple-800\/80{
  border-color: rgb(101 26 189 / 0.8) !important;
}
.border-purple-800\/85{
  border-color: rgb(101 26 189 / 0.85) !important;
}
.border-purple-800\/90{
  border-color: rgb(101 26 189 / 0.9) !important;
}
.border-purple-800\/95{
  border-color: rgb(101 26 189 / 0.95) !important;
}
.border-purple-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 24 154 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-900\/0{
  border-color: rgb(84 24 154 / 0) !important;
}
.border-purple-900\/10{
  border-color: rgb(84 24 154 / 0.1) !important;
}
.border-purple-900\/100{
  border-color: rgb(84 24 154 / 1) !important;
}
.border-purple-900\/15{
  border-color: rgb(84 24 154 / 0.15) !important;
}
.border-purple-900\/20{
  border-color: rgb(84 24 154 / 0.2) !important;
}
.border-purple-900\/25{
  border-color: rgb(84 24 154 / 0.25) !important;
}
.border-purple-900\/30{
  border-color: rgb(84 24 154 / 0.3) !important;
}
.border-purple-900\/35{
  border-color: rgb(84 24 154 / 0.35) !important;
}
.border-purple-900\/40{
  border-color: rgb(84 24 154 / 0.4) !important;
}
.border-purple-900\/45{
  border-color: rgb(84 24 154 / 0.45) !important;
}
.border-purple-900\/5{
  border-color: rgb(84 24 154 / 0.05) !important;
}
.border-purple-900\/50{
  border-color: rgb(84 24 154 / 0.5) !important;
}
.border-purple-900\/55{
  border-color: rgb(84 24 154 / 0.55) !important;
}
.border-purple-900\/60{
  border-color: rgb(84 24 154 / 0.6) !important;
}
.border-purple-900\/65{
  border-color: rgb(84 24 154 / 0.65) !important;
}
.border-purple-900\/70{
  border-color: rgb(84 24 154 / 0.7) !important;
}
.border-purple-900\/75{
  border-color: rgb(84 24 154 / 0.75) !important;
}
.border-purple-900\/80{
  border-color: rgb(84 24 154 / 0.8) !important;
}
.border-purple-900\/85{
  border-color: rgb(84 24 154 / 0.85) !important;
}
.border-purple-900\/90{
  border-color: rgb(84 24 154 / 0.9) !important;
}
.border-purple-900\/95{
  border-color: rgb(84 24 154 / 0.95) !important;
}
.border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 227 231 / var(--tw-border-opacity, 1)) !important;
}
.border-red-100\/0{
  border-color: rgb(255 227 231 / 0) !important;
}
.border-red-100\/10{
  border-color: rgb(255 227 231 / 0.1) !important;
}
.border-red-100\/100{
  border-color: rgb(255 227 231 / 1) !important;
}
.border-red-100\/15{
  border-color: rgb(255 227 231 / 0.15) !important;
}
.border-red-100\/20{
  border-color: rgb(255 227 231 / 0.2) !important;
}
.border-red-100\/25{
  border-color: rgb(255 227 231 / 0.25) !important;
}
.border-red-100\/30{
  border-color: rgb(255 227 231 / 0.3) !important;
}
.border-red-100\/35{
  border-color: rgb(255 227 231 / 0.35) !important;
}
.border-red-100\/40{
  border-color: rgb(255 227 231 / 0.4) !important;
}
.border-red-100\/45{
  border-color: rgb(255 227 231 / 0.45) !important;
}
.border-red-100\/5{
  border-color: rgb(255 227 231 / 0.05) !important;
}
.border-red-100\/50{
  border-color: rgb(255 227 231 / 0.5) !important;
}
.border-red-100\/55{
  border-color: rgb(255 227 231 / 0.55) !important;
}
.border-red-100\/60{
  border-color: rgb(255 227 231 / 0.6) !important;
}
.border-red-100\/65{
  border-color: rgb(255 227 231 / 0.65) !important;
}
.border-red-100\/70{
  border-color: rgb(255 227 231 / 0.7) !important;
}
.border-red-100\/75{
  border-color: rgb(255 227 231 / 0.75) !important;
}
.border-red-100\/80{
  border-color: rgb(255 227 231 / 0.8) !important;
}
.border-red-100\/85{
  border-color: rgb(255 227 231 / 0.85) !important;
}
.border-red-100\/90{
  border-color: rgb(255 227 231 / 0.9) !important;
}
.border-red-100\/95{
  border-color: rgb(255 227 231 / 0.95) !important;
}
.border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 203 214 / var(--tw-border-opacity, 1)) !important;
}
.border-red-200\/0{
  border-color: rgb(255 203 214 / 0) !important;
}
.border-red-200\/10{
  border-color: rgb(255 203 214 / 0.1) !important;
}
.border-red-200\/100{
  border-color: rgb(255 203 214 / 1) !important;
}
.border-red-200\/15{
  border-color: rgb(255 203 214 / 0.15) !important;
}
.border-red-200\/20{
  border-color: rgb(255 203 214 / 0.2) !important;
}
.border-red-200\/25{
  border-color: rgb(255 203 214 / 0.25) !important;
}
.border-red-200\/30{
  border-color: rgb(255 203 214 / 0.3) !important;
}
.border-red-200\/35{
  border-color: rgb(255 203 214 / 0.35) !important;
}
.border-red-200\/40{
  border-color: rgb(255 203 214 / 0.4) !important;
}
.border-red-200\/45{
  border-color: rgb(255 203 214 / 0.45) !important;
}
.border-red-200\/5{
  border-color: rgb(255 203 214 / 0.05) !important;
}
.border-red-200\/50{
  border-color: rgb(255 203 214 / 0.5) !important;
}
.border-red-200\/55{
  border-color: rgb(255 203 214 / 0.55) !important;
}
.border-red-200\/60{
  border-color: rgb(255 203 214 / 0.6) !important;
}
.border-red-200\/65{
  border-color: rgb(255 203 214 / 0.65) !important;
}
.border-red-200\/70{
  border-color: rgb(255 203 214 / 0.7) !important;
}
.border-red-200\/75{
  border-color: rgb(255 203 214 / 0.75) !important;
}
.border-red-200\/80{
  border-color: rgb(255 203 214 / 0.8) !important;
}
.border-red-200\/85{
  border-color: rgb(255 203 214 / 0.85) !important;
}
.border-red-200\/90{
  border-color: rgb(255 203 214 / 0.9) !important;
}
.border-red-200\/95{
  border-color: rgb(255 203 214 / 0.95) !important;
}
.border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1)) !important;
}
.border-red-300\/0{
  border-color: rgb(255 161 180 / 0) !important;
}
.border-red-300\/10{
  border-color: rgb(255 161 180 / 0.1) !important;
}
.border-red-300\/100{
  border-color: rgb(255 161 180 / 1) !important;
}
.border-red-300\/15{
  border-color: rgb(255 161 180 / 0.15) !important;
}
.border-red-300\/20{
  border-color: rgb(255 161 180 / 0.2) !important;
}
.border-red-300\/25{
  border-color: rgb(255 161 180 / 0.25) !important;
}
.border-red-300\/30{
  border-color: rgb(255 161 180 / 0.3) !important;
}
.border-red-300\/35{
  border-color: rgb(255 161 180 / 0.35) !important;
}
.border-red-300\/40{
  border-color: rgb(255 161 180 / 0.4) !important;
}
.border-red-300\/45{
  border-color: rgb(255 161 180 / 0.45) !important;
}
.border-red-300\/5{
  border-color: rgb(255 161 180 / 0.05) !important;
}
.border-red-300\/50{
  border-color: rgb(255 161 180 / 0.5) !important;
}
.border-red-300\/55{
  border-color: rgb(255 161 180 / 0.55) !important;
}
.border-red-300\/60{
  border-color: rgb(255 161 180 / 0.6) !important;
}
.border-red-300\/65{
  border-color: rgb(255 161 180 / 0.65) !important;
}
.border-red-300\/70{
  border-color: rgb(255 161 180 / 0.7) !important;
}
.border-red-300\/75{
  border-color: rgb(255 161 180 / 0.75) !important;
}
.border-red-300\/80{
  border-color: rgb(255 161 180 / 0.8) !important;
}
.border-red-300\/85{
  border-color: rgb(255 161 180 / 0.85) !important;
}
.border-red-300\/90{
  border-color: rgb(255 161 180 / 0.9) !important;
}
.border-red-300\/95{
  border-color: rgb(255 161 180 / 0.95) !important;
}
.border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 108 139 / var(--tw-border-opacity, 1)) !important;
}
.border-red-400\/0{
  border-color: rgb(255 108 139 / 0) !important;
}
.border-red-400\/10{
  border-color: rgb(255 108 139 / 0.1) !important;
}
.border-red-400\/100{
  border-color: rgb(255 108 139 / 1) !important;
}
.border-red-400\/15{
  border-color: rgb(255 108 139 / 0.15) !important;
}
.border-red-400\/20{
  border-color: rgb(255 108 139 / 0.2) !important;
}
.border-red-400\/25{
  border-color: rgb(255 108 139 / 0.25) !important;
}
.border-red-400\/30{
  border-color: rgb(255 108 139 / 0.3) !important;
}
.border-red-400\/35{
  border-color: rgb(255 108 139 / 0.35) !important;
}
.border-red-400\/40{
  border-color: rgb(255 108 139 / 0.4) !important;
}
.border-red-400\/45{
  border-color: rgb(255 108 139 / 0.45) !important;
}
.border-red-400\/5{
  border-color: rgb(255 108 139 / 0.05) !important;
}
.border-red-400\/50{
  border-color: rgb(255 108 139 / 0.5) !important;
}
.border-red-400\/55{
  border-color: rgb(255 108 139 / 0.55) !important;
}
.border-red-400\/60{
  border-color: rgb(255 108 139 / 0.6) !important;
}
.border-red-400\/65{
  border-color: rgb(255 108 139 / 0.65) !important;
}
.border-red-400\/70{
  border-color: rgb(255 108 139 / 0.7) !important;
}
.border-red-400\/75{
  border-color: rgb(255 108 139 / 0.75) !important;
}
.border-red-400\/80{
  border-color: rgb(255 108 139 / 0.8) !important;
}
.border-red-400\/85{
  border-color: rgb(255 108 139 / 0.85) !important;
}
.border-red-400\/90{
  border-color: rgb(255 108 139 / 0.9) !important;
}
.border-red-400\/95{
  border-color: rgb(255 108 139 / 0.95) !important;
}
.border-red-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 243 / var(--tw-border-opacity, 1)) !important;
}
.border-red-50\/0{
  border-color: rgb(255 240 243 / 0) !important;
}
.border-red-50\/10{
  border-color: rgb(255 240 243 / 0.1) !important;
}
.border-red-50\/100{
  border-color: rgb(255 240 243 / 1) !important;
}
.border-red-50\/15{
  border-color: rgb(255 240 243 / 0.15) !important;
}
.border-red-50\/20{
  border-color: rgb(255 240 243 / 0.2) !important;
}
.border-red-50\/25{
  border-color: rgb(255 240 243 / 0.25) !important;
}
.border-red-50\/30{
  border-color: rgb(255 240 243 / 0.3) !important;
}
.border-red-50\/35{
  border-color: rgb(255 240 243 / 0.35) !important;
}
.border-red-50\/40{
  border-color: rgb(255 240 243 / 0.4) !important;
}
.border-red-50\/45{
  border-color: rgb(255 240 243 / 0.45) !important;
}
.border-red-50\/5{
  border-color: rgb(255 240 243 / 0.05) !important;
}
.border-red-50\/50{
  border-color: rgb(255 240 243 / 0.5) !important;
}
.border-red-50\/55{
  border-color: rgb(255 240 243 / 0.55) !important;
}
.border-red-50\/60{
  border-color: rgb(255 240 243 / 0.6) !important;
}
.border-red-50\/65{
  border-color: rgb(255 240 243 / 0.65) !important;
}
.border-red-50\/70{
  border-color: rgb(255 240 243 / 0.7) !important;
}
.border-red-50\/75{
  border-color: rgb(255 240 243 / 0.75) !important;
}
.border-red-50\/80{
  border-color: rgb(255 240 243 / 0.8) !important;
}
.border-red-50\/85{
  border-color: rgb(255 240 243 / 0.85) !important;
}
.border-red-50\/90{
  border-color: rgb(255 240 243 / 0.9) !important;
}
.border-red-50\/95{
  border-color: rgb(255 240 243 / 0.95) !important;
}
.border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1)) !important;
}
.border-red-500\/0{
  border-color: rgb(250 34 86 / 0) !important;
}
.border-red-500\/10{
  border-color: rgb(250 34 86 / 0.1) !important;
}
.border-red-500\/100{
  border-color: rgb(250 34 86 / 1) !important;
}
.border-red-500\/15{
  border-color: rgb(250 34 86 / 0.15) !important;
}
.border-red-500\/20{
  border-color: rgb(250 34 86 / 0.2) !important;
}
.border-red-500\/25{
  border-color: rgb(250 34 86 / 0.25) !important;
}
.border-red-500\/30{
  border-color: rgb(250 34 86 / 0.3) !important;
}
.border-red-500\/35{
  border-color: rgb(250 34 86 / 0.35) !important;
}
.border-red-500\/40{
  border-color: rgb(250 34 86 / 0.4) !important;
}
.border-red-500\/45{
  border-color: rgb(250 34 86 / 0.45) !important;
}
.border-red-500\/5{
  border-color: rgb(250 34 86 / 0.05) !important;
}
.border-red-500\/50{
  border-color: rgb(250 34 86 / 0.5) !important;
}
.border-red-500\/55{
  border-color: rgb(250 34 86 / 0.55) !important;
}
.border-red-500\/60{
  border-color: rgb(250 34 86 / 0.6) !important;
}
.border-red-500\/65{
  border-color: rgb(250 34 86 / 0.65) !important;
}
.border-red-500\/70{
  border-color: rgb(250 34 86 / 0.7) !important;
}
.border-red-500\/75{
  border-color: rgb(250 34 86 / 0.75) !important;
}
.border-red-500\/80{
  border-color: rgb(250 34 86 / 0.8) !important;
}
.border-red-500\/85{
  border-color: rgb(250 34 86 / 0.85) !important;
}
.border-red-500\/90{
  border-color: rgb(250 34 86 / 0.9) !important;
}
.border-red-500\/95{
  border-color: rgb(250 34 86 / 0.95) !important;
}
.border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 22 83 / var(--tw-border-opacity, 1)) !important;
}
.border-red-600\/0{
  border-color: rgb(232 22 83 / 0) !important;
}
.border-red-600\/10{
  border-color: rgb(232 22 83 / 0.1) !important;
}
.border-red-600\/100{
  border-color: rgb(232 22 83 / 1) !important;
}
.border-red-600\/15{
  border-color: rgb(232 22 83 / 0.15) !important;
}
.border-red-600\/20{
  border-color: rgb(232 22 83 / 0.2) !important;
}
.border-red-600\/25{
  border-color: rgb(232 22 83 / 0.25) !important;
}
.border-red-600\/30{
  border-color: rgb(232 22 83 / 0.3) !important;
}
.border-red-600\/35{
  border-color: rgb(232 22 83 / 0.35) !important;
}
.border-red-600\/40{
  border-color: rgb(232 22 83 / 0.4) !important;
}
.border-red-600\/45{
  border-color: rgb(232 22 83 / 0.45) !important;
}
.border-red-600\/5{
  border-color: rgb(232 22 83 / 0.05) !important;
}
.border-red-600\/50{
  border-color: rgb(232 22 83 / 0.5) !important;
}
.border-red-600\/55{
  border-color: rgb(232 22 83 / 0.55) !important;
}
.border-red-600\/60{
  border-color: rgb(232 22 83 / 0.6) !important;
}
.border-red-600\/65{
  border-color: rgb(232 22 83 / 0.65) !important;
}
.border-red-600\/70{
  border-color: rgb(232 22 83 / 0.7) !important;
}
.border-red-600\/75{
  border-color: rgb(232 22 83 / 0.75) !important;
}
.border-red-600\/80{
  border-color: rgb(232 22 83 / 0.8) !important;
}
.border-red-600\/85{
  border-color: rgb(232 22 83 / 0.85) !important;
}
.border-red-600\/90{
  border-color: rgb(232 22 83 / 0.9) !important;
}
.border-red-600\/95{
  border-color: rgb(232 22 83 / 0.95) !important;
}
.border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 12 70 / var(--tw-border-opacity, 1)) !important;
}
.border-red-700\/0{
  border-color: rgb(196 12 70 / 0) !important;
}
.border-red-700\/10{
  border-color: rgb(196 12 70 / 0.1) !important;
}
.border-red-700\/100{
  border-color: rgb(196 12 70 / 1) !important;
}
.border-red-700\/15{
  border-color: rgb(196 12 70 / 0.15) !important;
}
.border-red-700\/20{
  border-color: rgb(196 12 70 / 0.2) !important;
}
.border-red-700\/25{
  border-color: rgb(196 12 70 / 0.25) !important;
}
.border-red-700\/30{
  border-color: rgb(196 12 70 / 0.3) !important;
}
.border-red-700\/35{
  border-color: rgb(196 12 70 / 0.35) !important;
}
.border-red-700\/40{
  border-color: rgb(196 12 70 / 0.4) !important;
}
.border-red-700\/45{
  border-color: rgb(196 12 70 / 0.45) !important;
}
.border-red-700\/5{
  border-color: rgb(196 12 70 / 0.05) !important;
}
.border-red-700\/50{
  border-color: rgb(196 12 70 / 0.5) !important;
}
.border-red-700\/55{
  border-color: rgb(196 12 70 / 0.55) !important;
}
.border-red-700\/60{
  border-color: rgb(196 12 70 / 0.6) !important;
}
.border-red-700\/65{
  border-color: rgb(196 12 70 / 0.65) !important;
}
.border-red-700\/70{
  border-color: rgb(196 12 70 / 0.7) !important;
}
.border-red-700\/75{
  border-color: rgb(196 12 70 / 0.75) !important;
}
.border-red-700\/80{
  border-color: rgb(196 12 70 / 0.8) !important;
}
.border-red-700\/85{
  border-color: rgb(196 12 70 / 0.85) !important;
}
.border-red-700\/90{
  border-color: rgb(196 12 70 / 0.9) !important;
}
.border-red-700\/95{
  border-color: rgb(196 12 70 / 0.95) !important;
}
.border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 13 65 / var(--tw-border-opacity, 1)) !important;
}
.border-red-800\/0{
  border-color: rgb(164 13 65 / 0) !important;
}
.border-red-800\/10{
  border-color: rgb(164 13 65 / 0.1) !important;
}
.border-red-800\/100{
  border-color: rgb(164 13 65 / 1) !important;
}
.border-red-800\/15{
  border-color: rgb(164 13 65 / 0.15) !important;
}
.border-red-800\/20{
  border-color: rgb(164 13 65 / 0.2) !important;
}
.border-red-800\/25{
  border-color: rgb(164 13 65 / 0.25) !important;
}
.border-red-800\/30{
  border-color: rgb(164 13 65 / 0.3) !important;
}
.border-red-800\/35{
  border-color: rgb(164 13 65 / 0.35) !important;
}
.border-red-800\/40{
  border-color: rgb(164 13 65 / 0.4) !important;
}
.border-red-800\/45{
  border-color: rgb(164 13 65 / 0.45) !important;
}
.border-red-800\/5{
  border-color: rgb(164 13 65 / 0.05) !important;
}
.border-red-800\/50{
  border-color: rgb(164 13 65 / 0.5) !important;
}
.border-red-800\/55{
  border-color: rgb(164 13 65 / 0.55) !important;
}
.border-red-800\/60{
  border-color: rgb(164 13 65 / 0.6) !important;
}
.border-red-800\/65{
  border-color: rgb(164 13 65 / 0.65) !important;
}
.border-red-800\/70{
  border-color: rgb(164 13 65 / 0.7) !important;
}
.border-red-800\/75{
  border-color: rgb(164 13 65 / 0.75) !important;
}
.border-red-800\/80{
  border-color: rgb(164 13 65 / 0.8) !important;
}
.border-red-800\/85{
  border-color: rgb(164 13 65 / 0.85) !important;
}
.border-red-800\/90{
  border-color: rgb(164 13 65 / 0.9) !important;
}
.border-red-800\/95{
  border-color: rgb(164 13 65 / 0.95) !important;
}
.border-red-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1)) !important;
}
.border-red-900\/0{
  border-color: rgb(140 15 62 / 0) !important;
}
.border-red-900\/10{
  border-color: rgb(140 15 62 / 0.1) !important;
}
.border-red-900\/100{
  border-color: rgb(140 15 62 / 1) !important;
}
.border-red-900\/15{
  border-color: rgb(140 15 62 / 0.15) !important;
}
.border-red-900\/20{
  border-color: rgb(140 15 62 / 0.2) !important;
}
.border-red-900\/25{
  border-color: rgb(140 15 62 / 0.25) !important;
}
.border-red-900\/30{
  border-color: rgb(140 15 62 / 0.3) !important;
}
.border-red-900\/35{
  border-color: rgb(140 15 62 / 0.35) !important;
}
.border-red-900\/40{
  border-color: rgb(140 15 62 / 0.4) !important;
}
.border-red-900\/45{
  border-color: rgb(140 15 62 / 0.45) !important;
}
.border-red-900\/5{
  border-color: rgb(140 15 62 / 0.05) !important;
}
.border-red-900\/50{
  border-color: rgb(140 15 62 / 0.5) !important;
}
.border-red-900\/55{
  border-color: rgb(140 15 62 / 0.55) !important;
}
.border-red-900\/60{
  border-color: rgb(140 15 62 / 0.6) !important;
}
.border-red-900\/65{
  border-color: rgb(140 15 62 / 0.65) !important;
}
.border-red-900\/70{
  border-color: rgb(140 15 62 / 0.7) !important;
}
.border-red-900\/75{
  border-color: rgb(140 15 62 / 0.75) !important;
}
.border-red-900\/80{
  border-color: rgb(140 15 62 / 0.8) !important;
}
.border-red-900\/85{
  border-color: rgb(140 15 62 / 0.85) !important;
}
.border-red-900\/90{
  border-color: rgb(140 15 62 / 0.9) !important;
}
.border-red-900\/95{
  border-color: rgb(140 15 62 / 0.95) !important;
}
.border-rosebrown-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 212 220 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-100\/0{
  border-color: rgb(228 212 220 / 0) !important;
}
.border-rosebrown-100\/10{
  border-color: rgb(228 212 220 / 0.1) !important;
}
.border-rosebrown-100\/100{
  border-color: rgb(228 212 220 / 1) !important;
}
.border-rosebrown-100\/15{
  border-color: rgb(228 212 220 / 0.15) !important;
}
.border-rosebrown-100\/20{
  border-color: rgb(228 212 220 / 0.2) !important;
}
.border-rosebrown-100\/25{
  border-color: rgb(228 212 220 / 0.25) !important;
}
.border-rosebrown-100\/30{
  border-color: rgb(228 212 220 / 0.3) !important;
}
.border-rosebrown-100\/35{
  border-color: rgb(228 212 220 / 0.35) !important;
}
.border-rosebrown-100\/40{
  border-color: rgb(228 212 220 / 0.4) !important;
}
.border-rosebrown-100\/45{
  border-color: rgb(228 212 220 / 0.45) !important;
}
.border-rosebrown-100\/5{
  border-color: rgb(228 212 220 / 0.05) !important;
}
.border-rosebrown-100\/50{
  border-color: rgb(228 212 220 / 0.5) !important;
}
.border-rosebrown-100\/55{
  border-color: rgb(228 212 220 / 0.55) !important;
}
.border-rosebrown-100\/60{
  border-color: rgb(228 212 220 / 0.6) !important;
}
.border-rosebrown-100\/65{
  border-color: rgb(228 212 220 / 0.65) !important;
}
.border-rosebrown-100\/70{
  border-color: rgb(228 212 220 / 0.7) !important;
}
.border-rosebrown-100\/75{
  border-color: rgb(228 212 220 / 0.75) !important;
}
.border-rosebrown-100\/80{
  border-color: rgb(228 212 220 / 0.8) !important;
}
.border-rosebrown-100\/85{
  border-color: rgb(228 212 220 / 0.85) !important;
}
.border-rosebrown-100\/90{
  border-color: rgb(228 212 220 / 0.9) !important;
}
.border-rosebrown-100\/95{
  border-color: rgb(228 212 220 / 0.95) !important;
}
.border-rosebrown-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 184 196 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-200\/0{
  border-color: rgb(210 184 196 / 0) !important;
}
.border-rosebrown-200\/10{
  border-color: rgb(210 184 196 / 0.1) !important;
}
.border-rosebrown-200\/100{
  border-color: rgb(210 184 196 / 1) !important;
}
.border-rosebrown-200\/15{
  border-color: rgb(210 184 196 / 0.15) !important;
}
.border-rosebrown-200\/20{
  border-color: rgb(210 184 196 / 0.2) !important;
}
.border-rosebrown-200\/25{
  border-color: rgb(210 184 196 / 0.25) !important;
}
.border-rosebrown-200\/30{
  border-color: rgb(210 184 196 / 0.3) !important;
}
.border-rosebrown-200\/35{
  border-color: rgb(210 184 196 / 0.35) !important;
}
.border-rosebrown-200\/40{
  border-color: rgb(210 184 196 / 0.4) !important;
}
.border-rosebrown-200\/45{
  border-color: rgb(210 184 196 / 0.45) !important;
}
.border-rosebrown-200\/5{
  border-color: rgb(210 184 196 / 0.05) !important;
}
.border-rosebrown-200\/50{
  border-color: rgb(210 184 196 / 0.5) !important;
}
.border-rosebrown-200\/55{
  border-color: rgb(210 184 196 / 0.55) !important;
}
.border-rosebrown-200\/60{
  border-color: rgb(210 184 196 / 0.6) !important;
}
.border-rosebrown-200\/65{
  border-color: rgb(210 184 196 / 0.65) !important;
}
.border-rosebrown-200\/70{
  border-color: rgb(210 184 196 / 0.7) !important;
}
.border-rosebrown-200\/75{
  border-color: rgb(210 184 196 / 0.75) !important;
}
.border-rosebrown-200\/80{
  border-color: rgb(210 184 196 / 0.8) !important;
}
.border-rosebrown-200\/85{
  border-color: rgb(210 184 196 / 0.85) !important;
}
.border-rosebrown-200\/90{
  border-color: rgb(210 184 196 / 0.9) !important;
}
.border-rosebrown-200\/95{
  border-color: rgb(210 184 196 / 0.95) !important;
}
.border-rosebrown-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 156 172 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-300\/0{
  border-color: rgb(192 156 172 / 0) !important;
}
.border-rosebrown-300\/10{
  border-color: rgb(192 156 172 / 0.1) !important;
}
.border-rosebrown-300\/100{
  border-color: rgb(192 156 172 / 1) !important;
}
.border-rosebrown-300\/15{
  border-color: rgb(192 156 172 / 0.15) !important;
}
.border-rosebrown-300\/20{
  border-color: rgb(192 156 172 / 0.2) !important;
}
.border-rosebrown-300\/25{
  border-color: rgb(192 156 172 / 0.25) !important;
}
.border-rosebrown-300\/30{
  border-color: rgb(192 156 172 / 0.3) !important;
}
.border-rosebrown-300\/35{
  border-color: rgb(192 156 172 / 0.35) !important;
}
.border-rosebrown-300\/40{
  border-color: rgb(192 156 172 / 0.4) !important;
}
.border-rosebrown-300\/45{
  border-color: rgb(192 156 172 / 0.45) !important;
}
.border-rosebrown-300\/5{
  border-color: rgb(192 156 172 / 0.05) !important;
}
.border-rosebrown-300\/50{
  border-color: rgb(192 156 172 / 0.5) !important;
}
.border-rosebrown-300\/55{
  border-color: rgb(192 156 172 / 0.55) !important;
}
.border-rosebrown-300\/60{
  border-color: rgb(192 156 172 / 0.6) !important;
}
.border-rosebrown-300\/65{
  border-color: rgb(192 156 172 / 0.65) !important;
}
.border-rosebrown-300\/70{
  border-color: rgb(192 156 172 / 0.7) !important;
}
.border-rosebrown-300\/75{
  border-color: rgb(192 156 172 / 0.75) !important;
}
.border-rosebrown-300\/80{
  border-color: rgb(192 156 172 / 0.8) !important;
}
.border-rosebrown-300\/85{
  border-color: rgb(192 156 172 / 0.85) !important;
}
.border-rosebrown-300\/90{
  border-color: rgb(192 156 172 / 0.9) !important;
}
.border-rosebrown-300\/95{
  border-color: rgb(192 156 172 / 0.95) !important;
}
.border-rosebrown-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 134 155 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-400\/0{
  border-color: rgb(179 134 155 / 0) !important;
}
.border-rosebrown-400\/10{
  border-color: rgb(179 134 155 / 0.1) !important;
}
.border-rosebrown-400\/100{
  border-color: rgb(179 134 155 / 1) !important;
}
.border-rosebrown-400\/15{
  border-color: rgb(179 134 155 / 0.15) !important;
}
.border-rosebrown-400\/20{
  border-color: rgb(179 134 155 / 0.2) !important;
}
.border-rosebrown-400\/25{
  border-color: rgb(179 134 155 / 0.25) !important;
}
.border-rosebrown-400\/30{
  border-color: rgb(179 134 155 / 0.3) !important;
}
.border-rosebrown-400\/35{
  border-color: rgb(179 134 155 / 0.35) !important;
}
.border-rosebrown-400\/40{
  border-color: rgb(179 134 155 / 0.4) !important;
}
.border-rosebrown-400\/45{
  border-color: rgb(179 134 155 / 0.45) !important;
}
.border-rosebrown-400\/5{
  border-color: rgb(179 134 155 / 0.05) !important;
}
.border-rosebrown-400\/50{
  border-color: rgb(179 134 155 / 0.5) !important;
}
.border-rosebrown-400\/55{
  border-color: rgb(179 134 155 / 0.55) !important;
}
.border-rosebrown-400\/60{
  border-color: rgb(179 134 155 / 0.6) !important;
}
.border-rosebrown-400\/65{
  border-color: rgb(179 134 155 / 0.65) !important;
}
.border-rosebrown-400\/70{
  border-color: rgb(179 134 155 / 0.7) !important;
}
.border-rosebrown-400\/75{
  border-color: rgb(179 134 155 / 0.75) !important;
}
.border-rosebrown-400\/80{
  border-color: rgb(179 134 155 / 0.8) !important;
}
.border-rosebrown-400\/85{
  border-color: rgb(179 134 155 / 0.85) !important;
}
.border-rosebrown-400\/90{
  border-color: rgb(179 134 155 / 0.9) !important;
}
.border-rosebrown-400\/95{
  border-color: rgb(179 134 155 / 0.95) !important;
}
.border-rosebrown-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 238 241 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-50\/0{
  border-color: rgb(244 238 241 / 0) !important;
}
.border-rosebrown-50\/10{
  border-color: rgb(244 238 241 / 0.1) !important;
}
.border-rosebrown-50\/100{
  border-color: rgb(244 238 241 / 1) !important;
}
.border-rosebrown-50\/15{
  border-color: rgb(244 238 241 / 0.15) !important;
}
.border-rosebrown-50\/20{
  border-color: rgb(244 238 241 / 0.2) !important;
}
.border-rosebrown-50\/25{
  border-color: rgb(244 238 241 / 0.25) !important;
}
.border-rosebrown-50\/30{
  border-color: rgb(244 238 241 / 0.3) !important;
}
.border-rosebrown-50\/35{
  border-color: rgb(244 238 241 / 0.35) !important;
}
.border-rosebrown-50\/40{
  border-color: rgb(244 238 241 / 0.4) !important;
}
.border-rosebrown-50\/45{
  border-color: rgb(244 238 241 / 0.45) !important;
}
.border-rosebrown-50\/5{
  border-color: rgb(244 238 241 / 0.05) !important;
}
.border-rosebrown-50\/50{
  border-color: rgb(244 238 241 / 0.5) !important;
}
.border-rosebrown-50\/55{
  border-color: rgb(244 238 241 / 0.55) !important;
}
.border-rosebrown-50\/60{
  border-color: rgb(244 238 241 / 0.6) !important;
}
.border-rosebrown-50\/65{
  border-color: rgb(244 238 241 / 0.65) !important;
}
.border-rosebrown-50\/70{
  border-color: rgb(244 238 241 / 0.7) !important;
}
.border-rosebrown-50\/75{
  border-color: rgb(244 238 241 / 0.75) !important;
}
.border-rosebrown-50\/80{
  border-color: rgb(244 238 241 / 0.8) !important;
}
.border-rosebrown-50\/85{
  border-color: rgb(244 238 241 / 0.85) !important;
}
.border-rosebrown-50\/90{
  border-color: rgb(244 238 241 / 0.9) !important;
}
.border-rosebrown-50\/95{
  border-color: rgb(244 238 241 / 0.95) !important;
}
.border-rosebrown-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 113 137 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-500\/0{
  border-color: rgb(165 113 137 / 0) !important;
}
.border-rosebrown-500\/10{
  border-color: rgb(165 113 137 / 0.1) !important;
}
.border-rosebrown-500\/100{
  border-color: rgb(165 113 137 / 1) !important;
}
.border-rosebrown-500\/15{
  border-color: rgb(165 113 137 / 0.15) !important;
}
.border-rosebrown-500\/20{
  border-color: rgb(165 113 137 / 0.2) !important;
}
.border-rosebrown-500\/25{
  border-color: rgb(165 113 137 / 0.25) !important;
}
.border-rosebrown-500\/30{
  border-color: rgb(165 113 137 / 0.3) !important;
}
.border-rosebrown-500\/35{
  border-color: rgb(165 113 137 / 0.35) !important;
}
.border-rosebrown-500\/40{
  border-color: rgb(165 113 137 / 0.4) !important;
}
.border-rosebrown-500\/45{
  border-color: rgb(165 113 137 / 0.45) !important;
}
.border-rosebrown-500\/5{
  border-color: rgb(165 113 137 / 0.05) !important;
}
.border-rosebrown-500\/50{
  border-color: rgb(165 113 137 / 0.5) !important;
}
.border-rosebrown-500\/55{
  border-color: rgb(165 113 137 / 0.55) !important;
}
.border-rosebrown-500\/60{
  border-color: rgb(165 113 137 / 0.6) !important;
}
.border-rosebrown-500\/65{
  border-color: rgb(165 113 137 / 0.65) !important;
}
.border-rosebrown-500\/70{
  border-color: rgb(165 113 137 / 0.7) !important;
}
.border-rosebrown-500\/75{
  border-color: rgb(165 113 137 / 0.75) !important;
}
.border-rosebrown-500\/80{
  border-color: rgb(165 113 137 / 0.8) !important;
}
.border-rosebrown-500\/85{
  border-color: rgb(165 113 137 / 0.85) !important;
}
.border-rosebrown-500\/90{
  border-color: rgb(165 113 137 / 0.9) !important;
}
.border-rosebrown-500\/95{
  border-color: rgb(165 113 137 / 0.95) !important;
}
.border-rosebrown-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 105 129 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-600\/0{
  border-color: rgb(157 105 129 / 0) !important;
}
.border-rosebrown-600\/10{
  border-color: rgb(157 105 129 / 0.1) !important;
}
.border-rosebrown-600\/100{
  border-color: rgb(157 105 129 / 1) !important;
}
.border-rosebrown-600\/15{
  border-color: rgb(157 105 129 / 0.15) !important;
}
.border-rosebrown-600\/20{
  border-color: rgb(157 105 129 / 0.2) !important;
}
.border-rosebrown-600\/25{
  border-color: rgb(157 105 129 / 0.25) !important;
}
.border-rosebrown-600\/30{
  border-color: rgb(157 105 129 / 0.3) !important;
}
.border-rosebrown-600\/35{
  border-color: rgb(157 105 129 / 0.35) !important;
}
.border-rosebrown-600\/40{
  border-color: rgb(157 105 129 / 0.4) !important;
}
.border-rosebrown-600\/45{
  border-color: rgb(157 105 129 / 0.45) !important;
}
.border-rosebrown-600\/5{
  border-color: rgb(157 105 129 / 0.05) !important;
}
.border-rosebrown-600\/50{
  border-color: rgb(157 105 129 / 0.5) !important;
}
.border-rosebrown-600\/55{
  border-color: rgb(157 105 129 / 0.55) !important;
}
.border-rosebrown-600\/60{
  border-color: rgb(157 105 129 / 0.6) !important;
}
.border-rosebrown-600\/65{
  border-color: rgb(157 105 129 / 0.65) !important;
}
.border-rosebrown-600\/70{
  border-color: rgb(157 105 129 / 0.7) !important;
}
.border-rosebrown-600\/75{
  border-color: rgb(157 105 129 / 0.75) !important;
}
.border-rosebrown-600\/80{
  border-color: rgb(157 105 129 / 0.8) !important;
}
.border-rosebrown-600\/85{
  border-color: rgb(157 105 129 / 0.85) !important;
}
.border-rosebrown-600\/90{
  border-color: rgb(157 105 129 / 0.9) !important;
}
.border-rosebrown-600\/95{
  border-color: rgb(157 105 129 / 0.95) !important;
}
.border-rosebrown-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 94 118 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-700\/0{
  border-color: rgb(147 94 118 / 0) !important;
}
.border-rosebrown-700\/10{
  border-color: rgb(147 94 118 / 0.1) !important;
}
.border-rosebrown-700\/100{
  border-color: rgb(147 94 118 / 1) !important;
}
.border-rosebrown-700\/15{
  border-color: rgb(147 94 118 / 0.15) !important;
}
.border-rosebrown-700\/20{
  border-color: rgb(147 94 118 / 0.2) !important;
}
.border-rosebrown-700\/25{
  border-color: rgb(147 94 118 / 0.25) !important;
}
.border-rosebrown-700\/30{
  border-color: rgb(147 94 118 / 0.3) !important;
}
.border-rosebrown-700\/35{
  border-color: rgb(147 94 118 / 0.35) !important;
}
.border-rosebrown-700\/40{
  border-color: rgb(147 94 118 / 0.4) !important;
}
.border-rosebrown-700\/45{
  border-color: rgb(147 94 118 / 0.45) !important;
}
.border-rosebrown-700\/5{
  border-color: rgb(147 94 118 / 0.05) !important;
}
.border-rosebrown-700\/50{
  border-color: rgb(147 94 118 / 0.5) !important;
}
.border-rosebrown-700\/55{
  border-color: rgb(147 94 118 / 0.55) !important;
}
.border-rosebrown-700\/60{
  border-color: rgb(147 94 118 / 0.6) !important;
}
.border-rosebrown-700\/65{
  border-color: rgb(147 94 118 / 0.65) !important;
}
.border-rosebrown-700\/70{
  border-color: rgb(147 94 118 / 0.7) !important;
}
.border-rosebrown-700\/75{
  border-color: rgb(147 94 118 / 0.75) !important;
}
.border-rosebrown-700\/80{
  border-color: rgb(147 94 118 / 0.8) !important;
}
.border-rosebrown-700\/85{
  border-color: rgb(147 94 118 / 0.85) !important;
}
.border-rosebrown-700\/90{
  border-color: rgb(147 94 118 / 0.9) !important;
}
.border-rosebrown-700\/95{
  border-color: rgb(147 94 118 / 0.95) !important;
}
.border-rosebrown-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 84 108 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-800\/0{
  border-color: rgb(138 84 108 / 0) !important;
}
.border-rosebrown-800\/10{
  border-color: rgb(138 84 108 / 0.1) !important;
}
.border-rosebrown-800\/100{
  border-color: rgb(138 84 108 / 1) !important;
}
.border-rosebrown-800\/15{
  border-color: rgb(138 84 108 / 0.15) !important;
}
.border-rosebrown-800\/20{
  border-color: rgb(138 84 108 / 0.2) !important;
}
.border-rosebrown-800\/25{
  border-color: rgb(138 84 108 / 0.25) !important;
}
.border-rosebrown-800\/30{
  border-color: rgb(138 84 108 / 0.3) !important;
}
.border-rosebrown-800\/35{
  border-color: rgb(138 84 108 / 0.35) !important;
}
.border-rosebrown-800\/40{
  border-color: rgb(138 84 108 / 0.4) !important;
}
.border-rosebrown-800\/45{
  border-color: rgb(138 84 108 / 0.45) !important;
}
.border-rosebrown-800\/5{
  border-color: rgb(138 84 108 / 0.05) !important;
}
.border-rosebrown-800\/50{
  border-color: rgb(138 84 108 / 0.5) !important;
}
.border-rosebrown-800\/55{
  border-color: rgb(138 84 108 / 0.55) !important;
}
.border-rosebrown-800\/60{
  border-color: rgb(138 84 108 / 0.6) !important;
}
.border-rosebrown-800\/65{
  border-color: rgb(138 84 108 / 0.65) !important;
}
.border-rosebrown-800\/70{
  border-color: rgb(138 84 108 / 0.7) !important;
}
.border-rosebrown-800\/75{
  border-color: rgb(138 84 108 / 0.75) !important;
}
.border-rosebrown-800\/80{
  border-color: rgb(138 84 108 / 0.8) !important;
}
.border-rosebrown-800\/85{
  border-color: rgb(138 84 108 / 0.85) !important;
}
.border-rosebrown-800\/90{
  border-color: rgb(138 84 108 / 0.9) !important;
}
.border-rosebrown-800\/95{
  border-color: rgb(138 84 108 / 0.95) !important;
}
.border-rosebrown-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(121 66 89 / var(--tw-border-opacity, 1)) !important;
}
.border-rosebrown-900\/0{
  border-color: rgb(121 66 89 / 0) !important;
}
.border-rosebrown-900\/10{
  border-color: rgb(121 66 89 / 0.1) !important;
}
.border-rosebrown-900\/100{
  border-color: rgb(121 66 89 / 1) !important;
}
.border-rosebrown-900\/15{
  border-color: rgb(121 66 89 / 0.15) !important;
}
.border-rosebrown-900\/20{
  border-color: rgb(121 66 89 / 0.2) !important;
}
.border-rosebrown-900\/25{
  border-color: rgb(121 66 89 / 0.25) !important;
}
.border-rosebrown-900\/30{
  border-color: rgb(121 66 89 / 0.3) !important;
}
.border-rosebrown-900\/35{
  border-color: rgb(121 66 89 / 0.35) !important;
}
.border-rosebrown-900\/40{
  border-color: rgb(121 66 89 / 0.4) !important;
}
.border-rosebrown-900\/45{
  border-color: rgb(121 66 89 / 0.45) !important;
}
.border-rosebrown-900\/5{
  border-color: rgb(121 66 89 / 0.05) !important;
}
.border-rosebrown-900\/50{
  border-color: rgb(121 66 89 / 0.5) !important;
}
.border-rosebrown-900\/55{
  border-color: rgb(121 66 89 / 0.55) !important;
}
.border-rosebrown-900\/60{
  border-color: rgb(121 66 89 / 0.6) !important;
}
.border-rosebrown-900\/65{
  border-color: rgb(121 66 89 / 0.65) !important;
}
.border-rosebrown-900\/70{
  border-color: rgb(121 66 89 / 0.7) !important;
}
.border-rosebrown-900\/75{
  border-color: rgb(121 66 89 / 0.75) !important;
}
.border-rosebrown-900\/80{
  border-color: rgb(121 66 89 / 0.8) !important;
}
.border-rosebrown-900\/85{
  border-color: rgb(121 66 89 / 0.85) !important;
}
.border-rosebrown-900\/90{
  border-color: rgb(121 66 89 / 0.9) !important;
}
.border-rosebrown-900\/95{
  border-color: rgb(121 66 89 / 0.95) !important;
}
.border-secondary\/30{
  border-color: rgb(52 75 97 / 0.3) !important;
}
.border-yellow-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 236 201 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-100\/0{
  border-color: rgb(252 236 201 / 0) !important;
}
.border-yellow-100\/10{
  border-color: rgb(252 236 201 / 0.1) !important;
}
.border-yellow-100\/100{
  border-color: rgb(252 236 201 / 1) !important;
}
.border-yellow-100\/15{
  border-color: rgb(252 236 201 / 0.15) !important;
}
.border-yellow-100\/20{
  border-color: rgb(252 236 201 / 0.2) !important;
}
.border-yellow-100\/25{
  border-color: rgb(252 236 201 / 0.25) !important;
}
.border-yellow-100\/30{
  border-color: rgb(252 236 201 / 0.3) !important;
}
.border-yellow-100\/35{
  border-color: rgb(252 236 201 / 0.35) !important;
}
.border-yellow-100\/40{
  border-color: rgb(252 236 201 / 0.4) !important;
}
.border-yellow-100\/45{
  border-color: rgb(252 236 201 / 0.45) !important;
}
.border-yellow-100\/5{
  border-color: rgb(252 236 201 / 0.05) !important;
}
.border-yellow-100\/50{
  border-color: rgb(252 236 201 / 0.5) !important;
}
.border-yellow-100\/55{
  border-color: rgb(252 236 201 / 0.55) !important;
}
.border-yellow-100\/60{
  border-color: rgb(252 236 201 / 0.6) !important;
}
.border-yellow-100\/65{
  border-color: rgb(252 236 201 / 0.65) !important;
}
.border-yellow-100\/70{
  border-color: rgb(252 236 201 / 0.7) !important;
}
.border-yellow-100\/75{
  border-color: rgb(252 236 201 / 0.75) !important;
}
.border-yellow-100\/80{
  border-color: rgb(252 236 201 / 0.8) !important;
}
.border-yellow-100\/85{
  border-color: rgb(252 236 201 / 0.85) !important;
}
.border-yellow-100\/90{
  border-color: rgb(252 236 201 / 0.9) !important;
}
.border-yellow-100\/95{
  border-color: rgb(252 236 201 / 0.95) !important;
}
.border-yellow-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 214 142 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-200\/0{
  border-color: rgb(249 214 142 / 0) !important;
}
.border-yellow-200\/10{
  border-color: rgb(249 214 142 / 0.1) !important;
}
.border-yellow-200\/100{
  border-color: rgb(249 214 142 / 1) !important;
}
.border-yellow-200\/15{
  border-color: rgb(249 214 142 / 0.15) !important;
}
.border-yellow-200\/20{
  border-color: rgb(249 214 142 / 0.2) !important;
}
.border-yellow-200\/25{
  border-color: rgb(249 214 142 / 0.25) !important;
}
.border-yellow-200\/30{
  border-color: rgb(249 214 142 / 0.3) !important;
}
.border-yellow-200\/35{
  border-color: rgb(249 214 142 / 0.35) !important;
}
.border-yellow-200\/40{
  border-color: rgb(249 214 142 / 0.4) !important;
}
.border-yellow-200\/45{
  border-color: rgb(249 214 142 / 0.45) !important;
}
.border-yellow-200\/5{
  border-color: rgb(249 214 142 / 0.05) !important;
}
.border-yellow-200\/50{
  border-color: rgb(249 214 142 / 0.5) !important;
}
.border-yellow-200\/55{
  border-color: rgb(249 214 142 / 0.55) !important;
}
.border-yellow-200\/60{
  border-color: rgb(249 214 142 / 0.6) !important;
}
.border-yellow-200\/65{
  border-color: rgb(249 214 142 / 0.65) !important;
}
.border-yellow-200\/70{
  border-color: rgb(249 214 142 / 0.7) !important;
}
.border-yellow-200\/75{
  border-color: rgb(249 214 142 / 0.75) !important;
}
.border-yellow-200\/80{
  border-color: rgb(249 214 142 / 0.8) !important;
}
.border-yellow-200\/85{
  border-color: rgb(249 214 142 / 0.85) !important;
}
.border-yellow-200\/90{
  border-color: rgb(249 214 142 / 0.9) !important;
}
.border-yellow-200\/95{
  border-color: rgb(249 214 142 / 0.95) !important;
}
.border-yellow-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-300\/0{
  border-color: rgb(245 181 68 / 0) !important;
}
.border-yellow-300\/10{
  border-color: rgb(245 181 68 / 0.1) !important;
}
.border-yellow-300\/100{
  border-color: rgb(245 181 68 / 1) !important;
}
.border-yellow-300\/15{
  border-color: rgb(245 181 68 / 0.15) !important;
}
.border-yellow-300\/20{
  border-color: rgb(245 181 68 / 0.2) !important;
}
.border-yellow-300\/25{
  border-color: rgb(245 181 68 / 0.25) !important;
}
.border-yellow-300\/30{
  border-color: rgb(245 181 68 / 0.3) !important;
}
.border-yellow-300\/35{
  border-color: rgb(245 181 68 / 0.35) !important;
}
.border-yellow-300\/40{
  border-color: rgb(245 181 68 / 0.4) !important;
}
.border-yellow-300\/45{
  border-color: rgb(245 181 68 / 0.45) !important;
}
.border-yellow-300\/5{
  border-color: rgb(245 181 68 / 0.05) !important;
}
.border-yellow-300\/50{
  border-color: rgb(245 181 68 / 0.5) !important;
}
.border-yellow-300\/55{
  border-color: rgb(245 181 68 / 0.55) !important;
}
.border-yellow-300\/60{
  border-color: rgb(245 181 68 / 0.6) !important;
}
.border-yellow-300\/65{
  border-color: rgb(245 181 68 / 0.65) !important;
}
.border-yellow-300\/70{
  border-color: rgb(245 181 68 / 0.7) !important;
}
.border-yellow-300\/75{
  border-color: rgb(245 181 68 / 0.75) !important;
}
.border-yellow-300\/80{
  border-color: rgb(245 181 68 / 0.8) !important;
}
.border-yellow-300\/85{
  border-color: rgb(245 181 68 / 0.85) !important;
}
.border-yellow-300\/90{
  border-color: rgb(245 181 68 / 0.9) !important;
}
.border-yellow-300\/95{
  border-color: rgb(245 181 68 / 0.95) !important;
}
.border-yellow-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 163 44 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-400\/0{
  border-color: rgb(243 163 44 / 0) !important;
}
.border-yellow-400\/10{
  border-color: rgb(243 163 44 / 0.1) !important;
}
.border-yellow-400\/100{
  border-color: rgb(243 163 44 / 1) !important;
}
.border-yellow-400\/15{
  border-color: rgb(243 163 44 / 0.15) !important;
}
.border-yellow-400\/20{
  border-color: rgb(243 163 44 / 0.2) !important;
}
.border-yellow-400\/25{
  border-color: rgb(243 163 44 / 0.25) !important;
}
.border-yellow-400\/30{
  border-color: rgb(243 163 44 / 0.3) !important;
}
.border-yellow-400\/35{
  border-color: rgb(243 163 44 / 0.35) !important;
}
.border-yellow-400\/40{
  border-color: rgb(243 163 44 / 0.4) !important;
}
.border-yellow-400\/45{
  border-color: rgb(243 163 44 / 0.45) !important;
}
.border-yellow-400\/5{
  border-color: rgb(243 163 44 / 0.05) !important;
}
.border-yellow-400\/50{
  border-color: rgb(243 163 44 / 0.5) !important;
}
.border-yellow-400\/55{
  border-color: rgb(243 163 44 / 0.55) !important;
}
.border-yellow-400\/60{
  border-color: rgb(243 163 44 / 0.6) !important;
}
.border-yellow-400\/65{
  border-color: rgb(243 163 44 / 0.65) !important;
}
.border-yellow-400\/70{
  border-color: rgb(243 163 44 / 0.7) !important;
}
.border-yellow-400\/75{
  border-color: rgb(243 163 44 / 0.75) !important;
}
.border-yellow-400\/80{
  border-color: rgb(243 163 44 / 0.8) !important;
}
.border-yellow-400\/85{
  border-color: rgb(243 163 44 / 0.85) !important;
}
.border-yellow-400\/90{
  border-color: rgb(243 163 44 / 0.9) !important;
}
.border-yellow-400\/95{
  border-color: rgb(243 163 44 / 0.95) !important;
}
.border-yellow-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 236 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-50\/0{
  border-color: rgb(254 249 236 / 0) !important;
}
.border-yellow-50\/10{
  border-color: rgb(254 249 236 / 0.1) !important;
}
.border-yellow-50\/100{
  border-color: rgb(254 249 236 / 1) !important;
}
.border-yellow-50\/15{
  border-color: rgb(254 249 236 / 0.15) !important;
}
.border-yellow-50\/20{
  border-color: rgb(254 249 236 / 0.2) !important;
}
.border-yellow-50\/25{
  border-color: rgb(254 249 236 / 0.25) !important;
}
.border-yellow-50\/30{
  border-color: rgb(254 249 236 / 0.3) !important;
}
.border-yellow-50\/35{
  border-color: rgb(254 249 236 / 0.35) !important;
}
.border-yellow-50\/40{
  border-color: rgb(254 249 236 / 0.4) !important;
}
.border-yellow-50\/45{
  border-color: rgb(254 249 236 / 0.45) !important;
}
.border-yellow-50\/5{
  border-color: rgb(254 249 236 / 0.05) !important;
}
.border-yellow-50\/50{
  border-color: rgb(254 249 236 / 0.5) !important;
}
.border-yellow-50\/55{
  border-color: rgb(254 249 236 / 0.55) !important;
}
.border-yellow-50\/60{
  border-color: rgb(254 249 236 / 0.6) !important;
}
.border-yellow-50\/65{
  border-color: rgb(254 249 236 / 0.65) !important;
}
.border-yellow-50\/70{
  border-color: rgb(254 249 236 / 0.7) !important;
}
.border-yellow-50\/75{
  border-color: rgb(254 249 236 / 0.75) !important;
}
.border-yellow-50\/80{
  border-color: rgb(254 249 236 / 0.8) !important;
}
.border-yellow-50\/85{
  border-color: rgb(254 249 236 / 0.85) !important;
}
.border-yellow-50\/90{
  border-color: rgb(254 249 236 / 0.9) !important;
}
.border-yellow-50\/95{
  border-color: rgb(254 249 236 / 0.95) !important;
}
.border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-500\/0{
  border-color: rgb(245 181 68 / 0) !important;
}
.border-yellow-500\/10{
  border-color: rgb(245 181 68 / 0.1) !important;
}
.border-yellow-500\/100{
  border-color: rgb(245 181 68 / 1) !important;
}
.border-yellow-500\/15{
  border-color: rgb(245 181 68 / 0.15) !important;
}
.border-yellow-500\/20{
  border-color: rgb(245 181 68 / 0.2) !important;
}
.border-yellow-500\/25{
  border-color: rgb(245 181 68 / 0.25) !important;
}
.border-yellow-500\/30{
  border-color: rgb(245 181 68 / 0.3) !important;
}
.border-yellow-500\/35{
  border-color: rgb(245 181 68 / 0.35) !important;
}
.border-yellow-500\/40{
  border-color: rgb(245 181 68 / 0.4) !important;
}
.border-yellow-500\/45{
  border-color: rgb(245 181 68 / 0.45) !important;
}
.border-yellow-500\/5{
  border-color: rgb(245 181 68 / 0.05) !important;
}
.border-yellow-500\/50{
  border-color: rgb(245 181 68 / 0.5) !important;
}
.border-yellow-500\/55{
  border-color: rgb(245 181 68 / 0.55) !important;
}
.border-yellow-500\/60{
  border-color: rgb(245 181 68 / 0.6) !important;
}
.border-yellow-500\/65{
  border-color: rgb(245 181 68 / 0.65) !important;
}
.border-yellow-500\/70{
  border-color: rgb(245 181 68 / 0.7) !important;
}
.border-yellow-500\/75{
  border-color: rgb(245 181 68 / 0.75) !important;
}
.border-yellow-500\/80{
  border-color: rgb(245 181 68 / 0.8) !important;
}
.border-yellow-500\/85{
  border-color: rgb(245 181 68 / 0.85) !important;
}
.border-yellow-500\/90{
  border-color: rgb(245 181 68 / 0.9) !important;
}
.border-yellow-500\/95{
  border-color: rgb(245 181 68 / 0.95) !important;
}
.border-yellow-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 93 13 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-600\/0{
  border-color: rgb(210 93 13 / 0) !important;
}
.border-yellow-600\/10{
  border-color: rgb(210 93 13 / 0.1) !important;
}
.border-yellow-600\/100{
  border-color: rgb(210 93 13 / 1) !important;
}
.border-yellow-600\/15{
  border-color: rgb(210 93 13 / 0.15) !important;
}
.border-yellow-600\/20{
  border-color: rgb(210 93 13 / 0.2) !important;
}
.border-yellow-600\/25{
  border-color: rgb(210 93 13 / 0.25) !important;
}
.border-yellow-600\/30{
  border-color: rgb(210 93 13 / 0.3) !important;
}
.border-yellow-600\/35{
  border-color: rgb(210 93 13 / 0.35) !important;
}
.border-yellow-600\/40{
  border-color: rgb(210 93 13 / 0.4) !important;
}
.border-yellow-600\/45{
  border-color: rgb(210 93 13 / 0.45) !important;
}
.border-yellow-600\/5{
  border-color: rgb(210 93 13 / 0.05) !important;
}
.border-yellow-600\/50{
  border-color: rgb(210 93 13 / 0.5) !important;
}
.border-yellow-600\/55{
  border-color: rgb(210 93 13 / 0.55) !important;
}
.border-yellow-600\/60{
  border-color: rgb(210 93 13 / 0.6) !important;
}
.border-yellow-600\/65{
  border-color: rgb(210 93 13 / 0.65) !important;
}
.border-yellow-600\/70{
  border-color: rgb(210 93 13 / 0.7) !important;
}
.border-yellow-600\/75{
  border-color: rgb(210 93 13 / 0.75) !important;
}
.border-yellow-600\/80{
  border-color: rgb(210 93 13 / 0.8) !important;
}
.border-yellow-600\/85{
  border-color: rgb(210 93 13 / 0.85) !important;
}
.border-yellow-600\/90{
  border-color: rgb(210 93 13 / 0.9) !important;
}
.border-yellow-600\/95{
  border-color: rgb(210 93 13 / 0.95) !important;
}
.border-yellow-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(174 64 15 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-700\/0{
  border-color: rgb(174 64 15 / 0) !important;
}
.border-yellow-700\/10{
  border-color: rgb(174 64 15 / 0.1) !important;
}
.border-yellow-700\/100{
  border-color: rgb(174 64 15 / 1) !important;
}
.border-yellow-700\/15{
  border-color: rgb(174 64 15 / 0.15) !important;
}
.border-yellow-700\/20{
  border-color: rgb(174 64 15 / 0.2) !important;
}
.border-yellow-700\/25{
  border-color: rgb(174 64 15 / 0.25) !important;
}
.border-yellow-700\/30{
  border-color: rgb(174 64 15 / 0.3) !important;
}
.border-yellow-700\/35{
  border-color: rgb(174 64 15 / 0.35) !important;
}
.border-yellow-700\/40{
  border-color: rgb(174 64 15 / 0.4) !important;
}
.border-yellow-700\/45{
  border-color: rgb(174 64 15 / 0.45) !important;
}
.border-yellow-700\/5{
  border-color: rgb(174 64 15 / 0.05) !important;
}
.border-yellow-700\/50{
  border-color: rgb(174 64 15 / 0.5) !important;
}
.border-yellow-700\/55{
  border-color: rgb(174 64 15 / 0.55) !important;
}
.border-yellow-700\/60{
  border-color: rgb(174 64 15 / 0.6) !important;
}
.border-yellow-700\/65{
  border-color: rgb(174 64 15 / 0.65) !important;
}
.border-yellow-700\/70{
  border-color: rgb(174 64 15 / 0.7) !important;
}
.border-yellow-700\/75{
  border-color: rgb(174 64 15 / 0.75) !important;
}
.border-yellow-700\/80{
  border-color: rgb(174 64 15 / 0.8) !important;
}
.border-yellow-700\/85{
  border-color: rgb(174 64 15 / 0.85) !important;
}
.border-yellow-700\/90{
  border-color: rgb(174 64 15 / 0.9) !important;
}
.border-yellow-700\/95{
  border-color: rgb(174 64 15 / 0.95) !important;
}
.border-yellow-800{
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 49 19 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-800\/0{
  border-color: rgb(141 49 19 / 0) !important;
}
.border-yellow-800\/10{
  border-color: rgb(141 49 19 / 0.1) !important;
}
.border-yellow-800\/100{
  border-color: rgb(141 49 19 / 1) !important;
}
.border-yellow-800\/15{
  border-color: rgb(141 49 19 / 0.15) !important;
}
.border-yellow-800\/20{
  border-color: rgb(141 49 19 / 0.2) !important;
}
.border-yellow-800\/25{
  border-color: rgb(141 49 19 / 0.25) !important;
}
.border-yellow-800\/30{
  border-color: rgb(141 49 19 / 0.3) !important;
}
.border-yellow-800\/35{
  border-color: rgb(141 49 19 / 0.35) !important;
}
.border-yellow-800\/40{
  border-color: rgb(141 49 19 / 0.4) !important;
}
.border-yellow-800\/45{
  border-color: rgb(141 49 19 / 0.45) !important;
}
.border-yellow-800\/5{
  border-color: rgb(141 49 19 / 0.05) !important;
}
.border-yellow-800\/50{
  border-color: rgb(141 49 19 / 0.5) !important;
}
.border-yellow-800\/55{
  border-color: rgb(141 49 19 / 0.55) !important;
}
.border-yellow-800\/60{
  border-color: rgb(141 49 19 / 0.6) !important;
}
.border-yellow-800\/65{
  border-color: rgb(141 49 19 / 0.65) !important;
}
.border-yellow-800\/70{
  border-color: rgb(141 49 19 / 0.7) !important;
}
.border-yellow-800\/75{
  border-color: rgb(141 49 19 / 0.75) !important;
}
.border-yellow-800\/80{
  border-color: rgb(141 49 19 / 0.8) !important;
}
.border-yellow-800\/85{
  border-color: rgb(141 49 19 / 0.85) !important;
}
.border-yellow-800\/90{
  border-color: rgb(141 49 19 / 0.9) !important;
}
.border-yellow-800\/95{
  border-color: rgb(141 49 19 / 0.95) !important;
}
.border-yellow-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 42 19 / var(--tw-border-opacity, 1)) !important;
}
.border-yellow-900\/0{
  border-color: rgb(116 42 19 / 0) !important;
}
.border-yellow-900\/10{
  border-color: rgb(116 42 19 / 0.1) !important;
}
.border-yellow-900\/100{
  border-color: rgb(116 42 19 / 1) !important;
}
.border-yellow-900\/15{
  border-color: rgb(116 42 19 / 0.15) !important;
}
.border-yellow-900\/20{
  border-color: rgb(116 42 19 / 0.2) !important;
}
.border-yellow-900\/25{
  border-color: rgb(116 42 19 / 0.25) !important;
}
.border-yellow-900\/30{
  border-color: rgb(116 42 19 / 0.3) !important;
}
.border-yellow-900\/35{
  border-color: rgb(116 42 19 / 0.35) !important;
}
.border-yellow-900\/40{
  border-color: rgb(116 42 19 / 0.4) !important;
}
.border-yellow-900\/45{
  border-color: rgb(116 42 19 / 0.45) !important;
}
.border-yellow-900\/5{
  border-color: rgb(116 42 19 / 0.05) !important;
}
.border-yellow-900\/50{
  border-color: rgb(116 42 19 / 0.5) !important;
}
.border-yellow-900\/55{
  border-color: rgb(116 42 19 / 0.55) !important;
}
.border-yellow-900\/60{
  border-color: rgb(116 42 19 / 0.6) !important;
}
.border-yellow-900\/65{
  border-color: rgb(116 42 19 / 0.65) !important;
}
.border-yellow-900\/70{
  border-color: rgb(116 42 19 / 0.7) !important;
}
.border-yellow-900\/75{
  border-color: rgb(116 42 19 / 0.75) !important;
}
.border-yellow-900\/80{
  border-color: rgb(116 42 19 / 0.8) !important;
}
.border-yellow-900\/85{
  border-color: rgb(116 42 19 / 0.85) !important;
}
.border-yellow-900\/90{
  border-color: rgb(116 42 19 / 0.9) !important;
}
.border-yellow-900\/95{
  border-color: rgb(116 42 19 / 0.95) !important;
}
.border-x-lime-100{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-x-lime-100\/0{
  border-left-color: rgb(236 252 203 / 0) !important;
  border-right-color: rgb(236 252 203 / 0) !important;
}
.border-x-lime-100\/10{
  border-left-color: rgb(236 252 203 / 0.1) !important;
  border-right-color: rgb(236 252 203 / 0.1) !important;
}
.border-x-lime-100\/100{
  border-left-color: rgb(236 252 203 / 1) !important;
  border-right-color: rgb(236 252 203 / 1) !important;
}
.border-x-lime-100\/15{
  border-left-color: rgb(236 252 203 / 0.15) !important;
  border-right-color: rgb(236 252 203 / 0.15) !important;
}
.border-x-lime-100\/20{
  border-left-color: rgb(236 252 203 / 0.2) !important;
  border-right-color: rgb(236 252 203 / 0.2) !important;
}
.border-x-lime-100\/25{
  border-left-color: rgb(236 252 203 / 0.25) !important;
  border-right-color: rgb(236 252 203 / 0.25) !important;
}
.border-x-lime-100\/30{
  border-left-color: rgb(236 252 203 / 0.3) !important;
  border-right-color: rgb(236 252 203 / 0.3) !important;
}
.border-x-lime-100\/35{
  border-left-color: rgb(236 252 203 / 0.35) !important;
  border-right-color: rgb(236 252 203 / 0.35) !important;
}
.border-x-lime-100\/40{
  border-left-color: rgb(236 252 203 / 0.4) !important;
  border-right-color: rgb(236 252 203 / 0.4) !important;
}
.border-x-lime-100\/45{
  border-left-color: rgb(236 252 203 / 0.45) !important;
  border-right-color: rgb(236 252 203 / 0.45) !important;
}
.border-x-lime-100\/5{
  border-left-color: rgb(236 252 203 / 0.05) !important;
  border-right-color: rgb(236 252 203 / 0.05) !important;
}
.border-x-lime-100\/50{
  border-left-color: rgb(236 252 203 / 0.5) !important;
  border-right-color: rgb(236 252 203 / 0.5) !important;
}
.border-x-lime-100\/55{
  border-left-color: rgb(236 252 203 / 0.55) !important;
  border-right-color: rgb(236 252 203 / 0.55) !important;
}
.border-x-lime-100\/60{
  border-left-color: rgb(236 252 203 / 0.6) !important;
  border-right-color: rgb(236 252 203 / 0.6) !important;
}
.border-x-lime-100\/65{
  border-left-color: rgb(236 252 203 / 0.65) !important;
  border-right-color: rgb(236 252 203 / 0.65) !important;
}
.border-x-lime-100\/70{
  border-left-color: rgb(236 252 203 / 0.7) !important;
  border-right-color: rgb(236 252 203 / 0.7) !important;
}
.border-x-lime-100\/75{
  border-left-color: rgb(236 252 203 / 0.75) !important;
  border-right-color: rgb(236 252 203 / 0.75) !important;
}
.border-x-lime-100\/80{
  border-left-color: rgb(236 252 203 / 0.8) !important;
  border-right-color: rgb(236 252 203 / 0.8) !important;
}
.border-x-lime-100\/85{
  border-left-color: rgb(236 252 203 / 0.85) !important;
  border-right-color: rgb(236 252 203 / 0.85) !important;
}
.border-x-lime-100\/90{
  border-left-color: rgb(236 252 203 / 0.9) !important;
  border-right-color: rgb(236 252 203 / 0.9) !important;
}
.border-x-lime-100\/95{
  border-left-color: rgb(236 252 203 / 0.95) !important;
  border-right-color: rgb(236 252 203 / 0.95) !important;
}
.border-x-lime-200{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-x-lime-200\/0{
  border-left-color: rgb(217 249 157 / 0) !important;
  border-right-color: rgb(217 249 157 / 0) !important;
}
.border-x-lime-200\/10{
  border-left-color: rgb(217 249 157 / 0.1) !important;
  border-right-color: rgb(217 249 157 / 0.1) !important;
}
.border-x-lime-200\/100{
  border-left-color: rgb(217 249 157 / 1) !important;
  border-right-color: rgb(217 249 157 / 1) !important;
}
.border-x-lime-200\/15{
  border-left-color: rgb(217 249 157 / 0.15) !important;
  border-right-color: rgb(217 249 157 / 0.15) !important;
}
.border-x-lime-200\/20{
  border-left-color: rgb(217 249 157 / 0.2) !important;
  border-right-color: rgb(217 249 157 / 0.2) !important;
}
.border-x-lime-200\/25{
  border-left-color: rgb(217 249 157 / 0.25) !important;
  border-right-color: rgb(217 249 157 / 0.25) !important;
}
.border-x-lime-200\/30{
  border-left-color: rgb(217 249 157 / 0.3) !important;
  border-right-color: rgb(217 249 157 / 0.3) !important;
}
.border-x-lime-200\/35{
  border-left-color: rgb(217 249 157 / 0.35) !important;
  border-right-color: rgb(217 249 157 / 0.35) !important;
}
.border-x-lime-200\/40{
  border-left-color: rgb(217 249 157 / 0.4) !important;
  border-right-color: rgb(217 249 157 / 0.4) !important;
}
.border-x-lime-200\/45{
  border-left-color: rgb(217 249 157 / 0.45) !important;
  border-right-color: rgb(217 249 157 / 0.45) !important;
}
.border-x-lime-200\/5{
  border-left-color: rgb(217 249 157 / 0.05) !important;
  border-right-color: rgb(217 249 157 / 0.05) !important;
}
.border-x-lime-200\/50{
  border-left-color: rgb(217 249 157 / 0.5) !important;
  border-right-color: rgb(217 249 157 / 0.5) !important;
}
.border-x-lime-200\/55{
  border-left-color: rgb(217 249 157 / 0.55) !important;
  border-right-color: rgb(217 249 157 / 0.55) !important;
}
.border-x-lime-200\/60{
  border-left-color: rgb(217 249 157 / 0.6) !important;
  border-right-color: rgb(217 249 157 / 0.6) !important;
}
.border-x-lime-200\/65{
  border-left-color: rgb(217 249 157 / 0.65) !important;
  border-right-color: rgb(217 249 157 / 0.65) !important;
}
.border-x-lime-200\/70{
  border-left-color: rgb(217 249 157 / 0.7) !important;
  border-right-color: rgb(217 249 157 / 0.7) !important;
}
.border-x-lime-200\/75{
  border-left-color: rgb(217 249 157 / 0.75) !important;
  border-right-color: rgb(217 249 157 / 0.75) !important;
}
.border-x-lime-200\/80{
  border-left-color: rgb(217 249 157 / 0.8) !important;
  border-right-color: rgb(217 249 157 / 0.8) !important;
}
.border-x-lime-200\/85{
  border-left-color: rgb(217 249 157 / 0.85) !important;
  border-right-color: rgb(217 249 157 / 0.85) !important;
}
.border-x-lime-200\/90{
  border-left-color: rgb(217 249 157 / 0.9) !important;
  border-right-color: rgb(217 249 157 / 0.9) !important;
}
.border-x-lime-200\/95{
  border-left-color: rgb(217 249 157 / 0.95) !important;
  border-right-color: rgb(217 249 157 / 0.95) !important;
}
.border-x-lime-400{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-x-lime-400\/0{
  border-left-color: rgb(163 230 53 / 0) !important;
  border-right-color: rgb(163 230 53 / 0) !important;
}
.border-x-lime-400\/10{
  border-left-color: rgb(163 230 53 / 0.1) !important;
  border-right-color: rgb(163 230 53 / 0.1) !important;
}
.border-x-lime-400\/100{
  border-left-color: rgb(163 230 53 / 1) !important;
  border-right-color: rgb(163 230 53 / 1) !important;
}
.border-x-lime-400\/15{
  border-left-color: rgb(163 230 53 / 0.15) !important;
  border-right-color: rgb(163 230 53 / 0.15) !important;
}
.border-x-lime-400\/20{
  border-left-color: rgb(163 230 53 / 0.2) !important;
  border-right-color: rgb(163 230 53 / 0.2) !important;
}
.border-x-lime-400\/25{
  border-left-color: rgb(163 230 53 / 0.25) !important;
  border-right-color: rgb(163 230 53 / 0.25) !important;
}
.border-x-lime-400\/30{
  border-left-color: rgb(163 230 53 / 0.3) !important;
  border-right-color: rgb(163 230 53 / 0.3) !important;
}
.border-x-lime-400\/35{
  border-left-color: rgb(163 230 53 / 0.35) !important;
  border-right-color: rgb(163 230 53 / 0.35) !important;
}
.border-x-lime-400\/40{
  border-left-color: rgb(163 230 53 / 0.4) !important;
  border-right-color: rgb(163 230 53 / 0.4) !important;
}
.border-x-lime-400\/45{
  border-left-color: rgb(163 230 53 / 0.45) !important;
  border-right-color: rgb(163 230 53 / 0.45) !important;
}
.border-x-lime-400\/5{
  border-left-color: rgb(163 230 53 / 0.05) !important;
  border-right-color: rgb(163 230 53 / 0.05) !important;
}
.border-x-lime-400\/50{
  border-left-color: rgb(163 230 53 / 0.5) !important;
  border-right-color: rgb(163 230 53 / 0.5) !important;
}
.border-x-lime-400\/55{
  border-left-color: rgb(163 230 53 / 0.55) !important;
  border-right-color: rgb(163 230 53 / 0.55) !important;
}
.border-x-lime-400\/60{
  border-left-color: rgb(163 230 53 / 0.6) !important;
  border-right-color: rgb(163 230 53 / 0.6) !important;
}
.border-x-lime-400\/65{
  border-left-color: rgb(163 230 53 / 0.65) !important;
  border-right-color: rgb(163 230 53 / 0.65) !important;
}
.border-x-lime-400\/70{
  border-left-color: rgb(163 230 53 / 0.7) !important;
  border-right-color: rgb(163 230 53 / 0.7) !important;
}
.border-x-lime-400\/75{
  border-left-color: rgb(163 230 53 / 0.75) !important;
  border-right-color: rgb(163 230 53 / 0.75) !important;
}
.border-x-lime-400\/80{
  border-left-color: rgb(163 230 53 / 0.8) !important;
  border-right-color: rgb(163 230 53 / 0.8) !important;
}
.border-x-lime-400\/85{
  border-left-color: rgb(163 230 53 / 0.85) !important;
  border-right-color: rgb(163 230 53 / 0.85) !important;
}
.border-x-lime-400\/90{
  border-left-color: rgb(163 230 53 / 0.9) !important;
  border-right-color: rgb(163 230 53 / 0.9) !important;
}
.border-x-lime-400\/95{
  border-left-color: rgb(163 230 53 / 0.95) !important;
  border-right-color: rgb(163 230 53 / 0.95) !important;
}
.border-x-lime-600{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-x-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0) !important;
  border-right-color: rgb(101 163 13 / 0) !important;
}
.border-x-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1) !important;
  border-right-color: rgb(101 163 13 / 0.1) !important;
}
.border-x-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1) !important;
  border-right-color: rgb(101 163 13 / 1) !important;
}
.border-x-lime-600\/15{
  border-left-color: rgb(101 163 13 / 0.15) !important;
  border-right-color: rgb(101 163 13 / 0.15) !important;
}
.border-x-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2) !important;
  border-right-color: rgb(101 163 13 / 0.2) !important;
}
.border-x-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25) !important;
  border-right-color: rgb(101 163 13 / 0.25) !important;
}
.border-x-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3) !important;
  border-right-color: rgb(101 163 13 / 0.3) !important;
}
.border-x-lime-600\/35{
  border-left-color: rgb(101 163 13 / 0.35) !important;
  border-right-color: rgb(101 163 13 / 0.35) !important;
}
.border-x-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4) !important;
  border-right-color: rgb(101 163 13 / 0.4) !important;
}
.border-x-lime-600\/45{
  border-left-color: rgb(101 163 13 / 0.45) !important;
  border-right-color: rgb(101 163 13 / 0.45) !important;
}
.border-x-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05) !important;
  border-right-color: rgb(101 163 13 / 0.05) !important;
}
.border-x-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5) !important;
  border-right-color: rgb(101 163 13 / 0.5) !important;
}
.border-x-lime-600\/55{
  border-left-color: rgb(101 163 13 / 0.55) !important;
  border-right-color: rgb(101 163 13 / 0.55) !important;
}
.border-x-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6) !important;
  border-right-color: rgb(101 163 13 / 0.6) !important;
}
.border-x-lime-600\/65{
  border-left-color: rgb(101 163 13 / 0.65) !important;
  border-right-color: rgb(101 163 13 / 0.65) !important;
}
.border-x-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7) !important;
  border-right-color: rgb(101 163 13 / 0.7) !important;
}
.border-x-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75) !important;
  border-right-color: rgb(101 163 13 / 0.75) !important;
}
.border-x-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8) !important;
  border-right-color: rgb(101 163 13 / 0.8) !important;
}
.border-x-lime-600\/85{
  border-left-color: rgb(101 163 13 / 0.85) !important;
  border-right-color: rgb(101 163 13 / 0.85) !important;
}
.border-x-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9) !important;
  border-right-color: rgb(101 163 13 / 0.9) !important;
}
.border-x-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95) !important;
  border-right-color: rgb(101 163 13 / 0.95) !important;
}
.border-x-lime-800{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-x-lime-800\/0{
  border-left-color: rgb(63 98 18 / 0) !important;
  border-right-color: rgb(63 98 18 / 0) !important;
}
.border-x-lime-800\/10{
  border-left-color: rgb(63 98 18 / 0.1) !important;
  border-right-color: rgb(63 98 18 / 0.1) !important;
}
.border-x-lime-800\/100{
  border-left-color: rgb(63 98 18 / 1) !important;
  border-right-color: rgb(63 98 18 / 1) !important;
}
.border-x-lime-800\/15{
  border-left-color: rgb(63 98 18 / 0.15) !important;
  border-right-color: rgb(63 98 18 / 0.15) !important;
}
.border-x-lime-800\/20{
  border-left-color: rgb(63 98 18 / 0.2) !important;
  border-right-color: rgb(63 98 18 / 0.2) !important;
}
.border-x-lime-800\/25{
  border-left-color: rgb(63 98 18 / 0.25) !important;
  border-right-color: rgb(63 98 18 / 0.25) !important;
}
.border-x-lime-800\/30{
  border-left-color: rgb(63 98 18 / 0.3) !important;
  border-right-color: rgb(63 98 18 / 0.3) !important;
}
.border-x-lime-800\/35{
  border-left-color: rgb(63 98 18 / 0.35) !important;
  border-right-color: rgb(63 98 18 / 0.35) !important;
}
.border-x-lime-800\/40{
  border-left-color: rgb(63 98 18 / 0.4) !important;
  border-right-color: rgb(63 98 18 / 0.4) !important;
}
.border-x-lime-800\/45{
  border-left-color: rgb(63 98 18 / 0.45) !important;
  border-right-color: rgb(63 98 18 / 0.45) !important;
}
.border-x-lime-800\/5{
  border-left-color: rgb(63 98 18 / 0.05) !important;
  border-right-color: rgb(63 98 18 / 0.05) !important;
}
.border-x-lime-800\/50{
  border-left-color: rgb(63 98 18 / 0.5) !important;
  border-right-color: rgb(63 98 18 / 0.5) !important;
}
.border-x-lime-800\/55{
  border-left-color: rgb(63 98 18 / 0.55) !important;
  border-right-color: rgb(63 98 18 / 0.55) !important;
}
.border-x-lime-800\/60{
  border-left-color: rgb(63 98 18 / 0.6) !important;
  border-right-color: rgb(63 98 18 / 0.6) !important;
}
.border-x-lime-800\/65{
  border-left-color: rgb(63 98 18 / 0.65) !important;
  border-right-color: rgb(63 98 18 / 0.65) !important;
}
.border-x-lime-800\/70{
  border-left-color: rgb(63 98 18 / 0.7) !important;
  border-right-color: rgb(63 98 18 / 0.7) !important;
}
.border-x-lime-800\/75{
  border-left-color: rgb(63 98 18 / 0.75) !important;
  border-right-color: rgb(63 98 18 / 0.75) !important;
}
.border-x-lime-800\/80{
  border-left-color: rgb(63 98 18 / 0.8) !important;
  border-right-color: rgb(63 98 18 / 0.8) !important;
}
.border-x-lime-800\/85{
  border-left-color: rgb(63 98 18 / 0.85) !important;
  border-right-color: rgb(63 98 18 / 0.85) !important;
}
.border-x-lime-800\/90{
  border-left-color: rgb(63 98 18 / 0.9) !important;
  border-right-color: rgb(63 98 18 / 0.9) !important;
}
.border-x-lime-800\/95{
  border-left-color: rgb(63 98 18 / 0.95) !important;
  border-right-color: rgb(63 98 18 / 0.95) !important;
}
.border-y-lime-100{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-y-lime-100\/0{
  border-top-color: rgb(236 252 203 / 0) !important;
  border-bottom-color: rgb(236 252 203 / 0) !important;
}
.border-y-lime-100\/10{
  border-top-color: rgb(236 252 203 / 0.1) !important;
  border-bottom-color: rgb(236 252 203 / 0.1) !important;
}
.border-y-lime-100\/100{
  border-top-color: rgb(236 252 203 / 1) !important;
  border-bottom-color: rgb(236 252 203 / 1) !important;
}
.border-y-lime-100\/15{
  border-top-color: rgb(236 252 203 / 0.15) !important;
  border-bottom-color: rgb(236 252 203 / 0.15) !important;
}
.border-y-lime-100\/20{
  border-top-color: rgb(236 252 203 / 0.2) !important;
  border-bottom-color: rgb(236 252 203 / 0.2) !important;
}
.border-y-lime-100\/25{
  border-top-color: rgb(236 252 203 / 0.25) !important;
  border-bottom-color: rgb(236 252 203 / 0.25) !important;
}
.border-y-lime-100\/30{
  border-top-color: rgb(236 252 203 / 0.3) !important;
  border-bottom-color: rgb(236 252 203 / 0.3) !important;
}
.border-y-lime-100\/35{
  border-top-color: rgb(236 252 203 / 0.35) !important;
  border-bottom-color: rgb(236 252 203 / 0.35) !important;
}
.border-y-lime-100\/40{
  border-top-color: rgb(236 252 203 / 0.4) !important;
  border-bottom-color: rgb(236 252 203 / 0.4) !important;
}
.border-y-lime-100\/45{
  border-top-color: rgb(236 252 203 / 0.45) !important;
  border-bottom-color: rgb(236 252 203 / 0.45) !important;
}
.border-y-lime-100\/5{
  border-top-color: rgb(236 252 203 / 0.05) !important;
  border-bottom-color: rgb(236 252 203 / 0.05) !important;
}
.border-y-lime-100\/50{
  border-top-color: rgb(236 252 203 / 0.5) !important;
  border-bottom-color: rgb(236 252 203 / 0.5) !important;
}
.border-y-lime-100\/55{
  border-top-color: rgb(236 252 203 / 0.55) !important;
  border-bottom-color: rgb(236 252 203 / 0.55) !important;
}
.border-y-lime-100\/60{
  border-top-color: rgb(236 252 203 / 0.6) !important;
  border-bottom-color: rgb(236 252 203 / 0.6) !important;
}
.border-y-lime-100\/65{
  border-top-color: rgb(236 252 203 / 0.65) !important;
  border-bottom-color: rgb(236 252 203 / 0.65) !important;
}
.border-y-lime-100\/70{
  border-top-color: rgb(236 252 203 / 0.7) !important;
  border-bottom-color: rgb(236 252 203 / 0.7) !important;
}
.border-y-lime-100\/75{
  border-top-color: rgb(236 252 203 / 0.75) !important;
  border-bottom-color: rgb(236 252 203 / 0.75) !important;
}
.border-y-lime-100\/80{
  border-top-color: rgb(236 252 203 / 0.8) !important;
  border-bottom-color: rgb(236 252 203 / 0.8) !important;
}
.border-y-lime-100\/85{
  border-top-color: rgb(236 252 203 / 0.85) !important;
  border-bottom-color: rgb(236 252 203 / 0.85) !important;
}
.border-y-lime-100\/90{
  border-top-color: rgb(236 252 203 / 0.9) !important;
  border-bottom-color: rgb(236 252 203 / 0.9) !important;
}
.border-y-lime-100\/95{
  border-top-color: rgb(236 252 203 / 0.95) !important;
  border-bottom-color: rgb(236 252 203 / 0.95) !important;
}
.border-y-lime-200{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-y-lime-200\/0{
  border-top-color: rgb(217 249 157 / 0) !important;
  border-bottom-color: rgb(217 249 157 / 0) !important;
}
.border-y-lime-200\/10{
  border-top-color: rgb(217 249 157 / 0.1) !important;
  border-bottom-color: rgb(217 249 157 / 0.1) !important;
}
.border-y-lime-200\/100{
  border-top-color: rgb(217 249 157 / 1) !important;
  border-bottom-color: rgb(217 249 157 / 1) !important;
}
.border-y-lime-200\/15{
  border-top-color: rgb(217 249 157 / 0.15) !important;
  border-bottom-color: rgb(217 249 157 / 0.15) !important;
}
.border-y-lime-200\/20{
  border-top-color: rgb(217 249 157 / 0.2) !important;
  border-bottom-color: rgb(217 249 157 / 0.2) !important;
}
.border-y-lime-200\/25{
  border-top-color: rgb(217 249 157 / 0.25) !important;
  border-bottom-color: rgb(217 249 157 / 0.25) !important;
}
.border-y-lime-200\/30{
  border-top-color: rgb(217 249 157 / 0.3) !important;
  border-bottom-color: rgb(217 249 157 / 0.3) !important;
}
.border-y-lime-200\/35{
  border-top-color: rgb(217 249 157 / 0.35) !important;
  border-bottom-color: rgb(217 249 157 / 0.35) !important;
}
.border-y-lime-200\/40{
  border-top-color: rgb(217 249 157 / 0.4) !important;
  border-bottom-color: rgb(217 249 157 / 0.4) !important;
}
.border-y-lime-200\/45{
  border-top-color: rgb(217 249 157 / 0.45) !important;
  border-bottom-color: rgb(217 249 157 / 0.45) !important;
}
.border-y-lime-200\/5{
  border-top-color: rgb(217 249 157 / 0.05) !important;
  border-bottom-color: rgb(217 249 157 / 0.05) !important;
}
.border-y-lime-200\/50{
  border-top-color: rgb(217 249 157 / 0.5) !important;
  border-bottom-color: rgb(217 249 157 / 0.5) !important;
}
.border-y-lime-200\/55{
  border-top-color: rgb(217 249 157 / 0.55) !important;
  border-bottom-color: rgb(217 249 157 / 0.55) !important;
}
.border-y-lime-200\/60{
  border-top-color: rgb(217 249 157 / 0.6) !important;
  border-bottom-color: rgb(217 249 157 / 0.6) !important;
}
.border-y-lime-200\/65{
  border-top-color: rgb(217 249 157 / 0.65) !important;
  border-bottom-color: rgb(217 249 157 / 0.65) !important;
}
.border-y-lime-200\/70{
  border-top-color: rgb(217 249 157 / 0.7) !important;
  border-bottom-color: rgb(217 249 157 / 0.7) !important;
}
.border-y-lime-200\/75{
  border-top-color: rgb(217 249 157 / 0.75) !important;
  border-bottom-color: rgb(217 249 157 / 0.75) !important;
}
.border-y-lime-200\/80{
  border-top-color: rgb(217 249 157 / 0.8) !important;
  border-bottom-color: rgb(217 249 157 / 0.8) !important;
}
.border-y-lime-200\/85{
  border-top-color: rgb(217 249 157 / 0.85) !important;
  border-bottom-color: rgb(217 249 157 / 0.85) !important;
}
.border-y-lime-200\/90{
  border-top-color: rgb(217 249 157 / 0.9) !important;
  border-bottom-color: rgb(217 249 157 / 0.9) !important;
}
.border-y-lime-200\/95{
  border-top-color: rgb(217 249 157 / 0.95) !important;
  border-bottom-color: rgb(217 249 157 / 0.95) !important;
}
.border-y-lime-400{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-y-lime-400\/0{
  border-top-color: rgb(163 230 53 / 0) !important;
  border-bottom-color: rgb(163 230 53 / 0) !important;
}
.border-y-lime-400\/10{
  border-top-color: rgb(163 230 53 / 0.1) !important;
  border-bottom-color: rgb(163 230 53 / 0.1) !important;
}
.border-y-lime-400\/100{
  border-top-color: rgb(163 230 53 / 1) !important;
  border-bottom-color: rgb(163 230 53 / 1) !important;
}
.border-y-lime-400\/15{
  border-top-color: rgb(163 230 53 / 0.15) !important;
  border-bottom-color: rgb(163 230 53 / 0.15) !important;
}
.border-y-lime-400\/20{
  border-top-color: rgb(163 230 53 / 0.2) !important;
  border-bottom-color: rgb(163 230 53 / 0.2) !important;
}
.border-y-lime-400\/25{
  border-top-color: rgb(163 230 53 / 0.25) !important;
  border-bottom-color: rgb(163 230 53 / 0.25) !important;
}
.border-y-lime-400\/30{
  border-top-color: rgb(163 230 53 / 0.3) !important;
  border-bottom-color: rgb(163 230 53 / 0.3) !important;
}
.border-y-lime-400\/35{
  border-top-color: rgb(163 230 53 / 0.35) !important;
  border-bottom-color: rgb(163 230 53 / 0.35) !important;
}
.border-y-lime-400\/40{
  border-top-color: rgb(163 230 53 / 0.4) !important;
  border-bottom-color: rgb(163 230 53 / 0.4) !important;
}
.border-y-lime-400\/45{
  border-top-color: rgb(163 230 53 / 0.45) !important;
  border-bottom-color: rgb(163 230 53 / 0.45) !important;
}
.border-y-lime-400\/5{
  border-top-color: rgb(163 230 53 / 0.05) !important;
  border-bottom-color: rgb(163 230 53 / 0.05) !important;
}
.border-y-lime-400\/50{
  border-top-color: rgb(163 230 53 / 0.5) !important;
  border-bottom-color: rgb(163 230 53 / 0.5) !important;
}
.border-y-lime-400\/55{
  border-top-color: rgb(163 230 53 / 0.55) !important;
  border-bottom-color: rgb(163 230 53 / 0.55) !important;
}
.border-y-lime-400\/60{
  border-top-color: rgb(163 230 53 / 0.6) !important;
  border-bottom-color: rgb(163 230 53 / 0.6) !important;
}
.border-y-lime-400\/65{
  border-top-color: rgb(163 230 53 / 0.65) !important;
  border-bottom-color: rgb(163 230 53 / 0.65) !important;
}
.border-y-lime-400\/70{
  border-top-color: rgb(163 230 53 / 0.7) !important;
  border-bottom-color: rgb(163 230 53 / 0.7) !important;
}
.border-y-lime-400\/75{
  border-top-color: rgb(163 230 53 / 0.75) !important;
  border-bottom-color: rgb(163 230 53 / 0.75) !important;
}
.border-y-lime-400\/80{
  border-top-color: rgb(163 230 53 / 0.8) !important;
  border-bottom-color: rgb(163 230 53 / 0.8) !important;
}
.border-y-lime-400\/85{
  border-top-color: rgb(163 230 53 / 0.85) !important;
  border-bottom-color: rgb(163 230 53 / 0.85) !important;
}
.border-y-lime-400\/90{
  border-top-color: rgb(163 230 53 / 0.9) !important;
  border-bottom-color: rgb(163 230 53 / 0.9) !important;
}
.border-y-lime-400\/95{
  border-top-color: rgb(163 230 53 / 0.95) !important;
  border-bottom-color: rgb(163 230 53 / 0.95) !important;
}
.border-y-lime-600{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-y-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0) !important;
  border-bottom-color: rgb(101 163 13 / 0) !important;
}
.border-y-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1) !important;
  border-bottom-color: rgb(101 163 13 / 0.1) !important;
}
.border-y-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1) !important;
  border-bottom-color: rgb(101 163 13 / 1) !important;
}
.border-y-lime-600\/15{
  border-top-color: rgb(101 163 13 / 0.15) !important;
  border-bottom-color: rgb(101 163 13 / 0.15) !important;
}
.border-y-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2) !important;
  border-bottom-color: rgb(101 163 13 / 0.2) !important;
}
.border-y-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25) !important;
  border-bottom-color: rgb(101 163 13 / 0.25) !important;
}
.border-y-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3) !important;
  border-bottom-color: rgb(101 163 13 / 0.3) !important;
}
.border-y-lime-600\/35{
  border-top-color: rgb(101 163 13 / 0.35) !important;
  border-bottom-color: rgb(101 163 13 / 0.35) !important;
}
.border-y-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4) !important;
  border-bottom-color: rgb(101 163 13 / 0.4) !important;
}
.border-y-lime-600\/45{
  border-top-color: rgb(101 163 13 / 0.45) !important;
  border-bottom-color: rgb(101 163 13 / 0.45) !important;
}
.border-y-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05) !important;
  border-bottom-color: rgb(101 163 13 / 0.05) !important;
}
.border-y-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5) !important;
  border-bottom-color: rgb(101 163 13 / 0.5) !important;
}
.border-y-lime-600\/55{
  border-top-color: rgb(101 163 13 / 0.55) !important;
  border-bottom-color: rgb(101 163 13 / 0.55) !important;
}
.border-y-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6) !important;
  border-bottom-color: rgb(101 163 13 / 0.6) !important;
}
.border-y-lime-600\/65{
  border-top-color: rgb(101 163 13 / 0.65) !important;
  border-bottom-color: rgb(101 163 13 / 0.65) !important;
}
.border-y-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7) !important;
  border-bottom-color: rgb(101 163 13 / 0.7) !important;
}
.border-y-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75) !important;
  border-bottom-color: rgb(101 163 13 / 0.75) !important;
}
.border-y-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8) !important;
  border-bottom-color: rgb(101 163 13 / 0.8) !important;
}
.border-y-lime-600\/85{
  border-top-color: rgb(101 163 13 / 0.85) !important;
  border-bottom-color: rgb(101 163 13 / 0.85) !important;
}
.border-y-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9) !important;
  border-bottom-color: rgb(101 163 13 / 0.9) !important;
}
.border-y-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95) !important;
  border-bottom-color: rgb(101 163 13 / 0.95) !important;
}
.border-y-lime-800{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-y-lime-800\/0{
  border-top-color: rgb(63 98 18 / 0) !important;
  border-bottom-color: rgb(63 98 18 / 0) !important;
}
.border-y-lime-800\/10{
  border-top-color: rgb(63 98 18 / 0.1) !important;
  border-bottom-color: rgb(63 98 18 / 0.1) !important;
}
.border-y-lime-800\/100{
  border-top-color: rgb(63 98 18 / 1) !important;
  border-bottom-color: rgb(63 98 18 / 1) !important;
}
.border-y-lime-800\/15{
  border-top-color: rgb(63 98 18 / 0.15) !important;
  border-bottom-color: rgb(63 98 18 / 0.15) !important;
}
.border-y-lime-800\/20{
  border-top-color: rgb(63 98 18 / 0.2) !important;
  border-bottom-color: rgb(63 98 18 / 0.2) !important;
}
.border-y-lime-800\/25{
  border-top-color: rgb(63 98 18 / 0.25) !important;
  border-bottom-color: rgb(63 98 18 / 0.25) !important;
}
.border-y-lime-800\/30{
  border-top-color: rgb(63 98 18 / 0.3) !important;
  border-bottom-color: rgb(63 98 18 / 0.3) !important;
}
.border-y-lime-800\/35{
  border-top-color: rgb(63 98 18 / 0.35) !important;
  border-bottom-color: rgb(63 98 18 / 0.35) !important;
}
.border-y-lime-800\/40{
  border-top-color: rgb(63 98 18 / 0.4) !important;
  border-bottom-color: rgb(63 98 18 / 0.4) !important;
}
.border-y-lime-800\/45{
  border-top-color: rgb(63 98 18 / 0.45) !important;
  border-bottom-color: rgb(63 98 18 / 0.45) !important;
}
.border-y-lime-800\/5{
  border-top-color: rgb(63 98 18 / 0.05) !important;
  border-bottom-color: rgb(63 98 18 / 0.05) !important;
}
.border-y-lime-800\/50{
  border-top-color: rgb(63 98 18 / 0.5) !important;
  border-bottom-color: rgb(63 98 18 / 0.5) !important;
}
.border-y-lime-800\/55{
  border-top-color: rgb(63 98 18 / 0.55) !important;
  border-bottom-color: rgb(63 98 18 / 0.55) !important;
}
.border-y-lime-800\/60{
  border-top-color: rgb(63 98 18 / 0.6) !important;
  border-bottom-color: rgb(63 98 18 / 0.6) !important;
}
.border-y-lime-800\/65{
  border-top-color: rgb(63 98 18 / 0.65) !important;
  border-bottom-color: rgb(63 98 18 / 0.65) !important;
}
.border-y-lime-800\/70{
  border-top-color: rgb(63 98 18 / 0.7) !important;
  border-bottom-color: rgb(63 98 18 / 0.7) !important;
}
.border-y-lime-800\/75{
  border-top-color: rgb(63 98 18 / 0.75) !important;
  border-bottom-color: rgb(63 98 18 / 0.75) !important;
}
.border-y-lime-800\/80{
  border-top-color: rgb(63 98 18 / 0.8) !important;
  border-bottom-color: rgb(63 98 18 / 0.8) !important;
}
.border-y-lime-800\/85{
  border-top-color: rgb(63 98 18 / 0.85) !important;
  border-bottom-color: rgb(63 98 18 / 0.85) !important;
}
.border-y-lime-800\/90{
  border-top-color: rgb(63 98 18 / 0.9) !important;
  border-bottom-color: rgb(63 98 18 / 0.9) !important;
}
.border-y-lime-800\/95{
  border-top-color: rgb(63 98 18 / 0.95) !important;
  border-bottom-color: rgb(63 98 18 / 0.95) !important;
}
.border-b-grey-500{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(238 240 245 / var(--tw-border-opacity, 1)) !important;
}
.border-b-lime-100{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-b-lime-100\/0{
  border-bottom-color: rgb(236 252 203 / 0) !important;
}
.border-b-lime-100\/10{
  border-bottom-color: rgb(236 252 203 / 0.1) !important;
}
.border-b-lime-100\/100{
  border-bottom-color: rgb(236 252 203 / 1) !important;
}
.border-b-lime-100\/15{
  border-bottom-color: rgb(236 252 203 / 0.15) !important;
}
.border-b-lime-100\/20{
  border-bottom-color: rgb(236 252 203 / 0.2) !important;
}
.border-b-lime-100\/25{
  border-bottom-color: rgb(236 252 203 / 0.25) !important;
}
.border-b-lime-100\/30{
  border-bottom-color: rgb(236 252 203 / 0.3) !important;
}
.border-b-lime-100\/35{
  border-bottom-color: rgb(236 252 203 / 0.35) !important;
}
.border-b-lime-100\/40{
  border-bottom-color: rgb(236 252 203 / 0.4) !important;
}
.border-b-lime-100\/45{
  border-bottom-color: rgb(236 252 203 / 0.45) !important;
}
.border-b-lime-100\/5{
  border-bottom-color: rgb(236 252 203 / 0.05) !important;
}
.border-b-lime-100\/50{
  border-bottom-color: rgb(236 252 203 / 0.5) !important;
}
.border-b-lime-100\/55{
  border-bottom-color: rgb(236 252 203 / 0.55) !important;
}
.border-b-lime-100\/60{
  border-bottom-color: rgb(236 252 203 / 0.6) !important;
}
.border-b-lime-100\/65{
  border-bottom-color: rgb(236 252 203 / 0.65) !important;
}
.border-b-lime-100\/70{
  border-bottom-color: rgb(236 252 203 / 0.7) !important;
}
.border-b-lime-100\/75{
  border-bottom-color: rgb(236 252 203 / 0.75) !important;
}
.border-b-lime-100\/80{
  border-bottom-color: rgb(236 252 203 / 0.8) !important;
}
.border-b-lime-100\/85{
  border-bottom-color: rgb(236 252 203 / 0.85) !important;
}
.border-b-lime-100\/90{
  border-bottom-color: rgb(236 252 203 / 0.9) !important;
}
.border-b-lime-100\/95{
  border-bottom-color: rgb(236 252 203 / 0.95) !important;
}
.border-b-lime-200{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-b-lime-200\/0{
  border-bottom-color: rgb(217 249 157 / 0) !important;
}
.border-b-lime-200\/10{
  border-bottom-color: rgb(217 249 157 / 0.1) !important;
}
.border-b-lime-200\/100{
  border-bottom-color: rgb(217 249 157 / 1) !important;
}
.border-b-lime-200\/15{
  border-bottom-color: rgb(217 249 157 / 0.15) !important;
}
.border-b-lime-200\/20{
  border-bottom-color: rgb(217 249 157 / 0.2) !important;
}
.border-b-lime-200\/25{
  border-bottom-color: rgb(217 249 157 / 0.25) !important;
}
.border-b-lime-200\/30{
  border-bottom-color: rgb(217 249 157 / 0.3) !important;
}
.border-b-lime-200\/35{
  border-bottom-color: rgb(217 249 157 / 0.35) !important;
}
.border-b-lime-200\/40{
  border-bottom-color: rgb(217 249 157 / 0.4) !important;
}
.border-b-lime-200\/45{
  border-bottom-color: rgb(217 249 157 / 0.45) !important;
}
.border-b-lime-200\/5{
  border-bottom-color: rgb(217 249 157 / 0.05) !important;
}
.border-b-lime-200\/50{
  border-bottom-color: rgb(217 249 157 / 0.5) !important;
}
.border-b-lime-200\/55{
  border-bottom-color: rgb(217 249 157 / 0.55) !important;
}
.border-b-lime-200\/60{
  border-bottom-color: rgb(217 249 157 / 0.6) !important;
}
.border-b-lime-200\/65{
  border-bottom-color: rgb(217 249 157 / 0.65) !important;
}
.border-b-lime-200\/70{
  border-bottom-color: rgb(217 249 157 / 0.7) !important;
}
.border-b-lime-200\/75{
  border-bottom-color: rgb(217 249 157 / 0.75) !important;
}
.border-b-lime-200\/80{
  border-bottom-color: rgb(217 249 157 / 0.8) !important;
}
.border-b-lime-200\/85{
  border-bottom-color: rgb(217 249 157 / 0.85) !important;
}
.border-b-lime-200\/90{
  border-bottom-color: rgb(217 249 157 / 0.9) !important;
}
.border-b-lime-200\/95{
  border-bottom-color: rgb(217 249 157 / 0.95) !important;
}
.border-b-lime-400{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-b-lime-400\/0{
  border-bottom-color: rgb(163 230 53 / 0) !important;
}
.border-b-lime-400\/10{
  border-bottom-color: rgb(163 230 53 / 0.1) !important;
}
.border-b-lime-400\/100{
  border-bottom-color: rgb(163 230 53 / 1) !important;
}
.border-b-lime-400\/15{
  border-bottom-color: rgb(163 230 53 / 0.15) !important;
}
.border-b-lime-400\/20{
  border-bottom-color: rgb(163 230 53 / 0.2) !important;
}
.border-b-lime-400\/25{
  border-bottom-color: rgb(163 230 53 / 0.25) !important;
}
.border-b-lime-400\/30{
  border-bottom-color: rgb(163 230 53 / 0.3) !important;
}
.border-b-lime-400\/35{
  border-bottom-color: rgb(163 230 53 / 0.35) !important;
}
.border-b-lime-400\/40{
  border-bottom-color: rgb(163 230 53 / 0.4) !important;
}
.border-b-lime-400\/45{
  border-bottom-color: rgb(163 230 53 / 0.45) !important;
}
.border-b-lime-400\/5{
  border-bottom-color: rgb(163 230 53 / 0.05) !important;
}
.border-b-lime-400\/50{
  border-bottom-color: rgb(163 230 53 / 0.5) !important;
}
.border-b-lime-400\/55{
  border-bottom-color: rgb(163 230 53 / 0.55) !important;
}
.border-b-lime-400\/60{
  border-bottom-color: rgb(163 230 53 / 0.6) !important;
}
.border-b-lime-400\/65{
  border-bottom-color: rgb(163 230 53 / 0.65) !important;
}
.border-b-lime-400\/70{
  border-bottom-color: rgb(163 230 53 / 0.7) !important;
}
.border-b-lime-400\/75{
  border-bottom-color: rgb(163 230 53 / 0.75) !important;
}
.border-b-lime-400\/80{
  border-bottom-color: rgb(163 230 53 / 0.8) !important;
}
.border-b-lime-400\/85{
  border-bottom-color: rgb(163 230 53 / 0.85) !important;
}
.border-b-lime-400\/90{
  border-bottom-color: rgb(163 230 53 / 0.9) !important;
}
.border-b-lime-400\/95{
  border-bottom-color: rgb(163 230 53 / 0.95) !important;
}
.border-b-lime-600{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-b-lime-600\/0{
  border-bottom-color: rgb(101 163 13 / 0) !important;
}
.border-b-lime-600\/10{
  border-bottom-color: rgb(101 163 13 / 0.1) !important;
}
.border-b-lime-600\/100{
  border-bottom-color: rgb(101 163 13 / 1) !important;
}
.border-b-lime-600\/15{
  border-bottom-color: rgb(101 163 13 / 0.15) !important;
}
.border-b-lime-600\/20{
  border-bottom-color: rgb(101 163 13 / 0.2) !important;
}
.border-b-lime-600\/25{
  border-bottom-color: rgb(101 163 13 / 0.25) !important;
}
.border-b-lime-600\/30{
  border-bottom-color: rgb(101 163 13 / 0.3) !important;
}
.border-b-lime-600\/35{
  border-bottom-color: rgb(101 163 13 / 0.35) !important;
}
.border-b-lime-600\/40{
  border-bottom-color: rgb(101 163 13 / 0.4) !important;
}
.border-b-lime-600\/45{
  border-bottom-color: rgb(101 163 13 / 0.45) !important;
}
.border-b-lime-600\/5{
  border-bottom-color: rgb(101 163 13 / 0.05) !important;
}
.border-b-lime-600\/50{
  border-bottom-color: rgb(101 163 13 / 0.5) !important;
}
.border-b-lime-600\/55{
  border-bottom-color: rgb(101 163 13 / 0.55) !important;
}
.border-b-lime-600\/60{
  border-bottom-color: rgb(101 163 13 / 0.6) !important;
}
.border-b-lime-600\/65{
  border-bottom-color: rgb(101 163 13 / 0.65) !important;
}
.border-b-lime-600\/70{
  border-bottom-color: rgb(101 163 13 / 0.7) !important;
}
.border-b-lime-600\/75{
  border-bottom-color: rgb(101 163 13 / 0.75) !important;
}
.border-b-lime-600\/80{
  border-bottom-color: rgb(101 163 13 / 0.8) !important;
}
.border-b-lime-600\/85{
  border-bottom-color: rgb(101 163 13 / 0.85) !important;
}
.border-b-lime-600\/90{
  border-bottom-color: rgb(101 163 13 / 0.9) !important;
}
.border-b-lime-600\/95{
  border-bottom-color: rgb(101 163 13 / 0.95) !important;
}
.border-b-lime-800{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-b-lime-800\/0{
  border-bottom-color: rgb(63 98 18 / 0) !important;
}
.border-b-lime-800\/10{
  border-bottom-color: rgb(63 98 18 / 0.1) !important;
}
.border-b-lime-800\/100{
  border-bottom-color: rgb(63 98 18 / 1) !important;
}
.border-b-lime-800\/15{
  border-bottom-color: rgb(63 98 18 / 0.15) !important;
}
.border-b-lime-800\/20{
  border-bottom-color: rgb(63 98 18 / 0.2) !important;
}
.border-b-lime-800\/25{
  border-bottom-color: rgb(63 98 18 / 0.25) !important;
}
.border-b-lime-800\/30{
  border-bottom-color: rgb(63 98 18 / 0.3) !important;
}
.border-b-lime-800\/35{
  border-bottom-color: rgb(63 98 18 / 0.35) !important;
}
.border-b-lime-800\/40{
  border-bottom-color: rgb(63 98 18 / 0.4) !important;
}
.border-b-lime-800\/45{
  border-bottom-color: rgb(63 98 18 / 0.45) !important;
}
.border-b-lime-800\/5{
  border-bottom-color: rgb(63 98 18 / 0.05) !important;
}
.border-b-lime-800\/50{
  border-bottom-color: rgb(63 98 18 / 0.5) !important;
}
.border-b-lime-800\/55{
  border-bottom-color: rgb(63 98 18 / 0.55) !important;
}
.border-b-lime-800\/60{
  border-bottom-color: rgb(63 98 18 / 0.6) !important;
}
.border-b-lime-800\/65{
  border-bottom-color: rgb(63 98 18 / 0.65) !important;
}
.border-b-lime-800\/70{
  border-bottom-color: rgb(63 98 18 / 0.7) !important;
}
.border-b-lime-800\/75{
  border-bottom-color: rgb(63 98 18 / 0.75) !important;
}
.border-b-lime-800\/80{
  border-bottom-color: rgb(63 98 18 / 0.8) !important;
}
.border-b-lime-800\/85{
  border-bottom-color: rgb(63 98 18 / 0.85) !important;
}
.border-b-lime-800\/90{
  border-bottom-color: rgb(63 98 18 / 0.9) !important;
}
.border-b-lime-800\/95{
  border-bottom-color: rgb(63 98 18 / 0.95) !important;
}
.border-e-lime-100{
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-e-lime-100\/0{
  border-inline-end-color: rgb(236 252 203 / 0) !important;
}
.border-e-lime-100\/10{
  border-inline-end-color: rgb(236 252 203 / 0.1) !important;
}
.border-e-lime-100\/100{
  border-inline-end-color: rgb(236 252 203 / 1) !important;
}
.border-e-lime-100\/15{
  border-inline-end-color: rgb(236 252 203 / 0.15) !important;
}
.border-e-lime-100\/20{
  border-inline-end-color: rgb(236 252 203 / 0.2) !important;
}
.border-e-lime-100\/25{
  border-inline-end-color: rgb(236 252 203 / 0.25) !important;
}
.border-e-lime-100\/30{
  border-inline-end-color: rgb(236 252 203 / 0.3) !important;
}
.border-e-lime-100\/35{
  border-inline-end-color: rgb(236 252 203 / 0.35) !important;
}
.border-e-lime-100\/40{
  border-inline-end-color: rgb(236 252 203 / 0.4) !important;
}
.border-e-lime-100\/45{
  border-inline-end-color: rgb(236 252 203 / 0.45) !important;
}
.border-e-lime-100\/5{
  border-inline-end-color: rgb(236 252 203 / 0.05) !important;
}
.border-e-lime-100\/50{
  border-inline-end-color: rgb(236 252 203 / 0.5) !important;
}
.border-e-lime-100\/55{
  border-inline-end-color: rgb(236 252 203 / 0.55) !important;
}
.border-e-lime-100\/60{
  border-inline-end-color: rgb(236 252 203 / 0.6) !important;
}
.border-e-lime-100\/65{
  border-inline-end-color: rgb(236 252 203 / 0.65) !important;
}
.border-e-lime-100\/70{
  border-inline-end-color: rgb(236 252 203 / 0.7) !important;
}
.border-e-lime-100\/75{
  border-inline-end-color: rgb(236 252 203 / 0.75) !important;
}
.border-e-lime-100\/80{
  border-inline-end-color: rgb(236 252 203 / 0.8) !important;
}
.border-e-lime-100\/85{
  border-inline-end-color: rgb(236 252 203 / 0.85) !important;
}
.border-e-lime-100\/90{
  border-inline-end-color: rgb(236 252 203 / 0.9) !important;
}
.border-e-lime-100\/95{
  border-inline-end-color: rgb(236 252 203 / 0.95) !important;
}
.border-e-lime-200{
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-e-lime-200\/0{
  border-inline-end-color: rgb(217 249 157 / 0) !important;
}
.border-e-lime-200\/10{
  border-inline-end-color: rgb(217 249 157 / 0.1) !important;
}
.border-e-lime-200\/100{
  border-inline-end-color: rgb(217 249 157 / 1) !important;
}
.border-e-lime-200\/15{
  border-inline-end-color: rgb(217 249 157 / 0.15) !important;
}
.border-e-lime-200\/20{
  border-inline-end-color: rgb(217 249 157 / 0.2) !important;
}
.border-e-lime-200\/25{
  border-inline-end-color: rgb(217 249 157 / 0.25) !important;
}
.border-e-lime-200\/30{
  border-inline-end-color: rgb(217 249 157 / 0.3) !important;
}
.border-e-lime-200\/35{
  border-inline-end-color: rgb(217 249 157 / 0.35) !important;
}
.border-e-lime-200\/40{
  border-inline-end-color: rgb(217 249 157 / 0.4) !important;
}
.border-e-lime-200\/45{
  border-inline-end-color: rgb(217 249 157 / 0.45) !important;
}
.border-e-lime-200\/5{
  border-inline-end-color: rgb(217 249 157 / 0.05) !important;
}
.border-e-lime-200\/50{
  border-inline-end-color: rgb(217 249 157 / 0.5) !important;
}
.border-e-lime-200\/55{
  border-inline-end-color: rgb(217 249 157 / 0.55) !important;
}
.border-e-lime-200\/60{
  border-inline-end-color: rgb(217 249 157 / 0.6) !important;
}
.border-e-lime-200\/65{
  border-inline-end-color: rgb(217 249 157 / 0.65) !important;
}
.border-e-lime-200\/70{
  border-inline-end-color: rgb(217 249 157 / 0.7) !important;
}
.border-e-lime-200\/75{
  border-inline-end-color: rgb(217 249 157 / 0.75) !important;
}
.border-e-lime-200\/80{
  border-inline-end-color: rgb(217 249 157 / 0.8) !important;
}
.border-e-lime-200\/85{
  border-inline-end-color: rgb(217 249 157 / 0.85) !important;
}
.border-e-lime-200\/90{
  border-inline-end-color: rgb(217 249 157 / 0.9) !important;
}
.border-e-lime-200\/95{
  border-inline-end-color: rgb(217 249 157 / 0.95) !important;
}
.border-e-lime-400{
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-e-lime-400\/0{
  border-inline-end-color: rgb(163 230 53 / 0) !important;
}
.border-e-lime-400\/10{
  border-inline-end-color: rgb(163 230 53 / 0.1) !important;
}
.border-e-lime-400\/100{
  border-inline-end-color: rgb(163 230 53 / 1) !important;
}
.border-e-lime-400\/15{
  border-inline-end-color: rgb(163 230 53 / 0.15) !important;
}
.border-e-lime-400\/20{
  border-inline-end-color: rgb(163 230 53 / 0.2) !important;
}
.border-e-lime-400\/25{
  border-inline-end-color: rgb(163 230 53 / 0.25) !important;
}
.border-e-lime-400\/30{
  border-inline-end-color: rgb(163 230 53 / 0.3) !important;
}
.border-e-lime-400\/35{
  border-inline-end-color: rgb(163 230 53 / 0.35) !important;
}
.border-e-lime-400\/40{
  border-inline-end-color: rgb(163 230 53 / 0.4) !important;
}
.border-e-lime-400\/45{
  border-inline-end-color: rgb(163 230 53 / 0.45) !important;
}
.border-e-lime-400\/5{
  border-inline-end-color: rgb(163 230 53 / 0.05) !important;
}
.border-e-lime-400\/50{
  border-inline-end-color: rgb(163 230 53 / 0.5) !important;
}
.border-e-lime-400\/55{
  border-inline-end-color: rgb(163 230 53 / 0.55) !important;
}
.border-e-lime-400\/60{
  border-inline-end-color: rgb(163 230 53 / 0.6) !important;
}
.border-e-lime-400\/65{
  border-inline-end-color: rgb(163 230 53 / 0.65) !important;
}
.border-e-lime-400\/70{
  border-inline-end-color: rgb(163 230 53 / 0.7) !important;
}
.border-e-lime-400\/75{
  border-inline-end-color: rgb(163 230 53 / 0.75) !important;
}
.border-e-lime-400\/80{
  border-inline-end-color: rgb(163 230 53 / 0.8) !important;
}
.border-e-lime-400\/85{
  border-inline-end-color: rgb(163 230 53 / 0.85) !important;
}
.border-e-lime-400\/90{
  border-inline-end-color: rgb(163 230 53 / 0.9) !important;
}
.border-e-lime-400\/95{
  border-inline-end-color: rgb(163 230 53 / 0.95) !important;
}
.border-e-lime-600{
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-e-lime-600\/0{
  border-inline-end-color: rgb(101 163 13 / 0) !important;
}
.border-e-lime-600\/10{
  border-inline-end-color: rgb(101 163 13 / 0.1) !important;
}
.border-e-lime-600\/100{
  border-inline-end-color: rgb(101 163 13 / 1) !important;
}
.border-e-lime-600\/15{
  border-inline-end-color: rgb(101 163 13 / 0.15) !important;
}
.border-e-lime-600\/20{
  border-inline-end-color: rgb(101 163 13 / 0.2) !important;
}
.border-e-lime-600\/25{
  border-inline-end-color: rgb(101 163 13 / 0.25) !important;
}
.border-e-lime-600\/30{
  border-inline-end-color: rgb(101 163 13 / 0.3) !important;
}
.border-e-lime-600\/35{
  border-inline-end-color: rgb(101 163 13 / 0.35) !important;
}
.border-e-lime-600\/40{
  border-inline-end-color: rgb(101 163 13 / 0.4) !important;
}
.border-e-lime-600\/45{
  border-inline-end-color: rgb(101 163 13 / 0.45) !important;
}
.border-e-lime-600\/5{
  border-inline-end-color: rgb(101 163 13 / 0.05) !important;
}
.border-e-lime-600\/50{
  border-inline-end-color: rgb(101 163 13 / 0.5) !important;
}
.border-e-lime-600\/55{
  border-inline-end-color: rgb(101 163 13 / 0.55) !important;
}
.border-e-lime-600\/60{
  border-inline-end-color: rgb(101 163 13 / 0.6) !important;
}
.border-e-lime-600\/65{
  border-inline-end-color: rgb(101 163 13 / 0.65) !important;
}
.border-e-lime-600\/70{
  border-inline-end-color: rgb(101 163 13 / 0.7) !important;
}
.border-e-lime-600\/75{
  border-inline-end-color: rgb(101 163 13 / 0.75) !important;
}
.border-e-lime-600\/80{
  border-inline-end-color: rgb(101 163 13 / 0.8) !important;
}
.border-e-lime-600\/85{
  border-inline-end-color: rgb(101 163 13 / 0.85) !important;
}
.border-e-lime-600\/90{
  border-inline-end-color: rgb(101 163 13 / 0.9) !important;
}
.border-e-lime-600\/95{
  border-inline-end-color: rgb(101 163 13 / 0.95) !important;
}
.border-e-lime-800{
  --tw-border-opacity: 1 !important;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-e-lime-800\/0{
  border-inline-end-color: rgb(63 98 18 / 0) !important;
}
.border-e-lime-800\/10{
  border-inline-end-color: rgb(63 98 18 / 0.1) !important;
}
.border-e-lime-800\/100{
  border-inline-end-color: rgb(63 98 18 / 1) !important;
}
.border-e-lime-800\/15{
  border-inline-end-color: rgb(63 98 18 / 0.15) !important;
}
.border-e-lime-800\/20{
  border-inline-end-color: rgb(63 98 18 / 0.2) !important;
}
.border-e-lime-800\/25{
  border-inline-end-color: rgb(63 98 18 / 0.25) !important;
}
.border-e-lime-800\/30{
  border-inline-end-color: rgb(63 98 18 / 0.3) !important;
}
.border-e-lime-800\/35{
  border-inline-end-color: rgb(63 98 18 / 0.35) !important;
}
.border-e-lime-800\/40{
  border-inline-end-color: rgb(63 98 18 / 0.4) !important;
}
.border-e-lime-800\/45{
  border-inline-end-color: rgb(63 98 18 / 0.45) !important;
}
.border-e-lime-800\/5{
  border-inline-end-color: rgb(63 98 18 / 0.05) !important;
}
.border-e-lime-800\/50{
  border-inline-end-color: rgb(63 98 18 / 0.5) !important;
}
.border-e-lime-800\/55{
  border-inline-end-color: rgb(63 98 18 / 0.55) !important;
}
.border-e-lime-800\/60{
  border-inline-end-color: rgb(63 98 18 / 0.6) !important;
}
.border-e-lime-800\/65{
  border-inline-end-color: rgb(63 98 18 / 0.65) !important;
}
.border-e-lime-800\/70{
  border-inline-end-color: rgb(63 98 18 / 0.7) !important;
}
.border-e-lime-800\/75{
  border-inline-end-color: rgb(63 98 18 / 0.75) !important;
}
.border-e-lime-800\/80{
  border-inline-end-color: rgb(63 98 18 / 0.8) !important;
}
.border-e-lime-800\/85{
  border-inline-end-color: rgb(63 98 18 / 0.85) !important;
}
.border-e-lime-800\/90{
  border-inline-end-color: rgb(63 98 18 / 0.9) !important;
}
.border-e-lime-800\/95{
  border-inline-end-color: rgb(63 98 18 / 0.95) !important;
}
.border-l-lime-100{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-l-lime-100\/0{
  border-left-color: rgb(236 252 203 / 0) !important;
}
.border-l-lime-100\/10{
  border-left-color: rgb(236 252 203 / 0.1) !important;
}
.border-l-lime-100\/100{
  border-left-color: rgb(236 252 203 / 1) !important;
}
.border-l-lime-100\/15{
  border-left-color: rgb(236 252 203 / 0.15) !important;
}
.border-l-lime-100\/20{
  border-left-color: rgb(236 252 203 / 0.2) !important;
}
.border-l-lime-100\/25{
  border-left-color: rgb(236 252 203 / 0.25) !important;
}
.border-l-lime-100\/30{
  border-left-color: rgb(236 252 203 / 0.3) !important;
}
.border-l-lime-100\/35{
  border-left-color: rgb(236 252 203 / 0.35) !important;
}
.border-l-lime-100\/40{
  border-left-color: rgb(236 252 203 / 0.4) !important;
}
.border-l-lime-100\/45{
  border-left-color: rgb(236 252 203 / 0.45) !important;
}
.border-l-lime-100\/5{
  border-left-color: rgb(236 252 203 / 0.05) !important;
}
.border-l-lime-100\/50{
  border-left-color: rgb(236 252 203 / 0.5) !important;
}
.border-l-lime-100\/55{
  border-left-color: rgb(236 252 203 / 0.55) !important;
}
.border-l-lime-100\/60{
  border-left-color: rgb(236 252 203 / 0.6) !important;
}
.border-l-lime-100\/65{
  border-left-color: rgb(236 252 203 / 0.65) !important;
}
.border-l-lime-100\/70{
  border-left-color: rgb(236 252 203 / 0.7) !important;
}
.border-l-lime-100\/75{
  border-left-color: rgb(236 252 203 / 0.75) !important;
}
.border-l-lime-100\/80{
  border-left-color: rgb(236 252 203 / 0.8) !important;
}
.border-l-lime-100\/85{
  border-left-color: rgb(236 252 203 / 0.85) !important;
}
.border-l-lime-100\/90{
  border-left-color: rgb(236 252 203 / 0.9) !important;
}
.border-l-lime-100\/95{
  border-left-color: rgb(236 252 203 / 0.95) !important;
}
.border-l-lime-200{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-l-lime-200\/0{
  border-left-color: rgb(217 249 157 / 0) !important;
}
.border-l-lime-200\/10{
  border-left-color: rgb(217 249 157 / 0.1) !important;
}
.border-l-lime-200\/100{
  border-left-color: rgb(217 249 157 / 1) !important;
}
.border-l-lime-200\/15{
  border-left-color: rgb(217 249 157 / 0.15) !important;
}
.border-l-lime-200\/20{
  border-left-color: rgb(217 249 157 / 0.2) !important;
}
.border-l-lime-200\/25{
  border-left-color: rgb(217 249 157 / 0.25) !important;
}
.border-l-lime-200\/30{
  border-left-color: rgb(217 249 157 / 0.3) !important;
}
.border-l-lime-200\/35{
  border-left-color: rgb(217 249 157 / 0.35) !important;
}
.border-l-lime-200\/40{
  border-left-color: rgb(217 249 157 / 0.4) !important;
}
.border-l-lime-200\/45{
  border-left-color: rgb(217 249 157 / 0.45) !important;
}
.border-l-lime-200\/5{
  border-left-color: rgb(217 249 157 / 0.05) !important;
}
.border-l-lime-200\/50{
  border-left-color: rgb(217 249 157 / 0.5) !important;
}
.border-l-lime-200\/55{
  border-left-color: rgb(217 249 157 / 0.55) !important;
}
.border-l-lime-200\/60{
  border-left-color: rgb(217 249 157 / 0.6) !important;
}
.border-l-lime-200\/65{
  border-left-color: rgb(217 249 157 / 0.65) !important;
}
.border-l-lime-200\/70{
  border-left-color: rgb(217 249 157 / 0.7) !important;
}
.border-l-lime-200\/75{
  border-left-color: rgb(217 249 157 / 0.75) !important;
}
.border-l-lime-200\/80{
  border-left-color: rgb(217 249 157 / 0.8) !important;
}
.border-l-lime-200\/85{
  border-left-color: rgb(217 249 157 / 0.85) !important;
}
.border-l-lime-200\/90{
  border-left-color: rgb(217 249 157 / 0.9) !important;
}
.border-l-lime-200\/95{
  border-left-color: rgb(217 249 157 / 0.95) !important;
}
.border-l-lime-400{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-l-lime-400\/0{
  border-left-color: rgb(163 230 53 / 0) !important;
}
.border-l-lime-400\/10{
  border-left-color: rgb(163 230 53 / 0.1) !important;
}
.border-l-lime-400\/100{
  border-left-color: rgb(163 230 53 / 1) !important;
}
.border-l-lime-400\/15{
  border-left-color: rgb(163 230 53 / 0.15) !important;
}
.border-l-lime-400\/20{
  border-left-color: rgb(163 230 53 / 0.2) !important;
}
.border-l-lime-400\/25{
  border-left-color: rgb(163 230 53 / 0.25) !important;
}
.border-l-lime-400\/30{
  border-left-color: rgb(163 230 53 / 0.3) !important;
}
.border-l-lime-400\/35{
  border-left-color: rgb(163 230 53 / 0.35) !important;
}
.border-l-lime-400\/40{
  border-left-color: rgb(163 230 53 / 0.4) !important;
}
.border-l-lime-400\/45{
  border-left-color: rgb(163 230 53 / 0.45) !important;
}
.border-l-lime-400\/5{
  border-left-color: rgb(163 230 53 / 0.05) !important;
}
.border-l-lime-400\/50{
  border-left-color: rgb(163 230 53 / 0.5) !important;
}
.border-l-lime-400\/55{
  border-left-color: rgb(163 230 53 / 0.55) !important;
}
.border-l-lime-400\/60{
  border-left-color: rgb(163 230 53 / 0.6) !important;
}
.border-l-lime-400\/65{
  border-left-color: rgb(163 230 53 / 0.65) !important;
}
.border-l-lime-400\/70{
  border-left-color: rgb(163 230 53 / 0.7) !important;
}
.border-l-lime-400\/75{
  border-left-color: rgb(163 230 53 / 0.75) !important;
}
.border-l-lime-400\/80{
  border-left-color: rgb(163 230 53 / 0.8) !important;
}
.border-l-lime-400\/85{
  border-left-color: rgb(163 230 53 / 0.85) !important;
}
.border-l-lime-400\/90{
  border-left-color: rgb(163 230 53 / 0.9) !important;
}
.border-l-lime-400\/95{
  border-left-color: rgb(163 230 53 / 0.95) !important;
}
.border-l-lime-600{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-l-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0) !important;
}
.border-l-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1) !important;
}
.border-l-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1) !important;
}
.border-l-lime-600\/15{
  border-left-color: rgb(101 163 13 / 0.15) !important;
}
.border-l-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2) !important;
}
.border-l-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25) !important;
}
.border-l-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3) !important;
}
.border-l-lime-600\/35{
  border-left-color: rgb(101 163 13 / 0.35) !important;
}
.border-l-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4) !important;
}
.border-l-lime-600\/45{
  border-left-color: rgb(101 163 13 / 0.45) !important;
}
.border-l-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05) !important;
}
.border-l-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5) !important;
}
.border-l-lime-600\/55{
  border-left-color: rgb(101 163 13 / 0.55) !important;
}
.border-l-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6) !important;
}
.border-l-lime-600\/65{
  border-left-color: rgb(101 163 13 / 0.65) !important;
}
.border-l-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7) !important;
}
.border-l-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75) !important;
}
.border-l-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8) !important;
}
.border-l-lime-600\/85{
  border-left-color: rgb(101 163 13 / 0.85) !important;
}
.border-l-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9) !important;
}
.border-l-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95) !important;
}
.border-l-lime-800{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-l-lime-800\/0{
  border-left-color: rgb(63 98 18 / 0) !important;
}
.border-l-lime-800\/10{
  border-left-color: rgb(63 98 18 / 0.1) !important;
}
.border-l-lime-800\/100{
  border-left-color: rgb(63 98 18 / 1) !important;
}
.border-l-lime-800\/15{
  border-left-color: rgb(63 98 18 / 0.15) !important;
}
.border-l-lime-800\/20{
  border-left-color: rgb(63 98 18 / 0.2) !important;
}
.border-l-lime-800\/25{
  border-left-color: rgb(63 98 18 / 0.25) !important;
}
.border-l-lime-800\/30{
  border-left-color: rgb(63 98 18 / 0.3) !important;
}
.border-l-lime-800\/35{
  border-left-color: rgb(63 98 18 / 0.35) !important;
}
.border-l-lime-800\/40{
  border-left-color: rgb(63 98 18 / 0.4) !important;
}
.border-l-lime-800\/45{
  border-left-color: rgb(63 98 18 / 0.45) !important;
}
.border-l-lime-800\/5{
  border-left-color: rgb(63 98 18 / 0.05) !important;
}
.border-l-lime-800\/50{
  border-left-color: rgb(63 98 18 / 0.5) !important;
}
.border-l-lime-800\/55{
  border-left-color: rgb(63 98 18 / 0.55) !important;
}
.border-l-lime-800\/60{
  border-left-color: rgb(63 98 18 / 0.6) !important;
}
.border-l-lime-800\/65{
  border-left-color: rgb(63 98 18 / 0.65) !important;
}
.border-l-lime-800\/70{
  border-left-color: rgb(63 98 18 / 0.7) !important;
}
.border-l-lime-800\/75{
  border-left-color: rgb(63 98 18 / 0.75) !important;
}
.border-l-lime-800\/80{
  border-left-color: rgb(63 98 18 / 0.8) !important;
}
.border-l-lime-800\/85{
  border-left-color: rgb(63 98 18 / 0.85) !important;
}
.border-l-lime-800\/90{
  border-left-color: rgb(63 98 18 / 0.9) !important;
}
.border-l-lime-800\/95{
  border-left-color: rgb(63 98 18 / 0.95) !important;
}
.border-r-lime-100{
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-r-lime-100\/0{
  border-right-color: rgb(236 252 203 / 0) !important;
}
.border-r-lime-100\/10{
  border-right-color: rgb(236 252 203 / 0.1) !important;
}
.border-r-lime-100\/100{
  border-right-color: rgb(236 252 203 / 1) !important;
}
.border-r-lime-100\/15{
  border-right-color: rgb(236 252 203 / 0.15) !important;
}
.border-r-lime-100\/20{
  border-right-color: rgb(236 252 203 / 0.2) !important;
}
.border-r-lime-100\/25{
  border-right-color: rgb(236 252 203 / 0.25) !important;
}
.border-r-lime-100\/30{
  border-right-color: rgb(236 252 203 / 0.3) !important;
}
.border-r-lime-100\/35{
  border-right-color: rgb(236 252 203 / 0.35) !important;
}
.border-r-lime-100\/40{
  border-right-color: rgb(236 252 203 / 0.4) !important;
}
.border-r-lime-100\/45{
  border-right-color: rgb(236 252 203 / 0.45) !important;
}
.border-r-lime-100\/5{
  border-right-color: rgb(236 252 203 / 0.05) !important;
}
.border-r-lime-100\/50{
  border-right-color: rgb(236 252 203 / 0.5) !important;
}
.border-r-lime-100\/55{
  border-right-color: rgb(236 252 203 / 0.55) !important;
}
.border-r-lime-100\/60{
  border-right-color: rgb(236 252 203 / 0.6) !important;
}
.border-r-lime-100\/65{
  border-right-color: rgb(236 252 203 / 0.65) !important;
}
.border-r-lime-100\/70{
  border-right-color: rgb(236 252 203 / 0.7) !important;
}
.border-r-lime-100\/75{
  border-right-color: rgb(236 252 203 / 0.75) !important;
}
.border-r-lime-100\/80{
  border-right-color: rgb(236 252 203 / 0.8) !important;
}
.border-r-lime-100\/85{
  border-right-color: rgb(236 252 203 / 0.85) !important;
}
.border-r-lime-100\/90{
  border-right-color: rgb(236 252 203 / 0.9) !important;
}
.border-r-lime-100\/95{
  border-right-color: rgb(236 252 203 / 0.95) !important;
}
.border-r-lime-200{
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-r-lime-200\/0{
  border-right-color: rgb(217 249 157 / 0) !important;
}
.border-r-lime-200\/10{
  border-right-color: rgb(217 249 157 / 0.1) !important;
}
.border-r-lime-200\/100{
  border-right-color: rgb(217 249 157 / 1) !important;
}
.border-r-lime-200\/15{
  border-right-color: rgb(217 249 157 / 0.15) !important;
}
.border-r-lime-200\/20{
  border-right-color: rgb(217 249 157 / 0.2) !important;
}
.border-r-lime-200\/25{
  border-right-color: rgb(217 249 157 / 0.25) !important;
}
.border-r-lime-200\/30{
  border-right-color: rgb(217 249 157 / 0.3) !important;
}
.border-r-lime-200\/35{
  border-right-color: rgb(217 249 157 / 0.35) !important;
}
.border-r-lime-200\/40{
  border-right-color: rgb(217 249 157 / 0.4) !important;
}
.border-r-lime-200\/45{
  border-right-color: rgb(217 249 157 / 0.45) !important;
}
.border-r-lime-200\/5{
  border-right-color: rgb(217 249 157 / 0.05) !important;
}
.border-r-lime-200\/50{
  border-right-color: rgb(217 249 157 / 0.5) !important;
}
.border-r-lime-200\/55{
  border-right-color: rgb(217 249 157 / 0.55) !important;
}
.border-r-lime-200\/60{
  border-right-color: rgb(217 249 157 / 0.6) !important;
}
.border-r-lime-200\/65{
  border-right-color: rgb(217 249 157 / 0.65) !important;
}
.border-r-lime-200\/70{
  border-right-color: rgb(217 249 157 / 0.7) !important;
}
.border-r-lime-200\/75{
  border-right-color: rgb(217 249 157 / 0.75) !important;
}
.border-r-lime-200\/80{
  border-right-color: rgb(217 249 157 / 0.8) !important;
}
.border-r-lime-200\/85{
  border-right-color: rgb(217 249 157 / 0.85) !important;
}
.border-r-lime-200\/90{
  border-right-color: rgb(217 249 157 / 0.9) !important;
}
.border-r-lime-200\/95{
  border-right-color: rgb(217 249 157 / 0.95) !important;
}
.border-r-lime-400{
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-r-lime-400\/0{
  border-right-color: rgb(163 230 53 / 0) !important;
}
.border-r-lime-400\/10{
  border-right-color: rgb(163 230 53 / 0.1) !important;
}
.border-r-lime-400\/100{
  border-right-color: rgb(163 230 53 / 1) !important;
}
.border-r-lime-400\/15{
  border-right-color: rgb(163 230 53 / 0.15) !important;
}
.border-r-lime-400\/20{
  border-right-color: rgb(163 230 53 / 0.2) !important;
}
.border-r-lime-400\/25{
  border-right-color: rgb(163 230 53 / 0.25) !important;
}
.border-r-lime-400\/30{
  border-right-color: rgb(163 230 53 / 0.3) !important;
}
.border-r-lime-400\/35{
  border-right-color: rgb(163 230 53 / 0.35) !important;
}
.border-r-lime-400\/40{
  border-right-color: rgb(163 230 53 / 0.4) !important;
}
.border-r-lime-400\/45{
  border-right-color: rgb(163 230 53 / 0.45) !important;
}
.border-r-lime-400\/5{
  border-right-color: rgb(163 230 53 / 0.05) !important;
}
.border-r-lime-400\/50{
  border-right-color: rgb(163 230 53 / 0.5) !important;
}
.border-r-lime-400\/55{
  border-right-color: rgb(163 230 53 / 0.55) !important;
}
.border-r-lime-400\/60{
  border-right-color: rgb(163 230 53 / 0.6) !important;
}
.border-r-lime-400\/65{
  border-right-color: rgb(163 230 53 / 0.65) !important;
}
.border-r-lime-400\/70{
  border-right-color: rgb(163 230 53 / 0.7) !important;
}
.border-r-lime-400\/75{
  border-right-color: rgb(163 230 53 / 0.75) !important;
}
.border-r-lime-400\/80{
  border-right-color: rgb(163 230 53 / 0.8) !important;
}
.border-r-lime-400\/85{
  border-right-color: rgb(163 230 53 / 0.85) !important;
}
.border-r-lime-400\/90{
  border-right-color: rgb(163 230 53 / 0.9) !important;
}
.border-r-lime-400\/95{
  border-right-color: rgb(163 230 53 / 0.95) !important;
}
.border-r-lime-600{
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-r-lime-600\/0{
  border-right-color: rgb(101 163 13 / 0) !important;
}
.border-r-lime-600\/10{
  border-right-color: rgb(101 163 13 / 0.1) !important;
}
.border-r-lime-600\/100{
  border-right-color: rgb(101 163 13 / 1) !important;
}
.border-r-lime-600\/15{
  border-right-color: rgb(101 163 13 / 0.15) !important;
}
.border-r-lime-600\/20{
  border-right-color: rgb(101 163 13 / 0.2) !important;
}
.border-r-lime-600\/25{
  border-right-color: rgb(101 163 13 / 0.25) !important;
}
.border-r-lime-600\/30{
  border-right-color: rgb(101 163 13 / 0.3) !important;
}
.border-r-lime-600\/35{
  border-right-color: rgb(101 163 13 / 0.35) !important;
}
.border-r-lime-600\/40{
  border-right-color: rgb(101 163 13 / 0.4) !important;
}
.border-r-lime-600\/45{
  border-right-color: rgb(101 163 13 / 0.45) !important;
}
.border-r-lime-600\/5{
  border-right-color: rgb(101 163 13 / 0.05) !important;
}
.border-r-lime-600\/50{
  border-right-color: rgb(101 163 13 / 0.5) !important;
}
.border-r-lime-600\/55{
  border-right-color: rgb(101 163 13 / 0.55) !important;
}
.border-r-lime-600\/60{
  border-right-color: rgb(101 163 13 / 0.6) !important;
}
.border-r-lime-600\/65{
  border-right-color: rgb(101 163 13 / 0.65) !important;
}
.border-r-lime-600\/70{
  border-right-color: rgb(101 163 13 / 0.7) !important;
}
.border-r-lime-600\/75{
  border-right-color: rgb(101 163 13 / 0.75) !important;
}
.border-r-lime-600\/80{
  border-right-color: rgb(101 163 13 / 0.8) !important;
}
.border-r-lime-600\/85{
  border-right-color: rgb(101 163 13 / 0.85) !important;
}
.border-r-lime-600\/90{
  border-right-color: rgb(101 163 13 / 0.9) !important;
}
.border-r-lime-600\/95{
  border-right-color: rgb(101 163 13 / 0.95) !important;
}
.border-r-lime-800{
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-r-lime-800\/0{
  border-right-color: rgb(63 98 18 / 0) !important;
}
.border-r-lime-800\/10{
  border-right-color: rgb(63 98 18 / 0.1) !important;
}
.border-r-lime-800\/100{
  border-right-color: rgb(63 98 18 / 1) !important;
}
.border-r-lime-800\/15{
  border-right-color: rgb(63 98 18 / 0.15) !important;
}
.border-r-lime-800\/20{
  border-right-color: rgb(63 98 18 / 0.2) !important;
}
.border-r-lime-800\/25{
  border-right-color: rgb(63 98 18 / 0.25) !important;
}
.border-r-lime-800\/30{
  border-right-color: rgb(63 98 18 / 0.3) !important;
}
.border-r-lime-800\/35{
  border-right-color: rgb(63 98 18 / 0.35) !important;
}
.border-r-lime-800\/40{
  border-right-color: rgb(63 98 18 / 0.4) !important;
}
.border-r-lime-800\/45{
  border-right-color: rgb(63 98 18 / 0.45) !important;
}
.border-r-lime-800\/5{
  border-right-color: rgb(63 98 18 / 0.05) !important;
}
.border-r-lime-800\/50{
  border-right-color: rgb(63 98 18 / 0.5) !important;
}
.border-r-lime-800\/55{
  border-right-color: rgb(63 98 18 / 0.55) !important;
}
.border-r-lime-800\/60{
  border-right-color: rgb(63 98 18 / 0.6) !important;
}
.border-r-lime-800\/65{
  border-right-color: rgb(63 98 18 / 0.65) !important;
}
.border-r-lime-800\/70{
  border-right-color: rgb(63 98 18 / 0.7) !important;
}
.border-r-lime-800\/75{
  border-right-color: rgb(63 98 18 / 0.75) !important;
}
.border-r-lime-800\/80{
  border-right-color: rgb(63 98 18 / 0.8) !important;
}
.border-r-lime-800\/85{
  border-right-color: rgb(63 98 18 / 0.85) !important;
}
.border-r-lime-800\/90{
  border-right-color: rgb(63 98 18 / 0.9) !important;
}
.border-r-lime-800\/95{
  border-right-color: rgb(63 98 18 / 0.95) !important;
}
.border-s-lime-100{
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-s-lime-100\/0{
  border-inline-start-color: rgb(236 252 203 / 0) !important;
}
.border-s-lime-100\/10{
  border-inline-start-color: rgb(236 252 203 / 0.1) !important;
}
.border-s-lime-100\/100{
  border-inline-start-color: rgb(236 252 203 / 1) !important;
}
.border-s-lime-100\/15{
  border-inline-start-color: rgb(236 252 203 / 0.15) !important;
}
.border-s-lime-100\/20{
  border-inline-start-color: rgb(236 252 203 / 0.2) !important;
}
.border-s-lime-100\/25{
  border-inline-start-color: rgb(236 252 203 / 0.25) !important;
}
.border-s-lime-100\/30{
  border-inline-start-color: rgb(236 252 203 / 0.3) !important;
}
.border-s-lime-100\/35{
  border-inline-start-color: rgb(236 252 203 / 0.35) !important;
}
.border-s-lime-100\/40{
  border-inline-start-color: rgb(236 252 203 / 0.4) !important;
}
.border-s-lime-100\/45{
  border-inline-start-color: rgb(236 252 203 / 0.45) !important;
}
.border-s-lime-100\/5{
  border-inline-start-color: rgb(236 252 203 / 0.05) !important;
}
.border-s-lime-100\/50{
  border-inline-start-color: rgb(236 252 203 / 0.5) !important;
}
.border-s-lime-100\/55{
  border-inline-start-color: rgb(236 252 203 / 0.55) !important;
}
.border-s-lime-100\/60{
  border-inline-start-color: rgb(236 252 203 / 0.6) !important;
}
.border-s-lime-100\/65{
  border-inline-start-color: rgb(236 252 203 / 0.65) !important;
}
.border-s-lime-100\/70{
  border-inline-start-color: rgb(236 252 203 / 0.7) !important;
}
.border-s-lime-100\/75{
  border-inline-start-color: rgb(236 252 203 / 0.75) !important;
}
.border-s-lime-100\/80{
  border-inline-start-color: rgb(236 252 203 / 0.8) !important;
}
.border-s-lime-100\/85{
  border-inline-start-color: rgb(236 252 203 / 0.85) !important;
}
.border-s-lime-100\/90{
  border-inline-start-color: rgb(236 252 203 / 0.9) !important;
}
.border-s-lime-100\/95{
  border-inline-start-color: rgb(236 252 203 / 0.95) !important;
}
.border-s-lime-200{
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-s-lime-200\/0{
  border-inline-start-color: rgb(217 249 157 / 0) !important;
}
.border-s-lime-200\/10{
  border-inline-start-color: rgb(217 249 157 / 0.1) !important;
}
.border-s-lime-200\/100{
  border-inline-start-color: rgb(217 249 157 / 1) !important;
}
.border-s-lime-200\/15{
  border-inline-start-color: rgb(217 249 157 / 0.15) !important;
}
.border-s-lime-200\/20{
  border-inline-start-color: rgb(217 249 157 / 0.2) !important;
}
.border-s-lime-200\/25{
  border-inline-start-color: rgb(217 249 157 / 0.25) !important;
}
.border-s-lime-200\/30{
  border-inline-start-color: rgb(217 249 157 / 0.3) !important;
}
.border-s-lime-200\/35{
  border-inline-start-color: rgb(217 249 157 / 0.35) !important;
}
.border-s-lime-200\/40{
  border-inline-start-color: rgb(217 249 157 / 0.4) !important;
}
.border-s-lime-200\/45{
  border-inline-start-color: rgb(217 249 157 / 0.45) !important;
}
.border-s-lime-200\/5{
  border-inline-start-color: rgb(217 249 157 / 0.05) !important;
}
.border-s-lime-200\/50{
  border-inline-start-color: rgb(217 249 157 / 0.5) !important;
}
.border-s-lime-200\/55{
  border-inline-start-color: rgb(217 249 157 / 0.55) !important;
}
.border-s-lime-200\/60{
  border-inline-start-color: rgb(217 249 157 / 0.6) !important;
}
.border-s-lime-200\/65{
  border-inline-start-color: rgb(217 249 157 / 0.65) !important;
}
.border-s-lime-200\/70{
  border-inline-start-color: rgb(217 249 157 / 0.7) !important;
}
.border-s-lime-200\/75{
  border-inline-start-color: rgb(217 249 157 / 0.75) !important;
}
.border-s-lime-200\/80{
  border-inline-start-color: rgb(217 249 157 / 0.8) !important;
}
.border-s-lime-200\/85{
  border-inline-start-color: rgb(217 249 157 / 0.85) !important;
}
.border-s-lime-200\/90{
  border-inline-start-color: rgb(217 249 157 / 0.9) !important;
}
.border-s-lime-200\/95{
  border-inline-start-color: rgb(217 249 157 / 0.95) !important;
}
.border-s-lime-400{
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-s-lime-400\/0{
  border-inline-start-color: rgb(163 230 53 / 0) !important;
}
.border-s-lime-400\/10{
  border-inline-start-color: rgb(163 230 53 / 0.1) !important;
}
.border-s-lime-400\/100{
  border-inline-start-color: rgb(163 230 53 / 1) !important;
}
.border-s-lime-400\/15{
  border-inline-start-color: rgb(163 230 53 / 0.15) !important;
}
.border-s-lime-400\/20{
  border-inline-start-color: rgb(163 230 53 / 0.2) !important;
}
.border-s-lime-400\/25{
  border-inline-start-color: rgb(163 230 53 / 0.25) !important;
}
.border-s-lime-400\/30{
  border-inline-start-color: rgb(163 230 53 / 0.3) !important;
}
.border-s-lime-400\/35{
  border-inline-start-color: rgb(163 230 53 / 0.35) !important;
}
.border-s-lime-400\/40{
  border-inline-start-color: rgb(163 230 53 / 0.4) !important;
}
.border-s-lime-400\/45{
  border-inline-start-color: rgb(163 230 53 / 0.45) !important;
}
.border-s-lime-400\/5{
  border-inline-start-color: rgb(163 230 53 / 0.05) !important;
}
.border-s-lime-400\/50{
  border-inline-start-color: rgb(163 230 53 / 0.5) !important;
}
.border-s-lime-400\/55{
  border-inline-start-color: rgb(163 230 53 / 0.55) !important;
}
.border-s-lime-400\/60{
  border-inline-start-color: rgb(163 230 53 / 0.6) !important;
}
.border-s-lime-400\/65{
  border-inline-start-color: rgb(163 230 53 / 0.65) !important;
}
.border-s-lime-400\/70{
  border-inline-start-color: rgb(163 230 53 / 0.7) !important;
}
.border-s-lime-400\/75{
  border-inline-start-color: rgb(163 230 53 / 0.75) !important;
}
.border-s-lime-400\/80{
  border-inline-start-color: rgb(163 230 53 / 0.8) !important;
}
.border-s-lime-400\/85{
  border-inline-start-color: rgb(163 230 53 / 0.85) !important;
}
.border-s-lime-400\/90{
  border-inline-start-color: rgb(163 230 53 / 0.9) !important;
}
.border-s-lime-400\/95{
  border-inline-start-color: rgb(163 230 53 / 0.95) !important;
}
.border-s-lime-600{
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-s-lime-600\/0{
  border-inline-start-color: rgb(101 163 13 / 0) !important;
}
.border-s-lime-600\/10{
  border-inline-start-color: rgb(101 163 13 / 0.1) !important;
}
.border-s-lime-600\/100{
  border-inline-start-color: rgb(101 163 13 / 1) !important;
}
.border-s-lime-600\/15{
  border-inline-start-color: rgb(101 163 13 / 0.15) !important;
}
.border-s-lime-600\/20{
  border-inline-start-color: rgb(101 163 13 / 0.2) !important;
}
.border-s-lime-600\/25{
  border-inline-start-color: rgb(101 163 13 / 0.25) !important;
}
.border-s-lime-600\/30{
  border-inline-start-color: rgb(101 163 13 / 0.3) !important;
}
.border-s-lime-600\/35{
  border-inline-start-color: rgb(101 163 13 / 0.35) !important;
}
.border-s-lime-600\/40{
  border-inline-start-color: rgb(101 163 13 / 0.4) !important;
}
.border-s-lime-600\/45{
  border-inline-start-color: rgb(101 163 13 / 0.45) !important;
}
.border-s-lime-600\/5{
  border-inline-start-color: rgb(101 163 13 / 0.05) !important;
}
.border-s-lime-600\/50{
  border-inline-start-color: rgb(101 163 13 / 0.5) !important;
}
.border-s-lime-600\/55{
  border-inline-start-color: rgb(101 163 13 / 0.55) !important;
}
.border-s-lime-600\/60{
  border-inline-start-color: rgb(101 163 13 / 0.6) !important;
}
.border-s-lime-600\/65{
  border-inline-start-color: rgb(101 163 13 / 0.65) !important;
}
.border-s-lime-600\/70{
  border-inline-start-color: rgb(101 163 13 / 0.7) !important;
}
.border-s-lime-600\/75{
  border-inline-start-color: rgb(101 163 13 / 0.75) !important;
}
.border-s-lime-600\/80{
  border-inline-start-color: rgb(101 163 13 / 0.8) !important;
}
.border-s-lime-600\/85{
  border-inline-start-color: rgb(101 163 13 / 0.85) !important;
}
.border-s-lime-600\/90{
  border-inline-start-color: rgb(101 163 13 / 0.9) !important;
}
.border-s-lime-600\/95{
  border-inline-start-color: rgb(101 163 13 / 0.95) !important;
}
.border-s-lime-800{
  --tw-border-opacity: 1 !important;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-s-lime-800\/0{
  border-inline-start-color: rgb(63 98 18 / 0) !important;
}
.border-s-lime-800\/10{
  border-inline-start-color: rgb(63 98 18 / 0.1) !important;
}
.border-s-lime-800\/100{
  border-inline-start-color: rgb(63 98 18 / 1) !important;
}
.border-s-lime-800\/15{
  border-inline-start-color: rgb(63 98 18 / 0.15) !important;
}
.border-s-lime-800\/20{
  border-inline-start-color: rgb(63 98 18 / 0.2) !important;
}
.border-s-lime-800\/25{
  border-inline-start-color: rgb(63 98 18 / 0.25) !important;
}
.border-s-lime-800\/30{
  border-inline-start-color: rgb(63 98 18 / 0.3) !important;
}
.border-s-lime-800\/35{
  border-inline-start-color: rgb(63 98 18 / 0.35) !important;
}
.border-s-lime-800\/40{
  border-inline-start-color: rgb(63 98 18 / 0.4) !important;
}
.border-s-lime-800\/45{
  border-inline-start-color: rgb(63 98 18 / 0.45) !important;
}
.border-s-lime-800\/5{
  border-inline-start-color: rgb(63 98 18 / 0.05) !important;
}
.border-s-lime-800\/50{
  border-inline-start-color: rgb(63 98 18 / 0.5) !important;
}
.border-s-lime-800\/55{
  border-inline-start-color: rgb(63 98 18 / 0.55) !important;
}
.border-s-lime-800\/60{
  border-inline-start-color: rgb(63 98 18 / 0.6) !important;
}
.border-s-lime-800\/65{
  border-inline-start-color: rgb(63 98 18 / 0.65) !important;
}
.border-s-lime-800\/70{
  border-inline-start-color: rgb(63 98 18 / 0.7) !important;
}
.border-s-lime-800\/75{
  border-inline-start-color: rgb(63 98 18 / 0.75) !important;
}
.border-s-lime-800\/80{
  border-inline-start-color: rgb(63 98 18 / 0.8) !important;
}
.border-s-lime-800\/85{
  border-inline-start-color: rgb(63 98 18 / 0.85) !important;
}
.border-s-lime-800\/90{
  border-inline-start-color: rgb(63 98 18 / 0.9) !important;
}
.border-s-lime-800\/95{
  border-inline-start-color: rgb(63 98 18 / 0.95) !important;
}
.border-t-lime-100{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.border-t-lime-100\/0{
  border-top-color: rgb(236 252 203 / 0) !important;
}
.border-t-lime-100\/10{
  border-top-color: rgb(236 252 203 / 0.1) !important;
}
.border-t-lime-100\/100{
  border-top-color: rgb(236 252 203 / 1) !important;
}
.border-t-lime-100\/15{
  border-top-color: rgb(236 252 203 / 0.15) !important;
}
.border-t-lime-100\/20{
  border-top-color: rgb(236 252 203 / 0.2) !important;
}
.border-t-lime-100\/25{
  border-top-color: rgb(236 252 203 / 0.25) !important;
}
.border-t-lime-100\/30{
  border-top-color: rgb(236 252 203 / 0.3) !important;
}
.border-t-lime-100\/35{
  border-top-color: rgb(236 252 203 / 0.35) !important;
}
.border-t-lime-100\/40{
  border-top-color: rgb(236 252 203 / 0.4) !important;
}
.border-t-lime-100\/45{
  border-top-color: rgb(236 252 203 / 0.45) !important;
}
.border-t-lime-100\/5{
  border-top-color: rgb(236 252 203 / 0.05) !important;
}
.border-t-lime-100\/50{
  border-top-color: rgb(236 252 203 / 0.5) !important;
}
.border-t-lime-100\/55{
  border-top-color: rgb(236 252 203 / 0.55) !important;
}
.border-t-lime-100\/60{
  border-top-color: rgb(236 252 203 / 0.6) !important;
}
.border-t-lime-100\/65{
  border-top-color: rgb(236 252 203 / 0.65) !important;
}
.border-t-lime-100\/70{
  border-top-color: rgb(236 252 203 / 0.7) !important;
}
.border-t-lime-100\/75{
  border-top-color: rgb(236 252 203 / 0.75) !important;
}
.border-t-lime-100\/80{
  border-top-color: rgb(236 252 203 / 0.8) !important;
}
.border-t-lime-100\/85{
  border-top-color: rgb(236 252 203 / 0.85) !important;
}
.border-t-lime-100\/90{
  border-top-color: rgb(236 252 203 / 0.9) !important;
}
.border-t-lime-100\/95{
  border-top-color: rgb(236 252 203 / 0.95) !important;
}
.border-t-lime-200{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.border-t-lime-200\/0{
  border-top-color: rgb(217 249 157 / 0) !important;
}
.border-t-lime-200\/10{
  border-top-color: rgb(217 249 157 / 0.1) !important;
}
.border-t-lime-200\/100{
  border-top-color: rgb(217 249 157 / 1) !important;
}
.border-t-lime-200\/15{
  border-top-color: rgb(217 249 157 / 0.15) !important;
}
.border-t-lime-200\/20{
  border-top-color: rgb(217 249 157 / 0.2) !important;
}
.border-t-lime-200\/25{
  border-top-color: rgb(217 249 157 / 0.25) !important;
}
.border-t-lime-200\/30{
  border-top-color: rgb(217 249 157 / 0.3) !important;
}
.border-t-lime-200\/35{
  border-top-color: rgb(217 249 157 / 0.35) !important;
}
.border-t-lime-200\/40{
  border-top-color: rgb(217 249 157 / 0.4) !important;
}
.border-t-lime-200\/45{
  border-top-color: rgb(217 249 157 / 0.45) !important;
}
.border-t-lime-200\/5{
  border-top-color: rgb(217 249 157 / 0.05) !important;
}
.border-t-lime-200\/50{
  border-top-color: rgb(217 249 157 / 0.5) !important;
}
.border-t-lime-200\/55{
  border-top-color: rgb(217 249 157 / 0.55) !important;
}
.border-t-lime-200\/60{
  border-top-color: rgb(217 249 157 / 0.6) !important;
}
.border-t-lime-200\/65{
  border-top-color: rgb(217 249 157 / 0.65) !important;
}
.border-t-lime-200\/70{
  border-top-color: rgb(217 249 157 / 0.7) !important;
}
.border-t-lime-200\/75{
  border-top-color: rgb(217 249 157 / 0.75) !important;
}
.border-t-lime-200\/80{
  border-top-color: rgb(217 249 157 / 0.8) !important;
}
.border-t-lime-200\/85{
  border-top-color: rgb(217 249 157 / 0.85) !important;
}
.border-t-lime-200\/90{
  border-top-color: rgb(217 249 157 / 0.9) !important;
}
.border-t-lime-200\/95{
  border-top-color: rgb(217 249 157 / 0.95) !important;
}
.border-t-lime-400{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.border-t-lime-400\/0{
  border-top-color: rgb(163 230 53 / 0) !important;
}
.border-t-lime-400\/10{
  border-top-color: rgb(163 230 53 / 0.1) !important;
}
.border-t-lime-400\/100{
  border-top-color: rgb(163 230 53 / 1) !important;
}
.border-t-lime-400\/15{
  border-top-color: rgb(163 230 53 / 0.15) !important;
}
.border-t-lime-400\/20{
  border-top-color: rgb(163 230 53 / 0.2) !important;
}
.border-t-lime-400\/25{
  border-top-color: rgb(163 230 53 / 0.25) !important;
}
.border-t-lime-400\/30{
  border-top-color: rgb(163 230 53 / 0.3) !important;
}
.border-t-lime-400\/35{
  border-top-color: rgb(163 230 53 / 0.35) !important;
}
.border-t-lime-400\/40{
  border-top-color: rgb(163 230 53 / 0.4) !important;
}
.border-t-lime-400\/45{
  border-top-color: rgb(163 230 53 / 0.45) !important;
}
.border-t-lime-400\/5{
  border-top-color: rgb(163 230 53 / 0.05) !important;
}
.border-t-lime-400\/50{
  border-top-color: rgb(163 230 53 / 0.5) !important;
}
.border-t-lime-400\/55{
  border-top-color: rgb(163 230 53 / 0.55) !important;
}
.border-t-lime-400\/60{
  border-top-color: rgb(163 230 53 / 0.6) !important;
}
.border-t-lime-400\/65{
  border-top-color: rgb(163 230 53 / 0.65) !important;
}
.border-t-lime-400\/70{
  border-top-color: rgb(163 230 53 / 0.7) !important;
}
.border-t-lime-400\/75{
  border-top-color: rgb(163 230 53 / 0.75) !important;
}
.border-t-lime-400\/80{
  border-top-color: rgb(163 230 53 / 0.8) !important;
}
.border-t-lime-400\/85{
  border-top-color: rgb(163 230 53 / 0.85) !important;
}
.border-t-lime-400\/90{
  border-top-color: rgb(163 230 53 / 0.9) !important;
}
.border-t-lime-400\/95{
  border-top-color: rgb(163 230 53 / 0.95) !important;
}
.border-t-lime-600{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.border-t-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0) !important;
}
.border-t-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1) !important;
}
.border-t-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1) !important;
}
.border-t-lime-600\/15{
  border-top-color: rgb(101 163 13 / 0.15) !important;
}
.border-t-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2) !important;
}
.border-t-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25) !important;
}
.border-t-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3) !important;
}
.border-t-lime-600\/35{
  border-top-color: rgb(101 163 13 / 0.35) !important;
}
.border-t-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4) !important;
}
.border-t-lime-600\/45{
  border-top-color: rgb(101 163 13 / 0.45) !important;
}
.border-t-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05) !important;
}
.border-t-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5) !important;
}
.border-t-lime-600\/55{
  border-top-color: rgb(101 163 13 / 0.55) !important;
}
.border-t-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6) !important;
}
.border-t-lime-600\/65{
  border-top-color: rgb(101 163 13 / 0.65) !important;
}
.border-t-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7) !important;
}
.border-t-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75) !important;
}
.border-t-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8) !important;
}
.border-t-lime-600\/85{
  border-top-color: rgb(101 163 13 / 0.85) !important;
}
.border-t-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9) !important;
}
.border-t-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95) !important;
}
.border-t-lime-800{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1)) !important;
}
.border-t-lime-800\/0{
  border-top-color: rgb(63 98 18 / 0) !important;
}
.border-t-lime-800\/10{
  border-top-color: rgb(63 98 18 / 0.1) !important;
}
.border-t-lime-800\/100{
  border-top-color: rgb(63 98 18 / 1) !important;
}
.border-t-lime-800\/15{
  border-top-color: rgb(63 98 18 / 0.15) !important;
}
.border-t-lime-800\/20{
  border-top-color: rgb(63 98 18 / 0.2) !important;
}
.border-t-lime-800\/25{
  border-top-color: rgb(63 98 18 / 0.25) !important;
}
.border-t-lime-800\/30{
  border-top-color: rgb(63 98 18 / 0.3) !important;
}
.border-t-lime-800\/35{
  border-top-color: rgb(63 98 18 / 0.35) !important;
}
.border-t-lime-800\/40{
  border-top-color: rgb(63 98 18 / 0.4) !important;
}
.border-t-lime-800\/45{
  border-top-color: rgb(63 98 18 / 0.45) !important;
}
.border-t-lime-800\/5{
  border-top-color: rgb(63 98 18 / 0.05) !important;
}
.border-t-lime-800\/50{
  border-top-color: rgb(63 98 18 / 0.5) !important;
}
.border-t-lime-800\/55{
  border-top-color: rgb(63 98 18 / 0.55) !important;
}
.border-t-lime-800\/60{
  border-top-color: rgb(63 98 18 / 0.6) !important;
}
.border-t-lime-800\/65{
  border-top-color: rgb(63 98 18 / 0.65) !important;
}
.border-t-lime-800\/70{
  border-top-color: rgb(63 98 18 / 0.7) !important;
}
.border-t-lime-800\/75{
  border-top-color: rgb(63 98 18 / 0.75) !important;
}
.border-t-lime-800\/80{
  border-top-color: rgb(63 98 18 / 0.8) !important;
}
.border-t-lime-800\/85{
  border-top-color: rgb(63 98 18 / 0.85) !important;
}
.border-t-lime-800\/90{
  border-top-color: rgb(63 98 18 / 0.9) !important;
}
.border-t-lime-800\/95{
  border-top-color: rgb(63 98 18 / 0.95) !important;
}
.border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}
.bg-\[\#9CA3AF\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 188 193 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-100\/0{
  background-color: rgb(186 188 193 / 0) !important;
}
.bg-black-100\/10{
  background-color: rgb(186 188 193 / 0.1) !important;
}
.bg-black-100\/100{
  background-color: rgb(186 188 193 / 1) !important;
}
.bg-black-100\/15{
  background-color: rgb(186 188 193 / 0.15) !important;
}
.bg-black-100\/20{
  background-color: rgb(186 188 193 / 0.2) !important;
}
.bg-black-100\/25{
  background-color: rgb(186 188 193 / 0.25) !important;
}
.bg-black-100\/30{
  background-color: rgb(186 188 193 / 0.3) !important;
}
.bg-black-100\/35{
  background-color: rgb(186 188 193 / 0.35) !important;
}
.bg-black-100\/40{
  background-color: rgb(186 188 193 / 0.4) !important;
}
.bg-black-100\/45{
  background-color: rgb(186 188 193 / 0.45) !important;
}
.bg-black-100\/5{
  background-color: rgb(186 188 193 / 0.05) !important;
}
.bg-black-100\/50{
  background-color: rgb(186 188 193 / 0.5) !important;
}
.bg-black-100\/55{
  background-color: rgb(186 188 193 / 0.55) !important;
}
.bg-black-100\/60{
  background-color: rgb(186 188 193 / 0.6) !important;
}
.bg-black-100\/65{
  background-color: rgb(186 188 193 / 0.65) !important;
}
.bg-black-100\/70{
  background-color: rgb(186 188 193 / 0.7) !important;
}
.bg-black-100\/75{
  background-color: rgb(186 188 193 / 0.75) !important;
}
.bg-black-100\/80{
  background-color: rgb(186 188 193 / 0.8) !important;
}
.bg-black-100\/85{
  background-color: rgb(186 188 193 / 0.85) !important;
}
.bg-black-100\/90{
  background-color: rgb(186 188 193 / 0.9) !important;
}
.bg-black-100\/95{
  background-color: rgb(186 188 193 / 0.95) !important;
}
.bg-black-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 143 152 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-200\/0{
  background-color: rgb(140 143 152 / 0) !important;
}
.bg-black-200\/10{
  background-color: rgb(140 143 152 / 0.1) !important;
}
.bg-black-200\/100{
  background-color: rgb(140 143 152 / 1) !important;
}
.bg-black-200\/15{
  background-color: rgb(140 143 152 / 0.15) !important;
}
.bg-black-200\/20{
  background-color: rgb(140 143 152 / 0.2) !important;
}
.bg-black-200\/25{
  background-color: rgb(140 143 152 / 0.25) !important;
}
.bg-black-200\/30{
  background-color: rgb(140 143 152 / 0.3) !important;
}
.bg-black-200\/35{
  background-color: rgb(140 143 152 / 0.35) !important;
}
.bg-black-200\/40{
  background-color: rgb(140 143 152 / 0.4) !important;
}
.bg-black-200\/45{
  background-color: rgb(140 143 152 / 0.45) !important;
}
.bg-black-200\/5{
  background-color: rgb(140 143 152 / 0.05) !important;
}
.bg-black-200\/50{
  background-color: rgb(140 143 152 / 0.5) !important;
}
.bg-black-200\/55{
  background-color: rgb(140 143 152 / 0.55) !important;
}
.bg-black-200\/60{
  background-color: rgb(140 143 152 / 0.6) !important;
}
.bg-black-200\/65{
  background-color: rgb(140 143 152 / 0.65) !important;
}
.bg-black-200\/70{
  background-color: rgb(140 143 152 / 0.7) !important;
}
.bg-black-200\/75{
  background-color: rgb(140 143 152 / 0.75) !important;
}
.bg-black-200\/80{
  background-color: rgb(140 143 152 / 0.8) !important;
}
.bg-black-200\/85{
  background-color: rgb(140 143 152 / 0.85) !important;
}
.bg-black-200\/90{
  background-color: rgb(140 143 152 / 0.9) !important;
}
.bg-black-200\/95{
  background-color: rgb(140 143 152 / 0.95) !important;
}
.bg-black-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 98 111 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-300\/0{
  background-color: rgb(94 98 111 / 0) !important;
}
.bg-black-300\/10{
  background-color: rgb(94 98 111 / 0.1) !important;
}
.bg-black-300\/100{
  background-color: rgb(94 98 111 / 1) !important;
}
.bg-black-300\/15{
  background-color: rgb(94 98 111 / 0.15) !important;
}
.bg-black-300\/20{
  background-color: rgb(94 98 111 / 0.2) !important;
}
.bg-black-300\/25{
  background-color: rgb(94 98 111 / 0.25) !important;
}
.bg-black-300\/30{
  background-color: rgb(94 98 111 / 0.3) !important;
}
.bg-black-300\/35{
  background-color: rgb(94 98 111 / 0.35) !important;
}
.bg-black-300\/40{
  background-color: rgb(94 98 111 / 0.4) !important;
}
.bg-black-300\/45{
  background-color: rgb(94 98 111 / 0.45) !important;
}
.bg-black-300\/5{
  background-color: rgb(94 98 111 / 0.05) !important;
}
.bg-black-300\/50{
  background-color: rgb(94 98 111 / 0.5) !important;
}
.bg-black-300\/55{
  background-color: rgb(94 98 111 / 0.55) !important;
}
.bg-black-300\/60{
  background-color: rgb(94 98 111 / 0.6) !important;
}
.bg-black-300\/65{
  background-color: rgb(94 98 111 / 0.65) !important;
}
.bg-black-300\/70{
  background-color: rgb(94 98 111 / 0.7) !important;
}
.bg-black-300\/75{
  background-color: rgb(94 98 111 / 0.75) !important;
}
.bg-black-300\/80{
  background-color: rgb(94 98 111 / 0.8) !important;
}
.bg-black-300\/85{
  background-color: rgb(94 98 111 / 0.85) !important;
}
.bg-black-300\/90{
  background-color: rgb(94 98 111 / 0.9) !important;
}
.bg-black-300\/95{
  background-color: rgb(94 98 111 / 0.95) !important;
}
.bg-black-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 64 80 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-400\/0{
  background-color: rgb(60 64 80 / 0) !important;
}
.bg-black-400\/10{
  background-color: rgb(60 64 80 / 0.1) !important;
}
.bg-black-400\/100{
  background-color: rgb(60 64 80 / 1) !important;
}
.bg-black-400\/15{
  background-color: rgb(60 64 80 / 0.15) !important;
}
.bg-black-400\/20{
  background-color: rgb(60 64 80 / 0.2) !important;
}
.bg-black-400\/25{
  background-color: rgb(60 64 80 / 0.25) !important;
}
.bg-black-400\/30{
  background-color: rgb(60 64 80 / 0.3) !important;
}
.bg-black-400\/35{
  background-color: rgb(60 64 80 / 0.35) !important;
}
.bg-black-400\/40{
  background-color: rgb(60 64 80 / 0.4) !important;
}
.bg-black-400\/45{
  background-color: rgb(60 64 80 / 0.45) !important;
}
.bg-black-400\/5{
  background-color: rgb(60 64 80 / 0.05) !important;
}
.bg-black-400\/50{
  background-color: rgb(60 64 80 / 0.5) !important;
}
.bg-black-400\/55{
  background-color: rgb(60 64 80 / 0.55) !important;
}
.bg-black-400\/60{
  background-color: rgb(60 64 80 / 0.6) !important;
}
.bg-black-400\/65{
  background-color: rgb(60 64 80 / 0.65) !important;
}
.bg-black-400\/70{
  background-color: rgb(60 64 80 / 0.7) !important;
}
.bg-black-400\/75{
  background-color: rgb(60 64 80 / 0.75) !important;
}
.bg-black-400\/80{
  background-color: rgb(60 64 80 / 0.8) !important;
}
.bg-black-400\/85{
  background-color: rgb(60 64 80 / 0.85) !important;
}
.bg-black-400\/90{
  background-color: rgb(60 64 80 / 0.9) !important;
}
.bg-black-400\/95{
  background-color: rgb(60 64 80 / 0.95) !important;
}
.bg-black-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 228 230 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-50\/0{
  background-color: rgb(227 228 230 / 0) !important;
}
.bg-black-50\/10{
  background-color: rgb(227 228 230 / 0.1) !important;
}
.bg-black-50\/100{
  background-color: rgb(227 228 230 / 1) !important;
}
.bg-black-50\/15{
  background-color: rgb(227 228 230 / 0.15) !important;
}
.bg-black-50\/20{
  background-color: rgb(227 228 230 / 0.2) !important;
}
.bg-black-50\/25{
  background-color: rgb(227 228 230 / 0.25) !important;
}
.bg-black-50\/30{
  background-color: rgb(227 228 230 / 0.3) !important;
}
.bg-black-50\/35{
  background-color: rgb(227 228 230 / 0.35) !important;
}
.bg-black-50\/40{
  background-color: rgb(227 228 230 / 0.4) !important;
}
.bg-black-50\/45{
  background-color: rgb(227 228 230 / 0.45) !important;
}
.bg-black-50\/5{
  background-color: rgb(227 228 230 / 0.05) !important;
}
.bg-black-50\/50{
  background-color: rgb(227 228 230 / 0.5) !important;
}
.bg-black-50\/55{
  background-color: rgb(227 228 230 / 0.55) !important;
}
.bg-black-50\/60{
  background-color: rgb(227 228 230 / 0.6) !important;
}
.bg-black-50\/65{
  background-color: rgb(227 228 230 / 0.65) !important;
}
.bg-black-50\/70{
  background-color: rgb(227 228 230 / 0.7) !important;
}
.bg-black-50\/75{
  background-color: rgb(227 228 230 / 0.75) !important;
}
.bg-black-50\/80{
  background-color: rgb(227 228 230 / 0.8) !important;
}
.bg-black-50\/85{
  background-color: rgb(227 228 230 / 0.85) !important;
}
.bg-black-50\/90{
  background-color: rgb(227 228 230 / 0.9) !important;
}
.bg-black-50\/95{
  background-color: rgb(227 228 230 / 0.95) !important;
}
.bg-black-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 30 49 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-500\/0{
  background-color: rgb(25 30 49 / 0) !important;
}
.bg-black-500\/10{
  background-color: rgb(25 30 49 / 0.1) !important;
}
.bg-black-500\/100{
  background-color: rgb(25 30 49 / 1) !important;
}
.bg-black-500\/15{
  background-color: rgb(25 30 49 / 0.15) !important;
}
.bg-black-500\/20{
  background-color: rgb(25 30 49 / 0.2) !important;
}
.bg-black-500\/25{
  background-color: rgb(25 30 49 / 0.25) !important;
}
.bg-black-500\/30{
  background-color: rgb(25 30 49 / 0.3) !important;
}
.bg-black-500\/35{
  background-color: rgb(25 30 49 / 0.35) !important;
}
.bg-black-500\/40{
  background-color: rgb(25 30 49 / 0.4) !important;
}
.bg-black-500\/45{
  background-color: rgb(25 30 49 / 0.45) !important;
}
.bg-black-500\/5{
  background-color: rgb(25 30 49 / 0.05) !important;
}
.bg-black-500\/50{
  background-color: rgb(25 30 49 / 0.5) !important;
}
.bg-black-500\/55{
  background-color: rgb(25 30 49 / 0.55) !important;
}
.bg-black-500\/60{
  background-color: rgb(25 30 49 / 0.6) !important;
}
.bg-black-500\/65{
  background-color: rgb(25 30 49 / 0.65) !important;
}
.bg-black-500\/70{
  background-color: rgb(25 30 49 / 0.7) !important;
}
.bg-black-500\/75{
  background-color: rgb(25 30 49 / 0.75) !important;
}
.bg-black-500\/80{
  background-color: rgb(25 30 49 / 0.8) !important;
}
.bg-black-500\/85{
  background-color: rgb(25 30 49 / 0.85) !important;
}
.bg-black-500\/90{
  background-color: rgb(25 30 49 / 0.9) !important;
}
.bg-black-500\/95{
  background-color: rgb(25 30 49 / 0.95) !important;
}
.bg-black-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 26 44 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-600\/0{
  background-color: rgb(22 26 44 / 0) !important;
}
.bg-black-600\/10{
  background-color: rgb(22 26 44 / 0.1) !important;
}
.bg-black-600\/100{
  background-color: rgb(22 26 44 / 1) !important;
}
.bg-black-600\/15{
  background-color: rgb(22 26 44 / 0.15) !important;
}
.bg-black-600\/20{
  background-color: rgb(22 26 44 / 0.2) !important;
}
.bg-black-600\/25{
  background-color: rgb(22 26 44 / 0.25) !important;
}
.bg-black-600\/30{
  background-color: rgb(22 26 44 / 0.3) !important;
}
.bg-black-600\/35{
  background-color: rgb(22 26 44 / 0.35) !important;
}
.bg-black-600\/40{
  background-color: rgb(22 26 44 / 0.4) !important;
}
.bg-black-600\/45{
  background-color: rgb(22 26 44 / 0.45) !important;
}
.bg-black-600\/5{
  background-color: rgb(22 26 44 / 0.05) !important;
}
.bg-black-600\/50{
  background-color: rgb(22 26 44 / 0.5) !important;
}
.bg-black-600\/55{
  background-color: rgb(22 26 44 / 0.55) !important;
}
.bg-black-600\/60{
  background-color: rgb(22 26 44 / 0.6) !important;
}
.bg-black-600\/65{
  background-color: rgb(22 26 44 / 0.65) !important;
}
.bg-black-600\/70{
  background-color: rgb(22 26 44 / 0.7) !important;
}
.bg-black-600\/75{
  background-color: rgb(22 26 44 / 0.75) !important;
}
.bg-black-600\/80{
  background-color: rgb(22 26 44 / 0.8) !important;
}
.bg-black-600\/85{
  background-color: rgb(22 26 44 / 0.85) !important;
}
.bg-black-600\/90{
  background-color: rgb(22 26 44 / 0.9) !important;
}
.bg-black-600\/95{
  background-color: rgb(22 26 44 / 0.95) !important;
}
.bg-black-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 22 37 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-700\/0{
  background-color: rgb(18 22 37 / 0) !important;
}
.bg-black-700\/10{
  background-color: rgb(18 22 37 / 0.1) !important;
}
.bg-black-700\/100{
  background-color: rgb(18 22 37 / 1) !important;
}
.bg-black-700\/15{
  background-color: rgb(18 22 37 / 0.15) !important;
}
.bg-black-700\/20{
  background-color: rgb(18 22 37 / 0.2) !important;
}
.bg-black-700\/25{
  background-color: rgb(18 22 37 / 0.25) !important;
}
.bg-black-700\/30{
  background-color: rgb(18 22 37 / 0.3) !important;
}
.bg-black-700\/35{
  background-color: rgb(18 22 37 / 0.35) !important;
}
.bg-black-700\/40{
  background-color: rgb(18 22 37 / 0.4) !important;
}
.bg-black-700\/45{
  background-color: rgb(18 22 37 / 0.45) !important;
}
.bg-black-700\/5{
  background-color: rgb(18 22 37 / 0.05) !important;
}
.bg-black-700\/50{
  background-color: rgb(18 22 37 / 0.5) !important;
}
.bg-black-700\/55{
  background-color: rgb(18 22 37 / 0.55) !important;
}
.bg-black-700\/60{
  background-color: rgb(18 22 37 / 0.6) !important;
}
.bg-black-700\/65{
  background-color: rgb(18 22 37 / 0.65) !important;
}
.bg-black-700\/70{
  background-color: rgb(18 22 37 / 0.7) !important;
}
.bg-black-700\/75{
  background-color: rgb(18 22 37 / 0.75) !important;
}
.bg-black-700\/80{
  background-color: rgb(18 22 37 / 0.8) !important;
}
.bg-black-700\/85{
  background-color: rgb(18 22 37 / 0.85) !important;
}
.bg-black-700\/90{
  background-color: rgb(18 22 37 / 0.9) !important;
}
.bg-black-700\/95{
  background-color: rgb(18 22 37 / 0.95) !important;
}
.bg-black-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 18 31 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-800\/0{
  background-color: rgb(14 18 31 / 0) !important;
}
.bg-black-800\/10{
  background-color: rgb(14 18 31 / 0.1) !important;
}
.bg-black-800\/100{
  background-color: rgb(14 18 31 / 1) !important;
}
.bg-black-800\/15{
  background-color: rgb(14 18 31 / 0.15) !important;
}
.bg-black-800\/20{
  background-color: rgb(14 18 31 / 0.2) !important;
}
.bg-black-800\/25{
  background-color: rgb(14 18 31 / 0.25) !important;
}
.bg-black-800\/30{
  background-color: rgb(14 18 31 / 0.3) !important;
}
.bg-black-800\/35{
  background-color: rgb(14 18 31 / 0.35) !important;
}
.bg-black-800\/40{
  background-color: rgb(14 18 31 / 0.4) !important;
}
.bg-black-800\/45{
  background-color: rgb(14 18 31 / 0.45) !important;
}
.bg-black-800\/5{
  background-color: rgb(14 18 31 / 0.05) !important;
}
.bg-black-800\/50{
  background-color: rgb(14 18 31 / 0.5) !important;
}
.bg-black-800\/55{
  background-color: rgb(14 18 31 / 0.55) !important;
}
.bg-black-800\/60{
  background-color: rgb(14 18 31 / 0.6) !important;
}
.bg-black-800\/65{
  background-color: rgb(14 18 31 / 0.65) !important;
}
.bg-black-800\/70{
  background-color: rgb(14 18 31 / 0.7) !important;
}
.bg-black-800\/75{
  background-color: rgb(14 18 31 / 0.75) !important;
}
.bg-black-800\/80{
  background-color: rgb(14 18 31 / 0.8) !important;
}
.bg-black-800\/85{
  background-color: rgb(14 18 31 / 0.85) !important;
}
.bg-black-800\/90{
  background-color: rgb(14 18 31 / 0.9) !important;
}
.bg-black-800\/95{
  background-color: rgb(14 18 31 / 0.95) !important;
}
.bg-black-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 10 19 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black-900\/0{
  background-color: rgb(8 10 19 / 0) !important;
}
.bg-black-900\/10{
  background-color: rgb(8 10 19 / 0.1) !important;
}
.bg-black-900\/100{
  background-color: rgb(8 10 19 / 1) !important;
}
.bg-black-900\/15{
  background-color: rgb(8 10 19 / 0.15) !important;
}
.bg-black-900\/20{
  background-color: rgb(8 10 19 / 0.2) !important;
}
.bg-black-900\/25{
  background-color: rgb(8 10 19 / 0.25) !important;
}
.bg-black-900\/30{
  background-color: rgb(8 10 19 / 0.3) !important;
}
.bg-black-900\/35{
  background-color: rgb(8 10 19 / 0.35) !important;
}
.bg-black-900\/40{
  background-color: rgb(8 10 19 / 0.4) !important;
}
.bg-black-900\/45{
  background-color: rgb(8 10 19 / 0.45) !important;
}
.bg-black-900\/5{
  background-color: rgb(8 10 19 / 0.05) !important;
}
.bg-black-900\/50{
  background-color: rgb(8 10 19 / 0.5) !important;
}
.bg-black-900\/55{
  background-color: rgb(8 10 19 / 0.55) !important;
}
.bg-black-900\/60{
  background-color: rgb(8 10 19 / 0.6) !important;
}
.bg-black-900\/65{
  background-color: rgb(8 10 19 / 0.65) !important;
}
.bg-black-900\/70{
  background-color: rgb(8 10 19 / 0.7) !important;
}
.bg-black-900\/75{
  background-color: rgb(8 10 19 / 0.75) !important;
}
.bg-black-900\/80{
  background-color: rgb(8 10 19 / 0.8) !important;
}
.bg-black-900\/85{
  background-color: rgb(8 10 19 / 0.85) !important;
}
.bg-black-900\/90{
  background-color: rgb(8 10 19 / 0.9) !important;
}
.bg-black-900\/95{
  background-color: rgb(8 10 19 / 0.95) !important;
}
.bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 236 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-100\/0{
  background-color: rgb(217 236 255 / 0) !important;
}
.bg-blue-100\/10{
  background-color: rgb(217 236 255 / 0.1) !important;
}
.bg-blue-100\/100{
  background-color: rgb(217 236 255 / 1) !important;
}
.bg-blue-100\/15{
  background-color: rgb(217 236 255 / 0.15) !important;
}
.bg-blue-100\/20{
  background-color: rgb(217 236 255 / 0.2) !important;
}
.bg-blue-100\/25{
  background-color: rgb(217 236 255 / 0.25) !important;
}
.bg-blue-100\/30{
  background-color: rgb(217 236 255 / 0.3) !important;
}
.bg-blue-100\/35{
  background-color: rgb(217 236 255 / 0.35) !important;
}
.bg-blue-100\/40{
  background-color: rgb(217 236 255 / 0.4) !important;
}
.bg-blue-100\/45{
  background-color: rgb(217 236 255 / 0.45) !important;
}
.bg-blue-100\/5{
  background-color: rgb(217 236 255 / 0.05) !important;
}
.bg-blue-100\/50{
  background-color: rgb(217 236 255 / 0.5) !important;
}
.bg-blue-100\/55{
  background-color: rgb(217 236 255 / 0.55) !important;
}
.bg-blue-100\/60{
  background-color: rgb(217 236 255 / 0.6) !important;
}
.bg-blue-100\/65{
  background-color: rgb(217 236 255 / 0.65) !important;
}
.bg-blue-100\/70{
  background-color: rgb(217 236 255 / 0.7) !important;
}
.bg-blue-100\/75{
  background-color: rgb(217 236 255 / 0.75) !important;
}
.bg-blue-100\/80{
  background-color: rgb(217 236 255 / 0.8) !important;
}
.bg-blue-100\/85{
  background-color: rgb(217 236 255 / 0.85) !important;
}
.bg-blue-100\/90{
  background-color: rgb(217 236 255 / 0.9) !important;
}
.bg-blue-100\/95{
  background-color: rgb(217 236 255 / 0.95) !important;
}
.bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 222 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-200\/0{
  background-color: rgb(188 222 255 / 0) !important;
}
.bg-blue-200\/10{
  background-color: rgb(188 222 255 / 0.1) !important;
}
.bg-blue-200\/100{
  background-color: rgb(188 222 255 / 1) !important;
}
.bg-blue-200\/15{
  background-color: rgb(188 222 255 / 0.15) !important;
}
.bg-blue-200\/20{
  background-color: rgb(188 222 255 / 0.2) !important;
}
.bg-blue-200\/25{
  background-color: rgb(188 222 255 / 0.25) !important;
}
.bg-blue-200\/30{
  background-color: rgb(188 222 255 / 0.3) !important;
}
.bg-blue-200\/35{
  background-color: rgb(188 222 255 / 0.35) !important;
}
.bg-blue-200\/40{
  background-color: rgb(188 222 255 / 0.4) !important;
}
.bg-blue-200\/45{
  background-color: rgb(188 222 255 / 0.45) !important;
}
.bg-blue-200\/5{
  background-color: rgb(188 222 255 / 0.05) !important;
}
.bg-blue-200\/50{
  background-color: rgb(188 222 255 / 0.5) !important;
}
.bg-blue-200\/55{
  background-color: rgb(188 222 255 / 0.55) !important;
}
.bg-blue-200\/60{
  background-color: rgb(188 222 255 / 0.6) !important;
}
.bg-blue-200\/65{
  background-color: rgb(188 222 255 / 0.65) !important;
}
.bg-blue-200\/70{
  background-color: rgb(188 222 255 / 0.7) !important;
}
.bg-blue-200\/75{
  background-color: rgb(188 222 255 / 0.75) !important;
}
.bg-blue-200\/80{
  background-color: rgb(188 222 255 / 0.8) !important;
}
.bg-blue-200\/85{
  background-color: rgb(188 222 255 / 0.85) !important;
}
.bg-blue-200\/90{
  background-color: rgb(188 222 255 / 0.9) !important;
}
.bg-blue-200\/95{
  background-color: rgb(188 222 255 / 0.95) !important;
}
.bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 202 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-300\/0{
  background-color: rgb(142 202 255 / 0) !important;
}
.bg-blue-300\/10{
  background-color: rgb(142 202 255 / 0.1) !important;
}
.bg-blue-300\/100{
  background-color: rgb(142 202 255 / 1) !important;
}
.bg-blue-300\/15{
  background-color: rgb(142 202 255 / 0.15) !important;
}
.bg-blue-300\/20{
  background-color: rgb(142 202 255 / 0.2) !important;
}
.bg-blue-300\/25{
  background-color: rgb(142 202 255 / 0.25) !important;
}
.bg-blue-300\/30{
  background-color: rgb(142 202 255 / 0.3) !important;
}
.bg-blue-300\/35{
  background-color: rgb(142 202 255 / 0.35) !important;
}
.bg-blue-300\/40{
  background-color: rgb(142 202 255 / 0.4) !important;
}
.bg-blue-300\/45{
  background-color: rgb(142 202 255 / 0.45) !important;
}
.bg-blue-300\/5{
  background-color: rgb(142 202 255 / 0.05) !important;
}
.bg-blue-300\/50{
  background-color: rgb(142 202 255 / 0.5) !important;
}
.bg-blue-300\/55{
  background-color: rgb(142 202 255 / 0.55) !important;
}
.bg-blue-300\/60{
  background-color: rgb(142 202 255 / 0.6) !important;
}
.bg-blue-300\/65{
  background-color: rgb(142 202 255 / 0.65) !important;
}
.bg-blue-300\/70{
  background-color: rgb(142 202 255 / 0.7) !important;
}
.bg-blue-300\/75{
  background-color: rgb(142 202 255 / 0.75) !important;
}
.bg-blue-300\/80{
  background-color: rgb(142 202 255 / 0.8) !important;
}
.bg-blue-300\/85{
  background-color: rgb(142 202 255 / 0.85) !important;
}
.bg-blue-300\/90{
  background-color: rgb(142 202 255 / 0.9) !important;
}
.bg-blue-300\/95{
  background-color: rgb(142 202 255 / 0.95) !important;
}
.bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 172 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-400\/0{
  background-color: rgb(89 172 255 / 0) !important;
}
.bg-blue-400\/10{
  background-color: rgb(89 172 255 / 0.1) !important;
}
.bg-blue-400\/100{
  background-color: rgb(89 172 255 / 1) !important;
}
.bg-blue-400\/15{
  background-color: rgb(89 172 255 / 0.15) !important;
}
.bg-blue-400\/20{
  background-color: rgb(89 172 255 / 0.2) !important;
}
.bg-blue-400\/25{
  background-color: rgb(89 172 255 / 0.25) !important;
}
.bg-blue-400\/30{
  background-color: rgb(89 172 255 / 0.3) !important;
}
.bg-blue-400\/35{
  background-color: rgb(89 172 255 / 0.35) !important;
}
.bg-blue-400\/40{
  background-color: rgb(89 172 255 / 0.4) !important;
}
.bg-blue-400\/45{
  background-color: rgb(89 172 255 / 0.45) !important;
}
.bg-blue-400\/5{
  background-color: rgb(89 172 255 / 0.05) !important;
}
.bg-blue-400\/50{
  background-color: rgb(89 172 255 / 0.5) !important;
}
.bg-blue-400\/55{
  background-color: rgb(89 172 255 / 0.55) !important;
}
.bg-blue-400\/60{
  background-color: rgb(89 172 255 / 0.6) !important;
}
.bg-blue-400\/65{
  background-color: rgb(89 172 255 / 0.65) !important;
}
.bg-blue-400\/70{
  background-color: rgb(89 172 255 / 0.7) !important;
}
.bg-blue-400\/75{
  background-color: rgb(89 172 255 / 0.75) !important;
}
.bg-blue-400\/80{
  background-color: rgb(89 172 255 / 0.8) !important;
}
.bg-blue-400\/85{
  background-color: rgb(89 172 255 / 0.85) !important;
}
.bg-blue-400\/90{
  background-color: rgb(89 172 255 / 0.9) !important;
}
.bg-blue-400\/95{
  background-color: rgb(89 172 255 / 0.95) !important;
}
.bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-50\/0{
  background-color: rgb(238 247 255 / 0) !important;
}
.bg-blue-50\/10{
  background-color: rgb(238 247 255 / 0.1) !important;
}
.bg-blue-50\/100{
  background-color: rgb(238 247 255 / 1) !important;
}
.bg-blue-50\/15{
  background-color: rgb(238 247 255 / 0.15) !important;
}
.bg-blue-50\/20{
  background-color: rgb(238 247 255 / 0.2) !important;
}
.bg-blue-50\/25{
  background-color: rgb(238 247 255 / 0.25) !important;
}
.bg-blue-50\/30{
  background-color: rgb(238 247 255 / 0.3) !important;
}
.bg-blue-50\/35{
  background-color: rgb(238 247 255 / 0.35) !important;
}
.bg-blue-50\/40{
  background-color: rgb(238 247 255 / 0.4) !important;
}
.bg-blue-50\/45{
  background-color: rgb(238 247 255 / 0.45) !important;
}
.bg-blue-50\/5{
  background-color: rgb(238 247 255 / 0.05) !important;
}
.bg-blue-50\/50{
  background-color: rgb(238 247 255 / 0.5) !important;
}
.bg-blue-50\/55{
  background-color: rgb(238 247 255 / 0.55) !important;
}
.bg-blue-50\/60{
  background-color: rgb(238 247 255 / 0.6) !important;
}
.bg-blue-50\/65{
  background-color: rgb(238 247 255 / 0.65) !important;
}
.bg-blue-50\/70{
  background-color: rgb(238 247 255 / 0.7) !important;
}
.bg-blue-50\/75{
  background-color: rgb(238 247 255 / 0.75) !important;
}
.bg-blue-50\/80{
  background-color: rgb(238 247 255 / 0.8) !important;
}
.bg-blue-50\/85{
  background-color: rgb(238 247 255 / 0.85) !important;
}
.bg-blue-50\/90{
  background-color: rgb(238 247 255 / 0.9) !important;
}
.bg-blue-50\/95{
  background-color: rgb(238 247 255 / 0.95) !important;
}
.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-500\/0{
  background-color: rgb(42 133 255 / 0) !important;
}
.bg-blue-500\/10{
  background-color: rgb(42 133 255 / 0.1) !important;
}
.bg-blue-500\/100{
  background-color: rgb(42 133 255 / 1) !important;
}
.bg-blue-500\/15{
  background-color: rgb(42 133 255 / 0.15) !important;
}
.bg-blue-500\/20{
  background-color: rgb(42 133 255 / 0.2) !important;
}
.bg-blue-500\/25{
  background-color: rgb(42 133 255 / 0.25) !important;
}
.bg-blue-500\/30{
  background-color: rgb(42 133 255 / 0.3) !important;
}
.bg-blue-500\/35{
  background-color: rgb(42 133 255 / 0.35) !important;
}
.bg-blue-500\/40{
  background-color: rgb(42 133 255 / 0.4) !important;
}
.bg-blue-500\/45{
  background-color: rgb(42 133 255 / 0.45) !important;
}
.bg-blue-500\/5{
  background-color: rgb(42 133 255 / 0.05) !important;
}
.bg-blue-500\/50{
  background-color: rgb(42 133 255 / 0.5) !important;
}
.bg-blue-500\/55{
  background-color: rgb(42 133 255 / 0.55) !important;
}
.bg-blue-500\/60{
  background-color: rgb(42 133 255 / 0.6) !important;
}
.bg-blue-500\/65{
  background-color: rgb(42 133 255 / 0.65) !important;
}
.bg-blue-500\/70{
  background-color: rgb(42 133 255 / 0.7) !important;
}
.bg-blue-500\/75{
  background-color: rgb(42 133 255 / 0.75) !important;
}
.bg-blue-500\/80{
  background-color: rgb(42 133 255 / 0.8) !important;
}
.bg-blue-500\/85{
  background-color: rgb(42 133 255 / 0.85) !important;
}
.bg-blue-500\/90{
  background-color: rgb(42 133 255 / 0.9) !important;
}
.bg-blue-500\/95{
  background-color: rgb(42 133 255 / 0.95) !important;
}
.bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 105 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-600\/0{
  background-color: rgb(27 105 245 / 0) !important;
}
.bg-blue-600\/10{
  background-color: rgb(27 105 245 / 0.1) !important;
}
.bg-blue-600\/100{
  background-color: rgb(27 105 245 / 1) !important;
}
.bg-blue-600\/15{
  background-color: rgb(27 105 245 / 0.15) !important;
}
.bg-blue-600\/20{
  background-color: rgb(27 105 245 / 0.2) !important;
}
.bg-blue-600\/25{
  background-color: rgb(27 105 245 / 0.25) !important;
}
.bg-blue-600\/30{
  background-color: rgb(27 105 245 / 0.3) !important;
}
.bg-blue-600\/35{
  background-color: rgb(27 105 245 / 0.35) !important;
}
.bg-blue-600\/40{
  background-color: rgb(27 105 245 / 0.4) !important;
}
.bg-blue-600\/45{
  background-color: rgb(27 105 245 / 0.45) !important;
}
.bg-blue-600\/5{
  background-color: rgb(27 105 245 / 0.05) !important;
}
.bg-blue-600\/50{
  background-color: rgb(27 105 245 / 0.5) !important;
}
.bg-blue-600\/55{
  background-color: rgb(27 105 245 / 0.55) !important;
}
.bg-blue-600\/60{
  background-color: rgb(27 105 245 / 0.6) !important;
}
.bg-blue-600\/65{
  background-color: rgb(27 105 245 / 0.65) !important;
}
.bg-blue-600\/70{
  background-color: rgb(27 105 245 / 0.7) !important;
}
.bg-blue-600\/75{
  background-color: rgb(27 105 245 / 0.75) !important;
}
.bg-blue-600\/80{
  background-color: rgb(27 105 245 / 0.8) !important;
}
.bg-blue-600\/85{
  background-color: rgb(27 105 245 / 0.85) !important;
}
.bg-blue-600\/90{
  background-color: rgb(27 105 245 / 0.9) !important;
}
.bg-blue-600\/95{
  background-color: rgb(27 105 245 / 0.95) !important;
}
.bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 84 225 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-700\/0{
  background-color: rgb(20 84 225 / 0) !important;
}
.bg-blue-700\/10{
  background-color: rgb(20 84 225 / 0.1) !important;
}
.bg-blue-700\/100{
  background-color: rgb(20 84 225 / 1) !important;
}
.bg-blue-700\/15{
  background-color: rgb(20 84 225 / 0.15) !important;
}
.bg-blue-700\/20{
  background-color: rgb(20 84 225 / 0.2) !important;
}
.bg-blue-700\/25{
  background-color: rgb(20 84 225 / 0.25) !important;
}
.bg-blue-700\/30{
  background-color: rgb(20 84 225 / 0.3) !important;
}
.bg-blue-700\/35{
  background-color: rgb(20 84 225 / 0.35) !important;
}
.bg-blue-700\/40{
  background-color: rgb(20 84 225 / 0.4) !important;
}
.bg-blue-700\/45{
  background-color: rgb(20 84 225 / 0.45) !important;
}
.bg-blue-700\/5{
  background-color: rgb(20 84 225 / 0.05) !important;
}
.bg-blue-700\/50{
  background-color: rgb(20 84 225 / 0.5) !important;
}
.bg-blue-700\/55{
  background-color: rgb(20 84 225 / 0.55) !important;
}
.bg-blue-700\/60{
  background-color: rgb(20 84 225 / 0.6) !important;
}
.bg-blue-700\/65{
  background-color: rgb(20 84 225 / 0.65) !important;
}
.bg-blue-700\/70{
  background-color: rgb(20 84 225 / 0.7) !important;
}
.bg-blue-700\/75{
  background-color: rgb(20 84 225 / 0.75) !important;
}
.bg-blue-700\/80{
  background-color: rgb(20 84 225 / 0.8) !important;
}
.bg-blue-700\/85{
  background-color: rgb(20 84 225 / 0.85) !important;
}
.bg-blue-700\/90{
  background-color: rgb(20 84 225 / 0.9) !important;
}
.bg-blue-700\/95{
  background-color: rgb(20 84 225 / 0.95) !important;
}
.bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 68 182 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-800\/0{
  background-color: rgb(23 68 182 / 0) !important;
}
.bg-blue-800\/10{
  background-color: rgb(23 68 182 / 0.1) !important;
}
.bg-blue-800\/100{
  background-color: rgb(23 68 182 / 1) !important;
}
.bg-blue-800\/15{
  background-color: rgb(23 68 182 / 0.15) !important;
}
.bg-blue-800\/20{
  background-color: rgb(23 68 182 / 0.2) !important;
}
.bg-blue-800\/25{
  background-color: rgb(23 68 182 / 0.25) !important;
}
.bg-blue-800\/30{
  background-color: rgb(23 68 182 / 0.3) !important;
}
.bg-blue-800\/35{
  background-color: rgb(23 68 182 / 0.35) !important;
}
.bg-blue-800\/40{
  background-color: rgb(23 68 182 / 0.4) !important;
}
.bg-blue-800\/45{
  background-color: rgb(23 68 182 / 0.45) !important;
}
.bg-blue-800\/5{
  background-color: rgb(23 68 182 / 0.05) !important;
}
.bg-blue-800\/50{
  background-color: rgb(23 68 182 / 0.5) !important;
}
.bg-blue-800\/55{
  background-color: rgb(23 68 182 / 0.55) !important;
}
.bg-blue-800\/60{
  background-color: rgb(23 68 182 / 0.6) !important;
}
.bg-blue-800\/65{
  background-color: rgb(23 68 182 / 0.65) !important;
}
.bg-blue-800\/70{
  background-color: rgb(23 68 182 / 0.7) !important;
}
.bg-blue-800\/75{
  background-color: rgb(23 68 182 / 0.75) !important;
}
.bg-blue-800\/80{
  background-color: rgb(23 68 182 / 0.8) !important;
}
.bg-blue-800\/85{
  background-color: rgb(23 68 182 / 0.85) !important;
}
.bg-blue-800\/90{
  background-color: rgb(23 68 182 / 0.9) !important;
}
.bg-blue-800\/95{
  background-color: rgb(23 68 182 / 0.95) !important;
}
.bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 61 143 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-900\/0{
  background-color: rgb(25 61 143 / 0) !important;
}
.bg-blue-900\/10{
  background-color: rgb(25 61 143 / 0.1) !important;
}
.bg-blue-900\/100{
  background-color: rgb(25 61 143 / 1) !important;
}
.bg-blue-900\/15{
  background-color: rgb(25 61 143 / 0.15) !important;
}
.bg-blue-900\/20{
  background-color: rgb(25 61 143 / 0.2) !important;
}
.bg-blue-900\/25{
  background-color: rgb(25 61 143 / 0.25) !important;
}
.bg-blue-900\/30{
  background-color: rgb(25 61 143 / 0.3) !important;
}
.bg-blue-900\/35{
  background-color: rgb(25 61 143 / 0.35) !important;
}
.bg-blue-900\/40{
  background-color: rgb(25 61 143 / 0.4) !important;
}
.bg-blue-900\/45{
  background-color: rgb(25 61 143 / 0.45) !important;
}
.bg-blue-900\/5{
  background-color: rgb(25 61 143 / 0.05) !important;
}
.bg-blue-900\/50{
  background-color: rgb(25 61 143 / 0.5) !important;
}
.bg-blue-900\/55{
  background-color: rgb(25 61 143 / 0.55) !important;
}
.bg-blue-900\/60{
  background-color: rgb(25 61 143 / 0.6) !important;
}
.bg-blue-900\/65{
  background-color: rgb(25 61 143 / 0.65) !important;
}
.bg-blue-900\/70{
  background-color: rgb(25 61 143 / 0.7) !important;
}
.bg-blue-900\/75{
  background-color: rgb(25 61 143 / 0.75) !important;
}
.bg-blue-900\/80{
  background-color: rgb(25 61 143 / 0.8) !important;
}
.bg-blue-900\/85{
  background-color: rgb(25 61 143 / 0.85) !important;
}
.bg-blue-900\/90{
  background-color: rgb(25 61 143 / 0.9) !important;
}
.bg-blue-900\/95{
  background-color: rgb(25 61 143 / 0.95) !important;
}
.bg-blue-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 38 87 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-950\/0{
  background-color: rgb(20 38 87 / 0) !important;
}
.bg-blue-950\/10{
  background-color: rgb(20 38 87 / 0.1) !important;
}
.bg-blue-950\/100{
  background-color: rgb(20 38 87 / 1) !important;
}
.bg-blue-950\/15{
  background-color: rgb(20 38 87 / 0.15) !important;
}
.bg-blue-950\/20{
  background-color: rgb(20 38 87 / 0.2) !important;
}
.bg-blue-950\/25{
  background-color: rgb(20 38 87 / 0.25) !important;
}
.bg-blue-950\/30{
  background-color: rgb(20 38 87 / 0.3) !important;
}
.bg-blue-950\/35{
  background-color: rgb(20 38 87 / 0.35) !important;
}
.bg-blue-950\/40{
  background-color: rgb(20 38 87 / 0.4) !important;
}
.bg-blue-950\/45{
  background-color: rgb(20 38 87 / 0.45) !important;
}
.bg-blue-950\/5{
  background-color: rgb(20 38 87 / 0.05) !important;
}
.bg-blue-950\/50{
  background-color: rgb(20 38 87 / 0.5) !important;
}
.bg-blue-950\/55{
  background-color: rgb(20 38 87 / 0.55) !important;
}
.bg-blue-950\/60{
  background-color: rgb(20 38 87 / 0.6) !important;
}
.bg-blue-950\/65{
  background-color: rgb(20 38 87 / 0.65) !important;
}
.bg-blue-950\/70{
  background-color: rgb(20 38 87 / 0.7) !important;
}
.bg-blue-950\/75{
  background-color: rgb(20 38 87 / 0.75) !important;
}
.bg-blue-950\/80{
  background-color: rgb(20 38 87 / 0.8) !important;
}
.bg-blue-950\/85{
  background-color: rgb(20 38 87 / 0.85) !important;
}
.bg-blue-950\/90{
  background-color: rgb(20 38 87 / 0.9) !important;
}
.bg-blue-950\/95{
  background-color: rgb(20 38 87 / 0.95) !important;
}
.bg-bodyBg{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 229 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-100\/0{
  background-color: rgb(187 229 255 / 0) !important;
}
.bg-cyan-100\/10{
  background-color: rgb(187 229 255 / 0.1) !important;
}
.bg-cyan-100\/100{
  background-color: rgb(187 229 255 / 1) !important;
}
.bg-cyan-100\/15{
  background-color: rgb(187 229 255 / 0.15) !important;
}
.bg-cyan-100\/20{
  background-color: rgb(187 229 255 / 0.2) !important;
}
.bg-cyan-100\/25{
  background-color: rgb(187 229 255 / 0.25) !important;
}
.bg-cyan-100\/30{
  background-color: rgb(187 229 255 / 0.3) !important;
}
.bg-cyan-100\/35{
  background-color: rgb(187 229 255 / 0.35) !important;
}
.bg-cyan-100\/40{
  background-color: rgb(187 229 255 / 0.4) !important;
}
.bg-cyan-100\/45{
  background-color: rgb(187 229 255 / 0.45) !important;
}
.bg-cyan-100\/5{
  background-color: rgb(187 229 255 / 0.05) !important;
}
.bg-cyan-100\/50{
  background-color: rgb(187 229 255 / 0.5) !important;
}
.bg-cyan-100\/55{
  background-color: rgb(187 229 255 / 0.55) !important;
}
.bg-cyan-100\/60{
  background-color: rgb(187 229 255 / 0.6) !important;
}
.bg-cyan-100\/65{
  background-color: rgb(187 229 255 / 0.65) !important;
}
.bg-cyan-100\/70{
  background-color: rgb(187 229 255 / 0.7) !important;
}
.bg-cyan-100\/75{
  background-color: rgb(187 229 255 / 0.75) !important;
}
.bg-cyan-100\/80{
  background-color: rgb(187 229 255 / 0.8) !important;
}
.bg-cyan-100\/85{
  background-color: rgb(187 229 255 / 0.85) !important;
}
.bg-cyan-100\/90{
  background-color: rgb(187 229 255 / 0.9) !important;
}
.bg-cyan-100\/95{
  background-color: rgb(187 229 255 / 0.95) !important;
}
.bg-cyan-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 211 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-200\/0{
  background-color: rgb(142 211 255 / 0) !important;
}
.bg-cyan-200\/10{
  background-color: rgb(142 211 255 / 0.1) !important;
}
.bg-cyan-200\/100{
  background-color: rgb(142 211 255 / 1) !important;
}
.bg-cyan-200\/15{
  background-color: rgb(142 211 255 / 0.15) !important;
}
.bg-cyan-200\/20{
  background-color: rgb(142 211 255 / 0.2) !important;
}
.bg-cyan-200\/25{
  background-color: rgb(142 211 255 / 0.25) !important;
}
.bg-cyan-200\/30{
  background-color: rgb(142 211 255 / 0.3) !important;
}
.bg-cyan-200\/35{
  background-color: rgb(142 211 255 / 0.35) !important;
}
.bg-cyan-200\/40{
  background-color: rgb(142 211 255 / 0.4) !important;
}
.bg-cyan-200\/45{
  background-color: rgb(142 211 255 / 0.45) !important;
}
.bg-cyan-200\/5{
  background-color: rgb(142 211 255 / 0.05) !important;
}
.bg-cyan-200\/50{
  background-color: rgb(142 211 255 / 0.5) !important;
}
.bg-cyan-200\/55{
  background-color: rgb(142 211 255 / 0.55) !important;
}
.bg-cyan-200\/60{
  background-color: rgb(142 211 255 / 0.6) !important;
}
.bg-cyan-200\/65{
  background-color: rgb(142 211 255 / 0.65) !important;
}
.bg-cyan-200\/70{
  background-color: rgb(142 211 255 / 0.7) !important;
}
.bg-cyan-200\/75{
  background-color: rgb(142 211 255 / 0.75) !important;
}
.bg-cyan-200\/80{
  background-color: rgb(142 211 255 / 0.8) !important;
}
.bg-cyan-200\/85{
  background-color: rgb(142 211 255 / 0.85) !important;
}
.bg-cyan-200\/90{
  background-color: rgb(142 211 255 / 0.9) !important;
}
.bg-cyan-200\/95{
  background-color: rgb(142 211 255 / 0.95) !important;
}
.bg-cyan-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 193 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-300\/0{
  background-color: rgb(97 193 255 / 0) !important;
}
.bg-cyan-300\/10{
  background-color: rgb(97 193 255 / 0.1) !important;
}
.bg-cyan-300\/100{
  background-color: rgb(97 193 255 / 1) !important;
}
.bg-cyan-300\/15{
  background-color: rgb(97 193 255 / 0.15) !important;
}
.bg-cyan-300\/20{
  background-color: rgb(97 193 255 / 0.2) !important;
}
.bg-cyan-300\/25{
  background-color: rgb(97 193 255 / 0.25) !important;
}
.bg-cyan-300\/30{
  background-color: rgb(97 193 255 / 0.3) !important;
}
.bg-cyan-300\/35{
  background-color: rgb(97 193 255 / 0.35) !important;
}
.bg-cyan-300\/40{
  background-color: rgb(97 193 255 / 0.4) !important;
}
.bg-cyan-300\/45{
  background-color: rgb(97 193 255 / 0.45) !important;
}
.bg-cyan-300\/5{
  background-color: rgb(97 193 255 / 0.05) !important;
}
.bg-cyan-300\/50{
  background-color: rgb(97 193 255 / 0.5) !important;
}
.bg-cyan-300\/55{
  background-color: rgb(97 193 255 / 0.55) !important;
}
.bg-cyan-300\/60{
  background-color: rgb(97 193 255 / 0.6) !important;
}
.bg-cyan-300\/65{
  background-color: rgb(97 193 255 / 0.65) !important;
}
.bg-cyan-300\/70{
  background-color: rgb(97 193 255 / 0.7) !important;
}
.bg-cyan-300\/75{
  background-color: rgb(97 193 255 / 0.75) !important;
}
.bg-cyan-300\/80{
  background-color: rgb(97 193 255 / 0.8) !important;
}
.bg-cyan-300\/85{
  background-color: rgb(97 193 255 / 0.85) !important;
}
.bg-cyan-300\/90{
  background-color: rgb(97 193 255 / 0.9) !important;
}
.bg-cyan-300\/95{
  background-color: rgb(97 193 255 / 0.95) !important;
}
.bg-cyan-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 180 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-400\/0{
  background-color: rgb(63 180 255 / 0) !important;
}
.bg-cyan-400\/10{
  background-color: rgb(63 180 255 / 0.1) !important;
}
.bg-cyan-400\/100{
  background-color: rgb(63 180 255 / 1) !important;
}
.bg-cyan-400\/15{
  background-color: rgb(63 180 255 / 0.15) !important;
}
.bg-cyan-400\/20{
  background-color: rgb(63 180 255 / 0.2) !important;
}
.bg-cyan-400\/25{
  background-color: rgb(63 180 255 / 0.25) !important;
}
.bg-cyan-400\/30{
  background-color: rgb(63 180 255 / 0.3) !important;
}
.bg-cyan-400\/35{
  background-color: rgb(63 180 255 / 0.35) !important;
}
.bg-cyan-400\/40{
  background-color: rgb(63 180 255 / 0.4) !important;
}
.bg-cyan-400\/45{
  background-color: rgb(63 180 255 / 0.45) !important;
}
.bg-cyan-400\/5{
  background-color: rgb(63 180 255 / 0.05) !important;
}
.bg-cyan-400\/50{
  background-color: rgb(63 180 255 / 0.5) !important;
}
.bg-cyan-400\/55{
  background-color: rgb(63 180 255 / 0.55) !important;
}
.bg-cyan-400\/60{
  background-color: rgb(63 180 255 / 0.6) !important;
}
.bg-cyan-400\/65{
  background-color: rgb(63 180 255 / 0.65) !important;
}
.bg-cyan-400\/70{
  background-color: rgb(63 180 255 / 0.7) !important;
}
.bg-cyan-400\/75{
  background-color: rgb(63 180 255 / 0.75) !important;
}
.bg-cyan-400\/80{
  background-color: rgb(63 180 255 / 0.8) !important;
}
.bg-cyan-400\/85{
  background-color: rgb(63 180 255 / 0.85) !important;
}
.bg-cyan-400\/90{
  background-color: rgb(63 180 255 / 0.9) !important;
}
.bg-cyan-400\/95{
  background-color: rgb(63 180 255 / 0.95) !important;
}
.bg-cyan-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 244 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-50\/0{
  background-color: rgb(228 244 255 / 0) !important;
}
.bg-cyan-50\/10{
  background-color: rgb(228 244 255 / 0.1) !important;
}
.bg-cyan-50\/100{
  background-color: rgb(228 244 255 / 1) !important;
}
.bg-cyan-50\/15{
  background-color: rgb(228 244 255 / 0.15) !important;
}
.bg-cyan-50\/20{
  background-color: rgb(228 244 255 / 0.2) !important;
}
.bg-cyan-50\/25{
  background-color: rgb(228 244 255 / 0.25) !important;
}
.bg-cyan-50\/30{
  background-color: rgb(228 244 255 / 0.3) !important;
}
.bg-cyan-50\/35{
  background-color: rgb(228 244 255 / 0.35) !important;
}
.bg-cyan-50\/40{
  background-color: rgb(228 244 255 / 0.4) !important;
}
.bg-cyan-50\/45{
  background-color: rgb(228 244 255 / 0.45) !important;
}
.bg-cyan-50\/5{
  background-color: rgb(228 244 255 / 0.05) !important;
}
.bg-cyan-50\/50{
  background-color: rgb(228 244 255 / 0.5) !important;
}
.bg-cyan-50\/55{
  background-color: rgb(228 244 255 / 0.55) !important;
}
.bg-cyan-50\/60{
  background-color: rgb(228 244 255 / 0.6) !important;
}
.bg-cyan-50\/65{
  background-color: rgb(228 244 255 / 0.65) !important;
}
.bg-cyan-50\/70{
  background-color: rgb(228 244 255 / 0.7) !important;
}
.bg-cyan-50\/75{
  background-color: rgb(228 244 255 / 0.75) !important;
}
.bg-cyan-50\/80{
  background-color: rgb(228 244 255 / 0.8) !important;
}
.bg-cyan-50\/85{
  background-color: rgb(228 244 255 / 0.85) !important;
}
.bg-cyan-50\/90{
  background-color: rgb(228 244 255 / 0.9) !important;
}
.bg-cyan-50\/95{
  background-color: rgb(228 244 255 / 0.95) !important;
}
.bg-cyan-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-500\/0{
  background-color: rgb(29 167 255 / 0) !important;
}
.bg-cyan-500\/10{
  background-color: rgb(29 167 255 / 0.1) !important;
}
.bg-cyan-500\/100{
  background-color: rgb(29 167 255 / 1) !important;
}
.bg-cyan-500\/15{
  background-color: rgb(29 167 255 / 0.15) !important;
}
.bg-cyan-500\/20{
  background-color: rgb(29 167 255 / 0.2) !important;
}
.bg-cyan-500\/25{
  background-color: rgb(29 167 255 / 0.25) !important;
}
.bg-cyan-500\/30{
  background-color: rgb(29 167 255 / 0.3) !important;
}
.bg-cyan-500\/35{
  background-color: rgb(29 167 255 / 0.35) !important;
}
.bg-cyan-500\/40{
  background-color: rgb(29 167 255 / 0.4) !important;
}
.bg-cyan-500\/45{
  background-color: rgb(29 167 255 / 0.45) !important;
}
.bg-cyan-500\/5{
  background-color: rgb(29 167 255 / 0.05) !important;
}
.bg-cyan-500\/50{
  background-color: rgb(29 167 255 / 0.5) !important;
}
.bg-cyan-500\/55{
  background-color: rgb(29 167 255 / 0.55) !important;
}
.bg-cyan-500\/60{
  background-color: rgb(29 167 255 / 0.6) !important;
}
.bg-cyan-500\/65{
  background-color: rgb(29 167 255 / 0.65) !important;
}
.bg-cyan-500\/70{
  background-color: rgb(29 167 255 / 0.7) !important;
}
.bg-cyan-500\/75{
  background-color: rgb(29 167 255 / 0.75) !important;
}
.bg-cyan-500\/80{
  background-color: rgb(29 167 255 / 0.8) !important;
}
.bg-cyan-500\/85{
  background-color: rgb(29 167 255 / 0.85) !important;
}
.bg-cyan-500\/90{
  background-color: rgb(29 167 255 / 0.9) !important;
}
.bg-cyan-500\/95{
  background-color: rgb(29 167 255 / 0.95) !important;
}
.bg-cyan-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 159 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-600\/0{
  background-color: rgb(26 159 255 / 0) !important;
}
.bg-cyan-600\/10{
  background-color: rgb(26 159 255 / 0.1) !important;
}
.bg-cyan-600\/100{
  background-color: rgb(26 159 255 / 1) !important;
}
.bg-cyan-600\/15{
  background-color: rgb(26 159 255 / 0.15) !important;
}
.bg-cyan-600\/20{
  background-color: rgb(26 159 255 / 0.2) !important;
}
.bg-cyan-600\/25{
  background-color: rgb(26 159 255 / 0.25) !important;
}
.bg-cyan-600\/30{
  background-color: rgb(26 159 255 / 0.3) !important;
}
.bg-cyan-600\/35{
  background-color: rgb(26 159 255 / 0.35) !important;
}
.bg-cyan-600\/40{
  background-color: rgb(26 159 255 / 0.4) !important;
}
.bg-cyan-600\/45{
  background-color: rgb(26 159 255 / 0.45) !important;
}
.bg-cyan-600\/5{
  background-color: rgb(26 159 255 / 0.05) !important;
}
.bg-cyan-600\/50{
  background-color: rgb(26 159 255 / 0.5) !important;
}
.bg-cyan-600\/55{
  background-color: rgb(26 159 255 / 0.55) !important;
}
.bg-cyan-600\/60{
  background-color: rgb(26 159 255 / 0.6) !important;
}
.bg-cyan-600\/65{
  background-color: rgb(26 159 255 / 0.65) !important;
}
.bg-cyan-600\/70{
  background-color: rgb(26 159 255 / 0.7) !important;
}
.bg-cyan-600\/75{
  background-color: rgb(26 159 255 / 0.75) !important;
}
.bg-cyan-600\/80{
  background-color: rgb(26 159 255 / 0.8) !important;
}
.bg-cyan-600\/85{
  background-color: rgb(26 159 255 / 0.85) !important;
}
.bg-cyan-600\/90{
  background-color: rgb(26 159 255 / 0.9) !important;
}
.bg-cyan-600\/95{
  background-color: rgb(26 159 255 / 0.95) !important;
}
.bg-cyan-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 150 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-700\/0{
  background-color: rgb(21 150 255 / 0) !important;
}
.bg-cyan-700\/10{
  background-color: rgb(21 150 255 / 0.1) !important;
}
.bg-cyan-700\/100{
  background-color: rgb(21 150 255 / 1) !important;
}
.bg-cyan-700\/15{
  background-color: rgb(21 150 255 / 0.15) !important;
}
.bg-cyan-700\/20{
  background-color: rgb(21 150 255 / 0.2) !important;
}
.bg-cyan-700\/25{
  background-color: rgb(21 150 255 / 0.25) !important;
}
.bg-cyan-700\/30{
  background-color: rgb(21 150 255 / 0.3) !important;
}
.bg-cyan-700\/35{
  background-color: rgb(21 150 255 / 0.35) !important;
}
.bg-cyan-700\/40{
  background-color: rgb(21 150 255 / 0.4) !important;
}
.bg-cyan-700\/45{
  background-color: rgb(21 150 255 / 0.45) !important;
}
.bg-cyan-700\/5{
  background-color: rgb(21 150 255 / 0.05) !important;
}
.bg-cyan-700\/50{
  background-color: rgb(21 150 255 / 0.5) !important;
}
.bg-cyan-700\/55{
  background-color: rgb(21 150 255 / 0.55) !important;
}
.bg-cyan-700\/60{
  background-color: rgb(21 150 255 / 0.6) !important;
}
.bg-cyan-700\/65{
  background-color: rgb(21 150 255 / 0.65) !important;
}
.bg-cyan-700\/70{
  background-color: rgb(21 150 255 / 0.7) !important;
}
.bg-cyan-700\/75{
  background-color: rgb(21 150 255 / 0.75) !important;
}
.bg-cyan-700\/80{
  background-color: rgb(21 150 255 / 0.8) !important;
}
.bg-cyan-700\/85{
  background-color: rgb(21 150 255 / 0.85) !important;
}
.bg-cyan-700\/90{
  background-color: rgb(21 150 255 / 0.9) !important;
}
.bg-cyan-700\/95{
  background-color: rgb(21 150 255 / 0.95) !important;
}
.bg-cyan-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 140 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-800\/0{
  background-color: rgb(17 140 255 / 0) !important;
}
.bg-cyan-800\/10{
  background-color: rgb(17 140 255 / 0.1) !important;
}
.bg-cyan-800\/100{
  background-color: rgb(17 140 255 / 1) !important;
}
.bg-cyan-800\/15{
  background-color: rgb(17 140 255 / 0.15) !important;
}
.bg-cyan-800\/20{
  background-color: rgb(17 140 255 / 0.2) !important;
}
.bg-cyan-800\/25{
  background-color: rgb(17 140 255 / 0.25) !important;
}
.bg-cyan-800\/30{
  background-color: rgb(17 140 255 / 0.3) !important;
}
.bg-cyan-800\/35{
  background-color: rgb(17 140 255 / 0.35) !important;
}
.bg-cyan-800\/40{
  background-color: rgb(17 140 255 / 0.4) !important;
}
.bg-cyan-800\/45{
  background-color: rgb(17 140 255 / 0.45) !important;
}
.bg-cyan-800\/5{
  background-color: rgb(17 140 255 / 0.05) !important;
}
.bg-cyan-800\/50{
  background-color: rgb(17 140 255 / 0.5) !important;
}
.bg-cyan-800\/55{
  background-color: rgb(17 140 255 / 0.55) !important;
}
.bg-cyan-800\/60{
  background-color: rgb(17 140 255 / 0.6) !important;
}
.bg-cyan-800\/65{
  background-color: rgb(17 140 255 / 0.65) !important;
}
.bg-cyan-800\/70{
  background-color: rgb(17 140 255 / 0.7) !important;
}
.bg-cyan-800\/75{
  background-color: rgb(17 140 255 / 0.75) !important;
}
.bg-cyan-800\/80{
  background-color: rgb(17 140 255 / 0.8) !important;
}
.bg-cyan-800\/85{
  background-color: rgb(17 140 255 / 0.85) !important;
}
.bg-cyan-800\/90{
  background-color: rgb(17 140 255 / 0.9) !important;
}
.bg-cyan-800\/95{
  background-color: rgb(17 140 255 / 0.95) !important;
}
.bg-cyan-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 124 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-900\/0{
  background-color: rgb(10 124 255 / 0) !important;
}
.bg-cyan-900\/10{
  background-color: rgb(10 124 255 / 0.1) !important;
}
.bg-cyan-900\/100{
  background-color: rgb(10 124 255 / 1) !important;
}
.bg-cyan-900\/15{
  background-color: rgb(10 124 255 / 0.15) !important;
}
.bg-cyan-900\/20{
  background-color: rgb(10 124 255 / 0.2) !important;
}
.bg-cyan-900\/25{
  background-color: rgb(10 124 255 / 0.25) !important;
}
.bg-cyan-900\/30{
  background-color: rgb(10 124 255 / 0.3) !important;
}
.bg-cyan-900\/35{
  background-color: rgb(10 124 255 / 0.35) !important;
}
.bg-cyan-900\/40{
  background-color: rgb(10 124 255 / 0.4) !important;
}
.bg-cyan-900\/45{
  background-color: rgb(10 124 255 / 0.45) !important;
}
.bg-cyan-900\/5{
  background-color: rgb(10 124 255 / 0.05) !important;
}
.bg-cyan-900\/50{
  background-color: rgb(10 124 255 / 0.5) !important;
}
.bg-cyan-900\/55{
  background-color: rgb(10 124 255 / 0.55) !important;
}
.bg-cyan-900\/60{
  background-color: rgb(10 124 255 / 0.6) !important;
}
.bg-cyan-900\/65{
  background-color: rgb(10 124 255 / 0.65) !important;
}
.bg-cyan-900\/70{
  background-color: rgb(10 124 255 / 0.7) !important;
}
.bg-cyan-900\/75{
  background-color: rgb(10 124 255 / 0.75) !important;
}
.bg-cyan-900\/80{
  background-color: rgb(10 124 255 / 0.8) !important;
}
.bg-cyan-900\/85{
  background-color: rgb(10 124 255 / 0.85) !important;
}
.bg-cyan-900\/90{
  background-color: rgb(10 124 255 / 0.9) !important;
}
.bg-cyan-900\/95{
  background-color: rgb(10 124 255 / 0.95) !important;
}
.bg-cyan-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-950\/0{
  background-color: rgb(8 51 68 / 0) !important;
}
.bg-cyan-950\/10{
  background-color: rgb(8 51 68 / 0.1) !important;
}
.bg-cyan-950\/100{
  background-color: rgb(8 51 68 / 1) !important;
}
.bg-cyan-950\/15{
  background-color: rgb(8 51 68 / 0.15) !important;
}
.bg-cyan-950\/20{
  background-color: rgb(8 51 68 / 0.2) !important;
}
.bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25) !important;
}
.bg-cyan-950\/30{
  background-color: rgb(8 51 68 / 0.3) !important;
}
.bg-cyan-950\/35{
  background-color: rgb(8 51 68 / 0.35) !important;
}
.bg-cyan-950\/40{
  background-color: rgb(8 51 68 / 0.4) !important;
}
.bg-cyan-950\/45{
  background-color: rgb(8 51 68 / 0.45) !important;
}
.bg-cyan-950\/5{
  background-color: rgb(8 51 68 / 0.05) !important;
}
.bg-cyan-950\/50{
  background-color: rgb(8 51 68 / 0.5) !important;
}
.bg-cyan-950\/55{
  background-color: rgb(8 51 68 / 0.55) !important;
}
.bg-cyan-950\/60{
  background-color: rgb(8 51 68 / 0.6) !important;
}
.bg-cyan-950\/65{
  background-color: rgb(8 51 68 / 0.65) !important;
}
.bg-cyan-950\/70{
  background-color: rgb(8 51 68 / 0.7) !important;
}
.bg-cyan-950\/75{
  background-color: rgb(8 51 68 / 0.75) !important;
}
.bg-cyan-950\/80{
  background-color: rgb(8 51 68 / 0.8) !important;
}
.bg-cyan-950\/85{
  background-color: rgb(8 51 68 / 0.85) !important;
}
.bg-cyan-950\/90{
  background-color: rgb(8 51 68 / 0.9) !important;
}
.bg-cyan-950\/95{
  background-color: rgb(8 51 68 / 0.95) !important;
}
.bg-darkgrey-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 241 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-100\/0{
  background-color: rgb(229 229 241 / 0) !important;
}
.bg-darkgrey-100\/10{
  background-color: rgb(229 229 241 / 0.1) !important;
}
.bg-darkgrey-100\/100{
  background-color: rgb(229 229 241 / 1) !important;
}
.bg-darkgrey-100\/15{
  background-color: rgb(229 229 241 / 0.15) !important;
}
.bg-darkgrey-100\/20{
  background-color: rgb(229 229 241 / 0.2) !important;
}
.bg-darkgrey-100\/25{
  background-color: rgb(229 229 241 / 0.25) !important;
}
.bg-darkgrey-100\/30{
  background-color: rgb(229 229 241 / 0.3) !important;
}
.bg-darkgrey-100\/35{
  background-color: rgb(229 229 241 / 0.35) !important;
}
.bg-darkgrey-100\/40{
  background-color: rgb(229 229 241 / 0.4) !important;
}
.bg-darkgrey-100\/45{
  background-color: rgb(229 229 241 / 0.45) !important;
}
.bg-darkgrey-100\/5{
  background-color: rgb(229 229 241 / 0.05) !important;
}
.bg-darkgrey-100\/50{
  background-color: rgb(229 229 241 / 0.5) !important;
}
.bg-darkgrey-100\/55{
  background-color: rgb(229 229 241 / 0.55) !important;
}
.bg-darkgrey-100\/60{
  background-color: rgb(229 229 241 / 0.6) !important;
}
.bg-darkgrey-100\/65{
  background-color: rgb(229 229 241 / 0.65) !important;
}
.bg-darkgrey-100\/70{
  background-color: rgb(229 229 241 / 0.7) !important;
}
.bg-darkgrey-100\/75{
  background-color: rgb(229 229 241 / 0.75) !important;
}
.bg-darkgrey-100\/80{
  background-color: rgb(229 229 241 / 0.8) !important;
}
.bg-darkgrey-100\/85{
  background-color: rgb(229 229 241 / 0.85) !important;
}
.bg-darkgrey-100\/90{
  background-color: rgb(229 229 241 / 0.9) !important;
}
.bg-darkgrey-100\/95{
  background-color: rgb(229 229 241 / 0.95) !important;
}
.bg-darkgrey-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 212 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-200\/0{
  background-color: rgb(211 212 231 / 0) !important;
}
.bg-darkgrey-200\/10{
  background-color: rgb(211 212 231 / 0.1) !important;
}
.bg-darkgrey-200\/100{
  background-color: rgb(211 212 231 / 1) !important;
}
.bg-darkgrey-200\/15{
  background-color: rgb(211 212 231 / 0.15) !important;
}
.bg-darkgrey-200\/20{
  background-color: rgb(211 212 231 / 0.2) !important;
}
.bg-darkgrey-200\/25{
  background-color: rgb(211 212 231 / 0.25) !important;
}
.bg-darkgrey-200\/30{
  background-color: rgb(211 212 231 / 0.3) !important;
}
.bg-darkgrey-200\/35{
  background-color: rgb(211 212 231 / 0.35) !important;
}
.bg-darkgrey-200\/40{
  background-color: rgb(211 212 231 / 0.4) !important;
}
.bg-darkgrey-200\/45{
  background-color: rgb(211 212 231 / 0.45) !important;
}
.bg-darkgrey-200\/5{
  background-color: rgb(211 212 231 / 0.05) !important;
}
.bg-darkgrey-200\/50{
  background-color: rgb(211 212 231 / 0.5) !important;
}
.bg-darkgrey-200\/55{
  background-color: rgb(211 212 231 / 0.55) !important;
}
.bg-darkgrey-200\/60{
  background-color: rgb(211 212 231 / 0.6) !important;
}
.bg-darkgrey-200\/65{
  background-color: rgb(211 212 231 / 0.65) !important;
}
.bg-darkgrey-200\/70{
  background-color: rgb(211 212 231 / 0.7) !important;
}
.bg-darkgrey-200\/75{
  background-color: rgb(211 212 231 / 0.75) !important;
}
.bg-darkgrey-200\/80{
  background-color: rgb(211 212 231 / 0.8) !important;
}
.bg-darkgrey-200\/85{
  background-color: rgb(211 212 231 / 0.85) !important;
}
.bg-darkgrey-200\/90{
  background-color: rgb(211 212 231 / 0.9) !important;
}
.bg-darkgrey-200\/95{
  background-color: rgb(211 212 231 / 0.95) !important;
}
.bg-darkgrey-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(193 195 221 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-300\/0{
  background-color: rgb(193 195 221 / 0) !important;
}
.bg-darkgrey-300\/10{
  background-color: rgb(193 195 221 / 0.1) !important;
}
.bg-darkgrey-300\/100{
  background-color: rgb(193 195 221 / 1) !important;
}
.bg-darkgrey-300\/15{
  background-color: rgb(193 195 221 / 0.15) !important;
}
.bg-darkgrey-300\/20{
  background-color: rgb(193 195 221 / 0.2) !important;
}
.bg-darkgrey-300\/25{
  background-color: rgb(193 195 221 / 0.25) !important;
}
.bg-darkgrey-300\/30{
  background-color: rgb(193 195 221 / 0.3) !important;
}
.bg-darkgrey-300\/35{
  background-color: rgb(193 195 221 / 0.35) !important;
}
.bg-darkgrey-300\/40{
  background-color: rgb(193 195 221 / 0.4) !important;
}
.bg-darkgrey-300\/45{
  background-color: rgb(193 195 221 / 0.45) !important;
}
.bg-darkgrey-300\/5{
  background-color: rgb(193 195 221 / 0.05) !important;
}
.bg-darkgrey-300\/50{
  background-color: rgb(193 195 221 / 0.5) !important;
}
.bg-darkgrey-300\/55{
  background-color: rgb(193 195 221 / 0.55) !important;
}
.bg-darkgrey-300\/60{
  background-color: rgb(193 195 221 / 0.6) !important;
}
.bg-darkgrey-300\/65{
  background-color: rgb(193 195 221 / 0.65) !important;
}
.bg-darkgrey-300\/70{
  background-color: rgb(193 195 221 / 0.7) !important;
}
.bg-darkgrey-300\/75{
  background-color: rgb(193 195 221 / 0.75) !important;
}
.bg-darkgrey-300\/80{
  background-color: rgb(193 195 221 / 0.8) !important;
}
.bg-darkgrey-300\/85{
  background-color: rgb(193 195 221 / 0.85) !important;
}
.bg-darkgrey-300\/90{
  background-color: rgb(193 195 221 / 0.9) !important;
}
.bg-darkgrey-300\/95{
  background-color: rgb(193 195 221 / 0.95) !important;
}
.bg-darkgrey-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 182 214 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-400\/0{
  background-color: rgb(180 182 214 / 0) !important;
}
.bg-darkgrey-400\/10{
  background-color: rgb(180 182 214 / 0.1) !important;
}
.bg-darkgrey-400\/100{
  background-color: rgb(180 182 214 / 1) !important;
}
.bg-darkgrey-400\/15{
  background-color: rgb(180 182 214 / 0.15) !important;
}
.bg-darkgrey-400\/20{
  background-color: rgb(180 182 214 / 0.2) !important;
}
.bg-darkgrey-400\/25{
  background-color: rgb(180 182 214 / 0.25) !important;
}
.bg-darkgrey-400\/30{
  background-color: rgb(180 182 214 / 0.3) !important;
}
.bg-darkgrey-400\/35{
  background-color: rgb(180 182 214 / 0.35) !important;
}
.bg-darkgrey-400\/40{
  background-color: rgb(180 182 214 / 0.4) !important;
}
.bg-darkgrey-400\/45{
  background-color: rgb(180 182 214 / 0.45) !important;
}
.bg-darkgrey-400\/5{
  background-color: rgb(180 182 214 / 0.05) !important;
}
.bg-darkgrey-400\/50{
  background-color: rgb(180 182 214 / 0.5) !important;
}
.bg-darkgrey-400\/55{
  background-color: rgb(180 182 214 / 0.55) !important;
}
.bg-darkgrey-400\/60{
  background-color: rgb(180 182 214 / 0.6) !important;
}
.bg-darkgrey-400\/65{
  background-color: rgb(180 182 214 / 0.65) !important;
}
.bg-darkgrey-400\/70{
  background-color: rgb(180 182 214 / 0.7) !important;
}
.bg-darkgrey-400\/75{
  background-color: rgb(180 182 214 / 0.75) !important;
}
.bg-darkgrey-400\/80{
  background-color: rgb(180 182 214 / 0.8) !important;
}
.bg-darkgrey-400\/85{
  background-color: rgb(180 182 214 / 0.85) !important;
}
.bg-darkgrey-400\/90{
  background-color: rgb(180 182 214 / 0.9) !important;
}
.bg-darkgrey-400\/95{
  background-color: rgb(180 182 214 / 0.95) !important;
}
.bg-darkgrey-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-50\/0{
  background-color: rgb(244 245 249 / 0) !important;
}
.bg-darkgrey-50\/10{
  background-color: rgb(244 245 249 / 0.1) !important;
}
.bg-darkgrey-50\/100{
  background-color: rgb(244 245 249 / 1) !important;
}
.bg-darkgrey-50\/15{
  background-color: rgb(244 245 249 / 0.15) !important;
}
.bg-darkgrey-50\/20{
  background-color: rgb(244 245 249 / 0.2) !important;
}
.bg-darkgrey-50\/25{
  background-color: rgb(244 245 249 / 0.25) !important;
}
.bg-darkgrey-50\/30{
  background-color: rgb(244 245 249 / 0.3) !important;
}
.bg-darkgrey-50\/35{
  background-color: rgb(244 245 249 / 0.35) !important;
}
.bg-darkgrey-50\/40{
  background-color: rgb(244 245 249 / 0.4) !important;
}
.bg-darkgrey-50\/45{
  background-color: rgb(244 245 249 / 0.45) !important;
}
.bg-darkgrey-50\/5{
  background-color: rgb(244 245 249 / 0.05) !important;
}
.bg-darkgrey-50\/50{
  background-color: rgb(244 245 249 / 0.5) !important;
}
.bg-darkgrey-50\/55{
  background-color: rgb(244 245 249 / 0.55) !important;
}
.bg-darkgrey-50\/60{
  background-color: rgb(244 245 249 / 0.6) !important;
}
.bg-darkgrey-50\/65{
  background-color: rgb(244 245 249 / 0.65) !important;
}
.bg-darkgrey-50\/70{
  background-color: rgb(244 245 249 / 0.7) !important;
}
.bg-darkgrey-50\/75{
  background-color: rgb(244 245 249 / 0.75) !important;
}
.bg-darkgrey-50\/80{
  background-color: rgb(244 245 249 / 0.8) !important;
}
.bg-darkgrey-50\/85{
  background-color: rgb(244 245 249 / 0.85) !important;
}
.bg-darkgrey-50\/90{
  background-color: rgb(244 245 249 / 0.9) !important;
}
.bg-darkgrey-50\/95{
  background-color: rgb(244 245 249 / 0.95) !important;
}
.bg-darkgrey-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 207 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-500\/0{
  background-color: rgb(167 169 207 / 0) !important;
}
.bg-darkgrey-500\/10{
  background-color: rgb(167 169 207 / 0.1) !important;
}
.bg-darkgrey-500\/100{
  background-color: rgb(167 169 207 / 1) !important;
}
.bg-darkgrey-500\/15{
  background-color: rgb(167 169 207 / 0.15) !important;
}
.bg-darkgrey-500\/20{
  background-color: rgb(167 169 207 / 0.2) !important;
}
.bg-darkgrey-500\/25{
  background-color: rgb(167 169 207 / 0.25) !important;
}
.bg-darkgrey-500\/30{
  background-color: rgb(167 169 207 / 0.3) !important;
}
.bg-darkgrey-500\/35{
  background-color: rgb(167 169 207 / 0.35) !important;
}
.bg-darkgrey-500\/40{
  background-color: rgb(167 169 207 / 0.4) !important;
}
.bg-darkgrey-500\/45{
  background-color: rgb(167 169 207 / 0.45) !important;
}
.bg-darkgrey-500\/5{
  background-color: rgb(167 169 207 / 0.05) !important;
}
.bg-darkgrey-500\/50{
  background-color: rgb(167 169 207 / 0.5) !important;
}
.bg-darkgrey-500\/55{
  background-color: rgb(167 169 207 / 0.55) !important;
}
.bg-darkgrey-500\/60{
  background-color: rgb(167 169 207 / 0.6) !important;
}
.bg-darkgrey-500\/65{
  background-color: rgb(167 169 207 / 0.65) !important;
}
.bg-darkgrey-500\/70{
  background-color: rgb(167 169 207 / 0.7) !important;
}
.bg-darkgrey-500\/75{
  background-color: rgb(167 169 207 / 0.75) !important;
}
.bg-darkgrey-500\/80{
  background-color: rgb(167 169 207 / 0.8) !important;
}
.bg-darkgrey-500\/85{
  background-color: rgb(167 169 207 / 0.85) !important;
}
.bg-darkgrey-500\/90{
  background-color: rgb(167 169 207 / 0.9) !important;
}
.bg-darkgrey-500\/95{
  background-color: rgb(167 169 207 / 0.95) !important;
}
.bg-darkgrey-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 162 202 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-600\/0{
  background-color: rgb(159 162 202 / 0) !important;
}
.bg-darkgrey-600\/10{
  background-color: rgb(159 162 202 / 0.1) !important;
}
.bg-darkgrey-600\/100{
  background-color: rgb(159 162 202 / 1) !important;
}
.bg-darkgrey-600\/15{
  background-color: rgb(159 162 202 / 0.15) !important;
}
.bg-darkgrey-600\/20{
  background-color: rgb(159 162 202 / 0.2) !important;
}
.bg-darkgrey-600\/25{
  background-color: rgb(159 162 202 / 0.25) !important;
}
.bg-darkgrey-600\/30{
  background-color: rgb(159 162 202 / 0.3) !important;
}
.bg-darkgrey-600\/35{
  background-color: rgb(159 162 202 / 0.35) !important;
}
.bg-darkgrey-600\/40{
  background-color: rgb(159 162 202 / 0.4) !important;
}
.bg-darkgrey-600\/45{
  background-color: rgb(159 162 202 / 0.45) !important;
}
.bg-darkgrey-600\/5{
  background-color: rgb(159 162 202 / 0.05) !important;
}
.bg-darkgrey-600\/50{
  background-color: rgb(159 162 202 / 0.5) !important;
}
.bg-darkgrey-600\/55{
  background-color: rgb(159 162 202 / 0.55) !important;
}
.bg-darkgrey-600\/60{
  background-color: rgb(159 162 202 / 0.6) !important;
}
.bg-darkgrey-600\/65{
  background-color: rgb(159 162 202 / 0.65) !important;
}
.bg-darkgrey-600\/70{
  background-color: rgb(159 162 202 / 0.7) !important;
}
.bg-darkgrey-600\/75{
  background-color: rgb(159 162 202 / 0.75) !important;
}
.bg-darkgrey-600\/80{
  background-color: rgb(159 162 202 / 0.8) !important;
}
.bg-darkgrey-600\/85{
  background-color: rgb(159 162 202 / 0.85) !important;
}
.bg-darkgrey-600\/90{
  background-color: rgb(159 162 202 / 0.9) !important;
}
.bg-darkgrey-600\/95{
  background-color: rgb(159 162 202 / 0.95) !important;
}
.bg-darkgrey-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(150 152 195 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-700\/0{
  background-color: rgb(150 152 195 / 0) !important;
}
.bg-darkgrey-700\/10{
  background-color: rgb(150 152 195 / 0.1) !important;
}
.bg-darkgrey-700\/100{
  background-color: rgb(150 152 195 / 1) !important;
}
.bg-darkgrey-700\/15{
  background-color: rgb(150 152 195 / 0.15) !important;
}
.bg-darkgrey-700\/20{
  background-color: rgb(150 152 195 / 0.2) !important;
}
.bg-darkgrey-700\/25{
  background-color: rgb(150 152 195 / 0.25) !important;
}
.bg-darkgrey-700\/30{
  background-color: rgb(150 152 195 / 0.3) !important;
}
.bg-darkgrey-700\/35{
  background-color: rgb(150 152 195 / 0.35) !important;
}
.bg-darkgrey-700\/40{
  background-color: rgb(150 152 195 / 0.4) !important;
}
.bg-darkgrey-700\/45{
  background-color: rgb(150 152 195 / 0.45) !important;
}
.bg-darkgrey-700\/5{
  background-color: rgb(150 152 195 / 0.05) !important;
}
.bg-darkgrey-700\/50{
  background-color: rgb(150 152 195 / 0.5) !important;
}
.bg-darkgrey-700\/55{
  background-color: rgb(150 152 195 / 0.55) !important;
}
.bg-darkgrey-700\/60{
  background-color: rgb(150 152 195 / 0.6) !important;
}
.bg-darkgrey-700\/65{
  background-color: rgb(150 152 195 / 0.65) !important;
}
.bg-darkgrey-700\/70{
  background-color: rgb(150 152 195 / 0.7) !important;
}
.bg-darkgrey-700\/75{
  background-color: rgb(150 152 195 / 0.75) !important;
}
.bg-darkgrey-700\/80{
  background-color: rgb(150 152 195 / 0.8) !important;
}
.bg-darkgrey-700\/85{
  background-color: rgb(150 152 195 / 0.85) !important;
}
.bg-darkgrey-700\/90{
  background-color: rgb(150 152 195 / 0.9) !important;
}
.bg-darkgrey-700\/95{
  background-color: rgb(150 152 195 / 0.95) !important;
}
.bg-darkgrey-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 143 189 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-800\/0{
  background-color: rgb(140 143 189 / 0) !important;
}
.bg-darkgrey-800\/10{
  background-color: rgb(140 143 189 / 0.1) !important;
}
.bg-darkgrey-800\/100{
  background-color: rgb(140 143 189 / 1) !important;
}
.bg-darkgrey-800\/15{
  background-color: rgb(140 143 189 / 0.15) !important;
}
.bg-darkgrey-800\/20{
  background-color: rgb(140 143 189 / 0.2) !important;
}
.bg-darkgrey-800\/25{
  background-color: rgb(140 143 189 / 0.25) !important;
}
.bg-darkgrey-800\/30{
  background-color: rgb(140 143 189 / 0.3) !important;
}
.bg-darkgrey-800\/35{
  background-color: rgb(140 143 189 / 0.35) !important;
}
.bg-darkgrey-800\/40{
  background-color: rgb(140 143 189 / 0.4) !important;
}
.bg-darkgrey-800\/45{
  background-color: rgb(140 143 189 / 0.45) !important;
}
.bg-darkgrey-800\/5{
  background-color: rgb(140 143 189 / 0.05) !important;
}
.bg-darkgrey-800\/50{
  background-color: rgb(140 143 189 / 0.5) !important;
}
.bg-darkgrey-800\/55{
  background-color: rgb(140 143 189 / 0.55) !important;
}
.bg-darkgrey-800\/60{
  background-color: rgb(140 143 189 / 0.6) !important;
}
.bg-darkgrey-800\/65{
  background-color: rgb(140 143 189 / 0.65) !important;
}
.bg-darkgrey-800\/70{
  background-color: rgb(140 143 189 / 0.7) !important;
}
.bg-darkgrey-800\/75{
  background-color: rgb(140 143 189 / 0.75) !important;
}
.bg-darkgrey-800\/80{
  background-color: rgb(140 143 189 / 0.8) !important;
}
.bg-darkgrey-800\/85{
  background-color: rgb(140 143 189 / 0.85) !important;
}
.bg-darkgrey-800\/90{
  background-color: rgb(140 143 189 / 0.9) !important;
}
.bg-darkgrey-800\/95{
  background-color: rgb(140 143 189 / 0.95) !important;
}
.bg-darkgrey-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 126 178 / var(--tw-bg-opacity, 1)) !important;
}
.bg-darkgrey-900\/0{
  background-color: rgb(124 126 178 / 0) !important;
}
.bg-darkgrey-900\/10{
  background-color: rgb(124 126 178 / 0.1) !important;
}
.bg-darkgrey-900\/100{
  background-color: rgb(124 126 178 / 1) !important;
}
.bg-darkgrey-900\/15{
  background-color: rgb(124 126 178 / 0.15) !important;
}
.bg-darkgrey-900\/20{
  background-color: rgb(124 126 178 / 0.2) !important;
}
.bg-darkgrey-900\/25{
  background-color: rgb(124 126 178 / 0.25) !important;
}
.bg-darkgrey-900\/30{
  background-color: rgb(124 126 178 / 0.3) !important;
}
.bg-darkgrey-900\/35{
  background-color: rgb(124 126 178 / 0.35) !important;
}
.bg-darkgrey-900\/40{
  background-color: rgb(124 126 178 / 0.4) !important;
}
.bg-darkgrey-900\/45{
  background-color: rgb(124 126 178 / 0.45) !important;
}
.bg-darkgrey-900\/5{
  background-color: rgb(124 126 178 / 0.05) !important;
}
.bg-darkgrey-900\/50{
  background-color: rgb(124 126 178 / 0.5) !important;
}
.bg-darkgrey-900\/55{
  background-color: rgb(124 126 178 / 0.55) !important;
}
.bg-darkgrey-900\/60{
  background-color: rgb(124 126 178 / 0.6) !important;
}
.bg-darkgrey-900\/65{
  background-color: rgb(124 126 178 / 0.65) !important;
}
.bg-darkgrey-900\/70{
  background-color: rgb(124 126 178 / 0.7) !important;
}
.bg-darkgrey-900\/75{
  background-color: rgb(124 126 178 / 0.75) !important;
}
.bg-darkgrey-900\/80{
  background-color: rgb(124 126 178 / 0.8) !important;
}
.bg-darkgrey-900\/85{
  background-color: rgb(124 126 178 / 0.85) !important;
}
.bg-darkgrey-900\/90{
  background-color: rgb(124 126 178 / 0.9) !important;
}
.bg-darkgrey-900\/95{
  background-color: rgb(124 126 178 / 0.95) !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0) !important;
}
.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1) !important;
}
.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1) !important;
}
.bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15) !important;
}
.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2) !important;
}
.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25) !important;
}
.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3) !important;
}
.bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35) !important;
}
.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4) !important;
}
.bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45) !important;
}
.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05) !important;
}
.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5) !important;
}
.bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55) !important;
}
.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6) !important;
}
.bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65) !important;
}
.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7) !important;
}
.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75) !important;
}
.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8) !important;
}
.bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85) !important;
}
.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9) !important;
}
.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95) !important;
}
.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0) !important;
}
.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1) !important;
}
.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1) !important;
}
.bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15) !important;
}
.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2) !important;
}
.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25) !important;
}
.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3) !important;
}
.bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35) !important;
}
.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4) !important;
}
.bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45) !important;
}
.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05) !important;
}
.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5) !important;
}
.bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55) !important;
}
.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6) !important;
}
.bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65) !important;
}
.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7) !important;
}
.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75) !important;
}
.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8) !important;
}
.bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85) !important;
}
.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9) !important;
}
.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95) !important;
}
.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0) !important;
}
.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1) !important;
}
.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1) !important;
}
.bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15) !important;
}
.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2) !important;
}
.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25) !important;
}
.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3) !important;
}
.bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35) !important;
}
.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4) !important;
}
.bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45) !important;
}
.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05) !important;
}
.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5) !important;
}
.bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55) !important;
}
.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6) !important;
}
.bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65) !important;
}
.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7) !important;
}
.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75) !important;
}
.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8) !important;
}
.bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85) !important;
}
.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9) !important;
}
.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95) !important;
}
.bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0) !important;
}
.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1) !important;
}
.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1) !important;
}
.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15) !important;
}
.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2) !important;
}
.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25) !important;
}
.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3) !important;
}
.bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35) !important;
}
.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4) !important;
}
.bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45) !important;
}
.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05) !important;
}
.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5) !important;
}
.bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55) !important;
}
.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6) !important;
}
.bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65) !important;
}
.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7) !important;
}
.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75) !important;
}
.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8) !important;
}
.bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85) !important;
}
.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9) !important;
}
.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95) !important;
}
.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0) !important;
}
.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1) !important;
}
.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1) !important;
}
.bg-gray-50\/15{
  background-color: rgb(249 250 251 / 0.15) !important;
}
.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2) !important;
}
.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25) !important;
}
.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3) !important;
}
.bg-gray-50\/35{
  background-color: rgb(249 250 251 / 0.35) !important;
}
.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4) !important;
}
.bg-gray-50\/45{
  background-color: rgb(249 250 251 / 0.45) !important;
}
.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05) !important;
}
.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5) !important;
}
.bg-gray-50\/55{
  background-color: rgb(249 250 251 / 0.55) !important;
}
.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6) !important;
}
.bg-gray-50\/65{
  background-color: rgb(249 250 251 / 0.65) !important;
}
.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7) !important;
}
.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75) !important;
}
.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8) !important;
}
.bg-gray-50\/85{
  background-color: rgb(249 250 251 / 0.85) !important;
}
.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9) !important;
}
.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95) !important;
}
.bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0) !important;
}
.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1) !important;
}
.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1) !important;
}
.bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15) !important;
}
.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2) !important;
}
.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25) !important;
}
.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3) !important;
}
.bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35) !important;
}
.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4) !important;
}
.bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45) !important;
}
.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05) !important;
}
.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5) !important;
}
.bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55) !important;
}
.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6) !important;
}
.bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65) !important;
}
.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7) !important;
}
.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75) !important;
}
.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8) !important;
}
.bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85) !important;
}
.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9) !important;
}
.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95) !important;
}
.bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0) !important;
}
.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1) !important;
}
.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1) !important;
}
.bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15) !important;
}
.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2) !important;
}
.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25) !important;
}
.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3) !important;
}
.bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35) !important;
}
.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4) !important;
}
.bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45) !important;
}
.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05) !important;
}
.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5) !important;
}
.bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55) !important;
}
.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6) !important;
}
.bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65) !important;
}
.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7) !important;
}
.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75) !important;
}
.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8) !important;
}
.bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85) !important;
}
.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9) !important;
}
.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95) !important;
}
.bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0) !important;
}
.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1) !important;
}
.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1) !important;
}
.bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15) !important;
}
.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2) !important;
}
.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25) !important;
}
.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3) !important;
}
.bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35) !important;
}
.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4) !important;
}
.bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45) !important;
}
.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05) !important;
}
.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5) !important;
}
.bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55) !important;
}
.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6) !important;
}
.bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65) !important;
}
.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7) !important;
}
.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75) !important;
}
.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8) !important;
}
.bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85) !important;
}
.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9) !important;
}
.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95) !important;
}
.bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0) !important;
}
.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1) !important;
}
.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1) !important;
}
.bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15) !important;
}
.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2) !important;
}
.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25) !important;
}
.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3) !important;
}
.bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35) !important;
}
.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4) !important;
}
.bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45) !important;
}
.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05) !important;
}
.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5) !important;
}
.bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55) !important;
}
.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6) !important;
}
.bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65) !important;
}
.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7) !important;
}
.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75) !important;
}
.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8) !important;
}
.bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85) !important;
}
.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9) !important;
}
.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95) !important;
}
.bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0) !important;
}
.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1) !important;
}
.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1) !important;
}
.bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15) !important;
}
.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2) !important;
}
.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25) !important;
}
.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3) !important;
}
.bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35) !important;
}
.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4) !important;
}
.bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45) !important;
}
.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05) !important;
}
.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5) !important;
}
.bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55) !important;
}
.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6) !important;
}
.bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65) !important;
}
.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7) !important;
}
.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75) !important;
}
.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8) !important;
}
.bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85) !important;
}
.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9) !important;
}
.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95) !important;
}
.bg-gray-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0) !important;
}
.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1) !important;
}
.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1) !important;
}
.bg-gray-950\/15{
  background-color: rgb(3 7 18 / 0.15) !important;
}
.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2) !important;
}
.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25) !important;
}
.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3) !important;
}
.bg-gray-950\/35{
  background-color: rgb(3 7 18 / 0.35) !important;
}
.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4) !important;
}
.bg-gray-950\/45{
  background-color: rgb(3 7 18 / 0.45) !important;
}
.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05) !important;
}
.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5) !important;
}
.bg-gray-950\/55{
  background-color: rgb(3 7 18 / 0.55) !important;
}
.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6) !important;
}
.bg-gray-950\/65{
  background-color: rgb(3 7 18 / 0.65) !important;
}
.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7) !important;
}
.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75) !important;
}
.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8) !important;
}
.bg-gray-950\/85{
  background-color: rgb(3 7 18 / 0.85) !important;
}
.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9) !important;
}
.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95) !important;
}
.bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 250 236 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-100\/0{
  background-color: rgb(222 250 236 / 0) !important;
}
.bg-green-100\/10{
  background-color: rgb(222 250 236 / 0.1) !important;
}
.bg-green-100\/100{
  background-color: rgb(222 250 236 / 1) !important;
}
.bg-green-100\/15{
  background-color: rgb(222 250 236 / 0.15) !important;
}
.bg-green-100\/20{
  background-color: rgb(222 250 236 / 0.2) !important;
}
.bg-green-100\/25{
  background-color: rgb(222 250 236 / 0.25) !important;
}
.bg-green-100\/30{
  background-color: rgb(222 250 236 / 0.3) !important;
}
.bg-green-100\/35{
  background-color: rgb(222 250 236 / 0.35) !important;
}
.bg-green-100\/40{
  background-color: rgb(222 250 236 / 0.4) !important;
}
.bg-green-100\/45{
  background-color: rgb(222 250 236 / 0.45) !important;
}
.bg-green-100\/5{
  background-color: rgb(222 250 236 / 0.05) !important;
}
.bg-green-100\/50{
  background-color: rgb(222 250 236 / 0.5) !important;
}
.bg-green-100\/55{
  background-color: rgb(222 250 236 / 0.55) !important;
}
.bg-green-100\/60{
  background-color: rgb(222 250 236 / 0.6) !important;
}
.bg-green-100\/65{
  background-color: rgb(222 250 236 / 0.65) !important;
}
.bg-green-100\/70{
  background-color: rgb(222 250 236 / 0.7) !important;
}
.bg-green-100\/75{
  background-color: rgb(222 250 236 / 0.75) !important;
}
.bg-green-100\/80{
  background-color: rgb(222 250 236 / 0.8) !important;
}
.bg-green-100\/85{
  background-color: rgb(222 250 236 / 0.85) !important;
}
.bg-green-100\/90{
  background-color: rgb(222 250 236 / 0.9) !important;
}
.bg-green-100\/95{
  background-color: rgb(222 250 236 / 0.95) !important;
}
.bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 244 216 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-200\/0{
  background-color: rgb(190 244 216 / 0) !important;
}
.bg-green-200\/10{
  background-color: rgb(190 244 216 / 0.1) !important;
}
.bg-green-200\/100{
  background-color: rgb(190 244 216 / 1) !important;
}
.bg-green-200\/15{
  background-color: rgb(190 244 216 / 0.15) !important;
}
.bg-green-200\/20{
  background-color: rgb(190 244 216 / 0.2) !important;
}
.bg-green-200\/25{
  background-color: rgb(190 244 216 / 0.25) !important;
}
.bg-green-200\/30{
  background-color: rgb(190 244 216 / 0.3) !important;
}
.bg-green-200\/35{
  background-color: rgb(190 244 216 / 0.35) !important;
}
.bg-green-200\/40{
  background-color: rgb(190 244 216 / 0.4) !important;
}
.bg-green-200\/45{
  background-color: rgb(190 244 216 / 0.45) !important;
}
.bg-green-200\/5{
  background-color: rgb(190 244 216 / 0.05) !important;
}
.bg-green-200\/50{
  background-color: rgb(190 244 216 / 0.5) !important;
}
.bg-green-200\/55{
  background-color: rgb(190 244 216 / 0.55) !important;
}
.bg-green-200\/60{
  background-color: rgb(190 244 216 / 0.6) !important;
}
.bg-green-200\/65{
  background-color: rgb(190 244 216 / 0.65) !important;
}
.bg-green-200\/70{
  background-color: rgb(190 244 216 / 0.7) !important;
}
.bg-green-200\/75{
  background-color: rgb(190 244 216 / 0.75) !important;
}
.bg-green-200\/80{
  background-color: rgb(190 244 216 / 0.8) !important;
}
.bg-green-200\/85{
  background-color: rgb(190 244 216 / 0.85) !important;
}
.bg-green-200\/90{
  background-color: rgb(190 244 216 / 0.9) !important;
}
.bg-green-200\/95{
  background-color: rgb(190 244 216 / 0.95) !important;
}
.bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 233 187 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-300\/0{
  background-color: rgb(140 233 187 / 0) !important;
}
.bg-green-300\/10{
  background-color: rgb(140 233 187 / 0.1) !important;
}
.bg-green-300\/100{
  background-color: rgb(140 233 187 / 1) !important;
}
.bg-green-300\/15{
  background-color: rgb(140 233 187 / 0.15) !important;
}
.bg-green-300\/20{
  background-color: rgb(140 233 187 / 0.2) !important;
}
.bg-green-300\/25{
  background-color: rgb(140 233 187 / 0.25) !important;
}
.bg-green-300\/30{
  background-color: rgb(140 233 187 / 0.3) !important;
}
.bg-green-300\/35{
  background-color: rgb(140 233 187 / 0.35) !important;
}
.bg-green-300\/40{
  background-color: rgb(140 233 187 / 0.4) !important;
}
.bg-green-300\/45{
  background-color: rgb(140 233 187 / 0.45) !important;
}
.bg-green-300\/5{
  background-color: rgb(140 233 187 / 0.05) !important;
}
.bg-green-300\/50{
  background-color: rgb(140 233 187 / 0.5) !important;
}
.bg-green-300\/55{
  background-color: rgb(140 233 187 / 0.55) !important;
}
.bg-green-300\/60{
  background-color: rgb(140 233 187 / 0.6) !important;
}
.bg-green-300\/65{
  background-color: rgb(140 233 187 / 0.65) !important;
}
.bg-green-300\/70{
  background-color: rgb(140 233 187 / 0.7) !important;
}
.bg-green-300\/75{
  background-color: rgb(140 233 187 / 0.75) !important;
}
.bg-green-300\/80{
  background-color: rgb(140 233 187 / 0.8) !important;
}
.bg-green-300\/85{
  background-color: rgb(140 233 187 / 0.85) !important;
}
.bg-green-300\/90{
  background-color: rgb(140 233 187 / 0.9) !important;
}
.bg-green-300\/95{
  background-color: rgb(140 233 187 / 0.95) !important;
}
.bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 214 148 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-400\/0{
  background-color: rgb(82 214 148 / 0) !important;
}
.bg-green-400\/10{
  background-color: rgb(82 214 148 / 0.1) !important;
}
.bg-green-400\/100{
  background-color: rgb(82 214 148 / 1) !important;
}
.bg-green-400\/15{
  background-color: rgb(82 214 148 / 0.15) !important;
}
.bg-green-400\/20{
  background-color: rgb(82 214 148 / 0.2) !important;
}
.bg-green-400\/25{
  background-color: rgb(82 214 148 / 0.25) !important;
}
.bg-green-400\/30{
  background-color: rgb(82 214 148 / 0.3) !important;
}
.bg-green-400\/35{
  background-color: rgb(82 214 148 / 0.35) !important;
}
.bg-green-400\/40{
  background-color: rgb(82 214 148 / 0.4) !important;
}
.bg-green-400\/45{
  background-color: rgb(82 214 148 / 0.45) !important;
}
.bg-green-400\/5{
  background-color: rgb(82 214 148 / 0.05) !important;
}
.bg-green-400\/50{
  background-color: rgb(82 214 148 / 0.5) !important;
}
.bg-green-400\/55{
  background-color: rgb(82 214 148 / 0.55) !important;
}
.bg-green-400\/60{
  background-color: rgb(82 214 148 / 0.6) !important;
}
.bg-green-400\/65{
  background-color: rgb(82 214 148 / 0.65) !important;
}
.bg-green-400\/70{
  background-color: rgb(82 214 148 / 0.7) !important;
}
.bg-green-400\/75{
  background-color: rgb(82 214 148 / 0.75) !important;
}
.bg-green-400\/80{
  background-color: rgb(82 214 148 / 0.8) !important;
}
.bg-green-400\/85{
  background-color: rgb(82 214 148 / 0.85) !important;
}
.bg-green-400\/90{
  background-color: rgb(82 214 148 / 0.9) !important;
}
.bg-green-400\/95{
  background-color: rgb(82 214 148 / 0.95) !important;
}
.bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-50\/0{
  background-color: rgb(241 252 245 / 0) !important;
}
.bg-green-50\/10{
  background-color: rgb(241 252 245 / 0.1) !important;
}
.bg-green-50\/100{
  background-color: rgb(241 252 245 / 1) !important;
}
.bg-green-50\/15{
  background-color: rgb(241 252 245 / 0.15) !important;
}
.bg-green-50\/20{
  background-color: rgb(241 252 245 / 0.2) !important;
}
.bg-green-50\/25{
  background-color: rgb(241 252 245 / 0.25) !important;
}
.bg-green-50\/30{
  background-color: rgb(241 252 245 / 0.3) !important;
}
.bg-green-50\/35{
  background-color: rgb(241 252 245 / 0.35) !important;
}
.bg-green-50\/40{
  background-color: rgb(241 252 245 / 0.4) !important;
}
.bg-green-50\/45{
  background-color: rgb(241 252 245 / 0.45) !important;
}
.bg-green-50\/5{
  background-color: rgb(241 252 245 / 0.05) !important;
}
.bg-green-50\/50{
  background-color: rgb(241 252 245 / 0.5) !important;
}
.bg-green-50\/55{
  background-color: rgb(241 252 245 / 0.55) !important;
}
.bg-green-50\/60{
  background-color: rgb(241 252 245 / 0.6) !important;
}
.bg-green-50\/65{
  background-color: rgb(241 252 245 / 0.65) !important;
}
.bg-green-50\/70{
  background-color: rgb(241 252 245 / 0.7) !important;
}
.bg-green-50\/75{
  background-color: rgb(241 252 245 / 0.75) !important;
}
.bg-green-50\/80{
  background-color: rgb(241 252 245 / 0.8) !important;
}
.bg-green-50\/85{
  background-color: rgb(241 252 245 / 0.85) !important;
}
.bg-green-50\/90{
  background-color: rgb(241 252 245 / 0.9) !important;
}
.bg-green-50\/95{
  background-color: rgb(241 252 245 / 0.95) !important;
}
.bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-500\/0{
  background-color: rgb(51 208 130 / 0) !important;
}
.bg-green-500\/10{
  background-color: rgb(51 208 130 / 0.1) !important;
}
.bg-green-500\/100{
  background-color: rgb(51 208 130 / 1) !important;
}
.bg-green-500\/15{
  background-color: rgb(51 208 130 / 0.15) !important;
}
.bg-green-500\/20{
  background-color: rgb(51 208 130 / 0.2) !important;
}
.bg-green-500\/25{
  background-color: rgb(51 208 130 / 0.25) !important;
}
.bg-green-500\/30{
  background-color: rgb(51 208 130 / 0.3) !important;
}
.bg-green-500\/35{
  background-color: rgb(51 208 130 / 0.35) !important;
}
.bg-green-500\/40{
  background-color: rgb(51 208 130 / 0.4) !important;
}
.bg-green-500\/45{
  background-color: rgb(51 208 130 / 0.45) !important;
}
.bg-green-500\/5{
  background-color: rgb(51 208 130 / 0.05) !important;
}
.bg-green-500\/50{
  background-color: rgb(51 208 130 / 0.5) !important;
}
.bg-green-500\/55{
  background-color: rgb(51 208 130 / 0.55) !important;
}
.bg-green-500\/60{
  background-color: rgb(51 208 130 / 0.6) !important;
}
.bg-green-500\/65{
  background-color: rgb(51 208 130 / 0.65) !important;
}
.bg-green-500\/70{
  background-color: rgb(51 208 130 / 0.7) !important;
}
.bg-green-500\/75{
  background-color: rgb(51 208 130 / 0.75) !important;
}
.bg-green-500\/80{
  background-color: rgb(51 208 130 / 0.8) !important;
}
.bg-green-500\/85{
  background-color: rgb(51 208 130 / 0.85) !important;
}
.bg-green-500\/90{
  background-color: rgb(51 208 130 / 0.9) !important;
}
.bg-green-500\/95{
  background-color: rgb(51 208 130 / 0.95) !important;
}
.bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 155 93 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-600\/0{
  background-color: rgb(30 155 93 / 0) !important;
}
.bg-green-600\/10{
  background-color: rgb(30 155 93 / 0.1) !important;
}
.bg-green-600\/100{
  background-color: rgb(30 155 93 / 1) !important;
}
.bg-green-600\/15{
  background-color: rgb(30 155 93 / 0.15) !important;
}
.bg-green-600\/20{
  background-color: rgb(30 155 93 / 0.2) !important;
}
.bg-green-600\/25{
  background-color: rgb(30 155 93 / 0.25) !important;
}
.bg-green-600\/30{
  background-color: rgb(30 155 93 / 0.3) !important;
}
.bg-green-600\/35{
  background-color: rgb(30 155 93 / 0.35) !important;
}
.bg-green-600\/40{
  background-color: rgb(30 155 93 / 0.4) !important;
}
.bg-green-600\/45{
  background-color: rgb(30 155 93 / 0.45) !important;
}
.bg-green-600\/5{
  background-color: rgb(30 155 93 / 0.05) !important;
}
.bg-green-600\/50{
  background-color: rgb(30 155 93 / 0.5) !important;
}
.bg-green-600\/55{
  background-color: rgb(30 155 93 / 0.55) !important;
}
.bg-green-600\/60{
  background-color: rgb(30 155 93 / 0.6) !important;
}
.bg-green-600\/65{
  background-color: rgb(30 155 93 / 0.65) !important;
}
.bg-green-600\/70{
  background-color: rgb(30 155 93 / 0.7) !important;
}
.bg-green-600\/75{
  background-color: rgb(30 155 93 / 0.75) !important;
}
.bg-green-600\/80{
  background-color: rgb(30 155 93 / 0.8) !important;
}
.bg-green-600\/85{
  background-color: rgb(30 155 93 / 0.85) !important;
}
.bg-green-600\/90{
  background-color: rgb(30 155 93 / 0.9) !important;
}
.bg-green-600\/95{
  background-color: rgb(30 155 93 / 0.95) !important;
}
.bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 122 76 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-700\/0{
  background-color: rgb(27 122 76 / 0) !important;
}
.bg-green-700\/10{
  background-color: rgb(27 122 76 / 0.1) !important;
}
.bg-green-700\/100{
  background-color: rgb(27 122 76 / 1) !important;
}
.bg-green-700\/15{
  background-color: rgb(27 122 76 / 0.15) !important;
}
.bg-green-700\/20{
  background-color: rgb(27 122 76 / 0.2) !important;
}
.bg-green-700\/25{
  background-color: rgb(27 122 76 / 0.25) !important;
}
.bg-green-700\/30{
  background-color: rgb(27 122 76 / 0.3) !important;
}
.bg-green-700\/35{
  background-color: rgb(27 122 76 / 0.35) !important;
}
.bg-green-700\/40{
  background-color: rgb(27 122 76 / 0.4) !important;
}
.bg-green-700\/45{
  background-color: rgb(27 122 76 / 0.45) !important;
}
.bg-green-700\/5{
  background-color: rgb(27 122 76 / 0.05) !important;
}
.bg-green-700\/50{
  background-color: rgb(27 122 76 / 0.5) !important;
}
.bg-green-700\/55{
  background-color: rgb(27 122 76 / 0.55) !important;
}
.bg-green-700\/60{
  background-color: rgb(27 122 76 / 0.6) !important;
}
.bg-green-700\/65{
  background-color: rgb(27 122 76 / 0.65) !important;
}
.bg-green-700\/70{
  background-color: rgb(27 122 76 / 0.7) !important;
}
.bg-green-700\/75{
  background-color: rgb(27 122 76 / 0.75) !important;
}
.bg-green-700\/80{
  background-color: rgb(27 122 76 / 0.8) !important;
}
.bg-green-700\/85{
  background-color: rgb(27 122 76 / 0.85) !important;
}
.bg-green-700\/90{
  background-color: rgb(27 122 76 / 0.9) !important;
}
.bg-green-700\/95{
  background-color: rgb(27 122 76 / 0.95) !important;
}
.bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 97 63 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-800\/0{
  background-color: rgb(26 97 63 / 0) !important;
}
.bg-green-800\/10{
  background-color: rgb(26 97 63 / 0.1) !important;
}
.bg-green-800\/100{
  background-color: rgb(26 97 63 / 1) !important;
}
.bg-green-800\/15{
  background-color: rgb(26 97 63 / 0.15) !important;
}
.bg-green-800\/20{
  background-color: rgb(26 97 63 / 0.2) !important;
}
.bg-green-800\/25{
  background-color: rgb(26 97 63 / 0.25) !important;
}
.bg-green-800\/30{
  background-color: rgb(26 97 63 / 0.3) !important;
}
.bg-green-800\/35{
  background-color: rgb(26 97 63 / 0.35) !important;
}
.bg-green-800\/40{
  background-color: rgb(26 97 63 / 0.4) !important;
}
.bg-green-800\/45{
  background-color: rgb(26 97 63 / 0.45) !important;
}
.bg-green-800\/5{
  background-color: rgb(26 97 63 / 0.05) !important;
}
.bg-green-800\/50{
  background-color: rgb(26 97 63 / 0.5) !important;
}
.bg-green-800\/55{
  background-color: rgb(26 97 63 / 0.55) !important;
}
.bg-green-800\/60{
  background-color: rgb(26 97 63 / 0.6) !important;
}
.bg-green-800\/65{
  background-color: rgb(26 97 63 / 0.65) !important;
}
.bg-green-800\/70{
  background-color: rgb(26 97 63 / 0.7) !important;
}
.bg-green-800\/75{
  background-color: rgb(26 97 63 / 0.75) !important;
}
.bg-green-800\/80{
  background-color: rgb(26 97 63 / 0.8) !important;
}
.bg-green-800\/85{
  background-color: rgb(26 97 63 / 0.85) !important;
}
.bg-green-800\/90{
  background-color: rgb(26 97 63 / 0.9) !important;
}
.bg-green-800\/95{
  background-color: rgb(26 97 63 / 0.95) !important;
}
.bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 79 53 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-900\/0{
  background-color: rgb(24 79 53 / 0) !important;
}
.bg-green-900\/10{
  background-color: rgb(24 79 53 / 0.1) !important;
}
.bg-green-900\/100{
  background-color: rgb(24 79 53 / 1) !important;
}
.bg-green-900\/15{
  background-color: rgb(24 79 53 / 0.15) !important;
}
.bg-green-900\/20{
  background-color: rgb(24 79 53 / 0.2) !important;
}
.bg-green-900\/25{
  background-color: rgb(24 79 53 / 0.25) !important;
}
.bg-green-900\/30{
  background-color: rgb(24 79 53 / 0.3) !important;
}
.bg-green-900\/35{
  background-color: rgb(24 79 53 / 0.35) !important;
}
.bg-green-900\/40{
  background-color: rgb(24 79 53 / 0.4) !important;
}
.bg-green-900\/45{
  background-color: rgb(24 79 53 / 0.45) !important;
}
.bg-green-900\/5{
  background-color: rgb(24 79 53 / 0.05) !important;
}
.bg-green-900\/50{
  background-color: rgb(24 79 53 / 0.5) !important;
}
.bg-green-900\/55{
  background-color: rgb(24 79 53 / 0.55) !important;
}
.bg-green-900\/60{
  background-color: rgb(24 79 53 / 0.6) !important;
}
.bg-green-900\/65{
  background-color: rgb(24 79 53 / 0.65) !important;
}
.bg-green-900\/70{
  background-color: rgb(24 79 53 / 0.7) !important;
}
.bg-green-900\/75{
  background-color: rgb(24 79 53 / 0.75) !important;
}
.bg-green-900\/80{
  background-color: rgb(24 79 53 / 0.8) !important;
}
.bg-green-900\/85{
  background-color: rgb(24 79 53 / 0.85) !important;
}
.bg-green-900\/90{
  background-color: rgb(24 79 53 / 0.9) !important;
}
.bg-green-900\/95{
  background-color: rgb(24 79 53 / 0.95) !important;
}
.bg-green-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 44 27 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-950\/0{
  background-color: rgb(7 44 27 / 0) !important;
}
.bg-green-950\/10{
  background-color: rgb(7 44 27 / 0.1) !important;
}
.bg-green-950\/100{
  background-color: rgb(7 44 27 / 1) !important;
}
.bg-green-950\/15{
  background-color: rgb(7 44 27 / 0.15) !important;
}
.bg-green-950\/20{
  background-color: rgb(7 44 27 / 0.2) !important;
}
.bg-green-950\/25{
  background-color: rgb(7 44 27 / 0.25) !important;
}
.bg-green-950\/30{
  background-color: rgb(7 44 27 / 0.3) !important;
}
.bg-green-950\/35{
  background-color: rgb(7 44 27 / 0.35) !important;
}
.bg-green-950\/40{
  background-color: rgb(7 44 27 / 0.4) !important;
}
.bg-green-950\/45{
  background-color: rgb(7 44 27 / 0.45) !important;
}
.bg-green-950\/5{
  background-color: rgb(7 44 27 / 0.05) !important;
}
.bg-green-950\/50{
  background-color: rgb(7 44 27 / 0.5) !important;
}
.bg-green-950\/55{
  background-color: rgb(7 44 27 / 0.55) !important;
}
.bg-green-950\/60{
  background-color: rgb(7 44 27 / 0.6) !important;
}
.bg-green-950\/65{
  background-color: rgb(7 44 27 / 0.65) !important;
}
.bg-green-950\/70{
  background-color: rgb(7 44 27 / 0.7) !important;
}
.bg-green-950\/75{
  background-color: rgb(7 44 27 / 0.75) !important;
}
.bg-green-950\/80{
  background-color: rgb(7 44 27 / 0.8) !important;
}
.bg-green-950\/85{
  background-color: rgb(7 44 27 / 0.85) !important;
}
.bg-green-950\/90{
  background-color: rgb(7 44 27 / 0.9) !important;
}
.bg-green-950\/95{
  background-color: rgb(7 44 27 / 0.95) !important;
}
.bg-grey-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-100\/0{
  background-color: rgb(250 251 252 / 0) !important;
}
.bg-grey-100\/10{
  background-color: rgb(250 251 252 / 0.1) !important;
}
.bg-grey-100\/100{
  background-color: rgb(250 251 252 / 1) !important;
}
.bg-grey-100\/15{
  background-color: rgb(250 251 252 / 0.15) !important;
}
.bg-grey-100\/20{
  background-color: rgb(250 251 252 / 0.2) !important;
}
.bg-grey-100\/25{
  background-color: rgb(250 251 252 / 0.25) !important;
}
.bg-grey-100\/30{
  background-color: rgb(250 251 252 / 0.3) !important;
}
.bg-grey-100\/35{
  background-color: rgb(250 251 252 / 0.35) !important;
}
.bg-grey-100\/40{
  background-color: rgb(250 251 252 / 0.4) !important;
}
.bg-grey-100\/45{
  background-color: rgb(250 251 252 / 0.45) !important;
}
.bg-grey-100\/5{
  background-color: rgb(250 251 252 / 0.05) !important;
}
.bg-grey-100\/50{
  background-color: rgb(250 251 252 / 0.5) !important;
}
.bg-grey-100\/55{
  background-color: rgb(250 251 252 / 0.55) !important;
}
.bg-grey-100\/60{
  background-color: rgb(250 251 252 / 0.6) !important;
}
.bg-grey-100\/65{
  background-color: rgb(250 251 252 / 0.65) !important;
}
.bg-grey-100\/70{
  background-color: rgb(250 251 252 / 0.7) !important;
}
.bg-grey-100\/75{
  background-color: rgb(250 251 252 / 0.75) !important;
}
.bg-grey-100\/80{
  background-color: rgb(250 251 252 / 0.8) !important;
}
.bg-grey-100\/85{
  background-color: rgb(250 251 252 / 0.85) !important;
}
.bg-grey-100\/90{
  background-color: rgb(250 251 252 / 0.9) !important;
}
.bg-grey-100\/95{
  background-color: rgb(250 251 252 / 0.95) !important;
}
.bg-grey-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-200\/0{
  background-color: rgb(247 248 250 / 0) !important;
}
.bg-grey-200\/10{
  background-color: rgb(247 248 250 / 0.1) !important;
}
.bg-grey-200\/100{
  background-color: rgb(247 248 250 / 1) !important;
}
.bg-grey-200\/15{
  background-color: rgb(247 248 250 / 0.15) !important;
}
.bg-grey-200\/20{
  background-color: rgb(247 248 250 / 0.2) !important;
}
.bg-grey-200\/25{
  background-color: rgb(247 248 250 / 0.25) !important;
}
.bg-grey-200\/30{
  background-color: rgb(247 248 250 / 0.3) !important;
}
.bg-grey-200\/35{
  background-color: rgb(247 248 250 / 0.35) !important;
}
.bg-grey-200\/40{
  background-color: rgb(247 248 250 / 0.4) !important;
}
.bg-grey-200\/45{
  background-color: rgb(247 248 250 / 0.45) !important;
}
.bg-grey-200\/5{
  background-color: rgb(247 248 250 / 0.05) !important;
}
.bg-grey-200\/50{
  background-color: rgb(247 248 250 / 0.5) !important;
}
.bg-grey-200\/55{
  background-color: rgb(247 248 250 / 0.55) !important;
}
.bg-grey-200\/60{
  background-color: rgb(247 248 250 / 0.6) !important;
}
.bg-grey-200\/65{
  background-color: rgb(247 248 250 / 0.65) !important;
}
.bg-grey-200\/70{
  background-color: rgb(247 248 250 / 0.7) !important;
}
.bg-grey-200\/75{
  background-color: rgb(247 248 250 / 0.75) !important;
}
.bg-grey-200\/80{
  background-color: rgb(247 248 250 / 0.8) !important;
}
.bg-grey-200\/85{
  background-color: rgb(247 248 250 / 0.85) !important;
}
.bg-grey-200\/90{
  background-color: rgb(247 248 250 / 0.9) !important;
}
.bg-grey-200\/95{
  background-color: rgb(247 248 250 / 0.95) !important;
}
.bg-grey-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 245 248 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-300\/0{
  background-color: rgb(243 245 248 / 0) !important;
}
.bg-grey-300\/10{
  background-color: rgb(243 245 248 / 0.1) !important;
}
.bg-grey-300\/100{
  background-color: rgb(243 245 248 / 1) !important;
}
.bg-grey-300\/15{
  background-color: rgb(243 245 248 / 0.15) !important;
}
.bg-grey-300\/20{
  background-color: rgb(243 245 248 / 0.2) !important;
}
.bg-grey-300\/25{
  background-color: rgb(243 245 248 / 0.25) !important;
}
.bg-grey-300\/30{
  background-color: rgb(243 245 248 / 0.3) !important;
}
.bg-grey-300\/35{
  background-color: rgb(243 245 248 / 0.35) !important;
}
.bg-grey-300\/40{
  background-color: rgb(243 245 248 / 0.4) !important;
}
.bg-grey-300\/45{
  background-color: rgb(243 245 248 / 0.45) !important;
}
.bg-grey-300\/5{
  background-color: rgb(243 245 248 / 0.05) !important;
}
.bg-grey-300\/50{
  background-color: rgb(243 245 248 / 0.5) !important;
}
.bg-grey-300\/55{
  background-color: rgb(243 245 248 / 0.55) !important;
}
.bg-grey-300\/60{
  background-color: rgb(243 245 248 / 0.6) !important;
}
.bg-grey-300\/65{
  background-color: rgb(243 245 248 / 0.65) !important;
}
.bg-grey-300\/70{
  background-color: rgb(243 245 248 / 0.7) !important;
}
.bg-grey-300\/75{
  background-color: rgb(243 245 248 / 0.75) !important;
}
.bg-grey-300\/80{
  background-color: rgb(243 245 248 / 0.8) !important;
}
.bg-grey-300\/85{
  background-color: rgb(243 245 248 / 0.85) !important;
}
.bg-grey-300\/90{
  background-color: rgb(243 245 248 / 0.9) !important;
}
.bg-grey-300\/95{
  background-color: rgb(243 245 248 / 0.95) !important;
}
.bg-grey-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 242 247 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-400\/0{
  background-color: rgb(241 242 247 / 0) !important;
}
.bg-grey-400\/10{
  background-color: rgb(241 242 247 / 0.1) !important;
}
.bg-grey-400\/100{
  background-color: rgb(241 242 247 / 1) !important;
}
.bg-grey-400\/15{
  background-color: rgb(241 242 247 / 0.15) !important;
}
.bg-grey-400\/20{
  background-color: rgb(241 242 247 / 0.2) !important;
}
.bg-grey-400\/25{
  background-color: rgb(241 242 247 / 0.25) !important;
}
.bg-grey-400\/30{
  background-color: rgb(241 242 247 / 0.3) !important;
}
.bg-grey-400\/35{
  background-color: rgb(241 242 247 / 0.35) !important;
}
.bg-grey-400\/40{
  background-color: rgb(241 242 247 / 0.4) !important;
}
.bg-grey-400\/45{
  background-color: rgb(241 242 247 / 0.45) !important;
}
.bg-grey-400\/5{
  background-color: rgb(241 242 247 / 0.05) !important;
}
.bg-grey-400\/50{
  background-color: rgb(241 242 247 / 0.5) !important;
}
.bg-grey-400\/55{
  background-color: rgb(241 242 247 / 0.55) !important;
}
.bg-grey-400\/60{
  background-color: rgb(241 242 247 / 0.6) !important;
}
.bg-grey-400\/65{
  background-color: rgb(241 242 247 / 0.65) !important;
}
.bg-grey-400\/70{
  background-color: rgb(241 242 247 / 0.7) !important;
}
.bg-grey-400\/75{
  background-color: rgb(241 242 247 / 0.75) !important;
}
.bg-grey-400\/80{
  background-color: rgb(241 242 247 / 0.8) !important;
}
.bg-grey-400\/85{
  background-color: rgb(241 242 247 / 0.85) !important;
}
.bg-grey-400\/90{
  background-color: rgb(241 242 247 / 0.9) !important;
}
.bg-grey-400\/95{
  background-color: rgb(241 242 247 / 0.95) !important;
}
.bg-grey-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 253 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-50\/0{
  background-color: rgb(253 253 254 / 0) !important;
}
.bg-grey-50\/10{
  background-color: rgb(253 253 254 / 0.1) !important;
}
.bg-grey-50\/100{
  background-color: rgb(253 253 254 / 1) !important;
}
.bg-grey-50\/15{
  background-color: rgb(253 253 254 / 0.15) !important;
}
.bg-grey-50\/20{
  background-color: rgb(253 253 254 / 0.2) !important;
}
.bg-grey-50\/25{
  background-color: rgb(253 253 254 / 0.25) !important;
}
.bg-grey-50\/30{
  background-color: rgb(253 253 254 / 0.3) !important;
}
.bg-grey-50\/35{
  background-color: rgb(253 253 254 / 0.35) !important;
}
.bg-grey-50\/40{
  background-color: rgb(253 253 254 / 0.4) !important;
}
.bg-grey-50\/45{
  background-color: rgb(253 253 254 / 0.45) !important;
}
.bg-grey-50\/5{
  background-color: rgb(253 253 254 / 0.05) !important;
}
.bg-grey-50\/50{
  background-color: rgb(253 253 254 / 0.5) !important;
}
.bg-grey-50\/55{
  background-color: rgb(253 253 254 / 0.55) !important;
}
.bg-grey-50\/60{
  background-color: rgb(253 253 254 / 0.6) !important;
}
.bg-grey-50\/65{
  background-color: rgb(253 253 254 / 0.65) !important;
}
.bg-grey-50\/70{
  background-color: rgb(253 253 254 / 0.7) !important;
}
.bg-grey-50\/75{
  background-color: rgb(253 253 254 / 0.75) !important;
}
.bg-grey-50\/80{
  background-color: rgb(253 253 254 / 0.8) !important;
}
.bg-grey-50\/85{
  background-color: rgb(253 253 254 / 0.85) !important;
}
.bg-grey-50\/90{
  background-color: rgb(253 253 254 / 0.9) !important;
}
.bg-grey-50\/95{
  background-color: rgb(253 253 254 / 0.95) !important;
}
.bg-grey-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-500\/0{
  background-color: rgb(238 240 245 / 0) !important;
}
.bg-grey-500\/10{
  background-color: rgb(238 240 245 / 0.1) !important;
}
.bg-grey-500\/100{
  background-color: rgb(238 240 245 / 1) !important;
}
.bg-grey-500\/15{
  background-color: rgb(238 240 245 / 0.15) !important;
}
.bg-grey-500\/20{
  background-color: rgb(238 240 245 / 0.2) !important;
}
.bg-grey-500\/25{
  background-color: rgb(238 240 245 / 0.25) !important;
}
.bg-grey-500\/30{
  background-color: rgb(238 240 245 / 0.3) !important;
}
.bg-grey-500\/35{
  background-color: rgb(238 240 245 / 0.35) !important;
}
.bg-grey-500\/40{
  background-color: rgb(238 240 245 / 0.4) !important;
}
.bg-grey-500\/45{
  background-color: rgb(238 240 245 / 0.45) !important;
}
.bg-grey-500\/5{
  background-color: rgb(238 240 245 / 0.05) !important;
}
.bg-grey-500\/50{
  background-color: rgb(238 240 245 / 0.5) !important;
}
.bg-grey-500\/55{
  background-color: rgb(238 240 245 / 0.55) !important;
}
.bg-grey-500\/60{
  background-color: rgb(238 240 245 / 0.6) !important;
}
.bg-grey-500\/65{
  background-color: rgb(238 240 245 / 0.65) !important;
}
.bg-grey-500\/70{
  background-color: rgb(238 240 245 / 0.7) !important;
}
.bg-grey-500\/75{
  background-color: rgb(238 240 245 / 0.75) !important;
}
.bg-grey-500\/80{
  background-color: rgb(238 240 245 / 0.8) !important;
}
.bg-grey-500\/85{
  background-color: rgb(238 240 245 / 0.85) !important;
}
.bg-grey-500\/90{
  background-color: rgb(238 240 245 / 0.9) !important;
}
.bg-grey-500\/95{
  background-color: rgb(238 240 245 / 0.95) !important;
}
.bg-grey-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 238 244 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-600\/0{
  background-color: rgb(236 238 244 / 0) !important;
}
.bg-grey-600\/10{
  background-color: rgb(236 238 244 / 0.1) !important;
}
.bg-grey-600\/100{
  background-color: rgb(236 238 244 / 1) !important;
}
.bg-grey-600\/15{
  background-color: rgb(236 238 244 / 0.15) !important;
}
.bg-grey-600\/20{
  background-color: rgb(236 238 244 / 0.2) !important;
}
.bg-grey-600\/25{
  background-color: rgb(236 238 244 / 0.25) !important;
}
.bg-grey-600\/30{
  background-color: rgb(236 238 244 / 0.3) !important;
}
.bg-grey-600\/35{
  background-color: rgb(236 238 244 / 0.35) !important;
}
.bg-grey-600\/40{
  background-color: rgb(236 238 244 / 0.4) !important;
}
.bg-grey-600\/45{
  background-color: rgb(236 238 244 / 0.45) !important;
}
.bg-grey-600\/5{
  background-color: rgb(236 238 244 / 0.05) !important;
}
.bg-grey-600\/50{
  background-color: rgb(236 238 244 / 0.5) !important;
}
.bg-grey-600\/55{
  background-color: rgb(236 238 244 / 0.55) !important;
}
.bg-grey-600\/60{
  background-color: rgb(236 238 244 / 0.6) !important;
}
.bg-grey-600\/65{
  background-color: rgb(236 238 244 / 0.65) !important;
}
.bg-grey-600\/70{
  background-color: rgb(236 238 244 / 0.7) !important;
}
.bg-grey-600\/75{
  background-color: rgb(236 238 244 / 0.75) !important;
}
.bg-grey-600\/80{
  background-color: rgb(236 238 244 / 0.8) !important;
}
.bg-grey-600\/85{
  background-color: rgb(236 238 244 / 0.85) !important;
}
.bg-grey-600\/90{
  background-color: rgb(236 238 244 / 0.9) !important;
}
.bg-grey-600\/95{
  background-color: rgb(236 238 244 / 0.95) !important;
}
.bg-grey-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 236 242 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-700\/0{
  background-color: rgb(233 236 242 / 0) !important;
}
.bg-grey-700\/10{
  background-color: rgb(233 236 242 / 0.1) !important;
}
.bg-grey-700\/100{
  background-color: rgb(233 236 242 / 1) !important;
}
.bg-grey-700\/15{
  background-color: rgb(233 236 242 / 0.15) !important;
}
.bg-grey-700\/20{
  background-color: rgb(233 236 242 / 0.2) !important;
}
.bg-grey-700\/25{
  background-color: rgb(233 236 242 / 0.25) !important;
}
.bg-grey-700\/30{
  background-color: rgb(233 236 242 / 0.3) !important;
}
.bg-grey-700\/35{
  background-color: rgb(233 236 242 / 0.35) !important;
}
.bg-grey-700\/40{
  background-color: rgb(233 236 242 / 0.4) !important;
}
.bg-grey-700\/45{
  background-color: rgb(233 236 242 / 0.45) !important;
}
.bg-grey-700\/5{
  background-color: rgb(233 236 242 / 0.05) !important;
}
.bg-grey-700\/50{
  background-color: rgb(233 236 242 / 0.5) !important;
}
.bg-grey-700\/55{
  background-color: rgb(233 236 242 / 0.55) !important;
}
.bg-grey-700\/60{
  background-color: rgb(233 236 242 / 0.6) !important;
}
.bg-grey-700\/65{
  background-color: rgb(233 236 242 / 0.65) !important;
}
.bg-grey-700\/70{
  background-color: rgb(233 236 242 / 0.7) !important;
}
.bg-grey-700\/75{
  background-color: rgb(233 236 242 / 0.75) !important;
}
.bg-grey-700\/80{
  background-color: rgb(233 236 242 / 0.8) !important;
}
.bg-grey-700\/85{
  background-color: rgb(233 236 242 / 0.85) !important;
}
.bg-grey-700\/90{
  background-color: rgb(233 236 242 / 0.9) !important;
}
.bg-grey-700\/95{
  background-color: rgb(233 236 242 / 0.95) !important;
}
.bg-grey-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 233 240 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-800\/0{
  background-color: rgb(231 233 240 / 0) !important;
}
.bg-grey-800\/10{
  background-color: rgb(231 233 240 / 0.1) !important;
}
.bg-grey-800\/100{
  background-color: rgb(231 233 240 / 1) !important;
}
.bg-grey-800\/15{
  background-color: rgb(231 233 240 / 0.15) !important;
}
.bg-grey-800\/20{
  background-color: rgb(231 233 240 / 0.2) !important;
}
.bg-grey-800\/25{
  background-color: rgb(231 233 240 / 0.25) !important;
}
.bg-grey-800\/30{
  background-color: rgb(231 233 240 / 0.3) !important;
}
.bg-grey-800\/35{
  background-color: rgb(231 233 240 / 0.35) !important;
}
.bg-grey-800\/40{
  background-color: rgb(231 233 240 / 0.4) !important;
}
.bg-grey-800\/45{
  background-color: rgb(231 233 240 / 0.45) !important;
}
.bg-grey-800\/5{
  background-color: rgb(231 233 240 / 0.05) !important;
}
.bg-grey-800\/50{
  background-color: rgb(231 233 240 / 0.5) !important;
}
.bg-grey-800\/55{
  background-color: rgb(231 233 240 / 0.55) !important;
}
.bg-grey-800\/60{
  background-color: rgb(231 233 240 / 0.6) !important;
}
.bg-grey-800\/65{
  background-color: rgb(231 233 240 / 0.65) !important;
}
.bg-grey-800\/70{
  background-color: rgb(231 233 240 / 0.7) !important;
}
.bg-grey-800\/75{
  background-color: rgb(231 233 240 / 0.75) !important;
}
.bg-grey-800\/80{
  background-color: rgb(231 233 240 / 0.8) !important;
}
.bg-grey-800\/85{
  background-color: rgb(231 233 240 / 0.85) !important;
}
.bg-grey-800\/90{
  background-color: rgb(231 233 240 / 0.9) !important;
}
.bg-grey-800\/95{
  background-color: rgb(231 233 240 / 0.95) !important;
}
.bg-grey-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 229 238 / var(--tw-bg-opacity, 1)) !important;
}
.bg-grey-900\/0{
  background-color: rgb(226 229 238 / 0) !important;
}
.bg-grey-900\/10{
  background-color: rgb(226 229 238 / 0.1) !important;
}
.bg-grey-900\/100{
  background-color: rgb(226 229 238 / 1) !important;
}
.bg-grey-900\/15{
  background-color: rgb(226 229 238 / 0.15) !important;
}
.bg-grey-900\/20{
  background-color: rgb(226 229 238 / 0.2) !important;
}
.bg-grey-900\/25{
  background-color: rgb(226 229 238 / 0.25) !important;
}
.bg-grey-900\/30{
  background-color: rgb(226 229 238 / 0.3) !important;
}
.bg-grey-900\/35{
  background-color: rgb(226 229 238 / 0.35) !important;
}
.bg-grey-900\/40{
  background-color: rgb(226 229 238 / 0.4) !important;
}
.bg-grey-900\/45{
  background-color: rgb(226 229 238 / 0.45) !important;
}
.bg-grey-900\/5{
  background-color: rgb(226 229 238 / 0.05) !important;
}
.bg-grey-900\/50{
  background-color: rgb(226 229 238 / 0.5) !important;
}
.bg-grey-900\/55{
  background-color: rgb(226 229 238 / 0.55) !important;
}
.bg-grey-900\/60{
  background-color: rgb(226 229 238 / 0.6) !important;
}
.bg-grey-900\/65{
  background-color: rgb(226 229 238 / 0.65) !important;
}
.bg-grey-900\/70{
  background-color: rgb(226 229 238 / 0.7) !important;
}
.bg-grey-900\/75{
  background-color: rgb(226 229 238 / 0.75) !important;
}
.bg-grey-900\/80{
  background-color: rgb(226 229 238 / 0.8) !important;
}
.bg-grey-900\/85{
  background-color: rgb(226 229 238 / 0.85) !important;
}
.bg-grey-900\/90{
  background-color: rgb(226 229 238 / 0.9) !important;
}
.bg-grey-900\/95{
  background-color: rgb(226 229 238 / 0.95) !important;
}
.bg-lime-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-100\/0{
  background-color: rgb(236 252 203 / 0) !important;
}
.bg-lime-100\/10{
  background-color: rgb(236 252 203 / 0.1) !important;
}
.bg-lime-100\/100{
  background-color: rgb(236 252 203 / 1) !important;
}
.bg-lime-100\/15{
  background-color: rgb(236 252 203 / 0.15) !important;
}
.bg-lime-100\/20{
  background-color: rgb(236 252 203 / 0.2) !important;
}
.bg-lime-100\/25{
  background-color: rgb(236 252 203 / 0.25) !important;
}
.bg-lime-100\/30{
  background-color: rgb(236 252 203 / 0.3) !important;
}
.bg-lime-100\/35{
  background-color: rgb(236 252 203 / 0.35) !important;
}
.bg-lime-100\/40{
  background-color: rgb(236 252 203 / 0.4) !important;
}
.bg-lime-100\/45{
  background-color: rgb(236 252 203 / 0.45) !important;
}
.bg-lime-100\/5{
  background-color: rgb(236 252 203 / 0.05) !important;
}
.bg-lime-100\/50{
  background-color: rgb(236 252 203 / 0.5) !important;
}
.bg-lime-100\/55{
  background-color: rgb(236 252 203 / 0.55) !important;
}
.bg-lime-100\/60{
  background-color: rgb(236 252 203 / 0.6) !important;
}
.bg-lime-100\/65{
  background-color: rgb(236 252 203 / 0.65) !important;
}
.bg-lime-100\/70{
  background-color: rgb(236 252 203 / 0.7) !important;
}
.bg-lime-100\/75{
  background-color: rgb(236 252 203 / 0.75) !important;
}
.bg-lime-100\/80{
  background-color: rgb(236 252 203 / 0.8) !important;
}
.bg-lime-100\/85{
  background-color: rgb(236 252 203 / 0.85) !important;
}
.bg-lime-100\/90{
  background-color: rgb(236 252 203 / 0.9) !important;
}
.bg-lime-100\/95{
  background-color: rgb(236 252 203 / 0.95) !important;
}
.bg-lime-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-200\/0{
  background-color: rgb(217 249 157 / 0) !important;
}
.bg-lime-200\/10{
  background-color: rgb(217 249 157 / 0.1) !important;
}
.bg-lime-200\/100{
  background-color: rgb(217 249 157 / 1) !important;
}
.bg-lime-200\/15{
  background-color: rgb(217 249 157 / 0.15) !important;
}
.bg-lime-200\/20{
  background-color: rgb(217 249 157 / 0.2) !important;
}
.bg-lime-200\/25{
  background-color: rgb(217 249 157 / 0.25) !important;
}
.bg-lime-200\/30{
  background-color: rgb(217 249 157 / 0.3) !important;
}
.bg-lime-200\/35{
  background-color: rgb(217 249 157 / 0.35) !important;
}
.bg-lime-200\/40{
  background-color: rgb(217 249 157 / 0.4) !important;
}
.bg-lime-200\/45{
  background-color: rgb(217 249 157 / 0.45) !important;
}
.bg-lime-200\/5{
  background-color: rgb(217 249 157 / 0.05) !important;
}
.bg-lime-200\/50{
  background-color: rgb(217 249 157 / 0.5) !important;
}
.bg-lime-200\/55{
  background-color: rgb(217 249 157 / 0.55) !important;
}
.bg-lime-200\/60{
  background-color: rgb(217 249 157 / 0.6) !important;
}
.bg-lime-200\/65{
  background-color: rgb(217 249 157 / 0.65) !important;
}
.bg-lime-200\/70{
  background-color: rgb(217 249 157 / 0.7) !important;
}
.bg-lime-200\/75{
  background-color: rgb(217 249 157 / 0.75) !important;
}
.bg-lime-200\/80{
  background-color: rgb(217 249 157 / 0.8) !important;
}
.bg-lime-200\/85{
  background-color: rgb(217 249 157 / 0.85) !important;
}
.bg-lime-200\/90{
  background-color: rgb(217 249 157 / 0.9) !important;
}
.bg-lime-200\/95{
  background-color: rgb(217 249 157 / 0.95) !important;
}
.bg-lime-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0) !important;
}
.bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1) !important;
}
.bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1) !important;
}
.bg-lime-400\/15{
  background-color: rgb(163 230 53 / 0.15) !important;
}
.bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2) !important;
}
.bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25) !important;
}
.bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3) !important;
}
.bg-lime-400\/35{
  background-color: rgb(163 230 53 / 0.35) !important;
}
.bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4) !important;
}
.bg-lime-400\/45{
  background-color: rgb(163 230 53 / 0.45) !important;
}
.bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05) !important;
}
.bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5) !important;
}
.bg-lime-400\/55{
  background-color: rgb(163 230 53 / 0.55) !important;
}
.bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6) !important;
}
.bg-lime-400\/65{
  background-color: rgb(163 230 53 / 0.65) !important;
}
.bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7) !important;
}
.bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75) !important;
}
.bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8) !important;
}
.bg-lime-400\/85{
  background-color: rgb(163 230 53 / 0.85) !important;
}
.bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9) !important;
}
.bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95) !important;
}
.bg-lime-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-600\/0{
  background-color: rgb(101 163 13 / 0) !important;
}
.bg-lime-600\/10{
  background-color: rgb(101 163 13 / 0.1) !important;
}
.bg-lime-600\/100{
  background-color: rgb(101 163 13 / 1) !important;
}
.bg-lime-600\/15{
  background-color: rgb(101 163 13 / 0.15) !important;
}
.bg-lime-600\/20{
  background-color: rgb(101 163 13 / 0.2) !important;
}
.bg-lime-600\/25{
  background-color: rgb(101 163 13 / 0.25) !important;
}
.bg-lime-600\/30{
  background-color: rgb(101 163 13 / 0.3) !important;
}
.bg-lime-600\/35{
  background-color: rgb(101 163 13 / 0.35) !important;
}
.bg-lime-600\/40{
  background-color: rgb(101 163 13 / 0.4) !important;
}
.bg-lime-600\/45{
  background-color: rgb(101 163 13 / 0.45) !important;
}
.bg-lime-600\/5{
  background-color: rgb(101 163 13 / 0.05) !important;
}
.bg-lime-600\/50{
  background-color: rgb(101 163 13 / 0.5) !important;
}
.bg-lime-600\/55{
  background-color: rgb(101 163 13 / 0.55) !important;
}
.bg-lime-600\/60{
  background-color: rgb(101 163 13 / 0.6) !important;
}
.bg-lime-600\/65{
  background-color: rgb(101 163 13 / 0.65) !important;
}
.bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7) !important;
}
.bg-lime-600\/75{
  background-color: rgb(101 163 13 / 0.75) !important;
}
.bg-lime-600\/80{
  background-color: rgb(101 163 13 / 0.8) !important;
}
.bg-lime-600\/85{
  background-color: rgb(101 163 13 / 0.85) !important;
}
.bg-lime-600\/90{
  background-color: rgb(101 163 13 / 0.9) !important;
}
.bg-lime-600\/95{
  background-color: rgb(101 163 13 / 0.95) !important;
}
.bg-lime-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-800\/0{
  background-color: rgb(63 98 18 / 0) !important;
}
.bg-lime-800\/10{
  background-color: rgb(63 98 18 / 0.1) !important;
}
.bg-lime-800\/100{
  background-color: rgb(63 98 18 / 1) !important;
}
.bg-lime-800\/15{
  background-color: rgb(63 98 18 / 0.15) !important;
}
.bg-lime-800\/20{
  background-color: rgb(63 98 18 / 0.2) !important;
}
.bg-lime-800\/25{
  background-color: rgb(63 98 18 / 0.25) !important;
}
.bg-lime-800\/30{
  background-color: rgb(63 98 18 / 0.3) !important;
}
.bg-lime-800\/35{
  background-color: rgb(63 98 18 / 0.35) !important;
}
.bg-lime-800\/40{
  background-color: rgb(63 98 18 / 0.4) !important;
}
.bg-lime-800\/45{
  background-color: rgb(63 98 18 / 0.45) !important;
}
.bg-lime-800\/5{
  background-color: rgb(63 98 18 / 0.05) !important;
}
.bg-lime-800\/50{
  background-color: rgb(63 98 18 / 0.5) !important;
}
.bg-lime-800\/55{
  background-color: rgb(63 98 18 / 0.55) !important;
}
.bg-lime-800\/60{
  background-color: rgb(63 98 18 / 0.6) !important;
}
.bg-lime-800\/65{
  background-color: rgb(63 98 18 / 0.65) !important;
}
.bg-lime-800\/70{
  background-color: rgb(63 98 18 / 0.7) !important;
}
.bg-lime-800\/75{
  background-color: rgb(63 98 18 / 0.75) !important;
}
.bg-lime-800\/80{
  background-color: rgb(63 98 18 / 0.8) !important;
}
.bg-lime-800\/85{
  background-color: rgb(63 98 18 / 0.85) !important;
}
.bg-lime-800\/90{
  background-color: rgb(63 98 18 / 0.9) !important;
}
.bg-lime-800\/95{
  background-color: rgb(63 98 18 / 0.95) !important;
}
.bg-navy-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 191 248 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-100\/0{
  background-color: rgb(191 191 248 / 0) !important;
}
.bg-navy-100\/10{
  background-color: rgb(191 191 248 / 0.1) !important;
}
.bg-navy-100\/100{
  background-color: rgb(191 191 248 / 1) !important;
}
.bg-navy-100\/15{
  background-color: rgb(191 191 248 / 0.15) !important;
}
.bg-navy-100\/20{
  background-color: rgb(191 191 248 / 0.2) !important;
}
.bg-navy-100\/25{
  background-color: rgb(191 191 248 / 0.25) !important;
}
.bg-navy-100\/30{
  background-color: rgb(191 191 248 / 0.3) !important;
}
.bg-navy-100\/35{
  background-color: rgb(191 191 248 / 0.35) !important;
}
.bg-navy-100\/40{
  background-color: rgb(191 191 248 / 0.4) !important;
}
.bg-navy-100\/45{
  background-color: rgb(191 191 248 / 0.45) !important;
}
.bg-navy-100\/5{
  background-color: rgb(191 191 248 / 0.05) !important;
}
.bg-navy-100\/50{
  background-color: rgb(191 191 248 / 0.5) !important;
}
.bg-navy-100\/55{
  background-color: rgb(191 191 248 / 0.55) !important;
}
.bg-navy-100\/60{
  background-color: rgb(191 191 248 / 0.6) !important;
}
.bg-navy-100\/65{
  background-color: rgb(191 191 248 / 0.65) !important;
}
.bg-navy-100\/70{
  background-color: rgb(191 191 248 / 0.7) !important;
}
.bg-navy-100\/75{
  background-color: rgb(191 191 248 / 0.75) !important;
}
.bg-navy-100\/80{
  background-color: rgb(191 191 248 / 0.8) !important;
}
.bg-navy-100\/85{
  background-color: rgb(191 191 248 / 0.85) !important;
}
.bg-navy-100\/90{
  background-color: rgb(191 191 248 / 0.9) !important;
}
.bg-navy-100\/95{
  background-color: rgb(191 191 248 / 0.95) !important;
}
.bg-navy-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 149 243 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-200\/0{
  background-color: rgb(149 149 243 / 0) !important;
}
.bg-navy-200\/10{
  background-color: rgb(149 149 243 / 0.1) !important;
}
.bg-navy-200\/100{
  background-color: rgb(149 149 243 / 1) !important;
}
.bg-navy-200\/15{
  background-color: rgb(149 149 243 / 0.15) !important;
}
.bg-navy-200\/20{
  background-color: rgb(149 149 243 / 0.2) !important;
}
.bg-navy-200\/25{
  background-color: rgb(149 149 243 / 0.25) !important;
}
.bg-navy-200\/30{
  background-color: rgb(149 149 243 / 0.3) !important;
}
.bg-navy-200\/35{
  background-color: rgb(149 149 243 / 0.35) !important;
}
.bg-navy-200\/40{
  background-color: rgb(149 149 243 / 0.4) !important;
}
.bg-navy-200\/45{
  background-color: rgb(149 149 243 / 0.45) !important;
}
.bg-navy-200\/5{
  background-color: rgb(149 149 243 / 0.05) !important;
}
.bg-navy-200\/50{
  background-color: rgb(149 149 243 / 0.5) !important;
}
.bg-navy-200\/55{
  background-color: rgb(149 149 243 / 0.55) !important;
}
.bg-navy-200\/60{
  background-color: rgb(149 149 243 / 0.6) !important;
}
.bg-navy-200\/65{
  background-color: rgb(149 149 243 / 0.65) !important;
}
.bg-navy-200\/70{
  background-color: rgb(149 149 243 / 0.7) !important;
}
.bg-navy-200\/75{
  background-color: rgb(149 149 243 / 0.75) !important;
}
.bg-navy-200\/80{
  background-color: rgb(149 149 243 / 0.8) !important;
}
.bg-navy-200\/85{
  background-color: rgb(149 149 243 / 0.85) !important;
}
.bg-navy-200\/90{
  background-color: rgb(149 149 243 / 0.9) !important;
}
.bg-navy-200\/95{
  background-color: rgb(149 149 243 / 0.95) !important;
}
.bg-navy-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 107 238 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-300\/0{
  background-color: rgb(106 107 238 / 0) !important;
}
.bg-navy-300\/10{
  background-color: rgb(106 107 238 / 0.1) !important;
}
.bg-navy-300\/100{
  background-color: rgb(106 107 238 / 1) !important;
}
.bg-navy-300\/15{
  background-color: rgb(106 107 238 / 0.15) !important;
}
.bg-navy-300\/20{
  background-color: rgb(106 107 238 / 0.2) !important;
}
.bg-navy-300\/25{
  background-color: rgb(106 107 238 / 0.25) !important;
}
.bg-navy-300\/30{
  background-color: rgb(106 107 238 / 0.3) !important;
}
.bg-navy-300\/35{
  background-color: rgb(106 107 238 / 0.35) !important;
}
.bg-navy-300\/40{
  background-color: rgb(106 107 238 / 0.4) !important;
}
.bg-navy-300\/45{
  background-color: rgb(106 107 238 / 0.45) !important;
}
.bg-navy-300\/5{
  background-color: rgb(106 107 238 / 0.05) !important;
}
.bg-navy-300\/50{
  background-color: rgb(106 107 238 / 0.5) !important;
}
.bg-navy-300\/55{
  background-color: rgb(106 107 238 / 0.55) !important;
}
.bg-navy-300\/60{
  background-color: rgb(106 107 238 / 0.6) !important;
}
.bg-navy-300\/65{
  background-color: rgb(106 107 238 / 0.65) !important;
}
.bg-navy-300\/70{
  background-color: rgb(106 107 238 / 0.7) !important;
}
.bg-navy-300\/75{
  background-color: rgb(106 107 238 / 0.75) !important;
}
.bg-navy-300\/80{
  background-color: rgb(106 107 238 / 0.8) !important;
}
.bg-navy-300\/85{
  background-color: rgb(106 107 238 / 0.85) !important;
}
.bg-navy-300\/90{
  background-color: rgb(106 107 238 / 0.9) !important;
}
.bg-navy-300\/95{
  background-color: rgb(106 107 238 / 0.95) !important;
}
.bg-navy-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 75 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-400\/0{
  background-color: rgb(74 75 235 / 0) !important;
}
.bg-navy-400\/10{
  background-color: rgb(74 75 235 / 0.1) !important;
}
.bg-navy-400\/100{
  background-color: rgb(74 75 235 / 1) !important;
}
.bg-navy-400\/15{
  background-color: rgb(74 75 235 / 0.15) !important;
}
.bg-navy-400\/20{
  background-color: rgb(74 75 235 / 0.2) !important;
}
.bg-navy-400\/25{
  background-color: rgb(74 75 235 / 0.25) !important;
}
.bg-navy-400\/30{
  background-color: rgb(74 75 235 / 0.3) !important;
}
.bg-navy-400\/35{
  background-color: rgb(74 75 235 / 0.35) !important;
}
.bg-navy-400\/40{
  background-color: rgb(74 75 235 / 0.4) !important;
}
.bg-navy-400\/45{
  background-color: rgb(74 75 235 / 0.45) !important;
}
.bg-navy-400\/5{
  background-color: rgb(74 75 235 / 0.05) !important;
}
.bg-navy-400\/50{
  background-color: rgb(74 75 235 / 0.5) !important;
}
.bg-navy-400\/55{
  background-color: rgb(74 75 235 / 0.55) !important;
}
.bg-navy-400\/60{
  background-color: rgb(74 75 235 / 0.6) !important;
}
.bg-navy-400\/65{
  background-color: rgb(74 75 235 / 0.65) !important;
}
.bg-navy-400\/70{
  background-color: rgb(74 75 235 / 0.7) !important;
}
.bg-navy-400\/75{
  background-color: rgb(74 75 235 / 0.75) !important;
}
.bg-navy-400\/80{
  background-color: rgb(74 75 235 / 0.8) !important;
}
.bg-navy-400\/85{
  background-color: rgb(74 75 235 / 0.85) !important;
}
.bg-navy-400\/90{
  background-color: rgb(74 75 235 / 0.9) !important;
}
.bg-navy-400\/95{
  background-color: rgb(74 75 235 / 0.95) !important;
}
.bg-navy-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 230 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-50\/0{
  background-color: rgb(229 230 252 / 0) !important;
}
.bg-navy-50\/10{
  background-color: rgb(229 230 252 / 0.1) !important;
}
.bg-navy-50\/100{
  background-color: rgb(229 230 252 / 1) !important;
}
.bg-navy-50\/15{
  background-color: rgb(229 230 252 / 0.15) !important;
}
.bg-navy-50\/20{
  background-color: rgb(229 230 252 / 0.2) !important;
}
.bg-navy-50\/25{
  background-color: rgb(229 230 252 / 0.25) !important;
}
.bg-navy-50\/30{
  background-color: rgb(229 230 252 / 0.3) !important;
}
.bg-navy-50\/35{
  background-color: rgb(229 230 252 / 0.35) !important;
}
.bg-navy-50\/40{
  background-color: rgb(229 230 252 / 0.4) !important;
}
.bg-navy-50\/45{
  background-color: rgb(229 230 252 / 0.45) !important;
}
.bg-navy-50\/5{
  background-color: rgb(229 230 252 / 0.05) !important;
}
.bg-navy-50\/50{
  background-color: rgb(229 230 252 / 0.5) !important;
}
.bg-navy-50\/55{
  background-color: rgb(229 230 252 / 0.55) !important;
}
.bg-navy-50\/60{
  background-color: rgb(229 230 252 / 0.6) !important;
}
.bg-navy-50\/65{
  background-color: rgb(229 230 252 / 0.65) !important;
}
.bg-navy-50\/70{
  background-color: rgb(229 230 252 / 0.7) !important;
}
.bg-navy-50\/75{
  background-color: rgb(229 230 252 / 0.75) !important;
}
.bg-navy-50\/80{
  background-color: rgb(229 230 252 / 0.8) !important;
}
.bg-navy-50\/85{
  background-color: rgb(229 230 252 / 0.85) !important;
}
.bg-navy-50\/90{
  background-color: rgb(229 230 252 / 0.9) !important;
}
.bg-navy-50\/95{
  background-color: rgb(229 230 252 / 0.95) !important;
}
.bg-navy-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-500\/0{
  background-color: rgb(42 43 231 / 0) !important;
}
.bg-navy-500\/10{
  background-color: rgb(42 43 231 / 0.1) !important;
}
.bg-navy-500\/100{
  background-color: rgb(42 43 231 / 1) !important;
}
.bg-navy-500\/15{
  background-color: rgb(42 43 231 / 0.15) !important;
}
.bg-navy-500\/20{
  background-color: rgb(42 43 231 / 0.2) !important;
}
.bg-navy-500\/25{
  background-color: rgb(42 43 231 / 0.25) !important;
}
.bg-navy-500\/30{
  background-color: rgb(42 43 231 / 0.3) !important;
}
.bg-navy-500\/35{
  background-color: rgb(42 43 231 / 0.35) !important;
}
.bg-navy-500\/40{
  background-color: rgb(42 43 231 / 0.4) !important;
}
.bg-navy-500\/45{
  background-color: rgb(42 43 231 / 0.45) !important;
}
.bg-navy-500\/5{
  background-color: rgb(42 43 231 / 0.05) !important;
}
.bg-navy-500\/50{
  background-color: rgb(42 43 231 / 0.5) !important;
}
.bg-navy-500\/55{
  background-color: rgb(42 43 231 / 0.55) !important;
}
.bg-navy-500\/60{
  background-color: rgb(42 43 231 / 0.6) !important;
}
.bg-navy-500\/65{
  background-color: rgb(42 43 231 / 0.65) !important;
}
.bg-navy-500\/70{
  background-color: rgb(42 43 231 / 0.7) !important;
}
.bg-navy-500\/75{
  background-color: rgb(42 43 231 / 0.75) !important;
}
.bg-navy-500\/80{
  background-color: rgb(42 43 231 / 0.8) !important;
}
.bg-navy-500\/85{
  background-color: rgb(42 43 231 / 0.85) !important;
}
.bg-navy-500\/90{
  background-color: rgb(42 43 231 / 0.9) !important;
}
.bg-navy-500\/95{
  background-color: rgb(42 43 231 / 0.95) !important;
}
.bg-navy-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 38 228 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-600\/0{
  background-color: rgb(37 38 228 / 0) !important;
}
.bg-navy-600\/10{
  background-color: rgb(37 38 228 / 0.1) !important;
}
.bg-navy-600\/100{
  background-color: rgb(37 38 228 / 1) !important;
}
.bg-navy-600\/15{
  background-color: rgb(37 38 228 / 0.15) !important;
}
.bg-navy-600\/20{
  background-color: rgb(37 38 228 / 0.2) !important;
}
.bg-navy-600\/25{
  background-color: rgb(37 38 228 / 0.25) !important;
}
.bg-navy-600\/30{
  background-color: rgb(37 38 228 / 0.3) !important;
}
.bg-navy-600\/35{
  background-color: rgb(37 38 228 / 0.35) !important;
}
.bg-navy-600\/40{
  background-color: rgb(37 38 228 / 0.4) !important;
}
.bg-navy-600\/45{
  background-color: rgb(37 38 228 / 0.45) !important;
}
.bg-navy-600\/5{
  background-color: rgb(37 38 228 / 0.05) !important;
}
.bg-navy-600\/50{
  background-color: rgb(37 38 228 / 0.5) !important;
}
.bg-navy-600\/55{
  background-color: rgb(37 38 228 / 0.55) !important;
}
.bg-navy-600\/60{
  background-color: rgb(37 38 228 / 0.6) !important;
}
.bg-navy-600\/65{
  background-color: rgb(37 38 228 / 0.65) !important;
}
.bg-navy-600\/70{
  background-color: rgb(37 38 228 / 0.7) !important;
}
.bg-navy-600\/75{
  background-color: rgb(37 38 228 / 0.75) !important;
}
.bg-navy-600\/80{
  background-color: rgb(37 38 228 / 0.8) !important;
}
.bg-navy-600\/85{
  background-color: rgb(37 38 228 / 0.85) !important;
}
.bg-navy-600\/90{
  background-color: rgb(37 38 228 / 0.9) !important;
}
.bg-navy-600\/95{
  background-color: rgb(37 38 228 / 0.95) !important;
}
.bg-navy-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 32 224 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-700\/0{
  background-color: rgb(31 32 224 / 0) !important;
}
.bg-navy-700\/10{
  background-color: rgb(31 32 224 / 0.1) !important;
}
.bg-navy-700\/100{
  background-color: rgb(31 32 224 / 1) !important;
}
.bg-navy-700\/15{
  background-color: rgb(31 32 224 / 0.15) !important;
}
.bg-navy-700\/20{
  background-color: rgb(31 32 224 / 0.2) !important;
}
.bg-navy-700\/25{
  background-color: rgb(31 32 224 / 0.25) !important;
}
.bg-navy-700\/30{
  background-color: rgb(31 32 224 / 0.3) !important;
}
.bg-navy-700\/35{
  background-color: rgb(31 32 224 / 0.35) !important;
}
.bg-navy-700\/40{
  background-color: rgb(31 32 224 / 0.4) !important;
}
.bg-navy-700\/45{
  background-color: rgb(31 32 224 / 0.45) !important;
}
.bg-navy-700\/5{
  background-color: rgb(31 32 224 / 0.05) !important;
}
.bg-navy-700\/50{
  background-color: rgb(31 32 224 / 0.5) !important;
}
.bg-navy-700\/55{
  background-color: rgb(31 32 224 / 0.55) !important;
}
.bg-navy-700\/60{
  background-color: rgb(31 32 224 / 0.6) !important;
}
.bg-navy-700\/65{
  background-color: rgb(31 32 224 / 0.65) !important;
}
.bg-navy-700\/70{
  background-color: rgb(31 32 224 / 0.7) !important;
}
.bg-navy-700\/75{
  background-color: rgb(31 32 224 / 0.75) !important;
}
.bg-navy-700\/80{
  background-color: rgb(31 32 224 / 0.8) !important;
}
.bg-navy-700\/85{
  background-color: rgb(31 32 224 / 0.85) !important;
}
.bg-navy-700\/90{
  background-color: rgb(31 32 224 / 0.9) !important;
}
.bg-navy-700\/95{
  background-color: rgb(31 32 224 / 0.95) !important;
}
.bg-navy-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 26 221 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-800\/0{
  background-color: rgb(25 26 221 / 0) !important;
}
.bg-navy-800\/10{
  background-color: rgb(25 26 221 / 0.1) !important;
}
.bg-navy-800\/100{
  background-color: rgb(25 26 221 / 1) !important;
}
.bg-navy-800\/15{
  background-color: rgb(25 26 221 / 0.15) !important;
}
.bg-navy-800\/20{
  background-color: rgb(25 26 221 / 0.2) !important;
}
.bg-navy-800\/25{
  background-color: rgb(25 26 221 / 0.25) !important;
}
.bg-navy-800\/30{
  background-color: rgb(25 26 221 / 0.3) !important;
}
.bg-navy-800\/35{
  background-color: rgb(25 26 221 / 0.35) !important;
}
.bg-navy-800\/40{
  background-color: rgb(25 26 221 / 0.4) !important;
}
.bg-navy-800\/45{
  background-color: rgb(25 26 221 / 0.45) !important;
}
.bg-navy-800\/5{
  background-color: rgb(25 26 221 / 0.05) !important;
}
.bg-navy-800\/50{
  background-color: rgb(25 26 221 / 0.5) !important;
}
.bg-navy-800\/55{
  background-color: rgb(25 26 221 / 0.55) !important;
}
.bg-navy-800\/60{
  background-color: rgb(25 26 221 / 0.6) !important;
}
.bg-navy-800\/65{
  background-color: rgb(25 26 221 / 0.65) !important;
}
.bg-navy-800\/70{
  background-color: rgb(25 26 221 / 0.7) !important;
}
.bg-navy-800\/75{
  background-color: rgb(25 26 221 / 0.75) !important;
}
.bg-navy-800\/80{
  background-color: rgb(25 26 221 / 0.8) !important;
}
.bg-navy-800\/85{
  background-color: rgb(25 26 221 / 0.85) !important;
}
.bg-navy-800\/90{
  background-color: rgb(25 26 221 / 0.9) !important;
}
.bg-navy-800\/95{
  background-color: rgb(25 26 221 / 0.95) !important;
}
.bg-navy-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 16 215 / var(--tw-bg-opacity, 1)) !important;
}
.bg-navy-900\/0{
  background-color: rgb(15 16 215 / 0) !important;
}
.bg-navy-900\/10{
  background-color: rgb(15 16 215 / 0.1) !important;
}
.bg-navy-900\/100{
  background-color: rgb(15 16 215 / 1) !important;
}
.bg-navy-900\/15{
  background-color: rgb(15 16 215 / 0.15) !important;
}
.bg-navy-900\/20{
  background-color: rgb(15 16 215 / 0.2) !important;
}
.bg-navy-900\/25{
  background-color: rgb(15 16 215 / 0.25) !important;
}
.bg-navy-900\/30{
  background-color: rgb(15 16 215 / 0.3) !important;
}
.bg-navy-900\/35{
  background-color: rgb(15 16 215 / 0.35) !important;
}
.bg-navy-900\/40{
  background-color: rgb(15 16 215 / 0.4) !important;
}
.bg-navy-900\/45{
  background-color: rgb(15 16 215 / 0.45) !important;
}
.bg-navy-900\/5{
  background-color: rgb(15 16 215 / 0.05) !important;
}
.bg-navy-900\/50{
  background-color: rgb(15 16 215 / 0.5) !important;
}
.bg-navy-900\/55{
  background-color: rgb(15 16 215 / 0.55) !important;
}
.bg-navy-900\/60{
  background-color: rgb(15 16 215 / 0.6) !important;
}
.bg-navy-900\/65{
  background-color: rgb(15 16 215 / 0.65) !important;
}
.bg-navy-900\/70{
  background-color: rgb(15 16 215 / 0.7) !important;
}
.bg-navy-900\/75{
  background-color: rgb(15 16 215 / 0.75) !important;
}
.bg-navy-900\/80{
  background-color: rgb(15 16 215 / 0.8) !important;
}
.bg-navy-900\/85{
  background-color: rgb(15 16 215 / 0.85) !important;
}
.bg-navy-900\/90{
  background-color: rgb(15 16 215 / 0.9) !important;
}
.bg-navy-900\/95{
  background-color: rgb(15 16 215 / 0.95) !important;
}
.bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 213 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-100\/0{
  background-color: rgb(255 238 213 / 0) !important;
}
.bg-orange-100\/10{
  background-color: rgb(255 238 213 / 0.1) !important;
}
.bg-orange-100\/100{
  background-color: rgb(255 238 213 / 1) !important;
}
.bg-orange-100\/15{
  background-color: rgb(255 238 213 / 0.15) !important;
}
.bg-orange-100\/20{
  background-color: rgb(255 238 213 / 0.2) !important;
}
.bg-orange-100\/25{
  background-color: rgb(255 238 213 / 0.25) !important;
}
.bg-orange-100\/30{
  background-color: rgb(255 238 213 / 0.3) !important;
}
.bg-orange-100\/35{
  background-color: rgb(255 238 213 / 0.35) !important;
}
.bg-orange-100\/40{
  background-color: rgb(255 238 213 / 0.4) !important;
}
.bg-orange-100\/45{
  background-color: rgb(255 238 213 / 0.45) !important;
}
.bg-orange-100\/5{
  background-color: rgb(255 238 213 / 0.05) !important;
}
.bg-orange-100\/50{
  background-color: rgb(255 238 213 / 0.5) !important;
}
.bg-orange-100\/55{
  background-color: rgb(255 238 213 / 0.55) !important;
}
.bg-orange-100\/60{
  background-color: rgb(255 238 213 / 0.6) !important;
}
.bg-orange-100\/65{
  background-color: rgb(255 238 213 / 0.65) !important;
}
.bg-orange-100\/70{
  background-color: rgb(255 238 213 / 0.7) !important;
}
.bg-orange-100\/75{
  background-color: rgb(255 238 213 / 0.75) !important;
}
.bg-orange-100\/80{
  background-color: rgb(255 238 213 / 0.8) !important;
}
.bg-orange-100\/85{
  background-color: rgb(255 238 213 / 0.85) !important;
}
.bg-orange-100\/90{
  background-color: rgb(255 238 213 / 0.9) !important;
}
.bg-orange-100\/95{
  background-color: rgb(255 238 213 / 0.95) !important;
}
.bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 216 170 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-200\/0{
  background-color: rgb(254 216 170 / 0) !important;
}
.bg-orange-200\/10{
  background-color: rgb(254 216 170 / 0.1) !important;
}
.bg-orange-200\/100{
  background-color: rgb(254 216 170 / 1) !important;
}
.bg-orange-200\/15{
  background-color: rgb(254 216 170 / 0.15) !important;
}
.bg-orange-200\/20{
  background-color: rgb(254 216 170 / 0.2) !important;
}
.bg-orange-200\/25{
  background-color: rgb(254 216 170 / 0.25) !important;
}
.bg-orange-200\/30{
  background-color: rgb(254 216 170 / 0.3) !important;
}
.bg-orange-200\/35{
  background-color: rgb(254 216 170 / 0.35) !important;
}
.bg-orange-200\/40{
  background-color: rgb(254 216 170 / 0.4) !important;
}
.bg-orange-200\/45{
  background-color: rgb(254 216 170 / 0.45) !important;
}
.bg-orange-200\/5{
  background-color: rgb(254 216 170 / 0.05) !important;
}
.bg-orange-200\/50{
  background-color: rgb(254 216 170 / 0.5) !important;
}
.bg-orange-200\/55{
  background-color: rgb(254 216 170 / 0.55) !important;
}
.bg-orange-200\/60{
  background-color: rgb(254 216 170 / 0.6) !important;
}
.bg-orange-200\/65{
  background-color: rgb(254 216 170 / 0.65) !important;
}
.bg-orange-200\/70{
  background-color: rgb(254 216 170 / 0.7) !important;
}
.bg-orange-200\/75{
  background-color: rgb(254 216 170 / 0.75) !important;
}
.bg-orange-200\/80{
  background-color: rgb(254 216 170 / 0.8) !important;
}
.bg-orange-200\/85{
  background-color: rgb(254 216 170 / 0.85) !important;
}
.bg-orange-200\/90{
  background-color: rgb(254 216 170 / 0.9) !important;
}
.bg-orange-200\/95{
  background-color: rgb(254 216 170 / 0.95) !important;
}
.bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 188 116 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-300\/0{
  background-color: rgb(253 188 116 / 0) !important;
}
.bg-orange-300\/10{
  background-color: rgb(253 188 116 / 0.1) !important;
}
.bg-orange-300\/100{
  background-color: rgb(253 188 116 / 1) !important;
}
.bg-orange-300\/15{
  background-color: rgb(253 188 116 / 0.15) !important;
}
.bg-orange-300\/20{
  background-color: rgb(253 188 116 / 0.2) !important;
}
.bg-orange-300\/25{
  background-color: rgb(253 188 116 / 0.25) !important;
}
.bg-orange-300\/30{
  background-color: rgb(253 188 116 / 0.3) !important;
}
.bg-orange-300\/35{
  background-color: rgb(253 188 116 / 0.35) !important;
}
.bg-orange-300\/40{
  background-color: rgb(253 188 116 / 0.4) !important;
}
.bg-orange-300\/45{
  background-color: rgb(253 188 116 / 0.45) !important;
}
.bg-orange-300\/5{
  background-color: rgb(253 188 116 / 0.05) !important;
}
.bg-orange-300\/50{
  background-color: rgb(253 188 116 / 0.5) !important;
}
.bg-orange-300\/55{
  background-color: rgb(253 188 116 / 0.55) !important;
}
.bg-orange-300\/60{
  background-color: rgb(253 188 116 / 0.6) !important;
}
.bg-orange-300\/65{
  background-color: rgb(253 188 116 / 0.65) !important;
}
.bg-orange-300\/70{
  background-color: rgb(253 188 116 / 0.7) !important;
}
.bg-orange-300\/75{
  background-color: rgb(253 188 116 / 0.75) !important;
}
.bg-orange-300\/80{
  background-color: rgb(253 188 116 / 0.8) !important;
}
.bg-orange-300\/85{
  background-color: rgb(253 188 116 / 0.85) !important;
}
.bg-orange-300\/90{
  background-color: rgb(253 188 116 / 0.9) !important;
}
.bg-orange-300\/95{
  background-color: rgb(253 188 116 / 0.95) !important;
}
.bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 149 59 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-400\/0{
  background-color: rgb(252 149 59 / 0) !important;
}
.bg-orange-400\/10{
  background-color: rgb(252 149 59 / 0.1) !important;
}
.bg-orange-400\/100{
  background-color: rgb(252 149 59 / 1) !important;
}
.bg-orange-400\/15{
  background-color: rgb(252 149 59 / 0.15) !important;
}
.bg-orange-400\/20{
  background-color: rgb(252 149 59 / 0.2) !important;
}
.bg-orange-400\/25{
  background-color: rgb(252 149 59 / 0.25) !important;
}
.bg-orange-400\/30{
  background-color: rgb(252 149 59 / 0.3) !important;
}
.bg-orange-400\/35{
  background-color: rgb(252 149 59 / 0.35) !important;
}
.bg-orange-400\/40{
  background-color: rgb(252 149 59 / 0.4) !important;
}
.bg-orange-400\/45{
  background-color: rgb(252 149 59 / 0.45) !important;
}
.bg-orange-400\/5{
  background-color: rgb(252 149 59 / 0.05) !important;
}
.bg-orange-400\/50{
  background-color: rgb(252 149 59 / 0.5) !important;
}
.bg-orange-400\/55{
  background-color: rgb(252 149 59 / 0.55) !important;
}
.bg-orange-400\/60{
  background-color: rgb(252 149 59 / 0.6) !important;
}
.bg-orange-400\/65{
  background-color: rgb(252 149 59 / 0.65) !important;
}
.bg-orange-400\/70{
  background-color: rgb(252 149 59 / 0.7) !important;
}
.bg-orange-400\/75{
  background-color: rgb(252 149 59 / 0.75) !important;
}
.bg-orange-400\/80{
  background-color: rgb(252 149 59 / 0.8) !important;
}
.bg-orange-400\/85{
  background-color: rgb(252 149 59 / 0.85) !important;
}
.bg-orange-400\/90{
  background-color: rgb(252 149 59 / 0.9) !important;
}
.bg-orange-400\/95{
  background-color: rgb(252 149 59 / 0.95) !important;
}
.bg-orange-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0) !important;
}
.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1) !important;
}
.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1) !important;
}
.bg-orange-50\/15{
  background-color: rgb(255 247 237 / 0.15) !important;
}
.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2) !important;
}
.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25) !important;
}
.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3) !important;
}
.bg-orange-50\/35{
  background-color: rgb(255 247 237 / 0.35) !important;
}
.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4) !important;
}
.bg-orange-50\/45{
  background-color: rgb(255 247 237 / 0.45) !important;
}
.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05) !important;
}
.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5) !important;
}
.bg-orange-50\/55{
  background-color: rgb(255 247 237 / 0.55) !important;
}
.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6) !important;
}
.bg-orange-50\/65{
  background-color: rgb(255 247 237 / 0.65) !important;
}
.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7) !important;
}
.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75) !important;
}
.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8) !important;
}
.bg-orange-50\/85{
  background-color: rgb(255 247 237 / 0.85) !important;
}
.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9) !important;
}
.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95) !important;
}
.bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-500\/0{
  background-color: rgb(250 126 34 / 0) !important;
}
.bg-orange-500\/10{
  background-color: rgb(250 126 34 / 0.1) !important;
}
.bg-orange-500\/100{
  background-color: rgb(250 126 34 / 1) !important;
}
.bg-orange-500\/15{
  background-color: rgb(250 126 34 / 0.15) !important;
}
.bg-orange-500\/20{
  background-color: rgb(250 126 34 / 0.2) !important;
}
.bg-orange-500\/25{
  background-color: rgb(250 126 34 / 0.25) !important;
}
.bg-orange-500\/30{
  background-color: rgb(250 126 34 / 0.3) !important;
}
.bg-orange-500\/35{
  background-color: rgb(250 126 34 / 0.35) !important;
}
.bg-orange-500\/40{
  background-color: rgb(250 126 34 / 0.4) !important;
}
.bg-orange-500\/45{
  background-color: rgb(250 126 34 / 0.45) !important;
}
.bg-orange-500\/5{
  background-color: rgb(250 126 34 / 0.05) !important;
}
.bg-orange-500\/50{
  background-color: rgb(250 126 34 / 0.5) !important;
}
.bg-orange-500\/55{
  background-color: rgb(250 126 34 / 0.55) !important;
}
.bg-orange-500\/60{
  background-color: rgb(250 126 34 / 0.6) !important;
}
.bg-orange-500\/65{
  background-color: rgb(250 126 34 / 0.65) !important;
}
.bg-orange-500\/70{
  background-color: rgb(250 126 34 / 0.7) !important;
}
.bg-orange-500\/75{
  background-color: rgb(250 126 34 / 0.75) !important;
}
.bg-orange-500\/80{
  background-color: rgb(250 126 34 / 0.8) !important;
}
.bg-orange-500\/85{
  background-color: rgb(250 126 34 / 0.85) !important;
}
.bg-orange-500\/90{
  background-color: rgb(250 126 34 / 0.9) !important;
}
.bg-orange-500\/95{
  background-color: rgb(250 126 34 / 0.95) !important;
}
.bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 92 11 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-600\/0{
  background-color: rgb(235 92 11 / 0) !important;
}
.bg-orange-600\/10{
  background-color: rgb(235 92 11 / 0.1) !important;
}
.bg-orange-600\/100{
  background-color: rgb(235 92 11 / 1) !important;
}
.bg-orange-600\/15{
  background-color: rgb(235 92 11 / 0.15) !important;
}
.bg-orange-600\/20{
  background-color: rgb(235 92 11 / 0.2) !important;
}
.bg-orange-600\/25{
  background-color: rgb(235 92 11 / 0.25) !important;
}
.bg-orange-600\/30{
  background-color: rgb(235 92 11 / 0.3) !important;
}
.bg-orange-600\/35{
  background-color: rgb(235 92 11 / 0.35) !important;
}
.bg-orange-600\/40{
  background-color: rgb(235 92 11 / 0.4) !important;
}
.bg-orange-600\/45{
  background-color: rgb(235 92 11 / 0.45) !important;
}
.bg-orange-600\/5{
  background-color: rgb(235 92 11 / 0.05) !important;
}
.bg-orange-600\/50{
  background-color: rgb(235 92 11 / 0.5) !important;
}
.bg-orange-600\/55{
  background-color: rgb(235 92 11 / 0.55) !important;
}
.bg-orange-600\/60{
  background-color: rgb(235 92 11 / 0.6) !important;
}
.bg-orange-600\/65{
  background-color: rgb(235 92 11 / 0.65) !important;
}
.bg-orange-600\/70{
  background-color: rgb(235 92 11 / 0.7) !important;
}
.bg-orange-600\/75{
  background-color: rgb(235 92 11 / 0.75) !important;
}
.bg-orange-600\/80{
  background-color: rgb(235 92 11 / 0.8) !important;
}
.bg-orange-600\/85{
  background-color: rgb(235 92 11 / 0.85) !important;
}
.bg-orange-600\/90{
  background-color: rgb(235 92 11 / 0.9) !important;
}
.bg-orange-600\/95{
  background-color: rgb(235 92 11 / 0.95) !important;
}
.bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(195 68 11 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-700\/0{
  background-color: rgb(195 68 11 / 0) !important;
}
.bg-orange-700\/10{
  background-color: rgb(195 68 11 / 0.1) !important;
}
.bg-orange-700\/100{
  background-color: rgb(195 68 11 / 1) !important;
}
.bg-orange-700\/15{
  background-color: rgb(195 68 11 / 0.15) !important;
}
.bg-orange-700\/20{
  background-color: rgb(195 68 11 / 0.2) !important;
}
.bg-orange-700\/25{
  background-color: rgb(195 68 11 / 0.25) !important;
}
.bg-orange-700\/30{
  background-color: rgb(195 68 11 / 0.3) !important;
}
.bg-orange-700\/35{
  background-color: rgb(195 68 11 / 0.35) !important;
}
.bg-orange-700\/40{
  background-color: rgb(195 68 11 / 0.4) !important;
}
.bg-orange-700\/45{
  background-color: rgb(195 68 11 / 0.45) !important;
}
.bg-orange-700\/5{
  background-color: rgb(195 68 11 / 0.05) !important;
}
.bg-orange-700\/50{
  background-color: rgb(195 68 11 / 0.5) !important;
}
.bg-orange-700\/55{
  background-color: rgb(195 68 11 / 0.55) !important;
}
.bg-orange-700\/60{
  background-color: rgb(195 68 11 / 0.6) !important;
}
.bg-orange-700\/65{
  background-color: rgb(195 68 11 / 0.65) !important;
}
.bg-orange-700\/70{
  background-color: rgb(195 68 11 / 0.7) !important;
}
.bg-orange-700\/75{
  background-color: rgb(195 68 11 / 0.75) !important;
}
.bg-orange-700\/80{
  background-color: rgb(195 68 11 / 0.8) !important;
}
.bg-orange-700\/85{
  background-color: rgb(195 68 11 / 0.85) !important;
}
.bg-orange-700\/90{
  background-color: rgb(195 68 11 / 0.9) !important;
}
.bg-orange-700\/95{
  background-color: rgb(195 68 11 / 0.95) !important;
}
.bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 54 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-800\/0{
  background-color: rgb(154 54 18 / 0) !important;
}
.bg-orange-800\/10{
  background-color: rgb(154 54 18 / 0.1) !important;
}
.bg-orange-800\/100{
  background-color: rgb(154 54 18 / 1) !important;
}
.bg-orange-800\/15{
  background-color: rgb(154 54 18 / 0.15) !important;
}
.bg-orange-800\/20{
  background-color: rgb(154 54 18 / 0.2) !important;
}
.bg-orange-800\/25{
  background-color: rgb(154 54 18 / 0.25) !important;
}
.bg-orange-800\/30{
  background-color: rgb(154 54 18 / 0.3) !important;
}
.bg-orange-800\/35{
  background-color: rgb(154 54 18 / 0.35) !important;
}
.bg-orange-800\/40{
  background-color: rgb(154 54 18 / 0.4) !important;
}
.bg-orange-800\/45{
  background-color: rgb(154 54 18 / 0.45) !important;
}
.bg-orange-800\/5{
  background-color: rgb(154 54 18 / 0.05) !important;
}
.bg-orange-800\/50{
  background-color: rgb(154 54 18 / 0.5) !important;
}
.bg-orange-800\/55{
  background-color: rgb(154 54 18 / 0.55) !important;
}
.bg-orange-800\/60{
  background-color: rgb(154 54 18 / 0.6) !important;
}
.bg-orange-800\/65{
  background-color: rgb(154 54 18 / 0.65) !important;
}
.bg-orange-800\/70{
  background-color: rgb(154 54 18 / 0.7) !important;
}
.bg-orange-800\/75{
  background-color: rgb(154 54 18 / 0.75) !important;
}
.bg-orange-800\/80{
  background-color: rgb(154 54 18 / 0.8) !important;
}
.bg-orange-800\/85{
  background-color: rgb(154 54 18 / 0.85) !important;
}
.bg-orange-800\/90{
  background-color: rgb(154 54 18 / 0.9) !important;
}
.bg-orange-800\/95{
  background-color: rgb(154 54 18 / 0.95) !important;
}
.bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 47 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-900\/0{
  background-color: rgb(124 47 18 / 0) !important;
}
.bg-orange-900\/10{
  background-color: rgb(124 47 18 / 0.1) !important;
}
.bg-orange-900\/100{
  background-color: rgb(124 47 18 / 1) !important;
}
.bg-orange-900\/15{
  background-color: rgb(124 47 18 / 0.15) !important;
}
.bg-orange-900\/20{
  background-color: rgb(124 47 18 / 0.2) !important;
}
.bg-orange-900\/25{
  background-color: rgb(124 47 18 / 0.25) !important;
}
.bg-orange-900\/30{
  background-color: rgb(124 47 18 / 0.3) !important;
}
.bg-orange-900\/35{
  background-color: rgb(124 47 18 / 0.35) !important;
}
.bg-orange-900\/40{
  background-color: rgb(124 47 18 / 0.4) !important;
}
.bg-orange-900\/45{
  background-color: rgb(124 47 18 / 0.45) !important;
}
.bg-orange-900\/5{
  background-color: rgb(124 47 18 / 0.05) !important;
}
.bg-orange-900\/50{
  background-color: rgb(124 47 18 / 0.5) !important;
}
.bg-orange-900\/55{
  background-color: rgb(124 47 18 / 0.55) !important;
}
.bg-orange-900\/60{
  background-color: rgb(124 47 18 / 0.6) !important;
}
.bg-orange-900\/65{
  background-color: rgb(124 47 18 / 0.65) !important;
}
.bg-orange-900\/70{
  background-color: rgb(124 47 18 / 0.7) !important;
}
.bg-orange-900\/75{
  background-color: rgb(124 47 18 / 0.75) !important;
}
.bg-orange-900\/80{
  background-color: rgb(124 47 18 / 0.8) !important;
}
.bg-orange-900\/85{
  background-color: rgb(124 47 18 / 0.85) !important;
}
.bg-orange-900\/90{
  background-color: rgb(124 47 18 / 0.9) !important;
}
.bg-orange-900\/95{
  background-color: rgb(124 47 18 / 0.95) !important;
}
.bg-orange-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 21 7 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-950\/0{
  background-color: rgb(67 21 7 / 0) !important;
}
.bg-orange-950\/10{
  background-color: rgb(67 21 7 / 0.1) !important;
}
.bg-orange-950\/100{
  background-color: rgb(67 21 7 / 1) !important;
}
.bg-orange-950\/15{
  background-color: rgb(67 21 7 / 0.15) !important;
}
.bg-orange-950\/20{
  background-color: rgb(67 21 7 / 0.2) !important;
}
.bg-orange-950\/25{
  background-color: rgb(67 21 7 / 0.25) !important;
}
.bg-orange-950\/30{
  background-color: rgb(67 21 7 / 0.3) !important;
}
.bg-orange-950\/35{
  background-color: rgb(67 21 7 / 0.35) !important;
}
.bg-orange-950\/40{
  background-color: rgb(67 21 7 / 0.4) !important;
}
.bg-orange-950\/45{
  background-color: rgb(67 21 7 / 0.45) !important;
}
.bg-orange-950\/5{
  background-color: rgb(67 21 7 / 0.05) !important;
}
.bg-orange-950\/50{
  background-color: rgb(67 21 7 / 0.5) !important;
}
.bg-orange-950\/55{
  background-color: rgb(67 21 7 / 0.55) !important;
}
.bg-orange-950\/60{
  background-color: rgb(67 21 7 / 0.6) !important;
}
.bg-orange-950\/65{
  background-color: rgb(67 21 7 / 0.65) !important;
}
.bg-orange-950\/70{
  background-color: rgb(67 21 7 / 0.7) !important;
}
.bg-orange-950\/75{
  background-color: rgb(67 21 7 / 0.75) !important;
}
.bg-orange-950\/80{
  background-color: rgb(67 21 7 / 0.8) !important;
}
.bg-orange-950\/85{
  background-color: rgb(67 21 7 / 0.85) !important;
}
.bg-orange-950\/90{
  background-color: rgb(67 21 7 / 0.9) !important;
}
.bg-orange-950\/95{
  background-color: rgb(67 21 7 / 0.95) !important;
}
.bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-100\/0{
  background-color: rgb(255 227 231 / 0) !important;
}
.bg-pink-100\/10{
  background-color: rgb(255 227 231 / 0.1) !important;
}
.bg-pink-100\/100{
  background-color: rgb(255 227 231 / 1) !important;
}
.bg-pink-100\/15{
  background-color: rgb(255 227 231 / 0.15) !important;
}
.bg-pink-100\/20{
  background-color: rgb(255 227 231 / 0.2) !important;
}
.bg-pink-100\/25{
  background-color: rgb(255 227 231 / 0.25) !important;
}
.bg-pink-100\/30{
  background-color: rgb(255 227 231 / 0.3) !important;
}
.bg-pink-100\/35{
  background-color: rgb(255 227 231 / 0.35) !important;
}
.bg-pink-100\/40{
  background-color: rgb(255 227 231 / 0.4) !important;
}
.bg-pink-100\/45{
  background-color: rgb(255 227 231 / 0.45) !important;
}
.bg-pink-100\/5{
  background-color: rgb(255 227 231 / 0.05) !important;
}
.bg-pink-100\/50{
  background-color: rgb(255 227 231 / 0.5) !important;
}
.bg-pink-100\/55{
  background-color: rgb(255 227 231 / 0.55) !important;
}
.bg-pink-100\/60{
  background-color: rgb(255 227 231 / 0.6) !important;
}
.bg-pink-100\/65{
  background-color: rgb(255 227 231 / 0.65) !important;
}
.bg-pink-100\/70{
  background-color: rgb(255 227 231 / 0.7) !important;
}
.bg-pink-100\/75{
  background-color: rgb(255 227 231 / 0.75) !important;
}
.bg-pink-100\/80{
  background-color: rgb(255 227 231 / 0.8) !important;
}
.bg-pink-100\/85{
  background-color: rgb(255 227 231 / 0.85) !important;
}
.bg-pink-100\/90{
  background-color: rgb(255 227 231 / 0.9) !important;
}
.bg-pink-100\/95{
  background-color: rgb(255 227 231 / 0.95) !important;
}
.bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 214 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-200\/0{
  background-color: rgb(255 203 214 / 0) !important;
}
.bg-pink-200\/10{
  background-color: rgb(255 203 214 / 0.1) !important;
}
.bg-pink-200\/100{
  background-color: rgb(255 203 214 / 1) !important;
}
.bg-pink-200\/15{
  background-color: rgb(255 203 214 / 0.15) !important;
}
.bg-pink-200\/20{
  background-color: rgb(255 203 214 / 0.2) !important;
}
.bg-pink-200\/25{
  background-color: rgb(255 203 214 / 0.25) !important;
}
.bg-pink-200\/30{
  background-color: rgb(255 203 214 / 0.3) !important;
}
.bg-pink-200\/35{
  background-color: rgb(255 203 214 / 0.35) !important;
}
.bg-pink-200\/40{
  background-color: rgb(255 203 214 / 0.4) !important;
}
.bg-pink-200\/45{
  background-color: rgb(255 203 214 / 0.45) !important;
}
.bg-pink-200\/5{
  background-color: rgb(255 203 214 / 0.05) !important;
}
.bg-pink-200\/50{
  background-color: rgb(255 203 214 / 0.5) !important;
}
.bg-pink-200\/55{
  background-color: rgb(255 203 214 / 0.55) !important;
}
.bg-pink-200\/60{
  background-color: rgb(255 203 214 / 0.6) !important;
}
.bg-pink-200\/65{
  background-color: rgb(255 203 214 / 0.65) !important;
}
.bg-pink-200\/70{
  background-color: rgb(255 203 214 / 0.7) !important;
}
.bg-pink-200\/75{
  background-color: rgb(255 203 214 / 0.75) !important;
}
.bg-pink-200\/80{
  background-color: rgb(255 203 214 / 0.8) !important;
}
.bg-pink-200\/85{
  background-color: rgb(255 203 214 / 0.85) !important;
}
.bg-pink-200\/90{
  background-color: rgb(255 203 214 / 0.9) !important;
}
.bg-pink-200\/95{
  background-color: rgb(255 203 214 / 0.95) !important;
}
.bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 161 180 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-300\/0{
  background-color: rgb(255 161 180 / 0) !important;
}
.bg-pink-300\/10{
  background-color: rgb(255 161 180 / 0.1) !important;
}
.bg-pink-300\/100{
  background-color: rgb(255 161 180 / 1) !important;
}
.bg-pink-300\/15{
  background-color: rgb(255 161 180 / 0.15) !important;
}
.bg-pink-300\/20{
  background-color: rgb(255 161 180 / 0.2) !important;
}
.bg-pink-300\/25{
  background-color: rgb(255 161 180 / 0.25) !important;
}
.bg-pink-300\/30{
  background-color: rgb(255 161 180 / 0.3) !important;
}
.bg-pink-300\/35{
  background-color: rgb(255 161 180 / 0.35) !important;
}
.bg-pink-300\/40{
  background-color: rgb(255 161 180 / 0.4) !important;
}
.bg-pink-300\/45{
  background-color: rgb(255 161 180 / 0.45) !important;
}
.bg-pink-300\/5{
  background-color: rgb(255 161 180 / 0.05) !important;
}
.bg-pink-300\/50{
  background-color: rgb(255 161 180 / 0.5) !important;
}
.bg-pink-300\/55{
  background-color: rgb(255 161 180 / 0.55) !important;
}
.bg-pink-300\/60{
  background-color: rgb(255 161 180 / 0.6) !important;
}
.bg-pink-300\/65{
  background-color: rgb(255 161 180 / 0.65) !important;
}
.bg-pink-300\/70{
  background-color: rgb(255 161 180 / 0.7) !important;
}
.bg-pink-300\/75{
  background-color: rgb(255 161 180 / 0.75) !important;
}
.bg-pink-300\/80{
  background-color: rgb(255 161 180 / 0.8) !important;
}
.bg-pink-300\/85{
  background-color: rgb(255 161 180 / 0.85) !important;
}
.bg-pink-300\/90{
  background-color: rgb(255 161 180 / 0.9) !important;
}
.bg-pink-300\/95{
  background-color: rgb(255 161 180 / 0.95) !important;
}
.bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 108 139 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-400\/0{
  background-color: rgb(255 108 139 / 0) !important;
}
.bg-pink-400\/10{
  background-color: rgb(255 108 139 / 0.1) !important;
}
.bg-pink-400\/100{
  background-color: rgb(255 108 139 / 1) !important;
}
.bg-pink-400\/15{
  background-color: rgb(255 108 139 / 0.15) !important;
}
.bg-pink-400\/20{
  background-color: rgb(255 108 139 / 0.2) !important;
}
.bg-pink-400\/25{
  background-color: rgb(255 108 139 / 0.25) !important;
}
.bg-pink-400\/30{
  background-color: rgb(255 108 139 / 0.3) !important;
}
.bg-pink-400\/35{
  background-color: rgb(255 108 139 / 0.35) !important;
}
.bg-pink-400\/40{
  background-color: rgb(255 108 139 / 0.4) !important;
}
.bg-pink-400\/45{
  background-color: rgb(255 108 139 / 0.45) !important;
}
.bg-pink-400\/5{
  background-color: rgb(255 108 139 / 0.05) !important;
}
.bg-pink-400\/50{
  background-color: rgb(255 108 139 / 0.5) !important;
}
.bg-pink-400\/55{
  background-color: rgb(255 108 139 / 0.55) !important;
}
.bg-pink-400\/60{
  background-color: rgb(255 108 139 / 0.6) !important;
}
.bg-pink-400\/65{
  background-color: rgb(255 108 139 / 0.65) !important;
}
.bg-pink-400\/70{
  background-color: rgb(255 108 139 / 0.7) !important;
}
.bg-pink-400\/75{
  background-color: rgb(255 108 139 / 0.75) !important;
}
.bg-pink-400\/80{
  background-color: rgb(255 108 139 / 0.8) !important;
}
.bg-pink-400\/85{
  background-color: rgb(255 108 139 / 0.85) !important;
}
.bg-pink-400\/90{
  background-color: rgb(255 108 139 / 0.9) !important;
}
.bg-pink-400\/95{
  background-color: rgb(255 108 139 / 0.95) !important;
}
.bg-pink-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-50\/0{
  background-color: rgb(255 240 243 / 0) !important;
}
.bg-pink-50\/10{
  background-color: rgb(255 240 243 / 0.1) !important;
}
.bg-pink-50\/100{
  background-color: rgb(255 240 243 / 1) !important;
}
.bg-pink-50\/15{
  background-color: rgb(255 240 243 / 0.15) !important;
}
.bg-pink-50\/20{
  background-color: rgb(255 240 243 / 0.2) !important;
}
.bg-pink-50\/25{
  background-color: rgb(255 240 243 / 0.25) !important;
}
.bg-pink-50\/30{
  background-color: rgb(255 240 243 / 0.3) !important;
}
.bg-pink-50\/35{
  background-color: rgb(255 240 243 / 0.35) !important;
}
.bg-pink-50\/40{
  background-color: rgb(255 240 243 / 0.4) !important;
}
.bg-pink-50\/45{
  background-color: rgb(255 240 243 / 0.45) !important;
}
.bg-pink-50\/5{
  background-color: rgb(255 240 243 / 0.05) !important;
}
.bg-pink-50\/50{
  background-color: rgb(255 240 243 / 0.5) !important;
}
.bg-pink-50\/55{
  background-color: rgb(255 240 243 / 0.55) !important;
}
.bg-pink-50\/60{
  background-color: rgb(255 240 243 / 0.6) !important;
}
.bg-pink-50\/65{
  background-color: rgb(255 240 243 / 0.65) !important;
}
.bg-pink-50\/70{
  background-color: rgb(255 240 243 / 0.7) !important;
}
.bg-pink-50\/75{
  background-color: rgb(255 240 243 / 0.75) !important;
}
.bg-pink-50\/80{
  background-color: rgb(255 240 243 / 0.8) !important;
}
.bg-pink-50\/85{
  background-color: rgb(255 240 243 / 0.85) !important;
}
.bg-pink-50\/90{
  background-color: rgb(255 240 243 / 0.9) !important;
}
.bg-pink-50\/95{
  background-color: rgb(255 240 243 / 0.95) !important;
}
.bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-500\/0{
  background-color: rgb(250 34 86 / 0) !important;
}
.bg-pink-500\/10{
  background-color: rgb(250 34 86 / 0.1) !important;
}
.bg-pink-500\/100{
  background-color: rgb(250 34 86 / 1) !important;
}
.bg-pink-500\/15{
  background-color: rgb(250 34 86 / 0.15) !important;
}
.bg-pink-500\/20{
  background-color: rgb(250 34 86 / 0.2) !important;
}
.bg-pink-500\/25{
  background-color: rgb(250 34 86 / 0.25) !important;
}
.bg-pink-500\/30{
  background-color: rgb(250 34 86 / 0.3) !important;
}
.bg-pink-500\/35{
  background-color: rgb(250 34 86 / 0.35) !important;
}
.bg-pink-500\/40{
  background-color: rgb(250 34 86 / 0.4) !important;
}
.bg-pink-500\/45{
  background-color: rgb(250 34 86 / 0.45) !important;
}
.bg-pink-500\/5{
  background-color: rgb(250 34 86 / 0.05) !important;
}
.bg-pink-500\/50{
  background-color: rgb(250 34 86 / 0.5) !important;
}
.bg-pink-500\/55{
  background-color: rgb(250 34 86 / 0.55) !important;
}
.bg-pink-500\/60{
  background-color: rgb(250 34 86 / 0.6) !important;
}
.bg-pink-500\/65{
  background-color: rgb(250 34 86 / 0.65) !important;
}
.bg-pink-500\/70{
  background-color: rgb(250 34 86 / 0.7) !important;
}
.bg-pink-500\/75{
  background-color: rgb(250 34 86 / 0.75) !important;
}
.bg-pink-500\/80{
  background-color: rgb(250 34 86 / 0.8) !important;
}
.bg-pink-500\/85{
  background-color: rgb(250 34 86 / 0.85) !important;
}
.bg-pink-500\/90{
  background-color: rgb(250 34 86 / 0.9) !important;
}
.bg-pink-500\/95{
  background-color: rgb(250 34 86 / 0.95) !important;
}
.bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 22 83 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-600\/0{
  background-color: rgb(232 22 83 / 0) !important;
}
.bg-pink-600\/10{
  background-color: rgb(232 22 83 / 0.1) !important;
}
.bg-pink-600\/100{
  background-color: rgb(232 22 83 / 1) !important;
}
.bg-pink-600\/15{
  background-color: rgb(232 22 83 / 0.15) !important;
}
.bg-pink-600\/20{
  background-color: rgb(232 22 83 / 0.2) !important;
}
.bg-pink-600\/25{
  background-color: rgb(232 22 83 / 0.25) !important;
}
.bg-pink-600\/30{
  background-color: rgb(232 22 83 / 0.3) !important;
}
.bg-pink-600\/35{
  background-color: rgb(232 22 83 / 0.35) !important;
}
.bg-pink-600\/40{
  background-color: rgb(232 22 83 / 0.4) !important;
}
.bg-pink-600\/45{
  background-color: rgb(232 22 83 / 0.45) !important;
}
.bg-pink-600\/5{
  background-color: rgb(232 22 83 / 0.05) !important;
}
.bg-pink-600\/50{
  background-color: rgb(232 22 83 / 0.5) !important;
}
.bg-pink-600\/55{
  background-color: rgb(232 22 83 / 0.55) !important;
}
.bg-pink-600\/60{
  background-color: rgb(232 22 83 / 0.6) !important;
}
.bg-pink-600\/65{
  background-color: rgb(232 22 83 / 0.65) !important;
}
.bg-pink-600\/70{
  background-color: rgb(232 22 83 / 0.7) !important;
}
.bg-pink-600\/75{
  background-color: rgb(232 22 83 / 0.75) !important;
}
.bg-pink-600\/80{
  background-color: rgb(232 22 83 / 0.8) !important;
}
.bg-pink-600\/85{
  background-color: rgb(232 22 83 / 0.85) !important;
}
.bg-pink-600\/90{
  background-color: rgb(232 22 83 / 0.9) !important;
}
.bg-pink-600\/95{
  background-color: rgb(232 22 83 / 0.95) !important;
}
.bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 12 70 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-700\/0{
  background-color: rgb(196 12 70 / 0) !important;
}
.bg-pink-700\/10{
  background-color: rgb(196 12 70 / 0.1) !important;
}
.bg-pink-700\/100{
  background-color: rgb(196 12 70 / 1) !important;
}
.bg-pink-700\/15{
  background-color: rgb(196 12 70 / 0.15) !important;
}
.bg-pink-700\/20{
  background-color: rgb(196 12 70 / 0.2) !important;
}
.bg-pink-700\/25{
  background-color: rgb(196 12 70 / 0.25) !important;
}
.bg-pink-700\/30{
  background-color: rgb(196 12 70 / 0.3) !important;
}
.bg-pink-700\/35{
  background-color: rgb(196 12 70 / 0.35) !important;
}
.bg-pink-700\/40{
  background-color: rgb(196 12 70 / 0.4) !important;
}
.bg-pink-700\/45{
  background-color: rgb(196 12 70 / 0.45) !important;
}
.bg-pink-700\/5{
  background-color: rgb(196 12 70 / 0.05) !important;
}
.bg-pink-700\/50{
  background-color: rgb(196 12 70 / 0.5) !important;
}
.bg-pink-700\/55{
  background-color: rgb(196 12 70 / 0.55) !important;
}
.bg-pink-700\/60{
  background-color: rgb(196 12 70 / 0.6) !important;
}
.bg-pink-700\/65{
  background-color: rgb(196 12 70 / 0.65) !important;
}
.bg-pink-700\/70{
  background-color: rgb(196 12 70 / 0.7) !important;
}
.bg-pink-700\/75{
  background-color: rgb(196 12 70 / 0.75) !important;
}
.bg-pink-700\/80{
  background-color: rgb(196 12 70 / 0.8) !important;
}
.bg-pink-700\/85{
  background-color: rgb(196 12 70 / 0.85) !important;
}
.bg-pink-700\/90{
  background-color: rgb(196 12 70 / 0.9) !important;
}
.bg-pink-700\/95{
  background-color: rgb(196 12 70 / 0.95) !important;
}
.bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 13 65 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-800\/0{
  background-color: rgb(164 13 65 / 0) !important;
}
.bg-pink-800\/10{
  background-color: rgb(164 13 65 / 0.1) !important;
}
.bg-pink-800\/100{
  background-color: rgb(164 13 65 / 1) !important;
}
.bg-pink-800\/15{
  background-color: rgb(164 13 65 / 0.15) !important;
}
.bg-pink-800\/20{
  background-color: rgb(164 13 65 / 0.2) !important;
}
.bg-pink-800\/25{
  background-color: rgb(164 13 65 / 0.25) !important;
}
.bg-pink-800\/30{
  background-color: rgb(164 13 65 / 0.3) !important;
}
.bg-pink-800\/35{
  background-color: rgb(164 13 65 / 0.35) !important;
}
.bg-pink-800\/40{
  background-color: rgb(164 13 65 / 0.4) !important;
}
.bg-pink-800\/45{
  background-color: rgb(164 13 65 / 0.45) !important;
}
.bg-pink-800\/5{
  background-color: rgb(164 13 65 / 0.05) !important;
}
.bg-pink-800\/50{
  background-color: rgb(164 13 65 / 0.5) !important;
}
.bg-pink-800\/55{
  background-color: rgb(164 13 65 / 0.55) !important;
}
.bg-pink-800\/60{
  background-color: rgb(164 13 65 / 0.6) !important;
}
.bg-pink-800\/65{
  background-color: rgb(164 13 65 / 0.65) !important;
}
.bg-pink-800\/70{
  background-color: rgb(164 13 65 / 0.7) !important;
}
.bg-pink-800\/75{
  background-color: rgb(164 13 65 / 0.75) !important;
}
.bg-pink-800\/80{
  background-color: rgb(164 13 65 / 0.8) !important;
}
.bg-pink-800\/85{
  background-color: rgb(164 13 65 / 0.85) !important;
}
.bg-pink-800\/90{
  background-color: rgb(164 13 65 / 0.9) !important;
}
.bg-pink-800\/95{
  background-color: rgb(164 13 65 / 0.95) !important;
}
.bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 15 62 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-900\/0{
  background-color: rgb(140 15 62 / 0) !important;
}
.bg-pink-900\/10{
  background-color: rgb(140 15 62 / 0.1) !important;
}
.bg-pink-900\/100{
  background-color: rgb(140 15 62 / 1) !important;
}
.bg-pink-900\/15{
  background-color: rgb(140 15 62 / 0.15) !important;
}
.bg-pink-900\/20{
  background-color: rgb(140 15 62 / 0.2) !important;
}
.bg-pink-900\/25{
  background-color: rgb(140 15 62 / 0.25) !important;
}
.bg-pink-900\/30{
  background-color: rgb(140 15 62 / 0.3) !important;
}
.bg-pink-900\/35{
  background-color: rgb(140 15 62 / 0.35) !important;
}
.bg-pink-900\/40{
  background-color: rgb(140 15 62 / 0.4) !important;
}
.bg-pink-900\/45{
  background-color: rgb(140 15 62 / 0.45) !important;
}
.bg-pink-900\/5{
  background-color: rgb(140 15 62 / 0.05) !important;
}
.bg-pink-900\/50{
  background-color: rgb(140 15 62 / 0.5) !important;
}
.bg-pink-900\/55{
  background-color: rgb(140 15 62 / 0.55) !important;
}
.bg-pink-900\/60{
  background-color: rgb(140 15 62 / 0.6) !important;
}
.bg-pink-900\/65{
  background-color: rgb(140 15 62 / 0.65) !important;
}
.bg-pink-900\/70{
  background-color: rgb(140 15 62 / 0.7) !important;
}
.bg-pink-900\/75{
  background-color: rgb(140 15 62 / 0.75) !important;
}
.bg-pink-900\/80{
  background-color: rgb(140 15 62 / 0.8) !important;
}
.bg-pink-900\/85{
  background-color: rgb(140 15 62 / 0.85) !important;
}
.bg-pink-900\/90{
  background-color: rgb(140 15 62 / 0.9) !important;
}
.bg-pink-900\/95{
  background-color: rgb(140 15 62 / 0.95) !important;
}
.bg-pink-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 2 29 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-950\/0{
  background-color: rgb(79 2 29 / 0) !important;
}
.bg-pink-950\/10{
  background-color: rgb(79 2 29 / 0.1) !important;
}
.bg-pink-950\/100{
  background-color: rgb(79 2 29 / 1) !important;
}
.bg-pink-950\/15{
  background-color: rgb(79 2 29 / 0.15) !important;
}
.bg-pink-950\/20{
  background-color: rgb(79 2 29 / 0.2) !important;
}
.bg-pink-950\/25{
  background-color: rgb(79 2 29 / 0.25) !important;
}
.bg-pink-950\/30{
  background-color: rgb(79 2 29 / 0.3) !important;
}
.bg-pink-950\/35{
  background-color: rgb(79 2 29 / 0.35) !important;
}
.bg-pink-950\/40{
  background-color: rgb(79 2 29 / 0.4) !important;
}
.bg-pink-950\/45{
  background-color: rgb(79 2 29 / 0.45) !important;
}
.bg-pink-950\/5{
  background-color: rgb(79 2 29 / 0.05) !important;
}
.bg-pink-950\/50{
  background-color: rgb(79 2 29 / 0.5) !important;
}
.bg-pink-950\/55{
  background-color: rgb(79 2 29 / 0.55) !important;
}
.bg-pink-950\/60{
  background-color: rgb(79 2 29 / 0.6) !important;
}
.bg-pink-950\/65{
  background-color: rgb(79 2 29 / 0.65) !important;
}
.bg-pink-950\/70{
  background-color: rgb(79 2 29 / 0.7) !important;
}
.bg-pink-950\/75{
  background-color: rgb(79 2 29 / 0.75) !important;
}
.bg-pink-950\/80{
  background-color: rgb(79 2 29 / 0.8) !important;
}
.bg-pink-950\/85{
  background-color: rgb(79 2 29 / 0.85) !important;
}
.bg-pink-950\/90{
  background-color: rgb(79 2 29 / 0.9) !important;
}
.bg-pink-950\/95{
  background-color: rgb(79 2 29 / 0.95) !important;
}
.bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 228 217 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-100\/0{
  background-color: rgb(232 228 217 / 0) !important;
}
.bg-primary-100\/10{
  background-color: rgb(232 228 217 / 0.1) !important;
}
.bg-primary-100\/100{
  background-color: rgb(232 228 217 / 1) !important;
}
.bg-primary-100\/15{
  background-color: rgb(232 228 217 / 0.15) !important;
}
.bg-primary-100\/20{
  background-color: rgb(232 228 217 / 0.2) !important;
}
.bg-primary-100\/25{
  background-color: rgb(232 228 217 / 0.25) !important;
}
.bg-primary-100\/30{
  background-color: rgb(232 228 217 / 0.3) !important;
}
.bg-primary-100\/35{
  background-color: rgb(232 228 217 / 0.35) !important;
}
.bg-primary-100\/40{
  background-color: rgb(232 228 217 / 0.4) !important;
}
.bg-primary-100\/45{
  background-color: rgb(232 228 217 / 0.45) !important;
}
.bg-primary-100\/5{
  background-color: rgb(232 228 217 / 0.05) !important;
}
.bg-primary-100\/50{
  background-color: rgb(232 228 217 / 0.5) !important;
}
.bg-primary-100\/55{
  background-color: rgb(232 228 217 / 0.55) !important;
}
.bg-primary-100\/60{
  background-color: rgb(232 228 217 / 0.6) !important;
}
.bg-primary-100\/65{
  background-color: rgb(232 228 217 / 0.65) !important;
}
.bg-primary-100\/70{
  background-color: rgb(232 228 217 / 0.7) !important;
}
.bg-primary-100\/75{
  background-color: rgb(232 228 217 / 0.75) !important;
}
.bg-primary-100\/80{
  background-color: rgb(232 228 217 / 0.8) !important;
}
.bg-primary-100\/85{
  background-color: rgb(232 228 217 / 0.85) !important;
}
.bg-primary-100\/90{
  background-color: rgb(232 228 217 / 0.9) !important;
}
.bg-primary-100\/95{
  background-color: rgb(232 228 217 / 0.95) !important;
}
.bg-primary-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 200 181 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-200\/0{
  background-color: rgb(211 200 181 / 0) !important;
}
.bg-primary-200\/10{
  background-color: rgb(211 200 181 / 0.1) !important;
}
.bg-primary-200\/100{
  background-color: rgb(211 200 181 / 1) !important;
}
.bg-primary-200\/15{
  background-color: rgb(211 200 181 / 0.15) !important;
}
.bg-primary-200\/20{
  background-color: rgb(211 200 181 / 0.2) !important;
}
.bg-primary-200\/25{
  background-color: rgb(211 200 181 / 0.25) !important;
}
.bg-primary-200\/30{
  background-color: rgb(211 200 181 / 0.3) !important;
}
.bg-primary-200\/35{
  background-color: rgb(211 200 181 / 0.35) !important;
}
.bg-primary-200\/40{
  background-color: rgb(211 200 181 / 0.4) !important;
}
.bg-primary-200\/45{
  background-color: rgb(211 200 181 / 0.45) !important;
}
.bg-primary-200\/5{
  background-color: rgb(211 200 181 / 0.05) !important;
}
.bg-primary-200\/50{
  background-color: rgb(211 200 181 / 0.5) !important;
}
.bg-primary-200\/55{
  background-color: rgb(211 200 181 / 0.55) !important;
}
.bg-primary-200\/60{
  background-color: rgb(211 200 181 / 0.6) !important;
}
.bg-primary-200\/65{
  background-color: rgb(211 200 181 / 0.65) !important;
}
.bg-primary-200\/70{
  background-color: rgb(211 200 181 / 0.7) !important;
}
.bg-primary-200\/75{
  background-color: rgb(211 200 181 / 0.75) !important;
}
.bg-primary-200\/80{
  background-color: rgb(211 200 181 / 0.8) !important;
}
.bg-primary-200\/85{
  background-color: rgb(211 200 181 / 0.85) !important;
}
.bg-primary-200\/90{
  background-color: rgb(211 200 181 / 0.9) !important;
}
.bg-primary-200\/95{
  background-color: rgb(211 200 181 / 0.95) !important;
}
.bg-primary-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 167 139 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-300\/0{
  background-color: rgb(185 167 139 / 0) !important;
}
.bg-primary-300\/10{
  background-color: rgb(185 167 139 / 0.1) !important;
}
.bg-primary-300\/100{
  background-color: rgb(185 167 139 / 1) !important;
}
.bg-primary-300\/15{
  background-color: rgb(185 167 139 / 0.15) !important;
}
.bg-primary-300\/20{
  background-color: rgb(185 167 139 / 0.2) !important;
}
.bg-primary-300\/25{
  background-color: rgb(185 167 139 / 0.25) !important;
}
.bg-primary-300\/30{
  background-color: rgb(185 167 139 / 0.3) !important;
}
.bg-primary-300\/35{
  background-color: rgb(185 167 139 / 0.35) !important;
}
.bg-primary-300\/40{
  background-color: rgb(185 167 139 / 0.4) !important;
}
.bg-primary-300\/45{
  background-color: rgb(185 167 139 / 0.45) !important;
}
.bg-primary-300\/5{
  background-color: rgb(185 167 139 / 0.05) !important;
}
.bg-primary-300\/50{
  background-color: rgb(185 167 139 / 0.5) !important;
}
.bg-primary-300\/55{
  background-color: rgb(185 167 139 / 0.55) !important;
}
.bg-primary-300\/60{
  background-color: rgb(185 167 139 / 0.6) !important;
}
.bg-primary-300\/65{
  background-color: rgb(185 167 139 / 0.65) !important;
}
.bg-primary-300\/70{
  background-color: rgb(185 167 139 / 0.7) !important;
}
.bg-primary-300\/75{
  background-color: rgb(185 167 139 / 0.75) !important;
}
.bg-primary-300\/80{
  background-color: rgb(185 167 139 / 0.8) !important;
}
.bg-primary-300\/85{
  background-color: rgb(185 167 139 / 0.85) !important;
}
.bg-primary-300\/90{
  background-color: rgb(185 167 139 / 0.9) !important;
}
.bg-primary-300\/95{
  background-color: rgb(185 167 139 / 0.95) !important;
}
.bg-primary-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 139 106 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-400\/0{
  background-color: rgb(165 139 106 / 0) !important;
}
.bg-primary-400\/10{
  background-color: rgb(165 139 106 / 0.1) !important;
}
.bg-primary-400\/100{
  background-color: rgb(165 139 106 / 1) !important;
}
.bg-primary-400\/15{
  background-color: rgb(165 139 106 / 0.15) !important;
}
.bg-primary-400\/20{
  background-color: rgb(165 139 106 / 0.2) !important;
}
.bg-primary-400\/25{
  background-color: rgb(165 139 106 / 0.25) !important;
}
.bg-primary-400\/30{
  background-color: rgb(165 139 106 / 0.3) !important;
}
.bg-primary-400\/35{
  background-color: rgb(165 139 106 / 0.35) !important;
}
.bg-primary-400\/40{
  background-color: rgb(165 139 106 / 0.4) !important;
}
.bg-primary-400\/45{
  background-color: rgb(165 139 106 / 0.45) !important;
}
.bg-primary-400\/5{
  background-color: rgb(165 139 106 / 0.05) !important;
}
.bg-primary-400\/50{
  background-color: rgb(165 139 106 / 0.5) !important;
}
.bg-primary-400\/55{
  background-color: rgb(165 139 106 / 0.55) !important;
}
.bg-primary-400\/60{
  background-color: rgb(165 139 106 / 0.6) !important;
}
.bg-primary-400\/65{
  background-color: rgb(165 139 106 / 0.65) !important;
}
.bg-primary-400\/70{
  background-color: rgb(165 139 106 / 0.7) !important;
}
.bg-primary-400\/75{
  background-color: rgb(165 139 106 / 0.75) !important;
}
.bg-primary-400\/80{
  background-color: rgb(165 139 106 / 0.8) !important;
}
.bg-primary-400\/85{
  background-color: rgb(165 139 106 / 0.85) !important;
}
.bg-primary-400\/90{
  background-color: rgb(165 139 106 / 0.9) !important;
}
.bg-primary-400\/95{
  background-color: rgb(165 139 106 / 0.95) !important;
}
.bg-primary-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 244 240 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-50\/0{
  background-color: rgb(246 244 240 / 0) !important;
}
.bg-primary-50\/10{
  background-color: rgb(246 244 240 / 0.1) !important;
}
.bg-primary-50\/100{
  background-color: rgb(246 244 240 / 1) !important;
}
.bg-primary-50\/15{
  background-color: rgb(246 244 240 / 0.15) !important;
}
.bg-primary-50\/20{
  background-color: rgb(246 244 240 / 0.2) !important;
}
.bg-primary-50\/25{
  background-color: rgb(246 244 240 / 0.25) !important;
}
.bg-primary-50\/30{
  background-color: rgb(246 244 240 / 0.3) !important;
}
.bg-primary-50\/35{
  background-color: rgb(246 244 240 / 0.35) !important;
}
.bg-primary-50\/40{
  background-color: rgb(246 244 240 / 0.4) !important;
}
.bg-primary-50\/45{
  background-color: rgb(246 244 240 / 0.45) !important;
}
.bg-primary-50\/5{
  background-color: rgb(246 244 240 / 0.05) !important;
}
.bg-primary-50\/50{
  background-color: rgb(246 244 240 / 0.5) !important;
}
.bg-primary-50\/55{
  background-color: rgb(246 244 240 / 0.55) !important;
}
.bg-primary-50\/60{
  background-color: rgb(246 244 240 / 0.6) !important;
}
.bg-primary-50\/65{
  background-color: rgb(246 244 240 / 0.65) !important;
}
.bg-primary-50\/70{
  background-color: rgb(246 244 240 / 0.7) !important;
}
.bg-primary-50\/75{
  background-color: rgb(246 244 240 / 0.75) !important;
}
.bg-primary-50\/80{
  background-color: rgb(246 244 240 / 0.8) !important;
}
.bg-primary-50\/85{
  background-color: rgb(246 244 240 / 0.85) !important;
}
.bg-primary-50\/90{
  background-color: rgb(246 244 240 / 0.9) !important;
}
.bg-primary-50\/95{
  background-color: rgb(246 244 240 / 0.95) !important;
}
.bg-primary-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-500\/0{
  background-color: rgb(157 128 96 / 0) !important;
}
.bg-primary-500\/10{
  background-color: rgb(157 128 96 / 0.1) !important;
}
.bg-primary-500\/100{
  background-color: rgb(157 128 96 / 1) !important;
}
.bg-primary-500\/15{
  background-color: rgb(157 128 96 / 0.15) !important;
}
.bg-primary-500\/20{
  background-color: rgb(157 128 96 / 0.2) !important;
}
.bg-primary-500\/25{
  background-color: rgb(157 128 96 / 0.25) !important;
}
.bg-primary-500\/30{
  background-color: rgb(157 128 96 / 0.3) !important;
}
.bg-primary-500\/35{
  background-color: rgb(157 128 96 / 0.35) !important;
}
.bg-primary-500\/40{
  background-color: rgb(157 128 96 / 0.4) !important;
}
.bg-primary-500\/45{
  background-color: rgb(157 128 96 / 0.45) !important;
}
.bg-primary-500\/5{
  background-color: rgb(157 128 96 / 0.05) !important;
}
.bg-primary-500\/50{
  background-color: rgb(157 128 96 / 0.5) !important;
}
.bg-primary-500\/55{
  background-color: rgb(157 128 96 / 0.55) !important;
}
.bg-primary-500\/60{
  background-color: rgb(157 128 96 / 0.6) !important;
}
.bg-primary-500\/65{
  background-color: rgb(157 128 96 / 0.65) !important;
}
.bg-primary-500\/70{
  background-color: rgb(157 128 96 / 0.7) !important;
}
.bg-primary-500\/75{
  background-color: rgb(157 128 96 / 0.75) !important;
}
.bg-primary-500\/80{
  background-color: rgb(157 128 96 / 0.8) !important;
}
.bg-primary-500\/85{
  background-color: rgb(157 128 96 / 0.85) !important;
}
.bg-primary-500\/90{
  background-color: rgb(157 128 96 / 0.9) !important;
}
.bg-primary-500\/95{
  background-color: rgb(157 128 96 / 0.95) !important;
}
.bg-primary-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 100 77 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-600\/0{
  background-color: rgb(129 100 77 / 0) !important;
}
.bg-primary-600\/10{
  background-color: rgb(129 100 77 / 0.1) !important;
}
.bg-primary-600\/100{
  background-color: rgb(129 100 77 / 1) !important;
}
.bg-primary-600\/15{
  background-color: rgb(129 100 77 / 0.15) !important;
}
.bg-primary-600\/20{
  background-color: rgb(129 100 77 / 0.2) !important;
}
.bg-primary-600\/25{
  background-color: rgb(129 100 77 / 0.25) !important;
}
.bg-primary-600\/30{
  background-color: rgb(129 100 77 / 0.3) !important;
}
.bg-primary-600\/35{
  background-color: rgb(129 100 77 / 0.35) !important;
}
.bg-primary-600\/40{
  background-color: rgb(129 100 77 / 0.4) !important;
}
.bg-primary-600\/45{
  background-color: rgb(129 100 77 / 0.45) !important;
}
.bg-primary-600\/5{
  background-color: rgb(129 100 77 / 0.05) !important;
}
.bg-primary-600\/50{
  background-color: rgb(129 100 77 / 0.5) !important;
}
.bg-primary-600\/55{
  background-color: rgb(129 100 77 / 0.55) !important;
}
.bg-primary-600\/60{
  background-color: rgb(129 100 77 / 0.6) !important;
}
.bg-primary-600\/65{
  background-color: rgb(129 100 77 / 0.65) !important;
}
.bg-primary-600\/70{
  background-color: rgb(129 100 77 / 0.7) !important;
}
.bg-primary-600\/75{
  background-color: rgb(129 100 77 / 0.75) !important;
}
.bg-primary-600\/80{
  background-color: rgb(129 100 77 / 0.8) !important;
}
.bg-primary-600\/85{
  background-color: rgb(129 100 77 / 0.85) !important;
}
.bg-primary-600\/90{
  background-color: rgb(129 100 77 / 0.9) !important;
}
.bg-primary-600\/95{
  background-color: rgb(129 100 77 / 0.95) !important;
}
.bg-primary-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 79 64 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-700\/0{
  background-color: rgb(104 79 64 / 0) !important;
}
.bg-primary-700\/10{
  background-color: rgb(104 79 64 / 0.1) !important;
}
.bg-primary-700\/100{
  background-color: rgb(104 79 64 / 1) !important;
}
.bg-primary-700\/15{
  background-color: rgb(104 79 64 / 0.15) !important;
}
.bg-primary-700\/20{
  background-color: rgb(104 79 64 / 0.2) !important;
}
.bg-primary-700\/25{
  background-color: rgb(104 79 64 / 0.25) !important;
}
.bg-primary-700\/30{
  background-color: rgb(104 79 64 / 0.3) !important;
}
.bg-primary-700\/35{
  background-color: rgb(104 79 64 / 0.35) !important;
}
.bg-primary-700\/40{
  background-color: rgb(104 79 64 / 0.4) !important;
}
.bg-primary-700\/45{
  background-color: rgb(104 79 64 / 0.45) !important;
}
.bg-primary-700\/5{
  background-color: rgb(104 79 64 / 0.05) !important;
}
.bg-primary-700\/50{
  background-color: rgb(104 79 64 / 0.5) !important;
}
.bg-primary-700\/55{
  background-color: rgb(104 79 64 / 0.55) !important;
}
.bg-primary-700\/60{
  background-color: rgb(104 79 64 / 0.6) !important;
}
.bg-primary-700\/65{
  background-color: rgb(104 79 64 / 0.65) !important;
}
.bg-primary-700\/70{
  background-color: rgb(104 79 64 / 0.7) !important;
}
.bg-primary-700\/75{
  background-color: rgb(104 79 64 / 0.75) !important;
}
.bg-primary-700\/80{
  background-color: rgb(104 79 64 / 0.8) !important;
}
.bg-primary-700\/85{
  background-color: rgb(104 79 64 / 0.85) !important;
}
.bg-primary-700\/90{
  background-color: rgb(104 79 64 / 0.9) !important;
}
.bg-primary-700\/95{
  background-color: rgb(104 79 64 / 0.95) !important;
}
.bg-primary-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 67 58 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-800\/0{
  background-color: rgb(89 67 58 / 0) !important;
}
.bg-primary-800\/10{
  background-color: rgb(89 67 58 / 0.1) !important;
}
.bg-primary-800\/100{
  background-color: rgb(89 67 58 / 1) !important;
}
.bg-primary-800\/15{
  background-color: rgb(89 67 58 / 0.15) !important;
}
.bg-primary-800\/20{
  background-color: rgb(89 67 58 / 0.2) !important;
}
.bg-primary-800\/25{
  background-color: rgb(89 67 58 / 0.25) !important;
}
.bg-primary-800\/30{
  background-color: rgb(89 67 58 / 0.3) !important;
}
.bg-primary-800\/35{
  background-color: rgb(89 67 58 / 0.35) !important;
}
.bg-primary-800\/40{
  background-color: rgb(89 67 58 / 0.4) !important;
}
.bg-primary-800\/45{
  background-color: rgb(89 67 58 / 0.45) !important;
}
.bg-primary-800\/5{
  background-color: rgb(89 67 58 / 0.05) !important;
}
.bg-primary-800\/50{
  background-color: rgb(89 67 58 / 0.5) !important;
}
.bg-primary-800\/55{
  background-color: rgb(89 67 58 / 0.55) !important;
}
.bg-primary-800\/60{
  background-color: rgb(89 67 58 / 0.6) !important;
}
.bg-primary-800\/65{
  background-color: rgb(89 67 58 / 0.65) !important;
}
.bg-primary-800\/70{
  background-color: rgb(89 67 58 / 0.7) !important;
}
.bg-primary-800\/75{
  background-color: rgb(89 67 58 / 0.75) !important;
}
.bg-primary-800\/80{
  background-color: rgb(89 67 58 / 0.8) !important;
}
.bg-primary-800\/85{
  background-color: rgb(89 67 58 / 0.85) !important;
}
.bg-primary-800\/90{
  background-color: rgb(89 67 58 / 0.9) !important;
}
.bg-primary-800\/95{
  background-color: rgb(89 67 58 / 0.95) !important;
}
.bg-primary-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(78 59 53 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-900\/0{
  background-color: rgb(78 59 53 / 0) !important;
}
.bg-primary-900\/10{
  background-color: rgb(78 59 53 / 0.1) !important;
}
.bg-primary-900\/100{
  background-color: rgb(78 59 53 / 1) !important;
}
.bg-primary-900\/15{
  background-color: rgb(78 59 53 / 0.15) !important;
}
.bg-primary-900\/20{
  background-color: rgb(78 59 53 / 0.2) !important;
}
.bg-primary-900\/25{
  background-color: rgb(78 59 53 / 0.25) !important;
}
.bg-primary-900\/30{
  background-color: rgb(78 59 53 / 0.3) !important;
}
.bg-primary-900\/35{
  background-color: rgb(78 59 53 / 0.35) !important;
}
.bg-primary-900\/40{
  background-color: rgb(78 59 53 / 0.4) !important;
}
.bg-primary-900\/45{
  background-color: rgb(78 59 53 / 0.45) !important;
}
.bg-primary-900\/5{
  background-color: rgb(78 59 53 / 0.05) !important;
}
.bg-primary-900\/50{
  background-color: rgb(78 59 53 / 0.5) !important;
}
.bg-primary-900\/55{
  background-color: rgb(78 59 53 / 0.55) !important;
}
.bg-primary-900\/60{
  background-color: rgb(78 59 53 / 0.6) !important;
}
.bg-primary-900\/65{
  background-color: rgb(78 59 53 / 0.65) !important;
}
.bg-primary-900\/70{
  background-color: rgb(78 59 53 / 0.7) !important;
}
.bg-primary-900\/75{
  background-color: rgb(78 59 53 / 0.75) !important;
}
.bg-primary-900\/80{
  background-color: rgb(78 59 53 / 0.8) !important;
}
.bg-primary-900\/85{
  background-color: rgb(78 59 53 / 0.85) !important;
}
.bg-primary-900\/90{
  background-color: rgb(78 59 53 / 0.9) !important;
}
.bg-primary-900\/95{
  background-color: rgb(78 59 53 / 0.95) !important;
}
.bg-primary-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 31 28 / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-950\/0{
  background-color: rgb(44 31 28 / 0) !important;
}
.bg-primary-950\/10{
  background-color: rgb(44 31 28 / 0.1) !important;
}
.bg-primary-950\/100{
  background-color: rgb(44 31 28 / 1) !important;
}
.bg-primary-950\/15{
  background-color: rgb(44 31 28 / 0.15) !important;
}
.bg-primary-950\/20{
  background-color: rgb(44 31 28 / 0.2) !important;
}
.bg-primary-950\/25{
  background-color: rgb(44 31 28 / 0.25) !important;
}
.bg-primary-950\/30{
  background-color: rgb(44 31 28 / 0.3) !important;
}
.bg-primary-950\/35{
  background-color: rgb(44 31 28 / 0.35) !important;
}
.bg-primary-950\/40{
  background-color: rgb(44 31 28 / 0.4) !important;
}
.bg-primary-950\/45{
  background-color: rgb(44 31 28 / 0.45) !important;
}
.bg-primary-950\/5{
  background-color: rgb(44 31 28 / 0.05) !important;
}
.bg-primary-950\/50{
  background-color: rgb(44 31 28 / 0.5) !important;
}
.bg-primary-950\/55{
  background-color: rgb(44 31 28 / 0.55) !important;
}
.bg-primary-950\/60{
  background-color: rgb(44 31 28 / 0.6) !important;
}
.bg-primary-950\/65{
  background-color: rgb(44 31 28 / 0.65) !important;
}
.bg-primary-950\/70{
  background-color: rgb(44 31 28 / 0.7) !important;
}
.bg-primary-950\/75{
  background-color: rgb(44 31 28 / 0.75) !important;
}
.bg-primary-950\/80{
  background-color: rgb(44 31 28 / 0.8) !important;
}
.bg-primary-950\/85{
  background-color: rgb(44 31 28 / 0.85) !important;
}
.bg-primary-950\/90{
  background-color: rgb(44 31 28 / 0.9) !important;
}
.bg-primary-950\/95{
  background-color: rgb(44 31 28 / 0.95) !important;
}
.bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-100\/0{
  background-color: rgb(238 232 255 / 0) !important;
}
.bg-purple-100\/10{
  background-color: rgb(238 232 255 / 0.1) !important;
}
.bg-purple-100\/100{
  background-color: rgb(238 232 255 / 1) !important;
}
.bg-purple-100\/15{
  background-color: rgb(238 232 255 / 0.15) !important;
}
.bg-purple-100\/20{
  background-color: rgb(238 232 255 / 0.2) !important;
}
.bg-purple-100\/25{
  background-color: rgb(238 232 255 / 0.25) !important;
}
.bg-purple-100\/30{
  background-color: rgb(238 232 255 / 0.3) !important;
}
.bg-purple-100\/35{
  background-color: rgb(238 232 255 / 0.35) !important;
}
.bg-purple-100\/40{
  background-color: rgb(238 232 255 / 0.4) !important;
}
.bg-purple-100\/45{
  background-color: rgb(238 232 255 / 0.45) !important;
}
.bg-purple-100\/5{
  background-color: rgb(238 232 255 / 0.05) !important;
}
.bg-purple-100\/50{
  background-color: rgb(238 232 255 / 0.5) !important;
}
.bg-purple-100\/55{
  background-color: rgb(238 232 255 / 0.55) !important;
}
.bg-purple-100\/60{
  background-color: rgb(238 232 255 / 0.6) !important;
}
.bg-purple-100\/65{
  background-color: rgb(238 232 255 / 0.65) !important;
}
.bg-purple-100\/70{
  background-color: rgb(238 232 255 / 0.7) !important;
}
.bg-purple-100\/75{
  background-color: rgb(238 232 255 / 0.75) !important;
}
.bg-purple-100\/80{
  background-color: rgb(238 232 255 / 0.8) !important;
}
.bg-purple-100\/85{
  background-color: rgb(238 232 255 / 0.85) !important;
}
.bg-purple-100\/90{
  background-color: rgb(238 232 255 / 0.9) !important;
}
.bg-purple-100\/95{
  background-color: rgb(238 232 255 / 0.95) !important;
}
.bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 212 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-200\/0{
  background-color: rgb(223 212 255 / 0) !important;
}
.bg-purple-200\/10{
  background-color: rgb(223 212 255 / 0.1) !important;
}
.bg-purple-200\/100{
  background-color: rgb(223 212 255 / 1) !important;
}
.bg-purple-200\/15{
  background-color: rgb(223 212 255 / 0.15) !important;
}
.bg-purple-200\/20{
  background-color: rgb(223 212 255 / 0.2) !important;
}
.bg-purple-200\/25{
  background-color: rgb(223 212 255 / 0.25) !important;
}
.bg-purple-200\/30{
  background-color: rgb(223 212 255 / 0.3) !important;
}
.bg-purple-200\/35{
  background-color: rgb(223 212 255 / 0.35) !important;
}
.bg-purple-200\/40{
  background-color: rgb(223 212 255 / 0.4) !important;
}
.bg-purple-200\/45{
  background-color: rgb(223 212 255 / 0.45) !important;
}
.bg-purple-200\/5{
  background-color: rgb(223 212 255 / 0.05) !important;
}
.bg-purple-200\/50{
  background-color: rgb(223 212 255 / 0.5) !important;
}
.bg-purple-200\/55{
  background-color: rgb(223 212 255 / 0.55) !important;
}
.bg-purple-200\/60{
  background-color: rgb(223 212 255 / 0.6) !important;
}
.bg-purple-200\/65{
  background-color: rgb(223 212 255 / 0.65) !important;
}
.bg-purple-200\/70{
  background-color: rgb(223 212 255 / 0.7) !important;
}
.bg-purple-200\/75{
  background-color: rgb(223 212 255 / 0.75) !important;
}
.bg-purple-200\/80{
  background-color: rgb(223 212 255 / 0.8) !important;
}
.bg-purple-200\/85{
  background-color: rgb(223 212 255 / 0.85) !important;
}
.bg-purple-200\/90{
  background-color: rgb(223 212 255 / 0.9) !important;
}
.bg-purple-200\/95{
  background-color: rgb(223 212 255 / 0.95) !important;
}
.bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 178 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-300\/0{
  background-color: rgb(199 178 255 / 0) !important;
}
.bg-purple-300\/10{
  background-color: rgb(199 178 255 / 0.1) !important;
}
.bg-purple-300\/100{
  background-color: rgb(199 178 255 / 1) !important;
}
.bg-purple-300\/15{
  background-color: rgb(199 178 255 / 0.15) !important;
}
.bg-purple-300\/20{
  background-color: rgb(199 178 255 / 0.2) !important;
}
.bg-purple-300\/25{
  background-color: rgb(199 178 255 / 0.25) !important;
}
.bg-purple-300\/30{
  background-color: rgb(199 178 255 / 0.3) !important;
}
.bg-purple-300\/35{
  background-color: rgb(199 178 255 / 0.35) !important;
}
.bg-purple-300\/40{
  background-color: rgb(199 178 255 / 0.4) !important;
}
.bg-purple-300\/45{
  background-color: rgb(199 178 255 / 0.45) !important;
}
.bg-purple-300\/5{
  background-color: rgb(199 178 255 / 0.05) !important;
}
.bg-purple-300\/50{
  background-color: rgb(199 178 255 / 0.5) !important;
}
.bg-purple-300\/55{
  background-color: rgb(199 178 255 / 0.55) !important;
}
.bg-purple-300\/60{
  background-color: rgb(199 178 255 / 0.6) !important;
}
.bg-purple-300\/65{
  background-color: rgb(199 178 255 / 0.65) !important;
}
.bg-purple-300\/70{
  background-color: rgb(199 178 255 / 0.7) !important;
}
.bg-purple-300\/75{
  background-color: rgb(199 178 255 / 0.75) !important;
}
.bg-purple-300\/80{
  background-color: rgb(199 178 255 / 0.8) !important;
}
.bg-purple-300\/85{
  background-color: rgb(199 178 255 / 0.85) !important;
}
.bg-purple-300\/90{
  background-color: rgb(199 178 255 / 0.9) !important;
}
.bg-purple-300\/95{
  background-color: rgb(199 178 255 / 0.95) !important;
}
.bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-400\/0{
  background-color: rgb(161 117 255 / 0) !important;
}
.bg-purple-400\/10{
  background-color: rgb(161 117 255 / 0.1) !important;
}
.bg-purple-400\/100{
  background-color: rgb(161 117 255 / 1) !important;
}
.bg-purple-400\/15{
  background-color: rgb(161 117 255 / 0.15) !important;
}
.bg-purple-400\/20{
  background-color: rgb(161 117 255 / 0.2) !important;
}
.bg-purple-400\/25{
  background-color: rgb(161 117 255 / 0.25) !important;
}
.bg-purple-400\/30{
  background-color: rgb(161 117 255 / 0.3) !important;
}
.bg-purple-400\/35{
  background-color: rgb(161 117 255 / 0.35) !important;
}
.bg-purple-400\/40{
  background-color: rgb(161 117 255 / 0.4) !important;
}
.bg-purple-400\/45{
  background-color: rgb(161 117 255 / 0.45) !important;
}
.bg-purple-400\/5{
  background-color: rgb(161 117 255 / 0.05) !important;
}
.bg-purple-400\/50{
  background-color: rgb(161 117 255 / 0.5) !important;
}
.bg-purple-400\/55{
  background-color: rgb(161 117 255 / 0.55) !important;
}
.bg-purple-400\/60{
  background-color: rgb(161 117 255 / 0.6) !important;
}
.bg-purple-400\/65{
  background-color: rgb(161 117 255 / 0.65) !important;
}
.bg-purple-400\/70{
  background-color: rgb(161 117 255 / 0.7) !important;
}
.bg-purple-400\/75{
  background-color: rgb(161 117 255 / 0.75) !important;
}
.bg-purple-400\/80{
  background-color: rgb(161 117 255 / 0.8) !important;
}
.bg-purple-400\/85{
  background-color: rgb(161 117 255 / 0.85) !important;
}
.bg-purple-400\/90{
  background-color: rgb(161 117 255 / 0.9) !important;
}
.bg-purple-400\/95{
  background-color: rgb(161 117 255 / 0.95) !important;
}
.bg-purple-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 242 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-50\/0{
  background-color: rgb(246 242 255 / 0) !important;
}
.bg-purple-50\/10{
  background-color: rgb(246 242 255 / 0.1) !important;
}
.bg-purple-50\/100{
  background-color: rgb(246 242 255 / 1) !important;
}
.bg-purple-50\/15{
  background-color: rgb(246 242 255 / 0.15) !important;
}
.bg-purple-50\/20{
  background-color: rgb(246 242 255 / 0.2) !important;
}
.bg-purple-50\/25{
  background-color: rgb(246 242 255 / 0.25) !important;
}
.bg-purple-50\/30{
  background-color: rgb(246 242 255 / 0.3) !important;
}
.bg-purple-50\/35{
  background-color: rgb(246 242 255 / 0.35) !important;
}
.bg-purple-50\/40{
  background-color: rgb(246 242 255 / 0.4) !important;
}
.bg-purple-50\/45{
  background-color: rgb(246 242 255 / 0.45) !important;
}
.bg-purple-50\/5{
  background-color: rgb(246 242 255 / 0.05) !important;
}
.bg-purple-50\/50{
  background-color: rgb(246 242 255 / 0.5) !important;
}
.bg-purple-50\/55{
  background-color: rgb(246 242 255 / 0.55) !important;
}
.bg-purple-50\/60{
  background-color: rgb(246 242 255 / 0.6) !important;
}
.bg-purple-50\/65{
  background-color: rgb(246 242 255 / 0.65) !important;
}
.bg-purple-50\/70{
  background-color: rgb(246 242 255 / 0.7) !important;
}
.bg-purple-50\/75{
  background-color: rgb(246 242 255 / 0.75) !important;
}
.bg-purple-50\/80{
  background-color: rgb(246 242 255 / 0.8) !important;
}
.bg-purple-50\/85{
  background-color: rgb(246 242 255 / 0.85) !important;
}
.bg-purple-50\/90{
  background-color: rgb(246 242 255 / 0.9) !important;
}
.bg-purple-50\/95{
  background-color: rgb(246 242 255 / 0.95) !important;
}
.bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-500\/0{
  background-color: rgb(161 117 255 / 0) !important;
}
.bg-purple-500\/10{
  background-color: rgb(161 117 255 / 0.1) !important;
}
.bg-purple-500\/100{
  background-color: rgb(161 117 255 / 1) !important;
}
.bg-purple-500\/15{
  background-color: rgb(161 117 255 / 0.15) !important;
}
.bg-purple-500\/20{
  background-color: rgb(161 117 255 / 0.2) !important;
}
.bg-purple-500\/25{
  background-color: rgb(161 117 255 / 0.25) !important;
}
.bg-purple-500\/30{
  background-color: rgb(161 117 255 / 0.3) !important;
}
.bg-purple-500\/35{
  background-color: rgb(161 117 255 / 0.35) !important;
}
.bg-purple-500\/40{
  background-color: rgb(161 117 255 / 0.4) !important;
}
.bg-purple-500\/45{
  background-color: rgb(161 117 255 / 0.45) !important;
}
.bg-purple-500\/5{
  background-color: rgb(161 117 255 / 0.05) !important;
}
.bg-purple-500\/50{
  background-color: rgb(161 117 255 / 0.5) !important;
}
.bg-purple-500\/55{
  background-color: rgb(161 117 255 / 0.55) !important;
}
.bg-purple-500\/60{
  background-color: rgb(161 117 255 / 0.6) !important;
}
.bg-purple-500\/65{
  background-color: rgb(161 117 255 / 0.65) !important;
}
.bg-purple-500\/70{
  background-color: rgb(161 117 255 / 0.7) !important;
}
.bg-purple-500\/75{
  background-color: rgb(161 117 255 / 0.75) !important;
}
.bg-purple-500\/80{
  background-color: rgb(161 117 255 / 0.8) !important;
}
.bg-purple-500\/85{
  background-color: rgb(161 117 255 / 0.85) !important;
}
.bg-purple-500\/90{
  background-color: rgb(161 117 255 / 0.9) !important;
}
.bg-purple-500\/95{
  background-color: rgb(161 117 255 / 0.95) !important;
}
.bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 50 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-600\/0{
  background-color: rgb(135 50 245 / 0) !important;
}
.bg-purple-600\/10{
  background-color: rgb(135 50 245 / 0.1) !important;
}
.bg-purple-600\/100{
  background-color: rgb(135 50 245 / 1) !important;
}
.bg-purple-600\/15{
  background-color: rgb(135 50 245 / 0.15) !important;
}
.bg-purple-600\/20{
  background-color: rgb(135 50 245 / 0.2) !important;
}
.bg-purple-600\/25{
  background-color: rgb(135 50 245 / 0.25) !important;
}
.bg-purple-600\/30{
  background-color: rgb(135 50 245 / 0.3) !important;
}
.bg-purple-600\/35{
  background-color: rgb(135 50 245 / 0.35) !important;
}
.bg-purple-600\/40{
  background-color: rgb(135 50 245 / 0.4) !important;
}
.bg-purple-600\/45{
  background-color: rgb(135 50 245 / 0.45) !important;
}
.bg-purple-600\/5{
  background-color: rgb(135 50 245 / 0.05) !important;
}
.bg-purple-600\/50{
  background-color: rgb(135 50 245 / 0.5) !important;
}
.bg-purple-600\/55{
  background-color: rgb(135 50 245 / 0.55) !important;
}
.bg-purple-600\/60{
  background-color: rgb(135 50 245 / 0.6) !important;
}
.bg-purple-600\/65{
  background-color: rgb(135 50 245 / 0.65) !important;
}
.bg-purple-600\/70{
  background-color: rgb(135 50 245 / 0.7) !important;
}
.bg-purple-600\/75{
  background-color: rgb(135 50 245 / 0.75) !important;
}
.bg-purple-600\/80{
  background-color: rgb(135 50 245 / 0.8) !important;
}
.bg-purple-600\/85{
  background-color: rgb(135 50 245 / 0.85) !important;
}
.bg-purple-600\/90{
  background-color: rgb(135 50 245 / 0.9) !important;
}
.bg-purple-600\/95{
  background-color: rgb(135 50 245 / 0.95) !important;
}
.bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 32 225 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-700\/0{
  background-color: rgb(120 32 225 / 0) !important;
}
.bg-purple-700\/10{
  background-color: rgb(120 32 225 / 0.1) !important;
}
.bg-purple-700\/100{
  background-color: rgb(120 32 225 / 1) !important;
}
.bg-purple-700\/15{
  background-color: rgb(120 32 225 / 0.15) !important;
}
.bg-purple-700\/20{
  background-color: rgb(120 32 225 / 0.2) !important;
}
.bg-purple-700\/25{
  background-color: rgb(120 32 225 / 0.25) !important;
}
.bg-purple-700\/30{
  background-color: rgb(120 32 225 / 0.3) !important;
}
.bg-purple-700\/35{
  background-color: rgb(120 32 225 / 0.35) !important;
}
.bg-purple-700\/40{
  background-color: rgb(120 32 225 / 0.4) !important;
}
.bg-purple-700\/45{
  background-color: rgb(120 32 225 / 0.45) !important;
}
.bg-purple-700\/5{
  background-color: rgb(120 32 225 / 0.05) !important;
}
.bg-purple-700\/50{
  background-color: rgb(120 32 225 / 0.5) !important;
}
.bg-purple-700\/55{
  background-color: rgb(120 32 225 / 0.55) !important;
}
.bg-purple-700\/60{
  background-color: rgb(120 32 225 / 0.6) !important;
}
.bg-purple-700\/65{
  background-color: rgb(120 32 225 / 0.65) !important;
}
.bg-purple-700\/70{
  background-color: rgb(120 32 225 / 0.7) !important;
}
.bg-purple-700\/75{
  background-color: rgb(120 32 225 / 0.75) !important;
}
.bg-purple-700\/80{
  background-color: rgb(120 32 225 / 0.8) !important;
}
.bg-purple-700\/85{
  background-color: rgb(120 32 225 / 0.85) !important;
}
.bg-purple-700\/90{
  background-color: rgb(120 32 225 / 0.9) !important;
}
.bg-purple-700\/95{
  background-color: rgb(120 32 225 / 0.95) !important;
}
.bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 26 189 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-800\/0{
  background-color: rgb(101 26 189 / 0) !important;
}
.bg-purple-800\/10{
  background-color: rgb(101 26 189 / 0.1) !important;
}
.bg-purple-800\/100{
  background-color: rgb(101 26 189 / 1) !important;
}
.bg-purple-800\/15{
  background-color: rgb(101 26 189 / 0.15) !important;
}
.bg-purple-800\/20{
  background-color: rgb(101 26 189 / 0.2) !important;
}
.bg-purple-800\/25{
  background-color: rgb(101 26 189 / 0.25) !important;
}
.bg-purple-800\/30{
  background-color: rgb(101 26 189 / 0.3) !important;
}
.bg-purple-800\/35{
  background-color: rgb(101 26 189 / 0.35) !important;
}
.bg-purple-800\/40{
  background-color: rgb(101 26 189 / 0.4) !important;
}
.bg-purple-800\/45{
  background-color: rgb(101 26 189 / 0.45) !important;
}
.bg-purple-800\/5{
  background-color: rgb(101 26 189 / 0.05) !important;
}
.bg-purple-800\/50{
  background-color: rgb(101 26 189 / 0.5) !important;
}
.bg-purple-800\/55{
  background-color: rgb(101 26 189 / 0.55) !important;
}
.bg-purple-800\/60{
  background-color: rgb(101 26 189 / 0.6) !important;
}
.bg-purple-800\/65{
  background-color: rgb(101 26 189 / 0.65) !important;
}
.bg-purple-800\/70{
  background-color: rgb(101 26 189 / 0.7) !important;
}
.bg-purple-800\/75{
  background-color: rgb(101 26 189 / 0.75) !important;
}
.bg-purple-800\/80{
  background-color: rgb(101 26 189 / 0.8) !important;
}
.bg-purple-800\/85{
  background-color: rgb(101 26 189 / 0.85) !important;
}
.bg-purple-800\/90{
  background-color: rgb(101 26 189 / 0.9) !important;
}
.bg-purple-800\/95{
  background-color: rgb(101 26 189 / 0.95) !important;
}
.bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 24 154 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-900\/0{
  background-color: rgb(84 24 154 / 0) !important;
}
.bg-purple-900\/10{
  background-color: rgb(84 24 154 / 0.1) !important;
}
.bg-purple-900\/100{
  background-color: rgb(84 24 154 / 1) !important;
}
.bg-purple-900\/15{
  background-color: rgb(84 24 154 / 0.15) !important;
}
.bg-purple-900\/20{
  background-color: rgb(84 24 154 / 0.2) !important;
}
.bg-purple-900\/25{
  background-color: rgb(84 24 154 / 0.25) !important;
}
.bg-purple-900\/30{
  background-color: rgb(84 24 154 / 0.3) !important;
}
.bg-purple-900\/35{
  background-color: rgb(84 24 154 / 0.35) !important;
}
.bg-purple-900\/40{
  background-color: rgb(84 24 154 / 0.4) !important;
}
.bg-purple-900\/45{
  background-color: rgb(84 24 154 / 0.45) !important;
}
.bg-purple-900\/5{
  background-color: rgb(84 24 154 / 0.05) !important;
}
.bg-purple-900\/50{
  background-color: rgb(84 24 154 / 0.5) !important;
}
.bg-purple-900\/55{
  background-color: rgb(84 24 154 / 0.55) !important;
}
.bg-purple-900\/60{
  background-color: rgb(84 24 154 / 0.6) !important;
}
.bg-purple-900\/65{
  background-color: rgb(84 24 154 / 0.65) !important;
}
.bg-purple-900\/70{
  background-color: rgb(84 24 154 / 0.7) !important;
}
.bg-purple-900\/75{
  background-color: rgb(84 24 154 / 0.75) !important;
}
.bg-purple-900\/80{
  background-color: rgb(84 24 154 / 0.8) !important;
}
.bg-purple-900\/85{
  background-color: rgb(84 24 154 / 0.85) !important;
}
.bg-purple-900\/90{
  background-color: rgb(84 24 154 / 0.9) !important;
}
.bg-purple-900\/95{
  background-color: rgb(84 24 154 / 0.95) !important;
}
.bg-purple-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 12 105 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-950\/0{
  background-color: rgb(51 12 105 / 0) !important;
}
.bg-purple-950\/10{
  background-color: rgb(51 12 105 / 0.1) !important;
}
.bg-purple-950\/100{
  background-color: rgb(51 12 105 / 1) !important;
}
.bg-purple-950\/15{
  background-color: rgb(51 12 105 / 0.15) !important;
}
.bg-purple-950\/20{
  background-color: rgb(51 12 105 / 0.2) !important;
}
.bg-purple-950\/25{
  background-color: rgb(51 12 105 / 0.25) !important;
}
.bg-purple-950\/30{
  background-color: rgb(51 12 105 / 0.3) !important;
}
.bg-purple-950\/35{
  background-color: rgb(51 12 105 / 0.35) !important;
}
.bg-purple-950\/40{
  background-color: rgb(51 12 105 / 0.4) !important;
}
.bg-purple-950\/45{
  background-color: rgb(51 12 105 / 0.45) !important;
}
.bg-purple-950\/5{
  background-color: rgb(51 12 105 / 0.05) !important;
}
.bg-purple-950\/50{
  background-color: rgb(51 12 105 / 0.5) !important;
}
.bg-purple-950\/55{
  background-color: rgb(51 12 105 / 0.55) !important;
}
.bg-purple-950\/60{
  background-color: rgb(51 12 105 / 0.6) !important;
}
.bg-purple-950\/65{
  background-color: rgb(51 12 105 / 0.65) !important;
}
.bg-purple-950\/70{
  background-color: rgb(51 12 105 / 0.7) !important;
}
.bg-purple-950\/75{
  background-color: rgb(51 12 105 / 0.75) !important;
}
.bg-purple-950\/80{
  background-color: rgb(51 12 105 / 0.8) !important;
}
.bg-purple-950\/85{
  background-color: rgb(51 12 105 / 0.85) !important;
}
.bg-purple-950\/90{
  background-color: rgb(51 12 105 / 0.9) !important;
}
.bg-purple-950\/95{
  background-color: rgb(51 12 105 / 0.95) !important;
}
.bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-100\/0{
  background-color: rgb(255 227 231 / 0) !important;
}
.bg-red-100\/10{
  background-color: rgb(255 227 231 / 0.1) !important;
}
.bg-red-100\/100{
  background-color: rgb(255 227 231 / 1) !important;
}
.bg-red-100\/15{
  background-color: rgb(255 227 231 / 0.15) !important;
}
.bg-red-100\/20{
  background-color: rgb(255 227 231 / 0.2) !important;
}
.bg-red-100\/25{
  background-color: rgb(255 227 231 / 0.25) !important;
}
.bg-red-100\/30{
  background-color: rgb(255 227 231 / 0.3) !important;
}
.bg-red-100\/35{
  background-color: rgb(255 227 231 / 0.35) !important;
}
.bg-red-100\/40{
  background-color: rgb(255 227 231 / 0.4) !important;
}
.bg-red-100\/45{
  background-color: rgb(255 227 231 / 0.45) !important;
}
.bg-red-100\/5{
  background-color: rgb(255 227 231 / 0.05) !important;
}
.bg-red-100\/50{
  background-color: rgb(255 227 231 / 0.5) !important;
}
.bg-red-100\/55{
  background-color: rgb(255 227 231 / 0.55) !important;
}
.bg-red-100\/60{
  background-color: rgb(255 227 231 / 0.6) !important;
}
.bg-red-100\/65{
  background-color: rgb(255 227 231 / 0.65) !important;
}
.bg-red-100\/70{
  background-color: rgb(255 227 231 / 0.7) !important;
}
.bg-red-100\/75{
  background-color: rgb(255 227 231 / 0.75) !important;
}
.bg-red-100\/80{
  background-color: rgb(255 227 231 / 0.8) !important;
}
.bg-red-100\/85{
  background-color: rgb(255 227 231 / 0.85) !important;
}
.bg-red-100\/90{
  background-color: rgb(255 227 231 / 0.9) !important;
}
.bg-red-100\/95{
  background-color: rgb(255 227 231 / 0.95) !important;
}
.bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 214 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-200\/0{
  background-color: rgb(255 203 214 / 0) !important;
}
.bg-red-200\/10{
  background-color: rgb(255 203 214 / 0.1) !important;
}
.bg-red-200\/100{
  background-color: rgb(255 203 214 / 1) !important;
}
.bg-red-200\/15{
  background-color: rgb(255 203 214 / 0.15) !important;
}
.bg-red-200\/20{
  background-color: rgb(255 203 214 / 0.2) !important;
}
.bg-red-200\/25{
  background-color: rgb(255 203 214 / 0.25) !important;
}
.bg-red-200\/30{
  background-color: rgb(255 203 214 / 0.3) !important;
}
.bg-red-200\/35{
  background-color: rgb(255 203 214 / 0.35) !important;
}
.bg-red-200\/40{
  background-color: rgb(255 203 214 / 0.4) !important;
}
.bg-red-200\/45{
  background-color: rgb(255 203 214 / 0.45) !important;
}
.bg-red-200\/5{
  background-color: rgb(255 203 214 / 0.05) !important;
}
.bg-red-200\/50{
  background-color: rgb(255 203 214 / 0.5) !important;
}
.bg-red-200\/55{
  background-color: rgb(255 203 214 / 0.55) !important;
}
.bg-red-200\/60{
  background-color: rgb(255 203 214 / 0.6) !important;
}
.bg-red-200\/65{
  background-color: rgb(255 203 214 / 0.65) !important;
}
.bg-red-200\/70{
  background-color: rgb(255 203 214 / 0.7) !important;
}
.bg-red-200\/75{
  background-color: rgb(255 203 214 / 0.75) !important;
}
.bg-red-200\/80{
  background-color: rgb(255 203 214 / 0.8) !important;
}
.bg-red-200\/85{
  background-color: rgb(255 203 214 / 0.85) !important;
}
.bg-red-200\/90{
  background-color: rgb(255 203 214 / 0.9) !important;
}
.bg-red-200\/95{
  background-color: rgb(255 203 214 / 0.95) !important;
}
.bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 161 180 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-300\/0{
  background-color: rgb(255 161 180 / 0) !important;
}
.bg-red-300\/10{
  background-color: rgb(255 161 180 / 0.1) !important;
}
.bg-red-300\/100{
  background-color: rgb(255 161 180 / 1) !important;
}
.bg-red-300\/15{
  background-color: rgb(255 161 180 / 0.15) !important;
}
.bg-red-300\/20{
  background-color: rgb(255 161 180 / 0.2) !important;
}
.bg-red-300\/25{
  background-color: rgb(255 161 180 / 0.25) !important;
}
.bg-red-300\/30{
  background-color: rgb(255 161 180 / 0.3) !important;
}
.bg-red-300\/35{
  background-color: rgb(255 161 180 / 0.35) !important;
}
.bg-red-300\/40{
  background-color: rgb(255 161 180 / 0.4) !important;
}
.bg-red-300\/45{
  background-color: rgb(255 161 180 / 0.45) !important;
}
.bg-red-300\/5{
  background-color: rgb(255 161 180 / 0.05) !important;
}
.bg-red-300\/50{
  background-color: rgb(255 161 180 / 0.5) !important;
}
.bg-red-300\/55{
  background-color: rgb(255 161 180 / 0.55) !important;
}
.bg-red-300\/60{
  background-color: rgb(255 161 180 / 0.6) !important;
}
.bg-red-300\/65{
  background-color: rgb(255 161 180 / 0.65) !important;
}
.bg-red-300\/70{
  background-color: rgb(255 161 180 / 0.7) !important;
}
.bg-red-300\/75{
  background-color: rgb(255 161 180 / 0.75) !important;
}
.bg-red-300\/80{
  background-color: rgb(255 161 180 / 0.8) !important;
}
.bg-red-300\/85{
  background-color: rgb(255 161 180 / 0.85) !important;
}
.bg-red-300\/90{
  background-color: rgb(255 161 180 / 0.9) !important;
}
.bg-red-300\/95{
  background-color: rgb(255 161 180 / 0.95) !important;
}
.bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 108 139 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-400\/0{
  background-color: rgb(255 108 139 / 0) !important;
}
.bg-red-400\/10{
  background-color: rgb(255 108 139 / 0.1) !important;
}
.bg-red-400\/100{
  background-color: rgb(255 108 139 / 1) !important;
}
.bg-red-400\/15{
  background-color: rgb(255 108 139 / 0.15) !important;
}
.bg-red-400\/20{
  background-color: rgb(255 108 139 / 0.2) !important;
}
.bg-red-400\/25{
  background-color: rgb(255 108 139 / 0.25) !important;
}
.bg-red-400\/30{
  background-color: rgb(255 108 139 / 0.3) !important;
}
.bg-red-400\/35{
  background-color: rgb(255 108 139 / 0.35) !important;
}
.bg-red-400\/40{
  background-color: rgb(255 108 139 / 0.4) !important;
}
.bg-red-400\/45{
  background-color: rgb(255 108 139 / 0.45) !important;
}
.bg-red-400\/5{
  background-color: rgb(255 108 139 / 0.05) !important;
}
.bg-red-400\/50{
  background-color: rgb(255 108 139 / 0.5) !important;
}
.bg-red-400\/55{
  background-color: rgb(255 108 139 / 0.55) !important;
}
.bg-red-400\/60{
  background-color: rgb(255 108 139 / 0.6) !important;
}
.bg-red-400\/65{
  background-color: rgb(255 108 139 / 0.65) !important;
}
.bg-red-400\/70{
  background-color: rgb(255 108 139 / 0.7) !important;
}
.bg-red-400\/75{
  background-color: rgb(255 108 139 / 0.75) !important;
}
.bg-red-400\/80{
  background-color: rgb(255 108 139 / 0.8) !important;
}
.bg-red-400\/85{
  background-color: rgb(255 108 139 / 0.85) !important;
}
.bg-red-400\/90{
  background-color: rgb(255 108 139 / 0.9) !important;
}
.bg-red-400\/95{
  background-color: rgb(255 108 139 / 0.95) !important;
}
.bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-50\/0{
  background-color: rgb(255 240 243 / 0) !important;
}
.bg-red-50\/10{
  background-color: rgb(255 240 243 / 0.1) !important;
}
.bg-red-50\/100{
  background-color: rgb(255 240 243 / 1) !important;
}
.bg-red-50\/15{
  background-color: rgb(255 240 243 / 0.15) !important;
}
.bg-red-50\/20{
  background-color: rgb(255 240 243 / 0.2) !important;
}
.bg-red-50\/25{
  background-color: rgb(255 240 243 / 0.25) !important;
}
.bg-red-50\/30{
  background-color: rgb(255 240 243 / 0.3) !important;
}
.bg-red-50\/35{
  background-color: rgb(255 240 243 / 0.35) !important;
}
.bg-red-50\/40{
  background-color: rgb(255 240 243 / 0.4) !important;
}
.bg-red-50\/45{
  background-color: rgb(255 240 243 / 0.45) !important;
}
.bg-red-50\/5{
  background-color: rgb(255 240 243 / 0.05) !important;
}
.bg-red-50\/50{
  background-color: rgb(255 240 243 / 0.5) !important;
}
.bg-red-50\/55{
  background-color: rgb(255 240 243 / 0.55) !important;
}
.bg-red-50\/60{
  background-color: rgb(255 240 243 / 0.6) !important;
}
.bg-red-50\/65{
  background-color: rgb(255 240 243 / 0.65) !important;
}
.bg-red-50\/70{
  background-color: rgb(255 240 243 / 0.7) !important;
}
.bg-red-50\/75{
  background-color: rgb(255 240 243 / 0.75) !important;
}
.bg-red-50\/80{
  background-color: rgb(255 240 243 / 0.8) !important;
}
.bg-red-50\/85{
  background-color: rgb(255 240 243 / 0.85) !important;
}
.bg-red-50\/90{
  background-color: rgb(255 240 243 / 0.9) !important;
}
.bg-red-50\/95{
  background-color: rgb(255 240 243 / 0.95) !important;
}
.bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-500\/0{
  background-color: rgb(250 34 86 / 0) !important;
}
.bg-red-500\/10{
  background-color: rgb(250 34 86 / 0.1) !important;
}
.bg-red-500\/100{
  background-color: rgb(250 34 86 / 1) !important;
}
.bg-red-500\/15{
  background-color: rgb(250 34 86 / 0.15) !important;
}
.bg-red-500\/20{
  background-color: rgb(250 34 86 / 0.2) !important;
}
.bg-red-500\/25{
  background-color: rgb(250 34 86 / 0.25) !important;
}
.bg-red-500\/30{
  background-color: rgb(250 34 86 / 0.3) !important;
}
.bg-red-500\/35{
  background-color: rgb(250 34 86 / 0.35) !important;
}
.bg-red-500\/40{
  background-color: rgb(250 34 86 / 0.4) !important;
}
.bg-red-500\/45{
  background-color: rgb(250 34 86 / 0.45) !important;
}
.bg-red-500\/5{
  background-color: rgb(250 34 86 / 0.05) !important;
}
.bg-red-500\/50{
  background-color: rgb(250 34 86 / 0.5) !important;
}
.bg-red-500\/55{
  background-color: rgb(250 34 86 / 0.55) !important;
}
.bg-red-500\/60{
  background-color: rgb(250 34 86 / 0.6) !important;
}
.bg-red-500\/65{
  background-color: rgb(250 34 86 / 0.65) !important;
}
.bg-red-500\/70{
  background-color: rgb(250 34 86 / 0.7) !important;
}
.bg-red-500\/75{
  background-color: rgb(250 34 86 / 0.75) !important;
}
.bg-red-500\/80{
  background-color: rgb(250 34 86 / 0.8) !important;
}
.bg-red-500\/85{
  background-color: rgb(250 34 86 / 0.85) !important;
}
.bg-red-500\/90{
  background-color: rgb(250 34 86 / 0.9) !important;
}
.bg-red-500\/95{
  background-color: rgb(250 34 86 / 0.95) !important;
}
.bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 22 83 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-600\/0{
  background-color: rgb(232 22 83 / 0) !important;
}
.bg-red-600\/10{
  background-color: rgb(232 22 83 / 0.1) !important;
}
.bg-red-600\/100{
  background-color: rgb(232 22 83 / 1) !important;
}
.bg-red-600\/15{
  background-color: rgb(232 22 83 / 0.15) !important;
}
.bg-red-600\/20{
  background-color: rgb(232 22 83 / 0.2) !important;
}
.bg-red-600\/25{
  background-color: rgb(232 22 83 / 0.25) !important;
}
.bg-red-600\/30{
  background-color: rgb(232 22 83 / 0.3) !important;
}
.bg-red-600\/35{
  background-color: rgb(232 22 83 / 0.35) !important;
}
.bg-red-600\/40{
  background-color: rgb(232 22 83 / 0.4) !important;
}
.bg-red-600\/45{
  background-color: rgb(232 22 83 / 0.45) !important;
}
.bg-red-600\/5{
  background-color: rgb(232 22 83 / 0.05) !important;
}
.bg-red-600\/50{
  background-color: rgb(232 22 83 / 0.5) !important;
}
.bg-red-600\/55{
  background-color: rgb(232 22 83 / 0.55) !important;
}
.bg-red-600\/60{
  background-color: rgb(232 22 83 / 0.6) !important;
}
.bg-red-600\/65{
  background-color: rgb(232 22 83 / 0.65) !important;
}
.bg-red-600\/70{
  background-color: rgb(232 22 83 / 0.7) !important;
}
.bg-red-600\/75{
  background-color: rgb(232 22 83 / 0.75) !important;
}
.bg-red-600\/80{
  background-color: rgb(232 22 83 / 0.8) !important;
}
.bg-red-600\/85{
  background-color: rgb(232 22 83 / 0.85) !important;
}
.bg-red-600\/90{
  background-color: rgb(232 22 83 / 0.9) !important;
}
.bg-red-600\/95{
  background-color: rgb(232 22 83 / 0.95) !important;
}
.bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 12 70 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-700\/0{
  background-color: rgb(196 12 70 / 0) !important;
}
.bg-red-700\/10{
  background-color: rgb(196 12 70 / 0.1) !important;
}
.bg-red-700\/100{
  background-color: rgb(196 12 70 / 1) !important;
}
.bg-red-700\/15{
  background-color: rgb(196 12 70 / 0.15) !important;
}
.bg-red-700\/20{
  background-color: rgb(196 12 70 / 0.2) !important;
}
.bg-red-700\/25{
  background-color: rgb(196 12 70 / 0.25) !important;
}
.bg-red-700\/30{
  background-color: rgb(196 12 70 / 0.3) !important;
}
.bg-red-700\/35{
  background-color: rgb(196 12 70 / 0.35) !important;
}
.bg-red-700\/40{
  background-color: rgb(196 12 70 / 0.4) !important;
}
.bg-red-700\/45{
  background-color: rgb(196 12 70 / 0.45) !important;
}
.bg-red-700\/5{
  background-color: rgb(196 12 70 / 0.05) !important;
}
.bg-red-700\/50{
  background-color: rgb(196 12 70 / 0.5) !important;
}
.bg-red-700\/55{
  background-color: rgb(196 12 70 / 0.55) !important;
}
.bg-red-700\/60{
  background-color: rgb(196 12 70 / 0.6) !important;
}
.bg-red-700\/65{
  background-color: rgb(196 12 70 / 0.65) !important;
}
.bg-red-700\/70{
  background-color: rgb(196 12 70 / 0.7) !important;
}
.bg-red-700\/75{
  background-color: rgb(196 12 70 / 0.75) !important;
}
.bg-red-700\/80{
  background-color: rgb(196 12 70 / 0.8) !important;
}
.bg-red-700\/85{
  background-color: rgb(196 12 70 / 0.85) !important;
}
.bg-red-700\/90{
  background-color: rgb(196 12 70 / 0.9) !important;
}
.bg-red-700\/95{
  background-color: rgb(196 12 70 / 0.95) !important;
}
.bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 13 65 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-800\/0{
  background-color: rgb(164 13 65 / 0) !important;
}
.bg-red-800\/10{
  background-color: rgb(164 13 65 / 0.1) !important;
}
.bg-red-800\/100{
  background-color: rgb(164 13 65 / 1) !important;
}
.bg-red-800\/15{
  background-color: rgb(164 13 65 / 0.15) !important;
}
.bg-red-800\/20{
  background-color: rgb(164 13 65 / 0.2) !important;
}
.bg-red-800\/25{
  background-color: rgb(164 13 65 / 0.25) !important;
}
.bg-red-800\/30{
  background-color: rgb(164 13 65 / 0.3) !important;
}
.bg-red-800\/35{
  background-color: rgb(164 13 65 / 0.35) !important;
}
.bg-red-800\/40{
  background-color: rgb(164 13 65 / 0.4) !important;
}
.bg-red-800\/45{
  background-color: rgb(164 13 65 / 0.45) !important;
}
.bg-red-800\/5{
  background-color: rgb(164 13 65 / 0.05) !important;
}
.bg-red-800\/50{
  background-color: rgb(164 13 65 / 0.5) !important;
}
.bg-red-800\/55{
  background-color: rgb(164 13 65 / 0.55) !important;
}
.bg-red-800\/60{
  background-color: rgb(164 13 65 / 0.6) !important;
}
.bg-red-800\/65{
  background-color: rgb(164 13 65 / 0.65) !important;
}
.bg-red-800\/70{
  background-color: rgb(164 13 65 / 0.7) !important;
}
.bg-red-800\/75{
  background-color: rgb(164 13 65 / 0.75) !important;
}
.bg-red-800\/80{
  background-color: rgb(164 13 65 / 0.8) !important;
}
.bg-red-800\/85{
  background-color: rgb(164 13 65 / 0.85) !important;
}
.bg-red-800\/90{
  background-color: rgb(164 13 65 / 0.9) !important;
}
.bg-red-800\/95{
  background-color: rgb(164 13 65 / 0.95) !important;
}
.bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 15 62 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-900\/0{
  background-color: rgb(140 15 62 / 0) !important;
}
.bg-red-900\/10{
  background-color: rgb(140 15 62 / 0.1) !important;
}
.bg-red-900\/100{
  background-color: rgb(140 15 62 / 1) !important;
}
.bg-red-900\/15{
  background-color: rgb(140 15 62 / 0.15) !important;
}
.bg-red-900\/20{
  background-color: rgb(140 15 62 / 0.2) !important;
}
.bg-red-900\/25{
  background-color: rgb(140 15 62 / 0.25) !important;
}
.bg-red-900\/30{
  background-color: rgb(140 15 62 / 0.3) !important;
}
.bg-red-900\/35{
  background-color: rgb(140 15 62 / 0.35) !important;
}
.bg-red-900\/40{
  background-color: rgb(140 15 62 / 0.4) !important;
}
.bg-red-900\/45{
  background-color: rgb(140 15 62 / 0.45) !important;
}
.bg-red-900\/5{
  background-color: rgb(140 15 62 / 0.05) !important;
}
.bg-red-900\/50{
  background-color: rgb(140 15 62 / 0.5) !important;
}
.bg-red-900\/55{
  background-color: rgb(140 15 62 / 0.55) !important;
}
.bg-red-900\/60{
  background-color: rgb(140 15 62 / 0.6) !important;
}
.bg-red-900\/65{
  background-color: rgb(140 15 62 / 0.65) !important;
}
.bg-red-900\/70{
  background-color: rgb(140 15 62 / 0.7) !important;
}
.bg-red-900\/75{
  background-color: rgb(140 15 62 / 0.75) !important;
}
.bg-red-900\/80{
  background-color: rgb(140 15 62 / 0.8) !important;
}
.bg-red-900\/85{
  background-color: rgb(140 15 62 / 0.85) !important;
}
.bg-red-900\/90{
  background-color: rgb(140 15 62 / 0.9) !important;
}
.bg-red-900\/95{
  background-color: rgb(140 15 62 / 0.95) !important;
}
.bg-red-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 2 29 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-950\/0{
  background-color: rgb(79 2 29 / 0) !important;
}
.bg-red-950\/10{
  background-color: rgb(79 2 29 / 0.1) !important;
}
.bg-red-950\/100{
  background-color: rgb(79 2 29 / 1) !important;
}
.bg-red-950\/15{
  background-color: rgb(79 2 29 / 0.15) !important;
}
.bg-red-950\/20{
  background-color: rgb(79 2 29 / 0.2) !important;
}
.bg-red-950\/25{
  background-color: rgb(79 2 29 / 0.25) !important;
}
.bg-red-950\/30{
  background-color: rgb(79 2 29 / 0.3) !important;
}
.bg-red-950\/35{
  background-color: rgb(79 2 29 / 0.35) !important;
}
.bg-red-950\/40{
  background-color: rgb(79 2 29 / 0.4) !important;
}
.bg-red-950\/45{
  background-color: rgb(79 2 29 / 0.45) !important;
}
.bg-red-950\/5{
  background-color: rgb(79 2 29 / 0.05) !important;
}
.bg-red-950\/50{
  background-color: rgb(79 2 29 / 0.5) !important;
}
.bg-red-950\/55{
  background-color: rgb(79 2 29 / 0.55) !important;
}
.bg-red-950\/60{
  background-color: rgb(79 2 29 / 0.6) !important;
}
.bg-red-950\/65{
  background-color: rgb(79 2 29 / 0.65) !important;
}
.bg-red-950\/70{
  background-color: rgb(79 2 29 / 0.7) !important;
}
.bg-red-950\/75{
  background-color: rgb(79 2 29 / 0.75) !important;
}
.bg-red-950\/80{
  background-color: rgb(79 2 29 / 0.8) !important;
}
.bg-red-950\/85{
  background-color: rgb(79 2 29 / 0.85) !important;
}
.bg-red-950\/90{
  background-color: rgb(79 2 29 / 0.9) !important;
}
.bg-red-950\/95{
  background-color: rgb(79 2 29 / 0.95) !important;
}
.bg-rosebrown-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 212 220 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-100\/0{
  background-color: rgb(228 212 220 / 0) !important;
}
.bg-rosebrown-100\/10{
  background-color: rgb(228 212 220 / 0.1) !important;
}
.bg-rosebrown-100\/100{
  background-color: rgb(228 212 220 / 1) !important;
}
.bg-rosebrown-100\/15{
  background-color: rgb(228 212 220 / 0.15) !important;
}
.bg-rosebrown-100\/20{
  background-color: rgb(228 212 220 / 0.2) !important;
}
.bg-rosebrown-100\/25{
  background-color: rgb(228 212 220 / 0.25) !important;
}
.bg-rosebrown-100\/30{
  background-color: rgb(228 212 220 / 0.3) !important;
}
.bg-rosebrown-100\/35{
  background-color: rgb(228 212 220 / 0.35) !important;
}
.bg-rosebrown-100\/40{
  background-color: rgb(228 212 220 / 0.4) !important;
}
.bg-rosebrown-100\/45{
  background-color: rgb(228 212 220 / 0.45) !important;
}
.bg-rosebrown-100\/5{
  background-color: rgb(228 212 220 / 0.05) !important;
}
.bg-rosebrown-100\/50{
  background-color: rgb(228 212 220 / 0.5) !important;
}
.bg-rosebrown-100\/55{
  background-color: rgb(228 212 220 / 0.55) !important;
}
.bg-rosebrown-100\/60{
  background-color: rgb(228 212 220 / 0.6) !important;
}
.bg-rosebrown-100\/65{
  background-color: rgb(228 212 220 / 0.65) !important;
}
.bg-rosebrown-100\/70{
  background-color: rgb(228 212 220 / 0.7) !important;
}
.bg-rosebrown-100\/75{
  background-color: rgb(228 212 220 / 0.75) !important;
}
.bg-rosebrown-100\/80{
  background-color: rgb(228 212 220 / 0.8) !important;
}
.bg-rosebrown-100\/85{
  background-color: rgb(228 212 220 / 0.85) !important;
}
.bg-rosebrown-100\/90{
  background-color: rgb(228 212 220 / 0.9) !important;
}
.bg-rosebrown-100\/95{
  background-color: rgb(228 212 220 / 0.95) !important;
}
.bg-rosebrown-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 184 196 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-200\/0{
  background-color: rgb(210 184 196 / 0) !important;
}
.bg-rosebrown-200\/10{
  background-color: rgb(210 184 196 / 0.1) !important;
}
.bg-rosebrown-200\/100{
  background-color: rgb(210 184 196 / 1) !important;
}
.bg-rosebrown-200\/15{
  background-color: rgb(210 184 196 / 0.15) !important;
}
.bg-rosebrown-200\/20{
  background-color: rgb(210 184 196 / 0.2) !important;
}
.bg-rosebrown-200\/25{
  background-color: rgb(210 184 196 / 0.25) !important;
}
.bg-rosebrown-200\/30{
  background-color: rgb(210 184 196 / 0.3) !important;
}
.bg-rosebrown-200\/35{
  background-color: rgb(210 184 196 / 0.35) !important;
}
.bg-rosebrown-200\/40{
  background-color: rgb(210 184 196 / 0.4) !important;
}
.bg-rosebrown-200\/45{
  background-color: rgb(210 184 196 / 0.45) !important;
}
.bg-rosebrown-200\/5{
  background-color: rgb(210 184 196 / 0.05) !important;
}
.bg-rosebrown-200\/50{
  background-color: rgb(210 184 196 / 0.5) !important;
}
.bg-rosebrown-200\/55{
  background-color: rgb(210 184 196 / 0.55) !important;
}
.bg-rosebrown-200\/60{
  background-color: rgb(210 184 196 / 0.6) !important;
}
.bg-rosebrown-200\/65{
  background-color: rgb(210 184 196 / 0.65) !important;
}
.bg-rosebrown-200\/70{
  background-color: rgb(210 184 196 / 0.7) !important;
}
.bg-rosebrown-200\/75{
  background-color: rgb(210 184 196 / 0.75) !important;
}
.bg-rosebrown-200\/80{
  background-color: rgb(210 184 196 / 0.8) !important;
}
.bg-rosebrown-200\/85{
  background-color: rgb(210 184 196 / 0.85) !important;
}
.bg-rosebrown-200\/90{
  background-color: rgb(210 184 196 / 0.9) !important;
}
.bg-rosebrown-200\/95{
  background-color: rgb(210 184 196 / 0.95) !important;
}
.bg-rosebrown-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 156 172 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-300\/0{
  background-color: rgb(192 156 172 / 0) !important;
}
.bg-rosebrown-300\/10{
  background-color: rgb(192 156 172 / 0.1) !important;
}
.bg-rosebrown-300\/100{
  background-color: rgb(192 156 172 / 1) !important;
}
.bg-rosebrown-300\/15{
  background-color: rgb(192 156 172 / 0.15) !important;
}
.bg-rosebrown-300\/20{
  background-color: rgb(192 156 172 / 0.2) !important;
}
.bg-rosebrown-300\/25{
  background-color: rgb(192 156 172 / 0.25) !important;
}
.bg-rosebrown-300\/30{
  background-color: rgb(192 156 172 / 0.3) !important;
}
.bg-rosebrown-300\/35{
  background-color: rgb(192 156 172 / 0.35) !important;
}
.bg-rosebrown-300\/40{
  background-color: rgb(192 156 172 / 0.4) !important;
}
.bg-rosebrown-300\/45{
  background-color: rgb(192 156 172 / 0.45) !important;
}
.bg-rosebrown-300\/5{
  background-color: rgb(192 156 172 / 0.05) !important;
}
.bg-rosebrown-300\/50{
  background-color: rgb(192 156 172 / 0.5) !important;
}
.bg-rosebrown-300\/55{
  background-color: rgb(192 156 172 / 0.55) !important;
}
.bg-rosebrown-300\/60{
  background-color: rgb(192 156 172 / 0.6) !important;
}
.bg-rosebrown-300\/65{
  background-color: rgb(192 156 172 / 0.65) !important;
}
.bg-rosebrown-300\/70{
  background-color: rgb(192 156 172 / 0.7) !important;
}
.bg-rosebrown-300\/75{
  background-color: rgb(192 156 172 / 0.75) !important;
}
.bg-rosebrown-300\/80{
  background-color: rgb(192 156 172 / 0.8) !important;
}
.bg-rosebrown-300\/85{
  background-color: rgb(192 156 172 / 0.85) !important;
}
.bg-rosebrown-300\/90{
  background-color: rgb(192 156 172 / 0.9) !important;
}
.bg-rosebrown-300\/95{
  background-color: rgb(192 156 172 / 0.95) !important;
}
.bg-rosebrown-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 134 155 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-400\/0{
  background-color: rgb(179 134 155 / 0) !important;
}
.bg-rosebrown-400\/10{
  background-color: rgb(179 134 155 / 0.1) !important;
}
.bg-rosebrown-400\/100{
  background-color: rgb(179 134 155 / 1) !important;
}
.bg-rosebrown-400\/15{
  background-color: rgb(179 134 155 / 0.15) !important;
}
.bg-rosebrown-400\/20{
  background-color: rgb(179 134 155 / 0.2) !important;
}
.bg-rosebrown-400\/25{
  background-color: rgb(179 134 155 / 0.25) !important;
}
.bg-rosebrown-400\/30{
  background-color: rgb(179 134 155 / 0.3) !important;
}
.bg-rosebrown-400\/35{
  background-color: rgb(179 134 155 / 0.35) !important;
}
.bg-rosebrown-400\/40{
  background-color: rgb(179 134 155 / 0.4) !important;
}
.bg-rosebrown-400\/45{
  background-color: rgb(179 134 155 / 0.45) !important;
}
.bg-rosebrown-400\/5{
  background-color: rgb(179 134 155 / 0.05) !important;
}
.bg-rosebrown-400\/50{
  background-color: rgb(179 134 155 / 0.5) !important;
}
.bg-rosebrown-400\/55{
  background-color: rgb(179 134 155 / 0.55) !important;
}
.bg-rosebrown-400\/60{
  background-color: rgb(179 134 155 / 0.6) !important;
}
.bg-rosebrown-400\/65{
  background-color: rgb(179 134 155 / 0.65) !important;
}
.bg-rosebrown-400\/70{
  background-color: rgb(179 134 155 / 0.7) !important;
}
.bg-rosebrown-400\/75{
  background-color: rgb(179 134 155 / 0.75) !important;
}
.bg-rosebrown-400\/80{
  background-color: rgb(179 134 155 / 0.8) !important;
}
.bg-rosebrown-400\/85{
  background-color: rgb(179 134 155 / 0.85) !important;
}
.bg-rosebrown-400\/90{
  background-color: rgb(179 134 155 / 0.9) !important;
}
.bg-rosebrown-400\/95{
  background-color: rgb(179 134 155 / 0.95) !important;
}
.bg-rosebrown-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 238 241 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-50\/0{
  background-color: rgb(244 238 241 / 0) !important;
}
.bg-rosebrown-50\/10{
  background-color: rgb(244 238 241 / 0.1) !important;
}
.bg-rosebrown-50\/100{
  background-color: rgb(244 238 241 / 1) !important;
}
.bg-rosebrown-50\/15{
  background-color: rgb(244 238 241 / 0.15) !important;
}
.bg-rosebrown-50\/20{
  background-color: rgb(244 238 241 / 0.2) !important;
}
.bg-rosebrown-50\/25{
  background-color: rgb(244 238 241 / 0.25) !important;
}
.bg-rosebrown-50\/30{
  background-color: rgb(244 238 241 / 0.3) !important;
}
.bg-rosebrown-50\/35{
  background-color: rgb(244 238 241 / 0.35) !important;
}
.bg-rosebrown-50\/40{
  background-color: rgb(244 238 241 / 0.4) !important;
}
.bg-rosebrown-50\/45{
  background-color: rgb(244 238 241 / 0.45) !important;
}
.bg-rosebrown-50\/5{
  background-color: rgb(244 238 241 / 0.05) !important;
}
.bg-rosebrown-50\/50{
  background-color: rgb(244 238 241 / 0.5) !important;
}
.bg-rosebrown-50\/55{
  background-color: rgb(244 238 241 / 0.55) !important;
}
.bg-rosebrown-50\/60{
  background-color: rgb(244 238 241 / 0.6) !important;
}
.bg-rosebrown-50\/65{
  background-color: rgb(244 238 241 / 0.65) !important;
}
.bg-rosebrown-50\/70{
  background-color: rgb(244 238 241 / 0.7) !important;
}
.bg-rosebrown-50\/75{
  background-color: rgb(244 238 241 / 0.75) !important;
}
.bg-rosebrown-50\/80{
  background-color: rgb(244 238 241 / 0.8) !important;
}
.bg-rosebrown-50\/85{
  background-color: rgb(244 238 241 / 0.85) !important;
}
.bg-rosebrown-50\/90{
  background-color: rgb(244 238 241 / 0.9) !important;
}
.bg-rosebrown-50\/95{
  background-color: rgb(244 238 241 / 0.95) !important;
}
.bg-rosebrown-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-500\/0{
  background-color: rgb(165 113 137 / 0) !important;
}
.bg-rosebrown-500\/10{
  background-color: rgb(165 113 137 / 0.1) !important;
}
.bg-rosebrown-500\/100{
  background-color: rgb(165 113 137 / 1) !important;
}
.bg-rosebrown-500\/15{
  background-color: rgb(165 113 137 / 0.15) !important;
}
.bg-rosebrown-500\/20{
  background-color: rgb(165 113 137 / 0.2) !important;
}
.bg-rosebrown-500\/25{
  background-color: rgb(165 113 137 / 0.25) !important;
}
.bg-rosebrown-500\/30{
  background-color: rgb(165 113 137 / 0.3) !important;
}
.bg-rosebrown-500\/35{
  background-color: rgb(165 113 137 / 0.35) !important;
}
.bg-rosebrown-500\/40{
  background-color: rgb(165 113 137 / 0.4) !important;
}
.bg-rosebrown-500\/45{
  background-color: rgb(165 113 137 / 0.45) !important;
}
.bg-rosebrown-500\/5{
  background-color: rgb(165 113 137 / 0.05) !important;
}
.bg-rosebrown-500\/50{
  background-color: rgb(165 113 137 / 0.5) !important;
}
.bg-rosebrown-500\/55{
  background-color: rgb(165 113 137 / 0.55) !important;
}
.bg-rosebrown-500\/60{
  background-color: rgb(165 113 137 / 0.6) !important;
}
.bg-rosebrown-500\/65{
  background-color: rgb(165 113 137 / 0.65) !important;
}
.bg-rosebrown-500\/70{
  background-color: rgb(165 113 137 / 0.7) !important;
}
.bg-rosebrown-500\/75{
  background-color: rgb(165 113 137 / 0.75) !important;
}
.bg-rosebrown-500\/80{
  background-color: rgb(165 113 137 / 0.8) !important;
}
.bg-rosebrown-500\/85{
  background-color: rgb(165 113 137 / 0.85) !important;
}
.bg-rosebrown-500\/90{
  background-color: rgb(165 113 137 / 0.9) !important;
}
.bg-rosebrown-500\/95{
  background-color: rgb(165 113 137 / 0.95) !important;
}
.bg-rosebrown-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 105 129 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-600\/0{
  background-color: rgb(157 105 129 / 0) !important;
}
.bg-rosebrown-600\/10{
  background-color: rgb(157 105 129 / 0.1) !important;
}
.bg-rosebrown-600\/100{
  background-color: rgb(157 105 129 / 1) !important;
}
.bg-rosebrown-600\/15{
  background-color: rgb(157 105 129 / 0.15) !important;
}
.bg-rosebrown-600\/20{
  background-color: rgb(157 105 129 / 0.2) !important;
}
.bg-rosebrown-600\/25{
  background-color: rgb(157 105 129 / 0.25) !important;
}
.bg-rosebrown-600\/30{
  background-color: rgb(157 105 129 / 0.3) !important;
}
.bg-rosebrown-600\/35{
  background-color: rgb(157 105 129 / 0.35) !important;
}
.bg-rosebrown-600\/40{
  background-color: rgb(157 105 129 / 0.4) !important;
}
.bg-rosebrown-600\/45{
  background-color: rgb(157 105 129 / 0.45) !important;
}
.bg-rosebrown-600\/5{
  background-color: rgb(157 105 129 / 0.05) !important;
}
.bg-rosebrown-600\/50{
  background-color: rgb(157 105 129 / 0.5) !important;
}
.bg-rosebrown-600\/55{
  background-color: rgb(157 105 129 / 0.55) !important;
}
.bg-rosebrown-600\/60{
  background-color: rgb(157 105 129 / 0.6) !important;
}
.bg-rosebrown-600\/65{
  background-color: rgb(157 105 129 / 0.65) !important;
}
.bg-rosebrown-600\/70{
  background-color: rgb(157 105 129 / 0.7) !important;
}
.bg-rosebrown-600\/75{
  background-color: rgb(157 105 129 / 0.75) !important;
}
.bg-rosebrown-600\/80{
  background-color: rgb(157 105 129 / 0.8) !important;
}
.bg-rosebrown-600\/85{
  background-color: rgb(157 105 129 / 0.85) !important;
}
.bg-rosebrown-600\/90{
  background-color: rgb(157 105 129 / 0.9) !important;
}
.bg-rosebrown-600\/95{
  background-color: rgb(157 105 129 / 0.95) !important;
}
.bg-rosebrown-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 94 118 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-700\/0{
  background-color: rgb(147 94 118 / 0) !important;
}
.bg-rosebrown-700\/10{
  background-color: rgb(147 94 118 / 0.1) !important;
}
.bg-rosebrown-700\/100{
  background-color: rgb(147 94 118 / 1) !important;
}
.bg-rosebrown-700\/15{
  background-color: rgb(147 94 118 / 0.15) !important;
}
.bg-rosebrown-700\/20{
  background-color: rgb(147 94 118 / 0.2) !important;
}
.bg-rosebrown-700\/25{
  background-color: rgb(147 94 118 / 0.25) !important;
}
.bg-rosebrown-700\/30{
  background-color: rgb(147 94 118 / 0.3) !important;
}
.bg-rosebrown-700\/35{
  background-color: rgb(147 94 118 / 0.35) !important;
}
.bg-rosebrown-700\/40{
  background-color: rgb(147 94 118 / 0.4) !important;
}
.bg-rosebrown-700\/45{
  background-color: rgb(147 94 118 / 0.45) !important;
}
.bg-rosebrown-700\/5{
  background-color: rgb(147 94 118 / 0.05) !important;
}
.bg-rosebrown-700\/50{
  background-color: rgb(147 94 118 / 0.5) !important;
}
.bg-rosebrown-700\/55{
  background-color: rgb(147 94 118 / 0.55) !important;
}
.bg-rosebrown-700\/60{
  background-color: rgb(147 94 118 / 0.6) !important;
}
.bg-rosebrown-700\/65{
  background-color: rgb(147 94 118 / 0.65) !important;
}
.bg-rosebrown-700\/70{
  background-color: rgb(147 94 118 / 0.7) !important;
}
.bg-rosebrown-700\/75{
  background-color: rgb(147 94 118 / 0.75) !important;
}
.bg-rosebrown-700\/80{
  background-color: rgb(147 94 118 / 0.8) !important;
}
.bg-rosebrown-700\/85{
  background-color: rgb(147 94 118 / 0.85) !important;
}
.bg-rosebrown-700\/90{
  background-color: rgb(147 94 118 / 0.9) !important;
}
.bg-rosebrown-700\/95{
  background-color: rgb(147 94 118 / 0.95) !important;
}
.bg-rosebrown-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 84 108 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-800\/0{
  background-color: rgb(138 84 108 / 0) !important;
}
.bg-rosebrown-800\/10{
  background-color: rgb(138 84 108 / 0.1) !important;
}
.bg-rosebrown-800\/100{
  background-color: rgb(138 84 108 / 1) !important;
}
.bg-rosebrown-800\/15{
  background-color: rgb(138 84 108 / 0.15) !important;
}
.bg-rosebrown-800\/20{
  background-color: rgb(138 84 108 / 0.2) !important;
}
.bg-rosebrown-800\/25{
  background-color: rgb(138 84 108 / 0.25) !important;
}
.bg-rosebrown-800\/30{
  background-color: rgb(138 84 108 / 0.3) !important;
}
.bg-rosebrown-800\/35{
  background-color: rgb(138 84 108 / 0.35) !important;
}
.bg-rosebrown-800\/40{
  background-color: rgb(138 84 108 / 0.4) !important;
}
.bg-rosebrown-800\/45{
  background-color: rgb(138 84 108 / 0.45) !important;
}
.bg-rosebrown-800\/5{
  background-color: rgb(138 84 108 / 0.05) !important;
}
.bg-rosebrown-800\/50{
  background-color: rgb(138 84 108 / 0.5) !important;
}
.bg-rosebrown-800\/55{
  background-color: rgb(138 84 108 / 0.55) !important;
}
.bg-rosebrown-800\/60{
  background-color: rgb(138 84 108 / 0.6) !important;
}
.bg-rosebrown-800\/65{
  background-color: rgb(138 84 108 / 0.65) !important;
}
.bg-rosebrown-800\/70{
  background-color: rgb(138 84 108 / 0.7) !important;
}
.bg-rosebrown-800\/75{
  background-color: rgb(138 84 108 / 0.75) !important;
}
.bg-rosebrown-800\/80{
  background-color: rgb(138 84 108 / 0.8) !important;
}
.bg-rosebrown-800\/85{
  background-color: rgb(138 84 108 / 0.85) !important;
}
.bg-rosebrown-800\/90{
  background-color: rgb(138 84 108 / 0.9) !important;
}
.bg-rosebrown-800\/95{
  background-color: rgb(138 84 108 / 0.95) !important;
}
.bg-rosebrown-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(121 66 89 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rosebrown-900\/0{
  background-color: rgb(121 66 89 / 0) !important;
}
.bg-rosebrown-900\/10{
  background-color: rgb(121 66 89 / 0.1) !important;
}
.bg-rosebrown-900\/100{
  background-color: rgb(121 66 89 / 1) !important;
}
.bg-rosebrown-900\/15{
  background-color: rgb(121 66 89 / 0.15) !important;
}
.bg-rosebrown-900\/20{
  background-color: rgb(121 66 89 / 0.2) !important;
}
.bg-rosebrown-900\/25{
  background-color: rgb(121 66 89 / 0.25) !important;
}
.bg-rosebrown-900\/30{
  background-color: rgb(121 66 89 / 0.3) !important;
}
.bg-rosebrown-900\/35{
  background-color: rgb(121 66 89 / 0.35) !important;
}
.bg-rosebrown-900\/40{
  background-color: rgb(121 66 89 / 0.4) !important;
}
.bg-rosebrown-900\/45{
  background-color: rgb(121 66 89 / 0.45) !important;
}
.bg-rosebrown-900\/5{
  background-color: rgb(121 66 89 / 0.05) !important;
}
.bg-rosebrown-900\/50{
  background-color: rgb(121 66 89 / 0.5) !important;
}
.bg-rosebrown-900\/55{
  background-color: rgb(121 66 89 / 0.55) !important;
}
.bg-rosebrown-900\/60{
  background-color: rgb(121 66 89 / 0.6) !important;
}
.bg-rosebrown-900\/65{
  background-color: rgb(121 66 89 / 0.65) !important;
}
.bg-rosebrown-900\/70{
  background-color: rgb(121 66 89 / 0.7) !important;
}
.bg-rosebrown-900\/75{
  background-color: rgb(121 66 89 / 0.75) !important;
}
.bg-rosebrown-900\/80{
  background-color: rgb(121 66 89 / 0.8) !important;
}
.bg-rosebrown-900\/85{
  background-color: rgb(121 66 89 / 0.85) !important;
}
.bg-rosebrown-900\/90{
  background-color: rgb(121 66 89 / 0.9) !important;
}
.bg-rosebrown-900\/95{
  background-color: rgb(121 66 89 / 0.95) !important;
}
.bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 75 97 / var(--tw-bg-opacity, 1)) !important;
}
.bg-secondary\/10{
  background-color: rgb(52 75 97 / 0.1) !important;
}
.bg-secondary\/5{
  background-color: rgb(52 75 97 / 0.05) !important;
}
.bg-subCardColor{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
}
.bg-transparent{
  background-color: transparent !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9) !important;
}
.bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 236 201 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-100\/0{
  background-color: rgb(252 236 201 / 0) !important;
}
.bg-yellow-100\/10{
  background-color: rgb(252 236 201 / 0.1) !important;
}
.bg-yellow-100\/100{
  background-color: rgb(252 236 201 / 1) !important;
}
.bg-yellow-100\/15{
  background-color: rgb(252 236 201 / 0.15) !important;
}
.bg-yellow-100\/20{
  background-color: rgb(252 236 201 / 0.2) !important;
}
.bg-yellow-100\/25{
  background-color: rgb(252 236 201 / 0.25) !important;
}
.bg-yellow-100\/30{
  background-color: rgb(252 236 201 / 0.3) !important;
}
.bg-yellow-100\/35{
  background-color: rgb(252 236 201 / 0.35) !important;
}
.bg-yellow-100\/40{
  background-color: rgb(252 236 201 / 0.4) !important;
}
.bg-yellow-100\/45{
  background-color: rgb(252 236 201 / 0.45) !important;
}
.bg-yellow-100\/5{
  background-color: rgb(252 236 201 / 0.05) !important;
}
.bg-yellow-100\/50{
  background-color: rgb(252 236 201 / 0.5) !important;
}
.bg-yellow-100\/55{
  background-color: rgb(252 236 201 / 0.55) !important;
}
.bg-yellow-100\/60{
  background-color: rgb(252 236 201 / 0.6) !important;
}
.bg-yellow-100\/65{
  background-color: rgb(252 236 201 / 0.65) !important;
}
.bg-yellow-100\/70{
  background-color: rgb(252 236 201 / 0.7) !important;
}
.bg-yellow-100\/75{
  background-color: rgb(252 236 201 / 0.75) !important;
}
.bg-yellow-100\/80{
  background-color: rgb(252 236 201 / 0.8) !important;
}
.bg-yellow-100\/85{
  background-color: rgb(252 236 201 / 0.85) !important;
}
.bg-yellow-100\/90{
  background-color: rgb(252 236 201 / 0.9) !important;
}
.bg-yellow-100\/95{
  background-color: rgb(252 236 201 / 0.95) !important;
}
.bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 214 142 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-200\/0{
  background-color: rgb(249 214 142 / 0) !important;
}
.bg-yellow-200\/10{
  background-color: rgb(249 214 142 / 0.1) !important;
}
.bg-yellow-200\/100{
  background-color: rgb(249 214 142 / 1) !important;
}
.bg-yellow-200\/15{
  background-color: rgb(249 214 142 / 0.15) !important;
}
.bg-yellow-200\/20{
  background-color: rgb(249 214 142 / 0.2) !important;
}
.bg-yellow-200\/25{
  background-color: rgb(249 214 142 / 0.25) !important;
}
.bg-yellow-200\/30{
  background-color: rgb(249 214 142 / 0.3) !important;
}
.bg-yellow-200\/35{
  background-color: rgb(249 214 142 / 0.35) !important;
}
.bg-yellow-200\/40{
  background-color: rgb(249 214 142 / 0.4) !important;
}
.bg-yellow-200\/45{
  background-color: rgb(249 214 142 / 0.45) !important;
}
.bg-yellow-200\/5{
  background-color: rgb(249 214 142 / 0.05) !important;
}
.bg-yellow-200\/50{
  background-color: rgb(249 214 142 / 0.5) !important;
}
.bg-yellow-200\/55{
  background-color: rgb(249 214 142 / 0.55) !important;
}
.bg-yellow-200\/60{
  background-color: rgb(249 214 142 / 0.6) !important;
}
.bg-yellow-200\/65{
  background-color: rgb(249 214 142 / 0.65) !important;
}
.bg-yellow-200\/70{
  background-color: rgb(249 214 142 / 0.7) !important;
}
.bg-yellow-200\/75{
  background-color: rgb(249 214 142 / 0.75) !important;
}
.bg-yellow-200\/80{
  background-color: rgb(249 214 142 / 0.8) !important;
}
.bg-yellow-200\/85{
  background-color: rgb(249 214 142 / 0.85) !important;
}
.bg-yellow-200\/90{
  background-color: rgb(249 214 142 / 0.9) !important;
}
.bg-yellow-200\/95{
  background-color: rgb(249 214 142 / 0.95) !important;
}
.bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-300\/0{
  background-color: rgb(245 181 68 / 0) !important;
}
.bg-yellow-300\/10{
  background-color: rgb(245 181 68 / 0.1) !important;
}
.bg-yellow-300\/100{
  background-color: rgb(245 181 68 / 1) !important;
}
.bg-yellow-300\/15{
  background-color: rgb(245 181 68 / 0.15) !important;
}
.bg-yellow-300\/20{
  background-color: rgb(245 181 68 / 0.2) !important;
}
.bg-yellow-300\/25{
  background-color: rgb(245 181 68 / 0.25) !important;
}
.bg-yellow-300\/30{
  background-color: rgb(245 181 68 / 0.3) !important;
}
.bg-yellow-300\/35{
  background-color: rgb(245 181 68 / 0.35) !important;
}
.bg-yellow-300\/40{
  background-color: rgb(245 181 68 / 0.4) !important;
}
.bg-yellow-300\/45{
  background-color: rgb(245 181 68 / 0.45) !important;
}
.bg-yellow-300\/5{
  background-color: rgb(245 181 68 / 0.05) !important;
}
.bg-yellow-300\/50{
  background-color: rgb(245 181 68 / 0.5) !important;
}
.bg-yellow-300\/55{
  background-color: rgb(245 181 68 / 0.55) !important;
}
.bg-yellow-300\/60{
  background-color: rgb(245 181 68 / 0.6) !important;
}
.bg-yellow-300\/65{
  background-color: rgb(245 181 68 / 0.65) !important;
}
.bg-yellow-300\/70{
  background-color: rgb(245 181 68 / 0.7) !important;
}
.bg-yellow-300\/75{
  background-color: rgb(245 181 68 / 0.75) !important;
}
.bg-yellow-300\/80{
  background-color: rgb(245 181 68 / 0.8) !important;
}
.bg-yellow-300\/85{
  background-color: rgb(245 181 68 / 0.85) !important;
}
.bg-yellow-300\/90{
  background-color: rgb(245 181 68 / 0.9) !important;
}
.bg-yellow-300\/95{
  background-color: rgb(245 181 68 / 0.95) !important;
}
.bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 163 44 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-400\/0{
  background-color: rgb(243 163 44 / 0) !important;
}
.bg-yellow-400\/10{
  background-color: rgb(243 163 44 / 0.1) !important;
}
.bg-yellow-400\/100{
  background-color: rgb(243 163 44 / 1) !important;
}
.bg-yellow-400\/15{
  background-color: rgb(243 163 44 / 0.15) !important;
}
.bg-yellow-400\/20{
  background-color: rgb(243 163 44 / 0.2) !important;
}
.bg-yellow-400\/25{
  background-color: rgb(243 163 44 / 0.25) !important;
}
.bg-yellow-400\/30{
  background-color: rgb(243 163 44 / 0.3) !important;
}
.bg-yellow-400\/35{
  background-color: rgb(243 163 44 / 0.35) !important;
}
.bg-yellow-400\/40{
  background-color: rgb(243 163 44 / 0.4) !important;
}
.bg-yellow-400\/45{
  background-color: rgb(243 163 44 / 0.45) !important;
}
.bg-yellow-400\/5{
  background-color: rgb(243 163 44 / 0.05) !important;
}
.bg-yellow-400\/50{
  background-color: rgb(243 163 44 / 0.5) !important;
}
.bg-yellow-400\/55{
  background-color: rgb(243 163 44 / 0.55) !important;
}
.bg-yellow-400\/60{
  background-color: rgb(243 163 44 / 0.6) !important;
}
.bg-yellow-400\/65{
  background-color: rgb(243 163 44 / 0.65) !important;
}
.bg-yellow-400\/70{
  background-color: rgb(243 163 44 / 0.7) !important;
}
.bg-yellow-400\/75{
  background-color: rgb(243 163 44 / 0.75) !important;
}
.bg-yellow-400\/80{
  background-color: rgb(243 163 44 / 0.8) !important;
}
.bg-yellow-400\/85{
  background-color: rgb(243 163 44 / 0.85) !important;
}
.bg-yellow-400\/90{
  background-color: rgb(243 163 44 / 0.9) !important;
}
.bg-yellow-400\/95{
  background-color: rgb(243 163 44 / 0.95) !important;
}
.bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 236 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-50\/0{
  background-color: rgb(254 249 236 / 0) !important;
}
.bg-yellow-50\/10{
  background-color: rgb(254 249 236 / 0.1) !important;
}
.bg-yellow-50\/100{
  background-color: rgb(254 249 236 / 1) !important;
}
.bg-yellow-50\/15{
  background-color: rgb(254 249 236 / 0.15) !important;
}
.bg-yellow-50\/20{
  background-color: rgb(254 249 236 / 0.2) !important;
}
.bg-yellow-50\/25{
  background-color: rgb(254 249 236 / 0.25) !important;
}
.bg-yellow-50\/30{
  background-color: rgb(254 249 236 / 0.3) !important;
}
.bg-yellow-50\/35{
  background-color: rgb(254 249 236 / 0.35) !important;
}
.bg-yellow-50\/40{
  background-color: rgb(254 249 236 / 0.4) !important;
}
.bg-yellow-50\/45{
  background-color: rgb(254 249 236 / 0.45) !important;
}
.bg-yellow-50\/5{
  background-color: rgb(254 249 236 / 0.05) !important;
}
.bg-yellow-50\/50{
  background-color: rgb(254 249 236 / 0.5) !important;
}
.bg-yellow-50\/55{
  background-color: rgb(254 249 236 / 0.55) !important;
}
.bg-yellow-50\/60{
  background-color: rgb(254 249 236 / 0.6) !important;
}
.bg-yellow-50\/65{
  background-color: rgb(254 249 236 / 0.65) !important;
}
.bg-yellow-50\/70{
  background-color: rgb(254 249 236 / 0.7) !important;
}
.bg-yellow-50\/75{
  background-color: rgb(254 249 236 / 0.75) !important;
}
.bg-yellow-50\/80{
  background-color: rgb(254 249 236 / 0.8) !important;
}
.bg-yellow-50\/85{
  background-color: rgb(254 249 236 / 0.85) !important;
}
.bg-yellow-50\/90{
  background-color: rgb(254 249 236 / 0.9) !important;
}
.bg-yellow-50\/95{
  background-color: rgb(254 249 236 / 0.95) !important;
}
.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-500\/0{
  background-color: rgb(245 181 68 / 0) !important;
}
.bg-yellow-500\/10{
  background-color: rgb(245 181 68 / 0.1) !important;
}
.bg-yellow-500\/100{
  background-color: rgb(245 181 68 / 1) !important;
}
.bg-yellow-500\/15{
  background-color: rgb(245 181 68 / 0.15) !important;
}
.bg-yellow-500\/20{
  background-color: rgb(245 181 68 / 0.2) !important;
}
.bg-yellow-500\/25{
  background-color: rgb(245 181 68 / 0.25) !important;
}
.bg-yellow-500\/30{
  background-color: rgb(245 181 68 / 0.3) !important;
}
.bg-yellow-500\/35{
  background-color: rgb(245 181 68 / 0.35) !important;
}
.bg-yellow-500\/40{
  background-color: rgb(245 181 68 / 0.4) !important;
}
.bg-yellow-500\/45{
  background-color: rgb(245 181 68 / 0.45) !important;
}
.bg-yellow-500\/5{
  background-color: rgb(245 181 68 / 0.05) !important;
}
.bg-yellow-500\/50{
  background-color: rgb(245 181 68 / 0.5) !important;
}
.bg-yellow-500\/55{
  background-color: rgb(245 181 68 / 0.55) !important;
}
.bg-yellow-500\/60{
  background-color: rgb(245 181 68 / 0.6) !important;
}
.bg-yellow-500\/65{
  background-color: rgb(245 181 68 / 0.65) !important;
}
.bg-yellow-500\/70{
  background-color: rgb(245 181 68 / 0.7) !important;
}
.bg-yellow-500\/75{
  background-color: rgb(245 181 68 / 0.75) !important;
}
.bg-yellow-500\/80{
  background-color: rgb(245 181 68 / 0.8) !important;
}
.bg-yellow-500\/85{
  background-color: rgb(245 181 68 / 0.85) !important;
}
.bg-yellow-500\/90{
  background-color: rgb(245 181 68 / 0.9) !important;
}
.bg-yellow-500\/95{
  background-color: rgb(245 181 68 / 0.95) !important;
}
.bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 93 13 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-600\/0{
  background-color: rgb(210 93 13 / 0) !important;
}
.bg-yellow-600\/10{
  background-color: rgb(210 93 13 / 0.1) !important;
}
.bg-yellow-600\/100{
  background-color: rgb(210 93 13 / 1) !important;
}
.bg-yellow-600\/15{
  background-color: rgb(210 93 13 / 0.15) !important;
}
.bg-yellow-600\/20{
  background-color: rgb(210 93 13 / 0.2) !important;
}
.bg-yellow-600\/25{
  background-color: rgb(210 93 13 / 0.25) !important;
}
.bg-yellow-600\/30{
  background-color: rgb(210 93 13 / 0.3) !important;
}
.bg-yellow-600\/35{
  background-color: rgb(210 93 13 / 0.35) !important;
}
.bg-yellow-600\/40{
  background-color: rgb(210 93 13 / 0.4) !important;
}
.bg-yellow-600\/45{
  background-color: rgb(210 93 13 / 0.45) !important;
}
.bg-yellow-600\/5{
  background-color: rgb(210 93 13 / 0.05) !important;
}
.bg-yellow-600\/50{
  background-color: rgb(210 93 13 / 0.5) !important;
}
.bg-yellow-600\/55{
  background-color: rgb(210 93 13 / 0.55) !important;
}
.bg-yellow-600\/60{
  background-color: rgb(210 93 13 / 0.6) !important;
}
.bg-yellow-600\/65{
  background-color: rgb(210 93 13 / 0.65) !important;
}
.bg-yellow-600\/70{
  background-color: rgb(210 93 13 / 0.7) !important;
}
.bg-yellow-600\/75{
  background-color: rgb(210 93 13 / 0.75) !important;
}
.bg-yellow-600\/80{
  background-color: rgb(210 93 13 / 0.8) !important;
}
.bg-yellow-600\/85{
  background-color: rgb(210 93 13 / 0.85) !important;
}
.bg-yellow-600\/90{
  background-color: rgb(210 93 13 / 0.9) !important;
}
.bg-yellow-600\/95{
  background-color: rgb(210 93 13 / 0.95) !important;
}
.bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(174 64 15 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-700\/0{
  background-color: rgb(174 64 15 / 0) !important;
}
.bg-yellow-700\/10{
  background-color: rgb(174 64 15 / 0.1) !important;
}
.bg-yellow-700\/100{
  background-color: rgb(174 64 15 / 1) !important;
}
.bg-yellow-700\/15{
  background-color: rgb(174 64 15 / 0.15) !important;
}
.bg-yellow-700\/20{
  background-color: rgb(174 64 15 / 0.2) !important;
}
.bg-yellow-700\/25{
  background-color: rgb(174 64 15 / 0.25) !important;
}
.bg-yellow-700\/30{
  background-color: rgb(174 64 15 / 0.3) !important;
}
.bg-yellow-700\/35{
  background-color: rgb(174 64 15 / 0.35) !important;
}
.bg-yellow-700\/40{
  background-color: rgb(174 64 15 / 0.4) !important;
}
.bg-yellow-700\/45{
  background-color: rgb(174 64 15 / 0.45) !important;
}
.bg-yellow-700\/5{
  background-color: rgb(174 64 15 / 0.05) !important;
}
.bg-yellow-700\/50{
  background-color: rgb(174 64 15 / 0.5) !important;
}
.bg-yellow-700\/55{
  background-color: rgb(174 64 15 / 0.55) !important;
}
.bg-yellow-700\/60{
  background-color: rgb(174 64 15 / 0.6) !important;
}
.bg-yellow-700\/65{
  background-color: rgb(174 64 15 / 0.65) !important;
}
.bg-yellow-700\/70{
  background-color: rgb(174 64 15 / 0.7) !important;
}
.bg-yellow-700\/75{
  background-color: rgb(174 64 15 / 0.75) !important;
}
.bg-yellow-700\/80{
  background-color: rgb(174 64 15 / 0.8) !important;
}
.bg-yellow-700\/85{
  background-color: rgb(174 64 15 / 0.85) !important;
}
.bg-yellow-700\/90{
  background-color: rgb(174 64 15 / 0.9) !important;
}
.bg-yellow-700\/95{
  background-color: rgb(174 64 15 / 0.95) !important;
}
.bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(141 49 19 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-800\/0{
  background-color: rgb(141 49 19 / 0) !important;
}
.bg-yellow-800\/10{
  background-color: rgb(141 49 19 / 0.1) !important;
}
.bg-yellow-800\/100{
  background-color: rgb(141 49 19 / 1) !important;
}
.bg-yellow-800\/15{
  background-color: rgb(141 49 19 / 0.15) !important;
}
.bg-yellow-800\/20{
  background-color: rgb(141 49 19 / 0.2) !important;
}
.bg-yellow-800\/25{
  background-color: rgb(141 49 19 / 0.25) !important;
}
.bg-yellow-800\/30{
  background-color: rgb(141 49 19 / 0.3) !important;
}
.bg-yellow-800\/35{
  background-color: rgb(141 49 19 / 0.35) !important;
}
.bg-yellow-800\/40{
  background-color: rgb(141 49 19 / 0.4) !important;
}
.bg-yellow-800\/45{
  background-color: rgb(141 49 19 / 0.45) !important;
}
.bg-yellow-800\/5{
  background-color: rgb(141 49 19 / 0.05) !important;
}
.bg-yellow-800\/50{
  background-color: rgb(141 49 19 / 0.5) !important;
}
.bg-yellow-800\/55{
  background-color: rgb(141 49 19 / 0.55) !important;
}
.bg-yellow-800\/60{
  background-color: rgb(141 49 19 / 0.6) !important;
}
.bg-yellow-800\/65{
  background-color: rgb(141 49 19 / 0.65) !important;
}
.bg-yellow-800\/70{
  background-color: rgb(141 49 19 / 0.7) !important;
}
.bg-yellow-800\/75{
  background-color: rgb(141 49 19 / 0.75) !important;
}
.bg-yellow-800\/80{
  background-color: rgb(141 49 19 / 0.8) !important;
}
.bg-yellow-800\/85{
  background-color: rgb(141 49 19 / 0.85) !important;
}
.bg-yellow-800\/90{
  background-color: rgb(141 49 19 / 0.9) !important;
}
.bg-yellow-800\/95{
  background-color: rgb(141 49 19 / 0.95) !important;
}
.bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 42 19 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-900\/0{
  background-color: rgb(116 42 19 / 0) !important;
}
.bg-yellow-900\/10{
  background-color: rgb(116 42 19 / 0.1) !important;
}
.bg-yellow-900\/100{
  background-color: rgb(116 42 19 / 1) !important;
}
.bg-yellow-900\/15{
  background-color: rgb(116 42 19 / 0.15) !important;
}
.bg-yellow-900\/20{
  background-color: rgb(116 42 19 / 0.2) !important;
}
.bg-yellow-900\/25{
  background-color: rgb(116 42 19 / 0.25) !important;
}
.bg-yellow-900\/30{
  background-color: rgb(116 42 19 / 0.3) !important;
}
.bg-yellow-900\/35{
  background-color: rgb(116 42 19 / 0.35) !important;
}
.bg-yellow-900\/40{
  background-color: rgb(116 42 19 / 0.4) !important;
}
.bg-yellow-900\/45{
  background-color: rgb(116 42 19 / 0.45) !important;
}
.bg-yellow-900\/5{
  background-color: rgb(116 42 19 / 0.05) !important;
}
.bg-yellow-900\/50{
  background-color: rgb(116 42 19 / 0.5) !important;
}
.bg-yellow-900\/55{
  background-color: rgb(116 42 19 / 0.55) !important;
}
.bg-yellow-900\/60{
  background-color: rgb(116 42 19 / 0.6) !important;
}
.bg-yellow-900\/65{
  background-color: rgb(116 42 19 / 0.65) !important;
}
.bg-yellow-900\/70{
  background-color: rgb(116 42 19 / 0.7) !important;
}
.bg-yellow-900\/75{
  background-color: rgb(116 42 19 / 0.75) !important;
}
.bg-yellow-900\/80{
  background-color: rgb(116 42 19 / 0.8) !important;
}
.bg-yellow-900\/85{
  background-color: rgb(116 42 19 / 0.85) !important;
}
.bg-yellow-900\/90{
  background-color: rgb(116 42 19 / 0.9) !important;
}
.bg-yellow-900\/95{
  background-color: rgb(116 42 19 / 0.95) !important;
}
.bg-yellow-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 19 5 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-950\/0{
  background-color: rgb(67 19 5 / 0) !important;
}
.bg-yellow-950\/10{
  background-color: rgb(67 19 5 / 0.1) !important;
}
.bg-yellow-950\/100{
  background-color: rgb(67 19 5 / 1) !important;
}
.bg-yellow-950\/15{
  background-color: rgb(67 19 5 / 0.15) !important;
}
.bg-yellow-950\/20{
  background-color: rgb(67 19 5 / 0.2) !important;
}
.bg-yellow-950\/25{
  background-color: rgb(67 19 5 / 0.25) !important;
}
.bg-yellow-950\/30{
  background-color: rgb(67 19 5 / 0.3) !important;
}
.bg-yellow-950\/35{
  background-color: rgb(67 19 5 / 0.35) !important;
}
.bg-yellow-950\/40{
  background-color: rgb(67 19 5 / 0.4) !important;
}
.bg-yellow-950\/45{
  background-color: rgb(67 19 5 / 0.45) !important;
}
.bg-yellow-950\/5{
  background-color: rgb(67 19 5 / 0.05) !important;
}
.bg-yellow-950\/50{
  background-color: rgb(67 19 5 / 0.5) !important;
}
.bg-yellow-950\/55{
  background-color: rgb(67 19 5 / 0.55) !important;
}
.bg-yellow-950\/60{
  background-color: rgb(67 19 5 / 0.6) !important;
}
.bg-yellow-950\/65{
  background-color: rgb(67 19 5 / 0.65) !important;
}
.bg-yellow-950\/70{
  background-color: rgb(67 19 5 / 0.7) !important;
}
.bg-yellow-950\/75{
  background-color: rgb(67 19 5 / 0.75) !important;
}
.bg-yellow-950\/80{
  background-color: rgb(67 19 5 / 0.8) !important;
}
.bg-yellow-950\/85{
  background-color: rgb(67 19 5 / 0.85) !important;
}
.bg-yellow-950\/90{
  background-color: rgb(67 19 5 / 0.9) !important;
}
.bg-yellow-950\/95{
  background-color: rgb(67 19 5 / 0.95) !important;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-\[0\.2\]{
  --tw-bg-opacity: 0.2 !important;
}
.bg-\[url\(\/assets\/images\/button-bg\.png\)\]{
  background-image: url(/assets/images/button-bg.png) !important;
}
.bg-\[url\(src\/assets\/icons\/new\/pdf\.svg\)\]{
  background-image: url('pdf.svg') !important;
}
.bg-\[url\(src\/assets\/images\/gallery-icon\.svg\)\]{
  background-image: url('gallery-icon.svg') !important;
}
.bg-\[url\(src\/assets\/images\/section-edit-placeholder-light\.svg\)\]{
  background-image: url('section-edit-placeholder-light.svg') !important;
}
.from-lime-100{
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/0{
  --tw-gradient-from: rgb(236 252 203 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/10{
  --tw-gradient-from: rgb(236 252 203 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/100{
  --tw-gradient-from: rgb(236 252 203 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/15{
  --tw-gradient-from: rgb(236 252 203 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/20{
  --tw-gradient-from: rgb(236 252 203 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/25{
  --tw-gradient-from: rgb(236 252 203 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/30{
  --tw-gradient-from: rgb(236 252 203 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/35{
  --tw-gradient-from: rgb(236 252 203 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/40{
  --tw-gradient-from: rgb(236 252 203 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/45{
  --tw-gradient-from: rgb(236 252 203 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/5{
  --tw-gradient-from: rgb(236 252 203 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/50{
  --tw-gradient-from: rgb(236 252 203 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/55{
  --tw-gradient-from: rgb(236 252 203 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/60{
  --tw-gradient-from: rgb(236 252 203 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/65{
  --tw-gradient-from: rgb(236 252 203 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/70{
  --tw-gradient-from: rgb(236 252 203 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/75{
  --tw-gradient-from: rgb(236 252 203 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/80{
  --tw-gradient-from: rgb(236 252 203 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/85{
  --tw-gradient-from: rgb(236 252 203 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/90{
  --tw-gradient-from: rgb(236 252 203 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-100\/95{
  --tw-gradient-from: rgb(236 252 203 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200{
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/0{
  --tw-gradient-from: rgb(217 249 157 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/10{
  --tw-gradient-from: rgb(217 249 157 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/100{
  --tw-gradient-from: rgb(217 249 157 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/15{
  --tw-gradient-from: rgb(217 249 157 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/20{
  --tw-gradient-from: rgb(217 249 157 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/25{
  --tw-gradient-from: rgb(217 249 157 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/30{
  --tw-gradient-from: rgb(217 249 157 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/35{
  --tw-gradient-from: rgb(217 249 157 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/40{
  --tw-gradient-from: rgb(217 249 157 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/45{
  --tw-gradient-from: rgb(217 249 157 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/5{
  --tw-gradient-from: rgb(217 249 157 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/50{
  --tw-gradient-from: rgb(217 249 157 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/55{
  --tw-gradient-from: rgb(217 249 157 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/60{
  --tw-gradient-from: rgb(217 249 157 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/65{
  --tw-gradient-from: rgb(217 249 157 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/70{
  --tw-gradient-from: rgb(217 249 157 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/75{
  --tw-gradient-from: rgb(217 249 157 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/80{
  --tw-gradient-from: rgb(217 249 157 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/85{
  --tw-gradient-from: rgb(217 249 157 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/90{
  --tw-gradient-from: rgb(217 249 157 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-200\/95{
  --tw-gradient-from: rgb(217 249 157 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400{
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/0{
  --tw-gradient-from: rgb(163 230 53 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/10{
  --tw-gradient-from: rgb(163 230 53 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/100{
  --tw-gradient-from: rgb(163 230 53 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/15{
  --tw-gradient-from: rgb(163 230 53 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/20{
  --tw-gradient-from: rgb(163 230 53 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/25{
  --tw-gradient-from: rgb(163 230 53 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/30{
  --tw-gradient-from: rgb(163 230 53 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/35{
  --tw-gradient-from: rgb(163 230 53 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/40{
  --tw-gradient-from: rgb(163 230 53 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/45{
  --tw-gradient-from: rgb(163 230 53 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/5{
  --tw-gradient-from: rgb(163 230 53 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/50{
  --tw-gradient-from: rgb(163 230 53 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/55{
  --tw-gradient-from: rgb(163 230 53 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/60{
  --tw-gradient-from: rgb(163 230 53 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/65{
  --tw-gradient-from: rgb(163 230 53 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/70{
  --tw-gradient-from: rgb(163 230 53 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/75{
  --tw-gradient-from: rgb(163 230 53 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/80{
  --tw-gradient-from: rgb(163 230 53 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/85{
  --tw-gradient-from: rgb(163 230 53 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/90{
  --tw-gradient-from: rgb(163 230 53 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-400\/95{
  --tw-gradient-from: rgb(163 230 53 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600{
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/0{
  --tw-gradient-from: rgb(101 163 13 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/10{
  --tw-gradient-from: rgb(101 163 13 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/100{
  --tw-gradient-from: rgb(101 163 13 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/15{
  --tw-gradient-from: rgb(101 163 13 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/20{
  --tw-gradient-from: rgb(101 163 13 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/25{
  --tw-gradient-from: rgb(101 163 13 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/30{
  --tw-gradient-from: rgb(101 163 13 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/35{
  --tw-gradient-from: rgb(101 163 13 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/40{
  --tw-gradient-from: rgb(101 163 13 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/45{
  --tw-gradient-from: rgb(101 163 13 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/5{
  --tw-gradient-from: rgb(101 163 13 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/50{
  --tw-gradient-from: rgb(101 163 13 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/55{
  --tw-gradient-from: rgb(101 163 13 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/60{
  --tw-gradient-from: rgb(101 163 13 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/65{
  --tw-gradient-from: rgb(101 163 13 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/70{
  --tw-gradient-from: rgb(101 163 13 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/75{
  --tw-gradient-from: rgb(101 163 13 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/80{
  --tw-gradient-from: rgb(101 163 13 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/85{
  --tw-gradient-from: rgb(101 163 13 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/90{
  --tw-gradient-from: rgb(101 163 13 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-600\/95{
  --tw-gradient-from: rgb(101 163 13 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800{
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/0{
  --tw-gradient-from: rgb(63 98 18 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/10{
  --tw-gradient-from: rgb(63 98 18 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/100{
  --tw-gradient-from: rgb(63 98 18 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/15{
  --tw-gradient-from: rgb(63 98 18 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/20{
  --tw-gradient-from: rgb(63 98 18 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/25{
  --tw-gradient-from: rgb(63 98 18 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/30{
  --tw-gradient-from: rgb(63 98 18 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/35{
  --tw-gradient-from: rgb(63 98 18 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/40{
  --tw-gradient-from: rgb(63 98 18 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/45{
  --tw-gradient-from: rgb(63 98 18 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/5{
  --tw-gradient-from: rgb(63 98 18 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/50{
  --tw-gradient-from: rgb(63 98 18 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/55{
  --tw-gradient-from: rgb(63 98 18 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/60{
  --tw-gradient-from: rgb(63 98 18 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/65{
  --tw-gradient-from: rgb(63 98 18 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/70{
  --tw-gradient-from: rgb(63 98 18 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/75{
  --tw-gradient-from: rgb(63 98 18 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/80{
  --tw-gradient-from: rgb(63 98 18 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/85{
  --tw-gradient-from: rgb(63 98 18 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/90{
  --tw-gradient-from: rgb(63 98 18 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-lime-800\/95{
  --tw-gradient-from: rgb(63 98 18 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-lime-100{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/0{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/10{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/100{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/15{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/20{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/25{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/30{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/35{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/40{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/45{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/5{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/50{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/55{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/60{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/65{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/70{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/75{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/80{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/85{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/90{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-100\/95{
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/0{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/10{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/100{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/15{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/20{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/25{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/30{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/35{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/40{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/45{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/5{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/50{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/55{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/60{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/65{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/70{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/75{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/80{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/85{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/90{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-200\/95{
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/0{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/10{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/100{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/15{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/20{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/25{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/30{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/35{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/40{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/45{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/5{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/50{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/55{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/60{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/65{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/70{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/75{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/80{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/85{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/90{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-400\/95{
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/0{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/10{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/100{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/15{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/20{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/25{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/30{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/35{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/40{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/45{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/5{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/50{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/55{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/60{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/65{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/70{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/75{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/80{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/85{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/90{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-600\/95{
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/0{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/10{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/100{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/15{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/20{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/25{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/30{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/35{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/40{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/45{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/5{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/50{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/55{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/60{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/65{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/70{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/75{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/80{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/85{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/90{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-lime-800\/95{
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.to-lime-100{
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position) !important;
}
.to-lime-100\/0{
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/10{
  --tw-gradient-to: rgb(236 252 203 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/100{
  --tw-gradient-to: rgb(236 252 203 / 1) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/15{
  --tw-gradient-to: rgb(236 252 203 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/20{
  --tw-gradient-to: rgb(236 252 203 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/25{
  --tw-gradient-to: rgb(236 252 203 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/30{
  --tw-gradient-to: rgb(236 252 203 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/35{
  --tw-gradient-to: rgb(236 252 203 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/40{
  --tw-gradient-to: rgb(236 252 203 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/45{
  --tw-gradient-to: rgb(236 252 203 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/5{
  --tw-gradient-to: rgb(236 252 203 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/50{
  --tw-gradient-to: rgb(236 252 203 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/55{
  --tw-gradient-to: rgb(236 252 203 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/60{
  --tw-gradient-to: rgb(236 252 203 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/65{
  --tw-gradient-to: rgb(236 252 203 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/70{
  --tw-gradient-to: rgb(236 252 203 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/75{
  --tw-gradient-to: rgb(236 252 203 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/80{
  --tw-gradient-to: rgb(236 252 203 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/85{
  --tw-gradient-to: rgb(236 252 203 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/90{
  --tw-gradient-to: rgb(236 252 203 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-lime-100\/95{
  --tw-gradient-to: rgb(236 252 203 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-lime-200{
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position) !important;
}
.to-lime-200\/0{
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/10{
  --tw-gradient-to: rgb(217 249 157 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/100{
  --tw-gradient-to: rgb(217 249 157 / 1) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/15{
  --tw-gradient-to: rgb(217 249 157 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/20{
  --tw-gradient-to: rgb(217 249 157 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/25{
  --tw-gradient-to: rgb(217 249 157 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/30{
  --tw-gradient-to: rgb(217 249 157 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/35{
  --tw-gradient-to: rgb(217 249 157 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/40{
  --tw-gradient-to: rgb(217 249 157 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/45{
  --tw-gradient-to: rgb(217 249 157 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/5{
  --tw-gradient-to: rgb(217 249 157 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/50{
  --tw-gradient-to: rgb(217 249 157 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/55{
  --tw-gradient-to: rgb(217 249 157 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/60{
  --tw-gradient-to: rgb(217 249 157 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/65{
  --tw-gradient-to: rgb(217 249 157 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/70{
  --tw-gradient-to: rgb(217 249 157 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/75{
  --tw-gradient-to: rgb(217 249 157 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/80{
  --tw-gradient-to: rgb(217 249 157 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/85{
  --tw-gradient-to: rgb(217 249 157 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/90{
  --tw-gradient-to: rgb(217 249 157 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-lime-200\/95{
  --tw-gradient-to: rgb(217 249 157 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-lime-400{
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position) !important;
}
.to-lime-400\/0{
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/10{
  --tw-gradient-to: rgb(163 230 53 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/100{
  --tw-gradient-to: rgb(163 230 53 / 1) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/15{
  --tw-gradient-to: rgb(163 230 53 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/20{
  --tw-gradient-to: rgb(163 230 53 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/25{
  --tw-gradient-to: rgb(163 230 53 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/30{
  --tw-gradient-to: rgb(163 230 53 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/35{
  --tw-gradient-to: rgb(163 230 53 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/40{
  --tw-gradient-to: rgb(163 230 53 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/45{
  --tw-gradient-to: rgb(163 230 53 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/5{
  --tw-gradient-to: rgb(163 230 53 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/50{
  --tw-gradient-to: rgb(163 230 53 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/55{
  --tw-gradient-to: rgb(163 230 53 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/60{
  --tw-gradient-to: rgb(163 230 53 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/65{
  --tw-gradient-to: rgb(163 230 53 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/70{
  --tw-gradient-to: rgb(163 230 53 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/75{
  --tw-gradient-to: rgb(163 230 53 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/80{
  --tw-gradient-to: rgb(163 230 53 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/85{
  --tw-gradient-to: rgb(163 230 53 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/90{
  --tw-gradient-to: rgb(163 230 53 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-lime-400\/95{
  --tw-gradient-to: rgb(163 230 53 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-lime-600{
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position) !important;
}
.to-lime-600\/0{
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/10{
  --tw-gradient-to: rgb(101 163 13 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/100{
  --tw-gradient-to: rgb(101 163 13 / 1) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/15{
  --tw-gradient-to: rgb(101 163 13 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/20{
  --tw-gradient-to: rgb(101 163 13 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/25{
  --tw-gradient-to: rgb(101 163 13 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/30{
  --tw-gradient-to: rgb(101 163 13 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/35{
  --tw-gradient-to: rgb(101 163 13 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/40{
  --tw-gradient-to: rgb(101 163 13 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/45{
  --tw-gradient-to: rgb(101 163 13 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/5{
  --tw-gradient-to: rgb(101 163 13 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/50{
  --tw-gradient-to: rgb(101 163 13 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/55{
  --tw-gradient-to: rgb(101 163 13 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/60{
  --tw-gradient-to: rgb(101 163 13 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/65{
  --tw-gradient-to: rgb(101 163 13 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/70{
  --tw-gradient-to: rgb(101 163 13 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/75{
  --tw-gradient-to: rgb(101 163 13 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/80{
  --tw-gradient-to: rgb(101 163 13 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/85{
  --tw-gradient-to: rgb(101 163 13 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/90{
  --tw-gradient-to: rgb(101 163 13 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-lime-600\/95{
  --tw-gradient-to: rgb(101 163 13 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-lime-800{
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position) !important;
}
.to-lime-800\/0{
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/10{
  --tw-gradient-to: rgb(63 98 18 / 0.1) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/100{
  --tw-gradient-to: rgb(63 98 18 / 1) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/15{
  --tw-gradient-to: rgb(63 98 18 / 0.15) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/20{
  --tw-gradient-to: rgb(63 98 18 / 0.2) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/25{
  --tw-gradient-to: rgb(63 98 18 / 0.25) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/30{
  --tw-gradient-to: rgb(63 98 18 / 0.3) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/35{
  --tw-gradient-to: rgb(63 98 18 / 0.35) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/40{
  --tw-gradient-to: rgb(63 98 18 / 0.4) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/45{
  --tw-gradient-to: rgb(63 98 18 / 0.45) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/5{
  --tw-gradient-to: rgb(63 98 18 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/50{
  --tw-gradient-to: rgb(63 98 18 / 0.5) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/55{
  --tw-gradient-to: rgb(63 98 18 / 0.55) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/60{
  --tw-gradient-to: rgb(63 98 18 / 0.6) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/65{
  --tw-gradient-to: rgb(63 98 18 / 0.65) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/70{
  --tw-gradient-to: rgb(63 98 18 / 0.7) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/75{
  --tw-gradient-to: rgb(63 98 18 / 0.75) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/80{
  --tw-gradient-to: rgb(63 98 18 / 0.8) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/85{
  --tw-gradient-to: rgb(63 98 18 / 0.85) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/90{
  --tw-gradient-to: rgb(63 98 18 / 0.9) var(--tw-gradient-to-position) !important;
}
.to-lime-800\/95{
  --tw-gradient-to: rgb(63 98 18 / 0.95) var(--tw-gradient-to-position) !important;
}
.bg-cover{
  background-size: cover !important;
}
.bg-center{
  background-position: center !important;
}
.fill-lime-100{
  fill: #ecfccb !important;
}
.fill-lime-100\/0{
  fill: rgb(236 252 203 / 0) !important;
}
.fill-lime-100\/10{
  fill: rgb(236 252 203 / 0.1) !important;
}
.fill-lime-100\/100{
  fill: rgb(236 252 203 / 1) !important;
}
.fill-lime-100\/15{
  fill: rgb(236 252 203 / 0.15) !important;
}
.fill-lime-100\/20{
  fill: rgb(236 252 203 / 0.2) !important;
}
.fill-lime-100\/25{
  fill: rgb(236 252 203 / 0.25) !important;
}
.fill-lime-100\/30{
  fill: rgb(236 252 203 / 0.3) !important;
}
.fill-lime-100\/35{
  fill: rgb(236 252 203 / 0.35) !important;
}
.fill-lime-100\/40{
  fill: rgb(236 252 203 / 0.4) !important;
}
.fill-lime-100\/45{
  fill: rgb(236 252 203 / 0.45) !important;
}
.fill-lime-100\/5{
  fill: rgb(236 252 203 / 0.05) !important;
}
.fill-lime-100\/50{
  fill: rgb(236 252 203 / 0.5) !important;
}
.fill-lime-100\/55{
  fill: rgb(236 252 203 / 0.55) !important;
}
.fill-lime-100\/60{
  fill: rgb(236 252 203 / 0.6) !important;
}
.fill-lime-100\/65{
  fill: rgb(236 252 203 / 0.65) !important;
}
.fill-lime-100\/70{
  fill: rgb(236 252 203 / 0.7) !important;
}
.fill-lime-100\/75{
  fill: rgb(236 252 203 / 0.75) !important;
}
.fill-lime-100\/80{
  fill: rgb(236 252 203 / 0.8) !important;
}
.fill-lime-100\/85{
  fill: rgb(236 252 203 / 0.85) !important;
}
.fill-lime-100\/90{
  fill: rgb(236 252 203 / 0.9) !important;
}
.fill-lime-100\/95{
  fill: rgb(236 252 203 / 0.95) !important;
}
.fill-lime-200{
  fill: #d9f99d !important;
}
.fill-lime-200\/0{
  fill: rgb(217 249 157 / 0) !important;
}
.fill-lime-200\/10{
  fill: rgb(217 249 157 / 0.1) !important;
}
.fill-lime-200\/100{
  fill: rgb(217 249 157 / 1) !important;
}
.fill-lime-200\/15{
  fill: rgb(217 249 157 / 0.15) !important;
}
.fill-lime-200\/20{
  fill: rgb(217 249 157 / 0.2) !important;
}
.fill-lime-200\/25{
  fill: rgb(217 249 157 / 0.25) !important;
}
.fill-lime-200\/30{
  fill: rgb(217 249 157 / 0.3) !important;
}
.fill-lime-200\/35{
  fill: rgb(217 249 157 / 0.35) !important;
}
.fill-lime-200\/40{
  fill: rgb(217 249 157 / 0.4) !important;
}
.fill-lime-200\/45{
  fill: rgb(217 249 157 / 0.45) !important;
}
.fill-lime-200\/5{
  fill: rgb(217 249 157 / 0.05) !important;
}
.fill-lime-200\/50{
  fill: rgb(217 249 157 / 0.5) !important;
}
.fill-lime-200\/55{
  fill: rgb(217 249 157 / 0.55) !important;
}
.fill-lime-200\/60{
  fill: rgb(217 249 157 / 0.6) !important;
}
.fill-lime-200\/65{
  fill: rgb(217 249 157 / 0.65) !important;
}
.fill-lime-200\/70{
  fill: rgb(217 249 157 / 0.7) !important;
}
.fill-lime-200\/75{
  fill: rgb(217 249 157 / 0.75) !important;
}
.fill-lime-200\/80{
  fill: rgb(217 249 157 / 0.8) !important;
}
.fill-lime-200\/85{
  fill: rgb(217 249 157 / 0.85) !important;
}
.fill-lime-200\/90{
  fill: rgb(217 249 157 / 0.9) !important;
}
.fill-lime-200\/95{
  fill: rgb(217 249 157 / 0.95) !important;
}
.fill-lime-400{
  fill: #a3e635 !important;
}
.fill-lime-400\/0{
  fill: rgb(163 230 53 / 0) !important;
}
.fill-lime-400\/10{
  fill: rgb(163 230 53 / 0.1) !important;
}
.fill-lime-400\/100{
  fill: rgb(163 230 53 / 1) !important;
}
.fill-lime-400\/15{
  fill: rgb(163 230 53 / 0.15) !important;
}
.fill-lime-400\/20{
  fill: rgb(163 230 53 / 0.2) !important;
}
.fill-lime-400\/25{
  fill: rgb(163 230 53 / 0.25) !important;
}
.fill-lime-400\/30{
  fill: rgb(163 230 53 / 0.3) !important;
}
.fill-lime-400\/35{
  fill: rgb(163 230 53 / 0.35) !important;
}
.fill-lime-400\/40{
  fill: rgb(163 230 53 / 0.4) !important;
}
.fill-lime-400\/45{
  fill: rgb(163 230 53 / 0.45) !important;
}
.fill-lime-400\/5{
  fill: rgb(163 230 53 / 0.05) !important;
}
.fill-lime-400\/50{
  fill: rgb(163 230 53 / 0.5) !important;
}
.fill-lime-400\/55{
  fill: rgb(163 230 53 / 0.55) !important;
}
.fill-lime-400\/60{
  fill: rgb(163 230 53 / 0.6) !important;
}
.fill-lime-400\/65{
  fill: rgb(163 230 53 / 0.65) !important;
}
.fill-lime-400\/70{
  fill: rgb(163 230 53 / 0.7) !important;
}
.fill-lime-400\/75{
  fill: rgb(163 230 53 / 0.75) !important;
}
.fill-lime-400\/80{
  fill: rgb(163 230 53 / 0.8) !important;
}
.fill-lime-400\/85{
  fill: rgb(163 230 53 / 0.85) !important;
}
.fill-lime-400\/90{
  fill: rgb(163 230 53 / 0.9) !important;
}
.fill-lime-400\/95{
  fill: rgb(163 230 53 / 0.95) !important;
}
.fill-lime-600{
  fill: #65a30d !important;
}
.fill-lime-600\/0{
  fill: rgb(101 163 13 / 0) !important;
}
.fill-lime-600\/10{
  fill: rgb(101 163 13 / 0.1) !important;
}
.fill-lime-600\/100{
  fill: rgb(101 163 13 / 1) !important;
}
.fill-lime-600\/15{
  fill: rgb(101 163 13 / 0.15) !important;
}
.fill-lime-600\/20{
  fill: rgb(101 163 13 / 0.2) !important;
}
.fill-lime-600\/25{
  fill: rgb(101 163 13 / 0.25) !important;
}
.fill-lime-600\/30{
  fill: rgb(101 163 13 / 0.3) !important;
}
.fill-lime-600\/35{
  fill: rgb(101 163 13 / 0.35) !important;
}
.fill-lime-600\/40{
  fill: rgb(101 163 13 / 0.4) !important;
}
.fill-lime-600\/45{
  fill: rgb(101 163 13 / 0.45) !important;
}
.fill-lime-600\/5{
  fill: rgb(101 163 13 / 0.05) !important;
}
.fill-lime-600\/50{
  fill: rgb(101 163 13 / 0.5) !important;
}
.fill-lime-600\/55{
  fill: rgb(101 163 13 / 0.55) !important;
}
.fill-lime-600\/60{
  fill: rgb(101 163 13 / 0.6) !important;
}
.fill-lime-600\/65{
  fill: rgb(101 163 13 / 0.65) !important;
}
.fill-lime-600\/70{
  fill: rgb(101 163 13 / 0.7) !important;
}
.fill-lime-600\/75{
  fill: rgb(101 163 13 / 0.75) !important;
}
.fill-lime-600\/80{
  fill: rgb(101 163 13 / 0.8) !important;
}
.fill-lime-600\/85{
  fill: rgb(101 163 13 / 0.85) !important;
}
.fill-lime-600\/90{
  fill: rgb(101 163 13 / 0.9) !important;
}
.fill-lime-600\/95{
  fill: rgb(101 163 13 / 0.95) !important;
}
.fill-lime-800{
  fill: #3f6212 !important;
}
.fill-lime-800\/0{
  fill: rgb(63 98 18 / 0) !important;
}
.fill-lime-800\/10{
  fill: rgb(63 98 18 / 0.1) !important;
}
.fill-lime-800\/100{
  fill: rgb(63 98 18 / 1) !important;
}
.fill-lime-800\/15{
  fill: rgb(63 98 18 / 0.15) !important;
}
.fill-lime-800\/20{
  fill: rgb(63 98 18 / 0.2) !important;
}
.fill-lime-800\/25{
  fill: rgb(63 98 18 / 0.25) !important;
}
.fill-lime-800\/30{
  fill: rgb(63 98 18 / 0.3) !important;
}
.fill-lime-800\/35{
  fill: rgb(63 98 18 / 0.35) !important;
}
.fill-lime-800\/40{
  fill: rgb(63 98 18 / 0.4) !important;
}
.fill-lime-800\/45{
  fill: rgb(63 98 18 / 0.45) !important;
}
.fill-lime-800\/5{
  fill: rgb(63 98 18 / 0.05) !important;
}
.fill-lime-800\/50{
  fill: rgb(63 98 18 / 0.5) !important;
}
.fill-lime-800\/55{
  fill: rgb(63 98 18 / 0.55) !important;
}
.fill-lime-800\/60{
  fill: rgb(63 98 18 / 0.6) !important;
}
.fill-lime-800\/65{
  fill: rgb(63 98 18 / 0.65) !important;
}
.fill-lime-800\/70{
  fill: rgb(63 98 18 / 0.7) !important;
}
.fill-lime-800\/75{
  fill: rgb(63 98 18 / 0.75) !important;
}
.fill-lime-800\/80{
  fill: rgb(63 98 18 / 0.8) !important;
}
.fill-lime-800\/85{
  fill: rgb(63 98 18 / 0.85) !important;
}
.fill-lime-800\/90{
  fill: rgb(63 98 18 / 0.9) !important;
}
.fill-lime-800\/95{
  fill: rgb(63 98 18 / 0.95) !important;
}
.stroke-lime-100{
  stroke: #ecfccb !important;
}
.stroke-lime-100\/0{
  stroke: rgb(236 252 203 / 0) !important;
}
.stroke-lime-100\/10{
  stroke: rgb(236 252 203 / 0.1) !important;
}
.stroke-lime-100\/100{
  stroke: rgb(236 252 203 / 1) !important;
}
.stroke-lime-100\/15{
  stroke: rgb(236 252 203 / 0.15) !important;
}
.stroke-lime-100\/20{
  stroke: rgb(236 252 203 / 0.2) !important;
}
.stroke-lime-100\/25{
  stroke: rgb(236 252 203 / 0.25) !important;
}
.stroke-lime-100\/30{
  stroke: rgb(236 252 203 / 0.3) !important;
}
.stroke-lime-100\/35{
  stroke: rgb(236 252 203 / 0.35) !important;
}
.stroke-lime-100\/40{
  stroke: rgb(236 252 203 / 0.4) !important;
}
.stroke-lime-100\/45{
  stroke: rgb(236 252 203 / 0.45) !important;
}
.stroke-lime-100\/5{
  stroke: rgb(236 252 203 / 0.05) !important;
}
.stroke-lime-100\/50{
  stroke: rgb(236 252 203 / 0.5) !important;
}
.stroke-lime-100\/55{
  stroke: rgb(236 252 203 / 0.55) !important;
}
.stroke-lime-100\/60{
  stroke: rgb(236 252 203 / 0.6) !important;
}
.stroke-lime-100\/65{
  stroke: rgb(236 252 203 / 0.65) !important;
}
.stroke-lime-100\/70{
  stroke: rgb(236 252 203 / 0.7) !important;
}
.stroke-lime-100\/75{
  stroke: rgb(236 252 203 / 0.75) !important;
}
.stroke-lime-100\/80{
  stroke: rgb(236 252 203 / 0.8) !important;
}
.stroke-lime-100\/85{
  stroke: rgb(236 252 203 / 0.85) !important;
}
.stroke-lime-100\/90{
  stroke: rgb(236 252 203 / 0.9) !important;
}
.stroke-lime-100\/95{
  stroke: rgb(236 252 203 / 0.95) !important;
}
.stroke-lime-200{
  stroke: #d9f99d !important;
}
.stroke-lime-200\/0{
  stroke: rgb(217 249 157 / 0) !important;
}
.stroke-lime-200\/10{
  stroke: rgb(217 249 157 / 0.1) !important;
}
.stroke-lime-200\/100{
  stroke: rgb(217 249 157 / 1) !important;
}
.stroke-lime-200\/15{
  stroke: rgb(217 249 157 / 0.15) !important;
}
.stroke-lime-200\/20{
  stroke: rgb(217 249 157 / 0.2) !important;
}
.stroke-lime-200\/25{
  stroke: rgb(217 249 157 / 0.25) !important;
}
.stroke-lime-200\/30{
  stroke: rgb(217 249 157 / 0.3) !important;
}
.stroke-lime-200\/35{
  stroke: rgb(217 249 157 / 0.35) !important;
}
.stroke-lime-200\/40{
  stroke: rgb(217 249 157 / 0.4) !important;
}
.stroke-lime-200\/45{
  stroke: rgb(217 249 157 / 0.45) !important;
}
.stroke-lime-200\/5{
  stroke: rgb(217 249 157 / 0.05) !important;
}
.stroke-lime-200\/50{
  stroke: rgb(217 249 157 / 0.5) !important;
}
.stroke-lime-200\/55{
  stroke: rgb(217 249 157 / 0.55) !important;
}
.stroke-lime-200\/60{
  stroke: rgb(217 249 157 / 0.6) !important;
}
.stroke-lime-200\/65{
  stroke: rgb(217 249 157 / 0.65) !important;
}
.stroke-lime-200\/70{
  stroke: rgb(217 249 157 / 0.7) !important;
}
.stroke-lime-200\/75{
  stroke: rgb(217 249 157 / 0.75) !important;
}
.stroke-lime-200\/80{
  stroke: rgb(217 249 157 / 0.8) !important;
}
.stroke-lime-200\/85{
  stroke: rgb(217 249 157 / 0.85) !important;
}
.stroke-lime-200\/90{
  stroke: rgb(217 249 157 / 0.9) !important;
}
.stroke-lime-200\/95{
  stroke: rgb(217 249 157 / 0.95) !important;
}
.stroke-lime-400{
  stroke: #a3e635 !important;
}
.stroke-lime-400\/0{
  stroke: rgb(163 230 53 / 0) !important;
}
.stroke-lime-400\/10{
  stroke: rgb(163 230 53 / 0.1) !important;
}
.stroke-lime-400\/100{
  stroke: rgb(163 230 53 / 1) !important;
}
.stroke-lime-400\/15{
  stroke: rgb(163 230 53 / 0.15) !important;
}
.stroke-lime-400\/20{
  stroke: rgb(163 230 53 / 0.2) !important;
}
.stroke-lime-400\/25{
  stroke: rgb(163 230 53 / 0.25) !important;
}
.stroke-lime-400\/30{
  stroke: rgb(163 230 53 / 0.3) !important;
}
.stroke-lime-400\/35{
  stroke: rgb(163 230 53 / 0.35) !important;
}
.stroke-lime-400\/40{
  stroke: rgb(163 230 53 / 0.4) !important;
}
.stroke-lime-400\/45{
  stroke: rgb(163 230 53 / 0.45) !important;
}
.stroke-lime-400\/5{
  stroke: rgb(163 230 53 / 0.05) !important;
}
.stroke-lime-400\/50{
  stroke: rgb(163 230 53 / 0.5) !important;
}
.stroke-lime-400\/55{
  stroke: rgb(163 230 53 / 0.55) !important;
}
.stroke-lime-400\/60{
  stroke: rgb(163 230 53 / 0.6) !important;
}
.stroke-lime-400\/65{
  stroke: rgb(163 230 53 / 0.65) !important;
}
.stroke-lime-400\/70{
  stroke: rgb(163 230 53 / 0.7) !important;
}
.stroke-lime-400\/75{
  stroke: rgb(163 230 53 / 0.75) !important;
}
.stroke-lime-400\/80{
  stroke: rgb(163 230 53 / 0.8) !important;
}
.stroke-lime-400\/85{
  stroke: rgb(163 230 53 / 0.85) !important;
}
.stroke-lime-400\/90{
  stroke: rgb(163 230 53 / 0.9) !important;
}
.stroke-lime-400\/95{
  stroke: rgb(163 230 53 / 0.95) !important;
}
.stroke-lime-600{
  stroke: #65a30d !important;
}
.stroke-lime-600\/0{
  stroke: rgb(101 163 13 / 0) !important;
}
.stroke-lime-600\/10{
  stroke: rgb(101 163 13 / 0.1) !important;
}
.stroke-lime-600\/100{
  stroke: rgb(101 163 13 / 1) !important;
}
.stroke-lime-600\/15{
  stroke: rgb(101 163 13 / 0.15) !important;
}
.stroke-lime-600\/20{
  stroke: rgb(101 163 13 / 0.2) !important;
}
.stroke-lime-600\/25{
  stroke: rgb(101 163 13 / 0.25) !important;
}
.stroke-lime-600\/30{
  stroke: rgb(101 163 13 / 0.3) !important;
}
.stroke-lime-600\/35{
  stroke: rgb(101 163 13 / 0.35) !important;
}
.stroke-lime-600\/40{
  stroke: rgb(101 163 13 / 0.4) !important;
}
.stroke-lime-600\/45{
  stroke: rgb(101 163 13 / 0.45) !important;
}
.stroke-lime-600\/5{
  stroke: rgb(101 163 13 / 0.05) !important;
}
.stroke-lime-600\/50{
  stroke: rgb(101 163 13 / 0.5) !important;
}
.stroke-lime-600\/55{
  stroke: rgb(101 163 13 / 0.55) !important;
}
.stroke-lime-600\/60{
  stroke: rgb(101 163 13 / 0.6) !important;
}
.stroke-lime-600\/65{
  stroke: rgb(101 163 13 / 0.65) !important;
}
.stroke-lime-600\/70{
  stroke: rgb(101 163 13 / 0.7) !important;
}
.stroke-lime-600\/75{
  stroke: rgb(101 163 13 / 0.75) !important;
}
.stroke-lime-600\/80{
  stroke: rgb(101 163 13 / 0.8) !important;
}
.stroke-lime-600\/85{
  stroke: rgb(101 163 13 / 0.85) !important;
}
.stroke-lime-600\/90{
  stroke: rgb(101 163 13 / 0.9) !important;
}
.stroke-lime-600\/95{
  stroke: rgb(101 163 13 / 0.95) !important;
}
.stroke-lime-800{
  stroke: #3f6212 !important;
}
.stroke-lime-800\/0{
  stroke: rgb(63 98 18 / 0) !important;
}
.stroke-lime-800\/10{
  stroke: rgb(63 98 18 / 0.1) !important;
}
.stroke-lime-800\/100{
  stroke: rgb(63 98 18 / 1) !important;
}
.stroke-lime-800\/15{
  stroke: rgb(63 98 18 / 0.15) !important;
}
.stroke-lime-800\/20{
  stroke: rgb(63 98 18 / 0.2) !important;
}
.stroke-lime-800\/25{
  stroke: rgb(63 98 18 / 0.25) !important;
}
.stroke-lime-800\/30{
  stroke: rgb(63 98 18 / 0.3) !important;
}
.stroke-lime-800\/35{
  stroke: rgb(63 98 18 / 0.35) !important;
}
.stroke-lime-800\/40{
  stroke: rgb(63 98 18 / 0.4) !important;
}
.stroke-lime-800\/45{
  stroke: rgb(63 98 18 / 0.45) !important;
}
.stroke-lime-800\/5{
  stroke: rgb(63 98 18 / 0.05) !important;
}
.stroke-lime-800\/50{
  stroke: rgb(63 98 18 / 0.5) !important;
}
.stroke-lime-800\/55{
  stroke: rgb(63 98 18 / 0.55) !important;
}
.stroke-lime-800\/60{
  stroke: rgb(63 98 18 / 0.6) !important;
}
.stroke-lime-800\/65{
  stroke: rgb(63 98 18 / 0.65) !important;
}
.stroke-lime-800\/70{
  stroke: rgb(63 98 18 / 0.7) !important;
}
.stroke-lime-800\/75{
  stroke: rgb(63 98 18 / 0.75) !important;
}
.stroke-lime-800\/80{
  stroke: rgb(63 98 18 / 0.8) !important;
}
.stroke-lime-800\/85{
  stroke: rgb(63 98 18 / 0.85) !important;
}
.stroke-lime-800\/90{
  stroke: rgb(63 98 18 / 0.9) !important;
}
.stroke-lime-800\/95{
  stroke: rgb(63 98 18 / 0.95) !important;
}
.object-cover{
  object-fit: cover !important;
}
.p-0{
  padding: 0px !important;
}
.p-2{
  padding: 0.5rem !important;
}
.p-4{
  padding: 1rem !important;
}
.p-5{
  padding: 1.25rem !important;
}
.p-6{
  padding: 1.5rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !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-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !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-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !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-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-\[25px\]{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px-\[30px\]{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !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-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !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-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !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-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.py-\[15px\]{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-\[21px\]{
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.py-\[23px\]{
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.\!pb-2{
  padding-bottom: 0.5rem !important;
}
.pb-1{
  padding-bottom: 0.25rem !important;
}
.pb-10{
  padding-bottom: 2.5rem !important;
}
.pb-12{
  padding-bottom: 3rem !important;
}
.pb-14{
  padding-bottom: 3.5rem !important;
}
.pb-16{
  padding-bottom: 4rem !important;
}
.pb-2{
  padding-bottom: 0.5rem !important;
}
.pb-2\.5{
  padding-bottom: 0.625rem !important;
}
.pb-20{
  padding-bottom: 5rem !important;
}
.pb-24{
  padding-bottom: 6rem !important;
}
.pb-28{
  padding-bottom: 7rem !important;
}
.pb-4{
  padding-bottom: 1rem !important;
}
.pb-40{
  padding-bottom: 10rem !important;
}
.pb-44{
  padding-bottom: 11rem !important;
}
.pb-48{
  padding-bottom: 12rem !important;
}
.pb-5{
  padding-bottom: 1.25rem !important;
}
.pb-6{
  padding-bottom: 1.5rem !important;
}
.pb-60{
  padding-bottom: 15rem !important;
}
.pb-64{
  padding-bottom: 16rem !important;
}
.pb-8{
  padding-bottom: 2rem !important;
}
.pb-80{
  padding-bottom: 20rem !important;
}
.pe-10{
  padding-inline-end: 2.5rem !important;
}
.pe-12{
  padding-inline-end: 3rem !important;
}
.pe-14{
  padding-inline-end: 3.5rem !important;
}
.pe-16{
  padding-inline-end: 4rem !important;
}
.pe-2{
  padding-inline-end: 0.5rem !important;
}
.pe-2\.5{
  padding-inline-end: 0.625rem !important;
}
.pe-20{
  padding-inline-end: 5rem !important;
}
.pe-24{
  padding-inline-end: 6rem !important;
}
.pe-28{
  padding-inline-end: 7rem !important;
}
.pe-4{
  padding-inline-end: 1rem !important;
}
.pe-40{
  padding-inline-end: 10rem !important;
}
.pe-44{
  padding-inline-end: 11rem !important;
}
.pe-48{
  padding-inline-end: 12rem !important;
}
.pe-6{
  padding-inline-end: 1.5rem !important;
}
.pe-60{
  padding-inline-end: 15rem !important;
}
.pe-64{
  padding-inline-end: 16rem !important;
}
.pe-8{
  padding-inline-end: 2rem !important;
}
.pe-80{
  padding-inline-end: 20rem !important;
}
.pl-1{
  padding-left: 0.25rem !important;
}
.pl-10{
  padding-left: 2.5rem !important;
}
.pl-12{
  padding-left: 3rem !important;
}
.pl-14{
  padding-left: 3.5rem !important;
}
.pl-16{
  padding-left: 4rem !important;
}
.pl-2{
  padding-left: 0.5rem !important;
}
.pl-2\.5{
  padding-left: 0.625rem !important;
}
.pl-20{
  padding-left: 5rem !important;
}
.pl-24{
  padding-left: 6rem !important;
}
.pl-28{
  padding-left: 7rem !important;
}
.pl-4{
  padding-left: 1rem !important;
}
.pl-40{
  padding-left: 10rem !important;
}
.pl-44{
  padding-left: 11rem !important;
}
.pl-48{
  padding-left: 12rem !important;
}
.pl-6{
  padding-left: 1.5rem !important;
}
.pl-60{
  padding-left: 15rem !important;
}
.pl-64{
  padding-left: 16rem !important;
}
.pl-8{
  padding-left: 2rem !important;
}
.pl-80{
  padding-left: 20rem !important;
}
.pr-10{
  padding-right: 2.5rem !important;
}
.pr-12{
  padding-right: 3rem !important;
}
.pr-14{
  padding-right: 3.5rem !important;
}
.pr-16{
  padding-right: 4rem !important;
}
.pr-2{
  padding-right: 0.5rem !important;
}
.pr-2\.5{
  padding-right: 0.625rem !important;
}
.pr-20{
  padding-right: 5rem !important;
}
.pr-24{
  padding-right: 6rem !important;
}
.pr-28{
  padding-right: 7rem !important;
}
.pr-4{
  padding-right: 1rem !important;
}
.pr-40{
  padding-right: 10rem !important;
}
.pr-44{
  padding-right: 11rem !important;
}
.pr-48{
  padding-right: 12rem !important;
}
.pr-6{
  padding-right: 1.5rem !important;
}
.pr-60{
  padding-right: 15rem !important;
}
.pr-64{
  padding-right: 16rem !important;
}
.pr-8{
  padding-right: 2rem !important;
}
.pr-80{
  padding-right: 20rem !important;
}
.ps-10{
  padding-inline-start: 2.5rem !important;
}
.ps-12{
  padding-inline-start: 3rem !important;
}
.ps-14{
  padding-inline-start: 3.5rem !important;
}
.ps-16{
  padding-inline-start: 4rem !important;
}
.ps-2{
  padding-inline-start: 0.5rem !important;
}
.ps-2\.5{
  padding-inline-start: 0.625rem !important;
}
.ps-20{
  padding-inline-start: 5rem !important;
}
.ps-24{
  padding-inline-start: 6rem !important;
}
.ps-28{
  padding-inline-start: 7rem !important;
}
.ps-4{
  padding-inline-start: 1rem !important;
}
.ps-40{
  padding-inline-start: 10rem !important;
}
.ps-44{
  padding-inline-start: 11rem !important;
}
.ps-48{
  padding-inline-start: 12rem !important;
}
.ps-6{
  padding-inline-start: 1.5rem !important;
}
.ps-60{
  padding-inline-start: 15rem !important;
}
.ps-64{
  padding-inline-start: 16rem !important;
}
.ps-7{
  padding-inline-start: 1.75rem !important;
}
.ps-8{
  padding-inline-start: 2rem !important;
}
.ps-80{
  padding-inline-start: 20rem !important;
}
.pt-1{
  padding-top: 0.25rem !important;
}
.pt-10{
  padding-top: 2.5rem !important;
}
.pt-12{
  padding-top: 3rem !important;
}
.pt-14{
  padding-top: 3.5rem !important;
}
.pt-16{
  padding-top: 4rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pt-2\.5{
  padding-top: 0.625rem !important;
}
.pt-20{
  padding-top: 5rem !important;
}
.pt-24{
  padding-top: 6rem !important;
}
.pt-28{
  padding-top: 7rem !important;
}
.pt-4{
  padding-top: 1rem !important;
}
.pt-40{
  padding-top: 10rem !important;
}
.pt-44{
  padding-top: 11rem !important;
}
.pt-48{
  padding-top: 12rem !important;
}
.pt-6{
  padding-top: 1.5rem !important;
}
.pt-60{
  padding-top: 15rem !important;
}
.pt-64{
  padding-top: 16rem !important;
}
.pt-8{
  padding-top: 2rem !important;
}
.pt-80{
  padding-top: 20rem !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.text-2xl{
  font-size: 24px !important;
  line-height: 32px !important;
}
.text-3xl{
  font-size: 28px !important;
  line-height: 34px !important;
}
.text-4xl{
  font-size: 32px !important;
  line-height: 36px !important;
  letter-spacing: 1px !important;
}
.text-8xl{
  font-size: 64px !important;
  line-height: 80.45px !important;
}
.text-\[11px\]{
  font-size: 11px !important;
}
.text-\[40px\]{
  font-size: 40px !important;
}
.text-\[80px\]{
  font-size: 80px !important;
}
.text-base{
  font-size: 16px !important;
  line-height: 24px !important;
}
.text-lg{
  font-size: 18px !important;
  line-height: 28px !important;
}
.text-sm{
  font-size: 14px !important;
  line-height: 20px !important;
}
.text-xl{
  font-size: 20px !important;
  line-height: 28px !important;
}
.text-xs{
  font-size: 12px !important;
  line-height: 18px !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.lowercase{
  text-transform: lowercase !important;
}
.capitalize{
  text-transform: capitalize !important;
}
.italic{
  font-style: italic !important;
}
.text-black-100{
  --tw-text-opacity: 1 !important;
  color: rgb(186 188 193 / var(--tw-text-opacity, 1)) !important;
}
.text-black-100\/0{
  color: rgb(186 188 193 / 0) !important;
}
.text-black-100\/10{
  color: rgb(186 188 193 / 0.1) !important;
}
.text-black-100\/100{
  color: rgb(186 188 193 / 1) !important;
}
.text-black-100\/15{
  color: rgb(186 188 193 / 0.15) !important;
}
.text-black-100\/20{
  color: rgb(186 188 193 / 0.2) !important;
}
.text-black-100\/25{
  color: rgb(186 188 193 / 0.25) !important;
}
.text-black-100\/30{
  color: rgb(186 188 193 / 0.3) !important;
}
.text-black-100\/35{
  color: rgb(186 188 193 / 0.35) !important;
}
.text-black-100\/40{
  color: rgb(186 188 193 / 0.4) !important;
}
.text-black-100\/45{
  color: rgb(186 188 193 / 0.45) !important;
}
.text-black-100\/5{
  color: rgb(186 188 193 / 0.05) !important;
}
.text-black-100\/50{
  color: rgb(186 188 193 / 0.5) !important;
}
.text-black-100\/55{
  color: rgb(186 188 193 / 0.55) !important;
}
.text-black-100\/60{
  color: rgb(186 188 193 / 0.6) !important;
}
.text-black-100\/65{
  color: rgb(186 188 193 / 0.65) !important;
}
.text-black-100\/70{
  color: rgb(186 188 193 / 0.7) !important;
}
.text-black-100\/75{
  color: rgb(186 188 193 / 0.75) !important;
}
.text-black-100\/80{
  color: rgb(186 188 193 / 0.8) !important;
}
.text-black-100\/85{
  color: rgb(186 188 193 / 0.85) !important;
}
.text-black-100\/90{
  color: rgb(186 188 193 / 0.9) !important;
}
.text-black-100\/95{
  color: rgb(186 188 193 / 0.95) !important;
}
.text-black-200{
  --tw-text-opacity: 1 !important;
  color: rgb(140 143 152 / var(--tw-text-opacity, 1)) !important;
}
.text-black-200\/0{
  color: rgb(140 143 152 / 0) !important;
}
.text-black-200\/10{
  color: rgb(140 143 152 / 0.1) !important;
}
.text-black-200\/100{
  color: rgb(140 143 152 / 1) !important;
}
.text-black-200\/15{
  color: rgb(140 143 152 / 0.15) !important;
}
.text-black-200\/20{
  color: rgb(140 143 152 / 0.2) !important;
}
.text-black-200\/25{
  color: rgb(140 143 152 / 0.25) !important;
}
.text-black-200\/30{
  color: rgb(140 143 152 / 0.3) !important;
}
.text-black-200\/35{
  color: rgb(140 143 152 / 0.35) !important;
}
.text-black-200\/40{
  color: rgb(140 143 152 / 0.4) !important;
}
.text-black-200\/45{
  color: rgb(140 143 152 / 0.45) !important;
}
.text-black-200\/5{
  color: rgb(140 143 152 / 0.05) !important;
}
.text-black-200\/50{
  color: rgb(140 143 152 / 0.5) !important;
}
.text-black-200\/55{
  color: rgb(140 143 152 / 0.55) !important;
}
.text-black-200\/60{
  color: rgb(140 143 152 / 0.6) !important;
}
.text-black-200\/65{
  color: rgb(140 143 152 / 0.65) !important;
}
.text-black-200\/70{
  color: rgb(140 143 152 / 0.7) !important;
}
.text-black-200\/75{
  color: rgb(140 143 152 / 0.75) !important;
}
.text-black-200\/80{
  color: rgb(140 143 152 / 0.8) !important;
}
.text-black-200\/85{
  color: rgb(140 143 152 / 0.85) !important;
}
.text-black-200\/90{
  color: rgb(140 143 152 / 0.9) !important;
}
.text-black-200\/95{
  color: rgb(140 143 152 / 0.95) !important;
}
.text-black-300{
  --tw-text-opacity: 1 !important;
  color: rgb(94 98 111 / var(--tw-text-opacity, 1)) !important;
}
.text-black-300\/0{
  color: rgb(94 98 111 / 0) !important;
}
.text-black-300\/10{
  color: rgb(94 98 111 / 0.1) !important;
}
.text-black-300\/100{
  color: rgb(94 98 111 / 1) !important;
}
.text-black-300\/15{
  color: rgb(94 98 111 / 0.15) !important;
}
.text-black-300\/20{
  color: rgb(94 98 111 / 0.2) !important;
}
.text-black-300\/25{
  color: rgb(94 98 111 / 0.25) !important;
}
.text-black-300\/30{
  color: rgb(94 98 111 / 0.3) !important;
}
.text-black-300\/35{
  color: rgb(94 98 111 / 0.35) !important;
}
.text-black-300\/40{
  color: rgb(94 98 111 / 0.4) !important;
}
.text-black-300\/45{
  color: rgb(94 98 111 / 0.45) !important;
}
.text-black-300\/5{
  color: rgb(94 98 111 / 0.05) !important;
}
.text-black-300\/50{
  color: rgb(94 98 111 / 0.5) !important;
}
.text-black-300\/55{
  color: rgb(94 98 111 / 0.55) !important;
}
.text-black-300\/60{
  color: rgb(94 98 111 / 0.6) !important;
}
.text-black-300\/65{
  color: rgb(94 98 111 / 0.65) !important;
}
.text-black-300\/70{
  color: rgb(94 98 111 / 0.7) !important;
}
.text-black-300\/75{
  color: rgb(94 98 111 / 0.75) !important;
}
.text-black-300\/80{
  color: rgb(94 98 111 / 0.8) !important;
}
.text-black-300\/85{
  color: rgb(94 98 111 / 0.85) !important;
}
.text-black-300\/90{
  color: rgb(94 98 111 / 0.9) !important;
}
.text-black-300\/95{
  color: rgb(94 98 111 / 0.95) !important;
}
.text-black-400{
  --tw-text-opacity: 1 !important;
  color: rgb(60 64 80 / var(--tw-text-opacity, 1)) !important;
}
.text-black-400\/0{
  color: rgb(60 64 80 / 0) !important;
}
.text-black-400\/10{
  color: rgb(60 64 80 / 0.1) !important;
}
.text-black-400\/100{
  color: rgb(60 64 80 / 1) !important;
}
.text-black-400\/15{
  color: rgb(60 64 80 / 0.15) !important;
}
.text-black-400\/20{
  color: rgb(60 64 80 / 0.2) !important;
}
.text-black-400\/25{
  color: rgb(60 64 80 / 0.25) !important;
}
.text-black-400\/30{
  color: rgb(60 64 80 / 0.3) !important;
}
.text-black-400\/35{
  color: rgb(60 64 80 / 0.35) !important;
}
.text-black-400\/40{
  color: rgb(60 64 80 / 0.4) !important;
}
.text-black-400\/45{
  color: rgb(60 64 80 / 0.45) !important;
}
.text-black-400\/5{
  color: rgb(60 64 80 / 0.05) !important;
}
.text-black-400\/50{
  color: rgb(60 64 80 / 0.5) !important;
}
.text-black-400\/55{
  color: rgb(60 64 80 / 0.55) !important;
}
.text-black-400\/60{
  color: rgb(60 64 80 / 0.6) !important;
}
.text-black-400\/65{
  color: rgb(60 64 80 / 0.65) !important;
}
.text-black-400\/70{
  color: rgb(60 64 80 / 0.7) !important;
}
.text-black-400\/75{
  color: rgb(60 64 80 / 0.75) !important;
}
.text-black-400\/80{
  color: rgb(60 64 80 / 0.8) !important;
}
.text-black-400\/85{
  color: rgb(60 64 80 / 0.85) !important;
}
.text-black-400\/90{
  color: rgb(60 64 80 / 0.9) !important;
}
.text-black-400\/95{
  color: rgb(60 64 80 / 0.95) !important;
}
.text-black-50{
  --tw-text-opacity: 1 !important;
  color: rgb(227 228 230 / var(--tw-text-opacity, 1)) !important;
}
.text-black-50\/0{
  color: rgb(227 228 230 / 0) !important;
}
.text-black-50\/10{
  color: rgb(227 228 230 / 0.1) !important;
}
.text-black-50\/100{
  color: rgb(227 228 230 / 1) !important;
}
.text-black-50\/15{
  color: rgb(227 228 230 / 0.15) !important;
}
.text-black-50\/20{
  color: rgb(227 228 230 / 0.2) !important;
}
.text-black-50\/25{
  color: rgb(227 228 230 / 0.25) !important;
}
.text-black-50\/30{
  color: rgb(227 228 230 / 0.3) !important;
}
.text-black-50\/35{
  color: rgb(227 228 230 / 0.35) !important;
}
.text-black-50\/40{
  color: rgb(227 228 230 / 0.4) !important;
}
.text-black-50\/45{
  color: rgb(227 228 230 / 0.45) !important;
}
.text-black-50\/5{
  color: rgb(227 228 230 / 0.05) !important;
}
.text-black-50\/50{
  color: rgb(227 228 230 / 0.5) !important;
}
.text-black-50\/55{
  color: rgb(227 228 230 / 0.55) !important;
}
.text-black-50\/60{
  color: rgb(227 228 230 / 0.6) !important;
}
.text-black-50\/65{
  color: rgb(227 228 230 / 0.65) !important;
}
.text-black-50\/70{
  color: rgb(227 228 230 / 0.7) !important;
}
.text-black-50\/75{
  color: rgb(227 228 230 / 0.75) !important;
}
.text-black-50\/80{
  color: rgb(227 228 230 / 0.8) !important;
}
.text-black-50\/85{
  color: rgb(227 228 230 / 0.85) !important;
}
.text-black-50\/90{
  color: rgb(227 228 230 / 0.9) !important;
}
.text-black-50\/95{
  color: rgb(227 228 230 / 0.95) !important;
}
.text-black-500{
  --tw-text-opacity: 1 !important;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1)) !important;
}
.text-black-500\/0{
  color: rgb(25 30 49 / 0) !important;
}
.text-black-500\/10{
  color: rgb(25 30 49 / 0.1) !important;
}
.text-black-500\/100{
  color: rgb(25 30 49 / 1) !important;
}
.text-black-500\/15{
  color: rgb(25 30 49 / 0.15) !important;
}
.text-black-500\/20{
  color: rgb(25 30 49 / 0.2) !important;
}
.text-black-500\/25{
  color: rgb(25 30 49 / 0.25) !important;
}
.text-black-500\/30{
  color: rgb(25 30 49 / 0.3) !important;
}
.text-black-500\/35{
  color: rgb(25 30 49 / 0.35) !important;
}
.text-black-500\/40{
  color: rgb(25 30 49 / 0.4) !important;
}
.text-black-500\/45{
  color: rgb(25 30 49 / 0.45) !important;
}
.text-black-500\/5{
  color: rgb(25 30 49 / 0.05) !important;
}
.text-black-500\/50{
  color: rgb(25 30 49 / 0.5) !important;
}
.text-black-500\/55{
  color: rgb(25 30 49 / 0.55) !important;
}
.text-black-500\/60{
  color: rgb(25 30 49 / 0.6) !important;
}
.text-black-500\/65{
  color: rgb(25 30 49 / 0.65) !important;
}
.text-black-500\/70{
  color: rgb(25 30 49 / 0.7) !important;
}
.text-black-500\/75{
  color: rgb(25 30 49 / 0.75) !important;
}
.text-black-500\/80{
  color: rgb(25 30 49 / 0.8) !important;
}
.text-black-500\/85{
  color: rgb(25 30 49 / 0.85) !important;
}
.text-black-500\/90{
  color: rgb(25 30 49 / 0.9) !important;
}
.text-black-500\/95{
  color: rgb(25 30 49 / 0.95) !important;
}
.text-black-600{
  --tw-text-opacity: 1 !important;
  color: rgb(22 26 44 / var(--tw-text-opacity, 1)) !important;
}
.text-black-600\/0{
  color: rgb(22 26 44 / 0) !important;
}
.text-black-600\/10{
  color: rgb(22 26 44 / 0.1) !important;
}
.text-black-600\/100{
  color: rgb(22 26 44 / 1) !important;
}
.text-black-600\/15{
  color: rgb(22 26 44 / 0.15) !important;
}
.text-black-600\/20{
  color: rgb(22 26 44 / 0.2) !important;
}
.text-black-600\/25{
  color: rgb(22 26 44 / 0.25) !important;
}
.text-black-600\/30{
  color: rgb(22 26 44 / 0.3) !important;
}
.text-black-600\/35{
  color: rgb(22 26 44 / 0.35) !important;
}
.text-black-600\/40{
  color: rgb(22 26 44 / 0.4) !important;
}
.text-black-600\/45{
  color: rgb(22 26 44 / 0.45) !important;
}
.text-black-600\/5{
  color: rgb(22 26 44 / 0.05) !important;
}
.text-black-600\/50{
  color: rgb(22 26 44 / 0.5) !important;
}
.text-black-600\/55{
  color: rgb(22 26 44 / 0.55) !important;
}
.text-black-600\/60{
  color: rgb(22 26 44 / 0.6) !important;
}
.text-black-600\/65{
  color: rgb(22 26 44 / 0.65) !important;
}
.text-black-600\/70{
  color: rgb(22 26 44 / 0.7) !important;
}
.text-black-600\/75{
  color: rgb(22 26 44 / 0.75) !important;
}
.text-black-600\/80{
  color: rgb(22 26 44 / 0.8) !important;
}
.text-black-600\/85{
  color: rgb(22 26 44 / 0.85) !important;
}
.text-black-600\/90{
  color: rgb(22 26 44 / 0.9) !important;
}
.text-black-600\/95{
  color: rgb(22 26 44 / 0.95) !important;
}
.text-black-700{
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 37 / var(--tw-text-opacity, 1)) !important;
}
.text-black-700\/0{
  color: rgb(18 22 37 / 0) !important;
}
.text-black-700\/10{
  color: rgb(18 22 37 / 0.1) !important;
}
.text-black-700\/100{
  color: rgb(18 22 37 / 1) !important;
}
.text-black-700\/15{
  color: rgb(18 22 37 / 0.15) !important;
}
.text-black-700\/20{
  color: rgb(18 22 37 / 0.2) !important;
}
.text-black-700\/25{
  color: rgb(18 22 37 / 0.25) !important;
}
.text-black-700\/30{
  color: rgb(18 22 37 / 0.3) !important;
}
.text-black-700\/35{
  color: rgb(18 22 37 / 0.35) !important;
}
.text-black-700\/40{
  color: rgb(18 22 37 / 0.4) !important;
}
.text-black-700\/45{
  color: rgb(18 22 37 / 0.45) !important;
}
.text-black-700\/5{
  color: rgb(18 22 37 / 0.05) !important;
}
.text-black-700\/50{
  color: rgb(18 22 37 / 0.5) !important;
}
.text-black-700\/55{
  color: rgb(18 22 37 / 0.55) !important;
}
.text-black-700\/60{
  color: rgb(18 22 37 / 0.6) !important;
}
.text-black-700\/65{
  color: rgb(18 22 37 / 0.65) !important;
}
.text-black-700\/70{
  color: rgb(18 22 37 / 0.7) !important;
}
.text-black-700\/75{
  color: rgb(18 22 37 / 0.75) !important;
}
.text-black-700\/80{
  color: rgb(18 22 37 / 0.8) !important;
}
.text-black-700\/85{
  color: rgb(18 22 37 / 0.85) !important;
}
.text-black-700\/90{
  color: rgb(18 22 37 / 0.9) !important;
}
.text-black-700\/95{
  color: rgb(18 22 37 / 0.95) !important;
}
.text-black-800{
  --tw-text-opacity: 1 !important;
  color: rgb(14 18 31 / var(--tw-text-opacity, 1)) !important;
}
.text-black-800\/0{
  color: rgb(14 18 31 / 0) !important;
}
.text-black-800\/10{
  color: rgb(14 18 31 / 0.1) !important;
}
.text-black-800\/100{
  color: rgb(14 18 31 / 1) !important;
}
.text-black-800\/15{
  color: rgb(14 18 31 / 0.15) !important;
}
.text-black-800\/20{
  color: rgb(14 18 31 / 0.2) !important;
}
.text-black-800\/25{
  color: rgb(14 18 31 / 0.25) !important;
}
.text-black-800\/30{
  color: rgb(14 18 31 / 0.3) !important;
}
.text-black-800\/35{
  color: rgb(14 18 31 / 0.35) !important;
}
.text-black-800\/40{
  color: rgb(14 18 31 / 0.4) !important;
}
.text-black-800\/45{
  color: rgb(14 18 31 / 0.45) !important;
}
.text-black-800\/5{
  color: rgb(14 18 31 / 0.05) !important;
}
.text-black-800\/50{
  color: rgb(14 18 31 / 0.5) !important;
}
.text-black-800\/55{
  color: rgb(14 18 31 / 0.55) !important;
}
.text-black-800\/60{
  color: rgb(14 18 31 / 0.6) !important;
}
.text-black-800\/65{
  color: rgb(14 18 31 / 0.65) !important;
}
.text-black-800\/70{
  color: rgb(14 18 31 / 0.7) !important;
}
.text-black-800\/75{
  color: rgb(14 18 31 / 0.75) !important;
}
.text-black-800\/80{
  color: rgb(14 18 31 / 0.8) !important;
}
.text-black-800\/85{
  color: rgb(14 18 31 / 0.85) !important;
}
.text-black-800\/90{
  color: rgb(14 18 31 / 0.9) !important;
}
.text-black-800\/95{
  color: rgb(14 18 31 / 0.95) !important;
}
.text-black-900{
  --tw-text-opacity: 1 !important;
  color: rgb(8 10 19 / var(--tw-text-opacity, 1)) !important;
}
.text-black-900\/0{
  color: rgb(8 10 19 / 0) !important;
}
.text-black-900\/10{
  color: rgb(8 10 19 / 0.1) !important;
}
.text-black-900\/100{
  color: rgb(8 10 19 / 1) !important;
}
.text-black-900\/15{
  color: rgb(8 10 19 / 0.15) !important;
}
.text-black-900\/20{
  color: rgb(8 10 19 / 0.2) !important;
}
.text-black-900\/25{
  color: rgb(8 10 19 / 0.25) !important;
}
.text-black-900\/30{
  color: rgb(8 10 19 / 0.3) !important;
}
.text-black-900\/35{
  color: rgb(8 10 19 / 0.35) !important;
}
.text-black-900\/40{
  color: rgb(8 10 19 / 0.4) !important;
}
.text-black-900\/45{
  color: rgb(8 10 19 / 0.45) !important;
}
.text-black-900\/5{
  color: rgb(8 10 19 / 0.05) !important;
}
.text-black-900\/50{
  color: rgb(8 10 19 / 0.5) !important;
}
.text-black-900\/55{
  color: rgb(8 10 19 / 0.55) !important;
}
.text-black-900\/60{
  color: rgb(8 10 19 / 0.6) !important;
}
.text-black-900\/65{
  color: rgb(8 10 19 / 0.65) !important;
}
.text-black-900\/70{
  color: rgb(8 10 19 / 0.7) !important;
}
.text-black-900\/75{
  color: rgb(8 10 19 / 0.75) !important;
}
.text-black-900\/80{
  color: rgb(8 10 19 / 0.8) !important;
}
.text-black-900\/85{
  color: rgb(8 10 19 / 0.85) !important;
}
.text-black-900\/90{
  color: rgb(8 10 19 / 0.9) !important;
}
.text-black-900\/95{
  color: rgb(8 10 19 / 0.95) !important;
}
.text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgb(217 236 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-100\/0{
  color: rgb(217 236 255 / 0) !important;
}
.text-blue-100\/10{
  color: rgb(217 236 255 / 0.1) !important;
}
.text-blue-100\/100{
  color: rgb(217 236 255 / 1) !important;
}
.text-blue-100\/15{
  color: rgb(217 236 255 / 0.15) !important;
}
.text-blue-100\/20{
  color: rgb(217 236 255 / 0.2) !important;
}
.text-blue-100\/25{
  color: rgb(217 236 255 / 0.25) !important;
}
.text-blue-100\/30{
  color: rgb(217 236 255 / 0.3) !important;
}
.text-blue-100\/35{
  color: rgb(217 236 255 / 0.35) !important;
}
.text-blue-100\/40{
  color: rgb(217 236 255 / 0.4) !important;
}
.text-blue-100\/45{
  color: rgb(217 236 255 / 0.45) !important;
}
.text-blue-100\/5{
  color: rgb(217 236 255 / 0.05) !important;
}
.text-blue-100\/50{
  color: rgb(217 236 255 / 0.5) !important;
}
.text-blue-100\/55{
  color: rgb(217 236 255 / 0.55) !important;
}
.text-blue-100\/60{
  color: rgb(217 236 255 / 0.6) !important;
}
.text-blue-100\/65{
  color: rgb(217 236 255 / 0.65) !important;
}
.text-blue-100\/70{
  color: rgb(217 236 255 / 0.7) !important;
}
.text-blue-100\/75{
  color: rgb(217 236 255 / 0.75) !important;
}
.text-blue-100\/80{
  color: rgb(217 236 255 / 0.8) !important;
}
.text-blue-100\/85{
  color: rgb(217 236 255 / 0.85) !important;
}
.text-blue-100\/90{
  color: rgb(217 236 255 / 0.9) !important;
}
.text-blue-100\/95{
  color: rgb(217 236 255 / 0.95) !important;
}
.text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgb(188 222 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-200\/0{
  color: rgb(188 222 255 / 0) !important;
}
.text-blue-200\/10{
  color: rgb(188 222 255 / 0.1) !important;
}
.text-blue-200\/100{
  color: rgb(188 222 255 / 1) !important;
}
.text-blue-200\/15{
  color: rgb(188 222 255 / 0.15) !important;
}
.text-blue-200\/20{
  color: rgb(188 222 255 / 0.2) !important;
}
.text-blue-200\/25{
  color: rgb(188 222 255 / 0.25) !important;
}
.text-blue-200\/30{
  color: rgb(188 222 255 / 0.3) !important;
}
.text-blue-200\/35{
  color: rgb(188 222 255 / 0.35) !important;
}
.text-blue-200\/40{
  color: rgb(188 222 255 / 0.4) !important;
}
.text-blue-200\/45{
  color: rgb(188 222 255 / 0.45) !important;
}
.text-blue-200\/5{
  color: rgb(188 222 255 / 0.05) !important;
}
.text-blue-200\/50{
  color: rgb(188 222 255 / 0.5) !important;
}
.text-blue-200\/55{
  color: rgb(188 222 255 / 0.55) !important;
}
.text-blue-200\/60{
  color: rgb(188 222 255 / 0.6) !important;
}
.text-blue-200\/65{
  color: rgb(188 222 255 / 0.65) !important;
}
.text-blue-200\/70{
  color: rgb(188 222 255 / 0.7) !important;
}
.text-blue-200\/75{
  color: rgb(188 222 255 / 0.75) !important;
}
.text-blue-200\/80{
  color: rgb(188 222 255 / 0.8) !important;
}
.text-blue-200\/85{
  color: rgb(188 222 255 / 0.85) !important;
}
.text-blue-200\/90{
  color: rgb(188 222 255 / 0.9) !important;
}
.text-blue-200\/95{
  color: rgb(188 222 255 / 0.95) !important;
}
.text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgb(142 202 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-300\/0{
  color: rgb(142 202 255 / 0) !important;
}
.text-blue-300\/10{
  color: rgb(142 202 255 / 0.1) !important;
}
.text-blue-300\/100{
  color: rgb(142 202 255 / 1) !important;
}
.text-blue-300\/15{
  color: rgb(142 202 255 / 0.15) !important;
}
.text-blue-300\/20{
  color: rgb(142 202 255 / 0.2) !important;
}
.text-blue-300\/25{
  color: rgb(142 202 255 / 0.25) !important;
}
.text-blue-300\/30{
  color: rgb(142 202 255 / 0.3) !important;
}
.text-blue-300\/35{
  color: rgb(142 202 255 / 0.35) !important;
}
.text-blue-300\/40{
  color: rgb(142 202 255 / 0.4) !important;
}
.text-blue-300\/45{
  color: rgb(142 202 255 / 0.45) !important;
}
.text-blue-300\/5{
  color: rgb(142 202 255 / 0.05) !important;
}
.text-blue-300\/50{
  color: rgb(142 202 255 / 0.5) !important;
}
.text-blue-300\/55{
  color: rgb(142 202 255 / 0.55) !important;
}
.text-blue-300\/60{
  color: rgb(142 202 255 / 0.6) !important;
}
.text-blue-300\/65{
  color: rgb(142 202 255 / 0.65) !important;
}
.text-blue-300\/70{
  color: rgb(142 202 255 / 0.7) !important;
}
.text-blue-300\/75{
  color: rgb(142 202 255 / 0.75) !important;
}
.text-blue-300\/80{
  color: rgb(142 202 255 / 0.8) !important;
}
.text-blue-300\/85{
  color: rgb(142 202 255 / 0.85) !important;
}
.text-blue-300\/90{
  color: rgb(142 202 255 / 0.9) !important;
}
.text-blue-300\/95{
  color: rgb(142 202 255 / 0.95) !important;
}
.text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgb(89 172 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-400\/0{
  color: rgb(89 172 255 / 0) !important;
}
.text-blue-400\/10{
  color: rgb(89 172 255 / 0.1) !important;
}
.text-blue-400\/100{
  color: rgb(89 172 255 / 1) !important;
}
.text-blue-400\/15{
  color: rgb(89 172 255 / 0.15) !important;
}
.text-blue-400\/20{
  color: rgb(89 172 255 / 0.2) !important;
}
.text-blue-400\/25{
  color: rgb(89 172 255 / 0.25) !important;
}
.text-blue-400\/30{
  color: rgb(89 172 255 / 0.3) !important;
}
.text-blue-400\/35{
  color: rgb(89 172 255 / 0.35) !important;
}
.text-blue-400\/40{
  color: rgb(89 172 255 / 0.4) !important;
}
.text-blue-400\/45{
  color: rgb(89 172 255 / 0.45) !important;
}
.text-blue-400\/5{
  color: rgb(89 172 255 / 0.05) !important;
}
.text-blue-400\/50{
  color: rgb(89 172 255 / 0.5) !important;
}
.text-blue-400\/55{
  color: rgb(89 172 255 / 0.55) !important;
}
.text-blue-400\/60{
  color: rgb(89 172 255 / 0.6) !important;
}
.text-blue-400\/65{
  color: rgb(89 172 255 / 0.65) !important;
}
.text-blue-400\/70{
  color: rgb(89 172 255 / 0.7) !important;
}
.text-blue-400\/75{
  color: rgb(89 172 255 / 0.75) !important;
}
.text-blue-400\/80{
  color: rgb(89 172 255 / 0.8) !important;
}
.text-blue-400\/85{
  color: rgb(89 172 255 / 0.85) !important;
}
.text-blue-400\/90{
  color: rgb(89 172 255 / 0.9) !important;
}
.text-blue-400\/95{
  color: rgb(89 172 255 / 0.95) !important;
}
.text-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgb(238 247 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-50\/0{
  color: rgb(238 247 255 / 0) !important;
}
.text-blue-50\/10{
  color: rgb(238 247 255 / 0.1) !important;
}
.text-blue-50\/100{
  color: rgb(238 247 255 / 1) !important;
}
.text-blue-50\/15{
  color: rgb(238 247 255 / 0.15) !important;
}
.text-blue-50\/20{
  color: rgb(238 247 255 / 0.2) !important;
}
.text-blue-50\/25{
  color: rgb(238 247 255 / 0.25) !important;
}
.text-blue-50\/30{
  color: rgb(238 247 255 / 0.3) !important;
}
.text-blue-50\/35{
  color: rgb(238 247 255 / 0.35) !important;
}
.text-blue-50\/40{
  color: rgb(238 247 255 / 0.4) !important;
}
.text-blue-50\/45{
  color: rgb(238 247 255 / 0.45) !important;
}
.text-blue-50\/5{
  color: rgb(238 247 255 / 0.05) !important;
}
.text-blue-50\/50{
  color: rgb(238 247 255 / 0.5) !important;
}
.text-blue-50\/55{
  color: rgb(238 247 255 / 0.55) !important;
}
.text-blue-50\/60{
  color: rgb(238 247 255 / 0.6) !important;
}
.text-blue-50\/65{
  color: rgb(238 247 255 / 0.65) !important;
}
.text-blue-50\/70{
  color: rgb(238 247 255 / 0.7) !important;
}
.text-blue-50\/75{
  color: rgb(238 247 255 / 0.75) !important;
}
.text-blue-50\/80{
  color: rgb(238 247 255 / 0.8) !important;
}
.text-blue-50\/85{
  color: rgb(238 247 255 / 0.85) !important;
}
.text-blue-50\/90{
  color: rgb(238 247 255 / 0.9) !important;
}
.text-blue-50\/95{
  color: rgb(238 247 255 / 0.95) !important;
}
.text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(42 133 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-500\/0{
  color: rgb(42 133 255 / 0) !important;
}
.text-blue-500\/10{
  color: rgb(42 133 255 / 0.1) !important;
}
.text-blue-500\/100{
  color: rgb(42 133 255 / 1) !important;
}
.text-blue-500\/15{
  color: rgb(42 133 255 / 0.15) !important;
}
.text-blue-500\/20{
  color: rgb(42 133 255 / 0.2) !important;
}
.text-blue-500\/25{
  color: rgb(42 133 255 / 0.25) !important;
}
.text-blue-500\/30{
  color: rgb(42 133 255 / 0.3) !important;
}
.text-blue-500\/35{
  color: rgb(42 133 255 / 0.35) !important;
}
.text-blue-500\/40{
  color: rgb(42 133 255 / 0.4) !important;
}
.text-blue-500\/45{
  color: rgb(42 133 255 / 0.45) !important;
}
.text-blue-500\/5{
  color: rgb(42 133 255 / 0.05) !important;
}
.text-blue-500\/50{
  color: rgb(42 133 255 / 0.5) !important;
}
.text-blue-500\/55{
  color: rgb(42 133 255 / 0.55) !important;
}
.text-blue-500\/60{
  color: rgb(42 133 255 / 0.6) !important;
}
.text-blue-500\/65{
  color: rgb(42 133 255 / 0.65) !important;
}
.text-blue-500\/70{
  color: rgb(42 133 255 / 0.7) !important;
}
.text-blue-500\/75{
  color: rgb(42 133 255 / 0.75) !important;
}
.text-blue-500\/80{
  color: rgb(42 133 255 / 0.8) !important;
}
.text-blue-500\/85{
  color: rgb(42 133 255 / 0.85) !important;
}
.text-blue-500\/90{
  color: rgb(42 133 255 / 0.9) !important;
}
.text-blue-500\/95{
  color: rgb(42 133 255 / 0.95) !important;
}
.text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(27 105 245 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-600\/0{
  color: rgb(27 105 245 / 0) !important;
}
.text-blue-600\/10{
  color: rgb(27 105 245 / 0.1) !important;
}
.text-blue-600\/100{
  color: rgb(27 105 245 / 1) !important;
}
.text-blue-600\/15{
  color: rgb(27 105 245 / 0.15) !important;
}
.text-blue-600\/20{
  color: rgb(27 105 245 / 0.2) !important;
}
.text-blue-600\/25{
  color: rgb(27 105 245 / 0.25) !important;
}
.text-blue-600\/30{
  color: rgb(27 105 245 / 0.3) !important;
}
.text-blue-600\/35{
  color: rgb(27 105 245 / 0.35) !important;
}
.text-blue-600\/40{
  color: rgb(27 105 245 / 0.4) !important;
}
.text-blue-600\/45{
  color: rgb(27 105 245 / 0.45) !important;
}
.text-blue-600\/5{
  color: rgb(27 105 245 / 0.05) !important;
}
.text-blue-600\/50{
  color: rgb(27 105 245 / 0.5) !important;
}
.text-blue-600\/55{
  color: rgb(27 105 245 / 0.55) !important;
}
.text-blue-600\/60{
  color: rgb(27 105 245 / 0.6) !important;
}
.text-blue-600\/65{
  color: rgb(27 105 245 / 0.65) !important;
}
.text-blue-600\/70{
  color: rgb(27 105 245 / 0.7) !important;
}
.text-blue-600\/75{
  color: rgb(27 105 245 / 0.75) !important;
}
.text-blue-600\/80{
  color: rgb(27 105 245 / 0.8) !important;
}
.text-blue-600\/85{
  color: rgb(27 105 245 / 0.85) !important;
}
.text-blue-600\/90{
  color: rgb(27 105 245 / 0.9) !important;
}
.text-blue-600\/95{
  color: rgb(27 105 245 / 0.95) !important;
}
.text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgb(20 84 225 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-700\/0{
  color: rgb(20 84 225 / 0) !important;
}
.text-blue-700\/10{
  color: rgb(20 84 225 / 0.1) !important;
}
.text-blue-700\/100{
  color: rgb(20 84 225 / 1) !important;
}
.text-blue-700\/15{
  color: rgb(20 84 225 / 0.15) !important;
}
.text-blue-700\/20{
  color: rgb(20 84 225 / 0.2) !important;
}
.text-blue-700\/25{
  color: rgb(20 84 225 / 0.25) !important;
}
.text-blue-700\/30{
  color: rgb(20 84 225 / 0.3) !important;
}
.text-blue-700\/35{
  color: rgb(20 84 225 / 0.35) !important;
}
.text-blue-700\/40{
  color: rgb(20 84 225 / 0.4) !important;
}
.text-blue-700\/45{
  color: rgb(20 84 225 / 0.45) !important;
}
.text-blue-700\/5{
  color: rgb(20 84 225 / 0.05) !important;
}
.text-blue-700\/50{
  color: rgb(20 84 225 / 0.5) !important;
}
.text-blue-700\/55{
  color: rgb(20 84 225 / 0.55) !important;
}
.text-blue-700\/60{
  color: rgb(20 84 225 / 0.6) !important;
}
.text-blue-700\/65{
  color: rgb(20 84 225 / 0.65) !important;
}
.text-blue-700\/70{
  color: rgb(20 84 225 / 0.7) !important;
}
.text-blue-700\/75{
  color: rgb(20 84 225 / 0.75) !important;
}
.text-blue-700\/80{
  color: rgb(20 84 225 / 0.8) !important;
}
.text-blue-700\/85{
  color: rgb(20 84 225 / 0.85) !important;
}
.text-blue-700\/90{
  color: rgb(20 84 225 / 0.9) !important;
}
.text-blue-700\/95{
  color: rgb(20 84 225 / 0.95) !important;
}
.text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgb(23 68 182 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-800\/0{
  color: rgb(23 68 182 / 0) !important;
}
.text-blue-800\/10{
  color: rgb(23 68 182 / 0.1) !important;
}
.text-blue-800\/100{
  color: rgb(23 68 182 / 1) !important;
}
.text-blue-800\/15{
  color: rgb(23 68 182 / 0.15) !important;
}
.text-blue-800\/20{
  color: rgb(23 68 182 / 0.2) !important;
}
.text-blue-800\/25{
  color: rgb(23 68 182 / 0.25) !important;
}
.text-blue-800\/30{
  color: rgb(23 68 182 / 0.3) !important;
}
.text-blue-800\/35{
  color: rgb(23 68 182 / 0.35) !important;
}
.text-blue-800\/40{
  color: rgb(23 68 182 / 0.4) !important;
}
.text-blue-800\/45{
  color: rgb(23 68 182 / 0.45) !important;
}
.text-blue-800\/5{
  color: rgb(23 68 182 / 0.05) !important;
}
.text-blue-800\/50{
  color: rgb(23 68 182 / 0.5) !important;
}
.text-blue-800\/55{
  color: rgb(23 68 182 / 0.55) !important;
}
.text-blue-800\/60{
  color: rgb(23 68 182 / 0.6) !important;
}
.text-blue-800\/65{
  color: rgb(23 68 182 / 0.65) !important;
}
.text-blue-800\/70{
  color: rgb(23 68 182 / 0.7) !important;
}
.text-blue-800\/75{
  color: rgb(23 68 182 / 0.75) !important;
}
.text-blue-800\/80{
  color: rgb(23 68 182 / 0.8) !important;
}
.text-blue-800\/85{
  color: rgb(23 68 182 / 0.85) !important;
}
.text-blue-800\/90{
  color: rgb(23 68 182 / 0.9) !important;
}
.text-blue-800\/95{
  color: rgb(23 68 182 / 0.95) !important;
}
.text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(25 61 143 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-900\/0{
  color: rgb(25 61 143 / 0) !important;
}
.text-blue-900\/10{
  color: rgb(25 61 143 / 0.1) !important;
}
.text-blue-900\/100{
  color: rgb(25 61 143 / 1) !important;
}
.text-blue-900\/15{
  color: rgb(25 61 143 / 0.15) !important;
}
.text-blue-900\/20{
  color: rgb(25 61 143 / 0.2) !important;
}
.text-blue-900\/25{
  color: rgb(25 61 143 / 0.25) !important;
}
.text-blue-900\/30{
  color: rgb(25 61 143 / 0.3) !important;
}
.text-blue-900\/35{
  color: rgb(25 61 143 / 0.35) !important;
}
.text-blue-900\/40{
  color: rgb(25 61 143 / 0.4) !important;
}
.text-blue-900\/45{
  color: rgb(25 61 143 / 0.45) !important;
}
.text-blue-900\/5{
  color: rgb(25 61 143 / 0.05) !important;
}
.text-blue-900\/50{
  color: rgb(25 61 143 / 0.5) !important;
}
.text-blue-900\/55{
  color: rgb(25 61 143 / 0.55) !important;
}
.text-blue-900\/60{
  color: rgb(25 61 143 / 0.6) !important;
}
.text-blue-900\/65{
  color: rgb(25 61 143 / 0.65) !important;
}
.text-blue-900\/70{
  color: rgb(25 61 143 / 0.7) !important;
}
.text-blue-900\/75{
  color: rgb(25 61 143 / 0.75) !important;
}
.text-blue-900\/80{
  color: rgb(25 61 143 / 0.8) !important;
}
.text-blue-900\/85{
  color: rgb(25 61 143 / 0.85) !important;
}
.text-blue-900\/90{
  color: rgb(25 61 143 / 0.9) !important;
}
.text-blue-900\/95{
  color: rgb(25 61 143 / 0.95) !important;
}
.text-blue-950{
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 87 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-950\/0{
  color: rgb(20 38 87 / 0) !important;
}
.text-blue-950\/10{
  color: rgb(20 38 87 / 0.1) !important;
}
.text-blue-950\/100{
  color: rgb(20 38 87 / 1) !important;
}
.text-blue-950\/15{
  color: rgb(20 38 87 / 0.15) !important;
}
.text-blue-950\/20{
  color: rgb(20 38 87 / 0.2) !important;
}
.text-blue-950\/25{
  color: rgb(20 38 87 / 0.25) !important;
}
.text-blue-950\/30{
  color: rgb(20 38 87 / 0.3) !important;
}
.text-blue-950\/35{
  color: rgb(20 38 87 / 0.35) !important;
}
.text-blue-950\/40{
  color: rgb(20 38 87 / 0.4) !important;
}
.text-blue-950\/45{
  color: rgb(20 38 87 / 0.45) !important;
}
.text-blue-950\/5{
  color: rgb(20 38 87 / 0.05) !important;
}
.text-blue-950\/50{
  color: rgb(20 38 87 / 0.5) !important;
}
.text-blue-950\/55{
  color: rgb(20 38 87 / 0.55) !important;
}
.text-blue-950\/60{
  color: rgb(20 38 87 / 0.6) !important;
}
.text-blue-950\/65{
  color: rgb(20 38 87 / 0.65) !important;
}
.text-blue-950\/70{
  color: rgb(20 38 87 / 0.7) !important;
}
.text-blue-950\/75{
  color: rgb(20 38 87 / 0.75) !important;
}
.text-blue-950\/80{
  color: rgb(20 38 87 / 0.8) !important;
}
.text-blue-950\/85{
  color: rgb(20 38 87 / 0.85) !important;
}
.text-blue-950\/90{
  color: rgb(20 38 87 / 0.9) !important;
}
.text-blue-950\/95{
  color: rgb(20 38 87 / 0.95) !important;
}
.text-bodyColor{
  --tw-text-opacity: 1 !important;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-100{
  --tw-text-opacity: 1 !important;
  color: rgb(187 229 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-100\/0{
  color: rgb(187 229 255 / 0) !important;
}
.text-cyan-100\/10{
  color: rgb(187 229 255 / 0.1) !important;
}
.text-cyan-100\/100{
  color: rgb(187 229 255 / 1) !important;
}
.text-cyan-100\/15{
  color: rgb(187 229 255 / 0.15) !important;
}
.text-cyan-100\/20{
  color: rgb(187 229 255 / 0.2) !important;
}
.text-cyan-100\/25{
  color: rgb(187 229 255 / 0.25) !important;
}
.text-cyan-100\/30{
  color: rgb(187 229 255 / 0.3) !important;
}
.text-cyan-100\/35{
  color: rgb(187 229 255 / 0.35) !important;
}
.text-cyan-100\/40{
  color: rgb(187 229 255 / 0.4) !important;
}
.text-cyan-100\/45{
  color: rgb(187 229 255 / 0.45) !important;
}
.text-cyan-100\/5{
  color: rgb(187 229 255 / 0.05) !important;
}
.text-cyan-100\/50{
  color: rgb(187 229 255 / 0.5) !important;
}
.text-cyan-100\/55{
  color: rgb(187 229 255 / 0.55) !important;
}
.text-cyan-100\/60{
  color: rgb(187 229 255 / 0.6) !important;
}
.text-cyan-100\/65{
  color: rgb(187 229 255 / 0.65) !important;
}
.text-cyan-100\/70{
  color: rgb(187 229 255 / 0.7) !important;
}
.text-cyan-100\/75{
  color: rgb(187 229 255 / 0.75) !important;
}
.text-cyan-100\/80{
  color: rgb(187 229 255 / 0.8) !important;
}
.text-cyan-100\/85{
  color: rgb(187 229 255 / 0.85) !important;
}
.text-cyan-100\/90{
  color: rgb(187 229 255 / 0.9) !important;
}
.text-cyan-100\/95{
  color: rgb(187 229 255 / 0.95) !important;
}
.text-cyan-200{
  --tw-text-opacity: 1 !important;
  color: rgb(142 211 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-200\/0{
  color: rgb(142 211 255 / 0) !important;
}
.text-cyan-200\/10{
  color: rgb(142 211 255 / 0.1) !important;
}
.text-cyan-200\/100{
  color: rgb(142 211 255 / 1) !important;
}
.text-cyan-200\/15{
  color: rgb(142 211 255 / 0.15) !important;
}
.text-cyan-200\/20{
  color: rgb(142 211 255 / 0.2) !important;
}
.text-cyan-200\/25{
  color: rgb(142 211 255 / 0.25) !important;
}
.text-cyan-200\/30{
  color: rgb(142 211 255 / 0.3) !important;
}
.text-cyan-200\/35{
  color: rgb(142 211 255 / 0.35) !important;
}
.text-cyan-200\/40{
  color: rgb(142 211 255 / 0.4) !important;
}
.text-cyan-200\/45{
  color: rgb(142 211 255 / 0.45) !important;
}
.text-cyan-200\/5{
  color: rgb(142 211 255 / 0.05) !important;
}
.text-cyan-200\/50{
  color: rgb(142 211 255 / 0.5) !important;
}
.text-cyan-200\/55{
  color: rgb(142 211 255 / 0.55) !important;
}
.text-cyan-200\/60{
  color: rgb(142 211 255 / 0.6) !important;
}
.text-cyan-200\/65{
  color: rgb(142 211 255 / 0.65) !important;
}
.text-cyan-200\/70{
  color: rgb(142 211 255 / 0.7) !important;
}
.text-cyan-200\/75{
  color: rgb(142 211 255 / 0.75) !important;
}
.text-cyan-200\/80{
  color: rgb(142 211 255 / 0.8) !important;
}
.text-cyan-200\/85{
  color: rgb(142 211 255 / 0.85) !important;
}
.text-cyan-200\/90{
  color: rgb(142 211 255 / 0.9) !important;
}
.text-cyan-200\/95{
  color: rgb(142 211 255 / 0.95) !important;
}
.text-cyan-300{
  --tw-text-opacity: 1 !important;
  color: rgb(97 193 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-300\/0{
  color: rgb(97 193 255 / 0) !important;
}
.text-cyan-300\/10{
  color: rgb(97 193 255 / 0.1) !important;
}
.text-cyan-300\/100{
  color: rgb(97 193 255 / 1) !important;
}
.text-cyan-300\/15{
  color: rgb(97 193 255 / 0.15) !important;
}
.text-cyan-300\/20{
  color: rgb(97 193 255 / 0.2) !important;
}
.text-cyan-300\/25{
  color: rgb(97 193 255 / 0.25) !important;
}
.text-cyan-300\/30{
  color: rgb(97 193 255 / 0.3) !important;
}
.text-cyan-300\/35{
  color: rgb(97 193 255 / 0.35) !important;
}
.text-cyan-300\/40{
  color: rgb(97 193 255 / 0.4) !important;
}
.text-cyan-300\/45{
  color: rgb(97 193 255 / 0.45) !important;
}
.text-cyan-300\/5{
  color: rgb(97 193 255 / 0.05) !important;
}
.text-cyan-300\/50{
  color: rgb(97 193 255 / 0.5) !important;
}
.text-cyan-300\/55{
  color: rgb(97 193 255 / 0.55) !important;
}
.text-cyan-300\/60{
  color: rgb(97 193 255 / 0.6) !important;
}
.text-cyan-300\/65{
  color: rgb(97 193 255 / 0.65) !important;
}
.text-cyan-300\/70{
  color: rgb(97 193 255 / 0.7) !important;
}
.text-cyan-300\/75{
  color: rgb(97 193 255 / 0.75) !important;
}
.text-cyan-300\/80{
  color: rgb(97 193 255 / 0.8) !important;
}
.text-cyan-300\/85{
  color: rgb(97 193 255 / 0.85) !important;
}
.text-cyan-300\/90{
  color: rgb(97 193 255 / 0.9) !important;
}
.text-cyan-300\/95{
  color: rgb(97 193 255 / 0.95) !important;
}
.text-cyan-400{
  --tw-text-opacity: 1 !important;
  color: rgb(63 180 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-400\/0{
  color: rgb(63 180 255 / 0) !important;
}
.text-cyan-400\/10{
  color: rgb(63 180 255 / 0.1) !important;
}
.text-cyan-400\/100{
  color: rgb(63 180 255 / 1) !important;
}
.text-cyan-400\/15{
  color: rgb(63 180 255 / 0.15) !important;
}
.text-cyan-400\/20{
  color: rgb(63 180 255 / 0.2) !important;
}
.text-cyan-400\/25{
  color: rgb(63 180 255 / 0.25) !important;
}
.text-cyan-400\/30{
  color: rgb(63 180 255 / 0.3) !important;
}
.text-cyan-400\/35{
  color: rgb(63 180 255 / 0.35) !important;
}
.text-cyan-400\/40{
  color: rgb(63 180 255 / 0.4) !important;
}
.text-cyan-400\/45{
  color: rgb(63 180 255 / 0.45) !important;
}
.text-cyan-400\/5{
  color: rgb(63 180 255 / 0.05) !important;
}
.text-cyan-400\/50{
  color: rgb(63 180 255 / 0.5) !important;
}
.text-cyan-400\/55{
  color: rgb(63 180 255 / 0.55) !important;
}
.text-cyan-400\/60{
  color: rgb(63 180 255 / 0.6) !important;
}
.text-cyan-400\/65{
  color: rgb(63 180 255 / 0.65) !important;
}
.text-cyan-400\/70{
  color: rgb(63 180 255 / 0.7) !important;
}
.text-cyan-400\/75{
  color: rgb(63 180 255 / 0.75) !important;
}
.text-cyan-400\/80{
  color: rgb(63 180 255 / 0.8) !important;
}
.text-cyan-400\/85{
  color: rgb(63 180 255 / 0.85) !important;
}
.text-cyan-400\/90{
  color: rgb(63 180 255 / 0.9) !important;
}
.text-cyan-400\/95{
  color: rgb(63 180 255 / 0.95) !important;
}
.text-cyan-50{
  --tw-text-opacity: 1 !important;
  color: rgb(228 244 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-50\/0{
  color: rgb(228 244 255 / 0) !important;
}
.text-cyan-50\/10{
  color: rgb(228 244 255 / 0.1) !important;
}
.text-cyan-50\/100{
  color: rgb(228 244 255 / 1) !important;
}
.text-cyan-50\/15{
  color: rgb(228 244 255 / 0.15) !important;
}
.text-cyan-50\/20{
  color: rgb(228 244 255 / 0.2) !important;
}
.text-cyan-50\/25{
  color: rgb(228 244 255 / 0.25) !important;
}
.text-cyan-50\/30{
  color: rgb(228 244 255 / 0.3) !important;
}
.text-cyan-50\/35{
  color: rgb(228 244 255 / 0.35) !important;
}
.text-cyan-50\/40{
  color: rgb(228 244 255 / 0.4) !important;
}
.text-cyan-50\/45{
  color: rgb(228 244 255 / 0.45) !important;
}
.text-cyan-50\/5{
  color: rgb(228 244 255 / 0.05) !important;
}
.text-cyan-50\/50{
  color: rgb(228 244 255 / 0.5) !important;
}
.text-cyan-50\/55{
  color: rgb(228 244 255 / 0.55) !important;
}
.text-cyan-50\/60{
  color: rgb(228 244 255 / 0.6) !important;
}
.text-cyan-50\/65{
  color: rgb(228 244 255 / 0.65) !important;
}
.text-cyan-50\/70{
  color: rgb(228 244 255 / 0.7) !important;
}
.text-cyan-50\/75{
  color: rgb(228 244 255 / 0.75) !important;
}
.text-cyan-50\/80{
  color: rgb(228 244 255 / 0.8) !important;
}
.text-cyan-50\/85{
  color: rgb(228 244 255 / 0.85) !important;
}
.text-cyan-50\/90{
  color: rgb(228 244 255 / 0.9) !important;
}
.text-cyan-50\/95{
  color: rgb(228 244 255 / 0.95) !important;
}
.text-cyan-500{
  --tw-text-opacity: 1 !important;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-500\/0{
  color: rgb(29 167 255 / 0) !important;
}
.text-cyan-500\/10{
  color: rgb(29 167 255 / 0.1) !important;
}
.text-cyan-500\/100{
  color: rgb(29 167 255 / 1) !important;
}
.text-cyan-500\/15{
  color: rgb(29 167 255 / 0.15) !important;
}
.text-cyan-500\/20{
  color: rgb(29 167 255 / 0.2) !important;
}
.text-cyan-500\/25{
  color: rgb(29 167 255 / 0.25) !important;
}
.text-cyan-500\/30{
  color: rgb(29 167 255 / 0.3) !important;
}
.text-cyan-500\/35{
  color: rgb(29 167 255 / 0.35) !important;
}
.text-cyan-500\/40{
  color: rgb(29 167 255 / 0.4) !important;
}
.text-cyan-500\/45{
  color: rgb(29 167 255 / 0.45) !important;
}
.text-cyan-500\/5{
  color: rgb(29 167 255 / 0.05) !important;
}
.text-cyan-500\/50{
  color: rgb(29 167 255 / 0.5) !important;
}
.text-cyan-500\/55{
  color: rgb(29 167 255 / 0.55) !important;
}
.text-cyan-500\/60{
  color: rgb(29 167 255 / 0.6) !important;
}
.text-cyan-500\/65{
  color: rgb(29 167 255 / 0.65) !important;
}
.text-cyan-500\/70{
  color: rgb(29 167 255 / 0.7) !important;
}
.text-cyan-500\/75{
  color: rgb(29 167 255 / 0.75) !important;
}
.text-cyan-500\/80{
  color: rgb(29 167 255 / 0.8) !important;
}
.text-cyan-500\/85{
  color: rgb(29 167 255 / 0.85) !important;
}
.text-cyan-500\/90{
  color: rgb(29 167 255 / 0.9) !important;
}
.text-cyan-500\/95{
  color: rgb(29 167 255 / 0.95) !important;
}
.text-cyan-600{
  --tw-text-opacity: 1 !important;
  color: rgb(26 159 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-600\/0{
  color: rgb(26 159 255 / 0) !important;
}
.text-cyan-600\/10{
  color: rgb(26 159 255 / 0.1) !important;
}
.text-cyan-600\/100{
  color: rgb(26 159 255 / 1) !important;
}
.text-cyan-600\/15{
  color: rgb(26 159 255 / 0.15) !important;
}
.text-cyan-600\/20{
  color: rgb(26 159 255 / 0.2) !important;
}
.text-cyan-600\/25{
  color: rgb(26 159 255 / 0.25) !important;
}
.text-cyan-600\/30{
  color: rgb(26 159 255 / 0.3) !important;
}
.text-cyan-600\/35{
  color: rgb(26 159 255 / 0.35) !important;
}
.text-cyan-600\/40{
  color: rgb(26 159 255 / 0.4) !important;
}
.text-cyan-600\/45{
  color: rgb(26 159 255 / 0.45) !important;
}
.text-cyan-600\/5{
  color: rgb(26 159 255 / 0.05) !important;
}
.text-cyan-600\/50{
  color: rgb(26 159 255 / 0.5) !important;
}
.text-cyan-600\/55{
  color: rgb(26 159 255 / 0.55) !important;
}
.text-cyan-600\/60{
  color: rgb(26 159 255 / 0.6) !important;
}
.text-cyan-600\/65{
  color: rgb(26 159 255 / 0.65) !important;
}
.text-cyan-600\/70{
  color: rgb(26 159 255 / 0.7) !important;
}
.text-cyan-600\/75{
  color: rgb(26 159 255 / 0.75) !important;
}
.text-cyan-600\/80{
  color: rgb(26 159 255 / 0.8) !important;
}
.text-cyan-600\/85{
  color: rgb(26 159 255 / 0.85) !important;
}
.text-cyan-600\/90{
  color: rgb(26 159 255 / 0.9) !important;
}
.text-cyan-600\/95{
  color: rgb(26 159 255 / 0.95) !important;
}
.text-cyan-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 150 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-700\/0{
  color: rgb(21 150 255 / 0) !important;
}
.text-cyan-700\/10{
  color: rgb(21 150 255 / 0.1) !important;
}
.text-cyan-700\/100{
  color: rgb(21 150 255 / 1) !important;
}
.text-cyan-700\/15{
  color: rgb(21 150 255 / 0.15) !important;
}
.text-cyan-700\/20{
  color: rgb(21 150 255 / 0.2) !important;
}
.text-cyan-700\/25{
  color: rgb(21 150 255 / 0.25) !important;
}
.text-cyan-700\/30{
  color: rgb(21 150 255 / 0.3) !important;
}
.text-cyan-700\/35{
  color: rgb(21 150 255 / 0.35) !important;
}
.text-cyan-700\/40{
  color: rgb(21 150 255 / 0.4) !important;
}
.text-cyan-700\/45{
  color: rgb(21 150 255 / 0.45) !important;
}
.text-cyan-700\/5{
  color: rgb(21 150 255 / 0.05) !important;
}
.text-cyan-700\/50{
  color: rgb(21 150 255 / 0.5) !important;
}
.text-cyan-700\/55{
  color: rgb(21 150 255 / 0.55) !important;
}
.text-cyan-700\/60{
  color: rgb(21 150 255 / 0.6) !important;
}
.text-cyan-700\/65{
  color: rgb(21 150 255 / 0.65) !important;
}
.text-cyan-700\/70{
  color: rgb(21 150 255 / 0.7) !important;
}
.text-cyan-700\/75{
  color: rgb(21 150 255 / 0.75) !important;
}
.text-cyan-700\/80{
  color: rgb(21 150 255 / 0.8) !important;
}
.text-cyan-700\/85{
  color: rgb(21 150 255 / 0.85) !important;
}
.text-cyan-700\/90{
  color: rgb(21 150 255 / 0.9) !important;
}
.text-cyan-700\/95{
  color: rgb(21 150 255 / 0.95) !important;
}
.text-cyan-800{
  --tw-text-opacity: 1 !important;
  color: rgb(17 140 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-800\/0{
  color: rgb(17 140 255 / 0) !important;
}
.text-cyan-800\/10{
  color: rgb(17 140 255 / 0.1) !important;
}
.text-cyan-800\/100{
  color: rgb(17 140 255 / 1) !important;
}
.text-cyan-800\/15{
  color: rgb(17 140 255 / 0.15) !important;
}
.text-cyan-800\/20{
  color: rgb(17 140 255 / 0.2) !important;
}
.text-cyan-800\/25{
  color: rgb(17 140 255 / 0.25) !important;
}
.text-cyan-800\/30{
  color: rgb(17 140 255 / 0.3) !important;
}
.text-cyan-800\/35{
  color: rgb(17 140 255 / 0.35) !important;
}
.text-cyan-800\/40{
  color: rgb(17 140 255 / 0.4) !important;
}
.text-cyan-800\/45{
  color: rgb(17 140 255 / 0.45) !important;
}
.text-cyan-800\/5{
  color: rgb(17 140 255 / 0.05) !important;
}
.text-cyan-800\/50{
  color: rgb(17 140 255 / 0.5) !important;
}
.text-cyan-800\/55{
  color: rgb(17 140 255 / 0.55) !important;
}
.text-cyan-800\/60{
  color: rgb(17 140 255 / 0.6) !important;
}
.text-cyan-800\/65{
  color: rgb(17 140 255 / 0.65) !important;
}
.text-cyan-800\/70{
  color: rgb(17 140 255 / 0.7) !important;
}
.text-cyan-800\/75{
  color: rgb(17 140 255 / 0.75) !important;
}
.text-cyan-800\/80{
  color: rgb(17 140 255 / 0.8) !important;
}
.text-cyan-800\/85{
  color: rgb(17 140 255 / 0.85) !important;
}
.text-cyan-800\/90{
  color: rgb(17 140 255 / 0.9) !important;
}
.text-cyan-800\/95{
  color: rgb(17 140 255 / 0.95) !important;
}
.text-cyan-900{
  --tw-text-opacity: 1 !important;
  color: rgb(10 124 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-900\/0{
  color: rgb(10 124 255 / 0) !important;
}
.text-cyan-900\/10{
  color: rgb(10 124 255 / 0.1) !important;
}
.text-cyan-900\/100{
  color: rgb(10 124 255 / 1) !important;
}
.text-cyan-900\/15{
  color: rgb(10 124 255 / 0.15) !important;
}
.text-cyan-900\/20{
  color: rgb(10 124 255 / 0.2) !important;
}
.text-cyan-900\/25{
  color: rgb(10 124 255 / 0.25) !important;
}
.text-cyan-900\/30{
  color: rgb(10 124 255 / 0.3) !important;
}
.text-cyan-900\/35{
  color: rgb(10 124 255 / 0.35) !important;
}
.text-cyan-900\/40{
  color: rgb(10 124 255 / 0.4) !important;
}
.text-cyan-900\/45{
  color: rgb(10 124 255 / 0.45) !important;
}
.text-cyan-900\/5{
  color: rgb(10 124 255 / 0.05) !important;
}
.text-cyan-900\/50{
  color: rgb(10 124 255 / 0.5) !important;
}
.text-cyan-900\/55{
  color: rgb(10 124 255 / 0.55) !important;
}
.text-cyan-900\/60{
  color: rgb(10 124 255 / 0.6) !important;
}
.text-cyan-900\/65{
  color: rgb(10 124 255 / 0.65) !important;
}
.text-cyan-900\/70{
  color: rgb(10 124 255 / 0.7) !important;
}
.text-cyan-900\/75{
  color: rgb(10 124 255 / 0.75) !important;
}
.text-cyan-900\/80{
  color: rgb(10 124 255 / 0.8) !important;
}
.text-cyan-900\/85{
  color: rgb(10 124 255 / 0.85) !important;
}
.text-cyan-900\/90{
  color: rgb(10 124 255 / 0.9) !important;
}
.text-cyan-900\/95{
  color: rgb(10 124 255 / 0.95) !important;
}
.text-cyan-950{
  --tw-text-opacity: 1 !important;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-950\/0{
  color: rgb(8 51 68 / 0) !important;
}
.text-cyan-950\/10{
  color: rgb(8 51 68 / 0.1) !important;
}
.text-cyan-950\/100{
  color: rgb(8 51 68 / 1) !important;
}
.text-cyan-950\/15{
  color: rgb(8 51 68 / 0.15) !important;
}
.text-cyan-950\/20{
  color: rgb(8 51 68 / 0.2) !important;
}
.text-cyan-950\/25{
  color: rgb(8 51 68 / 0.25) !important;
}
.text-cyan-950\/30{
  color: rgb(8 51 68 / 0.3) !important;
}
.text-cyan-950\/35{
  color: rgb(8 51 68 / 0.35) !important;
}
.text-cyan-950\/40{
  color: rgb(8 51 68 / 0.4) !important;
}
.text-cyan-950\/45{
  color: rgb(8 51 68 / 0.45) !important;
}
.text-cyan-950\/5{
  color: rgb(8 51 68 / 0.05) !important;
}
.text-cyan-950\/50{
  color: rgb(8 51 68 / 0.5) !important;
}
.text-cyan-950\/55{
  color: rgb(8 51 68 / 0.55) !important;
}
.text-cyan-950\/60{
  color: rgb(8 51 68 / 0.6) !important;
}
.text-cyan-950\/65{
  color: rgb(8 51 68 / 0.65) !important;
}
.text-cyan-950\/70{
  color: rgb(8 51 68 / 0.7) !important;
}
.text-cyan-950\/75{
  color: rgb(8 51 68 / 0.75) !important;
}
.text-cyan-950\/80{
  color: rgb(8 51 68 / 0.8) !important;
}
.text-cyan-950\/85{
  color: rgb(8 51 68 / 0.85) !important;
}
.text-cyan-950\/90{
  color: rgb(8 51 68 / 0.9) !important;
}
.text-cyan-950\/95{
  color: rgb(8 51 68 / 0.95) !important;
}
.text-darkgrey-100{
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 241 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-100\/0{
  color: rgb(229 229 241 / 0) !important;
}
.text-darkgrey-100\/10{
  color: rgb(229 229 241 / 0.1) !important;
}
.text-darkgrey-100\/100{
  color: rgb(229 229 241 / 1) !important;
}
.text-darkgrey-100\/15{
  color: rgb(229 229 241 / 0.15) !important;
}
.text-darkgrey-100\/20{
  color: rgb(229 229 241 / 0.2) !important;
}
.text-darkgrey-100\/25{
  color: rgb(229 229 241 / 0.25) !important;
}
.text-darkgrey-100\/30{
  color: rgb(229 229 241 / 0.3) !important;
}
.text-darkgrey-100\/35{
  color: rgb(229 229 241 / 0.35) !important;
}
.text-darkgrey-100\/40{
  color: rgb(229 229 241 / 0.4) !important;
}
.text-darkgrey-100\/45{
  color: rgb(229 229 241 / 0.45) !important;
}
.text-darkgrey-100\/5{
  color: rgb(229 229 241 / 0.05) !important;
}
.text-darkgrey-100\/50{
  color: rgb(229 229 241 / 0.5) !important;
}
.text-darkgrey-100\/55{
  color: rgb(229 229 241 / 0.55) !important;
}
.text-darkgrey-100\/60{
  color: rgb(229 229 241 / 0.6) !important;
}
.text-darkgrey-100\/65{
  color: rgb(229 229 241 / 0.65) !important;
}
.text-darkgrey-100\/70{
  color: rgb(229 229 241 / 0.7) !important;
}
.text-darkgrey-100\/75{
  color: rgb(229 229 241 / 0.75) !important;
}
.text-darkgrey-100\/80{
  color: rgb(229 229 241 / 0.8) !important;
}
.text-darkgrey-100\/85{
  color: rgb(229 229 241 / 0.85) !important;
}
.text-darkgrey-100\/90{
  color: rgb(229 229 241 / 0.9) !important;
}
.text-darkgrey-100\/95{
  color: rgb(229 229 241 / 0.95) !important;
}
.text-darkgrey-200{
  --tw-text-opacity: 1 !important;
  color: rgb(211 212 231 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-200\/0{
  color: rgb(211 212 231 / 0) !important;
}
.text-darkgrey-200\/10{
  color: rgb(211 212 231 / 0.1) !important;
}
.text-darkgrey-200\/100{
  color: rgb(211 212 231 / 1) !important;
}
.text-darkgrey-200\/15{
  color: rgb(211 212 231 / 0.15) !important;
}
.text-darkgrey-200\/20{
  color: rgb(211 212 231 / 0.2) !important;
}
.text-darkgrey-200\/25{
  color: rgb(211 212 231 / 0.25) !important;
}
.text-darkgrey-200\/30{
  color: rgb(211 212 231 / 0.3) !important;
}
.text-darkgrey-200\/35{
  color: rgb(211 212 231 / 0.35) !important;
}
.text-darkgrey-200\/40{
  color: rgb(211 212 231 / 0.4) !important;
}
.text-darkgrey-200\/45{
  color: rgb(211 212 231 / 0.45) !important;
}
.text-darkgrey-200\/5{
  color: rgb(211 212 231 / 0.05) !important;
}
.text-darkgrey-200\/50{
  color: rgb(211 212 231 / 0.5) !important;
}
.text-darkgrey-200\/55{
  color: rgb(211 212 231 / 0.55) !important;
}
.text-darkgrey-200\/60{
  color: rgb(211 212 231 / 0.6) !important;
}
.text-darkgrey-200\/65{
  color: rgb(211 212 231 / 0.65) !important;
}
.text-darkgrey-200\/70{
  color: rgb(211 212 231 / 0.7) !important;
}
.text-darkgrey-200\/75{
  color: rgb(211 212 231 / 0.75) !important;
}
.text-darkgrey-200\/80{
  color: rgb(211 212 231 / 0.8) !important;
}
.text-darkgrey-200\/85{
  color: rgb(211 212 231 / 0.85) !important;
}
.text-darkgrey-200\/90{
  color: rgb(211 212 231 / 0.9) !important;
}
.text-darkgrey-200\/95{
  color: rgb(211 212 231 / 0.95) !important;
}
.text-darkgrey-300{
  --tw-text-opacity: 1 !important;
  color: rgb(193 195 221 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-300\/0{
  color: rgb(193 195 221 / 0) !important;
}
.text-darkgrey-300\/10{
  color: rgb(193 195 221 / 0.1) !important;
}
.text-darkgrey-300\/100{
  color: rgb(193 195 221 / 1) !important;
}
.text-darkgrey-300\/15{
  color: rgb(193 195 221 / 0.15) !important;
}
.text-darkgrey-300\/20{
  color: rgb(193 195 221 / 0.2) !important;
}
.text-darkgrey-300\/25{
  color: rgb(193 195 221 / 0.25) !important;
}
.text-darkgrey-300\/30{
  color: rgb(193 195 221 / 0.3) !important;
}
.text-darkgrey-300\/35{
  color: rgb(193 195 221 / 0.35) !important;
}
.text-darkgrey-300\/40{
  color: rgb(193 195 221 / 0.4) !important;
}
.text-darkgrey-300\/45{
  color: rgb(193 195 221 / 0.45) !important;
}
.text-darkgrey-300\/5{
  color: rgb(193 195 221 / 0.05) !important;
}
.text-darkgrey-300\/50{
  color: rgb(193 195 221 / 0.5) !important;
}
.text-darkgrey-300\/55{
  color: rgb(193 195 221 / 0.55) !important;
}
.text-darkgrey-300\/60{
  color: rgb(193 195 221 / 0.6) !important;
}
.text-darkgrey-300\/65{
  color: rgb(193 195 221 / 0.65) !important;
}
.text-darkgrey-300\/70{
  color: rgb(193 195 221 / 0.7) !important;
}
.text-darkgrey-300\/75{
  color: rgb(193 195 221 / 0.75) !important;
}
.text-darkgrey-300\/80{
  color: rgb(193 195 221 / 0.8) !important;
}
.text-darkgrey-300\/85{
  color: rgb(193 195 221 / 0.85) !important;
}
.text-darkgrey-300\/90{
  color: rgb(193 195 221 / 0.9) !important;
}
.text-darkgrey-300\/95{
  color: rgb(193 195 221 / 0.95) !important;
}
.text-darkgrey-400{
  --tw-text-opacity: 1 !important;
  color: rgb(180 182 214 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-400\/0{
  color: rgb(180 182 214 / 0) !important;
}
.text-darkgrey-400\/10{
  color: rgb(180 182 214 / 0.1) !important;
}
.text-darkgrey-400\/100{
  color: rgb(180 182 214 / 1) !important;
}
.text-darkgrey-400\/15{
  color: rgb(180 182 214 / 0.15) !important;
}
.text-darkgrey-400\/20{
  color: rgb(180 182 214 / 0.2) !important;
}
.text-darkgrey-400\/25{
  color: rgb(180 182 214 / 0.25) !important;
}
.text-darkgrey-400\/30{
  color: rgb(180 182 214 / 0.3) !important;
}
.text-darkgrey-400\/35{
  color: rgb(180 182 214 / 0.35) !important;
}
.text-darkgrey-400\/40{
  color: rgb(180 182 214 / 0.4) !important;
}
.text-darkgrey-400\/45{
  color: rgb(180 182 214 / 0.45) !important;
}
.text-darkgrey-400\/5{
  color: rgb(180 182 214 / 0.05) !important;
}
.text-darkgrey-400\/50{
  color: rgb(180 182 214 / 0.5) !important;
}
.text-darkgrey-400\/55{
  color: rgb(180 182 214 / 0.55) !important;
}
.text-darkgrey-400\/60{
  color: rgb(180 182 214 / 0.6) !important;
}
.text-darkgrey-400\/65{
  color: rgb(180 182 214 / 0.65) !important;
}
.text-darkgrey-400\/70{
  color: rgb(180 182 214 / 0.7) !important;
}
.text-darkgrey-400\/75{
  color: rgb(180 182 214 / 0.75) !important;
}
.text-darkgrey-400\/80{
  color: rgb(180 182 214 / 0.8) !important;
}
.text-darkgrey-400\/85{
  color: rgb(180 182 214 / 0.85) !important;
}
.text-darkgrey-400\/90{
  color: rgb(180 182 214 / 0.9) !important;
}
.text-darkgrey-400\/95{
  color: rgb(180 182 214 / 0.95) !important;
}
.text-darkgrey-50{
  --tw-text-opacity: 1 !important;
  color: rgb(244 245 249 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-50\/0{
  color: rgb(244 245 249 / 0) !important;
}
.text-darkgrey-50\/10{
  color: rgb(244 245 249 / 0.1) !important;
}
.text-darkgrey-50\/100{
  color: rgb(244 245 249 / 1) !important;
}
.text-darkgrey-50\/15{
  color: rgb(244 245 249 / 0.15) !important;
}
.text-darkgrey-50\/20{
  color: rgb(244 245 249 / 0.2) !important;
}
.text-darkgrey-50\/25{
  color: rgb(244 245 249 / 0.25) !important;
}
.text-darkgrey-50\/30{
  color: rgb(244 245 249 / 0.3) !important;
}
.text-darkgrey-50\/35{
  color: rgb(244 245 249 / 0.35) !important;
}
.text-darkgrey-50\/40{
  color: rgb(244 245 249 / 0.4) !important;
}
.text-darkgrey-50\/45{
  color: rgb(244 245 249 / 0.45) !important;
}
.text-darkgrey-50\/5{
  color: rgb(244 245 249 / 0.05) !important;
}
.text-darkgrey-50\/50{
  color: rgb(244 245 249 / 0.5) !important;
}
.text-darkgrey-50\/55{
  color: rgb(244 245 249 / 0.55) !important;
}
.text-darkgrey-50\/60{
  color: rgb(244 245 249 / 0.6) !important;
}
.text-darkgrey-50\/65{
  color: rgb(244 245 249 / 0.65) !important;
}
.text-darkgrey-50\/70{
  color: rgb(244 245 249 / 0.7) !important;
}
.text-darkgrey-50\/75{
  color: rgb(244 245 249 / 0.75) !important;
}
.text-darkgrey-50\/80{
  color: rgb(244 245 249 / 0.8) !important;
}
.text-darkgrey-50\/85{
  color: rgb(244 245 249 / 0.85) !important;
}
.text-darkgrey-50\/90{
  color: rgb(244 245 249 / 0.9) !important;
}
.text-darkgrey-50\/95{
  color: rgb(244 245 249 / 0.95) !important;
}
.text-darkgrey-500{
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 207 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-500\/0{
  color: rgb(167 169 207 / 0) !important;
}
.text-darkgrey-500\/10{
  color: rgb(167 169 207 / 0.1) !important;
}
.text-darkgrey-500\/100{
  color: rgb(167 169 207 / 1) !important;
}
.text-darkgrey-500\/15{
  color: rgb(167 169 207 / 0.15) !important;
}
.text-darkgrey-500\/20{
  color: rgb(167 169 207 / 0.2) !important;
}
.text-darkgrey-500\/25{
  color: rgb(167 169 207 / 0.25) !important;
}
.text-darkgrey-500\/30{
  color: rgb(167 169 207 / 0.3) !important;
}
.text-darkgrey-500\/35{
  color: rgb(167 169 207 / 0.35) !important;
}
.text-darkgrey-500\/40{
  color: rgb(167 169 207 / 0.4) !important;
}
.text-darkgrey-500\/45{
  color: rgb(167 169 207 / 0.45) !important;
}
.text-darkgrey-500\/5{
  color: rgb(167 169 207 / 0.05) !important;
}
.text-darkgrey-500\/50{
  color: rgb(167 169 207 / 0.5) !important;
}
.text-darkgrey-500\/55{
  color: rgb(167 169 207 / 0.55) !important;
}
.text-darkgrey-500\/60{
  color: rgb(167 169 207 / 0.6) !important;
}
.text-darkgrey-500\/65{
  color: rgb(167 169 207 / 0.65) !important;
}
.text-darkgrey-500\/70{
  color: rgb(167 169 207 / 0.7) !important;
}
.text-darkgrey-500\/75{
  color: rgb(167 169 207 / 0.75) !important;
}
.text-darkgrey-500\/80{
  color: rgb(167 169 207 / 0.8) !important;
}
.text-darkgrey-500\/85{
  color: rgb(167 169 207 / 0.85) !important;
}
.text-darkgrey-500\/90{
  color: rgb(167 169 207 / 0.9) !important;
}
.text-darkgrey-500\/95{
  color: rgb(167 169 207 / 0.95) !important;
}
.text-darkgrey-600{
  --tw-text-opacity: 1 !important;
  color: rgb(159 162 202 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-600\/0{
  color: rgb(159 162 202 / 0) !important;
}
.text-darkgrey-600\/10{
  color: rgb(159 162 202 / 0.1) !important;
}
.text-darkgrey-600\/100{
  color: rgb(159 162 202 / 1) !important;
}
.text-darkgrey-600\/15{
  color: rgb(159 162 202 / 0.15) !important;
}
.text-darkgrey-600\/20{
  color: rgb(159 162 202 / 0.2) !important;
}
.text-darkgrey-600\/25{
  color: rgb(159 162 202 / 0.25) !important;
}
.text-darkgrey-600\/30{
  color: rgb(159 162 202 / 0.3) !important;
}
.text-darkgrey-600\/35{
  color: rgb(159 162 202 / 0.35) !important;
}
.text-darkgrey-600\/40{
  color: rgb(159 162 202 / 0.4) !important;
}
.text-darkgrey-600\/45{
  color: rgb(159 162 202 / 0.45) !important;
}
.text-darkgrey-600\/5{
  color: rgb(159 162 202 / 0.05) !important;
}
.text-darkgrey-600\/50{
  color: rgb(159 162 202 / 0.5) !important;
}
.text-darkgrey-600\/55{
  color: rgb(159 162 202 / 0.55) !important;
}
.text-darkgrey-600\/60{
  color: rgb(159 162 202 / 0.6) !important;
}
.text-darkgrey-600\/65{
  color: rgb(159 162 202 / 0.65) !important;
}
.text-darkgrey-600\/70{
  color: rgb(159 162 202 / 0.7) !important;
}
.text-darkgrey-600\/75{
  color: rgb(159 162 202 / 0.75) !important;
}
.text-darkgrey-600\/80{
  color: rgb(159 162 202 / 0.8) !important;
}
.text-darkgrey-600\/85{
  color: rgb(159 162 202 / 0.85) !important;
}
.text-darkgrey-600\/90{
  color: rgb(159 162 202 / 0.9) !important;
}
.text-darkgrey-600\/95{
  color: rgb(159 162 202 / 0.95) !important;
}
.text-darkgrey-700{
  --tw-text-opacity: 1 !important;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-700\/0{
  color: rgb(150 152 195 / 0) !important;
}
.text-darkgrey-700\/10{
  color: rgb(150 152 195 / 0.1) !important;
}
.text-darkgrey-700\/100{
  color: rgb(150 152 195 / 1) !important;
}
.text-darkgrey-700\/15{
  color: rgb(150 152 195 / 0.15) !important;
}
.text-darkgrey-700\/20{
  color: rgb(150 152 195 / 0.2) !important;
}
.text-darkgrey-700\/25{
  color: rgb(150 152 195 / 0.25) !important;
}
.text-darkgrey-700\/30{
  color: rgb(150 152 195 / 0.3) !important;
}
.text-darkgrey-700\/35{
  color: rgb(150 152 195 / 0.35) !important;
}
.text-darkgrey-700\/40{
  color: rgb(150 152 195 / 0.4) !important;
}
.text-darkgrey-700\/45{
  color: rgb(150 152 195 / 0.45) !important;
}
.text-darkgrey-700\/5{
  color: rgb(150 152 195 / 0.05) !important;
}
.text-darkgrey-700\/50{
  color: rgb(150 152 195 / 0.5) !important;
}
.text-darkgrey-700\/55{
  color: rgb(150 152 195 / 0.55) !important;
}
.text-darkgrey-700\/60{
  color: rgb(150 152 195 / 0.6) !important;
}
.text-darkgrey-700\/65{
  color: rgb(150 152 195 / 0.65) !important;
}
.text-darkgrey-700\/70{
  color: rgb(150 152 195 / 0.7) !important;
}
.text-darkgrey-700\/75{
  color: rgb(150 152 195 / 0.75) !important;
}
.text-darkgrey-700\/80{
  color: rgb(150 152 195 / 0.8) !important;
}
.text-darkgrey-700\/85{
  color: rgb(150 152 195 / 0.85) !important;
}
.text-darkgrey-700\/90{
  color: rgb(150 152 195 / 0.9) !important;
}
.text-darkgrey-700\/95{
  color: rgb(150 152 195 / 0.95) !important;
}
.text-darkgrey-800{
  --tw-text-opacity: 1 !important;
  color: rgb(140 143 189 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-800\/0{
  color: rgb(140 143 189 / 0) !important;
}
.text-darkgrey-800\/10{
  color: rgb(140 143 189 / 0.1) !important;
}
.text-darkgrey-800\/100{
  color: rgb(140 143 189 / 1) !important;
}
.text-darkgrey-800\/15{
  color: rgb(140 143 189 / 0.15) !important;
}
.text-darkgrey-800\/20{
  color: rgb(140 143 189 / 0.2) !important;
}
.text-darkgrey-800\/25{
  color: rgb(140 143 189 / 0.25) !important;
}
.text-darkgrey-800\/30{
  color: rgb(140 143 189 / 0.3) !important;
}
.text-darkgrey-800\/35{
  color: rgb(140 143 189 / 0.35) !important;
}
.text-darkgrey-800\/40{
  color: rgb(140 143 189 / 0.4) !important;
}
.text-darkgrey-800\/45{
  color: rgb(140 143 189 / 0.45) !important;
}
.text-darkgrey-800\/5{
  color: rgb(140 143 189 / 0.05) !important;
}
.text-darkgrey-800\/50{
  color: rgb(140 143 189 / 0.5) !important;
}
.text-darkgrey-800\/55{
  color: rgb(140 143 189 / 0.55) !important;
}
.text-darkgrey-800\/60{
  color: rgb(140 143 189 / 0.6) !important;
}
.text-darkgrey-800\/65{
  color: rgb(140 143 189 / 0.65) !important;
}
.text-darkgrey-800\/70{
  color: rgb(140 143 189 / 0.7) !important;
}
.text-darkgrey-800\/75{
  color: rgb(140 143 189 / 0.75) !important;
}
.text-darkgrey-800\/80{
  color: rgb(140 143 189 / 0.8) !important;
}
.text-darkgrey-800\/85{
  color: rgb(140 143 189 / 0.85) !important;
}
.text-darkgrey-800\/90{
  color: rgb(140 143 189 / 0.9) !important;
}
.text-darkgrey-800\/95{
  color: rgb(140 143 189 / 0.95) !important;
}
.text-darkgrey-900{
  --tw-text-opacity: 1 !important;
  color: rgb(124 126 178 / var(--tw-text-opacity, 1)) !important;
}
.text-darkgrey-900\/0{
  color: rgb(124 126 178 / 0) !important;
}
.text-darkgrey-900\/10{
  color: rgb(124 126 178 / 0.1) !important;
}
.text-darkgrey-900\/100{
  color: rgb(124 126 178 / 1) !important;
}
.text-darkgrey-900\/15{
  color: rgb(124 126 178 / 0.15) !important;
}
.text-darkgrey-900\/20{
  color: rgb(124 126 178 / 0.2) !important;
}
.text-darkgrey-900\/25{
  color: rgb(124 126 178 / 0.25) !important;
}
.text-darkgrey-900\/30{
  color: rgb(124 126 178 / 0.3) !important;
}
.text-darkgrey-900\/35{
  color: rgb(124 126 178 / 0.35) !important;
}
.text-darkgrey-900\/40{
  color: rgb(124 126 178 / 0.4) !important;
}
.text-darkgrey-900\/45{
  color: rgb(124 126 178 / 0.45) !important;
}
.text-darkgrey-900\/5{
  color: rgb(124 126 178 / 0.05) !important;
}
.text-darkgrey-900\/50{
  color: rgb(124 126 178 / 0.5) !important;
}
.text-darkgrey-900\/55{
  color: rgb(124 126 178 / 0.55) !important;
}
.text-darkgrey-900\/60{
  color: rgb(124 126 178 / 0.6) !important;
}
.text-darkgrey-900\/65{
  color: rgb(124 126 178 / 0.65) !important;
}
.text-darkgrey-900\/70{
  color: rgb(124 126 178 / 0.7) !important;
}
.text-darkgrey-900\/75{
  color: rgb(124 126 178 / 0.75) !important;
}
.text-darkgrey-900\/80{
  color: rgb(124 126 178 / 0.8) !important;
}
.text-darkgrey-900\/85{
  color: rgb(124 126 178 / 0.85) !important;
}
.text-darkgrey-900\/90{
  color: rgb(124 126 178 / 0.9) !important;
}
.text-darkgrey-900\/95{
  color: rgb(124 126 178 / 0.95) !important;
}
.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-100\/0{
  color: rgb(243 244 246 / 0) !important;
}
.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1) !important;
}
.text-gray-100\/100{
  color: rgb(243 244 246 / 1) !important;
}
.text-gray-100\/15{
  color: rgb(243 244 246 / 0.15) !important;
}
.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2) !important;
}
.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25) !important;
}
.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3) !important;
}
.text-gray-100\/35{
  color: rgb(243 244 246 / 0.35) !important;
}
.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4) !important;
}
.text-gray-100\/45{
  color: rgb(243 244 246 / 0.45) !important;
}
.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05) !important;
}
.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5) !important;
}
.text-gray-100\/55{
  color: rgb(243 244 246 / 0.55) !important;
}
.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6) !important;
}
.text-gray-100\/65{
  color: rgb(243 244 246 / 0.65) !important;
}
.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7) !important;
}
.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75) !important;
}
.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8) !important;
}
.text-gray-100\/85{
  color: rgb(243 244 246 / 0.85) !important;
}
.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9) !important;
}
.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95) !important;
}
.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-200\/0{
  color: rgb(229 231 235 / 0) !important;
}
.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1) !important;
}
.text-gray-200\/100{
  color: rgb(229 231 235 / 1) !important;
}
.text-gray-200\/15{
  color: rgb(229 231 235 / 0.15) !important;
}
.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2) !important;
}
.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25) !important;
}
.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3) !important;
}
.text-gray-200\/35{
  color: rgb(229 231 235 / 0.35) !important;
}
.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4) !important;
}
.text-gray-200\/45{
  color: rgb(229 231 235 / 0.45) !important;
}
.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05) !important;
}
.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5) !important;
}
.text-gray-200\/55{
  color: rgb(229 231 235 / 0.55) !important;
}
.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6) !important;
}
.text-gray-200\/65{
  color: rgb(229 231 235 / 0.65) !important;
}
.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7) !important;
}
.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75) !important;
}
.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8) !important;
}
.text-gray-200\/85{
  color: rgb(229 231 235 / 0.85) !important;
}
.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9) !important;
}
.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95) !important;
}
.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-300\/0{
  color: rgb(209 213 219 / 0) !important;
}
.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1) !important;
}
.text-gray-300\/100{
  color: rgb(209 213 219 / 1) !important;
}
.text-gray-300\/15{
  color: rgb(209 213 219 / 0.15) !important;
}
.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2) !important;
}
.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25) !important;
}
.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3) !important;
}
.text-gray-300\/35{
  color: rgb(209 213 219 / 0.35) !important;
}
.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4) !important;
}
.text-gray-300\/45{
  color: rgb(209 213 219 / 0.45) !important;
}
.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05) !important;
}
.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5) !important;
}
.text-gray-300\/55{
  color: rgb(209 213 219 / 0.55) !important;
}
.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6) !important;
}
.text-gray-300\/65{
  color: rgb(209 213 219 / 0.65) !important;
}
.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7) !important;
}
.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75) !important;
}
.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8) !important;
}
.text-gray-300\/85{
  color: rgb(209 213 219 / 0.85) !important;
}
.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9) !important;
}
.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95) !important;
}
.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-400\/0{
  color: rgb(156 163 175 / 0) !important;
}
.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1) !important;
}
.text-gray-400\/100{
  color: rgb(156 163 175 / 1) !important;
}
.text-gray-400\/15{
  color: rgb(156 163 175 / 0.15) !important;
}
.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2) !important;
}
.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25) !important;
}
.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3) !important;
}
.text-gray-400\/35{
  color: rgb(156 163 175 / 0.35) !important;
}
.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4) !important;
}
.text-gray-400\/45{
  color: rgb(156 163 175 / 0.45) !important;
}
.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05) !important;
}
.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5) !important;
}
.text-gray-400\/55{
  color: rgb(156 163 175 / 0.55) !important;
}
.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6) !important;
}
.text-gray-400\/65{
  color: rgb(156 163 175 / 0.65) !important;
}
.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7) !important;
}
.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75) !important;
}
.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8) !important;
}
.text-gray-400\/85{
  color: rgb(156 163 175 / 0.85) !important;
}
.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9) !important;
}
.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95) !important;
}
.text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-50\/0{
  color: rgb(249 250 251 / 0) !important;
}
.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1) !important;
}
.text-gray-50\/100{
  color: rgb(249 250 251 / 1) !important;
}
.text-gray-50\/15{
  color: rgb(249 250 251 / 0.15) !important;
}
.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2) !important;
}
.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25) !important;
}
.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3) !important;
}
.text-gray-50\/35{
  color: rgb(249 250 251 / 0.35) !important;
}
.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4) !important;
}
.text-gray-50\/45{
  color: rgb(249 250 251 / 0.45) !important;
}
.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05) !important;
}
.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5) !important;
}
.text-gray-50\/55{
  color: rgb(249 250 251 / 0.55) !important;
}
.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6) !important;
}
.text-gray-50\/65{
  color: rgb(249 250 251 / 0.65) !important;
}
.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7) !important;
}
.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75) !important;
}
.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8) !important;
}
.text-gray-50\/85{
  color: rgb(249 250 251 / 0.85) !important;
}
.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9) !important;
}
.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95) !important;
}
.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-500\/0{
  color: rgb(107 114 128 / 0) !important;
}
.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1) !important;
}
.text-gray-500\/100{
  color: rgb(107 114 128 / 1) !important;
}
.text-gray-500\/15{
  color: rgb(107 114 128 / 0.15) !important;
}
.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2) !important;
}
.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25) !important;
}
.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3) !important;
}
.text-gray-500\/35{
  color: rgb(107 114 128 / 0.35) !important;
}
.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4) !important;
}
.text-gray-500\/45{
  color: rgb(107 114 128 / 0.45) !important;
}
.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05) !important;
}
.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5) !important;
}
.text-gray-500\/55{
  color: rgb(107 114 128 / 0.55) !important;
}
.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6) !important;
}
.text-gray-500\/65{
  color: rgb(107 114 128 / 0.65) !important;
}
.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7) !important;
}
.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75) !important;
}
.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8) !important;
}
.text-gray-500\/85{
  color: rgb(107 114 128 / 0.85) !important;
}
.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9) !important;
}
.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95) !important;
}
.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-600\/0{
  color: rgb(75 85 99 / 0) !important;
}
.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1) !important;
}
.text-gray-600\/100{
  color: rgb(75 85 99 / 1) !important;
}
.text-gray-600\/15{
  color: rgb(75 85 99 / 0.15) !important;
}
.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2) !important;
}
.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25) !important;
}
.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3) !important;
}
.text-gray-600\/35{
  color: rgb(75 85 99 / 0.35) !important;
}
.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4) !important;
}
.text-gray-600\/45{
  color: rgb(75 85 99 / 0.45) !important;
}
.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05) !important;
}
.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5) !important;
}
.text-gray-600\/55{
  color: rgb(75 85 99 / 0.55) !important;
}
.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6) !important;
}
.text-gray-600\/65{
  color: rgb(75 85 99 / 0.65) !important;
}
.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7) !important;
}
.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75) !important;
}
.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8) !important;
}
.text-gray-600\/85{
  color: rgb(75 85 99 / 0.85) !important;
}
.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9) !important;
}
.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95) !important;
}
.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-700\/0{
  color: rgb(55 65 81 / 0) !important;
}
.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1) !important;
}
.text-gray-700\/100{
  color: rgb(55 65 81 / 1) !important;
}
.text-gray-700\/15{
  color: rgb(55 65 81 / 0.15) !important;
}
.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2) !important;
}
.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25) !important;
}
.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3) !important;
}
.text-gray-700\/35{
  color: rgb(55 65 81 / 0.35) !important;
}
.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4) !important;
}
.text-gray-700\/45{
  color: rgb(55 65 81 / 0.45) !important;
}
.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05) !important;
}
.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5) !important;
}
.text-gray-700\/55{
  color: rgb(55 65 81 / 0.55) !important;
}
.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6) !important;
}
.text-gray-700\/65{
  color: rgb(55 65 81 / 0.65) !important;
}
.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7) !important;
}
.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75) !important;
}
.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8) !important;
}
.text-gray-700\/85{
  color: rgb(55 65 81 / 0.85) !important;
}
.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9) !important;
}
.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95) !important;
}
.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-800\/0{
  color: rgb(31 41 55 / 0) !important;
}
.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1) !important;
}
.text-gray-800\/100{
  color: rgb(31 41 55 / 1) !important;
}
.text-gray-800\/15{
  color: rgb(31 41 55 / 0.15) !important;
}
.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2) !important;
}
.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25) !important;
}
.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3) !important;
}
.text-gray-800\/35{
  color: rgb(31 41 55 / 0.35) !important;
}
.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4) !important;
}
.text-gray-800\/45{
  color: rgb(31 41 55 / 0.45) !important;
}
.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05) !important;
}
.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5) !important;
}
.text-gray-800\/55{
  color: rgb(31 41 55 / 0.55) !important;
}
.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6) !important;
}
.text-gray-800\/65{
  color: rgb(31 41 55 / 0.65) !important;
}
.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7) !important;
}
.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75) !important;
}
.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8) !important;
}
.text-gray-800\/85{
  color: rgb(31 41 55 / 0.85) !important;
}
.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9) !important;
}
.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95) !important;
}
.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-900\/0{
  color: rgb(17 24 39 / 0) !important;
}
.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1) !important;
}
.text-gray-900\/100{
  color: rgb(17 24 39 / 1) !important;
}
.text-gray-900\/15{
  color: rgb(17 24 39 / 0.15) !important;
}
.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2) !important;
}
.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25) !important;
}
.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3) !important;
}
.text-gray-900\/35{
  color: rgb(17 24 39 / 0.35) !important;
}
.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4) !important;
}
.text-gray-900\/45{
  color: rgb(17 24 39 / 0.45) !important;
}
.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05) !important;
}
.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5) !important;
}
.text-gray-900\/55{
  color: rgb(17 24 39 / 0.55) !important;
}
.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6) !important;
}
.text-gray-900\/65{
  color: rgb(17 24 39 / 0.65) !important;
}
.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7) !important;
}
.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75) !important;
}
.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8) !important;
}
.text-gray-900\/85{
  color: rgb(17 24 39 / 0.85) !important;
}
.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9) !important;
}
.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95) !important;
}
.text-gray-950{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-950\/0{
  color: rgb(3 7 18 / 0) !important;
}
.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1) !important;
}
.text-gray-950\/100{
  color: rgb(3 7 18 / 1) !important;
}
.text-gray-950\/15{
  color: rgb(3 7 18 / 0.15) !important;
}
.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2) !important;
}
.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25) !important;
}
.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3) !important;
}
.text-gray-950\/35{
  color: rgb(3 7 18 / 0.35) !important;
}
.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4) !important;
}
.text-gray-950\/45{
  color: rgb(3 7 18 / 0.45) !important;
}
.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05) !important;
}
.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5) !important;
}
.text-gray-950\/55{
  color: rgb(3 7 18 / 0.55) !important;
}
.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6) !important;
}
.text-gray-950\/65{
  color: rgb(3 7 18 / 0.65) !important;
}
.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7) !important;
}
.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75) !important;
}
.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8) !important;
}
.text-gray-950\/85{
  color: rgb(3 7 18 / 0.85) !important;
}
.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9) !important;
}
.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95) !important;
}
.text-green{
  --tw-text-opacity: 1 !important;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1)) !important;
}
.text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgb(222 250 236 / var(--tw-text-opacity, 1)) !important;
}
.text-green-100\/0{
  color: rgb(222 250 236 / 0) !important;
}
.text-green-100\/10{
  color: rgb(222 250 236 / 0.1) !important;
}
.text-green-100\/100{
  color: rgb(222 250 236 / 1) !important;
}
.text-green-100\/15{
  color: rgb(222 250 236 / 0.15) !important;
}
.text-green-100\/20{
  color: rgb(222 250 236 / 0.2) !important;
}
.text-green-100\/25{
  color: rgb(222 250 236 / 0.25) !important;
}
.text-green-100\/30{
  color: rgb(222 250 236 / 0.3) !important;
}
.text-green-100\/35{
  color: rgb(222 250 236 / 0.35) !important;
}
.text-green-100\/40{
  color: rgb(222 250 236 / 0.4) !important;
}
.text-green-100\/45{
  color: rgb(222 250 236 / 0.45) !important;
}
.text-green-100\/5{
  color: rgb(222 250 236 / 0.05) !important;
}
.text-green-100\/50{
  color: rgb(222 250 236 / 0.5) !important;
}
.text-green-100\/55{
  color: rgb(222 250 236 / 0.55) !important;
}
.text-green-100\/60{
  color: rgb(222 250 236 / 0.6) !important;
}
.text-green-100\/65{
  color: rgb(222 250 236 / 0.65) !important;
}
.text-green-100\/70{
  color: rgb(222 250 236 / 0.7) !important;
}
.text-green-100\/75{
  color: rgb(222 250 236 / 0.75) !important;
}
.text-green-100\/80{
  color: rgb(222 250 236 / 0.8) !important;
}
.text-green-100\/85{
  color: rgb(222 250 236 / 0.85) !important;
}
.text-green-100\/90{
  color: rgb(222 250 236 / 0.9) !important;
}
.text-green-100\/95{
  color: rgb(222 250 236 / 0.95) !important;
}
.text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgb(190 244 216 / var(--tw-text-opacity, 1)) !important;
}
.text-green-200\/0{
  color: rgb(190 244 216 / 0) !important;
}
.text-green-200\/10{
  color: rgb(190 244 216 / 0.1) !important;
}
.text-green-200\/100{
  color: rgb(190 244 216 / 1) !important;
}
.text-green-200\/15{
  color: rgb(190 244 216 / 0.15) !important;
}
.text-green-200\/20{
  color: rgb(190 244 216 / 0.2) !important;
}
.text-green-200\/25{
  color: rgb(190 244 216 / 0.25) !important;
}
.text-green-200\/30{
  color: rgb(190 244 216 / 0.3) !important;
}
.text-green-200\/35{
  color: rgb(190 244 216 / 0.35) !important;
}
.text-green-200\/40{
  color: rgb(190 244 216 / 0.4) !important;
}
.text-green-200\/45{
  color: rgb(190 244 216 / 0.45) !important;
}
.text-green-200\/5{
  color: rgb(190 244 216 / 0.05) !important;
}
.text-green-200\/50{
  color: rgb(190 244 216 / 0.5) !important;
}
.text-green-200\/55{
  color: rgb(190 244 216 / 0.55) !important;
}
.text-green-200\/60{
  color: rgb(190 244 216 / 0.6) !important;
}
.text-green-200\/65{
  color: rgb(190 244 216 / 0.65) !important;
}
.text-green-200\/70{
  color: rgb(190 244 216 / 0.7) !important;
}
.text-green-200\/75{
  color: rgb(190 244 216 / 0.75) !important;
}
.text-green-200\/80{
  color: rgb(190 244 216 / 0.8) !important;
}
.text-green-200\/85{
  color: rgb(190 244 216 / 0.85) !important;
}
.text-green-200\/90{
  color: rgb(190 244 216 / 0.9) !important;
}
.text-green-200\/95{
  color: rgb(190 244 216 / 0.95) !important;
}
.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgb(140 233 187 / var(--tw-text-opacity, 1)) !important;
}
.text-green-300\/0{
  color: rgb(140 233 187 / 0) !important;
}
.text-green-300\/10{
  color: rgb(140 233 187 / 0.1) !important;
}
.text-green-300\/100{
  color: rgb(140 233 187 / 1) !important;
}
.text-green-300\/15{
  color: rgb(140 233 187 / 0.15) !important;
}
.text-green-300\/20{
  color: rgb(140 233 187 / 0.2) !important;
}
.text-green-300\/25{
  color: rgb(140 233 187 / 0.25) !important;
}
.text-green-300\/30{
  color: rgb(140 233 187 / 0.3) !important;
}
.text-green-300\/35{
  color: rgb(140 233 187 / 0.35) !important;
}
.text-green-300\/40{
  color: rgb(140 233 187 / 0.4) !important;
}
.text-green-300\/45{
  color: rgb(140 233 187 / 0.45) !important;
}
.text-green-300\/5{
  color: rgb(140 233 187 / 0.05) !important;
}
.text-green-300\/50{
  color: rgb(140 233 187 / 0.5) !important;
}
.text-green-300\/55{
  color: rgb(140 233 187 / 0.55) !important;
}
.text-green-300\/60{
  color: rgb(140 233 187 / 0.6) !important;
}
.text-green-300\/65{
  color: rgb(140 233 187 / 0.65) !important;
}
.text-green-300\/70{
  color: rgb(140 233 187 / 0.7) !important;
}
.text-green-300\/75{
  color: rgb(140 233 187 / 0.75) !important;
}
.text-green-300\/80{
  color: rgb(140 233 187 / 0.8) !important;
}
.text-green-300\/85{
  color: rgb(140 233 187 / 0.85) !important;
}
.text-green-300\/90{
  color: rgb(140 233 187 / 0.9) !important;
}
.text-green-300\/95{
  color: rgb(140 233 187 / 0.95) !important;
}
.text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgb(82 214 148 / var(--tw-text-opacity, 1)) !important;
}
.text-green-400\/0{
  color: rgb(82 214 148 / 0) !important;
}
.text-green-400\/10{
  color: rgb(82 214 148 / 0.1) !important;
}
.text-green-400\/100{
  color: rgb(82 214 148 / 1) !important;
}
.text-green-400\/15{
  color: rgb(82 214 148 / 0.15) !important;
}
.text-green-400\/20{
  color: rgb(82 214 148 / 0.2) !important;
}
.text-green-400\/25{
  color: rgb(82 214 148 / 0.25) !important;
}
.text-green-400\/30{
  color: rgb(82 214 148 / 0.3) !important;
}
.text-green-400\/35{
  color: rgb(82 214 148 / 0.35) !important;
}
.text-green-400\/40{
  color: rgb(82 214 148 / 0.4) !important;
}
.text-green-400\/45{
  color: rgb(82 214 148 / 0.45) !important;
}
.text-green-400\/5{
  color: rgb(82 214 148 / 0.05) !important;
}
.text-green-400\/50{
  color: rgb(82 214 148 / 0.5) !important;
}
.text-green-400\/55{
  color: rgb(82 214 148 / 0.55) !important;
}
.text-green-400\/60{
  color: rgb(82 214 148 / 0.6) !important;
}
.text-green-400\/65{
  color: rgb(82 214 148 / 0.65) !important;
}
.text-green-400\/70{
  color: rgb(82 214 148 / 0.7) !important;
}
.text-green-400\/75{
  color: rgb(82 214 148 / 0.75) !important;
}
.text-green-400\/80{
  color: rgb(82 214 148 / 0.8) !important;
}
.text-green-400\/85{
  color: rgb(82 214 148 / 0.85) !important;
}
.text-green-400\/90{
  color: rgb(82 214 148 / 0.9) !important;
}
.text-green-400\/95{
  color: rgb(82 214 148 / 0.95) !important;
}
.text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgb(241 252 245 / var(--tw-text-opacity, 1)) !important;
}
.text-green-50\/0{
  color: rgb(241 252 245 / 0) !important;
}
.text-green-50\/10{
  color: rgb(241 252 245 / 0.1) !important;
}
.text-green-50\/100{
  color: rgb(241 252 245 / 1) !important;
}
.text-green-50\/15{
  color: rgb(241 252 245 / 0.15) !important;
}
.text-green-50\/20{
  color: rgb(241 252 245 / 0.2) !important;
}
.text-green-50\/25{
  color: rgb(241 252 245 / 0.25) !important;
}
.text-green-50\/30{
  color: rgb(241 252 245 / 0.3) !important;
}
.text-green-50\/35{
  color: rgb(241 252 245 / 0.35) !important;
}
.text-green-50\/40{
  color: rgb(241 252 245 / 0.4) !important;
}
.text-green-50\/45{
  color: rgb(241 252 245 / 0.45) !important;
}
.text-green-50\/5{
  color: rgb(241 252 245 / 0.05) !important;
}
.text-green-50\/50{
  color: rgb(241 252 245 / 0.5) !important;
}
.text-green-50\/55{
  color: rgb(241 252 245 / 0.55) !important;
}
.text-green-50\/60{
  color: rgb(241 252 245 / 0.6) !important;
}
.text-green-50\/65{
  color: rgb(241 252 245 / 0.65) !important;
}
.text-green-50\/70{
  color: rgb(241 252 245 / 0.7) !important;
}
.text-green-50\/75{
  color: rgb(241 252 245 / 0.75) !important;
}
.text-green-50\/80{
  color: rgb(241 252 245 / 0.8) !important;
}
.text-green-50\/85{
  color: rgb(241 252 245 / 0.85) !important;
}
.text-green-50\/90{
  color: rgb(241 252 245 / 0.9) !important;
}
.text-green-50\/95{
  color: rgb(241 252 245 / 0.95) !important;
}
.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1)) !important;
}
.text-green-500\/0{
  color: rgb(51 208 130 / 0) !important;
}
.text-green-500\/10{
  color: rgb(51 208 130 / 0.1) !important;
}
.text-green-500\/100{
  color: rgb(51 208 130 / 1) !important;
}
.text-green-500\/15{
  color: rgb(51 208 130 / 0.15) !important;
}
.text-green-500\/20{
  color: rgb(51 208 130 / 0.2) !important;
}
.text-green-500\/25{
  color: rgb(51 208 130 / 0.25) !important;
}
.text-green-500\/30{
  color: rgb(51 208 130 / 0.3) !important;
}
.text-green-500\/35{
  color: rgb(51 208 130 / 0.35) !important;
}
.text-green-500\/40{
  color: rgb(51 208 130 / 0.4) !important;
}
.text-green-500\/45{
  color: rgb(51 208 130 / 0.45) !important;
}
.text-green-500\/5{
  color: rgb(51 208 130 / 0.05) !important;
}
.text-green-500\/50{
  color: rgb(51 208 130 / 0.5) !important;
}
.text-green-500\/55{
  color: rgb(51 208 130 / 0.55) !important;
}
.text-green-500\/60{
  color: rgb(51 208 130 / 0.6) !important;
}
.text-green-500\/65{
  color: rgb(51 208 130 / 0.65) !important;
}
.text-green-500\/70{
  color: rgb(51 208 130 / 0.7) !important;
}
.text-green-500\/75{
  color: rgb(51 208 130 / 0.75) !important;
}
.text-green-500\/80{
  color: rgb(51 208 130 / 0.8) !important;
}
.text-green-500\/85{
  color: rgb(51 208 130 / 0.85) !important;
}
.text-green-500\/90{
  color: rgb(51 208 130 / 0.9) !important;
}
.text-green-500\/95{
  color: rgb(51 208 130 / 0.95) !important;
}
.text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(30 155 93 / var(--tw-text-opacity, 1)) !important;
}
.text-green-600\/0{
  color: rgb(30 155 93 / 0) !important;
}
.text-green-600\/10{
  color: rgb(30 155 93 / 0.1) !important;
}
.text-green-600\/100{
  color: rgb(30 155 93 / 1) !important;
}
.text-green-600\/15{
  color: rgb(30 155 93 / 0.15) !important;
}
.text-green-600\/20{
  color: rgb(30 155 93 / 0.2) !important;
}
.text-green-600\/25{
  color: rgb(30 155 93 / 0.25) !important;
}
.text-green-600\/30{
  color: rgb(30 155 93 / 0.3) !important;
}
.text-green-600\/35{
  color: rgb(30 155 93 / 0.35) !important;
}
.text-green-600\/40{
  color: rgb(30 155 93 / 0.4) !important;
}
.text-green-600\/45{
  color: rgb(30 155 93 / 0.45) !important;
}
.text-green-600\/5{
  color: rgb(30 155 93 / 0.05) !important;
}
.text-green-600\/50{
  color: rgb(30 155 93 / 0.5) !important;
}
.text-green-600\/55{
  color: rgb(30 155 93 / 0.55) !important;
}
.text-green-600\/60{
  color: rgb(30 155 93 / 0.6) !important;
}
.text-green-600\/65{
  color: rgb(30 155 93 / 0.65) !important;
}
.text-green-600\/70{
  color: rgb(30 155 93 / 0.7) !important;
}
.text-green-600\/75{
  color: rgb(30 155 93 / 0.75) !important;
}
.text-green-600\/80{
  color: rgb(30 155 93 / 0.8) !important;
}
.text-green-600\/85{
  color: rgb(30 155 93 / 0.85) !important;
}
.text-green-600\/90{
  color: rgb(30 155 93 / 0.9) !important;
}
.text-green-600\/95{
  color: rgb(30 155 93 / 0.95) !important;
}
.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(27 122 76 / var(--tw-text-opacity, 1)) !important;
}
.text-green-700\/0{
  color: rgb(27 122 76 / 0) !important;
}
.text-green-700\/10{
  color: rgb(27 122 76 / 0.1) !important;
}
.text-green-700\/100{
  color: rgb(27 122 76 / 1) !important;
}
.text-green-700\/15{
  color: rgb(27 122 76 / 0.15) !important;
}
.text-green-700\/20{
  color: rgb(27 122 76 / 0.2) !important;
}
.text-green-700\/25{
  color: rgb(27 122 76 / 0.25) !important;
}
.text-green-700\/30{
  color: rgb(27 122 76 / 0.3) !important;
}
.text-green-700\/35{
  color: rgb(27 122 76 / 0.35) !important;
}
.text-green-700\/40{
  color: rgb(27 122 76 / 0.4) !important;
}
.text-green-700\/45{
  color: rgb(27 122 76 / 0.45) !important;
}
.text-green-700\/5{
  color: rgb(27 122 76 / 0.05) !important;
}
.text-green-700\/50{
  color: rgb(27 122 76 / 0.5) !important;
}
.text-green-700\/55{
  color: rgb(27 122 76 / 0.55) !important;
}
.text-green-700\/60{
  color: rgb(27 122 76 / 0.6) !important;
}
.text-green-700\/65{
  color: rgb(27 122 76 / 0.65) !important;
}
.text-green-700\/70{
  color: rgb(27 122 76 / 0.7) !important;
}
.text-green-700\/75{
  color: rgb(27 122 76 / 0.75) !important;
}
.text-green-700\/80{
  color: rgb(27 122 76 / 0.8) !important;
}
.text-green-700\/85{
  color: rgb(27 122 76 / 0.85) !important;
}
.text-green-700\/90{
  color: rgb(27 122 76 / 0.9) !important;
}
.text-green-700\/95{
  color: rgb(27 122 76 / 0.95) !important;
}
.text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgb(26 97 63 / var(--tw-text-opacity, 1)) !important;
}
.text-green-800\/0{
  color: rgb(26 97 63 / 0) !important;
}
.text-green-800\/10{
  color: rgb(26 97 63 / 0.1) !important;
}
.text-green-800\/100{
  color: rgb(26 97 63 / 1) !important;
}
.text-green-800\/15{
  color: rgb(26 97 63 / 0.15) !important;
}
.text-green-800\/20{
  color: rgb(26 97 63 / 0.2) !important;
}
.text-green-800\/25{
  color: rgb(26 97 63 / 0.25) !important;
}
.text-green-800\/30{
  color: rgb(26 97 63 / 0.3) !important;
}
.text-green-800\/35{
  color: rgb(26 97 63 / 0.35) !important;
}
.text-green-800\/40{
  color: rgb(26 97 63 / 0.4) !important;
}
.text-green-800\/45{
  color: rgb(26 97 63 / 0.45) !important;
}
.text-green-800\/5{
  color: rgb(26 97 63 / 0.05) !important;
}
.text-green-800\/50{
  color: rgb(26 97 63 / 0.5) !important;
}
.text-green-800\/55{
  color: rgb(26 97 63 / 0.55) !important;
}
.text-green-800\/60{
  color: rgb(26 97 63 / 0.6) !important;
}
.text-green-800\/65{
  color: rgb(26 97 63 / 0.65) !important;
}
.text-green-800\/70{
  color: rgb(26 97 63 / 0.7) !important;
}
.text-green-800\/75{
  color: rgb(26 97 63 / 0.75) !important;
}
.text-green-800\/80{
  color: rgb(26 97 63 / 0.8) !important;
}
.text-green-800\/85{
  color: rgb(26 97 63 / 0.85) !important;
}
.text-green-800\/90{
  color: rgb(26 97 63 / 0.9) !important;
}
.text-green-800\/95{
  color: rgb(26 97 63 / 0.95) !important;
}
.text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgb(24 79 53 / var(--tw-text-opacity, 1)) !important;
}
.text-green-900\/0{
  color: rgb(24 79 53 / 0) !important;
}
.text-green-900\/10{
  color: rgb(24 79 53 / 0.1) !important;
}
.text-green-900\/100{
  color: rgb(24 79 53 / 1) !important;
}
.text-green-900\/15{
  color: rgb(24 79 53 / 0.15) !important;
}
.text-green-900\/20{
  color: rgb(24 79 53 / 0.2) !important;
}
.text-green-900\/25{
  color: rgb(24 79 53 / 0.25) !important;
}
.text-green-900\/30{
  color: rgb(24 79 53 / 0.3) !important;
}
.text-green-900\/35{
  color: rgb(24 79 53 / 0.35) !important;
}
.text-green-900\/40{
  color: rgb(24 79 53 / 0.4) !important;
}
.text-green-900\/45{
  color: rgb(24 79 53 / 0.45) !important;
}
.text-green-900\/5{
  color: rgb(24 79 53 / 0.05) !important;
}
.text-green-900\/50{
  color: rgb(24 79 53 / 0.5) !important;
}
.text-green-900\/55{
  color: rgb(24 79 53 / 0.55) !important;
}
.text-green-900\/60{
  color: rgb(24 79 53 / 0.6) !important;
}
.text-green-900\/65{
  color: rgb(24 79 53 / 0.65) !important;
}
.text-green-900\/70{
  color: rgb(24 79 53 / 0.7) !important;
}
.text-green-900\/75{
  color: rgb(24 79 53 / 0.75) !important;
}
.text-green-900\/80{
  color: rgb(24 79 53 / 0.8) !important;
}
.text-green-900\/85{
  color: rgb(24 79 53 / 0.85) !important;
}
.text-green-900\/90{
  color: rgb(24 79 53 / 0.9) !important;
}
.text-green-900\/95{
  color: rgb(24 79 53 / 0.95) !important;
}
.text-green-950{
  --tw-text-opacity: 1 !important;
  color: rgb(7 44 27 / var(--tw-text-opacity, 1)) !important;
}
.text-green-950\/0{
  color: rgb(7 44 27 / 0) !important;
}
.text-green-950\/10{
  color: rgb(7 44 27 / 0.1) !important;
}
.text-green-950\/100{
  color: rgb(7 44 27 / 1) !important;
}
.text-green-950\/15{
  color: rgb(7 44 27 / 0.15) !important;
}
.text-green-950\/20{
  color: rgb(7 44 27 / 0.2) !important;
}
.text-green-950\/25{
  color: rgb(7 44 27 / 0.25) !important;
}
.text-green-950\/30{
  color: rgb(7 44 27 / 0.3) !important;
}
.text-green-950\/35{
  color: rgb(7 44 27 / 0.35) !important;
}
.text-green-950\/40{
  color: rgb(7 44 27 / 0.4) !important;
}
.text-green-950\/45{
  color: rgb(7 44 27 / 0.45) !important;
}
.text-green-950\/5{
  color: rgb(7 44 27 / 0.05) !important;
}
.text-green-950\/50{
  color: rgb(7 44 27 / 0.5) !important;
}
.text-green-950\/55{
  color: rgb(7 44 27 / 0.55) !important;
}
.text-green-950\/60{
  color: rgb(7 44 27 / 0.6) !important;
}
.text-green-950\/65{
  color: rgb(7 44 27 / 0.65) !important;
}
.text-green-950\/70{
  color: rgb(7 44 27 / 0.7) !important;
}
.text-green-950\/75{
  color: rgb(7 44 27 / 0.75) !important;
}
.text-green-950\/80{
  color: rgb(7 44 27 / 0.8) !important;
}
.text-green-950\/85{
  color: rgb(7 44 27 / 0.85) !important;
}
.text-green-950\/90{
  color: rgb(7 44 27 / 0.9) !important;
}
.text-green-950\/95{
  color: rgb(7 44 27 / 0.95) !important;
}
.text-grey-100{
  --tw-text-opacity: 1 !important;
  color: rgb(250 251 252 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-100\/0{
  color: rgb(250 251 252 / 0) !important;
}
.text-grey-100\/10{
  color: rgb(250 251 252 / 0.1) !important;
}
.text-grey-100\/100{
  color: rgb(250 251 252 / 1) !important;
}
.text-grey-100\/15{
  color: rgb(250 251 252 / 0.15) !important;
}
.text-grey-100\/20{
  color: rgb(250 251 252 / 0.2) !important;
}
.text-grey-100\/25{
  color: rgb(250 251 252 / 0.25) !important;
}
.text-grey-100\/30{
  color: rgb(250 251 252 / 0.3) !important;
}
.text-grey-100\/35{
  color: rgb(250 251 252 / 0.35) !important;
}
.text-grey-100\/40{
  color: rgb(250 251 252 / 0.4) !important;
}
.text-grey-100\/45{
  color: rgb(250 251 252 / 0.45) !important;
}
.text-grey-100\/5{
  color: rgb(250 251 252 / 0.05) !important;
}
.text-grey-100\/50{
  color: rgb(250 251 252 / 0.5) !important;
}
.text-grey-100\/55{
  color: rgb(250 251 252 / 0.55) !important;
}
.text-grey-100\/60{
  color: rgb(250 251 252 / 0.6) !important;
}
.text-grey-100\/65{
  color: rgb(250 251 252 / 0.65) !important;
}
.text-grey-100\/70{
  color: rgb(250 251 252 / 0.7) !important;
}
.text-grey-100\/75{
  color: rgb(250 251 252 / 0.75) !important;
}
.text-grey-100\/80{
  color: rgb(250 251 252 / 0.8) !important;
}
.text-grey-100\/85{
  color: rgb(250 251 252 / 0.85) !important;
}
.text-grey-100\/90{
  color: rgb(250 251 252 / 0.9) !important;
}
.text-grey-100\/95{
  color: rgb(250 251 252 / 0.95) !important;
}
.text-grey-200{
  --tw-text-opacity: 1 !important;
  color: rgb(247 248 250 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-200\/0{
  color: rgb(247 248 250 / 0) !important;
}
.text-grey-200\/10{
  color: rgb(247 248 250 / 0.1) !important;
}
.text-grey-200\/100{
  color: rgb(247 248 250 / 1) !important;
}
.text-grey-200\/15{
  color: rgb(247 248 250 / 0.15) !important;
}
.text-grey-200\/20{
  color: rgb(247 248 250 / 0.2) !important;
}
.text-grey-200\/25{
  color: rgb(247 248 250 / 0.25) !important;
}
.text-grey-200\/30{
  color: rgb(247 248 250 / 0.3) !important;
}
.text-grey-200\/35{
  color: rgb(247 248 250 / 0.35) !important;
}
.text-grey-200\/40{
  color: rgb(247 248 250 / 0.4) !important;
}
.text-grey-200\/45{
  color: rgb(247 248 250 / 0.45) !important;
}
.text-grey-200\/5{
  color: rgb(247 248 250 / 0.05) !important;
}
.text-grey-200\/50{
  color: rgb(247 248 250 / 0.5) !important;
}
.text-grey-200\/55{
  color: rgb(247 248 250 / 0.55) !important;
}
.text-grey-200\/60{
  color: rgb(247 248 250 / 0.6) !important;
}
.text-grey-200\/65{
  color: rgb(247 248 250 / 0.65) !important;
}
.text-grey-200\/70{
  color: rgb(247 248 250 / 0.7) !important;
}
.text-grey-200\/75{
  color: rgb(247 248 250 / 0.75) !important;
}
.text-grey-200\/80{
  color: rgb(247 248 250 / 0.8) !important;
}
.text-grey-200\/85{
  color: rgb(247 248 250 / 0.85) !important;
}
.text-grey-200\/90{
  color: rgb(247 248 250 / 0.9) !important;
}
.text-grey-200\/95{
  color: rgb(247 248 250 / 0.95) !important;
}
.text-grey-300{
  --tw-text-opacity: 1 !important;
  color: rgb(243 245 248 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-300\/0{
  color: rgb(243 245 248 / 0) !important;
}
.text-grey-300\/10{
  color: rgb(243 245 248 / 0.1) !important;
}
.text-grey-300\/100{
  color: rgb(243 245 248 / 1) !important;
}
.text-grey-300\/15{
  color: rgb(243 245 248 / 0.15) !important;
}
.text-grey-300\/20{
  color: rgb(243 245 248 / 0.2) !important;
}
.text-grey-300\/25{
  color: rgb(243 245 248 / 0.25) !important;
}
.text-grey-300\/30{
  color: rgb(243 245 248 / 0.3) !important;
}
.text-grey-300\/35{
  color: rgb(243 245 248 / 0.35) !important;
}
.text-grey-300\/40{
  color: rgb(243 245 248 / 0.4) !important;
}
.text-grey-300\/45{
  color: rgb(243 245 248 / 0.45) !important;
}
.text-grey-300\/5{
  color: rgb(243 245 248 / 0.05) !important;
}
.text-grey-300\/50{
  color: rgb(243 245 248 / 0.5) !important;
}
.text-grey-300\/55{
  color: rgb(243 245 248 / 0.55) !important;
}
.text-grey-300\/60{
  color: rgb(243 245 248 / 0.6) !important;
}
.text-grey-300\/65{
  color: rgb(243 245 248 / 0.65) !important;
}
.text-grey-300\/70{
  color: rgb(243 245 248 / 0.7) !important;
}
.text-grey-300\/75{
  color: rgb(243 245 248 / 0.75) !important;
}
.text-grey-300\/80{
  color: rgb(243 245 248 / 0.8) !important;
}
.text-grey-300\/85{
  color: rgb(243 245 248 / 0.85) !important;
}
.text-grey-300\/90{
  color: rgb(243 245 248 / 0.9) !important;
}
.text-grey-300\/95{
  color: rgb(243 245 248 / 0.95) !important;
}
.text-grey-400{
  --tw-text-opacity: 1 !important;
  color: rgb(241 242 247 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-400\/0{
  color: rgb(241 242 247 / 0) !important;
}
.text-grey-400\/10{
  color: rgb(241 242 247 / 0.1) !important;
}
.text-grey-400\/100{
  color: rgb(241 242 247 / 1) !important;
}
.text-grey-400\/15{
  color: rgb(241 242 247 / 0.15) !important;
}
.text-grey-400\/20{
  color: rgb(241 242 247 / 0.2) !important;
}
.text-grey-400\/25{
  color: rgb(241 242 247 / 0.25) !important;
}
.text-grey-400\/30{
  color: rgb(241 242 247 / 0.3) !important;
}
.text-grey-400\/35{
  color: rgb(241 242 247 / 0.35) !important;
}
.text-grey-400\/40{
  color: rgb(241 242 247 / 0.4) !important;
}
.text-grey-400\/45{
  color: rgb(241 242 247 / 0.45) !important;
}
.text-grey-400\/5{
  color: rgb(241 242 247 / 0.05) !important;
}
.text-grey-400\/50{
  color: rgb(241 242 247 / 0.5) !important;
}
.text-grey-400\/55{
  color: rgb(241 242 247 / 0.55) !important;
}
.text-grey-400\/60{
  color: rgb(241 242 247 / 0.6) !important;
}
.text-grey-400\/65{
  color: rgb(241 242 247 / 0.65) !important;
}
.text-grey-400\/70{
  color: rgb(241 242 247 / 0.7) !important;
}
.text-grey-400\/75{
  color: rgb(241 242 247 / 0.75) !important;
}
.text-grey-400\/80{
  color: rgb(241 242 247 / 0.8) !important;
}
.text-grey-400\/85{
  color: rgb(241 242 247 / 0.85) !important;
}
.text-grey-400\/90{
  color: rgb(241 242 247 / 0.9) !important;
}
.text-grey-400\/95{
  color: rgb(241 242 247 / 0.95) !important;
}
.text-grey-50{
  --tw-text-opacity: 1 !important;
  color: rgb(253 253 254 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-50\/0{
  color: rgb(253 253 254 / 0) !important;
}
.text-grey-50\/10{
  color: rgb(253 253 254 / 0.1) !important;
}
.text-grey-50\/100{
  color: rgb(253 253 254 / 1) !important;
}
.text-grey-50\/15{
  color: rgb(253 253 254 / 0.15) !important;
}
.text-grey-50\/20{
  color: rgb(253 253 254 / 0.2) !important;
}
.text-grey-50\/25{
  color: rgb(253 253 254 / 0.25) !important;
}
.text-grey-50\/30{
  color: rgb(253 253 254 / 0.3) !important;
}
.text-grey-50\/35{
  color: rgb(253 253 254 / 0.35) !important;
}
.text-grey-50\/40{
  color: rgb(253 253 254 / 0.4) !important;
}
.text-grey-50\/45{
  color: rgb(253 253 254 / 0.45) !important;
}
.text-grey-50\/5{
  color: rgb(253 253 254 / 0.05) !important;
}
.text-grey-50\/50{
  color: rgb(253 253 254 / 0.5) !important;
}
.text-grey-50\/55{
  color: rgb(253 253 254 / 0.55) !important;
}
.text-grey-50\/60{
  color: rgb(253 253 254 / 0.6) !important;
}
.text-grey-50\/65{
  color: rgb(253 253 254 / 0.65) !important;
}
.text-grey-50\/70{
  color: rgb(253 253 254 / 0.7) !important;
}
.text-grey-50\/75{
  color: rgb(253 253 254 / 0.75) !important;
}
.text-grey-50\/80{
  color: rgb(253 253 254 / 0.8) !important;
}
.text-grey-50\/85{
  color: rgb(253 253 254 / 0.85) !important;
}
.text-grey-50\/90{
  color: rgb(253 253 254 / 0.9) !important;
}
.text-grey-50\/95{
  color: rgb(253 253 254 / 0.95) !important;
}
.text-grey-500{
  --tw-text-opacity: 1 !important;
  color: rgb(238 240 245 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-500\/0{
  color: rgb(238 240 245 / 0) !important;
}
.text-grey-500\/10{
  color: rgb(238 240 245 / 0.1) !important;
}
.text-grey-500\/100{
  color: rgb(238 240 245 / 1) !important;
}
.text-grey-500\/15{
  color: rgb(238 240 245 / 0.15) !important;
}
.text-grey-500\/20{
  color: rgb(238 240 245 / 0.2) !important;
}
.text-grey-500\/25{
  color: rgb(238 240 245 / 0.25) !important;
}
.text-grey-500\/30{
  color: rgb(238 240 245 / 0.3) !important;
}
.text-grey-500\/35{
  color: rgb(238 240 245 / 0.35) !important;
}
.text-grey-500\/40{
  color: rgb(238 240 245 / 0.4) !important;
}
.text-grey-500\/45{
  color: rgb(238 240 245 / 0.45) !important;
}
.text-grey-500\/5{
  color: rgb(238 240 245 / 0.05) !important;
}
.text-grey-500\/50{
  color: rgb(238 240 245 / 0.5) !important;
}
.text-grey-500\/55{
  color: rgb(238 240 245 / 0.55) !important;
}
.text-grey-500\/60{
  color: rgb(238 240 245 / 0.6) !important;
}
.text-grey-500\/65{
  color: rgb(238 240 245 / 0.65) !important;
}
.text-grey-500\/70{
  color: rgb(238 240 245 / 0.7) !important;
}
.text-grey-500\/75{
  color: rgb(238 240 245 / 0.75) !important;
}
.text-grey-500\/80{
  color: rgb(238 240 245 / 0.8) !important;
}
.text-grey-500\/85{
  color: rgb(238 240 245 / 0.85) !important;
}
.text-grey-500\/90{
  color: rgb(238 240 245 / 0.9) !important;
}
.text-grey-500\/95{
  color: rgb(238 240 245 / 0.95) !important;
}
.text-grey-600{
  --tw-text-opacity: 1 !important;
  color: rgb(236 238 244 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-600\/0{
  color: rgb(236 238 244 / 0) !important;
}
.text-grey-600\/10{
  color: rgb(236 238 244 / 0.1) !important;
}
.text-grey-600\/100{
  color: rgb(236 238 244 / 1) !important;
}
.text-grey-600\/15{
  color: rgb(236 238 244 / 0.15) !important;
}
.text-grey-600\/20{
  color: rgb(236 238 244 / 0.2) !important;
}
.text-grey-600\/25{
  color: rgb(236 238 244 / 0.25) !important;
}
.text-grey-600\/30{
  color: rgb(236 238 244 / 0.3) !important;
}
.text-grey-600\/35{
  color: rgb(236 238 244 / 0.35) !important;
}
.text-grey-600\/40{
  color: rgb(236 238 244 / 0.4) !important;
}
.text-grey-600\/45{
  color: rgb(236 238 244 / 0.45) !important;
}
.text-grey-600\/5{
  color: rgb(236 238 244 / 0.05) !important;
}
.text-grey-600\/50{
  color: rgb(236 238 244 / 0.5) !important;
}
.text-grey-600\/55{
  color: rgb(236 238 244 / 0.55) !important;
}
.text-grey-600\/60{
  color: rgb(236 238 244 / 0.6) !important;
}
.text-grey-600\/65{
  color: rgb(236 238 244 / 0.65) !important;
}
.text-grey-600\/70{
  color: rgb(236 238 244 / 0.7) !important;
}
.text-grey-600\/75{
  color: rgb(236 238 244 / 0.75) !important;
}
.text-grey-600\/80{
  color: rgb(236 238 244 / 0.8) !important;
}
.text-grey-600\/85{
  color: rgb(236 238 244 / 0.85) !important;
}
.text-grey-600\/90{
  color: rgb(236 238 244 / 0.9) !important;
}
.text-grey-600\/95{
  color: rgb(236 238 244 / 0.95) !important;
}
.text-grey-700{
  --tw-text-opacity: 1 !important;
  color: rgb(233 236 242 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-700\/0{
  color: rgb(233 236 242 / 0) !important;
}
.text-grey-700\/10{
  color: rgb(233 236 242 / 0.1) !important;
}
.text-grey-700\/100{
  color: rgb(233 236 242 / 1) !important;
}
.text-grey-700\/15{
  color: rgb(233 236 242 / 0.15) !important;
}
.text-grey-700\/20{
  color: rgb(233 236 242 / 0.2) !important;
}
.text-grey-700\/25{
  color: rgb(233 236 242 / 0.25) !important;
}
.text-grey-700\/30{
  color: rgb(233 236 242 / 0.3) !important;
}
.text-grey-700\/35{
  color: rgb(233 236 242 / 0.35) !important;
}
.text-grey-700\/40{
  color: rgb(233 236 242 / 0.4) !important;
}
.text-grey-700\/45{
  color: rgb(233 236 242 / 0.45) !important;
}
.text-grey-700\/5{
  color: rgb(233 236 242 / 0.05) !important;
}
.text-grey-700\/50{
  color: rgb(233 236 242 / 0.5) !important;
}
.text-grey-700\/55{
  color: rgb(233 236 242 / 0.55) !important;
}
.text-grey-700\/60{
  color: rgb(233 236 242 / 0.6) !important;
}
.text-grey-700\/65{
  color: rgb(233 236 242 / 0.65) !important;
}
.text-grey-700\/70{
  color: rgb(233 236 242 / 0.7) !important;
}
.text-grey-700\/75{
  color: rgb(233 236 242 / 0.75) !important;
}
.text-grey-700\/80{
  color: rgb(233 236 242 / 0.8) !important;
}
.text-grey-700\/85{
  color: rgb(233 236 242 / 0.85) !important;
}
.text-grey-700\/90{
  color: rgb(233 236 242 / 0.9) !important;
}
.text-grey-700\/95{
  color: rgb(233 236 242 / 0.95) !important;
}
.text-grey-800{
  --tw-text-opacity: 1 !important;
  color: rgb(231 233 240 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-800\/0{
  color: rgb(231 233 240 / 0) !important;
}
.text-grey-800\/10{
  color: rgb(231 233 240 / 0.1) !important;
}
.text-grey-800\/100{
  color: rgb(231 233 240 / 1) !important;
}
.text-grey-800\/15{
  color: rgb(231 233 240 / 0.15) !important;
}
.text-grey-800\/20{
  color: rgb(231 233 240 / 0.2) !important;
}
.text-grey-800\/25{
  color: rgb(231 233 240 / 0.25) !important;
}
.text-grey-800\/30{
  color: rgb(231 233 240 / 0.3) !important;
}
.text-grey-800\/35{
  color: rgb(231 233 240 / 0.35) !important;
}
.text-grey-800\/40{
  color: rgb(231 233 240 / 0.4) !important;
}
.text-grey-800\/45{
  color: rgb(231 233 240 / 0.45) !important;
}
.text-grey-800\/5{
  color: rgb(231 233 240 / 0.05) !important;
}
.text-grey-800\/50{
  color: rgb(231 233 240 / 0.5) !important;
}
.text-grey-800\/55{
  color: rgb(231 233 240 / 0.55) !important;
}
.text-grey-800\/60{
  color: rgb(231 233 240 / 0.6) !important;
}
.text-grey-800\/65{
  color: rgb(231 233 240 / 0.65) !important;
}
.text-grey-800\/70{
  color: rgb(231 233 240 / 0.7) !important;
}
.text-grey-800\/75{
  color: rgb(231 233 240 / 0.75) !important;
}
.text-grey-800\/80{
  color: rgb(231 233 240 / 0.8) !important;
}
.text-grey-800\/85{
  color: rgb(231 233 240 / 0.85) !important;
}
.text-grey-800\/90{
  color: rgb(231 233 240 / 0.9) !important;
}
.text-grey-800\/95{
  color: rgb(231 233 240 / 0.95) !important;
}
.text-grey-900{
  --tw-text-opacity: 1 !important;
  color: rgb(226 229 238 / var(--tw-text-opacity, 1)) !important;
}
.text-grey-900\/0{
  color: rgb(226 229 238 / 0) !important;
}
.text-grey-900\/10{
  color: rgb(226 229 238 / 0.1) !important;
}
.text-grey-900\/100{
  color: rgb(226 229 238 / 1) !important;
}
.text-grey-900\/15{
  color: rgb(226 229 238 / 0.15) !important;
}
.text-grey-900\/20{
  color: rgb(226 229 238 / 0.2) !important;
}
.text-grey-900\/25{
  color: rgb(226 229 238 / 0.25) !important;
}
.text-grey-900\/30{
  color: rgb(226 229 238 / 0.3) !important;
}
.text-grey-900\/35{
  color: rgb(226 229 238 / 0.35) !important;
}
.text-grey-900\/40{
  color: rgb(226 229 238 / 0.4) !important;
}
.text-grey-900\/45{
  color: rgb(226 229 238 / 0.45) !important;
}
.text-grey-900\/5{
  color: rgb(226 229 238 / 0.05) !important;
}
.text-grey-900\/50{
  color: rgb(226 229 238 / 0.5) !important;
}
.text-grey-900\/55{
  color: rgb(226 229 238 / 0.55) !important;
}
.text-grey-900\/60{
  color: rgb(226 229 238 / 0.6) !important;
}
.text-grey-900\/65{
  color: rgb(226 229 238 / 0.65) !important;
}
.text-grey-900\/70{
  color: rgb(226 229 238 / 0.7) !important;
}
.text-grey-900\/75{
  color: rgb(226 229 238 / 0.75) !important;
}
.text-grey-900\/80{
  color: rgb(226 229 238 / 0.8) !important;
}
.text-grey-900\/85{
  color: rgb(226 229 238 / 0.85) !important;
}
.text-grey-900\/90{
  color: rgb(226 229 238 / 0.9) !important;
}
.text-grey-900\/95{
  color: rgb(226 229 238 / 0.95) !important;
}
.text-lime-100{
  --tw-text-opacity: 1 !important;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-100\/0{
  color: rgb(236 252 203 / 0) !important;
}
.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1) !important;
}
.text-lime-100\/100{
  color: rgb(236 252 203 / 1) !important;
}
.text-lime-100\/15{
  color: rgb(236 252 203 / 0.15) !important;
}
.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2) !important;
}
.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25) !important;
}
.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3) !important;
}
.text-lime-100\/35{
  color: rgb(236 252 203 / 0.35) !important;
}
.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4) !important;
}
.text-lime-100\/45{
  color: rgb(236 252 203 / 0.45) !important;
}
.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05) !important;
}
.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5) !important;
}
.text-lime-100\/55{
  color: rgb(236 252 203 / 0.55) !important;
}
.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6) !important;
}
.text-lime-100\/65{
  color: rgb(236 252 203 / 0.65) !important;
}
.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7) !important;
}
.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75) !important;
}
.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8) !important;
}
.text-lime-100\/85{
  color: rgb(236 252 203 / 0.85) !important;
}
.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9) !important;
}
.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95) !important;
}
.text-lime-200{
  --tw-text-opacity: 1 !important;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-200\/0{
  color: rgb(217 249 157 / 0) !important;
}
.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1) !important;
}
.text-lime-200\/100{
  color: rgb(217 249 157 / 1) !important;
}
.text-lime-200\/15{
  color: rgb(217 249 157 / 0.15) !important;
}
.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2) !important;
}
.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25) !important;
}
.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3) !important;
}
.text-lime-200\/35{
  color: rgb(217 249 157 / 0.35) !important;
}
.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4) !important;
}
.text-lime-200\/45{
  color: rgb(217 249 157 / 0.45) !important;
}
.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05) !important;
}
.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5) !important;
}
.text-lime-200\/55{
  color: rgb(217 249 157 / 0.55) !important;
}
.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6) !important;
}
.text-lime-200\/65{
  color: rgb(217 249 157 / 0.65) !important;
}
.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7) !important;
}
.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75) !important;
}
.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8) !important;
}
.text-lime-200\/85{
  color: rgb(217 249 157 / 0.85) !important;
}
.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9) !important;
}
.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95) !important;
}
.text-lime-400{
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-400\/0{
  color: rgb(163 230 53 / 0) !important;
}
.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1) !important;
}
.text-lime-400\/100{
  color: rgb(163 230 53 / 1) !important;
}
.text-lime-400\/15{
  color: rgb(163 230 53 / 0.15) !important;
}
.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2) !important;
}
.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25) !important;
}
.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3) !important;
}
.text-lime-400\/35{
  color: rgb(163 230 53 / 0.35) !important;
}
.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4) !important;
}
.text-lime-400\/45{
  color: rgb(163 230 53 / 0.45) !important;
}
.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05) !important;
}
.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5) !important;
}
.text-lime-400\/55{
  color: rgb(163 230 53 / 0.55) !important;
}
.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6) !important;
}
.text-lime-400\/65{
  color: rgb(163 230 53 / 0.65) !important;
}
.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7) !important;
}
.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75) !important;
}
.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8) !important;
}
.text-lime-400\/85{
  color: rgb(163 230 53 / 0.85) !important;
}
.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9) !important;
}
.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95) !important;
}
.text-lime-600{
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-600\/0{
  color: rgb(101 163 13 / 0) !important;
}
.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1) !important;
}
.text-lime-600\/100{
  color: rgb(101 163 13 / 1) !important;
}
.text-lime-600\/15{
  color: rgb(101 163 13 / 0.15) !important;
}
.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2) !important;
}
.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25) !important;
}
.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3) !important;
}
.text-lime-600\/35{
  color: rgb(101 163 13 / 0.35) !important;
}
.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4) !important;
}
.text-lime-600\/45{
  color: rgb(101 163 13 / 0.45) !important;
}
.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05) !important;
}
.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5) !important;
}
.text-lime-600\/55{
  color: rgb(101 163 13 / 0.55) !important;
}
.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6) !important;
}
.text-lime-600\/65{
  color: rgb(101 163 13 / 0.65) !important;
}
.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7) !important;
}
.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75) !important;
}
.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8) !important;
}
.text-lime-600\/85{
  color: rgb(101 163 13 / 0.85) !important;
}
.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9) !important;
}
.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95) !important;
}
.text-lime-800{
  --tw-text-opacity: 1 !important;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-800\/0{
  color: rgb(63 98 18 / 0) !important;
}
.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1) !important;
}
.text-lime-800\/100{
  color: rgb(63 98 18 / 1) !important;
}
.text-lime-800\/15{
  color: rgb(63 98 18 / 0.15) !important;
}
.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2) !important;
}
.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25) !important;
}
.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3) !important;
}
.text-lime-800\/35{
  color: rgb(63 98 18 / 0.35) !important;
}
.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4) !important;
}
.text-lime-800\/45{
  color: rgb(63 98 18 / 0.45) !important;
}
.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05) !important;
}
.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5) !important;
}
.text-lime-800\/55{
  color: rgb(63 98 18 / 0.55) !important;
}
.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6) !important;
}
.text-lime-800\/65{
  color: rgb(63 98 18 / 0.65) !important;
}
.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7) !important;
}
.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75) !important;
}
.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8) !important;
}
.text-lime-800\/85{
  color: rgb(63 98 18 / 0.85) !important;
}
.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9) !important;
}
.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95) !important;
}
.text-navy-100{
  --tw-text-opacity: 1 !important;
  color: rgb(191 191 248 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-100\/0{
  color: rgb(191 191 248 / 0) !important;
}
.text-navy-100\/10{
  color: rgb(191 191 248 / 0.1) !important;
}
.text-navy-100\/100{
  color: rgb(191 191 248 / 1) !important;
}
.text-navy-100\/15{
  color: rgb(191 191 248 / 0.15) !important;
}
.text-navy-100\/20{
  color: rgb(191 191 248 / 0.2) !important;
}
.text-navy-100\/25{
  color: rgb(191 191 248 / 0.25) !important;
}
.text-navy-100\/30{
  color: rgb(191 191 248 / 0.3) !important;
}
.text-navy-100\/35{
  color: rgb(191 191 248 / 0.35) !important;
}
.text-navy-100\/40{
  color: rgb(191 191 248 / 0.4) !important;
}
.text-navy-100\/45{
  color: rgb(191 191 248 / 0.45) !important;
}
.text-navy-100\/5{
  color: rgb(191 191 248 / 0.05) !important;
}
.text-navy-100\/50{
  color: rgb(191 191 248 / 0.5) !important;
}
.text-navy-100\/55{
  color: rgb(191 191 248 / 0.55) !important;
}
.text-navy-100\/60{
  color: rgb(191 191 248 / 0.6) !important;
}
.text-navy-100\/65{
  color: rgb(191 191 248 / 0.65) !important;
}
.text-navy-100\/70{
  color: rgb(191 191 248 / 0.7) !important;
}
.text-navy-100\/75{
  color: rgb(191 191 248 / 0.75) !important;
}
.text-navy-100\/80{
  color: rgb(191 191 248 / 0.8) !important;
}
.text-navy-100\/85{
  color: rgb(191 191 248 / 0.85) !important;
}
.text-navy-100\/90{
  color: rgb(191 191 248 / 0.9) !important;
}
.text-navy-100\/95{
  color: rgb(191 191 248 / 0.95) !important;
}
.text-navy-200{
  --tw-text-opacity: 1 !important;
  color: rgb(149 149 243 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-200\/0{
  color: rgb(149 149 243 / 0) !important;
}
.text-navy-200\/10{
  color: rgb(149 149 243 / 0.1) !important;
}
.text-navy-200\/100{
  color: rgb(149 149 243 / 1) !important;
}
.text-navy-200\/15{
  color: rgb(149 149 243 / 0.15) !important;
}
.text-navy-200\/20{
  color: rgb(149 149 243 / 0.2) !important;
}
.text-navy-200\/25{
  color: rgb(149 149 243 / 0.25) !important;
}
.text-navy-200\/30{
  color: rgb(149 149 243 / 0.3) !important;
}
.text-navy-200\/35{
  color: rgb(149 149 243 / 0.35) !important;
}
.text-navy-200\/40{
  color: rgb(149 149 243 / 0.4) !important;
}
.text-navy-200\/45{
  color: rgb(149 149 243 / 0.45) !important;
}
.text-navy-200\/5{
  color: rgb(149 149 243 / 0.05) !important;
}
.text-navy-200\/50{
  color: rgb(149 149 243 / 0.5) !important;
}
.text-navy-200\/55{
  color: rgb(149 149 243 / 0.55) !important;
}
.text-navy-200\/60{
  color: rgb(149 149 243 / 0.6) !important;
}
.text-navy-200\/65{
  color: rgb(149 149 243 / 0.65) !important;
}
.text-navy-200\/70{
  color: rgb(149 149 243 / 0.7) !important;
}
.text-navy-200\/75{
  color: rgb(149 149 243 / 0.75) !important;
}
.text-navy-200\/80{
  color: rgb(149 149 243 / 0.8) !important;
}
.text-navy-200\/85{
  color: rgb(149 149 243 / 0.85) !important;
}
.text-navy-200\/90{
  color: rgb(149 149 243 / 0.9) !important;
}
.text-navy-200\/95{
  color: rgb(149 149 243 / 0.95) !important;
}
.text-navy-300{
  --tw-text-opacity: 1 !important;
  color: rgb(106 107 238 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-300\/0{
  color: rgb(106 107 238 / 0) !important;
}
.text-navy-300\/10{
  color: rgb(106 107 238 / 0.1) !important;
}
.text-navy-300\/100{
  color: rgb(106 107 238 / 1) !important;
}
.text-navy-300\/15{
  color: rgb(106 107 238 / 0.15) !important;
}
.text-navy-300\/20{
  color: rgb(106 107 238 / 0.2) !important;
}
.text-navy-300\/25{
  color: rgb(106 107 238 / 0.25) !important;
}
.text-navy-300\/30{
  color: rgb(106 107 238 / 0.3) !important;
}
.text-navy-300\/35{
  color: rgb(106 107 238 / 0.35) !important;
}
.text-navy-300\/40{
  color: rgb(106 107 238 / 0.4) !important;
}
.text-navy-300\/45{
  color: rgb(106 107 238 / 0.45) !important;
}
.text-navy-300\/5{
  color: rgb(106 107 238 / 0.05) !important;
}
.text-navy-300\/50{
  color: rgb(106 107 238 / 0.5) !important;
}
.text-navy-300\/55{
  color: rgb(106 107 238 / 0.55) !important;
}
.text-navy-300\/60{
  color: rgb(106 107 238 / 0.6) !important;
}
.text-navy-300\/65{
  color: rgb(106 107 238 / 0.65) !important;
}
.text-navy-300\/70{
  color: rgb(106 107 238 / 0.7) !important;
}
.text-navy-300\/75{
  color: rgb(106 107 238 / 0.75) !important;
}
.text-navy-300\/80{
  color: rgb(106 107 238 / 0.8) !important;
}
.text-navy-300\/85{
  color: rgb(106 107 238 / 0.85) !important;
}
.text-navy-300\/90{
  color: rgb(106 107 238 / 0.9) !important;
}
.text-navy-300\/95{
  color: rgb(106 107 238 / 0.95) !important;
}
.text-navy-400{
  --tw-text-opacity: 1 !important;
  color: rgb(74 75 235 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-400\/0{
  color: rgb(74 75 235 / 0) !important;
}
.text-navy-400\/10{
  color: rgb(74 75 235 / 0.1) !important;
}
.text-navy-400\/100{
  color: rgb(74 75 235 / 1) !important;
}
.text-navy-400\/15{
  color: rgb(74 75 235 / 0.15) !important;
}
.text-navy-400\/20{
  color: rgb(74 75 235 / 0.2) !important;
}
.text-navy-400\/25{
  color: rgb(74 75 235 / 0.25) !important;
}
.text-navy-400\/30{
  color: rgb(74 75 235 / 0.3) !important;
}
.text-navy-400\/35{
  color: rgb(74 75 235 / 0.35) !important;
}
.text-navy-400\/40{
  color: rgb(74 75 235 / 0.4) !important;
}
.text-navy-400\/45{
  color: rgb(74 75 235 / 0.45) !important;
}
.text-navy-400\/5{
  color: rgb(74 75 235 / 0.05) !important;
}
.text-navy-400\/50{
  color: rgb(74 75 235 / 0.5) !important;
}
.text-navy-400\/55{
  color: rgb(74 75 235 / 0.55) !important;
}
.text-navy-400\/60{
  color: rgb(74 75 235 / 0.6) !important;
}
.text-navy-400\/65{
  color: rgb(74 75 235 / 0.65) !important;
}
.text-navy-400\/70{
  color: rgb(74 75 235 / 0.7) !important;
}
.text-navy-400\/75{
  color: rgb(74 75 235 / 0.75) !important;
}
.text-navy-400\/80{
  color: rgb(74 75 235 / 0.8) !important;
}
.text-navy-400\/85{
  color: rgb(74 75 235 / 0.85) !important;
}
.text-navy-400\/90{
  color: rgb(74 75 235 / 0.9) !important;
}
.text-navy-400\/95{
  color: rgb(74 75 235 / 0.95) !important;
}
.text-navy-50{
  --tw-text-opacity: 1 !important;
  color: rgb(229 230 252 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-50\/0{
  color: rgb(229 230 252 / 0) !important;
}
.text-navy-50\/10{
  color: rgb(229 230 252 / 0.1) !important;
}
.text-navy-50\/100{
  color: rgb(229 230 252 / 1) !important;
}
.text-navy-50\/15{
  color: rgb(229 230 252 / 0.15) !important;
}
.text-navy-50\/20{
  color: rgb(229 230 252 / 0.2) !important;
}
.text-navy-50\/25{
  color: rgb(229 230 252 / 0.25) !important;
}
.text-navy-50\/30{
  color: rgb(229 230 252 / 0.3) !important;
}
.text-navy-50\/35{
  color: rgb(229 230 252 / 0.35) !important;
}
.text-navy-50\/40{
  color: rgb(229 230 252 / 0.4) !important;
}
.text-navy-50\/45{
  color: rgb(229 230 252 / 0.45) !important;
}
.text-navy-50\/5{
  color: rgb(229 230 252 / 0.05) !important;
}
.text-navy-50\/50{
  color: rgb(229 230 252 / 0.5) !important;
}
.text-navy-50\/55{
  color: rgb(229 230 252 / 0.55) !important;
}
.text-navy-50\/60{
  color: rgb(229 230 252 / 0.6) !important;
}
.text-navy-50\/65{
  color: rgb(229 230 252 / 0.65) !important;
}
.text-navy-50\/70{
  color: rgb(229 230 252 / 0.7) !important;
}
.text-navy-50\/75{
  color: rgb(229 230 252 / 0.75) !important;
}
.text-navy-50\/80{
  color: rgb(229 230 252 / 0.8) !important;
}
.text-navy-50\/85{
  color: rgb(229 230 252 / 0.85) !important;
}
.text-navy-50\/90{
  color: rgb(229 230 252 / 0.9) !important;
}
.text-navy-50\/95{
  color: rgb(229 230 252 / 0.95) !important;
}
.text-navy-500{
  --tw-text-opacity: 1 !important;
  color: rgb(42 43 231 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-500\/0{
  color: rgb(42 43 231 / 0) !important;
}
.text-navy-500\/10{
  color: rgb(42 43 231 / 0.1) !important;
}
.text-navy-500\/100{
  color: rgb(42 43 231 / 1) !important;
}
.text-navy-500\/15{
  color: rgb(42 43 231 / 0.15) !important;
}
.text-navy-500\/20{
  color: rgb(42 43 231 / 0.2) !important;
}
.text-navy-500\/25{
  color: rgb(42 43 231 / 0.25) !important;
}
.text-navy-500\/30{
  color: rgb(42 43 231 / 0.3) !important;
}
.text-navy-500\/35{
  color: rgb(42 43 231 / 0.35) !important;
}
.text-navy-500\/40{
  color: rgb(42 43 231 / 0.4) !important;
}
.text-navy-500\/45{
  color: rgb(42 43 231 / 0.45) !important;
}
.text-navy-500\/5{
  color: rgb(42 43 231 / 0.05) !important;
}
.text-navy-500\/50{
  color: rgb(42 43 231 / 0.5) !important;
}
.text-navy-500\/55{
  color: rgb(42 43 231 / 0.55) !important;
}
.text-navy-500\/60{
  color: rgb(42 43 231 / 0.6) !important;
}
.text-navy-500\/65{
  color: rgb(42 43 231 / 0.65) !important;
}
.text-navy-500\/70{
  color: rgb(42 43 231 / 0.7) !important;
}
.text-navy-500\/75{
  color: rgb(42 43 231 / 0.75) !important;
}
.text-navy-500\/80{
  color: rgb(42 43 231 / 0.8) !important;
}
.text-navy-500\/85{
  color: rgb(42 43 231 / 0.85) !important;
}
.text-navy-500\/90{
  color: rgb(42 43 231 / 0.9) !important;
}
.text-navy-500\/95{
  color: rgb(42 43 231 / 0.95) !important;
}
.text-navy-600{
  --tw-text-opacity: 1 !important;
  color: rgb(37 38 228 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-600\/0{
  color: rgb(37 38 228 / 0) !important;
}
.text-navy-600\/10{
  color: rgb(37 38 228 / 0.1) !important;
}
.text-navy-600\/100{
  color: rgb(37 38 228 / 1) !important;
}
.text-navy-600\/15{
  color: rgb(37 38 228 / 0.15) !important;
}
.text-navy-600\/20{
  color: rgb(37 38 228 / 0.2) !important;
}
.text-navy-600\/25{
  color: rgb(37 38 228 / 0.25) !important;
}
.text-navy-600\/30{
  color: rgb(37 38 228 / 0.3) !important;
}
.text-navy-600\/35{
  color: rgb(37 38 228 / 0.35) !important;
}
.text-navy-600\/40{
  color: rgb(37 38 228 / 0.4) !important;
}
.text-navy-600\/45{
  color: rgb(37 38 228 / 0.45) !important;
}
.text-navy-600\/5{
  color: rgb(37 38 228 / 0.05) !important;
}
.text-navy-600\/50{
  color: rgb(37 38 228 / 0.5) !important;
}
.text-navy-600\/55{
  color: rgb(37 38 228 / 0.55) !important;
}
.text-navy-600\/60{
  color: rgb(37 38 228 / 0.6) !important;
}
.text-navy-600\/65{
  color: rgb(37 38 228 / 0.65) !important;
}
.text-navy-600\/70{
  color: rgb(37 38 228 / 0.7) !important;
}
.text-navy-600\/75{
  color: rgb(37 38 228 / 0.75) !important;
}
.text-navy-600\/80{
  color: rgb(37 38 228 / 0.8) !important;
}
.text-navy-600\/85{
  color: rgb(37 38 228 / 0.85) !important;
}
.text-navy-600\/90{
  color: rgb(37 38 228 / 0.9) !important;
}
.text-navy-600\/95{
  color: rgb(37 38 228 / 0.95) !important;
}
.text-navy-700{
  --tw-text-opacity: 1 !important;
  color: rgb(31 32 224 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-700\/0{
  color: rgb(31 32 224 / 0) !important;
}
.text-navy-700\/10{
  color: rgb(31 32 224 / 0.1) !important;
}
.text-navy-700\/100{
  color: rgb(31 32 224 / 1) !important;
}
.text-navy-700\/15{
  color: rgb(31 32 224 / 0.15) !important;
}
.text-navy-700\/20{
  color: rgb(31 32 224 / 0.2) !important;
}
.text-navy-700\/25{
  color: rgb(31 32 224 / 0.25) !important;
}
.text-navy-700\/30{
  color: rgb(31 32 224 / 0.3) !important;
}
.text-navy-700\/35{
  color: rgb(31 32 224 / 0.35) !important;
}
.text-navy-700\/40{
  color: rgb(31 32 224 / 0.4) !important;
}
.text-navy-700\/45{
  color: rgb(31 32 224 / 0.45) !important;
}
.text-navy-700\/5{
  color: rgb(31 32 224 / 0.05) !important;
}
.text-navy-700\/50{
  color: rgb(31 32 224 / 0.5) !important;
}
.text-navy-700\/55{
  color: rgb(31 32 224 / 0.55) !important;
}
.text-navy-700\/60{
  color: rgb(31 32 224 / 0.6) !important;
}
.text-navy-700\/65{
  color: rgb(31 32 224 / 0.65) !important;
}
.text-navy-700\/70{
  color: rgb(31 32 224 / 0.7) !important;
}
.text-navy-700\/75{
  color: rgb(31 32 224 / 0.75) !important;
}
.text-navy-700\/80{
  color: rgb(31 32 224 / 0.8) !important;
}
.text-navy-700\/85{
  color: rgb(31 32 224 / 0.85) !important;
}
.text-navy-700\/90{
  color: rgb(31 32 224 / 0.9) !important;
}
.text-navy-700\/95{
  color: rgb(31 32 224 / 0.95) !important;
}
.text-navy-800{
  --tw-text-opacity: 1 !important;
  color: rgb(25 26 221 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-800\/0{
  color: rgb(25 26 221 / 0) !important;
}
.text-navy-800\/10{
  color: rgb(25 26 221 / 0.1) !important;
}
.text-navy-800\/100{
  color: rgb(25 26 221 / 1) !important;
}
.text-navy-800\/15{
  color: rgb(25 26 221 / 0.15) !important;
}
.text-navy-800\/20{
  color: rgb(25 26 221 / 0.2) !important;
}
.text-navy-800\/25{
  color: rgb(25 26 221 / 0.25) !important;
}
.text-navy-800\/30{
  color: rgb(25 26 221 / 0.3) !important;
}
.text-navy-800\/35{
  color: rgb(25 26 221 / 0.35) !important;
}
.text-navy-800\/40{
  color: rgb(25 26 221 / 0.4) !important;
}
.text-navy-800\/45{
  color: rgb(25 26 221 / 0.45) !important;
}
.text-navy-800\/5{
  color: rgb(25 26 221 / 0.05) !important;
}
.text-navy-800\/50{
  color: rgb(25 26 221 / 0.5) !important;
}
.text-navy-800\/55{
  color: rgb(25 26 221 / 0.55) !important;
}
.text-navy-800\/60{
  color: rgb(25 26 221 / 0.6) !important;
}
.text-navy-800\/65{
  color: rgb(25 26 221 / 0.65) !important;
}
.text-navy-800\/70{
  color: rgb(25 26 221 / 0.7) !important;
}
.text-navy-800\/75{
  color: rgb(25 26 221 / 0.75) !important;
}
.text-navy-800\/80{
  color: rgb(25 26 221 / 0.8) !important;
}
.text-navy-800\/85{
  color: rgb(25 26 221 / 0.85) !important;
}
.text-navy-800\/90{
  color: rgb(25 26 221 / 0.9) !important;
}
.text-navy-800\/95{
  color: rgb(25 26 221 / 0.95) !important;
}
.text-navy-900{
  --tw-text-opacity: 1 !important;
  color: rgb(15 16 215 / var(--tw-text-opacity, 1)) !important;
}
.text-navy-900\/0{
  color: rgb(15 16 215 / 0) !important;
}
.text-navy-900\/10{
  color: rgb(15 16 215 / 0.1) !important;
}
.text-navy-900\/100{
  color: rgb(15 16 215 / 1) !important;
}
.text-navy-900\/15{
  color: rgb(15 16 215 / 0.15) !important;
}
.text-navy-900\/20{
  color: rgb(15 16 215 / 0.2) !important;
}
.text-navy-900\/25{
  color: rgb(15 16 215 / 0.25) !important;
}
.text-navy-900\/30{
  color: rgb(15 16 215 / 0.3) !important;
}
.text-navy-900\/35{
  color: rgb(15 16 215 / 0.35) !important;
}
.text-navy-900\/40{
  color: rgb(15 16 215 / 0.4) !important;
}
.text-navy-900\/45{
  color: rgb(15 16 215 / 0.45) !important;
}
.text-navy-900\/5{
  color: rgb(15 16 215 / 0.05) !important;
}
.text-navy-900\/50{
  color: rgb(15 16 215 / 0.5) !important;
}
.text-navy-900\/55{
  color: rgb(15 16 215 / 0.55) !important;
}
.text-navy-900\/60{
  color: rgb(15 16 215 / 0.6) !important;
}
.text-navy-900\/65{
  color: rgb(15 16 215 / 0.65) !important;
}
.text-navy-900\/70{
  color: rgb(15 16 215 / 0.7) !important;
}
.text-navy-900\/75{
  color: rgb(15 16 215 / 0.75) !important;
}
.text-navy-900\/80{
  color: rgb(15 16 215 / 0.8) !important;
}
.text-navy-900\/85{
  color: rgb(15 16 215 / 0.85) !important;
}
.text-navy-900\/90{
  color: rgb(15 16 215 / 0.9) !important;
}
.text-navy-900\/95{
  color: rgb(15 16 215 / 0.95) !important;
}
.text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 238 213 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-100\/0{
  color: rgb(255 238 213 / 0) !important;
}
.text-orange-100\/10{
  color: rgb(255 238 213 / 0.1) !important;
}
.text-orange-100\/100{
  color: rgb(255 238 213 / 1) !important;
}
.text-orange-100\/15{
  color: rgb(255 238 213 / 0.15) !important;
}
.text-orange-100\/20{
  color: rgb(255 238 213 / 0.2) !important;
}
.text-orange-100\/25{
  color: rgb(255 238 213 / 0.25) !important;
}
.text-orange-100\/30{
  color: rgb(255 238 213 / 0.3) !important;
}
.text-orange-100\/35{
  color: rgb(255 238 213 / 0.35) !important;
}
.text-orange-100\/40{
  color: rgb(255 238 213 / 0.4) !important;
}
.text-orange-100\/45{
  color: rgb(255 238 213 / 0.45) !important;
}
.text-orange-100\/5{
  color: rgb(255 238 213 / 0.05) !important;
}
.text-orange-100\/50{
  color: rgb(255 238 213 / 0.5) !important;
}
.text-orange-100\/55{
  color: rgb(255 238 213 / 0.55) !important;
}
.text-orange-100\/60{
  color: rgb(255 238 213 / 0.6) !important;
}
.text-orange-100\/65{
  color: rgb(255 238 213 / 0.65) !important;
}
.text-orange-100\/70{
  color: rgb(255 238 213 / 0.7) !important;
}
.text-orange-100\/75{
  color: rgb(255 238 213 / 0.75) !important;
}
.text-orange-100\/80{
  color: rgb(255 238 213 / 0.8) !important;
}
.text-orange-100\/85{
  color: rgb(255 238 213 / 0.85) !important;
}
.text-orange-100\/90{
  color: rgb(255 238 213 / 0.9) !important;
}
.text-orange-100\/95{
  color: rgb(255 238 213 / 0.95) !important;
}
.text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 216 170 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-200\/0{
  color: rgb(254 216 170 / 0) !important;
}
.text-orange-200\/10{
  color: rgb(254 216 170 / 0.1) !important;
}
.text-orange-200\/100{
  color: rgb(254 216 170 / 1) !important;
}
.text-orange-200\/15{
  color: rgb(254 216 170 / 0.15) !important;
}
.text-orange-200\/20{
  color: rgb(254 216 170 / 0.2) !important;
}
.text-orange-200\/25{
  color: rgb(254 216 170 / 0.25) !important;
}
.text-orange-200\/30{
  color: rgb(254 216 170 / 0.3) !important;
}
.text-orange-200\/35{
  color: rgb(254 216 170 / 0.35) !important;
}
.text-orange-200\/40{
  color: rgb(254 216 170 / 0.4) !important;
}
.text-orange-200\/45{
  color: rgb(254 216 170 / 0.45) !important;
}
.text-orange-200\/5{
  color: rgb(254 216 170 / 0.05) !important;
}
.text-orange-200\/50{
  color: rgb(254 216 170 / 0.5) !important;
}
.text-orange-200\/55{
  color: rgb(254 216 170 / 0.55) !important;
}
.text-orange-200\/60{
  color: rgb(254 216 170 / 0.6) !important;
}
.text-orange-200\/65{
  color: rgb(254 216 170 / 0.65) !important;
}
.text-orange-200\/70{
  color: rgb(254 216 170 / 0.7) !important;
}
.text-orange-200\/75{
  color: rgb(254 216 170 / 0.75) !important;
}
.text-orange-200\/80{
  color: rgb(254 216 170 / 0.8) !important;
}
.text-orange-200\/85{
  color: rgb(254 216 170 / 0.85) !important;
}
.text-orange-200\/90{
  color: rgb(254 216 170 / 0.9) !important;
}
.text-orange-200\/95{
  color: rgb(254 216 170 / 0.95) !important;
}
.text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 188 116 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-300\/0{
  color: rgb(253 188 116 / 0) !important;
}
.text-orange-300\/10{
  color: rgb(253 188 116 / 0.1) !important;
}
.text-orange-300\/100{
  color: rgb(253 188 116 / 1) !important;
}
.text-orange-300\/15{
  color: rgb(253 188 116 / 0.15) !important;
}
.text-orange-300\/20{
  color: rgb(253 188 116 / 0.2) !important;
}
.text-orange-300\/25{
  color: rgb(253 188 116 / 0.25) !important;
}
.text-orange-300\/30{
  color: rgb(253 188 116 / 0.3) !important;
}
.text-orange-300\/35{
  color: rgb(253 188 116 / 0.35) !important;
}
.text-orange-300\/40{
  color: rgb(253 188 116 / 0.4) !important;
}
.text-orange-300\/45{
  color: rgb(253 188 116 / 0.45) !important;
}
.text-orange-300\/5{
  color: rgb(253 188 116 / 0.05) !important;
}
.text-orange-300\/50{
  color: rgb(253 188 116 / 0.5) !important;
}
.text-orange-300\/55{
  color: rgb(253 188 116 / 0.55) !important;
}
.text-orange-300\/60{
  color: rgb(253 188 116 / 0.6) !important;
}
.text-orange-300\/65{
  color: rgb(253 188 116 / 0.65) !important;
}
.text-orange-300\/70{
  color: rgb(253 188 116 / 0.7) !important;
}
.text-orange-300\/75{
  color: rgb(253 188 116 / 0.75) !important;
}
.text-orange-300\/80{
  color: rgb(253 188 116 / 0.8) !important;
}
.text-orange-300\/85{
  color: rgb(253 188 116 / 0.85) !important;
}
.text-orange-300\/90{
  color: rgb(253 188 116 / 0.9) !important;
}
.text-orange-300\/95{
  color: rgb(253 188 116 / 0.95) !important;
}
.text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgb(252 149 59 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-400\/0{
  color: rgb(252 149 59 / 0) !important;
}
.text-orange-400\/10{
  color: rgb(252 149 59 / 0.1) !important;
}
.text-orange-400\/100{
  color: rgb(252 149 59 / 1) !important;
}
.text-orange-400\/15{
  color: rgb(252 149 59 / 0.15) !important;
}
.text-orange-400\/20{
  color: rgb(252 149 59 / 0.2) !important;
}
.text-orange-400\/25{
  color: rgb(252 149 59 / 0.25) !important;
}
.text-orange-400\/30{
  color: rgb(252 149 59 / 0.3) !important;
}
.text-orange-400\/35{
  color: rgb(252 149 59 / 0.35) !important;
}
.text-orange-400\/40{
  color: rgb(252 149 59 / 0.4) !important;
}
.text-orange-400\/45{
  color: rgb(252 149 59 / 0.45) !important;
}
.text-orange-400\/5{
  color: rgb(252 149 59 / 0.05) !important;
}
.text-orange-400\/50{
  color: rgb(252 149 59 / 0.5) !important;
}
.text-orange-400\/55{
  color: rgb(252 149 59 / 0.55) !important;
}
.text-orange-400\/60{
  color: rgb(252 149 59 / 0.6) !important;
}
.text-orange-400\/65{
  color: rgb(252 149 59 / 0.65) !important;
}
.text-orange-400\/70{
  color: rgb(252 149 59 / 0.7) !important;
}
.text-orange-400\/75{
  color: rgb(252 149 59 / 0.75) !important;
}
.text-orange-400\/80{
  color: rgb(252 149 59 / 0.8) !important;
}
.text-orange-400\/85{
  color: rgb(252 149 59 / 0.85) !important;
}
.text-orange-400\/90{
  color: rgb(252 149 59 / 0.9) !important;
}
.text-orange-400\/95{
  color: rgb(252 149 59 / 0.95) !important;
}
.text-orange-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-50\/0{
  color: rgb(255 247 237 / 0) !important;
}
.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1) !important;
}
.text-orange-50\/100{
  color: rgb(255 247 237 / 1) !important;
}
.text-orange-50\/15{
  color: rgb(255 247 237 / 0.15) !important;
}
.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2) !important;
}
.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25) !important;
}
.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3) !important;
}
.text-orange-50\/35{
  color: rgb(255 247 237 / 0.35) !important;
}
.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4) !important;
}
.text-orange-50\/45{
  color: rgb(255 247 237 / 0.45) !important;
}
.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05) !important;
}
.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5) !important;
}
.text-orange-50\/55{
  color: rgb(255 247 237 / 0.55) !important;
}
.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6) !important;
}
.text-orange-50\/65{
  color: rgb(255 247 237 / 0.65) !important;
}
.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7) !important;
}
.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75) !important;
}
.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8) !important;
}
.text-orange-50\/85{
  color: rgb(255 247 237 / 0.85) !important;
}
.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9) !important;
}
.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95) !important;
}
.text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-500\/0{
  color: rgb(250 126 34 / 0) !important;
}
.text-orange-500\/10{
  color: rgb(250 126 34 / 0.1) !important;
}
.text-orange-500\/100{
  color: rgb(250 126 34 / 1) !important;
}
.text-orange-500\/15{
  color: rgb(250 126 34 / 0.15) !important;
}
.text-orange-500\/20{
  color: rgb(250 126 34 / 0.2) !important;
}
.text-orange-500\/25{
  color: rgb(250 126 34 / 0.25) !important;
}
.text-orange-500\/30{
  color: rgb(250 126 34 / 0.3) !important;
}
.text-orange-500\/35{
  color: rgb(250 126 34 / 0.35) !important;
}
.text-orange-500\/40{
  color: rgb(250 126 34 / 0.4) !important;
}
.text-orange-500\/45{
  color: rgb(250 126 34 / 0.45) !important;
}
.text-orange-500\/5{
  color: rgb(250 126 34 / 0.05) !important;
}
.text-orange-500\/50{
  color: rgb(250 126 34 / 0.5) !important;
}
.text-orange-500\/55{
  color: rgb(250 126 34 / 0.55) !important;
}
.text-orange-500\/60{
  color: rgb(250 126 34 / 0.6) !important;
}
.text-orange-500\/65{
  color: rgb(250 126 34 / 0.65) !important;
}
.text-orange-500\/70{
  color: rgb(250 126 34 / 0.7) !important;
}
.text-orange-500\/75{
  color: rgb(250 126 34 / 0.75) !important;
}
.text-orange-500\/80{
  color: rgb(250 126 34 / 0.8) !important;
}
.text-orange-500\/85{
  color: rgb(250 126 34 / 0.85) !important;
}
.text-orange-500\/90{
  color: rgb(250 126 34 / 0.9) !important;
}
.text-orange-500\/95{
  color: rgb(250 126 34 / 0.95) !important;
}
.text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(235 92 11 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-600\/0{
  color: rgb(235 92 11 / 0) !important;
}
.text-orange-600\/10{
  color: rgb(235 92 11 / 0.1) !important;
}
.text-orange-600\/100{
  color: rgb(235 92 11 / 1) !important;
}
.text-orange-600\/15{
  color: rgb(235 92 11 / 0.15) !important;
}
.text-orange-600\/20{
  color: rgb(235 92 11 / 0.2) !important;
}
.text-orange-600\/25{
  color: rgb(235 92 11 / 0.25) !important;
}
.text-orange-600\/30{
  color: rgb(235 92 11 / 0.3) !important;
}
.text-orange-600\/35{
  color: rgb(235 92 11 / 0.35) !important;
}
.text-orange-600\/40{
  color: rgb(235 92 11 / 0.4) !important;
}
.text-orange-600\/45{
  color: rgb(235 92 11 / 0.45) !important;
}
.text-orange-600\/5{
  color: rgb(235 92 11 / 0.05) !important;
}
.text-orange-600\/50{
  color: rgb(235 92 11 / 0.5) !important;
}
.text-orange-600\/55{
  color: rgb(235 92 11 / 0.55) !important;
}
.text-orange-600\/60{
  color: rgb(235 92 11 / 0.6) !important;
}
.text-orange-600\/65{
  color: rgb(235 92 11 / 0.65) !important;
}
.text-orange-600\/70{
  color: rgb(235 92 11 / 0.7) !important;
}
.text-orange-600\/75{
  color: rgb(235 92 11 / 0.75) !important;
}
.text-orange-600\/80{
  color: rgb(235 92 11 / 0.8) !important;
}
.text-orange-600\/85{
  color: rgb(235 92 11 / 0.85) !important;
}
.text-orange-600\/90{
  color: rgb(235 92 11 / 0.9) !important;
}
.text-orange-600\/95{
  color: rgb(235 92 11 / 0.95) !important;
}
.text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(195 68 11 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-700\/0{
  color: rgb(195 68 11 / 0) !important;
}
.text-orange-700\/10{
  color: rgb(195 68 11 / 0.1) !important;
}
.text-orange-700\/100{
  color: rgb(195 68 11 / 1) !important;
}
.text-orange-700\/15{
  color: rgb(195 68 11 / 0.15) !important;
}
.text-orange-700\/20{
  color: rgb(195 68 11 / 0.2) !important;
}
.text-orange-700\/25{
  color: rgb(195 68 11 / 0.25) !important;
}
.text-orange-700\/30{
  color: rgb(195 68 11 / 0.3) !important;
}
.text-orange-700\/35{
  color: rgb(195 68 11 / 0.35) !important;
}
.text-orange-700\/40{
  color: rgb(195 68 11 / 0.4) !important;
}
.text-orange-700\/45{
  color: rgb(195 68 11 / 0.45) !important;
}
.text-orange-700\/5{
  color: rgb(195 68 11 / 0.05) !important;
}
.text-orange-700\/50{
  color: rgb(195 68 11 / 0.5) !important;
}
.text-orange-700\/55{
  color: rgb(195 68 11 / 0.55) !important;
}
.text-orange-700\/60{
  color: rgb(195 68 11 / 0.6) !important;
}
.text-orange-700\/65{
  color: rgb(195 68 11 / 0.65) !important;
}
.text-orange-700\/70{
  color: rgb(195 68 11 / 0.7) !important;
}
.text-orange-700\/75{
  color: rgb(195 68 11 / 0.75) !important;
}
.text-orange-700\/80{
  color: rgb(195 68 11 / 0.8) !important;
}
.text-orange-700\/85{
  color: rgb(195 68 11 / 0.85) !important;
}
.text-orange-700\/90{
  color: rgb(195 68 11 / 0.9) !important;
}
.text-orange-700\/95{
  color: rgb(195 68 11 / 0.95) !important;
}
.text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(154 54 18 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-800\/0{
  color: rgb(154 54 18 / 0) !important;
}
.text-orange-800\/10{
  color: rgb(154 54 18 / 0.1) !important;
}
.text-orange-800\/100{
  color: rgb(154 54 18 / 1) !important;
}
.text-orange-800\/15{
  color: rgb(154 54 18 / 0.15) !important;
}
.text-orange-800\/20{
  color: rgb(154 54 18 / 0.2) !important;
}
.text-orange-800\/25{
  color: rgb(154 54 18 / 0.25) !important;
}
.text-orange-800\/30{
  color: rgb(154 54 18 / 0.3) !important;
}
.text-orange-800\/35{
  color: rgb(154 54 18 / 0.35) !important;
}
.text-orange-800\/40{
  color: rgb(154 54 18 / 0.4) !important;
}
.text-orange-800\/45{
  color: rgb(154 54 18 / 0.45) !important;
}
.text-orange-800\/5{
  color: rgb(154 54 18 / 0.05) !important;
}
.text-orange-800\/50{
  color: rgb(154 54 18 / 0.5) !important;
}
.text-orange-800\/55{
  color: rgb(154 54 18 / 0.55) !important;
}
.text-orange-800\/60{
  color: rgb(154 54 18 / 0.6) !important;
}
.text-orange-800\/65{
  color: rgb(154 54 18 / 0.65) !important;
}
.text-orange-800\/70{
  color: rgb(154 54 18 / 0.7) !important;
}
.text-orange-800\/75{
  color: rgb(154 54 18 / 0.75) !important;
}
.text-orange-800\/80{
  color: rgb(154 54 18 / 0.8) !important;
}
.text-orange-800\/85{
  color: rgb(154 54 18 / 0.85) !important;
}
.text-orange-800\/90{
  color: rgb(154 54 18 / 0.9) !important;
}
.text-orange-800\/95{
  color: rgb(154 54 18 / 0.95) !important;
}
.text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgb(124 47 18 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-900\/0{
  color: rgb(124 47 18 / 0) !important;
}
.text-orange-900\/10{
  color: rgb(124 47 18 / 0.1) !important;
}
.text-orange-900\/100{
  color: rgb(124 47 18 / 1) !important;
}
.text-orange-900\/15{
  color: rgb(124 47 18 / 0.15) !important;
}
.text-orange-900\/20{
  color: rgb(124 47 18 / 0.2) !important;
}
.text-orange-900\/25{
  color: rgb(124 47 18 / 0.25) !important;
}
.text-orange-900\/30{
  color: rgb(124 47 18 / 0.3) !important;
}
.text-orange-900\/35{
  color: rgb(124 47 18 / 0.35) !important;
}
.text-orange-900\/40{
  color: rgb(124 47 18 / 0.4) !important;
}
.text-orange-900\/45{
  color: rgb(124 47 18 / 0.45) !important;
}
.text-orange-900\/5{
  color: rgb(124 47 18 / 0.05) !important;
}
.text-orange-900\/50{
  color: rgb(124 47 18 / 0.5) !important;
}
.text-orange-900\/55{
  color: rgb(124 47 18 / 0.55) !important;
}
.text-orange-900\/60{
  color: rgb(124 47 18 / 0.6) !important;
}
.text-orange-900\/65{
  color: rgb(124 47 18 / 0.65) !important;
}
.text-orange-900\/70{
  color: rgb(124 47 18 / 0.7) !important;
}
.text-orange-900\/75{
  color: rgb(124 47 18 / 0.75) !important;
}
.text-orange-900\/80{
  color: rgb(124 47 18 / 0.8) !important;
}
.text-orange-900\/85{
  color: rgb(124 47 18 / 0.85) !important;
}
.text-orange-900\/90{
  color: rgb(124 47 18 / 0.9) !important;
}
.text-orange-900\/95{
  color: rgb(124 47 18 / 0.95) !important;
}
.text-orange-950{
  --tw-text-opacity: 1 !important;
  color: rgb(67 21 7 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-950\/0{
  color: rgb(67 21 7 / 0) !important;
}
.text-orange-950\/10{
  color: rgb(67 21 7 / 0.1) !important;
}
.text-orange-950\/100{
  color: rgb(67 21 7 / 1) !important;
}
.text-orange-950\/15{
  color: rgb(67 21 7 / 0.15) !important;
}
.text-orange-950\/20{
  color: rgb(67 21 7 / 0.2) !important;
}
.text-orange-950\/25{
  color: rgb(67 21 7 / 0.25) !important;
}
.text-orange-950\/30{
  color: rgb(67 21 7 / 0.3) !important;
}
.text-orange-950\/35{
  color: rgb(67 21 7 / 0.35) !important;
}
.text-orange-950\/40{
  color: rgb(67 21 7 / 0.4) !important;
}
.text-orange-950\/45{
  color: rgb(67 21 7 / 0.45) !important;
}
.text-orange-950\/5{
  color: rgb(67 21 7 / 0.05) !important;
}
.text-orange-950\/50{
  color: rgb(67 21 7 / 0.5) !important;
}
.text-orange-950\/55{
  color: rgb(67 21 7 / 0.55) !important;
}
.text-orange-950\/60{
  color: rgb(67 21 7 / 0.6) !important;
}
.text-orange-950\/65{
  color: rgb(67 21 7 / 0.65) !important;
}
.text-orange-950\/70{
  color: rgb(67 21 7 / 0.7) !important;
}
.text-orange-950\/75{
  color: rgb(67 21 7 / 0.75) !important;
}
.text-orange-950\/80{
  color: rgb(67 21 7 / 0.8) !important;
}
.text-orange-950\/85{
  color: rgb(67 21 7 / 0.85) !important;
}
.text-orange-950\/90{
  color: rgb(67 21 7 / 0.9) !important;
}
.text-orange-950\/95{
  color: rgb(67 21 7 / 0.95) !important;
}
.text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 227 231 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-100\/0{
  color: rgb(255 227 231 / 0) !important;
}
.text-pink-100\/10{
  color: rgb(255 227 231 / 0.1) !important;
}
.text-pink-100\/100{
  color: rgb(255 227 231 / 1) !important;
}
.text-pink-100\/15{
  color: rgb(255 227 231 / 0.15) !important;
}
.text-pink-100\/20{
  color: rgb(255 227 231 / 0.2) !important;
}
.text-pink-100\/25{
  color: rgb(255 227 231 / 0.25) !important;
}
.text-pink-100\/30{
  color: rgb(255 227 231 / 0.3) !important;
}
.text-pink-100\/35{
  color: rgb(255 227 231 / 0.35) !important;
}
.text-pink-100\/40{
  color: rgb(255 227 231 / 0.4) !important;
}
.text-pink-100\/45{
  color: rgb(255 227 231 / 0.45) !important;
}
.text-pink-100\/5{
  color: rgb(255 227 231 / 0.05) !important;
}
.text-pink-100\/50{
  color: rgb(255 227 231 / 0.5) !important;
}
.text-pink-100\/55{
  color: rgb(255 227 231 / 0.55) !important;
}
.text-pink-100\/60{
  color: rgb(255 227 231 / 0.6) !important;
}
.text-pink-100\/65{
  color: rgb(255 227 231 / 0.65) !important;
}
.text-pink-100\/70{
  color: rgb(255 227 231 / 0.7) !important;
}
.text-pink-100\/75{
  color: rgb(255 227 231 / 0.75) !important;
}
.text-pink-100\/80{
  color: rgb(255 227 231 / 0.8) !important;
}
.text-pink-100\/85{
  color: rgb(255 227 231 / 0.85) !important;
}
.text-pink-100\/90{
  color: rgb(255 227 231 / 0.9) !important;
}
.text-pink-100\/95{
  color: rgb(255 227 231 / 0.95) !important;
}
.text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 214 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-200\/0{
  color: rgb(255 203 214 / 0) !important;
}
.text-pink-200\/10{
  color: rgb(255 203 214 / 0.1) !important;
}
.text-pink-200\/100{
  color: rgb(255 203 214 / 1) !important;
}
.text-pink-200\/15{
  color: rgb(255 203 214 / 0.15) !important;
}
.text-pink-200\/20{
  color: rgb(255 203 214 / 0.2) !important;
}
.text-pink-200\/25{
  color: rgb(255 203 214 / 0.25) !important;
}
.text-pink-200\/30{
  color: rgb(255 203 214 / 0.3) !important;
}
.text-pink-200\/35{
  color: rgb(255 203 214 / 0.35) !important;
}
.text-pink-200\/40{
  color: rgb(255 203 214 / 0.4) !important;
}
.text-pink-200\/45{
  color: rgb(255 203 214 / 0.45) !important;
}
.text-pink-200\/5{
  color: rgb(255 203 214 / 0.05) !important;
}
.text-pink-200\/50{
  color: rgb(255 203 214 / 0.5) !important;
}
.text-pink-200\/55{
  color: rgb(255 203 214 / 0.55) !important;
}
.text-pink-200\/60{
  color: rgb(255 203 214 / 0.6) !important;
}
.text-pink-200\/65{
  color: rgb(255 203 214 / 0.65) !important;
}
.text-pink-200\/70{
  color: rgb(255 203 214 / 0.7) !important;
}
.text-pink-200\/75{
  color: rgb(255 203 214 / 0.75) !important;
}
.text-pink-200\/80{
  color: rgb(255 203 214 / 0.8) !important;
}
.text-pink-200\/85{
  color: rgb(255 203 214 / 0.85) !important;
}
.text-pink-200\/90{
  color: rgb(255 203 214 / 0.9) !important;
}
.text-pink-200\/95{
  color: rgb(255 203 214 / 0.95) !important;
}
.text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgb(255 161 180 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-300\/0{
  color: rgb(255 161 180 / 0) !important;
}
.text-pink-300\/10{
  color: rgb(255 161 180 / 0.1) !important;
}
.text-pink-300\/100{
  color: rgb(255 161 180 / 1) !important;
}
.text-pink-300\/15{
  color: rgb(255 161 180 / 0.15) !important;
}
.text-pink-300\/20{
  color: rgb(255 161 180 / 0.2) !important;
}
.text-pink-300\/25{
  color: rgb(255 161 180 / 0.25) !important;
}
.text-pink-300\/30{
  color: rgb(255 161 180 / 0.3) !important;
}
.text-pink-300\/35{
  color: rgb(255 161 180 / 0.35) !important;
}
.text-pink-300\/40{
  color: rgb(255 161 180 / 0.4) !important;
}
.text-pink-300\/45{
  color: rgb(255 161 180 / 0.45) !important;
}
.text-pink-300\/5{
  color: rgb(255 161 180 / 0.05) !important;
}
.text-pink-300\/50{
  color: rgb(255 161 180 / 0.5) !important;
}
.text-pink-300\/55{
  color: rgb(255 161 180 / 0.55) !important;
}
.text-pink-300\/60{
  color: rgb(255 161 180 / 0.6) !important;
}
.text-pink-300\/65{
  color: rgb(255 161 180 / 0.65) !important;
}
.text-pink-300\/70{
  color: rgb(255 161 180 / 0.7) !important;
}
.text-pink-300\/75{
  color: rgb(255 161 180 / 0.75) !important;
}
.text-pink-300\/80{
  color: rgb(255 161 180 / 0.8) !important;
}
.text-pink-300\/85{
  color: rgb(255 161 180 / 0.85) !important;
}
.text-pink-300\/90{
  color: rgb(255 161 180 / 0.9) !important;
}
.text-pink-300\/95{
  color: rgb(255 161 180 / 0.95) !important;
}
.text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgb(255 108 139 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-400\/0{
  color: rgb(255 108 139 / 0) !important;
}
.text-pink-400\/10{
  color: rgb(255 108 139 / 0.1) !important;
}
.text-pink-400\/100{
  color: rgb(255 108 139 / 1) !important;
}
.text-pink-400\/15{
  color: rgb(255 108 139 / 0.15) !important;
}
.text-pink-400\/20{
  color: rgb(255 108 139 / 0.2) !important;
}
.text-pink-400\/25{
  color: rgb(255 108 139 / 0.25) !important;
}
.text-pink-400\/30{
  color: rgb(255 108 139 / 0.3) !important;
}
.text-pink-400\/35{
  color: rgb(255 108 139 / 0.35) !important;
}
.text-pink-400\/40{
  color: rgb(255 108 139 / 0.4) !important;
}
.text-pink-400\/45{
  color: rgb(255 108 139 / 0.45) !important;
}
.text-pink-400\/5{
  color: rgb(255 108 139 / 0.05) !important;
}
.text-pink-400\/50{
  color: rgb(255 108 139 / 0.5) !important;
}
.text-pink-400\/55{
  color: rgb(255 108 139 / 0.55) !important;
}
.text-pink-400\/60{
  color: rgb(255 108 139 / 0.6) !important;
}
.text-pink-400\/65{
  color: rgb(255 108 139 / 0.65) !important;
}
.text-pink-400\/70{
  color: rgb(255 108 139 / 0.7) !important;
}
.text-pink-400\/75{
  color: rgb(255 108 139 / 0.75) !important;
}
.text-pink-400\/80{
  color: rgb(255 108 139 / 0.8) !important;
}
.text-pink-400\/85{
  color: rgb(255 108 139 / 0.85) !important;
}
.text-pink-400\/90{
  color: rgb(255 108 139 / 0.9) !important;
}
.text-pink-400\/95{
  color: rgb(255 108 139 / 0.95) !important;
}
.text-pink-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 240 243 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-50\/0{
  color: rgb(255 240 243 / 0) !important;
}
.text-pink-50\/10{
  color: rgb(255 240 243 / 0.1) !important;
}
.text-pink-50\/100{
  color: rgb(255 240 243 / 1) !important;
}
.text-pink-50\/15{
  color: rgb(255 240 243 / 0.15) !important;
}
.text-pink-50\/20{
  color: rgb(255 240 243 / 0.2) !important;
}
.text-pink-50\/25{
  color: rgb(255 240 243 / 0.25) !important;
}
.text-pink-50\/30{
  color: rgb(255 240 243 / 0.3) !important;
}
.text-pink-50\/35{
  color: rgb(255 240 243 / 0.35) !important;
}
.text-pink-50\/40{
  color: rgb(255 240 243 / 0.4) !important;
}
.text-pink-50\/45{
  color: rgb(255 240 243 / 0.45) !important;
}
.text-pink-50\/5{
  color: rgb(255 240 243 / 0.05) !important;
}
.text-pink-50\/50{
  color: rgb(255 240 243 / 0.5) !important;
}
.text-pink-50\/55{
  color: rgb(255 240 243 / 0.55) !important;
}
.text-pink-50\/60{
  color: rgb(255 240 243 / 0.6) !important;
}
.text-pink-50\/65{
  color: rgb(255 240 243 / 0.65) !important;
}
.text-pink-50\/70{
  color: rgb(255 240 243 / 0.7) !important;
}
.text-pink-50\/75{
  color: rgb(255 240 243 / 0.75) !important;
}
.text-pink-50\/80{
  color: rgb(255 240 243 / 0.8) !important;
}
.text-pink-50\/85{
  color: rgb(255 240 243 / 0.85) !important;
}
.text-pink-50\/90{
  color: rgb(255 240 243 / 0.9) !important;
}
.text-pink-50\/95{
  color: rgb(255 240 243 / 0.95) !important;
}
.text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-500\/0{
  color: rgb(250 34 86 / 0) !important;
}
.text-pink-500\/10{
  color: rgb(250 34 86 / 0.1) !important;
}
.text-pink-500\/100{
  color: rgb(250 34 86 / 1) !important;
}
.text-pink-500\/15{
  color: rgb(250 34 86 / 0.15) !important;
}
.text-pink-500\/20{
  color: rgb(250 34 86 / 0.2) !important;
}
.text-pink-500\/25{
  color: rgb(250 34 86 / 0.25) !important;
}
.text-pink-500\/30{
  color: rgb(250 34 86 / 0.3) !important;
}
.text-pink-500\/35{
  color: rgb(250 34 86 / 0.35) !important;
}
.text-pink-500\/40{
  color: rgb(250 34 86 / 0.4) !important;
}
.text-pink-500\/45{
  color: rgb(250 34 86 / 0.45) !important;
}
.text-pink-500\/5{
  color: rgb(250 34 86 / 0.05) !important;
}
.text-pink-500\/50{
  color: rgb(250 34 86 / 0.5) !important;
}
.text-pink-500\/55{
  color: rgb(250 34 86 / 0.55) !important;
}
.text-pink-500\/60{
  color: rgb(250 34 86 / 0.6) !important;
}
.text-pink-500\/65{
  color: rgb(250 34 86 / 0.65) !important;
}
.text-pink-500\/70{
  color: rgb(250 34 86 / 0.7) !important;
}
.text-pink-500\/75{
  color: rgb(250 34 86 / 0.75) !important;
}
.text-pink-500\/80{
  color: rgb(250 34 86 / 0.8) !important;
}
.text-pink-500\/85{
  color: rgb(250 34 86 / 0.85) !important;
}
.text-pink-500\/90{
  color: rgb(250 34 86 / 0.9) !important;
}
.text-pink-500\/95{
  color: rgb(250 34 86 / 0.95) !important;
}
.text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgb(232 22 83 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-600\/0{
  color: rgb(232 22 83 / 0) !important;
}
.text-pink-600\/10{
  color: rgb(232 22 83 / 0.1) !important;
}
.text-pink-600\/100{
  color: rgb(232 22 83 / 1) !important;
}
.text-pink-600\/15{
  color: rgb(232 22 83 / 0.15) !important;
}
.text-pink-600\/20{
  color: rgb(232 22 83 / 0.2) !important;
}
.text-pink-600\/25{
  color: rgb(232 22 83 / 0.25) !important;
}
.text-pink-600\/30{
  color: rgb(232 22 83 / 0.3) !important;
}
.text-pink-600\/35{
  color: rgb(232 22 83 / 0.35) !important;
}
.text-pink-600\/40{
  color: rgb(232 22 83 / 0.4) !important;
}
.text-pink-600\/45{
  color: rgb(232 22 83 / 0.45) !important;
}
.text-pink-600\/5{
  color: rgb(232 22 83 / 0.05) !important;
}
.text-pink-600\/50{
  color: rgb(232 22 83 / 0.5) !important;
}
.text-pink-600\/55{
  color: rgb(232 22 83 / 0.55) !important;
}
.text-pink-600\/60{
  color: rgb(232 22 83 / 0.6) !important;
}
.text-pink-600\/65{
  color: rgb(232 22 83 / 0.65) !important;
}
.text-pink-600\/70{
  color: rgb(232 22 83 / 0.7) !important;
}
.text-pink-600\/75{
  color: rgb(232 22 83 / 0.75) !important;
}
.text-pink-600\/80{
  color: rgb(232 22 83 / 0.8) !important;
}
.text-pink-600\/85{
  color: rgb(232 22 83 / 0.85) !important;
}
.text-pink-600\/90{
  color: rgb(232 22 83 / 0.9) !important;
}
.text-pink-600\/95{
  color: rgb(232 22 83 / 0.95) !important;
}
.text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgb(196 12 70 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-700\/0{
  color: rgb(196 12 70 / 0) !important;
}
.text-pink-700\/10{
  color: rgb(196 12 70 / 0.1) !important;
}
.text-pink-700\/100{
  color: rgb(196 12 70 / 1) !important;
}
.text-pink-700\/15{
  color: rgb(196 12 70 / 0.15) !important;
}
.text-pink-700\/20{
  color: rgb(196 12 70 / 0.2) !important;
}
.text-pink-700\/25{
  color: rgb(196 12 70 / 0.25) !important;
}
.text-pink-700\/30{
  color: rgb(196 12 70 / 0.3) !important;
}
.text-pink-700\/35{
  color: rgb(196 12 70 / 0.35) !important;
}
.text-pink-700\/40{
  color: rgb(196 12 70 / 0.4) !important;
}
.text-pink-700\/45{
  color: rgb(196 12 70 / 0.45) !important;
}
.text-pink-700\/5{
  color: rgb(196 12 70 / 0.05) !important;
}
.text-pink-700\/50{
  color: rgb(196 12 70 / 0.5) !important;
}
.text-pink-700\/55{
  color: rgb(196 12 70 / 0.55) !important;
}
.text-pink-700\/60{
  color: rgb(196 12 70 / 0.6) !important;
}
.text-pink-700\/65{
  color: rgb(196 12 70 / 0.65) !important;
}
.text-pink-700\/70{
  color: rgb(196 12 70 / 0.7) !important;
}
.text-pink-700\/75{
  color: rgb(196 12 70 / 0.75) !important;
}
.text-pink-700\/80{
  color: rgb(196 12 70 / 0.8) !important;
}
.text-pink-700\/85{
  color: rgb(196 12 70 / 0.85) !important;
}
.text-pink-700\/90{
  color: rgb(196 12 70 / 0.9) !important;
}
.text-pink-700\/95{
  color: rgb(196 12 70 / 0.95) !important;
}
.text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgb(164 13 65 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-800\/0{
  color: rgb(164 13 65 / 0) !important;
}
.text-pink-800\/10{
  color: rgb(164 13 65 / 0.1) !important;
}
.text-pink-800\/100{
  color: rgb(164 13 65 / 1) !important;
}
.text-pink-800\/15{
  color: rgb(164 13 65 / 0.15) !important;
}
.text-pink-800\/20{
  color: rgb(164 13 65 / 0.2) !important;
}
.text-pink-800\/25{
  color: rgb(164 13 65 / 0.25) !important;
}
.text-pink-800\/30{
  color: rgb(164 13 65 / 0.3) !important;
}
.text-pink-800\/35{
  color: rgb(164 13 65 / 0.35) !important;
}
.text-pink-800\/40{
  color: rgb(164 13 65 / 0.4) !important;
}
.text-pink-800\/45{
  color: rgb(164 13 65 / 0.45) !important;
}
.text-pink-800\/5{
  color: rgb(164 13 65 / 0.05) !important;
}
.text-pink-800\/50{
  color: rgb(164 13 65 / 0.5) !important;
}
.text-pink-800\/55{
  color: rgb(164 13 65 / 0.55) !important;
}
.text-pink-800\/60{
  color: rgb(164 13 65 / 0.6) !important;
}
.text-pink-800\/65{
  color: rgb(164 13 65 / 0.65) !important;
}
.text-pink-800\/70{
  color: rgb(164 13 65 / 0.7) !important;
}
.text-pink-800\/75{
  color: rgb(164 13 65 / 0.75) !important;
}
.text-pink-800\/80{
  color: rgb(164 13 65 / 0.8) !important;
}
.text-pink-800\/85{
  color: rgb(164 13 65 / 0.85) !important;
}
.text-pink-800\/90{
  color: rgb(164 13 65 / 0.9) !important;
}
.text-pink-800\/95{
  color: rgb(164 13 65 / 0.95) !important;
}
.text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgb(140 15 62 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-900\/0{
  color: rgb(140 15 62 / 0) !important;
}
.text-pink-900\/10{
  color: rgb(140 15 62 / 0.1) !important;
}
.text-pink-900\/100{
  color: rgb(140 15 62 / 1) !important;
}
.text-pink-900\/15{
  color: rgb(140 15 62 / 0.15) !important;
}
.text-pink-900\/20{
  color: rgb(140 15 62 / 0.2) !important;
}
.text-pink-900\/25{
  color: rgb(140 15 62 / 0.25) !important;
}
.text-pink-900\/30{
  color: rgb(140 15 62 / 0.3) !important;
}
.text-pink-900\/35{
  color: rgb(140 15 62 / 0.35) !important;
}
.text-pink-900\/40{
  color: rgb(140 15 62 / 0.4) !important;
}
.text-pink-900\/45{
  color: rgb(140 15 62 / 0.45) !important;
}
.text-pink-900\/5{
  color: rgb(140 15 62 / 0.05) !important;
}
.text-pink-900\/50{
  color: rgb(140 15 62 / 0.5) !important;
}
.text-pink-900\/55{
  color: rgb(140 15 62 / 0.55) !important;
}
.text-pink-900\/60{
  color: rgb(140 15 62 / 0.6) !important;
}
.text-pink-900\/65{
  color: rgb(140 15 62 / 0.65) !important;
}
.text-pink-900\/70{
  color: rgb(140 15 62 / 0.7) !important;
}
.text-pink-900\/75{
  color: rgb(140 15 62 / 0.75) !important;
}
.text-pink-900\/80{
  color: rgb(140 15 62 / 0.8) !important;
}
.text-pink-900\/85{
  color: rgb(140 15 62 / 0.85) !important;
}
.text-pink-900\/90{
  color: rgb(140 15 62 / 0.9) !important;
}
.text-pink-900\/95{
  color: rgb(140 15 62 / 0.95) !important;
}
.text-pink-950{
  --tw-text-opacity: 1 !important;
  color: rgb(79 2 29 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-950\/0{
  color: rgb(79 2 29 / 0) !important;
}
.text-pink-950\/10{
  color: rgb(79 2 29 / 0.1) !important;
}
.text-pink-950\/100{
  color: rgb(79 2 29 / 1) !important;
}
.text-pink-950\/15{
  color: rgb(79 2 29 / 0.15) !important;
}
.text-pink-950\/20{
  color: rgb(79 2 29 / 0.2) !important;
}
.text-pink-950\/25{
  color: rgb(79 2 29 / 0.25) !important;
}
.text-pink-950\/30{
  color: rgb(79 2 29 / 0.3) !important;
}
.text-pink-950\/35{
  color: rgb(79 2 29 / 0.35) !important;
}
.text-pink-950\/40{
  color: rgb(79 2 29 / 0.4) !important;
}
.text-pink-950\/45{
  color: rgb(79 2 29 / 0.45) !important;
}
.text-pink-950\/5{
  color: rgb(79 2 29 / 0.05) !important;
}
.text-pink-950\/50{
  color: rgb(79 2 29 / 0.5) !important;
}
.text-pink-950\/55{
  color: rgb(79 2 29 / 0.55) !important;
}
.text-pink-950\/60{
  color: rgb(79 2 29 / 0.6) !important;
}
.text-pink-950\/65{
  color: rgb(79 2 29 / 0.65) !important;
}
.text-pink-950\/70{
  color: rgb(79 2 29 / 0.7) !important;
}
.text-pink-950\/75{
  color: rgb(79 2 29 / 0.75) !important;
}
.text-pink-950\/80{
  color: rgb(79 2 29 / 0.8) !important;
}
.text-pink-950\/85{
  color: rgb(79 2 29 / 0.85) !important;
}
.text-pink-950\/90{
  color: rgb(79 2 29 / 0.9) !important;
}
.text-pink-950\/95{
  color: rgb(79 2 29 / 0.95) !important;
}
.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-100{
  --tw-text-opacity: 1 !important;
  color: rgb(232 228 217 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-100\/0{
  color: rgb(232 228 217 / 0) !important;
}
.text-primary-100\/10{
  color: rgb(232 228 217 / 0.1) !important;
}
.text-primary-100\/100{
  color: rgb(232 228 217 / 1) !important;
}
.text-primary-100\/15{
  color: rgb(232 228 217 / 0.15) !important;
}
.text-primary-100\/20{
  color: rgb(232 228 217 / 0.2) !important;
}
.text-primary-100\/25{
  color: rgb(232 228 217 / 0.25) !important;
}
.text-primary-100\/30{
  color: rgb(232 228 217 / 0.3) !important;
}
.text-primary-100\/35{
  color: rgb(232 228 217 / 0.35) !important;
}
.text-primary-100\/40{
  color: rgb(232 228 217 / 0.4) !important;
}
.text-primary-100\/45{
  color: rgb(232 228 217 / 0.45) !important;
}
.text-primary-100\/5{
  color: rgb(232 228 217 / 0.05) !important;
}
.text-primary-100\/50{
  color: rgb(232 228 217 / 0.5) !important;
}
.text-primary-100\/55{
  color: rgb(232 228 217 / 0.55) !important;
}
.text-primary-100\/60{
  color: rgb(232 228 217 / 0.6) !important;
}
.text-primary-100\/65{
  color: rgb(232 228 217 / 0.65) !important;
}
.text-primary-100\/70{
  color: rgb(232 228 217 / 0.7) !important;
}
.text-primary-100\/75{
  color: rgb(232 228 217 / 0.75) !important;
}
.text-primary-100\/80{
  color: rgb(232 228 217 / 0.8) !important;
}
.text-primary-100\/85{
  color: rgb(232 228 217 / 0.85) !important;
}
.text-primary-100\/90{
  color: rgb(232 228 217 / 0.9) !important;
}
.text-primary-100\/95{
  color: rgb(232 228 217 / 0.95) !important;
}
.text-primary-200{
  --tw-text-opacity: 1 !important;
  color: rgb(211 200 181 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-200\/0{
  color: rgb(211 200 181 / 0) !important;
}
.text-primary-200\/10{
  color: rgb(211 200 181 / 0.1) !important;
}
.text-primary-200\/100{
  color: rgb(211 200 181 / 1) !important;
}
.text-primary-200\/15{
  color: rgb(211 200 181 / 0.15) !important;
}
.text-primary-200\/20{
  color: rgb(211 200 181 / 0.2) !important;
}
.text-primary-200\/25{
  color: rgb(211 200 181 / 0.25) !important;
}
.text-primary-200\/30{
  color: rgb(211 200 181 / 0.3) !important;
}
.text-primary-200\/35{
  color: rgb(211 200 181 / 0.35) !important;
}
.text-primary-200\/40{
  color: rgb(211 200 181 / 0.4) !important;
}
.text-primary-200\/45{
  color: rgb(211 200 181 / 0.45) !important;
}
.text-primary-200\/5{
  color: rgb(211 200 181 / 0.05) !important;
}
.text-primary-200\/50{
  color: rgb(211 200 181 / 0.5) !important;
}
.text-primary-200\/55{
  color: rgb(211 200 181 / 0.55) !important;
}
.text-primary-200\/60{
  color: rgb(211 200 181 / 0.6) !important;
}
.text-primary-200\/65{
  color: rgb(211 200 181 / 0.65) !important;
}
.text-primary-200\/70{
  color: rgb(211 200 181 / 0.7) !important;
}
.text-primary-200\/75{
  color: rgb(211 200 181 / 0.75) !important;
}
.text-primary-200\/80{
  color: rgb(211 200 181 / 0.8) !important;
}
.text-primary-200\/85{
  color: rgb(211 200 181 / 0.85) !important;
}
.text-primary-200\/90{
  color: rgb(211 200 181 / 0.9) !important;
}
.text-primary-200\/95{
  color: rgb(211 200 181 / 0.95) !important;
}
.text-primary-300{
  --tw-text-opacity: 1 !important;
  color: rgb(185 167 139 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-300\/0{
  color: rgb(185 167 139 / 0) !important;
}
.text-primary-300\/10{
  color: rgb(185 167 139 / 0.1) !important;
}
.text-primary-300\/100{
  color: rgb(185 167 139 / 1) !important;
}
.text-primary-300\/15{
  color: rgb(185 167 139 / 0.15) !important;
}
.text-primary-300\/20{
  color: rgb(185 167 139 / 0.2) !important;
}
.text-primary-300\/25{
  color: rgb(185 167 139 / 0.25) !important;
}
.text-primary-300\/30{
  color: rgb(185 167 139 / 0.3) !important;
}
.text-primary-300\/35{
  color: rgb(185 167 139 / 0.35) !important;
}
.text-primary-300\/40{
  color: rgb(185 167 139 / 0.4) !important;
}
.text-primary-300\/45{
  color: rgb(185 167 139 / 0.45) !important;
}
.text-primary-300\/5{
  color: rgb(185 167 139 / 0.05) !important;
}
.text-primary-300\/50{
  color: rgb(185 167 139 / 0.5) !important;
}
.text-primary-300\/55{
  color: rgb(185 167 139 / 0.55) !important;
}
.text-primary-300\/60{
  color: rgb(185 167 139 / 0.6) !important;
}
.text-primary-300\/65{
  color: rgb(185 167 139 / 0.65) !important;
}
.text-primary-300\/70{
  color: rgb(185 167 139 / 0.7) !important;
}
.text-primary-300\/75{
  color: rgb(185 167 139 / 0.75) !important;
}
.text-primary-300\/80{
  color: rgb(185 167 139 / 0.8) !important;
}
.text-primary-300\/85{
  color: rgb(185 167 139 / 0.85) !important;
}
.text-primary-300\/90{
  color: rgb(185 167 139 / 0.9) !important;
}
.text-primary-300\/95{
  color: rgb(185 167 139 / 0.95) !important;
}
.text-primary-400{
  --tw-text-opacity: 1 !important;
  color: rgb(165 139 106 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-400\/0{
  color: rgb(165 139 106 / 0) !important;
}
.text-primary-400\/10{
  color: rgb(165 139 106 / 0.1) !important;
}
.text-primary-400\/100{
  color: rgb(165 139 106 / 1) !important;
}
.text-primary-400\/15{
  color: rgb(165 139 106 / 0.15) !important;
}
.text-primary-400\/20{
  color: rgb(165 139 106 / 0.2) !important;
}
.text-primary-400\/25{
  color: rgb(165 139 106 / 0.25) !important;
}
.text-primary-400\/30{
  color: rgb(165 139 106 / 0.3) !important;
}
.text-primary-400\/35{
  color: rgb(165 139 106 / 0.35) !important;
}
.text-primary-400\/40{
  color: rgb(165 139 106 / 0.4) !important;
}
.text-primary-400\/45{
  color: rgb(165 139 106 / 0.45) !important;
}
.text-primary-400\/5{
  color: rgb(165 139 106 / 0.05) !important;
}
.text-primary-400\/50{
  color: rgb(165 139 106 / 0.5) !important;
}
.text-primary-400\/55{
  color: rgb(165 139 106 / 0.55) !important;
}
.text-primary-400\/60{
  color: rgb(165 139 106 / 0.6) !important;
}
.text-primary-400\/65{
  color: rgb(165 139 106 / 0.65) !important;
}
.text-primary-400\/70{
  color: rgb(165 139 106 / 0.7) !important;
}
.text-primary-400\/75{
  color: rgb(165 139 106 / 0.75) !important;
}
.text-primary-400\/80{
  color: rgb(165 139 106 / 0.8) !important;
}
.text-primary-400\/85{
  color: rgb(165 139 106 / 0.85) !important;
}
.text-primary-400\/90{
  color: rgb(165 139 106 / 0.9) !important;
}
.text-primary-400\/95{
  color: rgb(165 139 106 / 0.95) !important;
}
.text-primary-50{
  --tw-text-opacity: 1 !important;
  color: rgb(246 244 240 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-50\/0{
  color: rgb(246 244 240 / 0) !important;
}
.text-primary-50\/10{
  color: rgb(246 244 240 / 0.1) !important;
}
.text-primary-50\/100{
  color: rgb(246 244 240 / 1) !important;
}
.text-primary-50\/15{
  color: rgb(246 244 240 / 0.15) !important;
}
.text-primary-50\/20{
  color: rgb(246 244 240 / 0.2) !important;
}
.text-primary-50\/25{
  color: rgb(246 244 240 / 0.25) !important;
}
.text-primary-50\/30{
  color: rgb(246 244 240 / 0.3) !important;
}
.text-primary-50\/35{
  color: rgb(246 244 240 / 0.35) !important;
}
.text-primary-50\/40{
  color: rgb(246 244 240 / 0.4) !important;
}
.text-primary-50\/45{
  color: rgb(246 244 240 / 0.45) !important;
}
.text-primary-50\/5{
  color: rgb(246 244 240 / 0.05) !important;
}
.text-primary-50\/50{
  color: rgb(246 244 240 / 0.5) !important;
}
.text-primary-50\/55{
  color: rgb(246 244 240 / 0.55) !important;
}
.text-primary-50\/60{
  color: rgb(246 244 240 / 0.6) !important;
}
.text-primary-50\/65{
  color: rgb(246 244 240 / 0.65) !important;
}
.text-primary-50\/70{
  color: rgb(246 244 240 / 0.7) !important;
}
.text-primary-50\/75{
  color: rgb(246 244 240 / 0.75) !important;
}
.text-primary-50\/80{
  color: rgb(246 244 240 / 0.8) !important;
}
.text-primary-50\/85{
  color: rgb(246 244 240 / 0.85) !important;
}
.text-primary-50\/90{
  color: rgb(246 244 240 / 0.9) !important;
}
.text-primary-50\/95{
  color: rgb(246 244 240 / 0.95) !important;
}
.text-primary-500{
  --tw-text-opacity: 1 !important;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-500\/0{
  color: rgb(157 128 96 / 0) !important;
}
.text-primary-500\/10{
  color: rgb(157 128 96 / 0.1) !important;
}
.text-primary-500\/100{
  color: rgb(157 128 96 / 1) !important;
}
.text-primary-500\/15{
  color: rgb(157 128 96 / 0.15) !important;
}
.text-primary-500\/20{
  color: rgb(157 128 96 / 0.2) !important;
}
.text-primary-500\/25{
  color: rgb(157 128 96 / 0.25) !important;
}
.text-primary-500\/30{
  color: rgb(157 128 96 / 0.3) !important;
}
.text-primary-500\/35{
  color: rgb(157 128 96 / 0.35) !important;
}
.text-primary-500\/40{
  color: rgb(157 128 96 / 0.4) !important;
}
.text-primary-500\/45{
  color: rgb(157 128 96 / 0.45) !important;
}
.text-primary-500\/5{
  color: rgb(157 128 96 / 0.05) !important;
}
.text-primary-500\/50{
  color: rgb(157 128 96 / 0.5) !important;
}
.text-primary-500\/55{
  color: rgb(157 128 96 / 0.55) !important;
}
.text-primary-500\/60{
  color: rgb(157 128 96 / 0.6) !important;
}
.text-primary-500\/65{
  color: rgb(157 128 96 / 0.65) !important;
}
.text-primary-500\/70{
  color: rgb(157 128 96 / 0.7) !important;
}
.text-primary-500\/75{
  color: rgb(157 128 96 / 0.75) !important;
}
.text-primary-500\/80{
  color: rgb(157 128 96 / 0.8) !important;
}
.text-primary-500\/85{
  color: rgb(157 128 96 / 0.85) !important;
}
.text-primary-500\/90{
  color: rgb(157 128 96 / 0.9) !important;
}
.text-primary-500\/95{
  color: rgb(157 128 96 / 0.95) !important;
}
.text-primary-600{
  --tw-text-opacity: 1 !important;
  color: rgb(129 100 77 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-600\/0{
  color: rgb(129 100 77 / 0) !important;
}
.text-primary-600\/10{
  color: rgb(129 100 77 / 0.1) !important;
}
.text-primary-600\/100{
  color: rgb(129 100 77 / 1) !important;
}
.text-primary-600\/15{
  color: rgb(129 100 77 / 0.15) !important;
}
.text-primary-600\/20{
  color: rgb(129 100 77 / 0.2) !important;
}
.text-primary-600\/25{
  color: rgb(129 100 77 / 0.25) !important;
}
.text-primary-600\/30{
  color: rgb(129 100 77 / 0.3) !important;
}
.text-primary-600\/35{
  color: rgb(129 100 77 / 0.35) !important;
}
.text-primary-600\/40{
  color: rgb(129 100 77 / 0.4) !important;
}
.text-primary-600\/45{
  color: rgb(129 100 77 / 0.45) !important;
}
.text-primary-600\/5{
  color: rgb(129 100 77 / 0.05) !important;
}
.text-primary-600\/50{
  color: rgb(129 100 77 / 0.5) !important;
}
.text-primary-600\/55{
  color: rgb(129 100 77 / 0.55) !important;
}
.text-primary-600\/60{
  color: rgb(129 100 77 / 0.6) !important;
}
.text-primary-600\/65{
  color: rgb(129 100 77 / 0.65) !important;
}
.text-primary-600\/70{
  color: rgb(129 100 77 / 0.7) !important;
}
.text-primary-600\/75{
  color: rgb(129 100 77 / 0.75) !important;
}
.text-primary-600\/80{
  color: rgb(129 100 77 / 0.8) !important;
}
.text-primary-600\/85{
  color: rgb(129 100 77 / 0.85) !important;
}
.text-primary-600\/90{
  color: rgb(129 100 77 / 0.9) !important;
}
.text-primary-600\/95{
  color: rgb(129 100 77 / 0.95) !important;
}
.text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgb(104 79 64 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-700\/0{
  color: rgb(104 79 64 / 0) !important;
}
.text-primary-700\/10{
  color: rgb(104 79 64 / 0.1) !important;
}
.text-primary-700\/100{
  color: rgb(104 79 64 / 1) !important;
}
.text-primary-700\/15{
  color: rgb(104 79 64 / 0.15) !important;
}
.text-primary-700\/20{
  color: rgb(104 79 64 / 0.2) !important;
}
.text-primary-700\/25{
  color: rgb(104 79 64 / 0.25) !important;
}
.text-primary-700\/30{
  color: rgb(104 79 64 / 0.3) !important;
}
.text-primary-700\/35{
  color: rgb(104 79 64 / 0.35) !important;
}
.text-primary-700\/40{
  color: rgb(104 79 64 / 0.4) !important;
}
.text-primary-700\/45{
  color: rgb(104 79 64 / 0.45) !important;
}
.text-primary-700\/5{
  color: rgb(104 79 64 / 0.05) !important;
}
.text-primary-700\/50{
  color: rgb(104 79 64 / 0.5) !important;
}
.text-primary-700\/55{
  color: rgb(104 79 64 / 0.55) !important;
}
.text-primary-700\/60{
  color: rgb(104 79 64 / 0.6) !important;
}
.text-primary-700\/65{
  color: rgb(104 79 64 / 0.65) !important;
}
.text-primary-700\/70{
  color: rgb(104 79 64 / 0.7) !important;
}
.text-primary-700\/75{
  color: rgb(104 79 64 / 0.75) !important;
}
.text-primary-700\/80{
  color: rgb(104 79 64 / 0.8) !important;
}
.text-primary-700\/85{
  color: rgb(104 79 64 / 0.85) !important;
}
.text-primary-700\/90{
  color: rgb(104 79 64 / 0.9) !important;
}
.text-primary-700\/95{
  color: rgb(104 79 64 / 0.95) !important;
}
.text-primary-800{
  --tw-text-opacity: 1 !important;
  color: rgb(89 67 58 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-800\/0{
  color: rgb(89 67 58 / 0) !important;
}
.text-primary-800\/10{
  color: rgb(89 67 58 / 0.1) !important;
}
.text-primary-800\/100{
  color: rgb(89 67 58 / 1) !important;
}
.text-primary-800\/15{
  color: rgb(89 67 58 / 0.15) !important;
}
.text-primary-800\/20{
  color: rgb(89 67 58 / 0.2) !important;
}
.text-primary-800\/25{
  color: rgb(89 67 58 / 0.25) !important;
}
.text-primary-800\/30{
  color: rgb(89 67 58 / 0.3) !important;
}
.text-primary-800\/35{
  color: rgb(89 67 58 / 0.35) !important;
}
.text-primary-800\/40{
  color: rgb(89 67 58 / 0.4) !important;
}
.text-primary-800\/45{
  color: rgb(89 67 58 / 0.45) !important;
}
.text-primary-800\/5{
  color: rgb(89 67 58 / 0.05) !important;
}
.text-primary-800\/50{
  color: rgb(89 67 58 / 0.5) !important;
}
.text-primary-800\/55{
  color: rgb(89 67 58 / 0.55) !important;
}
.text-primary-800\/60{
  color: rgb(89 67 58 / 0.6) !important;
}
.text-primary-800\/65{
  color: rgb(89 67 58 / 0.65) !important;
}
.text-primary-800\/70{
  color: rgb(89 67 58 / 0.7) !important;
}
.text-primary-800\/75{
  color: rgb(89 67 58 / 0.75) !important;
}
.text-primary-800\/80{
  color: rgb(89 67 58 / 0.8) !important;
}
.text-primary-800\/85{
  color: rgb(89 67 58 / 0.85) !important;
}
.text-primary-800\/90{
  color: rgb(89 67 58 / 0.9) !important;
}
.text-primary-800\/95{
  color: rgb(89 67 58 / 0.95) !important;
}
.text-primary-900{
  --tw-text-opacity: 1 !important;
  color: rgb(78 59 53 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-900\/0{
  color: rgb(78 59 53 / 0) !important;
}
.text-primary-900\/10{
  color: rgb(78 59 53 / 0.1) !important;
}
.text-primary-900\/100{
  color: rgb(78 59 53 / 1) !important;
}
.text-primary-900\/15{
  color: rgb(78 59 53 / 0.15) !important;
}
.text-primary-900\/20{
  color: rgb(78 59 53 / 0.2) !important;
}
.text-primary-900\/25{
  color: rgb(78 59 53 / 0.25) !important;
}
.text-primary-900\/30{
  color: rgb(78 59 53 / 0.3) !important;
}
.text-primary-900\/35{
  color: rgb(78 59 53 / 0.35) !important;
}
.text-primary-900\/40{
  color: rgb(78 59 53 / 0.4) !important;
}
.text-primary-900\/45{
  color: rgb(78 59 53 / 0.45) !important;
}
.text-primary-900\/5{
  color: rgb(78 59 53 / 0.05) !important;
}
.text-primary-900\/50{
  color: rgb(78 59 53 / 0.5) !important;
}
.text-primary-900\/55{
  color: rgb(78 59 53 / 0.55) !important;
}
.text-primary-900\/60{
  color: rgb(78 59 53 / 0.6) !important;
}
.text-primary-900\/65{
  color: rgb(78 59 53 / 0.65) !important;
}
.text-primary-900\/70{
  color: rgb(78 59 53 / 0.7) !important;
}
.text-primary-900\/75{
  color: rgb(78 59 53 / 0.75) !important;
}
.text-primary-900\/80{
  color: rgb(78 59 53 / 0.8) !important;
}
.text-primary-900\/85{
  color: rgb(78 59 53 / 0.85) !important;
}
.text-primary-900\/90{
  color: rgb(78 59 53 / 0.9) !important;
}
.text-primary-900\/95{
  color: rgb(78 59 53 / 0.95) !important;
}
.text-primary-950{
  --tw-text-opacity: 1 !important;
  color: rgb(44 31 28 / var(--tw-text-opacity, 1)) !important;
}
.text-primary-950\/0{
  color: rgb(44 31 28 / 0) !important;
}
.text-primary-950\/10{
  color: rgb(44 31 28 / 0.1) !important;
}
.text-primary-950\/100{
  color: rgb(44 31 28 / 1) !important;
}
.text-primary-950\/15{
  color: rgb(44 31 28 / 0.15) !important;
}
.text-primary-950\/20{
  color: rgb(44 31 28 / 0.2) !important;
}
.text-primary-950\/25{
  color: rgb(44 31 28 / 0.25) !important;
}
.text-primary-950\/30{
  color: rgb(44 31 28 / 0.3) !important;
}
.text-primary-950\/35{
  color: rgb(44 31 28 / 0.35) !important;
}
.text-primary-950\/40{
  color: rgb(44 31 28 / 0.4) !important;
}
.text-primary-950\/45{
  color: rgb(44 31 28 / 0.45) !important;
}
.text-primary-950\/5{
  color: rgb(44 31 28 / 0.05) !important;
}
.text-primary-950\/50{
  color: rgb(44 31 28 / 0.5) !important;
}
.text-primary-950\/55{
  color: rgb(44 31 28 / 0.55) !important;
}
.text-primary-950\/60{
  color: rgb(44 31 28 / 0.6) !important;
}
.text-primary-950\/65{
  color: rgb(44 31 28 / 0.65) !important;
}
.text-primary-950\/70{
  color: rgb(44 31 28 / 0.7) !important;
}
.text-primary-950\/75{
  color: rgb(44 31 28 / 0.75) !important;
}
.text-primary-950\/80{
  color: rgb(44 31 28 / 0.8) !important;
}
.text-primary-950\/85{
  color: rgb(44 31 28 / 0.85) !important;
}
.text-primary-950\/90{
  color: rgb(44 31 28 / 0.9) !important;
}
.text-primary-950\/95{
  color: rgb(44 31 28 / 0.95) !important;
}
.text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgb(238 232 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-100\/0{
  color: rgb(238 232 255 / 0) !important;
}
.text-purple-100\/10{
  color: rgb(238 232 255 / 0.1) !important;
}
.text-purple-100\/100{
  color: rgb(238 232 255 / 1) !important;
}
.text-purple-100\/15{
  color: rgb(238 232 255 / 0.15) !important;
}
.text-purple-100\/20{
  color: rgb(238 232 255 / 0.2) !important;
}
.text-purple-100\/25{
  color: rgb(238 232 255 / 0.25) !important;
}
.text-purple-100\/30{
  color: rgb(238 232 255 / 0.3) !important;
}
.text-purple-100\/35{
  color: rgb(238 232 255 / 0.35) !important;
}
.text-purple-100\/40{
  color: rgb(238 232 255 / 0.4) !important;
}
.text-purple-100\/45{
  color: rgb(238 232 255 / 0.45) !important;
}
.text-purple-100\/5{
  color: rgb(238 232 255 / 0.05) !important;
}
.text-purple-100\/50{
  color: rgb(238 232 255 / 0.5) !important;
}
.text-purple-100\/55{
  color: rgb(238 232 255 / 0.55) !important;
}
.text-purple-100\/60{
  color: rgb(238 232 255 / 0.6) !important;
}
.text-purple-100\/65{
  color: rgb(238 232 255 / 0.65) !important;
}
.text-purple-100\/70{
  color: rgb(238 232 255 / 0.7) !important;
}
.text-purple-100\/75{
  color: rgb(238 232 255 / 0.75) !important;
}
.text-purple-100\/80{
  color: rgb(238 232 255 / 0.8) !important;
}
.text-purple-100\/85{
  color: rgb(238 232 255 / 0.85) !important;
}
.text-purple-100\/90{
  color: rgb(238 232 255 / 0.9) !important;
}
.text-purple-100\/95{
  color: rgb(238 232 255 / 0.95) !important;
}
.text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgb(223 212 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-200\/0{
  color: rgb(223 212 255 / 0) !important;
}
.text-purple-200\/10{
  color: rgb(223 212 255 / 0.1) !important;
}
.text-purple-200\/100{
  color: rgb(223 212 255 / 1) !important;
}
.text-purple-200\/15{
  color: rgb(223 212 255 / 0.15) !important;
}
.text-purple-200\/20{
  color: rgb(223 212 255 / 0.2) !important;
}
.text-purple-200\/25{
  color: rgb(223 212 255 / 0.25) !important;
}
.text-purple-200\/30{
  color: rgb(223 212 255 / 0.3) !important;
}
.text-purple-200\/35{
  color: rgb(223 212 255 / 0.35) !important;
}
.text-purple-200\/40{
  color: rgb(223 212 255 / 0.4) !important;
}
.text-purple-200\/45{
  color: rgb(223 212 255 / 0.45) !important;
}
.text-purple-200\/5{
  color: rgb(223 212 255 / 0.05) !important;
}
.text-purple-200\/50{
  color: rgb(223 212 255 / 0.5) !important;
}
.text-purple-200\/55{
  color: rgb(223 212 255 / 0.55) !important;
}
.text-purple-200\/60{
  color: rgb(223 212 255 / 0.6) !important;
}
.text-purple-200\/65{
  color: rgb(223 212 255 / 0.65) !important;
}
.text-purple-200\/70{
  color: rgb(223 212 255 / 0.7) !important;
}
.text-purple-200\/75{
  color: rgb(223 212 255 / 0.75) !important;
}
.text-purple-200\/80{
  color: rgb(223 212 255 / 0.8) !important;
}
.text-purple-200\/85{
  color: rgb(223 212 255 / 0.85) !important;
}
.text-purple-200\/90{
  color: rgb(223 212 255 / 0.9) !important;
}
.text-purple-200\/95{
  color: rgb(223 212 255 / 0.95) !important;
}
.text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgb(199 178 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-300\/0{
  color: rgb(199 178 255 / 0) !important;
}
.text-purple-300\/10{
  color: rgb(199 178 255 / 0.1) !important;
}
.text-purple-300\/100{
  color: rgb(199 178 255 / 1) !important;
}
.text-purple-300\/15{
  color: rgb(199 178 255 / 0.15) !important;
}
.text-purple-300\/20{
  color: rgb(199 178 255 / 0.2) !important;
}
.text-purple-300\/25{
  color: rgb(199 178 255 / 0.25) !important;
}
.text-purple-300\/30{
  color: rgb(199 178 255 / 0.3) !important;
}
.text-purple-300\/35{
  color: rgb(199 178 255 / 0.35) !important;
}
.text-purple-300\/40{
  color: rgb(199 178 255 / 0.4) !important;
}
.text-purple-300\/45{
  color: rgb(199 178 255 / 0.45) !important;
}
.text-purple-300\/5{
  color: rgb(199 178 255 / 0.05) !important;
}
.text-purple-300\/50{
  color: rgb(199 178 255 / 0.5) !important;
}
.text-purple-300\/55{
  color: rgb(199 178 255 / 0.55) !important;
}
.text-purple-300\/60{
  color: rgb(199 178 255 / 0.6) !important;
}
.text-purple-300\/65{
  color: rgb(199 178 255 / 0.65) !important;
}
.text-purple-300\/70{
  color: rgb(199 178 255 / 0.7) !important;
}
.text-purple-300\/75{
  color: rgb(199 178 255 / 0.75) !important;
}
.text-purple-300\/80{
  color: rgb(199 178 255 / 0.8) !important;
}
.text-purple-300\/85{
  color: rgb(199 178 255 / 0.85) !important;
}
.text-purple-300\/90{
  color: rgb(199 178 255 / 0.9) !important;
}
.text-purple-300\/95{
  color: rgb(199 178 255 / 0.95) !important;
}
.text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-400\/0{
  color: rgb(161 117 255 / 0) !important;
}
.text-purple-400\/10{
  color: rgb(161 117 255 / 0.1) !important;
}
.text-purple-400\/100{
  color: rgb(161 117 255 / 1) !important;
}
.text-purple-400\/15{
  color: rgb(161 117 255 / 0.15) !important;
}
.text-purple-400\/20{
  color: rgb(161 117 255 / 0.2) !important;
}
.text-purple-400\/25{
  color: rgb(161 117 255 / 0.25) !important;
}
.text-purple-400\/30{
  color: rgb(161 117 255 / 0.3) !important;
}
.text-purple-400\/35{
  color: rgb(161 117 255 / 0.35) !important;
}
.text-purple-400\/40{
  color: rgb(161 117 255 / 0.4) !important;
}
.text-purple-400\/45{
  color: rgb(161 117 255 / 0.45) !important;
}
.text-purple-400\/5{
  color: rgb(161 117 255 / 0.05) !important;
}
.text-purple-400\/50{
  color: rgb(161 117 255 / 0.5) !important;
}
.text-purple-400\/55{
  color: rgb(161 117 255 / 0.55) !important;
}
.text-purple-400\/60{
  color: rgb(161 117 255 / 0.6) !important;
}
.text-purple-400\/65{
  color: rgb(161 117 255 / 0.65) !important;
}
.text-purple-400\/70{
  color: rgb(161 117 255 / 0.7) !important;
}
.text-purple-400\/75{
  color: rgb(161 117 255 / 0.75) !important;
}
.text-purple-400\/80{
  color: rgb(161 117 255 / 0.8) !important;
}
.text-purple-400\/85{
  color: rgb(161 117 255 / 0.85) !important;
}
.text-purple-400\/90{
  color: rgb(161 117 255 / 0.9) !important;
}
.text-purple-400\/95{
  color: rgb(161 117 255 / 0.95) !important;
}
.text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgb(246 242 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-50\/0{
  color: rgb(246 242 255 / 0) !important;
}
.text-purple-50\/10{
  color: rgb(246 242 255 / 0.1) !important;
}
.text-purple-50\/100{
  color: rgb(246 242 255 / 1) !important;
}
.text-purple-50\/15{
  color: rgb(246 242 255 / 0.15) !important;
}
.text-purple-50\/20{
  color: rgb(246 242 255 / 0.2) !important;
}
.text-purple-50\/25{
  color: rgb(246 242 255 / 0.25) !important;
}
.text-purple-50\/30{
  color: rgb(246 242 255 / 0.3) !important;
}
.text-purple-50\/35{
  color: rgb(246 242 255 / 0.35) !important;
}
.text-purple-50\/40{
  color: rgb(246 242 255 / 0.4) !important;
}
.text-purple-50\/45{
  color: rgb(246 242 255 / 0.45) !important;
}
.text-purple-50\/5{
  color: rgb(246 242 255 / 0.05) !important;
}
.text-purple-50\/50{
  color: rgb(246 242 255 / 0.5) !important;
}
.text-purple-50\/55{
  color: rgb(246 242 255 / 0.55) !important;
}
.text-purple-50\/60{
  color: rgb(246 242 255 / 0.6) !important;
}
.text-purple-50\/65{
  color: rgb(246 242 255 / 0.65) !important;
}
.text-purple-50\/70{
  color: rgb(246 242 255 / 0.7) !important;
}
.text-purple-50\/75{
  color: rgb(246 242 255 / 0.75) !important;
}
.text-purple-50\/80{
  color: rgb(246 242 255 / 0.8) !important;
}
.text-purple-50\/85{
  color: rgb(246 242 255 / 0.85) !important;
}
.text-purple-50\/90{
  color: rgb(246 242 255 / 0.9) !important;
}
.text-purple-50\/95{
  color: rgb(246 242 255 / 0.95) !important;
}
.text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-500\/0{
  color: rgb(161 117 255 / 0) !important;
}
.text-purple-500\/10{
  color: rgb(161 117 255 / 0.1) !important;
}
.text-purple-500\/100{
  color: rgb(161 117 255 / 1) !important;
}
.text-purple-500\/15{
  color: rgb(161 117 255 / 0.15) !important;
}
.text-purple-500\/20{
  color: rgb(161 117 255 / 0.2) !important;
}
.text-purple-500\/25{
  color: rgb(161 117 255 / 0.25) !important;
}
.text-purple-500\/30{
  color: rgb(161 117 255 / 0.3) !important;
}
.text-purple-500\/35{
  color: rgb(161 117 255 / 0.35) !important;
}
.text-purple-500\/40{
  color: rgb(161 117 255 / 0.4) !important;
}
.text-purple-500\/45{
  color: rgb(161 117 255 / 0.45) !important;
}
.text-purple-500\/5{
  color: rgb(161 117 255 / 0.05) !important;
}
.text-purple-500\/50{
  color: rgb(161 117 255 / 0.5) !important;
}
.text-purple-500\/55{
  color: rgb(161 117 255 / 0.55) !important;
}
.text-purple-500\/60{
  color: rgb(161 117 255 / 0.6) !important;
}
.text-purple-500\/65{
  color: rgb(161 117 255 / 0.65) !important;
}
.text-purple-500\/70{
  color: rgb(161 117 255 / 0.7) !important;
}
.text-purple-500\/75{
  color: rgb(161 117 255 / 0.75) !important;
}
.text-purple-500\/80{
  color: rgb(161 117 255 / 0.8) !important;
}
.text-purple-500\/85{
  color: rgb(161 117 255 / 0.85) !important;
}
.text-purple-500\/90{
  color: rgb(161 117 255 / 0.9) !important;
}
.text-purple-500\/95{
  color: rgb(161 117 255 / 0.95) !important;
}
.text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgb(135 50 245 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-600\/0{
  color: rgb(135 50 245 / 0) !important;
}
.text-purple-600\/10{
  color: rgb(135 50 245 / 0.1) !important;
}
.text-purple-600\/100{
  color: rgb(135 50 245 / 1) !important;
}
.text-purple-600\/15{
  color: rgb(135 50 245 / 0.15) !important;
}
.text-purple-600\/20{
  color: rgb(135 50 245 / 0.2) !important;
}
.text-purple-600\/25{
  color: rgb(135 50 245 / 0.25) !important;
}
.text-purple-600\/30{
  color: rgb(135 50 245 / 0.3) !important;
}
.text-purple-600\/35{
  color: rgb(135 50 245 / 0.35) !important;
}
.text-purple-600\/40{
  color: rgb(135 50 245 / 0.4) !important;
}
.text-purple-600\/45{
  color: rgb(135 50 245 / 0.45) !important;
}
.text-purple-600\/5{
  color: rgb(135 50 245 / 0.05) !important;
}
.text-purple-600\/50{
  color: rgb(135 50 245 / 0.5) !important;
}
.text-purple-600\/55{
  color: rgb(135 50 245 / 0.55) !important;
}
.text-purple-600\/60{
  color: rgb(135 50 245 / 0.6) !important;
}
.text-purple-600\/65{
  color: rgb(135 50 245 / 0.65) !important;
}
.text-purple-600\/70{
  color: rgb(135 50 245 / 0.7) !important;
}
.text-purple-600\/75{
  color: rgb(135 50 245 / 0.75) !important;
}
.text-purple-600\/80{
  color: rgb(135 50 245 / 0.8) !important;
}
.text-purple-600\/85{
  color: rgb(135 50 245 / 0.85) !important;
}
.text-purple-600\/90{
  color: rgb(135 50 245 / 0.9) !important;
}
.text-purple-600\/95{
  color: rgb(135 50 245 / 0.95) !important;
}
.text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgb(120 32 225 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-700\/0{
  color: rgb(120 32 225 / 0) !important;
}
.text-purple-700\/10{
  color: rgb(120 32 225 / 0.1) !important;
}
.text-purple-700\/100{
  color: rgb(120 32 225 / 1) !important;
}
.text-purple-700\/15{
  color: rgb(120 32 225 / 0.15) !important;
}
.text-purple-700\/20{
  color: rgb(120 32 225 / 0.2) !important;
}
.text-purple-700\/25{
  color: rgb(120 32 225 / 0.25) !important;
}
.text-purple-700\/30{
  color: rgb(120 32 225 / 0.3) !important;
}
.text-purple-700\/35{
  color: rgb(120 32 225 / 0.35) !important;
}
.text-purple-700\/40{
  color: rgb(120 32 225 / 0.4) !important;
}
.text-purple-700\/45{
  color: rgb(120 32 225 / 0.45) !important;
}
.text-purple-700\/5{
  color: rgb(120 32 225 / 0.05) !important;
}
.text-purple-700\/50{
  color: rgb(120 32 225 / 0.5) !important;
}
.text-purple-700\/55{
  color: rgb(120 32 225 / 0.55) !important;
}
.text-purple-700\/60{
  color: rgb(120 32 225 / 0.6) !important;
}
.text-purple-700\/65{
  color: rgb(120 32 225 / 0.65) !important;
}
.text-purple-700\/70{
  color: rgb(120 32 225 / 0.7) !important;
}
.text-purple-700\/75{
  color: rgb(120 32 225 / 0.75) !important;
}
.text-purple-700\/80{
  color: rgb(120 32 225 / 0.8) !important;
}
.text-purple-700\/85{
  color: rgb(120 32 225 / 0.85) !important;
}
.text-purple-700\/90{
  color: rgb(120 32 225 / 0.9) !important;
}
.text-purple-700\/95{
  color: rgb(120 32 225 / 0.95) !important;
}
.text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgb(101 26 189 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-800\/0{
  color: rgb(101 26 189 / 0) !important;
}
.text-purple-800\/10{
  color: rgb(101 26 189 / 0.1) !important;
}
.text-purple-800\/100{
  color: rgb(101 26 189 / 1) !important;
}
.text-purple-800\/15{
  color: rgb(101 26 189 / 0.15) !important;
}
.text-purple-800\/20{
  color: rgb(101 26 189 / 0.2) !important;
}
.text-purple-800\/25{
  color: rgb(101 26 189 / 0.25) !important;
}
.text-purple-800\/30{
  color: rgb(101 26 189 / 0.3) !important;
}
.text-purple-800\/35{
  color: rgb(101 26 189 / 0.35) !important;
}
.text-purple-800\/40{
  color: rgb(101 26 189 / 0.4) !important;
}
.text-purple-800\/45{
  color: rgb(101 26 189 / 0.45) !important;
}
.text-purple-800\/5{
  color: rgb(101 26 189 / 0.05) !important;
}
.text-purple-800\/50{
  color: rgb(101 26 189 / 0.5) !important;
}
.text-purple-800\/55{
  color: rgb(101 26 189 / 0.55) !important;
}
.text-purple-800\/60{
  color: rgb(101 26 189 / 0.6) !important;
}
.text-purple-800\/65{
  color: rgb(101 26 189 / 0.65) !important;
}
.text-purple-800\/70{
  color: rgb(101 26 189 / 0.7) !important;
}
.text-purple-800\/75{
  color: rgb(101 26 189 / 0.75) !important;
}
.text-purple-800\/80{
  color: rgb(101 26 189 / 0.8) !important;
}
.text-purple-800\/85{
  color: rgb(101 26 189 / 0.85) !important;
}
.text-purple-800\/90{
  color: rgb(101 26 189 / 0.9) !important;
}
.text-purple-800\/95{
  color: rgb(101 26 189 / 0.95) !important;
}
.text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgb(84 24 154 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-900\/0{
  color: rgb(84 24 154 / 0) !important;
}
.text-purple-900\/10{
  color: rgb(84 24 154 / 0.1) !important;
}
.text-purple-900\/100{
  color: rgb(84 24 154 / 1) !important;
}
.text-purple-900\/15{
  color: rgb(84 24 154 / 0.15) !important;
}
.text-purple-900\/20{
  color: rgb(84 24 154 / 0.2) !important;
}
.text-purple-900\/25{
  color: rgb(84 24 154 / 0.25) !important;
}
.text-purple-900\/30{
  color: rgb(84 24 154 / 0.3) !important;
}
.text-purple-900\/35{
  color: rgb(84 24 154 / 0.35) !important;
}
.text-purple-900\/40{
  color: rgb(84 24 154 / 0.4) !important;
}
.text-purple-900\/45{
  color: rgb(84 24 154 / 0.45) !important;
}
.text-purple-900\/5{
  color: rgb(84 24 154 / 0.05) !important;
}
.text-purple-900\/50{
  color: rgb(84 24 154 / 0.5) !important;
}
.text-purple-900\/55{
  color: rgb(84 24 154 / 0.55) !important;
}
.text-purple-900\/60{
  color: rgb(84 24 154 / 0.6) !important;
}
.text-purple-900\/65{
  color: rgb(84 24 154 / 0.65) !important;
}
.text-purple-900\/70{
  color: rgb(84 24 154 / 0.7) !important;
}
.text-purple-900\/75{
  color: rgb(84 24 154 / 0.75) !important;
}
.text-purple-900\/80{
  color: rgb(84 24 154 / 0.8) !important;
}
.text-purple-900\/85{
  color: rgb(84 24 154 / 0.85) !important;
}
.text-purple-900\/90{
  color: rgb(84 24 154 / 0.9) !important;
}
.text-purple-900\/95{
  color: rgb(84 24 154 / 0.95) !important;
}
.text-purple-950{
  --tw-text-opacity: 1 !important;
  color: rgb(51 12 105 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-950\/0{
  color: rgb(51 12 105 / 0) !important;
}
.text-purple-950\/10{
  color: rgb(51 12 105 / 0.1) !important;
}
.text-purple-950\/100{
  color: rgb(51 12 105 / 1) !important;
}
.text-purple-950\/15{
  color: rgb(51 12 105 / 0.15) !important;
}
.text-purple-950\/20{
  color: rgb(51 12 105 / 0.2) !important;
}
.text-purple-950\/25{
  color: rgb(51 12 105 / 0.25) !important;
}
.text-purple-950\/30{
  color: rgb(51 12 105 / 0.3) !important;
}
.text-purple-950\/35{
  color: rgb(51 12 105 / 0.35) !important;
}
.text-purple-950\/40{
  color: rgb(51 12 105 / 0.4) !important;
}
.text-purple-950\/45{
  color: rgb(51 12 105 / 0.45) !important;
}
.text-purple-950\/5{
  color: rgb(51 12 105 / 0.05) !important;
}
.text-purple-950\/50{
  color: rgb(51 12 105 / 0.5) !important;
}
.text-purple-950\/55{
  color: rgb(51 12 105 / 0.55) !important;
}
.text-purple-950\/60{
  color: rgb(51 12 105 / 0.6) !important;
}
.text-purple-950\/65{
  color: rgb(51 12 105 / 0.65) !important;
}
.text-purple-950\/70{
  color: rgb(51 12 105 / 0.7) !important;
}
.text-purple-950\/75{
  color: rgb(51 12 105 / 0.75) !important;
}
.text-purple-950\/80{
  color: rgb(51 12 105 / 0.8) !important;
}
.text-purple-950\/85{
  color: rgb(51 12 105 / 0.85) !important;
}
.text-purple-950\/90{
  color: rgb(51 12 105 / 0.9) !important;
}
.text-purple-950\/95{
  color: rgb(51 12 105 / 0.95) !important;
}
.text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}
.text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 227 231 / var(--tw-text-opacity, 1)) !important;
}
.text-red-100\/0{
  color: rgb(255 227 231 / 0) !important;
}
.text-red-100\/10{
  color: rgb(255 227 231 / 0.1) !important;
}
.text-red-100\/100{
  color: rgb(255 227 231 / 1) !important;
}
.text-red-100\/15{
  color: rgb(255 227 231 / 0.15) !important;
}
.text-red-100\/20{
  color: rgb(255 227 231 / 0.2) !important;
}
.text-red-100\/25{
  color: rgb(255 227 231 / 0.25) !important;
}
.text-red-100\/30{
  color: rgb(255 227 231 / 0.3) !important;
}
.text-red-100\/35{
  color: rgb(255 227 231 / 0.35) !important;
}
.text-red-100\/40{
  color: rgb(255 227 231 / 0.4) !important;
}
.text-red-100\/45{
  color: rgb(255 227 231 / 0.45) !important;
}
.text-red-100\/5{
  color: rgb(255 227 231 / 0.05) !important;
}
.text-red-100\/50{
  color: rgb(255 227 231 / 0.5) !important;
}
.text-red-100\/55{
  color: rgb(255 227 231 / 0.55) !important;
}
.text-red-100\/60{
  color: rgb(255 227 231 / 0.6) !important;
}
.text-red-100\/65{
  color: rgb(255 227 231 / 0.65) !important;
}
.text-red-100\/70{
  color: rgb(255 227 231 / 0.7) !important;
}
.text-red-100\/75{
  color: rgb(255 227 231 / 0.75) !important;
}
.text-red-100\/80{
  color: rgb(255 227 231 / 0.8) !important;
}
.text-red-100\/85{
  color: rgb(255 227 231 / 0.85) !important;
}
.text-red-100\/90{
  color: rgb(255 227 231 / 0.9) !important;
}
.text-red-100\/95{
  color: rgb(255 227 231 / 0.95) !important;
}
.text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 214 / var(--tw-text-opacity, 1)) !important;
}
.text-red-200\/0{
  color: rgb(255 203 214 / 0) !important;
}
.text-red-200\/10{
  color: rgb(255 203 214 / 0.1) !important;
}
.text-red-200\/100{
  color: rgb(255 203 214 / 1) !important;
}
.text-red-200\/15{
  color: rgb(255 203 214 / 0.15) !important;
}
.text-red-200\/20{
  color: rgb(255 203 214 / 0.2) !important;
}
.text-red-200\/25{
  color: rgb(255 203 214 / 0.25) !important;
}
.text-red-200\/30{
  color: rgb(255 203 214 / 0.3) !important;
}
.text-red-200\/35{
  color: rgb(255 203 214 / 0.35) !important;
}
.text-red-200\/40{
  color: rgb(255 203 214 / 0.4) !important;
}
.text-red-200\/45{
  color: rgb(255 203 214 / 0.45) !important;
}
.text-red-200\/5{
  color: rgb(255 203 214 / 0.05) !important;
}
.text-red-200\/50{
  color: rgb(255 203 214 / 0.5) !important;
}
.text-red-200\/55{
  color: rgb(255 203 214 / 0.55) !important;
}
.text-red-200\/60{
  color: rgb(255 203 214 / 0.6) !important;
}
.text-red-200\/65{
  color: rgb(255 203 214 / 0.65) !important;
}
.text-red-200\/70{
  color: rgb(255 203 214 / 0.7) !important;
}
.text-red-200\/75{
  color: rgb(255 203 214 / 0.75) !important;
}
.text-red-200\/80{
  color: rgb(255 203 214 / 0.8) !important;
}
.text-red-200\/85{
  color: rgb(255 203 214 / 0.85) !important;
}
.text-red-200\/90{
  color: rgb(255 203 214 / 0.9) !important;
}
.text-red-200\/95{
  color: rgb(255 203 214 / 0.95) !important;
}
.text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgb(255 161 180 / var(--tw-text-opacity, 1)) !important;
}
.text-red-300\/0{
  color: rgb(255 161 180 / 0) !important;
}
.text-red-300\/10{
  color: rgb(255 161 180 / 0.1) !important;
}
.text-red-300\/100{
  color: rgb(255 161 180 / 1) !important;
}
.text-red-300\/15{
  color: rgb(255 161 180 / 0.15) !important;
}
.text-red-300\/20{
  color: rgb(255 161 180 / 0.2) !important;
}
.text-red-300\/25{
  color: rgb(255 161 180 / 0.25) !important;
}
.text-red-300\/30{
  color: rgb(255 161 180 / 0.3) !important;
}
.text-red-300\/35{
  color: rgb(255 161 180 / 0.35) !important;
}
.text-red-300\/40{
  color: rgb(255 161 180 / 0.4) !important;
}
.text-red-300\/45{
  color: rgb(255 161 180 / 0.45) !important;
}
.text-red-300\/5{
  color: rgb(255 161 180 / 0.05) !important;
}
.text-red-300\/50{
  color: rgb(255 161 180 / 0.5) !important;
}
.text-red-300\/55{
  color: rgb(255 161 180 / 0.55) !important;
}
.text-red-300\/60{
  color: rgb(255 161 180 / 0.6) !important;
}
.text-red-300\/65{
  color: rgb(255 161 180 / 0.65) !important;
}
.text-red-300\/70{
  color: rgb(255 161 180 / 0.7) !important;
}
.text-red-300\/75{
  color: rgb(255 161 180 / 0.75) !important;
}
.text-red-300\/80{
  color: rgb(255 161 180 / 0.8) !important;
}
.text-red-300\/85{
  color: rgb(255 161 180 / 0.85) !important;
}
.text-red-300\/90{
  color: rgb(255 161 180 / 0.9) !important;
}
.text-red-300\/95{
  color: rgb(255 161 180 / 0.95) !important;
}
.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgb(255 108 139 / var(--tw-text-opacity, 1)) !important;
}
.text-red-400\/0{
  color: rgb(255 108 139 / 0) !important;
}
.text-red-400\/10{
  color: rgb(255 108 139 / 0.1) !important;
}
.text-red-400\/100{
  color: rgb(255 108 139 / 1) !important;
}
.text-red-400\/15{
  color: rgb(255 108 139 / 0.15) !important;
}
.text-red-400\/20{
  color: rgb(255 108 139 / 0.2) !important;
}
.text-red-400\/25{
  color: rgb(255 108 139 / 0.25) !important;
}
.text-red-400\/30{
  color: rgb(255 108 139 / 0.3) !important;
}
.text-red-400\/35{
  color: rgb(255 108 139 / 0.35) !important;
}
.text-red-400\/40{
  color: rgb(255 108 139 / 0.4) !important;
}
.text-red-400\/45{
  color: rgb(255 108 139 / 0.45) !important;
}
.text-red-400\/5{
  color: rgb(255 108 139 / 0.05) !important;
}
.text-red-400\/50{
  color: rgb(255 108 139 / 0.5) !important;
}
.text-red-400\/55{
  color: rgb(255 108 139 / 0.55) !important;
}
.text-red-400\/60{
  color: rgb(255 108 139 / 0.6) !important;
}
.text-red-400\/65{
  color: rgb(255 108 139 / 0.65) !important;
}
.text-red-400\/70{
  color: rgb(255 108 139 / 0.7) !important;
}
.text-red-400\/75{
  color: rgb(255 108 139 / 0.75) !important;
}
.text-red-400\/80{
  color: rgb(255 108 139 / 0.8) !important;
}
.text-red-400\/85{
  color: rgb(255 108 139 / 0.85) !important;
}
.text-red-400\/90{
  color: rgb(255 108 139 / 0.9) !important;
}
.text-red-400\/95{
  color: rgb(255 108 139 / 0.95) !important;
}
.text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 240 243 / var(--tw-text-opacity, 1)) !important;
}
.text-red-50\/0{
  color: rgb(255 240 243 / 0) !important;
}
.text-red-50\/10{
  color: rgb(255 240 243 / 0.1) !important;
}
.text-red-50\/100{
  color: rgb(255 240 243 / 1) !important;
}
.text-red-50\/15{
  color: rgb(255 240 243 / 0.15) !important;
}
.text-red-50\/20{
  color: rgb(255 240 243 / 0.2) !important;
}
.text-red-50\/25{
  color: rgb(255 240 243 / 0.25) !important;
}
.text-red-50\/30{
  color: rgb(255 240 243 / 0.3) !important;
}
.text-red-50\/35{
  color: rgb(255 240 243 / 0.35) !important;
}
.text-red-50\/40{
  color: rgb(255 240 243 / 0.4) !important;
}
.text-red-50\/45{
  color: rgb(255 240 243 / 0.45) !important;
}
.text-red-50\/5{
  color: rgb(255 240 243 / 0.05) !important;
}
.text-red-50\/50{
  color: rgb(255 240 243 / 0.5) !important;
}
.text-red-50\/55{
  color: rgb(255 240 243 / 0.55) !important;
}
.text-red-50\/60{
  color: rgb(255 240 243 / 0.6) !important;
}
.text-red-50\/65{
  color: rgb(255 240 243 / 0.65) !important;
}
.text-red-50\/70{
  color: rgb(255 240 243 / 0.7) !important;
}
.text-red-50\/75{
  color: rgb(255 240 243 / 0.75) !important;
}
.text-red-50\/80{
  color: rgb(255 240 243 / 0.8) !important;
}
.text-red-50\/85{
  color: rgb(255 240 243 / 0.85) !important;
}
.text-red-50\/90{
  color: rgb(255 240 243 / 0.9) !important;
}
.text-red-50\/95{
  color: rgb(255 240 243 / 0.95) !important;
}
.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}
.text-red-500\/0{
  color: rgb(250 34 86 / 0) !important;
}
.text-red-500\/10{
  color: rgb(250 34 86 / 0.1) !important;
}
.text-red-500\/100{
  color: rgb(250 34 86 / 1) !important;
}
.text-red-500\/15{
  color: rgb(250 34 86 / 0.15) !important;
}
.text-red-500\/20{
  color: rgb(250 34 86 / 0.2) !important;
}
.text-red-500\/25{
  color: rgb(250 34 86 / 0.25) !important;
}
.text-red-500\/30{
  color: rgb(250 34 86 / 0.3) !important;
}
.text-red-500\/35{
  color: rgb(250 34 86 / 0.35) !important;
}
.text-red-500\/40{
  color: rgb(250 34 86 / 0.4) !important;
}
.text-red-500\/45{
  color: rgb(250 34 86 / 0.45) !important;
}
.text-red-500\/5{
  color: rgb(250 34 86 / 0.05) !important;
}
.text-red-500\/50{
  color: rgb(250 34 86 / 0.5) !important;
}
.text-red-500\/55{
  color: rgb(250 34 86 / 0.55) !important;
}
.text-red-500\/60{
  color: rgb(250 34 86 / 0.6) !important;
}
.text-red-500\/65{
  color: rgb(250 34 86 / 0.65) !important;
}
.text-red-500\/70{
  color: rgb(250 34 86 / 0.7) !important;
}
.text-red-500\/75{
  color: rgb(250 34 86 / 0.75) !important;
}
.text-red-500\/80{
  color: rgb(250 34 86 / 0.8) !important;
}
.text-red-500\/85{
  color: rgb(250 34 86 / 0.85) !important;
}
.text-red-500\/90{
  color: rgb(250 34 86 / 0.9) !important;
}
.text-red-500\/95{
  color: rgb(250 34 86 / 0.95) !important;
}
.text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(232 22 83 / var(--tw-text-opacity, 1)) !important;
}
.text-red-600\/0{
  color: rgb(232 22 83 / 0) !important;
}
.text-red-600\/10{
  color: rgb(232 22 83 / 0.1) !important;
}
.text-red-600\/100{
  color: rgb(232 22 83 / 1) !important;
}
.text-red-600\/15{
  color: rgb(232 22 83 / 0.15) !important;
}
.text-red-600\/20{
  color: rgb(232 22 83 / 0.2) !important;
}
.text-red-600\/25{
  color: rgb(232 22 83 / 0.25) !important;
}
.text-red-600\/30{
  color: rgb(232 22 83 / 0.3) !important;
}
.text-red-600\/35{
  color: rgb(232 22 83 / 0.35) !important;
}
.text-red-600\/40{
  color: rgb(232 22 83 / 0.4) !important;
}
.text-red-600\/45{
  color: rgb(232 22 83 / 0.45) !important;
}
.text-red-600\/5{
  color: rgb(232 22 83 / 0.05) !important;
}
.text-red-600\/50{
  color: rgb(232 22 83 / 0.5) !important;
}
.text-red-600\/55{
  color: rgb(232 22 83 / 0.55) !important;
}
.text-red-600\/60{
  color: rgb(232 22 83 / 0.6) !important;
}
.text-red-600\/65{
  color: rgb(232 22 83 / 0.65) !important;
}
.text-red-600\/70{
  color: rgb(232 22 83 / 0.7) !important;
}
.text-red-600\/75{
  color: rgb(232 22 83 / 0.75) !important;
}
.text-red-600\/80{
  color: rgb(232 22 83 / 0.8) !important;
}
.text-red-600\/85{
  color: rgb(232 22 83 / 0.85) !important;
}
.text-red-600\/90{
  color: rgb(232 22 83 / 0.9) !important;
}
.text-red-600\/95{
  color: rgb(232 22 83 / 0.95) !important;
}
.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(196 12 70 / var(--tw-text-opacity, 1)) !important;
}
.text-red-700\/0{
  color: rgb(196 12 70 / 0) !important;
}
.text-red-700\/10{
  color: rgb(196 12 70 / 0.1) !important;
}
.text-red-700\/100{
  color: rgb(196 12 70 / 1) !important;
}
.text-red-700\/15{
  color: rgb(196 12 70 / 0.15) !important;
}
.text-red-700\/20{
  color: rgb(196 12 70 / 0.2) !important;
}
.text-red-700\/25{
  color: rgb(196 12 70 / 0.25) !important;
}
.text-red-700\/30{
  color: rgb(196 12 70 / 0.3) !important;
}
.text-red-700\/35{
  color: rgb(196 12 70 / 0.35) !important;
}
.text-red-700\/40{
  color: rgb(196 12 70 / 0.4) !important;
}
.text-red-700\/45{
  color: rgb(196 12 70 / 0.45) !important;
}
.text-red-700\/5{
  color: rgb(196 12 70 / 0.05) !important;
}
.text-red-700\/50{
  color: rgb(196 12 70 / 0.5) !important;
}
.text-red-700\/55{
  color: rgb(196 12 70 / 0.55) !important;
}
.text-red-700\/60{
  color: rgb(196 12 70 / 0.6) !important;
}
.text-red-700\/65{
  color: rgb(196 12 70 / 0.65) !important;
}
.text-red-700\/70{
  color: rgb(196 12 70 / 0.7) !important;
}
.text-red-700\/75{
  color: rgb(196 12 70 / 0.75) !important;
}
.text-red-700\/80{
  color: rgb(196 12 70 / 0.8) !important;
}
.text-red-700\/85{
  color: rgb(196 12 70 / 0.85) !important;
}
.text-red-700\/90{
  color: rgb(196 12 70 / 0.9) !important;
}
.text-red-700\/95{
  color: rgb(196 12 70 / 0.95) !important;
}
.text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgb(164 13 65 / var(--tw-text-opacity, 1)) !important;
}
.text-red-800\/0{
  color: rgb(164 13 65 / 0) !important;
}
.text-red-800\/10{
  color: rgb(164 13 65 / 0.1) !important;
}
.text-red-800\/100{
  color: rgb(164 13 65 / 1) !important;
}
.text-red-800\/15{
  color: rgb(164 13 65 / 0.15) !important;
}
.text-red-800\/20{
  color: rgb(164 13 65 / 0.2) !important;
}
.text-red-800\/25{
  color: rgb(164 13 65 / 0.25) !important;
}
.text-red-800\/30{
  color: rgb(164 13 65 / 0.3) !important;
}
.text-red-800\/35{
  color: rgb(164 13 65 / 0.35) !important;
}
.text-red-800\/40{
  color: rgb(164 13 65 / 0.4) !important;
}
.text-red-800\/45{
  color: rgb(164 13 65 / 0.45) !important;
}
.text-red-800\/5{
  color: rgb(164 13 65 / 0.05) !important;
}
.text-red-800\/50{
  color: rgb(164 13 65 / 0.5) !important;
}
.text-red-800\/55{
  color: rgb(164 13 65 / 0.55) !important;
}
.text-red-800\/60{
  color: rgb(164 13 65 / 0.6) !important;
}
.text-red-800\/65{
  color: rgb(164 13 65 / 0.65) !important;
}
.text-red-800\/70{
  color: rgb(164 13 65 / 0.7) !important;
}
.text-red-800\/75{
  color: rgb(164 13 65 / 0.75) !important;
}
.text-red-800\/80{
  color: rgb(164 13 65 / 0.8) !important;
}
.text-red-800\/85{
  color: rgb(164 13 65 / 0.85) !important;
}
.text-red-800\/90{
  color: rgb(164 13 65 / 0.9) !important;
}
.text-red-800\/95{
  color: rgb(164 13 65 / 0.95) !important;
}
.text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgb(140 15 62 / var(--tw-text-opacity, 1)) !important;
}
.text-red-900\/0{
  color: rgb(140 15 62 / 0) !important;
}
.text-red-900\/10{
  color: rgb(140 15 62 / 0.1) !important;
}
.text-red-900\/100{
  color: rgb(140 15 62 / 1) !important;
}
.text-red-900\/15{
  color: rgb(140 15 62 / 0.15) !important;
}
.text-red-900\/20{
  color: rgb(140 15 62 / 0.2) !important;
}
.text-red-900\/25{
  color: rgb(140 15 62 / 0.25) !important;
}
.text-red-900\/30{
  color: rgb(140 15 62 / 0.3) !important;
}
.text-red-900\/35{
  color: rgb(140 15 62 / 0.35) !important;
}
.text-red-900\/40{
  color: rgb(140 15 62 / 0.4) !important;
}
.text-red-900\/45{
  color: rgb(140 15 62 / 0.45) !important;
}
.text-red-900\/5{
  color: rgb(140 15 62 / 0.05) !important;
}
.text-red-900\/50{
  color: rgb(140 15 62 / 0.5) !important;
}
.text-red-900\/55{
  color: rgb(140 15 62 / 0.55) !important;
}
.text-red-900\/60{
  color: rgb(140 15 62 / 0.6) !important;
}
.text-red-900\/65{
  color: rgb(140 15 62 / 0.65) !important;
}
.text-red-900\/70{
  color: rgb(140 15 62 / 0.7) !important;
}
.text-red-900\/75{
  color: rgb(140 15 62 / 0.75) !important;
}
.text-red-900\/80{
  color: rgb(140 15 62 / 0.8) !important;
}
.text-red-900\/85{
  color: rgb(140 15 62 / 0.85) !important;
}
.text-red-900\/90{
  color: rgb(140 15 62 / 0.9) !important;
}
.text-red-900\/95{
  color: rgb(140 15 62 / 0.95) !important;
}
.text-red-950{
  --tw-text-opacity: 1 !important;
  color: rgb(79 2 29 / var(--tw-text-opacity, 1)) !important;
}
.text-red-950\/0{
  color: rgb(79 2 29 / 0) !important;
}
.text-red-950\/10{
  color: rgb(79 2 29 / 0.1) !important;
}
.text-red-950\/100{
  color: rgb(79 2 29 / 1) !important;
}
.text-red-950\/15{
  color: rgb(79 2 29 / 0.15) !important;
}
.text-red-950\/20{
  color: rgb(79 2 29 / 0.2) !important;
}
.text-red-950\/25{
  color: rgb(79 2 29 / 0.25) !important;
}
.text-red-950\/30{
  color: rgb(79 2 29 / 0.3) !important;
}
.text-red-950\/35{
  color: rgb(79 2 29 / 0.35) !important;
}
.text-red-950\/40{
  color: rgb(79 2 29 / 0.4) !important;
}
.text-red-950\/45{
  color: rgb(79 2 29 / 0.45) !important;
}
.text-red-950\/5{
  color: rgb(79 2 29 / 0.05) !important;
}
.text-red-950\/50{
  color: rgb(79 2 29 / 0.5) !important;
}
.text-red-950\/55{
  color: rgb(79 2 29 / 0.55) !important;
}
.text-red-950\/60{
  color: rgb(79 2 29 / 0.6) !important;
}
.text-red-950\/65{
  color: rgb(79 2 29 / 0.65) !important;
}
.text-red-950\/70{
  color: rgb(79 2 29 / 0.7) !important;
}
.text-red-950\/75{
  color: rgb(79 2 29 / 0.75) !important;
}
.text-red-950\/80{
  color: rgb(79 2 29 / 0.8) !important;
}
.text-red-950\/85{
  color: rgb(79 2 29 / 0.85) !important;
}
.text-red-950\/90{
  color: rgb(79 2 29 / 0.9) !important;
}
.text-red-950\/95{
  color: rgb(79 2 29 / 0.95) !important;
}
.text-rosebrown-100{
  --tw-text-opacity: 1 !important;
  color: rgb(228 212 220 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-100\/0{
  color: rgb(228 212 220 / 0) !important;
}
.text-rosebrown-100\/10{
  color: rgb(228 212 220 / 0.1) !important;
}
.text-rosebrown-100\/100{
  color: rgb(228 212 220 / 1) !important;
}
.text-rosebrown-100\/15{
  color: rgb(228 212 220 / 0.15) !important;
}
.text-rosebrown-100\/20{
  color: rgb(228 212 220 / 0.2) !important;
}
.text-rosebrown-100\/25{
  color: rgb(228 212 220 / 0.25) !important;
}
.text-rosebrown-100\/30{
  color: rgb(228 212 220 / 0.3) !important;
}
.text-rosebrown-100\/35{
  color: rgb(228 212 220 / 0.35) !important;
}
.text-rosebrown-100\/40{
  color: rgb(228 212 220 / 0.4) !important;
}
.text-rosebrown-100\/45{
  color: rgb(228 212 220 / 0.45) !important;
}
.text-rosebrown-100\/5{
  color: rgb(228 212 220 / 0.05) !important;
}
.text-rosebrown-100\/50{
  color: rgb(228 212 220 / 0.5) !important;
}
.text-rosebrown-100\/55{
  color: rgb(228 212 220 / 0.55) !important;
}
.text-rosebrown-100\/60{
  color: rgb(228 212 220 / 0.6) !important;
}
.text-rosebrown-100\/65{
  color: rgb(228 212 220 / 0.65) !important;
}
.text-rosebrown-100\/70{
  color: rgb(228 212 220 / 0.7) !important;
}
.text-rosebrown-100\/75{
  color: rgb(228 212 220 / 0.75) !important;
}
.text-rosebrown-100\/80{
  color: rgb(228 212 220 / 0.8) !important;
}
.text-rosebrown-100\/85{
  color: rgb(228 212 220 / 0.85) !important;
}
.text-rosebrown-100\/90{
  color: rgb(228 212 220 / 0.9) !important;
}
.text-rosebrown-100\/95{
  color: rgb(228 212 220 / 0.95) !important;
}
.text-rosebrown-200{
  --tw-text-opacity: 1 !important;
  color: rgb(210 184 196 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-200\/0{
  color: rgb(210 184 196 / 0) !important;
}
.text-rosebrown-200\/10{
  color: rgb(210 184 196 / 0.1) !important;
}
.text-rosebrown-200\/100{
  color: rgb(210 184 196 / 1) !important;
}
.text-rosebrown-200\/15{
  color: rgb(210 184 196 / 0.15) !important;
}
.text-rosebrown-200\/20{
  color: rgb(210 184 196 / 0.2) !important;
}
.text-rosebrown-200\/25{
  color: rgb(210 184 196 / 0.25) !important;
}
.text-rosebrown-200\/30{
  color: rgb(210 184 196 / 0.3) !important;
}
.text-rosebrown-200\/35{
  color: rgb(210 184 196 / 0.35) !important;
}
.text-rosebrown-200\/40{
  color: rgb(210 184 196 / 0.4) !important;
}
.text-rosebrown-200\/45{
  color: rgb(210 184 196 / 0.45) !important;
}
.text-rosebrown-200\/5{
  color: rgb(210 184 196 / 0.05) !important;
}
.text-rosebrown-200\/50{
  color: rgb(210 184 196 / 0.5) !important;
}
.text-rosebrown-200\/55{
  color: rgb(210 184 196 / 0.55) !important;
}
.text-rosebrown-200\/60{
  color: rgb(210 184 196 / 0.6) !important;
}
.text-rosebrown-200\/65{
  color: rgb(210 184 196 / 0.65) !important;
}
.text-rosebrown-200\/70{
  color: rgb(210 184 196 / 0.7) !important;
}
.text-rosebrown-200\/75{
  color: rgb(210 184 196 / 0.75) !important;
}
.text-rosebrown-200\/80{
  color: rgb(210 184 196 / 0.8) !important;
}
.text-rosebrown-200\/85{
  color: rgb(210 184 196 / 0.85) !important;
}
.text-rosebrown-200\/90{
  color: rgb(210 184 196 / 0.9) !important;
}
.text-rosebrown-200\/95{
  color: rgb(210 184 196 / 0.95) !important;
}
.text-rosebrown-300{
  --tw-text-opacity: 1 !important;
  color: rgb(192 156 172 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-300\/0{
  color: rgb(192 156 172 / 0) !important;
}
.text-rosebrown-300\/10{
  color: rgb(192 156 172 / 0.1) !important;
}
.text-rosebrown-300\/100{
  color: rgb(192 156 172 / 1) !important;
}
.text-rosebrown-300\/15{
  color: rgb(192 156 172 / 0.15) !important;
}
.text-rosebrown-300\/20{
  color: rgb(192 156 172 / 0.2) !important;
}
.text-rosebrown-300\/25{
  color: rgb(192 156 172 / 0.25) !important;
}
.text-rosebrown-300\/30{
  color: rgb(192 156 172 / 0.3) !important;
}
.text-rosebrown-300\/35{
  color: rgb(192 156 172 / 0.35) !important;
}
.text-rosebrown-300\/40{
  color: rgb(192 156 172 / 0.4) !important;
}
.text-rosebrown-300\/45{
  color: rgb(192 156 172 / 0.45) !important;
}
.text-rosebrown-300\/5{
  color: rgb(192 156 172 / 0.05) !important;
}
.text-rosebrown-300\/50{
  color: rgb(192 156 172 / 0.5) !important;
}
.text-rosebrown-300\/55{
  color: rgb(192 156 172 / 0.55) !important;
}
.text-rosebrown-300\/60{
  color: rgb(192 156 172 / 0.6) !important;
}
.text-rosebrown-300\/65{
  color: rgb(192 156 172 / 0.65) !important;
}
.text-rosebrown-300\/70{
  color: rgb(192 156 172 / 0.7) !important;
}
.text-rosebrown-300\/75{
  color: rgb(192 156 172 / 0.75) !important;
}
.text-rosebrown-300\/80{
  color: rgb(192 156 172 / 0.8) !important;
}
.text-rosebrown-300\/85{
  color: rgb(192 156 172 / 0.85) !important;
}
.text-rosebrown-300\/90{
  color: rgb(192 156 172 / 0.9) !important;
}
.text-rosebrown-300\/95{
  color: rgb(192 156 172 / 0.95) !important;
}
.text-rosebrown-400{
  --tw-text-opacity: 1 !important;
  color: rgb(179 134 155 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-400\/0{
  color: rgb(179 134 155 / 0) !important;
}
.text-rosebrown-400\/10{
  color: rgb(179 134 155 / 0.1) !important;
}
.text-rosebrown-400\/100{
  color: rgb(179 134 155 / 1) !important;
}
.text-rosebrown-400\/15{
  color: rgb(179 134 155 / 0.15) !important;
}
.text-rosebrown-400\/20{
  color: rgb(179 134 155 / 0.2) !important;
}
.text-rosebrown-400\/25{
  color: rgb(179 134 155 / 0.25) !important;
}
.text-rosebrown-400\/30{
  color: rgb(179 134 155 / 0.3) !important;
}
.text-rosebrown-400\/35{
  color: rgb(179 134 155 / 0.35) !important;
}
.text-rosebrown-400\/40{
  color: rgb(179 134 155 / 0.4) !important;
}
.text-rosebrown-400\/45{
  color: rgb(179 134 155 / 0.45) !important;
}
.text-rosebrown-400\/5{
  color: rgb(179 134 155 / 0.05) !important;
}
.text-rosebrown-400\/50{
  color: rgb(179 134 155 / 0.5) !important;
}
.text-rosebrown-400\/55{
  color: rgb(179 134 155 / 0.55) !important;
}
.text-rosebrown-400\/60{
  color: rgb(179 134 155 / 0.6) !important;
}
.text-rosebrown-400\/65{
  color: rgb(179 134 155 / 0.65) !important;
}
.text-rosebrown-400\/70{
  color: rgb(179 134 155 / 0.7) !important;
}
.text-rosebrown-400\/75{
  color: rgb(179 134 155 / 0.75) !important;
}
.text-rosebrown-400\/80{
  color: rgb(179 134 155 / 0.8) !important;
}
.text-rosebrown-400\/85{
  color: rgb(179 134 155 / 0.85) !important;
}
.text-rosebrown-400\/90{
  color: rgb(179 134 155 / 0.9) !important;
}
.text-rosebrown-400\/95{
  color: rgb(179 134 155 / 0.95) !important;
}
.text-rosebrown-50{
  --tw-text-opacity: 1 !important;
  color: rgb(244 238 241 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-50\/0{
  color: rgb(244 238 241 / 0) !important;
}
.text-rosebrown-50\/10{
  color: rgb(244 238 241 / 0.1) !important;
}
.text-rosebrown-50\/100{
  color: rgb(244 238 241 / 1) !important;
}
.text-rosebrown-50\/15{
  color: rgb(244 238 241 / 0.15) !important;
}
.text-rosebrown-50\/20{
  color: rgb(244 238 241 / 0.2) !important;
}
.text-rosebrown-50\/25{
  color: rgb(244 238 241 / 0.25) !important;
}
.text-rosebrown-50\/30{
  color: rgb(244 238 241 / 0.3) !important;
}
.text-rosebrown-50\/35{
  color: rgb(244 238 241 / 0.35) !important;
}
.text-rosebrown-50\/40{
  color: rgb(244 238 241 / 0.4) !important;
}
.text-rosebrown-50\/45{
  color: rgb(244 238 241 / 0.45) !important;
}
.text-rosebrown-50\/5{
  color: rgb(244 238 241 / 0.05) !important;
}
.text-rosebrown-50\/50{
  color: rgb(244 238 241 / 0.5) !important;
}
.text-rosebrown-50\/55{
  color: rgb(244 238 241 / 0.55) !important;
}
.text-rosebrown-50\/60{
  color: rgb(244 238 241 / 0.6) !important;
}
.text-rosebrown-50\/65{
  color: rgb(244 238 241 / 0.65) !important;
}
.text-rosebrown-50\/70{
  color: rgb(244 238 241 / 0.7) !important;
}
.text-rosebrown-50\/75{
  color: rgb(244 238 241 / 0.75) !important;
}
.text-rosebrown-50\/80{
  color: rgb(244 238 241 / 0.8) !important;
}
.text-rosebrown-50\/85{
  color: rgb(244 238 241 / 0.85) !important;
}
.text-rosebrown-50\/90{
  color: rgb(244 238 241 / 0.9) !important;
}
.text-rosebrown-50\/95{
  color: rgb(244 238 241 / 0.95) !important;
}
.text-rosebrown-500{
  --tw-text-opacity: 1 !important;
  color: rgb(165 113 137 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-500\/0{
  color: rgb(165 113 137 / 0) !important;
}
.text-rosebrown-500\/10{
  color: rgb(165 113 137 / 0.1) !important;
}
.text-rosebrown-500\/100{
  color: rgb(165 113 137 / 1) !important;
}
.text-rosebrown-500\/15{
  color: rgb(165 113 137 / 0.15) !important;
}
.text-rosebrown-500\/20{
  color: rgb(165 113 137 / 0.2) !important;
}
.text-rosebrown-500\/25{
  color: rgb(165 113 137 / 0.25) !important;
}
.text-rosebrown-500\/30{
  color: rgb(165 113 137 / 0.3) !important;
}
.text-rosebrown-500\/35{
  color: rgb(165 113 137 / 0.35) !important;
}
.text-rosebrown-500\/40{
  color: rgb(165 113 137 / 0.4) !important;
}
.text-rosebrown-500\/45{
  color: rgb(165 113 137 / 0.45) !important;
}
.text-rosebrown-500\/5{
  color: rgb(165 113 137 / 0.05) !important;
}
.text-rosebrown-500\/50{
  color: rgb(165 113 137 / 0.5) !important;
}
.text-rosebrown-500\/55{
  color: rgb(165 113 137 / 0.55) !important;
}
.text-rosebrown-500\/60{
  color: rgb(165 113 137 / 0.6) !important;
}
.text-rosebrown-500\/65{
  color: rgb(165 113 137 / 0.65) !important;
}
.text-rosebrown-500\/70{
  color: rgb(165 113 137 / 0.7) !important;
}
.text-rosebrown-500\/75{
  color: rgb(165 113 137 / 0.75) !important;
}
.text-rosebrown-500\/80{
  color: rgb(165 113 137 / 0.8) !important;
}
.text-rosebrown-500\/85{
  color: rgb(165 113 137 / 0.85) !important;
}
.text-rosebrown-500\/90{
  color: rgb(165 113 137 / 0.9) !important;
}
.text-rosebrown-500\/95{
  color: rgb(165 113 137 / 0.95) !important;
}
.text-rosebrown-600{
  --tw-text-opacity: 1 !important;
  color: rgb(157 105 129 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-600\/0{
  color: rgb(157 105 129 / 0) !important;
}
.text-rosebrown-600\/10{
  color: rgb(157 105 129 / 0.1) !important;
}
.text-rosebrown-600\/100{
  color: rgb(157 105 129 / 1) !important;
}
.text-rosebrown-600\/15{
  color: rgb(157 105 129 / 0.15) !important;
}
.text-rosebrown-600\/20{
  color: rgb(157 105 129 / 0.2) !important;
}
.text-rosebrown-600\/25{
  color: rgb(157 105 129 / 0.25) !important;
}
.text-rosebrown-600\/30{
  color: rgb(157 105 129 / 0.3) !important;
}
.text-rosebrown-600\/35{
  color: rgb(157 105 129 / 0.35) !important;
}
.text-rosebrown-600\/40{
  color: rgb(157 105 129 / 0.4) !important;
}
.text-rosebrown-600\/45{
  color: rgb(157 105 129 / 0.45) !important;
}
.text-rosebrown-600\/5{
  color: rgb(157 105 129 / 0.05) !important;
}
.text-rosebrown-600\/50{
  color: rgb(157 105 129 / 0.5) !important;
}
.text-rosebrown-600\/55{
  color: rgb(157 105 129 / 0.55) !important;
}
.text-rosebrown-600\/60{
  color: rgb(157 105 129 / 0.6) !important;
}
.text-rosebrown-600\/65{
  color: rgb(157 105 129 / 0.65) !important;
}
.text-rosebrown-600\/70{
  color: rgb(157 105 129 / 0.7) !important;
}
.text-rosebrown-600\/75{
  color: rgb(157 105 129 / 0.75) !important;
}
.text-rosebrown-600\/80{
  color: rgb(157 105 129 / 0.8) !important;
}
.text-rosebrown-600\/85{
  color: rgb(157 105 129 / 0.85) !important;
}
.text-rosebrown-600\/90{
  color: rgb(157 105 129 / 0.9) !important;
}
.text-rosebrown-600\/95{
  color: rgb(157 105 129 / 0.95) !important;
}
.text-rosebrown-700{
  --tw-text-opacity: 1 !important;
  color: rgb(147 94 118 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-700\/0{
  color: rgb(147 94 118 / 0) !important;
}
.text-rosebrown-700\/10{
  color: rgb(147 94 118 / 0.1) !important;
}
.text-rosebrown-700\/100{
  color: rgb(147 94 118 / 1) !important;
}
.text-rosebrown-700\/15{
  color: rgb(147 94 118 / 0.15) !important;
}
.text-rosebrown-700\/20{
  color: rgb(147 94 118 / 0.2) !important;
}
.text-rosebrown-700\/25{
  color: rgb(147 94 118 / 0.25) !important;
}
.text-rosebrown-700\/30{
  color: rgb(147 94 118 / 0.3) !important;
}
.text-rosebrown-700\/35{
  color: rgb(147 94 118 / 0.35) !important;
}
.text-rosebrown-700\/40{
  color: rgb(147 94 118 / 0.4) !important;
}
.text-rosebrown-700\/45{
  color: rgb(147 94 118 / 0.45) !important;
}
.text-rosebrown-700\/5{
  color: rgb(147 94 118 / 0.05) !important;
}
.text-rosebrown-700\/50{
  color: rgb(147 94 118 / 0.5) !important;
}
.text-rosebrown-700\/55{
  color: rgb(147 94 118 / 0.55) !important;
}
.text-rosebrown-700\/60{
  color: rgb(147 94 118 / 0.6) !important;
}
.text-rosebrown-700\/65{
  color: rgb(147 94 118 / 0.65) !important;
}
.text-rosebrown-700\/70{
  color: rgb(147 94 118 / 0.7) !important;
}
.text-rosebrown-700\/75{
  color: rgb(147 94 118 / 0.75) !important;
}
.text-rosebrown-700\/80{
  color: rgb(147 94 118 / 0.8) !important;
}
.text-rosebrown-700\/85{
  color: rgb(147 94 118 / 0.85) !important;
}
.text-rosebrown-700\/90{
  color: rgb(147 94 118 / 0.9) !important;
}
.text-rosebrown-700\/95{
  color: rgb(147 94 118 / 0.95) !important;
}
.text-rosebrown-800{
  --tw-text-opacity: 1 !important;
  color: rgb(138 84 108 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-800\/0{
  color: rgb(138 84 108 / 0) !important;
}
.text-rosebrown-800\/10{
  color: rgb(138 84 108 / 0.1) !important;
}
.text-rosebrown-800\/100{
  color: rgb(138 84 108 / 1) !important;
}
.text-rosebrown-800\/15{
  color: rgb(138 84 108 / 0.15) !important;
}
.text-rosebrown-800\/20{
  color: rgb(138 84 108 / 0.2) !important;
}
.text-rosebrown-800\/25{
  color: rgb(138 84 108 / 0.25) !important;
}
.text-rosebrown-800\/30{
  color: rgb(138 84 108 / 0.3) !important;
}
.text-rosebrown-800\/35{
  color: rgb(138 84 108 / 0.35) !important;
}
.text-rosebrown-800\/40{
  color: rgb(138 84 108 / 0.4) !important;
}
.text-rosebrown-800\/45{
  color: rgb(138 84 108 / 0.45) !important;
}
.text-rosebrown-800\/5{
  color: rgb(138 84 108 / 0.05) !important;
}
.text-rosebrown-800\/50{
  color: rgb(138 84 108 / 0.5) !important;
}
.text-rosebrown-800\/55{
  color: rgb(138 84 108 / 0.55) !important;
}
.text-rosebrown-800\/60{
  color: rgb(138 84 108 / 0.6) !important;
}
.text-rosebrown-800\/65{
  color: rgb(138 84 108 / 0.65) !important;
}
.text-rosebrown-800\/70{
  color: rgb(138 84 108 / 0.7) !important;
}
.text-rosebrown-800\/75{
  color: rgb(138 84 108 / 0.75) !important;
}
.text-rosebrown-800\/80{
  color: rgb(138 84 108 / 0.8) !important;
}
.text-rosebrown-800\/85{
  color: rgb(138 84 108 / 0.85) !important;
}
.text-rosebrown-800\/90{
  color: rgb(138 84 108 / 0.9) !important;
}
.text-rosebrown-800\/95{
  color: rgb(138 84 108 / 0.95) !important;
}
.text-rosebrown-900{
  --tw-text-opacity: 1 !important;
  color: rgb(121 66 89 / var(--tw-text-opacity, 1)) !important;
}
.text-rosebrown-900\/0{
  color: rgb(121 66 89 / 0) !important;
}
.text-rosebrown-900\/10{
  color: rgb(121 66 89 / 0.1) !important;
}
.text-rosebrown-900\/100{
  color: rgb(121 66 89 / 1) !important;
}
.text-rosebrown-900\/15{
  color: rgb(121 66 89 / 0.15) !important;
}
.text-rosebrown-900\/20{
  color: rgb(121 66 89 / 0.2) !important;
}
.text-rosebrown-900\/25{
  color: rgb(121 66 89 / 0.25) !important;
}
.text-rosebrown-900\/30{
  color: rgb(121 66 89 / 0.3) !important;
}
.text-rosebrown-900\/35{
  color: rgb(121 66 89 / 0.35) !important;
}
.text-rosebrown-900\/40{
  color: rgb(121 66 89 / 0.4) !important;
}
.text-rosebrown-900\/45{
  color: rgb(121 66 89 / 0.45) !important;
}
.text-rosebrown-900\/5{
  color: rgb(121 66 89 / 0.05) !important;
}
.text-rosebrown-900\/50{
  color: rgb(121 66 89 / 0.5) !important;
}
.text-rosebrown-900\/55{
  color: rgb(121 66 89 / 0.55) !important;
}
.text-rosebrown-900\/60{
  color: rgb(121 66 89 / 0.6) !important;
}
.text-rosebrown-900\/65{
  color: rgb(121 66 89 / 0.65) !important;
}
.text-rosebrown-900\/70{
  color: rgb(121 66 89 / 0.7) !important;
}
.text-rosebrown-900\/75{
  color: rgb(121 66 89 / 0.75) !important;
}
.text-rosebrown-900\/80{
  color: rgb(121 66 89 / 0.8) !important;
}
.text-rosebrown-900\/85{
  color: rgb(121 66 89 / 0.85) !important;
}
.text-rosebrown-900\/90{
  color: rgb(121 66 89 / 0.9) !important;
}
.text-rosebrown-900\/95{
  color: rgb(121 66 89 / 0.95) !important;
}
.text-subtext{
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgb(252 236 201 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-100\/0{
  color: rgb(252 236 201 / 0) !important;
}
.text-yellow-100\/10{
  color: rgb(252 236 201 / 0.1) !important;
}
.text-yellow-100\/100{
  color: rgb(252 236 201 / 1) !important;
}
.text-yellow-100\/15{
  color: rgb(252 236 201 / 0.15) !important;
}
.text-yellow-100\/20{
  color: rgb(252 236 201 / 0.2) !important;
}
.text-yellow-100\/25{
  color: rgb(252 236 201 / 0.25) !important;
}
.text-yellow-100\/30{
  color: rgb(252 236 201 / 0.3) !important;
}
.text-yellow-100\/35{
  color: rgb(252 236 201 / 0.35) !important;
}
.text-yellow-100\/40{
  color: rgb(252 236 201 / 0.4) !important;
}
.text-yellow-100\/45{
  color: rgb(252 236 201 / 0.45) !important;
}
.text-yellow-100\/5{
  color: rgb(252 236 201 / 0.05) !important;
}
.text-yellow-100\/50{
  color: rgb(252 236 201 / 0.5) !important;
}
.text-yellow-100\/55{
  color: rgb(252 236 201 / 0.55) !important;
}
.text-yellow-100\/60{
  color: rgb(252 236 201 / 0.6) !important;
}
.text-yellow-100\/65{
  color: rgb(252 236 201 / 0.65) !important;
}
.text-yellow-100\/70{
  color: rgb(252 236 201 / 0.7) !important;
}
.text-yellow-100\/75{
  color: rgb(252 236 201 / 0.75) !important;
}
.text-yellow-100\/80{
  color: rgb(252 236 201 / 0.8) !important;
}
.text-yellow-100\/85{
  color: rgb(252 236 201 / 0.85) !important;
}
.text-yellow-100\/90{
  color: rgb(252 236 201 / 0.9) !important;
}
.text-yellow-100\/95{
  color: rgb(252 236 201 / 0.95) !important;
}
.text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgb(249 214 142 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-200\/0{
  color: rgb(249 214 142 / 0) !important;
}
.text-yellow-200\/10{
  color: rgb(249 214 142 / 0.1) !important;
}
.text-yellow-200\/100{
  color: rgb(249 214 142 / 1) !important;
}
.text-yellow-200\/15{
  color: rgb(249 214 142 / 0.15) !important;
}
.text-yellow-200\/20{
  color: rgb(249 214 142 / 0.2) !important;
}
.text-yellow-200\/25{
  color: rgb(249 214 142 / 0.25) !important;
}
.text-yellow-200\/30{
  color: rgb(249 214 142 / 0.3) !important;
}
.text-yellow-200\/35{
  color: rgb(249 214 142 / 0.35) !important;
}
.text-yellow-200\/40{
  color: rgb(249 214 142 / 0.4) !important;
}
.text-yellow-200\/45{
  color: rgb(249 214 142 / 0.45) !important;
}
.text-yellow-200\/5{
  color: rgb(249 214 142 / 0.05) !important;
}
.text-yellow-200\/50{
  color: rgb(249 214 142 / 0.5) !important;
}
.text-yellow-200\/55{
  color: rgb(249 214 142 / 0.55) !important;
}
.text-yellow-200\/60{
  color: rgb(249 214 142 / 0.6) !important;
}
.text-yellow-200\/65{
  color: rgb(249 214 142 / 0.65) !important;
}
.text-yellow-200\/70{
  color: rgb(249 214 142 / 0.7) !important;
}
.text-yellow-200\/75{
  color: rgb(249 214 142 / 0.75) !important;
}
.text-yellow-200\/80{
  color: rgb(249 214 142 / 0.8) !important;
}
.text-yellow-200\/85{
  color: rgb(249 214 142 / 0.85) !important;
}
.text-yellow-200\/90{
  color: rgb(249 214 142 / 0.9) !important;
}
.text-yellow-200\/95{
  color: rgb(249 214 142 / 0.95) !important;
}
.text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-300\/0{
  color: rgb(245 181 68 / 0) !important;
}
.text-yellow-300\/10{
  color: rgb(245 181 68 / 0.1) !important;
}
.text-yellow-300\/100{
  color: rgb(245 181 68 / 1) !important;
}
.text-yellow-300\/15{
  color: rgb(245 181 68 / 0.15) !important;
}
.text-yellow-300\/20{
  color: rgb(245 181 68 / 0.2) !important;
}
.text-yellow-300\/25{
  color: rgb(245 181 68 / 0.25) !important;
}
.text-yellow-300\/30{
  color: rgb(245 181 68 / 0.3) !important;
}
.text-yellow-300\/35{
  color: rgb(245 181 68 / 0.35) !important;
}
.text-yellow-300\/40{
  color: rgb(245 181 68 / 0.4) !important;
}
.text-yellow-300\/45{
  color: rgb(245 181 68 / 0.45) !important;
}
.text-yellow-300\/5{
  color: rgb(245 181 68 / 0.05) !important;
}
.text-yellow-300\/50{
  color: rgb(245 181 68 / 0.5) !important;
}
.text-yellow-300\/55{
  color: rgb(245 181 68 / 0.55) !important;
}
.text-yellow-300\/60{
  color: rgb(245 181 68 / 0.6) !important;
}
.text-yellow-300\/65{
  color: rgb(245 181 68 / 0.65) !important;
}
.text-yellow-300\/70{
  color: rgb(245 181 68 / 0.7) !important;
}
.text-yellow-300\/75{
  color: rgb(245 181 68 / 0.75) !important;
}
.text-yellow-300\/80{
  color: rgb(245 181 68 / 0.8) !important;
}
.text-yellow-300\/85{
  color: rgb(245 181 68 / 0.85) !important;
}
.text-yellow-300\/90{
  color: rgb(245 181 68 / 0.9) !important;
}
.text-yellow-300\/95{
  color: rgb(245 181 68 / 0.95) !important;
}
.text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgb(243 163 44 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-400\/0{
  color: rgb(243 163 44 / 0) !important;
}
.text-yellow-400\/10{
  color: rgb(243 163 44 / 0.1) !important;
}
.text-yellow-400\/100{
  color: rgb(243 163 44 / 1) !important;
}
.text-yellow-400\/15{
  color: rgb(243 163 44 / 0.15) !important;
}
.text-yellow-400\/20{
  color: rgb(243 163 44 / 0.2) !important;
}
.text-yellow-400\/25{
  color: rgb(243 163 44 / 0.25) !important;
}
.text-yellow-400\/30{
  color: rgb(243 163 44 / 0.3) !important;
}
.text-yellow-400\/35{
  color: rgb(243 163 44 / 0.35) !important;
}
.text-yellow-400\/40{
  color: rgb(243 163 44 / 0.4) !important;
}
.text-yellow-400\/45{
  color: rgb(243 163 44 / 0.45) !important;
}
.text-yellow-400\/5{
  color: rgb(243 163 44 / 0.05) !important;
}
.text-yellow-400\/50{
  color: rgb(243 163 44 / 0.5) !important;
}
.text-yellow-400\/55{
  color: rgb(243 163 44 / 0.55) !important;
}
.text-yellow-400\/60{
  color: rgb(243 163 44 / 0.6) !important;
}
.text-yellow-400\/65{
  color: rgb(243 163 44 / 0.65) !important;
}
.text-yellow-400\/70{
  color: rgb(243 163 44 / 0.7) !important;
}
.text-yellow-400\/75{
  color: rgb(243 163 44 / 0.75) !important;
}
.text-yellow-400\/80{
  color: rgb(243 163 44 / 0.8) !important;
}
.text-yellow-400\/85{
  color: rgb(243 163 44 / 0.85) !important;
}
.text-yellow-400\/90{
  color: rgb(243 163 44 / 0.9) !important;
}
.text-yellow-400\/95{
  color: rgb(243 163 44 / 0.95) !important;
}
.text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 236 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-50\/0{
  color: rgb(254 249 236 / 0) !important;
}
.text-yellow-50\/10{
  color: rgb(254 249 236 / 0.1) !important;
}
.text-yellow-50\/100{
  color: rgb(254 249 236 / 1) !important;
}
.text-yellow-50\/15{
  color: rgb(254 249 236 / 0.15) !important;
}
.text-yellow-50\/20{
  color: rgb(254 249 236 / 0.2) !important;
}
.text-yellow-50\/25{
  color: rgb(254 249 236 / 0.25) !important;
}
.text-yellow-50\/30{
  color: rgb(254 249 236 / 0.3) !important;
}
.text-yellow-50\/35{
  color: rgb(254 249 236 / 0.35) !important;
}
.text-yellow-50\/40{
  color: rgb(254 249 236 / 0.4) !important;
}
.text-yellow-50\/45{
  color: rgb(254 249 236 / 0.45) !important;
}
.text-yellow-50\/5{
  color: rgb(254 249 236 / 0.05) !important;
}
.text-yellow-50\/50{
  color: rgb(254 249 236 / 0.5) !important;
}
.text-yellow-50\/55{
  color: rgb(254 249 236 / 0.55) !important;
}
.text-yellow-50\/60{
  color: rgb(254 249 236 / 0.6) !important;
}
.text-yellow-50\/65{
  color: rgb(254 249 236 / 0.65) !important;
}
.text-yellow-50\/70{
  color: rgb(254 249 236 / 0.7) !important;
}
.text-yellow-50\/75{
  color: rgb(254 249 236 / 0.75) !important;
}
.text-yellow-50\/80{
  color: rgb(254 249 236 / 0.8) !important;
}
.text-yellow-50\/85{
  color: rgb(254 249 236 / 0.85) !important;
}
.text-yellow-50\/90{
  color: rgb(254 249 236 / 0.9) !important;
}
.text-yellow-50\/95{
  color: rgb(254 249 236 / 0.95) !important;
}
.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-500\/0{
  color: rgb(245 181 68 / 0) !important;
}
.text-yellow-500\/10{
  color: rgb(245 181 68 / 0.1) !important;
}
.text-yellow-500\/100{
  color: rgb(245 181 68 / 1) !important;
}
.text-yellow-500\/15{
  color: rgb(245 181 68 / 0.15) !important;
}
.text-yellow-500\/20{
  color: rgb(245 181 68 / 0.2) !important;
}
.text-yellow-500\/25{
  color: rgb(245 181 68 / 0.25) !important;
}
.text-yellow-500\/30{
  color: rgb(245 181 68 / 0.3) !important;
}
.text-yellow-500\/35{
  color: rgb(245 181 68 / 0.35) !important;
}
.text-yellow-500\/40{
  color: rgb(245 181 68 / 0.4) !important;
}
.text-yellow-500\/45{
  color: rgb(245 181 68 / 0.45) !important;
}
.text-yellow-500\/5{
  color: rgb(245 181 68 / 0.05) !important;
}
.text-yellow-500\/50{
  color: rgb(245 181 68 / 0.5) !important;
}
.text-yellow-500\/55{
  color: rgb(245 181 68 / 0.55) !important;
}
.text-yellow-500\/60{
  color: rgb(245 181 68 / 0.6) !important;
}
.text-yellow-500\/65{
  color: rgb(245 181 68 / 0.65) !important;
}
.text-yellow-500\/70{
  color: rgb(245 181 68 / 0.7) !important;
}
.text-yellow-500\/75{
  color: rgb(245 181 68 / 0.75) !important;
}
.text-yellow-500\/80{
  color: rgb(245 181 68 / 0.8) !important;
}
.text-yellow-500\/85{
  color: rgb(245 181 68 / 0.85) !important;
}
.text-yellow-500\/90{
  color: rgb(245 181 68 / 0.9) !important;
}
.text-yellow-500\/95{
  color: rgb(245 181 68 / 0.95) !important;
}
.text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgb(210 93 13 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-600\/0{
  color: rgb(210 93 13 / 0) !important;
}
.text-yellow-600\/10{
  color: rgb(210 93 13 / 0.1) !important;
}
.text-yellow-600\/100{
  color: rgb(210 93 13 / 1) !important;
}
.text-yellow-600\/15{
  color: rgb(210 93 13 / 0.15) !important;
}
.text-yellow-600\/20{
  color: rgb(210 93 13 / 0.2) !important;
}
.text-yellow-600\/25{
  color: rgb(210 93 13 / 0.25) !important;
}
.text-yellow-600\/30{
  color: rgb(210 93 13 / 0.3) !important;
}
.text-yellow-600\/35{
  color: rgb(210 93 13 / 0.35) !important;
}
.text-yellow-600\/40{
  color: rgb(210 93 13 / 0.4) !important;
}
.text-yellow-600\/45{
  color: rgb(210 93 13 / 0.45) !important;
}
.text-yellow-600\/5{
  color: rgb(210 93 13 / 0.05) !important;
}
.text-yellow-600\/50{
  color: rgb(210 93 13 / 0.5) !important;
}
.text-yellow-600\/55{
  color: rgb(210 93 13 / 0.55) !important;
}
.text-yellow-600\/60{
  color: rgb(210 93 13 / 0.6) !important;
}
.text-yellow-600\/65{
  color: rgb(210 93 13 / 0.65) !important;
}
.text-yellow-600\/70{
  color: rgb(210 93 13 / 0.7) !important;
}
.text-yellow-600\/75{
  color: rgb(210 93 13 / 0.75) !important;
}
.text-yellow-600\/80{
  color: rgb(210 93 13 / 0.8) !important;
}
.text-yellow-600\/85{
  color: rgb(210 93 13 / 0.85) !important;
}
.text-yellow-600\/90{
  color: rgb(210 93 13 / 0.9) !important;
}
.text-yellow-600\/95{
  color: rgb(210 93 13 / 0.95) !important;
}
.text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(174 64 15 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-700\/0{
  color: rgb(174 64 15 / 0) !important;
}
.text-yellow-700\/10{
  color: rgb(174 64 15 / 0.1) !important;
}
.text-yellow-700\/100{
  color: rgb(174 64 15 / 1) !important;
}
.text-yellow-700\/15{
  color: rgb(174 64 15 / 0.15) !important;
}
.text-yellow-700\/20{
  color: rgb(174 64 15 / 0.2) !important;
}
.text-yellow-700\/25{
  color: rgb(174 64 15 / 0.25) !important;
}
.text-yellow-700\/30{
  color: rgb(174 64 15 / 0.3) !important;
}
.text-yellow-700\/35{
  color: rgb(174 64 15 / 0.35) !important;
}
.text-yellow-700\/40{
  color: rgb(174 64 15 / 0.4) !important;
}
.text-yellow-700\/45{
  color: rgb(174 64 15 / 0.45) !important;
}
.text-yellow-700\/5{
  color: rgb(174 64 15 / 0.05) !important;
}
.text-yellow-700\/50{
  color: rgb(174 64 15 / 0.5) !important;
}
.text-yellow-700\/55{
  color: rgb(174 64 15 / 0.55) !important;
}
.text-yellow-700\/60{
  color: rgb(174 64 15 / 0.6) !important;
}
.text-yellow-700\/65{
  color: rgb(174 64 15 / 0.65) !important;
}
.text-yellow-700\/70{
  color: rgb(174 64 15 / 0.7) !important;
}
.text-yellow-700\/75{
  color: rgb(174 64 15 / 0.75) !important;
}
.text-yellow-700\/80{
  color: rgb(174 64 15 / 0.8) !important;
}
.text-yellow-700\/85{
  color: rgb(174 64 15 / 0.85) !important;
}
.text-yellow-700\/90{
  color: rgb(174 64 15 / 0.9) !important;
}
.text-yellow-700\/95{
  color: rgb(174 64 15 / 0.95) !important;
}
.text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgb(141 49 19 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-800\/0{
  color: rgb(141 49 19 / 0) !important;
}
.text-yellow-800\/10{
  color: rgb(141 49 19 / 0.1) !important;
}
.text-yellow-800\/100{
  color: rgb(141 49 19 / 1) !important;
}
.text-yellow-800\/15{
  color: rgb(141 49 19 / 0.15) !important;
}
.text-yellow-800\/20{
  color: rgb(141 49 19 / 0.2) !important;
}
.text-yellow-800\/25{
  color: rgb(141 49 19 / 0.25) !important;
}
.text-yellow-800\/30{
  color: rgb(141 49 19 / 0.3) !important;
}
.text-yellow-800\/35{
  color: rgb(141 49 19 / 0.35) !important;
}
.text-yellow-800\/40{
  color: rgb(141 49 19 / 0.4) !important;
}
.text-yellow-800\/45{
  color: rgb(141 49 19 / 0.45) !important;
}
.text-yellow-800\/5{
  color: rgb(141 49 19 / 0.05) !important;
}
.text-yellow-800\/50{
  color: rgb(141 49 19 / 0.5) !important;
}
.text-yellow-800\/55{
  color: rgb(141 49 19 / 0.55) !important;
}
.text-yellow-800\/60{
  color: rgb(141 49 19 / 0.6) !important;
}
.text-yellow-800\/65{
  color: rgb(141 49 19 / 0.65) !important;
}
.text-yellow-800\/70{
  color: rgb(141 49 19 / 0.7) !important;
}
.text-yellow-800\/75{
  color: rgb(141 49 19 / 0.75) !important;
}
.text-yellow-800\/80{
  color: rgb(141 49 19 / 0.8) !important;
}
.text-yellow-800\/85{
  color: rgb(141 49 19 / 0.85) !important;
}
.text-yellow-800\/90{
  color: rgb(141 49 19 / 0.9) !important;
}
.text-yellow-800\/95{
  color: rgb(141 49 19 / 0.95) !important;
}
.text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgb(116 42 19 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-900\/0{
  color: rgb(116 42 19 / 0) !important;
}
.text-yellow-900\/10{
  color: rgb(116 42 19 / 0.1) !important;
}
.text-yellow-900\/100{
  color: rgb(116 42 19 / 1) !important;
}
.text-yellow-900\/15{
  color: rgb(116 42 19 / 0.15) !important;
}
.text-yellow-900\/20{
  color: rgb(116 42 19 / 0.2) !important;
}
.text-yellow-900\/25{
  color: rgb(116 42 19 / 0.25) !important;
}
.text-yellow-900\/30{
  color: rgb(116 42 19 / 0.3) !important;
}
.text-yellow-900\/35{
  color: rgb(116 42 19 / 0.35) !important;
}
.text-yellow-900\/40{
  color: rgb(116 42 19 / 0.4) !important;
}
.text-yellow-900\/45{
  color: rgb(116 42 19 / 0.45) !important;
}
.text-yellow-900\/5{
  color: rgb(116 42 19 / 0.05) !important;
}
.text-yellow-900\/50{
  color: rgb(116 42 19 / 0.5) !important;
}
.text-yellow-900\/55{
  color: rgb(116 42 19 / 0.55) !important;
}
.text-yellow-900\/60{
  color: rgb(116 42 19 / 0.6) !important;
}
.text-yellow-900\/65{
  color: rgb(116 42 19 / 0.65) !important;
}
.text-yellow-900\/70{
  color: rgb(116 42 19 / 0.7) !important;
}
.text-yellow-900\/75{
  color: rgb(116 42 19 / 0.75) !important;
}
.text-yellow-900\/80{
  color: rgb(116 42 19 / 0.8) !important;
}
.text-yellow-900\/85{
  color: rgb(116 42 19 / 0.85) !important;
}
.text-yellow-900\/90{
  color: rgb(116 42 19 / 0.9) !important;
}
.text-yellow-900\/95{
  color: rgb(116 42 19 / 0.95) !important;
}
.text-yellow-950{
  --tw-text-opacity: 1 !important;
  color: rgb(67 19 5 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-950\/0{
  color: rgb(67 19 5 / 0) !important;
}
.text-yellow-950\/10{
  color: rgb(67 19 5 / 0.1) !important;
}
.text-yellow-950\/100{
  color: rgb(67 19 5 / 1) !important;
}
.text-yellow-950\/15{
  color: rgb(67 19 5 / 0.15) !important;
}
.text-yellow-950\/20{
  color: rgb(67 19 5 / 0.2) !important;
}
.text-yellow-950\/25{
  color: rgb(67 19 5 / 0.25) !important;
}
.text-yellow-950\/30{
  color: rgb(67 19 5 / 0.3) !important;
}
.text-yellow-950\/35{
  color: rgb(67 19 5 / 0.35) !important;
}
.text-yellow-950\/40{
  color: rgb(67 19 5 / 0.4) !important;
}
.text-yellow-950\/45{
  color: rgb(67 19 5 / 0.45) !important;
}
.text-yellow-950\/5{
  color: rgb(67 19 5 / 0.05) !important;
}
.text-yellow-950\/50{
  color: rgb(67 19 5 / 0.5) !important;
}
.text-yellow-950\/55{
  color: rgb(67 19 5 / 0.55) !important;
}
.text-yellow-950\/60{
  color: rgb(67 19 5 / 0.6) !important;
}
.text-yellow-950\/65{
  color: rgb(67 19 5 / 0.65) !important;
}
.text-yellow-950\/70{
  color: rgb(67 19 5 / 0.7) !important;
}
.text-yellow-950\/75{
  color: rgb(67 19 5 / 0.75) !important;
}
.text-yellow-950\/80{
  color: rgb(67 19 5 / 0.8) !important;
}
.text-yellow-950\/85{
  color: rgb(67 19 5 / 0.85) !important;
}
.text-yellow-950\/90{
  color: rgb(67 19 5 / 0.9) !important;
}
.text-yellow-950\/95{
  color: rgb(67 19 5 / 0.95) !important;
}
.underline{
  text-decoration-line: underline !important;
}
.decoration-lime-100{
  text-decoration-color: #ecfccb !important;
}
.decoration-lime-100\/0{
  text-decoration-color: rgb(236 252 203 / 0) !important;
}
.decoration-lime-100\/10{
  text-decoration-color: rgb(236 252 203 / 0.1) !important;
}
.decoration-lime-100\/100{
  text-decoration-color: rgb(236 252 203 / 1) !important;
}
.decoration-lime-100\/15{
  text-decoration-color: rgb(236 252 203 / 0.15) !important;
}
.decoration-lime-100\/20{
  text-decoration-color: rgb(236 252 203 / 0.2) !important;
}
.decoration-lime-100\/25{
  text-decoration-color: rgb(236 252 203 / 0.25) !important;
}
.decoration-lime-100\/30{
  text-decoration-color: rgb(236 252 203 / 0.3) !important;
}
.decoration-lime-100\/35{
  text-decoration-color: rgb(236 252 203 / 0.35) !important;
}
.decoration-lime-100\/40{
  text-decoration-color: rgb(236 252 203 / 0.4) !important;
}
.decoration-lime-100\/45{
  text-decoration-color: rgb(236 252 203 / 0.45) !important;
}
.decoration-lime-100\/5{
  text-decoration-color: rgb(236 252 203 / 0.05) !important;
}
.decoration-lime-100\/50{
  text-decoration-color: rgb(236 252 203 / 0.5) !important;
}
.decoration-lime-100\/55{
  text-decoration-color: rgb(236 252 203 / 0.55) !important;
}
.decoration-lime-100\/60{
  text-decoration-color: rgb(236 252 203 / 0.6) !important;
}
.decoration-lime-100\/65{
  text-decoration-color: rgb(236 252 203 / 0.65) !important;
}
.decoration-lime-100\/70{
  text-decoration-color: rgb(236 252 203 / 0.7) !important;
}
.decoration-lime-100\/75{
  text-decoration-color: rgb(236 252 203 / 0.75) !important;
}
.decoration-lime-100\/80{
  text-decoration-color: rgb(236 252 203 / 0.8) !important;
}
.decoration-lime-100\/85{
  text-decoration-color: rgb(236 252 203 / 0.85) !important;
}
.decoration-lime-100\/90{
  text-decoration-color: rgb(236 252 203 / 0.9) !important;
}
.decoration-lime-100\/95{
  text-decoration-color: rgb(236 252 203 / 0.95) !important;
}
.decoration-lime-200{
  text-decoration-color: #d9f99d !important;
}
.decoration-lime-200\/0{
  text-decoration-color: rgb(217 249 157 / 0) !important;
}
.decoration-lime-200\/10{
  text-decoration-color: rgb(217 249 157 / 0.1) !important;
}
.decoration-lime-200\/100{
  text-decoration-color: rgb(217 249 157 / 1) !important;
}
.decoration-lime-200\/15{
  text-decoration-color: rgb(217 249 157 / 0.15) !important;
}
.decoration-lime-200\/20{
  text-decoration-color: rgb(217 249 157 / 0.2) !important;
}
.decoration-lime-200\/25{
  text-decoration-color: rgb(217 249 157 / 0.25) !important;
}
.decoration-lime-200\/30{
  text-decoration-color: rgb(217 249 157 / 0.3) !important;
}
.decoration-lime-200\/35{
  text-decoration-color: rgb(217 249 157 / 0.35) !important;
}
.decoration-lime-200\/40{
  text-decoration-color: rgb(217 249 157 / 0.4) !important;
}
.decoration-lime-200\/45{
  text-decoration-color: rgb(217 249 157 / 0.45) !important;
}
.decoration-lime-200\/5{
  text-decoration-color: rgb(217 249 157 / 0.05) !important;
}
.decoration-lime-200\/50{
  text-decoration-color: rgb(217 249 157 / 0.5) !important;
}
.decoration-lime-200\/55{
  text-decoration-color: rgb(217 249 157 / 0.55) !important;
}
.decoration-lime-200\/60{
  text-decoration-color: rgb(217 249 157 / 0.6) !important;
}
.decoration-lime-200\/65{
  text-decoration-color: rgb(217 249 157 / 0.65) !important;
}
.decoration-lime-200\/70{
  text-decoration-color: rgb(217 249 157 / 0.7) !important;
}
.decoration-lime-200\/75{
  text-decoration-color: rgb(217 249 157 / 0.75) !important;
}
.decoration-lime-200\/80{
  text-decoration-color: rgb(217 249 157 / 0.8) !important;
}
.decoration-lime-200\/85{
  text-decoration-color: rgb(217 249 157 / 0.85) !important;
}
.decoration-lime-200\/90{
  text-decoration-color: rgb(217 249 157 / 0.9) !important;
}
.decoration-lime-200\/95{
  text-decoration-color: rgb(217 249 157 / 0.95) !important;
}
.decoration-lime-400{
  text-decoration-color: #a3e635 !important;
}
.decoration-lime-400\/0{
  text-decoration-color: rgb(163 230 53 / 0) !important;
}
.decoration-lime-400\/10{
  text-decoration-color: rgb(163 230 53 / 0.1) !important;
}
.decoration-lime-400\/100{
  text-decoration-color: rgb(163 230 53 / 1) !important;
}
.decoration-lime-400\/15{
  text-decoration-color: rgb(163 230 53 / 0.15) !important;
}
.decoration-lime-400\/20{
  text-decoration-color: rgb(163 230 53 / 0.2) !important;
}
.decoration-lime-400\/25{
  text-decoration-color: rgb(163 230 53 / 0.25) !important;
}
.decoration-lime-400\/30{
  text-decoration-color: rgb(163 230 53 / 0.3) !important;
}
.decoration-lime-400\/35{
  text-decoration-color: rgb(163 230 53 / 0.35) !important;
}
.decoration-lime-400\/40{
  text-decoration-color: rgb(163 230 53 / 0.4) !important;
}
.decoration-lime-400\/45{
  text-decoration-color: rgb(163 230 53 / 0.45) !important;
}
.decoration-lime-400\/5{
  text-decoration-color: rgb(163 230 53 / 0.05) !important;
}
.decoration-lime-400\/50{
  text-decoration-color: rgb(163 230 53 / 0.5) !important;
}
.decoration-lime-400\/55{
  text-decoration-color: rgb(163 230 53 / 0.55) !important;
}
.decoration-lime-400\/60{
  text-decoration-color: rgb(163 230 53 / 0.6) !important;
}
.decoration-lime-400\/65{
  text-decoration-color: rgb(163 230 53 / 0.65) !important;
}
.decoration-lime-400\/70{
  text-decoration-color: rgb(163 230 53 / 0.7) !important;
}
.decoration-lime-400\/75{
  text-decoration-color: rgb(163 230 53 / 0.75) !important;
}
.decoration-lime-400\/80{
  text-decoration-color: rgb(163 230 53 / 0.8) !important;
}
.decoration-lime-400\/85{
  text-decoration-color: rgb(163 230 53 / 0.85) !important;
}
.decoration-lime-400\/90{
  text-decoration-color: rgb(163 230 53 / 0.9) !important;
}
.decoration-lime-400\/95{
  text-decoration-color: rgb(163 230 53 / 0.95) !important;
}
.decoration-lime-600{
  text-decoration-color: #65a30d !important;
}
.decoration-lime-600\/0{
  text-decoration-color: rgb(101 163 13 / 0) !important;
}
.decoration-lime-600\/10{
  text-decoration-color: rgb(101 163 13 / 0.1) !important;
}
.decoration-lime-600\/100{
  text-decoration-color: rgb(101 163 13 / 1) !important;
}
.decoration-lime-600\/15{
  text-decoration-color: rgb(101 163 13 / 0.15) !important;
}
.decoration-lime-600\/20{
  text-decoration-color: rgb(101 163 13 / 0.2) !important;
}
.decoration-lime-600\/25{
  text-decoration-color: rgb(101 163 13 / 0.25) !important;
}
.decoration-lime-600\/30{
  text-decoration-color: rgb(101 163 13 / 0.3) !important;
}
.decoration-lime-600\/35{
  text-decoration-color: rgb(101 163 13 / 0.35) !important;
}
.decoration-lime-600\/40{
  text-decoration-color: rgb(101 163 13 / 0.4) !important;
}
.decoration-lime-600\/45{
  text-decoration-color: rgb(101 163 13 / 0.45) !important;
}
.decoration-lime-600\/5{
  text-decoration-color: rgb(101 163 13 / 0.05) !important;
}
.decoration-lime-600\/50{
  text-decoration-color: rgb(101 163 13 / 0.5) !important;
}
.decoration-lime-600\/55{
  text-decoration-color: rgb(101 163 13 / 0.55) !important;
}
.decoration-lime-600\/60{
  text-decoration-color: rgb(101 163 13 / 0.6) !important;
}
.decoration-lime-600\/65{
  text-decoration-color: rgb(101 163 13 / 0.65) !important;
}
.decoration-lime-600\/70{
  text-decoration-color: rgb(101 163 13 / 0.7) !important;
}
.decoration-lime-600\/75{
  text-decoration-color: rgb(101 163 13 / 0.75) !important;
}
.decoration-lime-600\/80{
  text-decoration-color: rgb(101 163 13 / 0.8) !important;
}
.decoration-lime-600\/85{
  text-decoration-color: rgb(101 163 13 / 0.85) !important;
}
.decoration-lime-600\/90{
  text-decoration-color: rgb(101 163 13 / 0.9) !important;
}
.decoration-lime-600\/95{
  text-decoration-color: rgb(101 163 13 / 0.95) !important;
}
.decoration-lime-800{
  text-decoration-color: #3f6212 !important;
}
.decoration-lime-800\/0{
  text-decoration-color: rgb(63 98 18 / 0) !important;
}
.decoration-lime-800\/10{
  text-decoration-color: rgb(63 98 18 / 0.1) !important;
}
.decoration-lime-800\/100{
  text-decoration-color: rgb(63 98 18 / 1) !important;
}
.decoration-lime-800\/15{
  text-decoration-color: rgb(63 98 18 / 0.15) !important;
}
.decoration-lime-800\/20{
  text-decoration-color: rgb(63 98 18 / 0.2) !important;
}
.decoration-lime-800\/25{
  text-decoration-color: rgb(63 98 18 / 0.25) !important;
}
.decoration-lime-800\/30{
  text-decoration-color: rgb(63 98 18 / 0.3) !important;
}
.decoration-lime-800\/35{
  text-decoration-color: rgb(63 98 18 / 0.35) !important;
}
.decoration-lime-800\/40{
  text-decoration-color: rgb(63 98 18 / 0.4) !important;
}
.decoration-lime-800\/45{
  text-decoration-color: rgb(63 98 18 / 0.45) !important;
}
.decoration-lime-800\/5{
  text-decoration-color: rgb(63 98 18 / 0.05) !important;
}
.decoration-lime-800\/50{
  text-decoration-color: rgb(63 98 18 / 0.5) !important;
}
.decoration-lime-800\/55{
  text-decoration-color: rgb(63 98 18 / 0.55) !important;
}
.decoration-lime-800\/60{
  text-decoration-color: rgb(63 98 18 / 0.6) !important;
}
.decoration-lime-800\/65{
  text-decoration-color: rgb(63 98 18 / 0.65) !important;
}
.decoration-lime-800\/70{
  text-decoration-color: rgb(63 98 18 / 0.7) !important;
}
.decoration-lime-800\/75{
  text-decoration-color: rgb(63 98 18 / 0.75) !important;
}
.decoration-lime-800\/80{
  text-decoration-color: rgb(63 98 18 / 0.8) !important;
}
.decoration-lime-800\/85{
  text-decoration-color: rgb(63 98 18 / 0.85) !important;
}
.decoration-lime-800\/90{
  text-decoration-color: rgb(63 98 18 / 0.9) !important;
}
.decoration-lime-800\/95{
  text-decoration-color: rgb(63 98 18 / 0.95) !important;
}
.underline-offset-4{
  text-underline-offset: 4px !important;
}
.placeholder-lime-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-lime-100\/0::placeholder{
  color: rgb(236 252 203 / 0) !important;
}
.placeholder-lime-100\/10::placeholder{
  color: rgb(236 252 203 / 0.1) !important;
}
.placeholder-lime-100\/100::placeholder{
  color: rgb(236 252 203 / 1) !important;
}
.placeholder-lime-100\/15::placeholder{
  color: rgb(236 252 203 / 0.15) !important;
}
.placeholder-lime-100\/20::placeholder{
  color: rgb(236 252 203 / 0.2) !important;
}
.placeholder-lime-100\/25::placeholder{
  color: rgb(236 252 203 / 0.25) !important;
}
.placeholder-lime-100\/30::placeholder{
  color: rgb(236 252 203 / 0.3) !important;
}
.placeholder-lime-100\/35::placeholder{
  color: rgb(236 252 203 / 0.35) !important;
}
.placeholder-lime-100\/40::placeholder{
  color: rgb(236 252 203 / 0.4) !important;
}
.placeholder-lime-100\/45::placeholder{
  color: rgb(236 252 203 / 0.45) !important;
}
.placeholder-lime-100\/5::placeholder{
  color: rgb(236 252 203 / 0.05) !important;
}
.placeholder-lime-100\/50::placeholder{
  color: rgb(236 252 203 / 0.5) !important;
}
.placeholder-lime-100\/55::placeholder{
  color: rgb(236 252 203 / 0.55) !important;
}
.placeholder-lime-100\/60::placeholder{
  color: rgb(236 252 203 / 0.6) !important;
}
.placeholder-lime-100\/65::placeholder{
  color: rgb(236 252 203 / 0.65) !important;
}
.placeholder-lime-100\/70::placeholder{
  color: rgb(236 252 203 / 0.7) !important;
}
.placeholder-lime-100\/75::placeholder{
  color: rgb(236 252 203 / 0.75) !important;
}
.placeholder-lime-100\/80::placeholder{
  color: rgb(236 252 203 / 0.8) !important;
}
.placeholder-lime-100\/85::placeholder{
  color: rgb(236 252 203 / 0.85) !important;
}
.placeholder-lime-100\/90::placeholder{
  color: rgb(236 252 203 / 0.9) !important;
}
.placeholder-lime-100\/95::placeholder{
  color: rgb(236 252 203 / 0.95) !important;
}
.placeholder-lime-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-lime-200\/0::placeholder{
  color: rgb(217 249 157 / 0) !important;
}
.placeholder-lime-200\/10::placeholder{
  color: rgb(217 249 157 / 0.1) !important;
}
.placeholder-lime-200\/100::placeholder{
  color: rgb(217 249 157 / 1) !important;
}
.placeholder-lime-200\/15::placeholder{
  color: rgb(217 249 157 / 0.15) !important;
}
.placeholder-lime-200\/20::placeholder{
  color: rgb(217 249 157 / 0.2) !important;
}
.placeholder-lime-200\/25::placeholder{
  color: rgb(217 249 157 / 0.25) !important;
}
.placeholder-lime-200\/30::placeholder{
  color: rgb(217 249 157 / 0.3) !important;
}
.placeholder-lime-200\/35::placeholder{
  color: rgb(217 249 157 / 0.35) !important;
}
.placeholder-lime-200\/40::placeholder{
  color: rgb(217 249 157 / 0.4) !important;
}
.placeholder-lime-200\/45::placeholder{
  color: rgb(217 249 157 / 0.45) !important;
}
.placeholder-lime-200\/5::placeholder{
  color: rgb(217 249 157 / 0.05) !important;
}
.placeholder-lime-200\/50::placeholder{
  color: rgb(217 249 157 / 0.5) !important;
}
.placeholder-lime-200\/55::placeholder{
  color: rgb(217 249 157 / 0.55) !important;
}
.placeholder-lime-200\/60::placeholder{
  color: rgb(217 249 157 / 0.6) !important;
}
.placeholder-lime-200\/65::placeholder{
  color: rgb(217 249 157 / 0.65) !important;
}
.placeholder-lime-200\/70::placeholder{
  color: rgb(217 249 157 / 0.7) !important;
}
.placeholder-lime-200\/75::placeholder{
  color: rgb(217 249 157 / 0.75) !important;
}
.placeholder-lime-200\/80::placeholder{
  color: rgb(217 249 157 / 0.8) !important;
}
.placeholder-lime-200\/85::placeholder{
  color: rgb(217 249 157 / 0.85) !important;
}
.placeholder-lime-200\/90::placeholder{
  color: rgb(217 249 157 / 0.9) !important;
}
.placeholder-lime-200\/95::placeholder{
  color: rgb(217 249 157 / 0.95) !important;
}
.placeholder-lime-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-lime-400\/0::placeholder{
  color: rgb(163 230 53 / 0) !important;
}
.placeholder-lime-400\/10::placeholder{
  color: rgb(163 230 53 / 0.1) !important;
}
.placeholder-lime-400\/100::placeholder{
  color: rgb(163 230 53 / 1) !important;
}
.placeholder-lime-400\/15::placeholder{
  color: rgb(163 230 53 / 0.15) !important;
}
.placeholder-lime-400\/20::placeholder{
  color: rgb(163 230 53 / 0.2) !important;
}
.placeholder-lime-400\/25::placeholder{
  color: rgb(163 230 53 / 0.25) !important;
}
.placeholder-lime-400\/30::placeholder{
  color: rgb(163 230 53 / 0.3) !important;
}
.placeholder-lime-400\/35::placeholder{
  color: rgb(163 230 53 / 0.35) !important;
}
.placeholder-lime-400\/40::placeholder{
  color: rgb(163 230 53 / 0.4) !important;
}
.placeholder-lime-400\/45::placeholder{
  color: rgb(163 230 53 / 0.45) !important;
}
.placeholder-lime-400\/5::placeholder{
  color: rgb(163 230 53 / 0.05) !important;
}
.placeholder-lime-400\/50::placeholder{
  color: rgb(163 230 53 / 0.5) !important;
}
.placeholder-lime-400\/55::placeholder{
  color: rgb(163 230 53 / 0.55) !important;
}
.placeholder-lime-400\/60::placeholder{
  color: rgb(163 230 53 / 0.6) !important;
}
.placeholder-lime-400\/65::placeholder{
  color: rgb(163 230 53 / 0.65) !important;
}
.placeholder-lime-400\/70::placeholder{
  color: rgb(163 230 53 / 0.7) !important;
}
.placeholder-lime-400\/75::placeholder{
  color: rgb(163 230 53 / 0.75) !important;
}
.placeholder-lime-400\/80::placeholder{
  color: rgb(163 230 53 / 0.8) !important;
}
.placeholder-lime-400\/85::placeholder{
  color: rgb(163 230 53 / 0.85) !important;
}
.placeholder-lime-400\/90::placeholder{
  color: rgb(163 230 53 / 0.9) !important;
}
.placeholder-lime-400\/95::placeholder{
  color: rgb(163 230 53 / 0.95) !important;
}
.placeholder-lime-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-lime-600\/0::placeholder{
  color: rgb(101 163 13 / 0) !important;
}
.placeholder-lime-600\/10::placeholder{
  color: rgb(101 163 13 / 0.1) !important;
}
.placeholder-lime-600\/100::placeholder{
  color: rgb(101 163 13 / 1) !important;
}
.placeholder-lime-600\/15::placeholder{
  color: rgb(101 163 13 / 0.15) !important;
}
.placeholder-lime-600\/20::placeholder{
  color: rgb(101 163 13 / 0.2) !important;
}
.placeholder-lime-600\/25::placeholder{
  color: rgb(101 163 13 / 0.25) !important;
}
.placeholder-lime-600\/30::placeholder{
  color: rgb(101 163 13 / 0.3) !important;
}
.placeholder-lime-600\/35::placeholder{
  color: rgb(101 163 13 / 0.35) !important;
}
.placeholder-lime-600\/40::placeholder{
  color: rgb(101 163 13 / 0.4) !important;
}
.placeholder-lime-600\/45::placeholder{
  color: rgb(101 163 13 / 0.45) !important;
}
.placeholder-lime-600\/5::placeholder{
  color: rgb(101 163 13 / 0.05) !important;
}
.placeholder-lime-600\/50::placeholder{
  color: rgb(101 163 13 / 0.5) !important;
}
.placeholder-lime-600\/55::placeholder{
  color: rgb(101 163 13 / 0.55) !important;
}
.placeholder-lime-600\/60::placeholder{
  color: rgb(101 163 13 / 0.6) !important;
}
.placeholder-lime-600\/65::placeholder{
  color: rgb(101 163 13 / 0.65) !important;
}
.placeholder-lime-600\/70::placeholder{
  color: rgb(101 163 13 / 0.7) !important;
}
.placeholder-lime-600\/75::placeholder{
  color: rgb(101 163 13 / 0.75) !important;
}
.placeholder-lime-600\/80::placeholder{
  color: rgb(101 163 13 / 0.8) !important;
}
.placeholder-lime-600\/85::placeholder{
  color: rgb(101 163 13 / 0.85) !important;
}
.placeholder-lime-600\/90::placeholder{
  color: rgb(101 163 13 / 0.9) !important;
}
.placeholder-lime-600\/95::placeholder{
  color: rgb(101 163 13 / 0.95) !important;
}
.placeholder-lime-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-lime-800\/0::placeholder{
  color: rgb(63 98 18 / 0) !important;
}
.placeholder-lime-800\/10::placeholder{
  color: rgb(63 98 18 / 0.1) !important;
}
.placeholder-lime-800\/100::placeholder{
  color: rgb(63 98 18 / 1) !important;
}
.placeholder-lime-800\/15::placeholder{
  color: rgb(63 98 18 / 0.15) !important;
}
.placeholder-lime-800\/20::placeholder{
  color: rgb(63 98 18 / 0.2) !important;
}
.placeholder-lime-800\/25::placeholder{
  color: rgb(63 98 18 / 0.25) !important;
}
.placeholder-lime-800\/30::placeholder{
  color: rgb(63 98 18 / 0.3) !important;
}
.placeholder-lime-800\/35::placeholder{
  color: rgb(63 98 18 / 0.35) !important;
}
.placeholder-lime-800\/40::placeholder{
  color: rgb(63 98 18 / 0.4) !important;
}
.placeholder-lime-800\/45::placeholder{
  color: rgb(63 98 18 / 0.45) !important;
}
.placeholder-lime-800\/5::placeholder{
  color: rgb(63 98 18 / 0.05) !important;
}
.placeholder-lime-800\/50::placeholder{
  color: rgb(63 98 18 / 0.5) !important;
}
.placeholder-lime-800\/55::placeholder{
  color: rgb(63 98 18 / 0.55) !important;
}
.placeholder-lime-800\/60::placeholder{
  color: rgb(63 98 18 / 0.6) !important;
}
.placeholder-lime-800\/65::placeholder{
  color: rgb(63 98 18 / 0.65) !important;
}
.placeholder-lime-800\/70::placeholder{
  color: rgb(63 98 18 / 0.7) !important;
}
.placeholder-lime-800\/75::placeholder{
  color: rgb(63 98 18 / 0.75) !important;
}
.placeholder-lime-800\/80::placeholder{
  color: rgb(63 98 18 / 0.8) !important;
}
.placeholder-lime-800\/85::placeholder{
  color: rgb(63 98 18 / 0.85) !important;
}
.placeholder-lime-800\/90::placeholder{
  color: rgb(63 98 18 / 0.9) !important;
}
.placeholder-lime-800\/95::placeholder{
  color: rgb(63 98 18 / 0.95) !important;
}
.caret-lime-100{
  caret-color: #ecfccb !important;
}
.caret-lime-100\/0{
  caret-color: rgb(236 252 203 / 0) !important;
}
.caret-lime-100\/10{
  caret-color: rgb(236 252 203 / 0.1) !important;
}
.caret-lime-100\/100{
  caret-color: rgb(236 252 203 / 1) !important;
}
.caret-lime-100\/15{
  caret-color: rgb(236 252 203 / 0.15) !important;
}
.caret-lime-100\/20{
  caret-color: rgb(236 252 203 / 0.2) !important;
}
.caret-lime-100\/25{
  caret-color: rgb(236 252 203 / 0.25) !important;
}
.caret-lime-100\/30{
  caret-color: rgb(236 252 203 / 0.3) !important;
}
.caret-lime-100\/35{
  caret-color: rgb(236 252 203 / 0.35) !important;
}
.caret-lime-100\/40{
  caret-color: rgb(236 252 203 / 0.4) !important;
}
.caret-lime-100\/45{
  caret-color: rgb(236 252 203 / 0.45) !important;
}
.caret-lime-100\/5{
  caret-color: rgb(236 252 203 / 0.05) !important;
}
.caret-lime-100\/50{
  caret-color: rgb(236 252 203 / 0.5) !important;
}
.caret-lime-100\/55{
  caret-color: rgb(236 252 203 / 0.55) !important;
}
.caret-lime-100\/60{
  caret-color: rgb(236 252 203 / 0.6) !important;
}
.caret-lime-100\/65{
  caret-color: rgb(236 252 203 / 0.65) !important;
}
.caret-lime-100\/70{
  caret-color: rgb(236 252 203 / 0.7) !important;
}
.caret-lime-100\/75{
  caret-color: rgb(236 252 203 / 0.75) !important;
}
.caret-lime-100\/80{
  caret-color: rgb(236 252 203 / 0.8) !important;
}
.caret-lime-100\/85{
  caret-color: rgb(236 252 203 / 0.85) !important;
}
.caret-lime-100\/90{
  caret-color: rgb(236 252 203 / 0.9) !important;
}
.caret-lime-100\/95{
  caret-color: rgb(236 252 203 / 0.95) !important;
}
.caret-lime-200{
  caret-color: #d9f99d !important;
}
.caret-lime-200\/0{
  caret-color: rgb(217 249 157 / 0) !important;
}
.caret-lime-200\/10{
  caret-color: rgb(217 249 157 / 0.1) !important;
}
.caret-lime-200\/100{
  caret-color: rgb(217 249 157 / 1) !important;
}
.caret-lime-200\/15{
  caret-color: rgb(217 249 157 / 0.15) !important;
}
.caret-lime-200\/20{
  caret-color: rgb(217 249 157 / 0.2) !important;
}
.caret-lime-200\/25{
  caret-color: rgb(217 249 157 / 0.25) !important;
}
.caret-lime-200\/30{
  caret-color: rgb(217 249 157 / 0.3) !important;
}
.caret-lime-200\/35{
  caret-color: rgb(217 249 157 / 0.35) !important;
}
.caret-lime-200\/40{
  caret-color: rgb(217 249 157 / 0.4) !important;
}
.caret-lime-200\/45{
  caret-color: rgb(217 249 157 / 0.45) !important;
}
.caret-lime-200\/5{
  caret-color: rgb(217 249 157 / 0.05) !important;
}
.caret-lime-200\/50{
  caret-color: rgb(217 249 157 / 0.5) !important;
}
.caret-lime-200\/55{
  caret-color: rgb(217 249 157 / 0.55) !important;
}
.caret-lime-200\/60{
  caret-color: rgb(217 249 157 / 0.6) !important;
}
.caret-lime-200\/65{
  caret-color: rgb(217 249 157 / 0.65) !important;
}
.caret-lime-200\/70{
  caret-color: rgb(217 249 157 / 0.7) !important;
}
.caret-lime-200\/75{
  caret-color: rgb(217 249 157 / 0.75) !important;
}
.caret-lime-200\/80{
  caret-color: rgb(217 249 157 / 0.8) !important;
}
.caret-lime-200\/85{
  caret-color: rgb(217 249 157 / 0.85) !important;
}
.caret-lime-200\/90{
  caret-color: rgb(217 249 157 / 0.9) !important;
}
.caret-lime-200\/95{
  caret-color: rgb(217 249 157 / 0.95) !important;
}
.caret-lime-400{
  caret-color: #a3e635 !important;
}
.caret-lime-400\/0{
  caret-color: rgb(163 230 53 / 0) !important;
}
.caret-lime-400\/10{
  caret-color: rgb(163 230 53 / 0.1) !important;
}
.caret-lime-400\/100{
  caret-color: rgb(163 230 53 / 1) !important;
}
.caret-lime-400\/15{
  caret-color: rgb(163 230 53 / 0.15) !important;
}
.caret-lime-400\/20{
  caret-color: rgb(163 230 53 / 0.2) !important;
}
.caret-lime-400\/25{
  caret-color: rgb(163 230 53 / 0.25) !important;
}
.caret-lime-400\/30{
  caret-color: rgb(163 230 53 / 0.3) !important;
}
.caret-lime-400\/35{
  caret-color: rgb(163 230 53 / 0.35) !important;
}
.caret-lime-400\/40{
  caret-color: rgb(163 230 53 / 0.4) !important;
}
.caret-lime-400\/45{
  caret-color: rgb(163 230 53 / 0.45) !important;
}
.caret-lime-400\/5{
  caret-color: rgb(163 230 53 / 0.05) !important;
}
.caret-lime-400\/50{
  caret-color: rgb(163 230 53 / 0.5) !important;
}
.caret-lime-400\/55{
  caret-color: rgb(163 230 53 / 0.55) !important;
}
.caret-lime-400\/60{
  caret-color: rgb(163 230 53 / 0.6) !important;
}
.caret-lime-400\/65{
  caret-color: rgb(163 230 53 / 0.65) !important;
}
.caret-lime-400\/70{
  caret-color: rgb(163 230 53 / 0.7) !important;
}
.caret-lime-400\/75{
  caret-color: rgb(163 230 53 / 0.75) !important;
}
.caret-lime-400\/80{
  caret-color: rgb(163 230 53 / 0.8) !important;
}
.caret-lime-400\/85{
  caret-color: rgb(163 230 53 / 0.85) !important;
}
.caret-lime-400\/90{
  caret-color: rgb(163 230 53 / 0.9) !important;
}
.caret-lime-400\/95{
  caret-color: rgb(163 230 53 / 0.95) !important;
}
.caret-lime-600{
  caret-color: #65a30d !important;
}
.caret-lime-600\/0{
  caret-color: rgb(101 163 13 / 0) !important;
}
.caret-lime-600\/10{
  caret-color: rgb(101 163 13 / 0.1) !important;
}
.caret-lime-600\/100{
  caret-color: rgb(101 163 13 / 1) !important;
}
.caret-lime-600\/15{
  caret-color: rgb(101 163 13 / 0.15) !important;
}
.caret-lime-600\/20{
  caret-color: rgb(101 163 13 / 0.2) !important;
}
.caret-lime-600\/25{
  caret-color: rgb(101 163 13 / 0.25) !important;
}
.caret-lime-600\/30{
  caret-color: rgb(101 163 13 / 0.3) !important;
}
.caret-lime-600\/35{
  caret-color: rgb(101 163 13 / 0.35) !important;
}
.caret-lime-600\/40{
  caret-color: rgb(101 163 13 / 0.4) !important;
}
.caret-lime-600\/45{
  caret-color: rgb(101 163 13 / 0.45) !important;
}
.caret-lime-600\/5{
  caret-color: rgb(101 163 13 / 0.05) !important;
}
.caret-lime-600\/50{
  caret-color: rgb(101 163 13 / 0.5) !important;
}
.caret-lime-600\/55{
  caret-color: rgb(101 163 13 / 0.55) !important;
}
.caret-lime-600\/60{
  caret-color: rgb(101 163 13 / 0.6) !important;
}
.caret-lime-600\/65{
  caret-color: rgb(101 163 13 / 0.65) !important;
}
.caret-lime-600\/70{
  caret-color: rgb(101 163 13 / 0.7) !important;
}
.caret-lime-600\/75{
  caret-color: rgb(101 163 13 / 0.75) !important;
}
.caret-lime-600\/80{
  caret-color: rgb(101 163 13 / 0.8) !important;
}
.caret-lime-600\/85{
  caret-color: rgb(101 163 13 / 0.85) !important;
}
.caret-lime-600\/90{
  caret-color: rgb(101 163 13 / 0.9) !important;
}
.caret-lime-600\/95{
  caret-color: rgb(101 163 13 / 0.95) !important;
}
.caret-lime-800{
  caret-color: #3f6212 !important;
}
.caret-lime-800\/0{
  caret-color: rgb(63 98 18 / 0) !important;
}
.caret-lime-800\/10{
  caret-color: rgb(63 98 18 / 0.1) !important;
}
.caret-lime-800\/100{
  caret-color: rgb(63 98 18 / 1) !important;
}
.caret-lime-800\/15{
  caret-color: rgb(63 98 18 / 0.15) !important;
}
.caret-lime-800\/20{
  caret-color: rgb(63 98 18 / 0.2) !important;
}
.caret-lime-800\/25{
  caret-color: rgb(63 98 18 / 0.25) !important;
}
.caret-lime-800\/30{
  caret-color: rgb(63 98 18 / 0.3) !important;
}
.caret-lime-800\/35{
  caret-color: rgb(63 98 18 / 0.35) !important;
}
.caret-lime-800\/40{
  caret-color: rgb(63 98 18 / 0.4) !important;
}
.caret-lime-800\/45{
  caret-color: rgb(63 98 18 / 0.45) !important;
}
.caret-lime-800\/5{
  caret-color: rgb(63 98 18 / 0.05) !important;
}
.caret-lime-800\/50{
  caret-color: rgb(63 98 18 / 0.5) !important;
}
.caret-lime-800\/55{
  caret-color: rgb(63 98 18 / 0.55) !important;
}
.caret-lime-800\/60{
  caret-color: rgb(63 98 18 / 0.6) !important;
}
.caret-lime-800\/65{
  caret-color: rgb(63 98 18 / 0.65) !important;
}
.caret-lime-800\/70{
  caret-color: rgb(63 98 18 / 0.7) !important;
}
.caret-lime-800\/75{
  caret-color: rgb(63 98 18 / 0.75) !important;
}
.caret-lime-800\/80{
  caret-color: rgb(63 98 18 / 0.8) !important;
}
.caret-lime-800\/85{
  caret-color: rgb(63 98 18 / 0.85) !important;
}
.caret-lime-800\/90{
  caret-color: rgb(63 98 18 / 0.9) !important;
}
.caret-lime-800\/95{
  caret-color: rgb(63 98 18 / 0.95) !important;
}
.accent-lime-100{
  accent-color: #ecfccb !important;
}
.accent-lime-100\/0{
  accent-color: rgb(236 252 203 / 0) !important;
}
.accent-lime-100\/10{
  accent-color: rgb(236 252 203 / 0.1) !important;
}
.accent-lime-100\/100{
  accent-color: rgb(236 252 203 / 1) !important;
}
.accent-lime-100\/15{
  accent-color: rgb(236 252 203 / 0.15) !important;
}
.accent-lime-100\/20{
  accent-color: rgb(236 252 203 / 0.2) !important;
}
.accent-lime-100\/25{
  accent-color: rgb(236 252 203 / 0.25) !important;
}
.accent-lime-100\/30{
  accent-color: rgb(236 252 203 / 0.3) !important;
}
.accent-lime-100\/35{
  accent-color: rgb(236 252 203 / 0.35) !important;
}
.accent-lime-100\/40{
  accent-color: rgb(236 252 203 / 0.4) !important;
}
.accent-lime-100\/45{
  accent-color: rgb(236 252 203 / 0.45) !important;
}
.accent-lime-100\/5{
  accent-color: rgb(236 252 203 / 0.05) !important;
}
.accent-lime-100\/50{
  accent-color: rgb(236 252 203 / 0.5) !important;
}
.accent-lime-100\/55{
  accent-color: rgb(236 252 203 / 0.55) !important;
}
.accent-lime-100\/60{
  accent-color: rgb(236 252 203 / 0.6) !important;
}
.accent-lime-100\/65{
  accent-color: rgb(236 252 203 / 0.65) !important;
}
.accent-lime-100\/70{
  accent-color: rgb(236 252 203 / 0.7) !important;
}
.accent-lime-100\/75{
  accent-color: rgb(236 252 203 / 0.75) !important;
}
.accent-lime-100\/80{
  accent-color: rgb(236 252 203 / 0.8) !important;
}
.accent-lime-100\/85{
  accent-color: rgb(236 252 203 / 0.85) !important;
}
.accent-lime-100\/90{
  accent-color: rgb(236 252 203 / 0.9) !important;
}
.accent-lime-100\/95{
  accent-color: rgb(236 252 203 / 0.95) !important;
}
.accent-lime-200{
  accent-color: #d9f99d !important;
}
.accent-lime-200\/0{
  accent-color: rgb(217 249 157 / 0) !important;
}
.accent-lime-200\/10{
  accent-color: rgb(217 249 157 / 0.1) !important;
}
.accent-lime-200\/100{
  accent-color: rgb(217 249 157 / 1) !important;
}
.accent-lime-200\/15{
  accent-color: rgb(217 249 157 / 0.15) !important;
}
.accent-lime-200\/20{
  accent-color: rgb(217 249 157 / 0.2) !important;
}
.accent-lime-200\/25{
  accent-color: rgb(217 249 157 / 0.25) !important;
}
.accent-lime-200\/30{
  accent-color: rgb(217 249 157 / 0.3) !important;
}
.accent-lime-200\/35{
  accent-color: rgb(217 249 157 / 0.35) !important;
}
.accent-lime-200\/40{
  accent-color: rgb(217 249 157 / 0.4) !important;
}
.accent-lime-200\/45{
  accent-color: rgb(217 249 157 / 0.45) !important;
}
.accent-lime-200\/5{
  accent-color: rgb(217 249 157 / 0.05) !important;
}
.accent-lime-200\/50{
  accent-color: rgb(217 249 157 / 0.5) !important;
}
.accent-lime-200\/55{
  accent-color: rgb(217 249 157 / 0.55) !important;
}
.accent-lime-200\/60{
  accent-color: rgb(217 249 157 / 0.6) !important;
}
.accent-lime-200\/65{
  accent-color: rgb(217 249 157 / 0.65) !important;
}
.accent-lime-200\/70{
  accent-color: rgb(217 249 157 / 0.7) !important;
}
.accent-lime-200\/75{
  accent-color: rgb(217 249 157 / 0.75) !important;
}
.accent-lime-200\/80{
  accent-color: rgb(217 249 157 / 0.8) !important;
}
.accent-lime-200\/85{
  accent-color: rgb(217 249 157 / 0.85) !important;
}
.accent-lime-200\/90{
  accent-color: rgb(217 249 157 / 0.9) !important;
}
.accent-lime-200\/95{
  accent-color: rgb(217 249 157 / 0.95) !important;
}
.accent-lime-400{
  accent-color: #a3e635 !important;
}
.accent-lime-400\/0{
  accent-color: rgb(163 230 53 / 0) !important;
}
.accent-lime-400\/10{
  accent-color: rgb(163 230 53 / 0.1) !important;
}
.accent-lime-400\/100{
  accent-color: rgb(163 230 53 / 1) !important;
}
.accent-lime-400\/15{
  accent-color: rgb(163 230 53 / 0.15) !important;
}
.accent-lime-400\/20{
  accent-color: rgb(163 230 53 / 0.2) !important;
}
.accent-lime-400\/25{
  accent-color: rgb(163 230 53 / 0.25) !important;
}
.accent-lime-400\/30{
  accent-color: rgb(163 230 53 / 0.3) !important;
}
.accent-lime-400\/35{
  accent-color: rgb(163 230 53 / 0.35) !important;
}
.accent-lime-400\/40{
  accent-color: rgb(163 230 53 / 0.4) !important;
}
.accent-lime-400\/45{
  accent-color: rgb(163 230 53 / 0.45) !important;
}
.accent-lime-400\/5{
  accent-color: rgb(163 230 53 / 0.05) !important;
}
.accent-lime-400\/50{
  accent-color: rgb(163 230 53 / 0.5) !important;
}
.accent-lime-400\/55{
  accent-color: rgb(163 230 53 / 0.55) !important;
}
.accent-lime-400\/60{
  accent-color: rgb(163 230 53 / 0.6) !important;
}
.accent-lime-400\/65{
  accent-color: rgb(163 230 53 / 0.65) !important;
}
.accent-lime-400\/70{
  accent-color: rgb(163 230 53 / 0.7) !important;
}
.accent-lime-400\/75{
  accent-color: rgb(163 230 53 / 0.75) !important;
}
.accent-lime-400\/80{
  accent-color: rgb(163 230 53 / 0.8) !important;
}
.accent-lime-400\/85{
  accent-color: rgb(163 230 53 / 0.85) !important;
}
.accent-lime-400\/90{
  accent-color: rgb(163 230 53 / 0.9) !important;
}
.accent-lime-400\/95{
  accent-color: rgb(163 230 53 / 0.95) !important;
}
.accent-lime-600{
  accent-color: #65a30d !important;
}
.accent-lime-600\/0{
  accent-color: rgb(101 163 13 / 0) !important;
}
.accent-lime-600\/10{
  accent-color: rgb(101 163 13 / 0.1) !important;
}
.accent-lime-600\/100{
  accent-color: rgb(101 163 13 / 1) !important;
}
.accent-lime-600\/15{
  accent-color: rgb(101 163 13 / 0.15) !important;
}
.accent-lime-600\/20{
  accent-color: rgb(101 163 13 / 0.2) !important;
}
.accent-lime-600\/25{
  accent-color: rgb(101 163 13 / 0.25) !important;
}
.accent-lime-600\/30{
  accent-color: rgb(101 163 13 / 0.3) !important;
}
.accent-lime-600\/35{
  accent-color: rgb(101 163 13 / 0.35) !important;
}
.accent-lime-600\/40{
  accent-color: rgb(101 163 13 / 0.4) !important;
}
.accent-lime-600\/45{
  accent-color: rgb(101 163 13 / 0.45) !important;
}
.accent-lime-600\/5{
  accent-color: rgb(101 163 13 / 0.05) !important;
}
.accent-lime-600\/50{
  accent-color: rgb(101 163 13 / 0.5) !important;
}
.accent-lime-600\/55{
  accent-color: rgb(101 163 13 / 0.55) !important;
}
.accent-lime-600\/60{
  accent-color: rgb(101 163 13 / 0.6) !important;
}
.accent-lime-600\/65{
  accent-color: rgb(101 163 13 / 0.65) !important;
}
.accent-lime-600\/70{
  accent-color: rgb(101 163 13 / 0.7) !important;
}
.accent-lime-600\/75{
  accent-color: rgb(101 163 13 / 0.75) !important;
}
.accent-lime-600\/80{
  accent-color: rgb(101 163 13 / 0.8) !important;
}
.accent-lime-600\/85{
  accent-color: rgb(101 163 13 / 0.85) !important;
}
.accent-lime-600\/90{
  accent-color: rgb(101 163 13 / 0.9) !important;
}
.accent-lime-600\/95{
  accent-color: rgb(101 163 13 / 0.95) !important;
}
.accent-lime-800{
  accent-color: #3f6212 !important;
}
.accent-lime-800\/0{
  accent-color: rgb(63 98 18 / 0) !important;
}
.accent-lime-800\/10{
  accent-color: rgb(63 98 18 / 0.1) !important;
}
.accent-lime-800\/100{
  accent-color: rgb(63 98 18 / 1) !important;
}
.accent-lime-800\/15{
  accent-color: rgb(63 98 18 / 0.15) !important;
}
.accent-lime-800\/20{
  accent-color: rgb(63 98 18 / 0.2) !important;
}
.accent-lime-800\/25{
  accent-color: rgb(63 98 18 / 0.25) !important;
}
.accent-lime-800\/30{
  accent-color: rgb(63 98 18 / 0.3) !important;
}
.accent-lime-800\/35{
  accent-color: rgb(63 98 18 / 0.35) !important;
}
.accent-lime-800\/40{
  accent-color: rgb(63 98 18 / 0.4) !important;
}
.accent-lime-800\/45{
  accent-color: rgb(63 98 18 / 0.45) !important;
}
.accent-lime-800\/5{
  accent-color: rgb(63 98 18 / 0.05) !important;
}
.accent-lime-800\/50{
  accent-color: rgb(63 98 18 / 0.5) !important;
}
.accent-lime-800\/55{
  accent-color: rgb(63 98 18 / 0.55) !important;
}
.accent-lime-800\/60{
  accent-color: rgb(63 98 18 / 0.6) !important;
}
.accent-lime-800\/65{
  accent-color: rgb(63 98 18 / 0.65) !important;
}
.accent-lime-800\/70{
  accent-color: rgb(63 98 18 / 0.7) !important;
}
.accent-lime-800\/75{
  accent-color: rgb(63 98 18 / 0.75) !important;
}
.accent-lime-800\/80{
  accent-color: rgb(63 98 18 / 0.8) !important;
}
.accent-lime-800\/85{
  accent-color: rgb(63 98 18 / 0.85) !important;
}
.accent-lime-800\/90{
  accent-color: rgb(63 98 18 / 0.9) !important;
}
.accent-lime-800\/95{
  accent-color: rgb(63 98 18 / 0.95) !important;
}
.opacity-0{
  opacity: 0 !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !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;
  --tw-shadow-colored: 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-lime-100{
  --tw-shadow-color: #ecfccb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/0{
  --tw-shadow-color: rgb(236 252 203 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/10{
  --tw-shadow-color: rgb(236 252 203 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/100{
  --tw-shadow-color: rgb(236 252 203 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/15{
  --tw-shadow-color: rgb(236 252 203 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/20{
  --tw-shadow-color: rgb(236 252 203 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/25{
  --tw-shadow-color: rgb(236 252 203 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/30{
  --tw-shadow-color: rgb(236 252 203 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/35{
  --tw-shadow-color: rgb(236 252 203 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/40{
  --tw-shadow-color: rgb(236 252 203 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/45{
  --tw-shadow-color: rgb(236 252 203 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/5{
  --tw-shadow-color: rgb(236 252 203 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/50{
  --tw-shadow-color: rgb(236 252 203 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/55{
  --tw-shadow-color: rgb(236 252 203 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/60{
  --tw-shadow-color: rgb(236 252 203 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/65{
  --tw-shadow-color: rgb(236 252 203 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/70{
  --tw-shadow-color: rgb(236 252 203 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/75{
  --tw-shadow-color: rgb(236 252 203 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/80{
  --tw-shadow-color: rgb(236 252 203 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/85{
  --tw-shadow-color: rgb(236 252 203 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/90{
  --tw-shadow-color: rgb(236 252 203 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-100\/95{
  --tw-shadow-color: rgb(236 252 203 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200{
  --tw-shadow-color: #d9f99d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/0{
  --tw-shadow-color: rgb(217 249 157 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/10{
  --tw-shadow-color: rgb(217 249 157 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/100{
  --tw-shadow-color: rgb(217 249 157 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/15{
  --tw-shadow-color: rgb(217 249 157 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/20{
  --tw-shadow-color: rgb(217 249 157 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/25{
  --tw-shadow-color: rgb(217 249 157 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/30{
  --tw-shadow-color: rgb(217 249 157 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/35{
  --tw-shadow-color: rgb(217 249 157 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/40{
  --tw-shadow-color: rgb(217 249 157 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/45{
  --tw-shadow-color: rgb(217 249 157 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/5{
  --tw-shadow-color: rgb(217 249 157 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/50{
  --tw-shadow-color: rgb(217 249 157 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/55{
  --tw-shadow-color: rgb(217 249 157 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/60{
  --tw-shadow-color: rgb(217 249 157 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/65{
  --tw-shadow-color: rgb(217 249 157 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/70{
  --tw-shadow-color: rgb(217 249 157 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/75{
  --tw-shadow-color: rgb(217 249 157 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/80{
  --tw-shadow-color: rgb(217 249 157 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/85{
  --tw-shadow-color: rgb(217 249 157 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/90{
  --tw-shadow-color: rgb(217 249 157 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-200\/95{
  --tw-shadow-color: rgb(217 249 157 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400{
  --tw-shadow-color: #a3e635 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/0{
  --tw-shadow-color: rgb(163 230 53 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/10{
  --tw-shadow-color: rgb(163 230 53 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/100{
  --tw-shadow-color: rgb(163 230 53 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/15{
  --tw-shadow-color: rgb(163 230 53 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/20{
  --tw-shadow-color: rgb(163 230 53 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/25{
  --tw-shadow-color: rgb(163 230 53 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/30{
  --tw-shadow-color: rgb(163 230 53 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/35{
  --tw-shadow-color: rgb(163 230 53 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/40{
  --tw-shadow-color: rgb(163 230 53 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/45{
  --tw-shadow-color: rgb(163 230 53 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/5{
  --tw-shadow-color: rgb(163 230 53 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/50{
  --tw-shadow-color: rgb(163 230 53 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/55{
  --tw-shadow-color: rgb(163 230 53 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/60{
  --tw-shadow-color: rgb(163 230 53 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/65{
  --tw-shadow-color: rgb(163 230 53 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/70{
  --tw-shadow-color: rgb(163 230 53 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/75{
  --tw-shadow-color: rgb(163 230 53 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/80{
  --tw-shadow-color: rgb(163 230 53 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/85{
  --tw-shadow-color: rgb(163 230 53 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/90{
  --tw-shadow-color: rgb(163 230 53 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-400\/95{
  --tw-shadow-color: rgb(163 230 53 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600{
  --tw-shadow-color: #65a30d !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/0{
  --tw-shadow-color: rgb(101 163 13 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/10{
  --tw-shadow-color: rgb(101 163 13 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/100{
  --tw-shadow-color: rgb(101 163 13 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/15{
  --tw-shadow-color: rgb(101 163 13 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/20{
  --tw-shadow-color: rgb(101 163 13 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/25{
  --tw-shadow-color: rgb(101 163 13 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/30{
  --tw-shadow-color: rgb(101 163 13 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/35{
  --tw-shadow-color: rgb(101 163 13 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/40{
  --tw-shadow-color: rgb(101 163 13 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/45{
  --tw-shadow-color: rgb(101 163 13 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/5{
  --tw-shadow-color: rgb(101 163 13 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/50{
  --tw-shadow-color: rgb(101 163 13 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/55{
  --tw-shadow-color: rgb(101 163 13 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/60{
  --tw-shadow-color: rgb(101 163 13 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/65{
  --tw-shadow-color: rgb(101 163 13 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/70{
  --tw-shadow-color: rgb(101 163 13 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/75{
  --tw-shadow-color: rgb(101 163 13 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/80{
  --tw-shadow-color: rgb(101 163 13 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/85{
  --tw-shadow-color: rgb(101 163 13 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/90{
  --tw-shadow-color: rgb(101 163 13 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-600\/95{
  --tw-shadow-color: rgb(101 163 13 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800{
  --tw-shadow-color: #3f6212 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/0{
  --tw-shadow-color: rgb(63 98 18 / 0) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/10{
  --tw-shadow-color: rgb(63 98 18 / 0.1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/100{
  --tw-shadow-color: rgb(63 98 18 / 1) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/15{
  --tw-shadow-color: rgb(63 98 18 / 0.15) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/20{
  --tw-shadow-color: rgb(63 98 18 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/25{
  --tw-shadow-color: rgb(63 98 18 / 0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/30{
  --tw-shadow-color: rgb(63 98 18 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/35{
  --tw-shadow-color: rgb(63 98 18 / 0.35) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/40{
  --tw-shadow-color: rgb(63 98 18 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/45{
  --tw-shadow-color: rgb(63 98 18 / 0.45) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/5{
  --tw-shadow-color: rgb(63 98 18 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/50{
  --tw-shadow-color: rgb(63 98 18 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/55{
  --tw-shadow-color: rgb(63 98 18 / 0.55) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/60{
  --tw-shadow-color: rgb(63 98 18 / 0.6) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/65{
  --tw-shadow-color: rgb(63 98 18 / 0.65) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/70{
  --tw-shadow-color: rgb(63 98 18 / 0.7) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/75{
  --tw-shadow-color: rgb(63 98 18 / 0.75) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/80{
  --tw-shadow-color: rgb(63 98 18 / 0.8) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/85{
  --tw-shadow-color: rgb(63 98 18 / 0.85) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/90{
  --tw-shadow-color: rgb(63 98 18 / 0.9) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-lime-800\/95{
  --tw-shadow-color: rgb(63 98 18 / 0.95) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.outline{
  outline-style: solid !important;
}
.outline-lime-100{
  outline-color: #ecfccb !important;
}
.outline-lime-100\/0{
  outline-color: rgb(236 252 203 / 0) !important;
}
.outline-lime-100\/10{
  outline-color: rgb(236 252 203 / 0.1) !important;
}
.outline-lime-100\/100{
  outline-color: rgb(236 252 203 / 1) !important;
}
.outline-lime-100\/15{
  outline-color: rgb(236 252 203 / 0.15) !important;
}
.outline-lime-100\/20{
  outline-color: rgb(236 252 203 / 0.2) !important;
}
.outline-lime-100\/25{
  outline-color: rgb(236 252 203 / 0.25) !important;
}
.outline-lime-100\/30{
  outline-color: rgb(236 252 203 / 0.3) !important;
}
.outline-lime-100\/35{
  outline-color: rgb(236 252 203 / 0.35) !important;
}
.outline-lime-100\/40{
  outline-color: rgb(236 252 203 / 0.4) !important;
}
.outline-lime-100\/45{
  outline-color: rgb(236 252 203 / 0.45) !important;
}
.outline-lime-100\/5{
  outline-color: rgb(236 252 203 / 0.05) !important;
}
.outline-lime-100\/50{
  outline-color: rgb(236 252 203 / 0.5) !important;
}
.outline-lime-100\/55{
  outline-color: rgb(236 252 203 / 0.55) !important;
}
.outline-lime-100\/60{
  outline-color: rgb(236 252 203 / 0.6) !important;
}
.outline-lime-100\/65{
  outline-color: rgb(236 252 203 / 0.65) !important;
}
.outline-lime-100\/70{
  outline-color: rgb(236 252 203 / 0.7) !important;
}
.outline-lime-100\/75{
  outline-color: rgb(236 252 203 / 0.75) !important;
}
.outline-lime-100\/80{
  outline-color: rgb(236 252 203 / 0.8) !important;
}
.outline-lime-100\/85{
  outline-color: rgb(236 252 203 / 0.85) !important;
}
.outline-lime-100\/90{
  outline-color: rgb(236 252 203 / 0.9) !important;
}
.outline-lime-100\/95{
  outline-color: rgb(236 252 203 / 0.95) !important;
}
.outline-lime-200{
  outline-color: #d9f99d !important;
}
.outline-lime-200\/0{
  outline-color: rgb(217 249 157 / 0) !important;
}
.outline-lime-200\/10{
  outline-color: rgb(217 249 157 / 0.1) !important;
}
.outline-lime-200\/100{
  outline-color: rgb(217 249 157 / 1) !important;
}
.outline-lime-200\/15{
  outline-color: rgb(217 249 157 / 0.15) !important;
}
.outline-lime-200\/20{
  outline-color: rgb(217 249 157 / 0.2) !important;
}
.outline-lime-200\/25{
  outline-color: rgb(217 249 157 / 0.25) !important;
}
.outline-lime-200\/30{
  outline-color: rgb(217 249 157 / 0.3) !important;
}
.outline-lime-200\/35{
  outline-color: rgb(217 249 157 / 0.35) !important;
}
.outline-lime-200\/40{
  outline-color: rgb(217 249 157 / 0.4) !important;
}
.outline-lime-200\/45{
  outline-color: rgb(217 249 157 / 0.45) !important;
}
.outline-lime-200\/5{
  outline-color: rgb(217 249 157 / 0.05) !important;
}
.outline-lime-200\/50{
  outline-color: rgb(217 249 157 / 0.5) !important;
}
.outline-lime-200\/55{
  outline-color: rgb(217 249 157 / 0.55) !important;
}
.outline-lime-200\/60{
  outline-color: rgb(217 249 157 / 0.6) !important;
}
.outline-lime-200\/65{
  outline-color: rgb(217 249 157 / 0.65) !important;
}
.outline-lime-200\/70{
  outline-color: rgb(217 249 157 / 0.7) !important;
}
.outline-lime-200\/75{
  outline-color: rgb(217 249 157 / 0.75) !important;
}
.outline-lime-200\/80{
  outline-color: rgb(217 249 157 / 0.8) !important;
}
.outline-lime-200\/85{
  outline-color: rgb(217 249 157 / 0.85) !important;
}
.outline-lime-200\/90{
  outline-color: rgb(217 249 157 / 0.9) !important;
}
.outline-lime-200\/95{
  outline-color: rgb(217 249 157 / 0.95) !important;
}
.outline-lime-400{
  outline-color: #a3e635 !important;
}
.outline-lime-400\/0{
  outline-color: rgb(163 230 53 / 0) !important;
}
.outline-lime-400\/10{
  outline-color: rgb(163 230 53 / 0.1) !important;
}
.outline-lime-400\/100{
  outline-color: rgb(163 230 53 / 1) !important;
}
.outline-lime-400\/15{
  outline-color: rgb(163 230 53 / 0.15) !important;
}
.outline-lime-400\/20{
  outline-color: rgb(163 230 53 / 0.2) !important;
}
.outline-lime-400\/25{
  outline-color: rgb(163 230 53 / 0.25) !important;
}
.outline-lime-400\/30{
  outline-color: rgb(163 230 53 / 0.3) !important;
}
.outline-lime-400\/35{
  outline-color: rgb(163 230 53 / 0.35) !important;
}
.outline-lime-400\/40{
  outline-color: rgb(163 230 53 / 0.4) !important;
}
.outline-lime-400\/45{
  outline-color: rgb(163 230 53 / 0.45) !important;
}
.outline-lime-400\/5{
  outline-color: rgb(163 230 53 / 0.05) !important;
}
.outline-lime-400\/50{
  outline-color: rgb(163 230 53 / 0.5) !important;
}
.outline-lime-400\/55{
  outline-color: rgb(163 230 53 / 0.55) !important;
}
.outline-lime-400\/60{
  outline-color: rgb(163 230 53 / 0.6) !important;
}
.outline-lime-400\/65{
  outline-color: rgb(163 230 53 / 0.65) !important;
}
.outline-lime-400\/70{
  outline-color: rgb(163 230 53 / 0.7) !important;
}
.outline-lime-400\/75{
  outline-color: rgb(163 230 53 / 0.75) !important;
}
.outline-lime-400\/80{
  outline-color: rgb(163 230 53 / 0.8) !important;
}
.outline-lime-400\/85{
  outline-color: rgb(163 230 53 / 0.85) !important;
}
.outline-lime-400\/90{
  outline-color: rgb(163 230 53 / 0.9) !important;
}
.outline-lime-400\/95{
  outline-color: rgb(163 230 53 / 0.95) !important;
}
.outline-lime-600{
  outline-color: #65a30d !important;
}
.outline-lime-600\/0{
  outline-color: rgb(101 163 13 / 0) !important;
}
.outline-lime-600\/10{
  outline-color: rgb(101 163 13 / 0.1) !important;
}
.outline-lime-600\/100{
  outline-color: rgb(101 163 13 / 1) !important;
}
.outline-lime-600\/15{
  outline-color: rgb(101 163 13 / 0.15) !important;
}
.outline-lime-600\/20{
  outline-color: rgb(101 163 13 / 0.2) !important;
}
.outline-lime-600\/25{
  outline-color: rgb(101 163 13 / 0.25) !important;
}
.outline-lime-600\/30{
  outline-color: rgb(101 163 13 / 0.3) !important;
}
.outline-lime-600\/35{
  outline-color: rgb(101 163 13 / 0.35) !important;
}
.outline-lime-600\/40{
  outline-color: rgb(101 163 13 / 0.4) !important;
}
.outline-lime-600\/45{
  outline-color: rgb(101 163 13 / 0.45) !important;
}
.outline-lime-600\/5{
  outline-color: rgb(101 163 13 / 0.05) !important;
}
.outline-lime-600\/50{
  outline-color: rgb(101 163 13 / 0.5) !important;
}
.outline-lime-600\/55{
  outline-color: rgb(101 163 13 / 0.55) !important;
}
.outline-lime-600\/60{
  outline-color: rgb(101 163 13 / 0.6) !important;
}
.outline-lime-600\/65{
  outline-color: rgb(101 163 13 / 0.65) !important;
}
.outline-lime-600\/70{
  outline-color: rgb(101 163 13 / 0.7) !important;
}
.outline-lime-600\/75{
  outline-color: rgb(101 163 13 / 0.75) !important;
}
.outline-lime-600\/80{
  outline-color: rgb(101 163 13 / 0.8) !important;
}
.outline-lime-600\/85{
  outline-color: rgb(101 163 13 / 0.85) !important;
}
.outline-lime-600\/90{
  outline-color: rgb(101 163 13 / 0.9) !important;
}
.outline-lime-600\/95{
  outline-color: rgb(101 163 13 / 0.95) !important;
}
.outline-lime-800{
  outline-color: #3f6212 !important;
}
.outline-lime-800\/0{
  outline-color: rgb(63 98 18 / 0) !important;
}
.outline-lime-800\/10{
  outline-color: rgb(63 98 18 / 0.1) !important;
}
.outline-lime-800\/100{
  outline-color: rgb(63 98 18 / 1) !important;
}
.outline-lime-800\/15{
  outline-color: rgb(63 98 18 / 0.15) !important;
}
.outline-lime-800\/20{
  outline-color: rgb(63 98 18 / 0.2) !important;
}
.outline-lime-800\/25{
  outline-color: rgb(63 98 18 / 0.25) !important;
}
.outline-lime-800\/30{
  outline-color: rgb(63 98 18 / 0.3) !important;
}
.outline-lime-800\/35{
  outline-color: rgb(63 98 18 / 0.35) !important;
}
.outline-lime-800\/40{
  outline-color: rgb(63 98 18 / 0.4) !important;
}
.outline-lime-800\/45{
  outline-color: rgb(63 98 18 / 0.45) !important;
}
.outline-lime-800\/5{
  outline-color: rgb(63 98 18 / 0.05) !important;
}
.outline-lime-800\/50{
  outline-color: rgb(63 98 18 / 0.5) !important;
}
.outline-lime-800\/55{
  outline-color: rgb(63 98 18 / 0.55) !important;
}
.outline-lime-800\/60{
  outline-color: rgb(63 98 18 / 0.6) !important;
}
.outline-lime-800\/65{
  outline-color: rgb(63 98 18 / 0.65) !important;
}
.outline-lime-800\/70{
  outline-color: rgb(63 98 18 / 0.7) !important;
}
.outline-lime-800\/75{
  outline-color: rgb(63 98 18 / 0.75) !important;
}
.outline-lime-800\/80{
  outline-color: rgb(63 98 18 / 0.8) !important;
}
.outline-lime-800\/85{
  outline-color: rgb(63 98 18 / 0.85) !important;
}
.outline-lime-800\/90{
  outline-color: rgb(63 98 18 / 0.9) !important;
}
.outline-lime-800\/95{
  outline-color: rgb(63 98 18 / 0.95) !important;
}
.outline-primary{
  outline-color: #9d8060 !important;
}
.ring-lime-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1)) !important;
}
.ring-lime-100\/0{
  --tw-ring-color: rgb(236 252 203 / 0) !important;
}
.ring-lime-100\/10{
  --tw-ring-color: rgb(236 252 203 / 0.1) !important;
}
.ring-lime-100\/100{
  --tw-ring-color: rgb(236 252 203 / 1) !important;
}
.ring-lime-100\/15{
  --tw-ring-color: rgb(236 252 203 / 0.15) !important;
}
.ring-lime-100\/20{
  --tw-ring-color: rgb(236 252 203 / 0.2) !important;
}
.ring-lime-100\/25{
  --tw-ring-color: rgb(236 252 203 / 0.25) !important;
}
.ring-lime-100\/30{
  --tw-ring-color: rgb(236 252 203 / 0.3) !important;
}
.ring-lime-100\/35{
  --tw-ring-color: rgb(236 252 203 / 0.35) !important;
}
.ring-lime-100\/40{
  --tw-ring-color: rgb(236 252 203 / 0.4) !important;
}
.ring-lime-100\/45{
  --tw-ring-color: rgb(236 252 203 / 0.45) !important;
}
.ring-lime-100\/5{
  --tw-ring-color: rgb(236 252 203 / 0.05) !important;
}
.ring-lime-100\/50{
  --tw-ring-color: rgb(236 252 203 / 0.5) !important;
}
.ring-lime-100\/55{
  --tw-ring-color: rgb(236 252 203 / 0.55) !important;
}
.ring-lime-100\/60{
  --tw-ring-color: rgb(236 252 203 / 0.6) !important;
}
.ring-lime-100\/65{
  --tw-ring-color: rgb(236 252 203 / 0.65) !important;
}
.ring-lime-100\/70{
  --tw-ring-color: rgb(236 252 203 / 0.7) !important;
}
.ring-lime-100\/75{
  --tw-ring-color: rgb(236 252 203 / 0.75) !important;
}
.ring-lime-100\/80{
  --tw-ring-color: rgb(236 252 203 / 0.8) !important;
}
.ring-lime-100\/85{
  --tw-ring-color: rgb(236 252 203 / 0.85) !important;
}
.ring-lime-100\/90{
  --tw-ring-color: rgb(236 252 203 / 0.9) !important;
}
.ring-lime-100\/95{
  --tw-ring-color: rgb(236 252 203 / 0.95) !important;
}
.ring-lime-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1)) !important;
}
.ring-lime-200\/0{
  --tw-ring-color: rgb(217 249 157 / 0) !important;
}
.ring-lime-200\/10{
  --tw-ring-color: rgb(217 249 157 / 0.1) !important;
}
.ring-lime-200\/100{
  --tw-ring-color: rgb(217 249 157 / 1) !important;
}
.ring-lime-200\/15{
  --tw-ring-color: rgb(217 249 157 / 0.15) !important;
}
.ring-lime-200\/20{
  --tw-ring-color: rgb(217 249 157 / 0.2) !important;
}
.ring-lime-200\/25{
  --tw-ring-color: rgb(217 249 157 / 0.25) !important;
}
.ring-lime-200\/30{
  --tw-ring-color: rgb(217 249 157 / 0.3) !important;
}
.ring-lime-200\/35{
  --tw-ring-color: rgb(217 249 157 / 0.35) !important;
}
.ring-lime-200\/40{
  --tw-ring-color: rgb(217 249 157 / 0.4) !important;
}
.ring-lime-200\/45{
  --tw-ring-color: rgb(217 249 157 / 0.45) !important;
}
.ring-lime-200\/5{
  --tw-ring-color: rgb(217 249 157 / 0.05) !important;
}
.ring-lime-200\/50{
  --tw-ring-color: rgb(217 249 157 / 0.5) !important;
}
.ring-lime-200\/55{
  --tw-ring-color: rgb(217 249 157 / 0.55) !important;
}
.ring-lime-200\/60{
  --tw-ring-color: rgb(217 249 157 / 0.6) !important;
}
.ring-lime-200\/65{
  --tw-ring-color: rgb(217 249 157 / 0.65) !important;
}
.ring-lime-200\/70{
  --tw-ring-color: rgb(217 249 157 / 0.7) !important;
}
.ring-lime-200\/75{
  --tw-ring-color: rgb(217 249 157 / 0.75) !important;
}
.ring-lime-200\/80{
  --tw-ring-color: rgb(217 249 157 / 0.8) !important;
}
.ring-lime-200\/85{
  --tw-ring-color: rgb(217 249 157 / 0.85) !important;
}
.ring-lime-200\/90{
  --tw-ring-color: rgb(217 249 157 / 0.9) !important;
}
.ring-lime-200\/95{
  --tw-ring-color: rgb(217 249 157 / 0.95) !important;
}
.ring-lime-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1)) !important;
}
.ring-lime-400\/0{
  --tw-ring-color: rgb(163 230 53 / 0) !important;
}
.ring-lime-400\/10{
  --tw-ring-color: rgb(163 230 53 / 0.1) !important;
}
.ring-lime-400\/100{
  --tw-ring-color: rgb(163 230 53 / 1) !important;
}
.ring-lime-400\/15{
  --tw-ring-color: rgb(163 230 53 / 0.15) !important;
}
.ring-lime-400\/20{
  --tw-ring-color: rgb(163 230 53 / 0.2) !important;
}
.ring-lime-400\/25{
  --tw-ring-color: rgb(163 230 53 / 0.25) !important;
}
.ring-lime-400\/30{
  --tw-ring-color: rgb(163 230 53 / 0.3) !important;
}
.ring-lime-400\/35{
  --tw-ring-color: rgb(163 230 53 / 0.35) !important;
}
.ring-lime-400\/40{
  --tw-ring-color: rgb(163 230 53 / 0.4) !important;
}
.ring-lime-400\/45{
  --tw-ring-color: rgb(163 230 53 / 0.45) !important;
}
.ring-lime-400\/5{
  --tw-ring-color: rgb(163 230 53 / 0.05) !important;
}
.ring-lime-400\/50{
  --tw-ring-color: rgb(163 230 53 / 0.5) !important;
}
.ring-lime-400\/55{
  --tw-ring-color: rgb(163 230 53 / 0.55) !important;
}
.ring-lime-400\/60{
  --tw-ring-color: rgb(163 230 53 / 0.6) !important;
}
.ring-lime-400\/65{
  --tw-ring-color: rgb(163 230 53 / 0.65) !important;
}
.ring-lime-400\/70{
  --tw-ring-color: rgb(163 230 53 / 0.7) !important;
}
.ring-lime-400\/75{
  --tw-ring-color: rgb(163 230 53 / 0.75) !important;
}
.ring-lime-400\/80{
  --tw-ring-color: rgb(163 230 53 / 0.8) !important;
}
.ring-lime-400\/85{
  --tw-ring-color: rgb(163 230 53 / 0.85) !important;
}
.ring-lime-400\/90{
  --tw-ring-color: rgb(163 230 53 / 0.9) !important;
}
.ring-lime-400\/95{
  --tw-ring-color: rgb(163 230 53 / 0.95) !important;
}
.ring-lime-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1)) !important;
}
.ring-lime-600\/0{
  --tw-ring-color: rgb(101 163 13 / 0) !important;
}
.ring-lime-600\/10{
  --tw-ring-color: rgb(101 163 13 / 0.1) !important;
}
.ring-lime-600\/100{
  --tw-ring-color: rgb(101 163 13 / 1) !important;
}
.ring-lime-600\/15{
  --tw-ring-color: rgb(101 163 13 / 0.15) !important;
}
.ring-lime-600\/20{
  --tw-ring-color: rgb(101 163 13 / 0.2) !important;
}
.ring-lime-600\/25{
  --tw-ring-color: rgb(101 163 13 / 0.25) !important;
}
.ring-lime-600\/30{
  --tw-ring-color: rgb(101 163 13 / 0.3) !important;
}
.ring-lime-600\/35{
  --tw-ring-color: rgb(101 163 13 / 0.35) !important;
}
.ring-lime-600\/40{
  --tw-ring-color: rgb(101 163 13 / 0.4) !important;
}
.ring-lime-600\/45{
  --tw-ring-color: rgb(101 163 13 / 0.45) !important;
}
.ring-lime-600\/5{
  --tw-ring-color: rgb(101 163 13 / 0.05) !important;
}
.ring-lime-600\/50{
  --tw-ring-color: rgb(101 163 13 / 0.5) !important;
}
.ring-lime-600\/55{
  --tw-ring-color: rgb(101 163 13 / 0.55) !important;
}
.ring-lime-600\/60{
  --tw-ring-color: rgb(101 163 13 / 0.6) !important;
}
.ring-lime-600\/65{
  --tw-ring-color: rgb(101 163 13 / 0.65) !important;
}
.ring-lime-600\/70{
  --tw-ring-color: rgb(101 163 13 / 0.7) !important;
}
.ring-lime-600\/75{
  --tw-ring-color: rgb(101 163 13 / 0.75) !important;
}
.ring-lime-600\/80{
  --tw-ring-color: rgb(101 163 13 / 0.8) !important;
}
.ring-lime-600\/85{
  --tw-ring-color: rgb(101 163 13 / 0.85) !important;
}
.ring-lime-600\/90{
  --tw-ring-color: rgb(101 163 13 / 0.9) !important;
}
.ring-lime-600\/95{
  --tw-ring-color: rgb(101 163 13 / 0.95) !important;
}
.ring-lime-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1)) !important;
}
.ring-lime-800\/0{
  --tw-ring-color: rgb(63 98 18 / 0) !important;
}
.ring-lime-800\/10{
  --tw-ring-color: rgb(63 98 18 / 0.1) !important;
}
.ring-lime-800\/100{
  --tw-ring-color: rgb(63 98 18 / 1) !important;
}
.ring-lime-800\/15{
  --tw-ring-color: rgb(63 98 18 / 0.15) !important;
}
.ring-lime-800\/20{
  --tw-ring-color: rgb(63 98 18 / 0.2) !important;
}
.ring-lime-800\/25{
  --tw-ring-color: rgb(63 98 18 / 0.25) !important;
}
.ring-lime-800\/30{
  --tw-ring-color: rgb(63 98 18 / 0.3) !important;
}
.ring-lime-800\/35{
  --tw-ring-color: rgb(63 98 18 / 0.35) !important;
}
.ring-lime-800\/40{
  --tw-ring-color: rgb(63 98 18 / 0.4) !important;
}
.ring-lime-800\/45{
  --tw-ring-color: rgb(63 98 18 / 0.45) !important;
}
.ring-lime-800\/5{
  --tw-ring-color: rgb(63 98 18 / 0.05) !important;
}
.ring-lime-800\/50{
  --tw-ring-color: rgb(63 98 18 / 0.5) !important;
}
.ring-lime-800\/55{
  --tw-ring-color: rgb(63 98 18 / 0.55) !important;
}
.ring-lime-800\/60{
  --tw-ring-color: rgb(63 98 18 / 0.6) !important;
}
.ring-lime-800\/65{
  --tw-ring-color: rgb(63 98 18 / 0.65) !important;
}
.ring-lime-800\/70{
  --tw-ring-color: rgb(63 98 18 / 0.7) !important;
}
.ring-lime-800\/75{
  --tw-ring-color: rgb(63 98 18 / 0.75) !important;
}
.ring-lime-800\/80{
  --tw-ring-color: rgb(63 98 18 / 0.8) !important;
}
.ring-lime-800\/85{
  --tw-ring-color: rgb(63 98 18 / 0.85) !important;
}
.ring-lime-800\/90{
  --tw-ring-color: rgb(63 98 18 / 0.9) !important;
}
.ring-lime-800\/95{
  --tw-ring-color: rgb(63 98 18 / 0.95) !important;
}
.ring-offset-lime-100{
  --tw-ring-offset-color: #ecfccb !important;
}
.ring-offset-lime-100\/0{
  --tw-ring-offset-color: rgb(236 252 203 / 0) !important;
}
.ring-offset-lime-100\/10{
  --tw-ring-offset-color: rgb(236 252 203 / 0.1) !important;
}
.ring-offset-lime-100\/100{
  --tw-ring-offset-color: rgb(236 252 203 / 1) !important;
}
.ring-offset-lime-100\/15{
  --tw-ring-offset-color: rgb(236 252 203 / 0.15) !important;
}
.ring-offset-lime-100\/20{
  --tw-ring-offset-color: rgb(236 252 203 / 0.2) !important;
}
.ring-offset-lime-100\/25{
  --tw-ring-offset-color: rgb(236 252 203 / 0.25) !important;
}
.ring-offset-lime-100\/30{
  --tw-ring-offset-color: rgb(236 252 203 / 0.3) !important;
}
.ring-offset-lime-100\/35{
  --tw-ring-offset-color: rgb(236 252 203 / 0.35) !important;
}
.ring-offset-lime-100\/40{
  --tw-ring-offset-color: rgb(236 252 203 / 0.4) !important;
}
.ring-offset-lime-100\/45{
  --tw-ring-offset-color: rgb(236 252 203 / 0.45) !important;
}
.ring-offset-lime-100\/5{
  --tw-ring-offset-color: rgb(236 252 203 / 0.05) !important;
}
.ring-offset-lime-100\/50{
  --tw-ring-offset-color: rgb(236 252 203 / 0.5) !important;
}
.ring-offset-lime-100\/55{
  --tw-ring-offset-color: rgb(236 252 203 / 0.55) !important;
}
.ring-offset-lime-100\/60{
  --tw-ring-offset-color: rgb(236 252 203 / 0.6) !important;
}
.ring-offset-lime-100\/65{
  --tw-ring-offset-color: rgb(236 252 203 / 0.65) !important;
}
.ring-offset-lime-100\/70{
  --tw-ring-offset-color: rgb(236 252 203 / 0.7) !important;
}
.ring-offset-lime-100\/75{
  --tw-ring-offset-color: rgb(236 252 203 / 0.75) !important;
}
.ring-offset-lime-100\/80{
  --tw-ring-offset-color: rgb(236 252 203 / 0.8) !important;
}
.ring-offset-lime-100\/85{
  --tw-ring-offset-color: rgb(236 252 203 / 0.85) !important;
}
.ring-offset-lime-100\/90{
  --tw-ring-offset-color: rgb(236 252 203 / 0.9) !important;
}
.ring-offset-lime-100\/95{
  --tw-ring-offset-color: rgb(236 252 203 / 0.95) !important;
}
.ring-offset-lime-200{
  --tw-ring-offset-color: #d9f99d !important;
}
.ring-offset-lime-200\/0{
  --tw-ring-offset-color: rgb(217 249 157 / 0) !important;
}
.ring-offset-lime-200\/10{
  --tw-ring-offset-color: rgb(217 249 157 / 0.1) !important;
}
.ring-offset-lime-200\/100{
  --tw-ring-offset-color: rgb(217 249 157 / 1) !important;
}
.ring-offset-lime-200\/15{
  --tw-ring-offset-color: rgb(217 249 157 / 0.15) !important;
}
.ring-offset-lime-200\/20{
  --tw-ring-offset-color: rgb(217 249 157 / 0.2) !important;
}
.ring-offset-lime-200\/25{
  --tw-ring-offset-color: rgb(217 249 157 / 0.25) !important;
}
.ring-offset-lime-200\/30{
  --tw-ring-offset-color: rgb(217 249 157 / 0.3) !important;
}
.ring-offset-lime-200\/35{
  --tw-ring-offset-color: rgb(217 249 157 / 0.35) !important;
}
.ring-offset-lime-200\/40{
  --tw-ring-offset-color: rgb(217 249 157 / 0.4) !important;
}
.ring-offset-lime-200\/45{
  --tw-ring-offset-color: rgb(217 249 157 / 0.45) !important;
}
.ring-offset-lime-200\/5{
  --tw-ring-offset-color: rgb(217 249 157 / 0.05) !important;
}
.ring-offset-lime-200\/50{
  --tw-ring-offset-color: rgb(217 249 157 / 0.5) !important;
}
.ring-offset-lime-200\/55{
  --tw-ring-offset-color: rgb(217 249 157 / 0.55) !important;
}
.ring-offset-lime-200\/60{
  --tw-ring-offset-color: rgb(217 249 157 / 0.6) !important;
}
.ring-offset-lime-200\/65{
  --tw-ring-offset-color: rgb(217 249 157 / 0.65) !important;
}
.ring-offset-lime-200\/70{
  --tw-ring-offset-color: rgb(217 249 157 / 0.7) !important;
}
.ring-offset-lime-200\/75{
  --tw-ring-offset-color: rgb(217 249 157 / 0.75) !important;
}
.ring-offset-lime-200\/80{
  --tw-ring-offset-color: rgb(217 249 157 / 0.8) !important;
}
.ring-offset-lime-200\/85{
  --tw-ring-offset-color: rgb(217 249 157 / 0.85) !important;
}
.ring-offset-lime-200\/90{
  --tw-ring-offset-color: rgb(217 249 157 / 0.9) !important;
}
.ring-offset-lime-200\/95{
  --tw-ring-offset-color: rgb(217 249 157 / 0.95) !important;
}
.ring-offset-lime-400{
  --tw-ring-offset-color: #a3e635 !important;
}
.ring-offset-lime-400\/0{
  --tw-ring-offset-color: rgb(163 230 53 / 0) !important;
}
.ring-offset-lime-400\/10{
  --tw-ring-offset-color: rgb(163 230 53 / 0.1) !important;
}
.ring-offset-lime-400\/100{
  --tw-ring-offset-color: rgb(163 230 53 / 1) !important;
}
.ring-offset-lime-400\/15{
  --tw-ring-offset-color: rgb(163 230 53 / 0.15) !important;
}
.ring-offset-lime-400\/20{
  --tw-ring-offset-color: rgb(163 230 53 / 0.2) !important;
}
.ring-offset-lime-400\/25{
  --tw-ring-offset-color: rgb(163 230 53 / 0.25) !important;
}
.ring-offset-lime-400\/30{
  --tw-ring-offset-color: rgb(163 230 53 / 0.3) !important;
}
.ring-offset-lime-400\/35{
  --tw-ring-offset-color: rgb(163 230 53 / 0.35) !important;
}
.ring-offset-lime-400\/40{
  --tw-ring-offset-color: rgb(163 230 53 / 0.4) !important;
}
.ring-offset-lime-400\/45{
  --tw-ring-offset-color: rgb(163 230 53 / 0.45) !important;
}
.ring-offset-lime-400\/5{
  --tw-ring-offset-color: rgb(163 230 53 / 0.05) !important;
}
.ring-offset-lime-400\/50{
  --tw-ring-offset-color: rgb(163 230 53 / 0.5) !important;
}
.ring-offset-lime-400\/55{
  --tw-ring-offset-color: rgb(163 230 53 / 0.55) !important;
}
.ring-offset-lime-400\/60{
  --tw-ring-offset-color: rgb(163 230 53 / 0.6) !important;
}
.ring-offset-lime-400\/65{
  --tw-ring-offset-color: rgb(163 230 53 / 0.65) !important;
}
.ring-offset-lime-400\/70{
  --tw-ring-offset-color: rgb(163 230 53 / 0.7) !important;
}
.ring-offset-lime-400\/75{
  --tw-ring-offset-color: rgb(163 230 53 / 0.75) !important;
}
.ring-offset-lime-400\/80{
  --tw-ring-offset-color: rgb(163 230 53 / 0.8) !important;
}
.ring-offset-lime-400\/85{
  --tw-ring-offset-color: rgb(163 230 53 / 0.85) !important;
}
.ring-offset-lime-400\/90{
  --tw-ring-offset-color: rgb(163 230 53 / 0.9) !important;
}
.ring-offset-lime-400\/95{
  --tw-ring-offset-color: rgb(163 230 53 / 0.95) !important;
}
.ring-offset-lime-600{
  --tw-ring-offset-color: #65a30d !important;
}
.ring-offset-lime-600\/0{
  --tw-ring-offset-color: rgb(101 163 13 / 0) !important;
}
.ring-offset-lime-600\/10{
  --tw-ring-offset-color: rgb(101 163 13 / 0.1) !important;
}
.ring-offset-lime-600\/100{
  --tw-ring-offset-color: rgb(101 163 13 / 1) !important;
}
.ring-offset-lime-600\/15{
  --tw-ring-offset-color: rgb(101 163 13 / 0.15) !important;
}
.ring-offset-lime-600\/20{
  --tw-ring-offset-color: rgb(101 163 13 / 0.2) !important;
}
.ring-offset-lime-600\/25{
  --tw-ring-offset-color: rgb(101 163 13 / 0.25) !important;
}
.ring-offset-lime-600\/30{
  --tw-ring-offset-color: rgb(101 163 13 / 0.3) !important;
}
.ring-offset-lime-600\/35{
  --tw-ring-offset-color: rgb(101 163 13 / 0.35) !important;
}
.ring-offset-lime-600\/40{
  --tw-ring-offset-color: rgb(101 163 13 / 0.4) !important;
}
.ring-offset-lime-600\/45{
  --tw-ring-offset-color: rgb(101 163 13 / 0.45) !important;
}
.ring-offset-lime-600\/5{
  --tw-ring-offset-color: rgb(101 163 13 / 0.05) !important;
}
.ring-offset-lime-600\/50{
  --tw-ring-offset-color: rgb(101 163 13 / 0.5) !important;
}
.ring-offset-lime-600\/55{
  --tw-ring-offset-color: rgb(101 163 13 / 0.55) !important;
}
.ring-offset-lime-600\/60{
  --tw-ring-offset-color: rgb(101 163 13 / 0.6) !important;
}
.ring-offset-lime-600\/65{
  --tw-ring-offset-color: rgb(101 163 13 / 0.65) !important;
}
.ring-offset-lime-600\/70{
  --tw-ring-offset-color: rgb(101 163 13 / 0.7) !important;
}
.ring-offset-lime-600\/75{
  --tw-ring-offset-color: rgb(101 163 13 / 0.75) !important;
}
.ring-offset-lime-600\/80{
  --tw-ring-offset-color: rgb(101 163 13 / 0.8) !important;
}
.ring-offset-lime-600\/85{
  --tw-ring-offset-color: rgb(101 163 13 / 0.85) !important;
}
.ring-offset-lime-600\/90{
  --tw-ring-offset-color: rgb(101 163 13 / 0.9) !important;
}
.ring-offset-lime-600\/95{
  --tw-ring-offset-color: rgb(101 163 13 / 0.95) !important;
}
.ring-offset-lime-800{
  --tw-ring-offset-color: #3f6212 !important;
}
.ring-offset-lime-800\/0{
  --tw-ring-offset-color: rgb(63 98 18 / 0) !important;
}
.ring-offset-lime-800\/10{
  --tw-ring-offset-color: rgb(63 98 18 / 0.1) !important;
}
.ring-offset-lime-800\/100{
  --tw-ring-offset-color: rgb(63 98 18 / 1) !important;
}
.ring-offset-lime-800\/15{
  --tw-ring-offset-color: rgb(63 98 18 / 0.15) !important;
}
.ring-offset-lime-800\/20{
  --tw-ring-offset-color: rgb(63 98 18 / 0.2) !important;
}
.ring-offset-lime-800\/25{
  --tw-ring-offset-color: rgb(63 98 18 / 0.25) !important;
}
.ring-offset-lime-800\/30{
  --tw-ring-offset-color: rgb(63 98 18 / 0.3) !important;
}
.ring-offset-lime-800\/35{
  --tw-ring-offset-color: rgb(63 98 18 / 0.35) !important;
}
.ring-offset-lime-800\/40{
  --tw-ring-offset-color: rgb(63 98 18 / 0.4) !important;
}
.ring-offset-lime-800\/45{
  --tw-ring-offset-color: rgb(63 98 18 / 0.45) !important;
}
.ring-offset-lime-800\/5{
  --tw-ring-offset-color: rgb(63 98 18 / 0.05) !important;
}
.ring-offset-lime-800\/50{
  --tw-ring-offset-color: rgb(63 98 18 / 0.5) !important;
}
.ring-offset-lime-800\/55{
  --tw-ring-offset-color: rgb(63 98 18 / 0.55) !important;
}
.ring-offset-lime-800\/60{
  --tw-ring-offset-color: rgb(63 98 18 / 0.6) !important;
}
.ring-offset-lime-800\/65{
  --tw-ring-offset-color: rgb(63 98 18 / 0.65) !important;
}
.ring-offset-lime-800\/70{
  --tw-ring-offset-color: rgb(63 98 18 / 0.7) !important;
}
.ring-offset-lime-800\/75{
  --tw-ring-offset-color: rgb(63 98 18 / 0.75) !important;
}
.ring-offset-lime-800\/80{
  --tw-ring-offset-color: rgb(63 98 18 / 0.8) !important;
}
.ring-offset-lime-800\/85{
  --tw-ring-offset-color: rgb(63 98 18 / 0.85) !important;
}
.ring-offset-lime-800\/90{
  --tw-ring-offset-color: rgb(63 98 18 / 0.9) !important;
}
.ring-offset-lime-800\/95{
  --tw-ring-offset-color: rgb(63 98 18 / 0.95) !important;
}
.blur{
  --tw-blur: blur(8px) !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{
  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;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-300{
  transition-duration: 300ms !important;
}
/* For use in src/lib/core/theming/_palette.scss */
.april-icon.langauge {
  background-image: url('language.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  background-size: cover;
}

.duetone{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.duetone i{
  font-size: 18px;
  line-height: 28px;
}

.app-svg-icon,
.app-inline-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: inherit;
  fill: none;
  flex-shrink: 0;
  vertical-align: middle;
}

.app-svg-icon svg,
.app-inline-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
}

.mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper{
  border-width: 1px;
  border-color: #FFFFFF1A;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper:where(.dark, .dark *){
  border-color: #FFFFFF1A;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-floating-label.mdc-floating-label--float-above {
  top: 28px !important;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled{
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(52 75 97 / 0.3);
  background-color: rgb(52 75 97 / 0.05);
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.5);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled:where(.dark, .dark *)::placeholder{
  color: rgb(255 255 255 / 0.8);
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field.filter-field .mat-mdc-text-field-wrapper{
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mat-mdc-form-field.filter-field .mat-mdc-text-field-wrapper .mat-mdc-floating-label.mdc-floating-label--float-above {
  top: 34px !important;
}
.mat-mdc-form-field.filter-field .mat-mdc-text-field-wrapper.mdc-text-field--filled{
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: #fff !important;
  border-radius: 12px !important;
}
.mat-mdc-form-field.filter-field .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}

app-scans-report .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper{
  display: none;
}

.filter-wrapper .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper{
  display: none;
}

app-paginator .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper{
  display: none;
}
app-paginator .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix{
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
}

mat-form-field input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.mat-mdc-card.mdc-card{
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mat-mdc-card.mdc-card:where(.dark, .dark *){
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / 0.7);
}
.mat-mdc-card.mdc-card h2{
  margin-bottom: 0px;
  font-weight: 700;
}
.mat-mdc-card.mdc-card .card-title{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mat-mdc-card.mdc-card .card-title h2{
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.mat-mdc-card.mdc-card .card-title .actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.mat-mdc-card.mdc-card .card-title .actions a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.mat-mdc-card.mdc-card .mat-mdc-card-header-text{
  width: 100%;
}
.mat-mdc-card.mdc-card .mat-mdc-card-header-text .mat-mdc-card-title{
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.mat-mdc-card.mdc-card .mat-mdc-card-header-text .mat-mdc-card-title h2{
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.mat-mdc-card.mdc-card .mat-mdc-card-header-text .mat-mdc-card-title .actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.mat-mdc-card.mdc-card .mat-mdc-card-header-text .mat-mdc-card-title .actions a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.mat-mdc-menu-panel .mat-mdc-menu-content{
  padding-top: 0px;
  padding-bottom: 0px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  border-bottom: 1px solid transparent;
  border-bottom-width: 1px;
  border-bottom-color: rgb(52 75 97 / 0.05);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:last-child{
  border-bottom-width: 0px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:where(.dark, .dark *){
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item span{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1;
}

.mat-mdc-tab-group .mat-mdc-tab-label-container{
  border-bottom-width: 1px;
  border-color: rgb(52 75 97 / 0.2);
}

.mat-mdc-tab-group .mat-mdc-tab-label-container:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.5);
}

.mat-mdc-tab-body{
  margin-top: 1rem;
  border-radius: 0.75rem;
}

.no-card.mat-mdc-tab-body{
  margin-top: 1rem;
  border-radius: 0.75rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.no-card.mat-mdc-tab-body:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 21 / var(--tw-bg-opacity, 1));
}

app-new-scan .mat-mdc-tab-group .mat-mdc-tab-label-container{
  border-radius: 55px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 18px;
  padding-right: 18px;
}

app-new-scan .mat-mdc-tab-group .mat-mdc-tab-label-container:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}

[dir=rtl] .mat-form-field {
  text-align: start;
  direction: rtl;
}

.mat-mdc-tooltip {
  white-space: pre-line;
}

.mdc-dialog__container .mat-mdc-dialog-surface .mdc-dialog__surface{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.mdc-dialog__container .mat-mdc-dialog-surface .mdc-dialog__surface:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}

.mat-drawer.mat-drawer-end {
  border-radius: 12px !important;
}
.mat-drawer.mat-drawer-end mat-toolbar{
  border-bottom-width: 1px;
  border-color: rgb(52 75 97 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mat-drawer.mat-drawer-end mat-toolbar:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.mat-drawer.mat-drawer-end mat-toolbar mat-toolbar-row{
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 25px;
  padding-right: 25px;
}
.mat-drawer.mat-drawer-end mat-toolbar mat-toolbar-row h2{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.mat-drawer.mat-drawer-end mat-toolbar mat-toolbar-row button{
  display: grid;
  height: 1.5rem;
  width: 1.5rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.mat-drawer.mat-drawer-end mat-toolbar mat-toolbar-row button:where(.dark, .dark *){
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.mat-drawer-inner-container{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.mat-drawer-inner-container:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.mat-drawer-inner-container mat-card{
  border-radius: 0px;
  border-style: none;
}

.mat-datepicker-content {
  background-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
}

.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-button__label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-button__label:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}

.mat-horizontal-stepper-header {
  pointer-events: none !important;
}

.april-icon-button{
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.april-icon-button:hover{
  --tw-brightness: brightness(.75);
  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);
}
.april-icon-button i {
  height: 1.3rem;
  width: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.april-icon-button.disabled{
  pointer-events: none;
  cursor: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.april-icon-button.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.april-icon-button.primary:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1));
}
.april-icon-button.orange:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1));
}
.april-icon-button.red:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.navy{
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(42 43 231 / var(--tw-text-opacity, 1));
}
.april-icon-button.navy:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(228 244 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.cyan:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.rosebrown{
  --tw-bg-opacity: 1;
  background-color: rgb(244 238 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(165 113 137 / var(--tw-text-opacity, 1));
}
.april-icon-button.rosebrown:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.green{
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}
.april-icon-button.green:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.purple:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-icon-button.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1));
}
.april-icon-button.yellow:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.april-loading-button{
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.april-loading-button:hover{
  --tw-brightness: brightness(.75);
  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);
}
.april-loading-button i {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.april-loading-button .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: white;
}
.april-loading-button.disabled{
  pointer-events: none;
  cursor: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.april-loading-button.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.april-loading-button.primary:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1));
}
.april-loading-button.orange:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1));
}
.april-loading-button.red:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.navy{
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(42 43 231 / var(--tw-text-opacity, 1));
}
.april-loading-button.navy:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(228 244 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.cyan:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.rosebrown{
  --tw-bg-opacity: 1;
  background-color: rgb(244 238 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(165 113 137 / var(--tw-text-opacity, 1));
}
.april-loading-button.rosebrown:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.green{
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}
.april-loading-button.green:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.purple:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.april-loading-button.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1));
}
.april-loading-button.yellow:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mat-mdc-icon-button i[class*=april-icon] {
  transform: translateY(-2px);
  display: inline-block;
  background-size: 24px;
}

a{
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}

.tdra-icon-button{
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tdra-icon-button:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tdra-icon-button:disabled{
  pointer-events: none;
  opacity: 0.5;
}
.tdra-icon-button--primary{
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--primary:hover{
  background-color: rgb(157 128 96 / 0.9);
}
.tdra-icon-button--secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(52 75 97 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--secondary:hover{
  background-color: rgb(52 75 97 / 0.8);
}
.tdra-icon-button--orange{
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--orange:hover{
  background-color: rgb(250 126 34 / 0.8);
}
.tdra-icon-button--navy{
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--navy:hover{
  background-color: rgb(42 43 231 / 0.8);
}
.tdra-icon-button--cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--cyan:hover{
  background-color: rgb(29 167 255 / 0.8);
}
.tdra-icon-button--green{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--green:hover{
  background-color: rgb(51 208 130 / 0.8);
}
.tdra-icon-button--purple{
  --tw-bg-opacity: 1;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--purple:hover{
  background-color: rgb(161 117 255 / 0.8);
}
.tdra-icon-button--yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--yellow:hover{
  background-color: rgb(245 181 68 / 0.8);
}
.tdra-icon-button--red{
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--red:hover{
  background-color: rgb(250 34 86 / 0.8);
}
.tdra-icon-button--rosebrown{
  --tw-bg-opacity: 1;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--rosebrown:hover{
  background-color: rgb(165 113 137 / 0.8);
}
.tdra-icon-button--outline{
  border-width: 1px;
  border-color: rgb(52 75 97 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--outline:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--outline-primary{
  background-color: rgb(157 128 96 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--outline-primary:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--outline-primary-2{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.tdra-icon-button--default-size{
  min-width: 159px;
  border-radius: 0.5rem;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tdra-icon-button--sm{
  height: 2.75rem;
  min-width: 132px;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 24px;
}
.tdra-icon-button--md{
  min-width: 150px;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 33px;
  padding-right: 33px;
}
.tdra-icon-button--lg{
  min-width: 187px;
  border-radius: 0.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.tdra-loading-button{
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 18px;
  line-height: 28px;
}

.tdra-loading-button:hover{
  --tw-brightness: brightness(.75);
  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);
}
.tdra-loading-button i {
  height: 1.125rem;
  width: 1.125rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.tdra-loading-button.disabled{
  pointer-events: none;
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.orange:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.red:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.navy{
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(42 43 231 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.navy:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(228 244 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.cyan:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.rosebrown{
  --tw-bg-opacity: 1;
  background-color: rgb(244 238 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(165 113 137 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.rosebrown:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.green{
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.green:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.purple:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1));
}
.tdra-loading-button.yellow:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.april-list .mdc-list-item{
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.april-list .mdc-list-item.header-item{
  margin-bottom: 0px;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.april-list .mdc-list-item.header-item .mat-mdc-list-item-unscoped-content{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.april-list .mdc-list-item.separated{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  overflow: visible;
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content .main{
  white-space: normal;
  overflow-wrap: break-word;
  font-weight: 600;
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content .desc{
  white-space: normal;
  overflow-wrap: break-word;
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content .actions{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content .actions .icon-wrapper{
  position: relative;
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content .actions .icon-wrapper .indicator{
  position: absolute;
  right: 0px;
  top: -3px;
  height: 0.5rem;
  width: 0.5rem;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.april-list .mdc-list-item .mat-mdc-list-item-unscoped-content .actions .icon-wrapper .indicator.circle{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
}

.april-list-header-item{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 18px;
  line-height: 28px;
}
.april-list-header-item div{
  cursor: pointer;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.april-list-header-item div:hover{
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.april-list-header-item div span{
  position: relative;
}
.april-list-header-item div span i{
  position: absolute;
  right: -2rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  font-size: 20px;
  line-height: 28px;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.april-list-header-item div span i:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: -2rem;
}

.april-list{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 28px;
}
.april-list .item{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.april-list .item.new{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.april-list .item.darken-rounded{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.april-list .item.darken-rounded:first-child{
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.april-list .item.darken-rounded:last-child{
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.april-list .item.darken-rounded:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.april-list .item.updated div{
  text-decoration-line: underline;
}
.april-list .item.deleted div{
  text-decoration-line: line-through;
}
.april-list .item.header-item{
  margin-bottom: 0px;
  height: 73px;
  align-items: center;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.april-list .item.header-item:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.april-list .item.header-item .april-icon-button{
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}
.april-list .item.milestone{
  margin-bottom: 0px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.april-list .item.separated{
  border-bottom-width: 1px;
  border-color: rgb(52 75 97 / 0.2);
}
.april-list .item.separated:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.3);
}
.april-list .item.separated:last-child{
  border-width: 0px;
}
.april-list .item .main{
  position: relative;
  white-space: normal;
  overflow-wrap: break-word;
  font-weight: 600;
}
.april-list .item .main .indicator{
  position: absolute;
  right: -6px;
  top: -3px;
  height: 0.5rem;
  width: 0.5rem;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.april-list .item .main .indicator.circle{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.april-list .item .desc{
  white-space: normal;
  overflow-wrap: break-word;
}
.april-list .item .file-type{
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('doc.svg');
}
.april-list .item .file-type.jpg {
  background-image: url('jpg.svg');
}
.april-list .item .file-type.pdf {
  background-image: url('_-images-file-types-pdf.svg');
}
.april-list .item .file-type.ppt {
  background-image: url('ppt.svg');
}
.april-list .item .file-type.xls {
  background-image: url('xls.svg');
}
.april-list .item .file-type.doc {
  background-image: url('doc.svg');
}
.april-list .item .file-type .indicator{
  position: absolute;
  right: 0px;
  top: -3px;
  height: 0.5rem;
  width: 0.5rem;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.april-list .item .file-type .indicator.circle{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.april-list .item .actions{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.april-list .item .actions .icon-wrapper{
  position: relative;
}
.april-list .item .actions .icon-wrapper .indicator{
  position: absolute;
  right: 0px;
  top: -3px;
  height: 0.5rem;
  width: 0.5rem;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.april-list .item .actions .icon-wrapper .indicator.circle{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
}
.april-list .item .actions .icon-wrapper .indicator.plus{
  top: -7px;
  right: -4px;
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}

.config-form{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.config-form .form-row{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.config-form .form-row h3{
  margin-bottom: 0px;
  width: 50%;
  font-weight: 600;
}
.config-form .form-row .mat-mdc-slide-toggle{
  width: 50%;
}
.config-form .form-row .mat-mdc-slide-toggle .mdc-label{
  font-weight: 600;
}
.config-form .form-row .mat-mdc-form-field{
  width: 50%;
}
.config-form .form-row .mat-mdc-form-field .mat-mdc-form-field-bottom-align {
  display: none;
}

.mat-mdc-progress-bar.green .mdc-linear-progress__bar-inner{
  --tw-border-opacity: 1;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1));
}
.mat-mdc-progress-bar.green .mdc-linear-progress__buffer-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(222 250 236 / var(--tw-bg-opacity, 1));
}
.mat-mdc-progress-bar.orange .mdc-linear-progress__bar-inner{
  --tw-border-opacity: 1;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1));
}
.mat-mdc-progress-bar.orange .mdc-linear-progress__buffer-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 213 / var(--tw-bg-opacity, 1));
}
.mat-mdc-progress-bar.yellow .mdc-linear-progress__bar-inner{
  --tw-border-opacity: 1;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1));
}
.mat-mdc-progress-bar.yellow .mdc-linear-progress__buffer-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(252 236 201 / var(--tw-bg-opacity, 1));
}
.mat-mdc-progress-bar.red .mdc-linear-progress__bar-inner{
  --tw-border-opacity: 1;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1));
}
.mat-mdc-progress-bar.red .mdc-linear-progress__buffer-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1));
}
.mat-mdc-progress-bar.primary .mdc-linear-progress__bar-inner{
  --tw-border-opacity: 1;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1));
}
.mat-mdc-progress-bar.primary .mdc-linear-progress__buffer-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(232 228 217 / var(--tw-bg-opacity, 1));
}

.mat-accordion.april-accordion .mat-expansion-panel{
  border-radius: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mat-accordion.april-accordion .mat-expansion-panel .mat-expansion-panel-header{
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mat-accordion.april-accordion .mat-expansion-panel .mat-expansion-panel-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.mat-accordion.april-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  padding: 4px;
}
.mat-accordion.april-accordion .mat-expansion-panel .mat-expansion-panel-header.mat-expanded{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.mat-accordion.april-accordion .mat-expansion-panel .mat-expansion-panel-body{
  min-height: 100px;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.mat-accordion.april-accordion .mat-expansion-panel .mat-content.mat-content-hide-toggle{
  margin: 0px;
}
.mat-accordion.april-accordion .mat-expansion-panel:first-of-type{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.mat-accordion.april-accordion .mat-expansion-panel:last-of-type{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.april-list .activity-accordion .mat-expansion-panel .mat-expansion-panel-header{
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}
.april-list .activity-accordion .mat-expansion-panel .mat-expansion-panel-body{
  padding: 0px;
}
.april-list .activity-accordion .mat-expansion-panel .mat-content.mat-content-hide-toggle{
  margin: 0px;
}
.april-list .activity-accordion .mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background-color: unset !important;
}

.mat-mdc-slider.mat-green .mdc-slider__thumb .mdc-slider__thumb-knob{
  --tw-border-opacity: 1;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-green .mdc-slider__thumb:hover .mdc-slider__thumb-knob{
  --tw-border-opacity: 1;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-green .mdc-slider__track--active_fill{
  --tw-border-opacity: 1;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-green .mdc-slider__track--inactive{
  --tw-border-opacity: 1;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-orange .mdc-slider__thumb .mdc-slider__thumb-knob{
  --tw-border-opacity: 1;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-orange .mdc-slider__thumb:hover .mdc-slider__thumb-knob{
  --tw-border-opacity: 1;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-orange .mdc-slider__track--active_fill{
  --tw-border-opacity: 1;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-orange .mdc-slider__track--inactive{
  --tw-border-opacity: 1;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-red .mdc-slider__thumb .mdc-slider__thumb-knob{
  --tw-border-opacity: 1;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-red .mdc-slider__thumb:hover .mdc-slider__thumb-knob{
  --tw-border-opacity: 1;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-red .mdc-slider__track--active_fill{
  --tw-border-opacity: 1;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slider.mat-red .mdc-slider__track--inactive{
  --tw-border-opacity: 1;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
}

.inline-editing-input{
  position: relative;
  height: 3rem;
  width: 100%;
}
.inline-editing-input input{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 240 245 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.inline-editing-input input.editing{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1));
}
.inline-editing-input .icons{
  position: absolute;
  top: 0px;
  left: 1.25rem;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.inline-editing-form{
  position: relative;
  display: flex;
  height: 3rem;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.inline-editing-form input{
  height: 100%;
  width: 40%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 240 245 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.inline-editing-form input.editing{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1));
}
.inline-editing-form .mat-mdc-form-field{
  width: 40%;
}
.inline-editing-form .mat-mdc-form-field.editing .mat-mdc-text-field-wrapper.mdc-text-field--filled{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1));
}
.inline-editing-form .icons{
  position: absolute;
  top: 0px;
  left: 1.25rem;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

body {
  font-family: "Roboto", sans-serif !important;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
body .mat-accordion,
body .mat-expansion-panel,
body .mat-expansion-panel:not([class*=mat-elevation-z]){
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body .mat-accordion .mat-expansion-panel-header,
body .mat-expansion-panel .mat-expansion-panel-header,
body .mat-expansion-panel:not([class*=mat-elevation-z]) .mat-expansion-panel-header{
  border-width: 1px;
  border-color: #FFFFFF1A;
}
body .mat-accordion .mat-expansion-panel-header:where(.dark, .dark *),
body .mat-expansion-panel .mat-expansion-panel-header:where(.dark, .dark *),
body .mat-expansion-panel:not([class*=mat-elevation-z]) .mat-expansion-panel-header:where(.dark, .dark *){
  border-color: #FFFFFF1A;
}
body .mat-accordion .mat-expansion-panel-header.mat-expanded,
body .mat-expansion-panel .mat-expansion-panel-header.mat-expanded,
body .mat-expansion-panel:not([class*=mat-elevation-z]) .mat-expansion-panel-header.mat-expanded{
  border-bottom-width: 0px;
}
body .mat-accordion .mat-expansion-panel-body,
body .mat-expansion-panel .mat-expansion-panel-body,
body .mat-expansion-panel:not([class*=mat-elevation-z]) .mat-expansion-panel-body{
  border-width: 1px;
  border-top-width: 0px;
  border-color: #FFFFFF1A;
}
body .mat-accordion .mat-expansion-panel-body:where(.dark, .dark *),
body .mat-expansion-panel .mat-expansion-panel-body:where(.dark, .dark *),
body .mat-expansion-panel:not([class*=mat-elevation-z]) .mat-expansion-panel-body:where(.dark, .dark *){
  border-color: #FFFFFF1A;
}
body .mat-mdc-dialog-surface,
body .mat-mdc-menu-panel,
body .mat-mdc-select-panel,
body .mat-calendar{
  margin-top: 0.625rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}
body .mat-mdc-tab{
  min-width: 145px;
  font-size: 16px;
  line-height: 24px;
}
body .mat-mdc-tab .mdc-tab__text-label{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
body .mat-mdc-tab .mdc-tab__text-label:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.7);
}
body .mat-mdc-tab.mdc-tab--active{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 500ms;
}
body .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{
  font-weight: 500;
}
body app-new-scan .mat-mdc-tab .mdc-tab__text-label{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
body app-new-scan .mat-mdc-tab .mdc-tab__text-label:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body app-new-scan .mat-mdc-tab.mdc-tab--active{
  border-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 500ms;
}
body app-new-scan .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body app-new-scan .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label, body app-new-scan .mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body app-new-scan .mat-mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content{
  height: 52px;
  border-radius: 26px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
}
body app-new-scan .mat-mdc-tab:not(.mdc-tab--stacked){
  height: 52px;
}
body .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body {
  --mat-option-selected-state-label-text-color: #9d8060;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

body .mat-accent {
  --mat-option-selected-state-label-text-color: #a57189;
}
body .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}
body {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

body .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9d8060;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9d8060;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #a57189;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #a57189;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #a57189;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #a57189;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
body .mat-app-background, body.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-elevation-z0, body .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z1, body .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z2, body .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z3, body .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z4, body .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z5, body .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z6, body .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z7, body .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z8, body .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z9, body .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z10, body .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z11, body .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z12, body .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z13, body .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z14, body .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z15, body .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z16, body .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z17, body .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z18, body .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z19, body .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z20, body .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z21, body .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z22, body .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z23, body .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z24, body .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

body {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}

body .mat-mdc-card {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
body .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9d8060;
  --mdc-linear-progress-track-color: rgba(157, 128, 96, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(157, 128, 96, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(157, 128, 96, 0.25));
}
@media (forced-colors: active) {
  body .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(157, 128, 96, 0.25)'/%3E%3C/svg%3E");
  }
}
body .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(157, 128, 96, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(157, 128, 96, 0.25));
}
body .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a57189;
  --mdc-linear-progress-track-color: rgba(165, 113, 137, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(165, 113, 137, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(165, 113, 137, 0.25));
}
@media (forced-colors: active) {
  body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(165, 113, 137, 0.25)'/%3E%3C/svg%3E");
  }
}
body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(165, 113, 137, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(165, 113, 137, 0.25));
}
body .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
body .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
body {
  --mdc-filled-text-field-caret-color: #9d8060;
  --mdc-filled-text-field-focus-active-indicator-color: #9d8060;
  --mdc-filled-text-field-focus-label-text-color: rgba(157, 128, 96, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #9d8060;
  --mdc-outlined-text-field-focus-outline-color: #9d8060;
  --mdc-outlined-text-field-focus-label-text-color: rgba(157, 128, 96, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

body .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
body .mat-mdc-form-field-subscript-wrapper,
body .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}
body .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
body .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
body .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
body .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(157, 128, 96, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(165, 113, 137, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a57189;
  --mdc-filled-text-field-focus-active-indicator-color: #a57189;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 113, 137, 0.87);
  --mdc-outlined-text-field-caret-color: #a57189;
  --mdc-outlined-text-field-focus-outline-color: #a57189;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 113, 137, 0.87);
}
body .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
body [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
body .mat-mdc-form-field-infix {
  min-height: 56px;
}
body .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
body .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
body .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
body .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body {
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(157, 128, 96, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(165, 113, 137, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

body {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-background-color: white;
}

body .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
body .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
body .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, body .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #9d8060;
  --mdc-chip-elevated-disabled-container-color: #9d8060;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
body .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, body .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a57189;
  --mdc-chip-elevated-disabled-container-color: #a57189;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
body .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, body .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
body .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #957858;
  --mdc-switch-selected-handle-color: #957858;
  --mdc-switch-selected-hover-state-layer-color: #957858;
  --mdc-switch-selected-pressed-state-layer-color: #957858;
  --mdc-switch-selected-focus-handle-color: #6f5033;
  --mdc-switch-selected-hover-handle-color: #6f5033;
  --mdc-switch-selected-pressed-handle-color: #6f5033;
  --mdc-switch-selected-focus-track-color: #baa690;
  --mdc-switch-selected-hover-track-color: #baa690;
  --mdc-switch-selected-pressed-track-color: #baa690;
  --mdc-switch-selected-track-color: #baa690;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
}
body .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d6981;
  --mdc-switch-selected-handle-color: #9d6981;
  --mdc-switch-selected-hover-state-layer-color: #9d6981;
  --mdc-switch-selected-pressed-state-layer-color: #9d6981;
  --mdc-switch-selected-focus-handle-color: #794259;
  --mdc-switch-selected-hover-handle-color: #794259;
  --mdc-switch-selected-pressed-handle-color: #794259;
  --mdc-switch-selected-focus-track-color: #c09cac;
  --mdc-switch-selected-hover-track-color: #c09cac;
  --mdc-switch-selected-pressed-track-color: #c09cac;
  --mdc-switch-selected-track-color: #c09cac;
}
body .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400;
}
body .mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
body .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9d8060;
  --mdc-radio-selected-hover-icon-color: #9d8060;
  --mdc-radio-selected-icon-color: #9d8060;
  --mdc-radio-selected-pressed-icon-color: #9d8060;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #9d8060;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #a57189;
  --mdc-radio-selected-hover-icon-color: #a57189;
  --mdc-radio-selected-icon-color: #a57189;
  --mdc-radio-selected-pressed-icon-color: #a57189;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #a57189;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}
body .mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
body .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #9d8060;
  --mdc-slider-focus-handle-color: #9d8060;
  --mdc-slider-hover-handle-color: #9d8060;
  --mdc-slider-active-track-color: #9d8060;
  --mdc-slider-inactive-track-color: #9d8060;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #9d8060;
  --mat-mdc-slider-ripple-color: #9d8060;
  --mat-mdc-slider-hover-ripple-color: rgba(157, 128, 96, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(157, 128, 96, 0.2);
}
body .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #a57189;
  --mdc-slider-focus-handle-color: #a57189;
  --mdc-slider-hover-handle-color: #a57189;
  --mdc-slider-active-track-color: #a57189;
  --mdc-slider-inactive-track-color: #a57189;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #a57189;
  --mat-mdc-slider-ripple-color: #a57189;
  --mat-mdc-slider-hover-ripple-color: rgba(165, 113, 137, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(165, 113, 137, 0.2);
}
body .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
body .mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
body {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

body .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
body .mdc-list-item__start,
body .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9d8060;
  --mdc-radio-selected-hover-icon-color: #9d8060;
  --mdc-radio-selected-icon-color: #9d8060;
  --mdc-radio-selected-pressed-icon-color: #9d8060;
}
body .mat-accent .mdc-list-item__start,
body .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #a57189;
  --mdc-radio-selected-hover-icon-color: #a57189;
  --mdc-radio-selected-icon-color: #a57189;
  --mdc-radio-selected-pressed-icon-color: #a57189;
}
body .mat-warn .mdc-list-item__start,
body .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9d8060;
  --mdc-checkbox-selected-hover-icon-color: #9d8060;
  --mdc-checkbox-selected-icon-color: #9d8060;
  --mdc-checkbox-selected-pressed-icon-color: #9d8060;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9d8060;
  --mdc-checkbox-selected-hover-state-layer-color: #9d8060;
  --mdc-checkbox-selected-pressed-state-layer-color: #9d8060;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #a57189;
  --mdc-checkbox-selected-hover-icon-color: #a57189;
  --mdc-checkbox-selected-icon-color: #a57189;
  --mdc-checkbox-selected-pressed-icon-color: #a57189;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #a57189;
  --mdc-checkbox-selected-hover-state-layer-color: #a57189;
  --mdc-checkbox-selected-pressed-state-layer-color: #a57189;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9d8060;
}
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9d8060;
}
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
body .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, body .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, body .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, body .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, body .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body .mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
body .mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.009375em;
}
body {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
}

body .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
body {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

body .mat-mdc-tab-group, body .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9d8060;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #9d8060;
  --mat-tab-header-active-ripple-color: #9d8060;
  --mat-tab-header-inactive-ripple-color: #9d8060;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9d8060;
  --mat-tab-header-active-hover-label-text-color: #9d8060;
  --mat-tab-header-active-focus-indicator-color: #9d8060;
  --mat-tab-header-active-hover-indicator-color: #9d8060;
}
body .mat-mdc-tab-group.mat-accent, body .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a57189;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #a57189;
  --mat-tab-header-active-ripple-color: #a57189;
  --mat-tab-header-inactive-ripple-color: #a57189;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #a57189;
  --mat-tab-header-active-hover-label-text-color: #a57189;
  --mat-tab-header-active-focus-indicator-color: #a57189;
  --mat-tab-header-active-hover-indicator-color: #a57189;
}
body .mat-mdc-tab-group.mat-warn, body .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body .mat-mdc-tab-group.mat-background-primary, body .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9d8060;
  --mat-tab-header-with-background-foreground-color: black;
}
body .mat-mdc-tab-group.mat-background-accent, body .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a57189;
  --mat-tab-header-with-background-foreground-color: black;
}
body .mat-mdc-tab-group.mat-background-warn, body .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
body {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #a57189;
  --mdc-checkbox-selected-hover-icon-color: #a57189;
  --mdc-checkbox-selected-icon-color: #a57189;
  --mdc-checkbox-selected-pressed-icon-color: #a57189;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #a57189;
  --mdc-checkbox-selected-hover-state-layer-color: #a57189;
  --mdc-checkbox-selected-pressed-state-layer-color: #a57189;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

body .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9d8060;
  --mdc-checkbox-selected-hover-icon-color: #9d8060;
  --mdc-checkbox-selected-icon-color: #9d8060;
  --mdc-checkbox-selected-pressed-icon-color: #9d8060;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9d8060;
  --mdc-checkbox-selected-hover-state-layer-color: #9d8060;
  --mdc-checkbox-selected-pressed-state-layer-color: #9d8060;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
body {
  --mdc-checkbox-state-layer-size: 40px;
}

body .mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
body .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9d8060;
}
body .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a57189;
}
body .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
body .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
body .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9d8060;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a57189;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
body .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9d8060;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a57189;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
body .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
body .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9d8060;
}
body .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a57189;
}
body .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
body .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-button, body .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-button.mat-primary, body .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9d8060;
  --mat-mdc-button-ripple-color: rgba(157, 128, 96, 0.1);
}
body .mat-mdc-button.mat-accent, body .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #a57189;
  --mat-mdc-button-ripple-color: rgba(165, 113, 137, 0.1);
}
body .mat-mdc-button.mat-warn, body .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body .mat-mdc-raised-button, body .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-raised-button.mat-primary, body .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button.mat-accent, body .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button.mat-warn, body .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-button.mat-mdc-button-base,
body .mat-mdc-raised-button.mat-mdc-button-base,
body .mat-mdc-unelevated-button.mat-mdc-button-base,
body .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
body .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
body .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
body .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
body .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9d8060;
  --mat-mdc-button-persistent-ripple-color: #9d8060;
  --mat-mdc-button-ripple-color: rgba(157, 128, 96, 0.1);
}
body .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #a57189;
  --mat-mdc-button-persistent-ripple-color: #a57189;
  --mat-mdc-button-ripple-color: rgba(165, 113, 137, 0.1);
}
body .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body .mat-mdc-fab,
body .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
body .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
body .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
body .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
body .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-fab.mat-primary,
body .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-accent,
body .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-warn,
body .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab[disabled][disabled],
body .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-fab.mat-unthemed,
body .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
body .mat-mdc-fab.mat-primary,
body .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9d8060;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-accent,
body .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #a57189;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-warn,
body .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body .mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body .mat-mdc-extended-fab {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}
body .mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #a57189;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
body .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #9d8060;
}
body .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #a57189;
}
body .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body .mat-badge {
  position: relative;
}
body .mat-badge.mat-badge {
  overflow: visible;
}
body .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active body .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body .mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}
body .mat-badge-hidden .mat-badge-content {
  display: none;
}
body .ng-animate-disabled .mat-badge-content,
body .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body .mat-badge-content.mat-badge-active {
  transform: none;
}
body .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
body .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
body .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body {
  --mat-badge-background-color: #9d8060;
  --mat-badge-text-color: black;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

body .mat-badge-accent {
  --mat-badge-background-color: #a57189;
  --mat-badge-text-color: black;
}
body .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #9d8060;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(157, 128, 96, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(157, 128, 96, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(157, 128, 96, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9d8060;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(157, 128, 96, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

body .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a57189;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 113, 137, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 113, 137, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 113, 137, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 113, 137, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a57189;
}
body .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
body {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-icon-color: inherit;
}

body .mat-icon.mat-primary {
  --mat-icon-color: #9d8060;
}
body .mat-icon.mat-accent {
  --mat-icon-color: #a57189;
}
body .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #9d8060;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #9d8060;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #9d8060;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a57189;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a57189;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a57189;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
body .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

body {
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

body .mat-sort-header-arrow {
  color: #757575;
}
body {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

body .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9d8060;
  --mat-toolbar-container-text-color: black;
}
body .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a57189;
  --mat-toolbar-container-text-color: black;
}
body .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}

body .mat-tree {
  background: white;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-tree-node {
  min-height: 48px;
}
body .mat-tree {
  font-family: "Roboto", sans-serif;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

body.dark-theme {
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
body.dark-theme .mat-accordion,
body.dark-theme .mat-expansion-panel,
body.dark-theme .mat-expansion-panel:not([class*=mat-elevation-z]){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body.dark-theme .mat-mdc-dialog-surface,
body.dark-theme .mat-mdc-menu-panel,
body.dark-theme .mat-mdc-select-panel,
body.dark-theme .mat-calendar{
  margin-top: 0.625rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
body.dark-theme .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme {
  --mat-option-selected-state-label-text-color: #9d8060;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}

body.dark-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #a57189;
}
body.dark-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}
body.dark-theme {
  --mat-optgroup-label-text-color: white;
}

body.dark-theme .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
body.dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9d8060;
}
body.dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9d8060;
}
body.dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #a57189;
}
body.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #a57189;
}
body.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #a57189;
}
body.dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #a57189;
}
body.dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
body.dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
body.dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
body.dark-theme .mat-app-background, body.dark-theme.mat-app-background {
  background-color: #303030;
  color: white;
}
body.dark-theme .mat-elevation-z0, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z1, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z2, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z3, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z4, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z5, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z6, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z7, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z8, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z9, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z10, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z11, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z12, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z13, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z14, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z15, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z16, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z17, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z18, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z19, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z20, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z21, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z22, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z23, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z24, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

body.dark-theme {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}

body.dark-theme .mat-mdc-card {
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
body.dark-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9d8060;
  --mdc-linear-progress-track-color: rgba(157, 128, 96, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(157, 128, 96, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(157, 128, 96, 0.25));
}
@media (forced-colors: active) {
  body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(157, 128, 96, 0.25)'/%3E%3C/svg%3E");
  }
}
body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(157, 128, 96, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(157, 128, 96, 0.25));
}
body.dark-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a57189;
  --mdc-linear-progress-track-color: rgba(165, 113, 137, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(165, 113, 137, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(165, 113, 137, 0.25));
}
@media (forced-colors: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(165, 113, 137, 0.25)'/%3E%3C/svg%3E");
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(165, 113, 137, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(165, 113, 137, 0.25));
}
body.dark-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
body.dark-theme .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
body.dark-theme {
  --mdc-filled-text-field-caret-color: #9d8060;
  --mdc-filled-text-field-focus-active-indicator-color: #9d8060;
  --mdc-filled-text-field-focus-label-text-color: rgba(157, 128, 96, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #9d8060;
  --mdc-outlined-text-field-focus-outline-color: #9d8060;
  --mdc-outlined-text-field-focus-label-text-color: rgba(157, 128, 96, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
}

body.dark-theme .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
body.dark-theme .mat-mdc-form-field-subscript-wrapper,
body.dark-theme .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}
body.dark-theme .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
body.dark-theme .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
body.dark-theme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
body.dark-theme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(157, 128, 96, 0.87);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(165, 113, 137, 0.87);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a57189;
  --mdc-filled-text-field-focus-active-indicator-color: #a57189;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 113, 137, 0.87);
  --mdc-outlined-text-field-caret-color: #a57189;
  --mdc-outlined-text-field-focus-outline-color: #a57189;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 113, 137, 0.87);
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.dark-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
body.dark-theme [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
body.dark-theme .mat-mdc-form-field-infix {
  min-height: 56px;
}
body.dark-theme .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
body.dark-theme .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
body.dark-theme .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body.dark-theme .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
body.dark-theme .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body.dark-theme {
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(157, 128, 96, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(165, 113, 137, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

body.dark-theme {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-background-color: #424242;
}

body.dark-theme .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
body.dark-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #9d8060;
  --mdc-chip-elevated-disabled-container-color: #9d8060;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a57189;
  --mdc-chip-elevated-disabled-container-color: #a57189;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.dark-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.dark-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
body.dark-theme .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #baa690;
  --mdc-switch-selected-handle-color: #baa690;
  --mdc-switch-selected-hover-state-layer-color: #baa690;
  --mdc-switch-selected-pressed-state-layer-color: #baa690;
  --mdc-switch-selected-focus-handle-color: #cec0b0;
  --mdc-switch-selected-hover-handle-color: #cec0b0;
  --mdc-switch-selected-pressed-handle-color: #cec0b0;
  --mdc-switch-selected-focus-track-color: #957858;
  --mdc-switch-selected-hover-track-color: #957858;
  --mdc-switch-selected-pressed-track-color: #957858;
  --mdc-switch-selected-track-color: #957858;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
}
body.dark-theme .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body.dark-theme .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #c09cac;
  --mdc-switch-selected-handle-color: #c09cac;
  --mdc-switch-selected-hover-state-layer-color: #c09cac;
  --mdc-switch-selected-pressed-state-layer-color: #c09cac;
  --mdc-switch-selected-focus-handle-color: #d2b8c4;
  --mdc-switch-selected-hover-handle-color: #d2b8c4;
  --mdc-switch-selected-pressed-handle-color: #d2b8c4;
  --mdc-switch-selected-focus-track-color: #9d6981;
  --mdc-switch-selected-hover-track-color: #9d6981;
  --mdc-switch-selected-pressed-track-color: #9d6981;
  --mdc-switch-selected-track-color: #9d6981;
}
body.dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
body.dark-theme .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400;
}
body.dark-theme .mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
body.dark-theme .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body.dark-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #9d8060;
  --mdc-radio-selected-hover-icon-color: #9d8060;
  --mdc-radio-selected-icon-color: #9d8060;
  --mdc-radio-selected-pressed-icon-color: #9d8060;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #9d8060;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #a57189;
  --mdc-radio-selected-hover-icon-color: #a57189;
  --mdc-radio-selected-icon-color: #a57189;
  --mdc-radio-selected-pressed-icon-color: #a57189;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #a57189;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}
body.dark-theme .mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body.dark-theme .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
body.dark-theme .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #9d8060;
  --mdc-slider-focus-handle-color: #9d8060;
  --mdc-slider-hover-handle-color: #9d8060;
  --mdc-slider-active-track-color: #9d8060;
  --mdc-slider-inactive-track-color: #9d8060;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #9d8060;
  --mat-mdc-slider-ripple-color: #9d8060;
  --mat-mdc-slider-hover-ripple-color: rgba(157, 128, 96, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(157, 128, 96, 0.2);
}
body.dark-theme .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #a57189;
  --mdc-slider-focus-handle-color: #a57189;
  --mdc-slider-hover-handle-color: #a57189;
  --mdc-slider-active-track-color: #a57189;
  --mdc-slider-inactive-track-color: #a57189;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #a57189;
  --mat-mdc-slider-ripple-color: #a57189;
  --mat-mdc-slider-hover-ripple-color: rgba(165, 113, 137, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(165, 113, 137, 0.2);
}
body.dark-theme .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
body.dark-theme .mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
body.dark-theme {
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

body.dark-theme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
body.dark-theme .mdc-list-item__start,
body.dark-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #9d8060;
  --mdc-radio-selected-hover-icon-color: #9d8060;
  --mdc-radio-selected-icon-color: #9d8060;
  --mdc-radio-selected-pressed-icon-color: #9d8060;
}
body.dark-theme .mat-accent .mdc-list-item__start,
body.dark-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #a57189;
  --mdc-radio-selected-hover-icon-color: #a57189;
  --mdc-radio-selected-icon-color: #a57189;
  --mdc-radio-selected-pressed-icon-color: #a57189;
}
body.dark-theme .mat-warn .mdc-list-item__start,
body.dark-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.dark-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9d8060;
  --mdc-checkbox-selected-hover-icon-color: #9d8060;
  --mdc-checkbox-selected-icon-color: #9d8060;
  --mdc-checkbox-selected-pressed-icon-color: #9d8060;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9d8060;
  --mdc-checkbox-selected-hover-state-layer-color: #9d8060;
  --mdc-checkbox-selected-pressed-state-layer-color: #9d8060;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #a57189;
  --mdc-checkbox-selected-hover-icon-color: #a57189;
  --mdc-checkbox-selected-icon-color: #a57189;
  --mdc-checkbox-selected-pressed-icon-color: #a57189;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #a57189;
  --mdc-checkbox-selected-hover-state-layer-color: #a57189;
  --mdc-checkbox-selected-pressed-state-layer-color: #a57189;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9d8060;
}
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9d8060;
}
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.dark-theme .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
body.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, body.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, body.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, body.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, body.dark-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.dark-theme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
body.dark-theme .mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.009375em;
}
body.dark-theme {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mat-paginator-container-size: 56px;
}

body.dark-theme .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
body.dark-theme .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.dark-theme .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
body.dark-theme {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

body.dark-theme .mat-mdc-tab-group, body.dark-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9d8060;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #9d8060;
  --mat-tab-header-active-ripple-color: #9d8060;
  --mat-tab-header-inactive-ripple-color: #9d8060;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9d8060;
  --mat-tab-header-active-hover-label-text-color: #9d8060;
  --mat-tab-header-active-focus-indicator-color: #9d8060;
  --mat-tab-header-active-hover-indicator-color: #9d8060;
}
body.dark-theme .mat-mdc-tab-group.mat-accent, body.dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a57189;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #a57189;
  --mat-tab-header-active-ripple-color: #a57189;
  --mat-tab-header-inactive-ripple-color: #a57189;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #a57189;
  --mat-tab-header-active-hover-label-text-color: #a57189;
  --mat-tab-header-active-focus-indicator-color: #a57189;
  --mat-tab-header-active-hover-indicator-color: #a57189;
}
body.dark-theme .mat-mdc-tab-group.mat-warn, body.dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.dark-theme .mat-mdc-tab-group.mat-background-primary, body.dark-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9d8060;
  --mat-tab-header-with-background-foreground-color: black;
}
body.dark-theme .mat-mdc-tab-group.mat-background-accent, body.dark-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a57189;
  --mat-tab-header-with-background-foreground-color: black;
}
body.dark-theme .mat-mdc-tab-group.mat-background-warn, body.dark-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.dark-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
body.dark-theme {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #a57189;
  --mdc-checkbox-selected-hover-icon-color: #a57189;
  --mdc-checkbox-selected-icon-color: #a57189;
  --mdc-checkbox-selected-pressed-icon-color: #a57189;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #a57189;
  --mdc-checkbox-selected-hover-state-layer-color: #a57189;
  --mdc-checkbox-selected-pressed-state-layer-color: #a57189;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}

body.dark-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9d8060;
  --mdc-checkbox-selected-hover-icon-color: #9d8060;
  --mdc-checkbox-selected-icon-color: #9d8060;
  --mdc-checkbox-selected-pressed-icon-color: #9d8060;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9d8060;
  --mdc-checkbox-selected-hover-state-layer-color: #9d8060;
  --mdc-checkbox-selected-pressed-state-layer-color: #9d8060;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body.dark-theme .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-theme {
  --mdc-checkbox-state-layer-size: 40px;
}

body.dark-theme .mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body.dark-theme .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9d8060;
}
body.dark-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a57189;
}
body.dark-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
body.dark-theme .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9d8060;
  --mdc-filled-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a57189;
  --mdc-filled-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9d8060;
  --mdc-protected-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a57189;
  --mdc-protected-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
body.dark-theme .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9d8060;
}
body.dark-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a57189;
}
body.dark-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
body.dark-theme .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-mdc-button, body.dark-theme .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-button.mat-primary, body.dark-theme .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9d8060;
  --mat-mdc-button-ripple-color: rgba(157, 128, 96, 0.1);
}
body.dark-theme .mat-mdc-button.mat-accent, body.dark-theme .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #a57189;
  --mat-mdc-button-ripple-color: rgba(165, 113, 137, 0.1);
}
body.dark-theme .mat-mdc-button.mat-warn, body.dark-theme .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.dark-theme .mat-mdc-raised-button, body.dark-theme .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-raised-button.mat-primary, body.dark-theme .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-raised-button.mat-accent, body.dark-theme .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-raised-button.mat-warn, body.dark-theme .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-button.mat-mdc-button-base,
body.dark-theme .mat-mdc-raised-button.mat-mdc-button-base,
body.dark-theme .mat-mdc-unelevated-button.mat-mdc-button-base,
body.dark-theme .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
body.dark-theme .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body.dark-theme .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9d8060;
  --mat-mdc-button-persistent-ripple-color: #9d8060;
  --mat-mdc-button-ripple-color: rgba(157, 128, 96, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #a57189;
  --mat-mdc-button-persistent-ripple-color: #a57189;
  --mat-mdc-button-ripple-color: rgba(165, 113, 137, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.dark-theme .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.dark-theme .mat-mdc-fab,
body.dark-theme .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-fab.mat-primary,
body.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-fab.mat-accent,
body.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-fab.mat-warn,
body.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-fab[disabled][disabled],
body.dark-theme .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-fab.mat-unthemed,
body.dark-theme .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.dark-theme .mat-mdc-fab.mat-primary,
body.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9d8060;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.dark-theme .mat-mdc-fab.mat-accent,
body.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #a57189;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.dark-theme .mat-mdc-fab.mat-warn,
body.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.dark-theme .mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Roboto", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body.dark-theme .mat-mdc-extended-fab {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}
body.dark-theme .mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
body.dark-theme .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #9d8060;
}
body.dark-theme .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #a57189;
}
body.dark-theme .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.dark-theme .mat-badge {
  position: relative;
}
body.dark-theme .mat-badge.mat-badge {
  overflow: visible;
}
body.dark-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active body.dark-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body.dark-theme .mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}
body.dark-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.dark-theme .ng-animate-disabled .mat-badge-content,
body.dark-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.dark-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
body.dark-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
body.dark-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.dark-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.dark-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.dark-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.dark-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.dark-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.dark-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.dark-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
body.dark-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.dark-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.dark-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.dark-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.dark-theme {
  --mat-badge-background-color: #9d8060;
  --mat-badge-text-color: black;
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
}

body.dark-theme .mat-badge-accent {
  --mat-badge-background-color: #a57189;
  --mat-badge-text-color: black;
}
body.dark-theme .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.dark-theme {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #9d8060;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(157, 128, 96, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(157, 128, 96, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(157, 128, 96, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9d8060;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(157, 128, 96, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}

body.dark-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a57189;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 113, 137, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 113, 137, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 113, 137, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 113, 137, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.dark-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.dark-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a57189;
}
body.dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.dark-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.dark-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
body.dark-theme {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-icon-color: inherit;
}

body.dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #9d8060;
}
body.dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #a57189;
}
body.dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.dark-theme {
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #9d8060;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #9d8060;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #9d8060;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a57189;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a57189;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a57189;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
body.dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

body.dark-theme {
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

body.dark-theme .mat-sort-header-arrow {
  color: #c6c6c6;
}
body.dark-theme {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}

body.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9d8060;
  --mat-toolbar-container-text-color: black;
}
body.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a57189;
  --mat-toolbar-container-text-color: black;
}
body.dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.dark-theme {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}

body.dark-theme .mat-tree {
  background: #424242;
}
body.dark-theme .mat-tree-node,
body.dark-theme .mat-nested-tree-node {
  color: white;
}
body.dark-theme .mat-tree-node {
  min-height: 48px;
}
body.dark-theme .mat-tree {
  font-family: "Roboto", sans-serif;
}
body.dark-theme .mat-tree-node,
body.dark-theme .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.full-width {
  width: 100% !important;
}

.overAllLoading {
  position: absolute;
  background-color: white;
  width: 100%;
  height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11000;
}
.overAllLoading mat-spinner {
  opacity: 1;
}

body.sidenav-opened {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}

body:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 21 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}

body.ar {
  font-family: "Noto Sans Arabic", sans-serif !important;
}

a,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.ar a,
.ar input,
.ar h1,
.ar h2,
.ar h3,
.ar h4,
.ar h5,
.ar h6 {
  font-family: "Noto Sans Arabic", sans-serif;
}
.ar .timepicker {
  direction: ltr;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.mat-card-title {
  color: #1b1d21;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ng-otp-input-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.error-snackbar {
  white-space: pre-wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

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

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

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

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

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

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

.subheading {
  font-size: 28px;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

button {
  outline: 0;
}

figure {
  margin: 0;
}

strong,
b {
  font-weight: 700;
}

.mat-card-title {
  font-size: 18px;
  font-weight: 500;
}

.strikethrough {
  text-decoration: line-through;
}

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

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

.text-10 {
  font-size: 10px;
}
.text-10.mat-icon {
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
}

.text-11 {
  font-size: 11px;
}
.text-11.mat-icon {
  width: 11px !important;
  height: 11px !important;
  line-height: 11px !important;
}

.text-12 {
  font-size: 12px;
}
.text-12.mat-icon {
  width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
}

.text-13 {
  font-size: 13px;
}
.text-13.mat-icon {
  width: 13px !important;
  height: 13px !important;
  line-height: 13px !important;
}

.text-14 {
  font-size: 14px;
}
.text-14.mat-icon {
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
}

.text-15 {
  font-size: 15px;
}
.text-15.mat-icon {
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
}

.text-16 {
  font-size: 16px;
}
.text-16.mat-icon {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}

.text-17 {
  font-size: 17px;
}
.text-17.mat-icon {
  width: 17px !important;
  height: 17px !important;
  line-height: 17px !important;
}

.text-18 {
  font-size: 18px;
}
.text-18.mat-icon {
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
}

.text-19 {
  font-size: 19px;
}
.text-19.mat-icon {
  width: 19px !important;
  height: 19px !important;
  line-height: 19px !important;
}

.text-20 {
  font-size: 20px;
}
.text-20.mat-icon {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}

.text-21 {
  font-size: 21px;
}
.text-21.mat-icon {
  width: 21px !important;
  height: 21px !important;
  line-height: 21px !important;
}

.text-22 {
  font-size: 22px;
}
.text-22.mat-icon {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
}

.text-23 {
  font-size: 23px;
}
.text-23.mat-icon {
  width: 23px !important;
  height: 23px !important;
  line-height: 23px !important;
}

.text-24 {
  font-size: 24px;
}
.text-24.mat-icon {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
}

.text-25 {
  font-size: 25px;
}
.text-25.mat-icon {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
}

.text-26 {
  font-size: 26px;
}
.text-26.mat-icon {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
}

.text-27 {
  font-size: 27px;
}
.text-27.mat-icon {
  width: 27px !important;
  height: 27px !important;
  line-height: 27px !important;
}

.text-28 {
  font-size: 28px;
}
.text-28.mat-icon {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}

.text-29 {
  font-size: 29px;
}
.text-29.mat-icon {
  width: 29px !important;
  height: 29px !important;
  line-height: 29px !important;
}

.text-30 {
  font-size: 30px;
}
.text-30.mat-icon {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}

.text-31 {
  font-size: 31px;
}
.text-31.mat-icon {
  width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
}

.text-32 {
  font-size: 32px;
}
.text-32.mat-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
}

.text-33 {
  font-size: 33px;
}
.text-33.mat-icon {
  width: 33px !important;
  height: 33px !important;
  line-height: 33px !important;
}

.text-34 {
  font-size: 34px;
}
.text-34.mat-icon {
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
}

.text-35 {
  font-size: 35px;
}
.text-35.mat-icon {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
}

.text-36 {
  font-size: 36px;
}
.text-36.mat-icon {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

.text-37 {
  font-size: 37px;
}
.text-37.mat-icon {
  width: 37px !important;
  height: 37px !important;
  line-height: 37px !important;
}

.text-38 {
  font-size: 38px;
}
.text-38.mat-icon {
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
}

.text-39 {
  font-size: 39px;
}
.text-39.mat-icon {
  width: 39px !important;
  height: 39px !important;
  line-height: 39px !important;
}

.text-40 {
  font-size: 40px;
}
.text-40.mat-icon {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}

.text-41 {
  font-size: 41px;
}
.text-41.mat-icon {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
}

.text-42 {
  font-size: 42px;
}
.text-42.mat-icon {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
}

.text-43 {
  font-size: 43px;
}
.text-43.mat-icon {
  width: 43px !important;
  height: 43px !important;
  line-height: 43px !important;
}

.text-44 {
  font-size: 44px;
}
.text-44.mat-icon {
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
}

.text-45 {
  font-size: 45px;
}
.text-45.mat-icon {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.text-46 {
  font-size: 46px;
}
.text-46.mat-icon {
  width: 46px !important;
  height: 46px !important;
  line-height: 46px !important;
}

.text-47 {
  font-size: 47px;
}
.text-47.mat-icon {
  width: 47px !important;
  height: 47px !important;
  line-height: 47px !important;
}

.text-48 {
  font-size: 48px;
}
.text-48.mat-icon {
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
}

.text-49 {
  font-size: 49px;
}
.text-49.mat-icon {
  width: 49px !important;
  height: 49px !important;
  line-height: 49px !important;
}

.text-50 {
  font-size: 50px;
}
.text-50.mat-icon {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}

.text-51 {
  font-size: 51px;
}
.text-51.mat-icon {
  width: 51px !important;
  height: 51px !important;
  line-height: 51px !important;
}

.text-52 {
  font-size: 52px;
}
.text-52.mat-icon {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
}

.text-53 {
  font-size: 53px;
}
.text-53.mat-icon {
  width: 53px !important;
  height: 53px !important;
  line-height: 53px !important;
}

.text-54 {
  font-size: 54px;
}
.text-54.mat-icon {
  width: 54px !important;
  height: 54px !important;
  line-height: 54px !important;
}

.text-55 {
  font-size: 55px;
}
.text-55.mat-icon {
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
}

.text-56 {
  font-size: 56px;
}
.text-56.mat-icon {
  width: 56px !important;
  height: 56px !important;
  line-height: 56px !important;
}

.text-57 {
  font-size: 57px;
}
.text-57.mat-icon {
  width: 57px !important;
  height: 57px !important;
  line-height: 57px !important;
}

.text-58 {
  font-size: 58px;
}
.text-58.mat-icon {
  width: 58px !important;
  height: 58px !important;
  line-height: 58px !important;
}

.text-59 {
  font-size: 59px;
}
.text-59.mat-icon {
  width: 59px !important;
  height: 59px !important;
  line-height: 59px !important;
}

.text-60 {
  font-size: 60px;
}
.text-60.mat-icon {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
}

.text-61 {
  font-size: 61px;
}
.text-61.mat-icon {
  width: 61px !important;
  height: 61px !important;
  line-height: 61px !important;
}

.text-62 {
  font-size: 62px;
}
.text-62.mat-icon {
  width: 62px !important;
  height: 62px !important;
  line-height: 62px !important;
}

.text-63 {
  font-size: 63px;
}
.text-63.mat-icon {
  width: 63px !important;
  height: 63px !important;
  line-height: 63px !important;
}

.text-64 {
  font-size: 64px;
}
.text-64.mat-icon {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
}

.text-65 {
  font-size: 65px;
}
.text-65.mat-icon {
  width: 65px !important;
  height: 65px !important;
  line-height: 65px !important;
}

.text-66 {
  font-size: 66px;
}
.text-66.mat-icon {
  width: 66px !important;
  height: 66px !important;
  line-height: 66px !important;
}

.text-67 {
  font-size: 67px;
}
.text-67.mat-icon {
  width: 67px !important;
  height: 67px !important;
  line-height: 67px !important;
}

.text-68 {
  font-size: 68px;
}
.text-68.mat-icon {
  width: 68px !important;
  height: 68px !important;
  line-height: 68px !important;
}

.text-69 {
  font-size: 69px;
}
.text-69.mat-icon {
  width: 69px !important;
  height: 69px !important;
  line-height: 69px !important;
}

.text-70 {
  font-size: 70px;
}
.text-70.mat-icon {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
}

.text-71 {
  font-size: 71px;
}
.text-71.mat-icon {
  width: 71px !important;
  height: 71px !important;
  line-height: 71px !important;
}

.text-72 {
  font-size: 72px;
}
.text-72.mat-icon {
  width: 72px !important;
  height: 72px !important;
  line-height: 72px !important;
}

.text-73 {
  font-size: 73px;
}
.text-73.mat-icon {
  width: 73px !important;
  height: 73px !important;
  line-height: 73px !important;
}

.text-74 {
  font-size: 74px;
}
.text-74.mat-icon {
  width: 74px !important;
  height: 74px !important;
  line-height: 74px !important;
}

.text-75 {
  font-size: 75px;
}
.text-75.mat-icon {
  width: 75px !important;
  height: 75px !important;
  line-height: 75px !important;
}

.text-76 {
  font-size: 76px;
}
.text-76.mat-icon {
  width: 76px !important;
  height: 76px !important;
  line-height: 76px !important;
}

.text-77 {
  font-size: 77px;
}
.text-77.mat-icon {
  width: 77px !important;
  height: 77px !important;
  line-height: 77px !important;
}

.text-78 {
  font-size: 78px;
}
.text-78.mat-icon {
  width: 78px !important;
  height: 78px !important;
  line-height: 78px !important;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-inherit {
  font-weight: inherit;
}

.line-height-1 {
  line-height: 1 !important;
}

.mat-heading-label {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1rem;
}

.text-muted{
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(238 240 245 / var(--tw-text-opacity, 1));
}

.header-wrapper {
  margin-left: 110px;
  transition: all 0.3s ease-in-out;
  position: sticky;
  top: 0px;
  z-index: 50;
}
.header-wrapper.scrolled .top-header{
  height: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-wrapper.scrolled .top-header:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 21 / var(--tw-bg-opacity, 1));
}
.header-wrapper .top-header{
  display: flex;
  height: 150px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-wrapper .top-header .page-title{
  width: 40%;
}
.header-wrapper .top-header .header-icons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.header-wrapper .top-header .header-icons i{
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header app-main-search{
  display: flex;
  height: 3.5rem;
  width: 279px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
}
.header-wrapper .top-header app-main-search:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.header-wrapper .top-header app-main-search .input-wrapper{
  position: relative;
  width: 100%;
}
.header-wrapper .top-header app-main-search .input-wrapper .search-input{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-inline-start: 3rem;
  padding-inline-end: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header app-main-search .input-wrapper .search-input:where([dir="rtl"], [dir="rtl"] *){
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-wrapper .top-header app-main-search .input-wrapper .search-input:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header app-main-search .input-wrapper .search-input::placeholder{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header app-main-search .input-wrapper .icon{
  position: absolute;
  top: 50%;
  left: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}
.header-wrapper .top-header app-main-search .input-wrapper .icon:where([dir="rtl"], [dir="rtl"] *){
  right: 1rem;
  left: auto;
}
.header-wrapper .top-header app-main-search .input-wrapper .icon i{
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header app-main-search .input-wrapper .icon i:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header .language-switcher{
  display: flex;
  height: 3.5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header .language-switcher:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header .language-switcher span{
  text-transform: uppercase;
}
.header-wrapper .top-header .mode-switcher{
  display: flex;
  height: 3.5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.header-wrapper .top-header .mode-switcher:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.header-wrapper .top-header .mode-switcher div{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 1rem;
}
.header-wrapper .top-header .mode-switcher div i{
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header .mode-switcher div.active{
  cursor: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
}
.header-wrapper .top-header .mode-switcher div.active i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header .header-icon{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header-wrapper .top-header .header-icon:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.header-wrapper .top-header .header-icon i{
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.header-wrapper .top-header .header-icon i:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.has-sub-menu .header-wrapper {
  margin-left: 350px;
}

[dir=rtl] .header-wrapper {
  margin-right: 110px;
  margin-left: auto;
}
[dir=rtl] .has-sub-menu .header-wrapper {
  margin-right: 350px;
}

.home {
  min-height: calc(100vh - 200px);
}
.home .icon {
  width: 150px;
  height: 150px;
}
.home .upload .zone {
  width: 686px;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .upload .zone .label {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
.home .upload .zone ngx-dropzone {
  width: 100%;
  height: 100%;
  border: 1px dashed #9d8060;
}
.home .upload .zone ngx-dropzone ngx-dropzone-preview {
  height: 80% !important;
  min-height: 80% !important;
  max-height: 80% !important;
}
.home .upload .zone ngx-dropzone ngx-dropzone-remove-badge {
  opacity: 1 !important;
}
.home .upload .zone ngx-dropzone ngx-dropzone-label {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
.home .upload .zone ngx-dropzone ngx-dropzone-label .small {
  font-size: 0.8rem;
}
.home .upload .hint {
  font-style: italic;
  font-size: 1rem;
  margin-top: 10px;
}
.home .button .mat-raised-button {
  width: 686px !important;
  height: 80px;
}
.home .button .mat-raised-button span {
  font-size: 1.3rem;
}
.home .terms {
  width: 686px;
  text-align: center;
  color: #9d8060;
  font-weight: 500;
}
.home .terms a {
  color: #a57189;
}

@media (max-width: 414px) {
  .home .terms {
    width: 350px !important;
  }
  .home .button .mat-raised-button {
    width: 350px !important;
  }
}
.session-item {
  cursor: pointer;
}
.session-item:hover {
  background-color: #e2d9cf;
}

.query .file-icon {
  font-size: 35px;
  width: 35px;
  height: 35px;
}
.query .records {
  margin-top: 30px;
}
.query .records .record h3 {
  margin-bottom: 0;
}
.query .records .record span {
  font-weight: 600;
  font-size: 1rem;
}

.admin-layout{
  position: relative;
  min-height: calc(100vh - 84px);
  width: 100%;
}
.admin-layout .bg{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 100vh;
  width: 60%;
  background-image: url('bg-2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.admin-layout .bg:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: 0px;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}
.admin-layout .bg:where(.dark, .dark *){
  background-image: url('bg-dark-2.svg');
}
.admin-layout .admin-layout-body {
  margin-left: 110px;
  transform: translate(var(--tw-translate-x), 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));
  padding-left: 2rem;
  padding-right: 2rem;
  transition-duration: 300ms;
}
.admin-layout.has-sub-menu .admin-layout-body {
  margin-left: 350px;
}

[dir=rtl] .admin-layout .admin-layout-body {
  margin-right: 110px;
  margin-left: auto;
}
[dir=rtl] .admin-layout.has-sub-menu .admin-layout-body {
  margin-right: 350px;
}

.side-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 2.4rem;
}

.side-menu:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
  right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.side-menu {
  width: 110px;
  background-color: #fff;
}
.side-menu.has-sub-menu{
  border-radius: 0px;
}
.side-menu.has-sub-menu:where([dir="rtl"], [dir="rtl"] *){
  border-radius: 0px;
}
.side-menu.has-sub-menu .menu-wrapper {
  width: 410px;
}
.side-menu .menu-wrapper{
  position: relative;
  display: flex;
  height: 100%;
  width: 90px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.side-menu .menu-wrapper .menu-container{
  z-index: 40;
  display: flex;
  height: 100%;
  width: 90px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.side-menu .menu-wrapper .menu-container .menu-header{
  margin-bottom: 1.25rem;
  height: 3rem;
  width: 62px;
  cursor: pointer;
  background-image: url('tdra-logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.side-menu .menu-wrapper .menu-container .menu-header:where(.dark, .dark *){
  background-image: url('tdra-logo-dark.png');
}
.side-menu .menu-wrapper .menu-container .menu-items{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item{
  display: flex;
  height: 65px;
  width: 75px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 0.375rem;
  background-image: none;
  background-position: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item.active{
  background-color: rgb(157 128 96 / 0.15);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item.active .icon{
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item.active .text{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item .text{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item .text:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.7);
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item .icon{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item .icon:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.7);
}
.side-menu .menu-wrapper .menu-container .menu-items .menu-item .icon i{
  font-size: 24px;
  line-height: 32px;
}
.side-menu .menu-wrapper .sub-menu {
  height: 100vh;
  position: absolute;
  top: -38px;
  left: 258px;
  z-index: 0;
  width: 14rem;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.side-menu .menu-wrapper .sub-menu:where([dir="rtl"], [dir="rtl"] *){
  right: 258px;
  left: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.side-menu .menu-wrapper .sub-menu:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .current-menu-item{
  padding-inline-start: 1.75rem;
  padding-inline-end: 0.5rem;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .current-menu-item:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .divider{
  margin-top: 21px;
  margin-bottom: 21px;
  height: 1px;
  width: 100%;
  background-color: rgb(52 75 97 / 0.1);
}
.side-menu .menu-wrapper .sub-menu .divider:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1);
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.375rem;
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item{
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-inline-start: 1.75rem;
  padding-inline-end: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item:hover{
  background-color: rgb(157 128 96 / 0.2);
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item span{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item span:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item i{
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item.active{
  cursor: auto;
  background-color: rgb(157 128 96 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.side-menu .menu-wrapper .sub-menu .sub-menu-item-container .sub-item.active span{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}

.dark .side-menu {
  background-color: #242425;
}

ul.breadcrumb{
  display: flex;
  flex-direction: row;
  align-items: center;
}
ul.breadcrumb li{
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
ul.breadcrumb li a{
  cursor: pointer;
}
ul.breadcrumb li a span {
  display: inline-block;
  transform: translateY(3px);
}
ul.breadcrumb li a span i{
  display: block;
}
ul.breadcrumb li a span i:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.vis-timeline {
  border: 1px solid #ccc !important;
}
.vis-timeline .vis-labelset .vis-label {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: none;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}
.vis-timeline .vis-foreground .vis-group {
  border-bottom: none;
}
.vis-timeline .vis-item {
  background-color: unset !important;
  padding: 0 !important;
  border: 0 !important;
}
.vis-timeline .vis-item .vis-item-content {
  width: 100%;
  transform: none !important;
}
.vis-timeline .vis-time-axis {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.vis-timeline .vis-time-axis .vis-grid.vis-vertical {
  border-left-style: dashed !important;
}
.vis-timeline .vis-panel .vis-shadow {
  box-shadow: none !important;
}
.vis-timeline .vis-panel.vis-bottom, .vis-timeline .vis-panel.vis-center, .vis-timeline .vis-panel.vis-left, .vis-timeline .vis-panel.vis-right, .vis-timeline .vis-panel.vis-top {
  border-color: #ccc !important;
}
.vis-timeline-custom .vis-timeline {
  border: 0 !important;
}
.vis-timeline-custom .vis-timeline .vis-label {
  padding-left: 0 !important;
}
.vis-timeline-custom .vis-panel.vis-bottom, .vis-timeline-custom .vis-panel.vis-center, .vis-timeline-custom .vis-panel.vis-left, .vis-timeline-custom .vis-panel.vis-right, .vis-timeline-custom .vis-panel.vis-top {
  border: 0 !important;
}
.vis-timeline-custom .vis-item {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
}
.vis-timeline-custom .vis-item .vis-item-content {
  padding: 0 !important;
}

.rounded-pill {
  border-radius: 5px;
  border: 1px solid blue;
}

.april-timeline div.vis-tooltip{
  z-index: 50;
  white-space: normal;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(94 98 111 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: unset !important;
}

.seciton-left {
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.seciton-left .section-left-content {
  max-width: 440px;
}
.seciton-left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.form-holder {
  padding: 16px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 40%;
}
@media only screen and (max-width: 600px) {
  .form-holder {
    width: 100%;
  }
}

.signup-form {
  padding: 20px 20px 70px 20px;
}

.ar .seciton-left {
  left: auto;
  right: 0;
}
.ar .form-holder {
  right: unset;
  left: 0;
}

/*-------------- Loading buttons --------------*/
.button-loading .mdc-button__label {
  display: flex;
  align-items: center;
}
.button-loading.disabled{
  pointer-events: none;
}

@keyframes btn-glow {
  0% {
    box-shadow: 0 0 0 0.4em #5d5d5d, 0 0 0 0.1em #5d5d5d;
    transform: rotate(360deg);
  }
  50% {
    border-top-color: #777676;
  }
  100% {
    box-shadow: 0 0 0 0.4em #5d5d5d, 0 0 0 3.6em transparent;
  }
}
.status-chip{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.status-chip.disbaled{
  cursor: auto;
}
.status-chip.error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1));
}

.status-item .mat-mdc-menu-item-text{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
.status-item .mat-mdc-menu-item-text .circle{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), 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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.status-item .mat-mdc-menu-item-text .circle.large{
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), 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));
}

.tdra-status-chip{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tdra-status-chip.disbaled{
  cursor: auto;
}
.tdra-status-chip.small{
  min-width: 150px;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.tdra-status-chip.error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1));
}

.status-item .mat-mdc-menu-item-text{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
.status-item .mat-mdc-menu-item-text .circle{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), 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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.status-item .mat-mdc-menu-item-text .circle.large{
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), 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));
}

.paginator {
  width: 100%;
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.paginator a{
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.paginator a:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.7);
}
.paginator a.current{
  cursor: auto;
  background-color: rgb(157 128 96 / 0.2);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}
.paginator a.current:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.paginator .pagination-previous a,
.paginator .pagination-next a{
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  line-height: 1;
}
.paginator .pagination-previous a i,
.paginator .pagination-next a i{
  font-size: 12px;
  line-height: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.paginator .pagination-previous a i:where(.dark, .dark *),
.paginator .pagination-next a i:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.7);
}
.paginator .pagination-previous a > i{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}
.paginator .pagination-previous a > i:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}
.paginator .pagination-next a > i:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.project-card {
  aspect-ratio: 1.5;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 1rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.project-card:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.project-card .title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 56px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1));
}
.project-card .icon-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.project-card .icon-text i{
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.project-card .icon-text .span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(167 169 207 / var(--tw-text-opacity, 1));
}

.project-header h2.title{
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1));
}
.project-header .widget{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.project-header .widget .value{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1));
}
.project-header .widget .title{
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(167 169 207 / var(--tw-text-opacity, 1));
}
.project-header .nav{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.project-header .nav .nav-link{
  display: flex;
  height: 3rem;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project-header .nav .nav-link.active{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1));
}
.project-header .nav .nav-link.active .link{
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.project-header circle-progress text {
  transform: translateY(30px);
}
.project-header circle-progress text tspan:nth-child(2) {
  transform: translateY(-30px);
}

.workflow-project-summary{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.workflow-project-summary .info{
  display: flex;
  width: 66.666667%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.workflow-project-summary .info .title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.workflow-project-summary .info .widget{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.workflow-project-summary .info .widget .title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.workflow-project-summary .info .widget .value{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.workflow-project-summary .progress{
  width: 33.333333%;
}

.pending-users-list{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem;
  font-size: 18px;
  line-height: 28px;
}
.pending-users-list .item{
  position: relative;
  display: flex;
  height: 5rem;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  border-radius: 10px;
  border-width: 2px;
  border-color: rgb(138 153 176 / 0.2);
  padding: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.pending-users-list .item:hover{
  background-color: rgb(247 247 247 / 0.65);
}
.pending-users-list .item:where(.dark, .dark *){
  border-color: #FFFFFF1A;
}
.pending-users-list .item:hover:where(.dark, .dark *){
  background-color: rgb(40 44 48 / 0.65);
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.pending-users-list .item.new{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.pending-users-list .item.active{
  cursor: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.pending-users-list .item.active:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.pending-users-list .item .initials{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1));
}
.pending-users-list .item .initials:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.pending-users-list .item .body{
  display: flex;
  width: 66.666667%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}
.pending-users-list .item .body .request-id{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.pending-users-list .item .body .title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
}
.pending-users-list .item .trailer{
  display: flex;
  height: 100%;
  width: 16.666667%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
}
.pending-users-list .item .trailer .date{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.pending-users-list .item .trailer .status{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.pending-users-list .item .arrow{
  display: flex;
  height: 100%;
  width: 8.333333%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
}
.pending-users-list .item .arrow i{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.pending-users-list .item .arrow i:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}
.pending-users-list .item .arrow i:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.pending-user-details{
  width: 100%;
}
.pending-user-details h2{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.members-block .filter-wrapper{
  display: flex;
  justify-content: space-between;
}
.members-block .filter-wrapper .filter-container{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.members-block .filter-wrapper .filter-container mat-form-field{
  margin-bottom: 0px;
}
.members-block .members-list-header{
  position: sticky;
  top: 0px;
  z-index: 50;
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.members-block .members-list-header:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.members-block .members-list-item{
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  font-size: 16px;
  line-height: 24px;
}
.members-block .members-list-item .members-list-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.members-block .members-list-item .members-list-actions button{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
}
.members-block .members-list-item .members-list-actions button i{
  font-weight: 500;
}
.members-block .members-paginator-wrapper{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 17px;
}

.member-details-block{
  margin-top: 1rem;
}
.member-details-block .member-details-list-header{
  position: sticky;
  top: 0px;
  z-index: 50;
  margin-top: 0px;
  justify-content: space-between;
}
.member-details-block .member-details-list-header .member-details-list-wrapper{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.member-details-block .member-details-list-header .member-details-list-wrapper i{
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.member-details-block .member-details-list-header button{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
}
.member-details-block .member-details-list-header button i{
  font-weight: 500;
}
.member-details-block .member-details-list{
  margin-bottom: 0.75rem;
  width: 100%;
}
.member-details-block .member-details-list .member-details-list-title{
  width: 25%;
}
.member-details-block .member-details-list .member-details-list-description{
  width: 75%;
}

.file-upload-control-block{
  position: relative;
  display: grid;
  width: 100%;
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  place-items: center;
  border-radius: 30px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(52 75 97 / 0.2);
  background-color: rgb(52 75 97 / 0.05);
}

.file-upload-control-block:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
}
.file-upload-control-block.variant-regular{
  padding-top: 46px;
  padding-bottom: 46px;
}
.file-upload-control-block.variant-small{
  padding-top: 27px;
  padding-bottom: 27px;
}
.file-upload-control-block .info-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.file-upload-control-block .icon{
  margin-bottom: 7px;
  height: 60px;
  width: 60px;
  background-image: url('file-scan.svg');
}
.file-upload-control-block .icon:where(.dark, .dark *){
  background-image: url('file-scan-dark.svg');
}
.file-upload-control-block .accepted-file-size{
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.file-upload-control-block .accepted-file-size:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.7);
}
.file-upload-control-block .file-upload-input{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

app-search-input{
  display: flex;
  height: 3.5rem;
  width: 220px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

@media (min-width: 1536px){
  app-search-input{
    width: 297px;
  }
}

app-search-input:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
app-search-input .input-wrapper{
  position: relative;
  width: 100%;
}
app-search-input .input-wrapper .search-input{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-inline-start: 3rem;
  padding-inline-end: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1));
}
app-search-input .input-wrapper .search-input:where([dir="rtl"], [dir="rtl"] *){
  padding-top: 0px;
  padding-bottom: 0px;
}
app-search-input .input-wrapper .search-input:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
app-search-input .input-wrapper .search-input.white-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
app-search-input .input-wrapper .search-input.white-bg:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
app-search-input .input-wrapper .search-input.normal-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
app-search-input .input-wrapper .search-input.normal-bg:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
app-search-input .input-wrapper .search-input::placeholder{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
app-search-input .input-wrapper .search-input:where(.dark, .dark *)::placeholder{
  color: rgb(255 255 255 / 0.8);
}
app-search-input .input-wrapper .icon{
  position: absolute;
  top: 50%;
  left: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}
app-search-input .input-wrapper .icon:where([dir="rtl"], [dir="rtl"] *){
  right: 1rem;
  left: auto;
}
app-search-input .input-wrapper .icon i{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
app-search-input .input-wrapper .icon i:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.shimmer-style{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}

.shimmer-style:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}
.shimmer-style.inside-list-shimmer{
  --tw-bg-opacity: 1;
  background-color: rgb(230 229 223 / var(--tw-bg-opacity, 1));
}
.shimmer-style.inside-list-shimmer:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}
.shimmer-style.even{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.shimmer-style.even:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}

.pattern-analytics-card-block{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 259px;
  border-radius: 0.75rem;
  padding: 2rem;
}
.pattern-analytics-card-block .bg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 13rem;
  width: 13rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  background-image: url('pattern-card-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.pattern-analytics-card-block .bg:where(.dark, .dark *){
  background-image: url('pattern-card-bg-dark.svg');
}
.pattern-analytics-card-block .card-container{
  position: relative;
  z-index: 1;
}
.pattern-analytics-card-block .card-container .icon-container{
  margin-bottom: 1rem;
  display: grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.pattern-analytics-card-block .card-container .icon-container .icon{
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(52 75 97 / var(--tw-text-opacity, 1));
}
.pattern-analytics-card-block .card-container .card-title{
  margin-bottom: 0.25rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.pattern-analytics-card-block .card-container .card-number-data{
  margin-bottom: 0.625rem;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
}
.pattern-analytics-card-block .card-container .card-chip{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 0.3;
  padding: 0.25rem;
}
.pattern-analytics-card-block .card-container .card-chip.chip-green{
  background-color: rgb(51 208 130 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}
.pattern-analytics-card-block .card-container .card-chip.chip-orange{
  background-color: rgb(250 126 34 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1));
}
.pattern-analytics-card-block .card-container .card-chip.chip-purple{
  background-color: rgb(161 117 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1));
}

.pattern-analytics-card-2-block{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 255px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.75rem;
  padding: 15px;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}

.pattern-analytics-card-2-block:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pattern-analytics-card-2-block .bg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 13rem;
  width: 13rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  background-image: url('pattern-card-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.pattern-analytics-card-2-block .bg:where(.dark, .dark *){
  background-image: url('pattern-card-bg-dark.svg');
}
.pattern-analytics-card-2-block .icon-container{
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border-radius: 10px;
}
.pattern-analytics-card-2-block .icon-container:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: 15px;
}
.pattern-analytics-card-2-block .icon-container i{
  font-size: 24px;
  line-height: 32px;
}
.pattern-analytics-card-2-block .title-container h2{
  margin-bottom: 0.75rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.pattern-analytics-card-2-block .title-container .today-stats-container{
  display: flex;
  align-items: baseline;
}
.pattern-analytics-card-2-block .title-container .today-stats-container .number-container{
  font-size: 56px;
  line-height: 70.39px;
  letter-spacing: 1px;
  font-weight: 700;
}
.pattern-analytics-card-2-block .title-container .today-stats-container .number-container .number-wrapper{
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.pattern-analytics-card-2-block .title-container .today-stats-container .number-container .number-wrapper i{
  font-size: 24px;
  line-height: 32px;
}
.pattern-analytics-card-2-block .title-container .today-stats-container .non-clean-number{
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
.pattern-analytics-card-2-block .previous-stats-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
.pattern-analytics-card-2-block .previous-stats-container .stats-item{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.pattern-analytics-card-2-block .previous-stats-container .stats-item .stat-number{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.dashboard .sprint-info{
  display: flex;
  width: 66.666667%;
  flex-direction: row;
}
.dashboard .sprint-info .info{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1rem;
}
.dashboard .sprint-info .info .sprint-number{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.dashboard .sprint-info .info .subtitle{
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dashboard .sprint-info .info .remaining-counter{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.dashboard .sprint-info .sprint{
  position: relative;
  display: flex;
  width: 190px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(104 79 64 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.dashboard .sprint-info .sprint .icon{
  position: absolute;
  inset-inline-start: 1rem;
  top: 1rem;
}
.dashboard .sprint-info .sprint .number{
  position: absolute;
  inset-inline-end: 1rem;
  top: 0px;
  font-size: 90px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dashboard .sprint-info .sprint .subtitle{
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}

.mdc-card.start-project-card{
  display: flex;
  height: 10rem;
  cursor: pointer;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mdc-card.start-project-card:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #b9a78b;
  --tw-shadow: var(--tw-shadow-colored);
}
.mdc-card.start-project-card .start-icon{
  margin-bottom: 1.25rem;
  height: 48px;
  width: 36px;
  background-image: url('start-project.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.mdc-card.start-project-card h2{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mdc-card.start-project-card p{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(211 200 181 / var(--tw-text-opacity, 1));
}

.dashboard-block{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.dashboard-block .analytics-container{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
}
.dashboard-block .analytics-container .analytics-wrapper{
  display: grid;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.dashboard-block .scan-container{
  width: 100%;
  padding: 25px;
  padding-bottom: 34px;
}
.dashboard-block .scan-container .title{
  margin-bottom: 0.75rem;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}
.dashboard-block .scan-container .title:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dashboard-block .scan-container .description{
  margin-bottom: 25px;
  max-width: 50%;
}
.dashboard-block .scan-container .scan-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  min-height: 283px;
  width: 100%;
  max-width: 63.64%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.dashboard-block .scan-container .scan-form.isFileUpload{
  gap: 25px;
}
.dashboard-block .scan-container .scan-form .scan-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: 81px;
  width: 81px;
  background-size: cover;
  background-repeat: no-repeat;
}
.dashboard-block .scan-container .scan-form .scan-icon.scan-url-icon{
  background-image: url('scan-url.svg');
}
.dashboard-block .scan-container .scan-form .scan-icon.scan-url-icon:where(.dark, .dark *){
  background-image: url('scan-url-dark.svg');
}
.dashboard-block .scan-container .scan-form .scan-icon.scan-ip-icon{
  background-image: url('scan-ip.svg');
}
.dashboard-block .scan-container .scan-form .scan-icon.scan-ip-icon:where(.dark, .dark *){
  background-image: url('scan-ip-dark.svg');
}
.dashboard-block .graph-container{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}
.dashboard-block .graph-container .submission-vs-scan-container{
  grid-column: span 7 / span 7;
  padding: 25px;
}
.dashboard-block .graph-container .threats-vs-scans{
  grid-column: span 5 / span 5;
  padding: 25px;
}

.graph-container-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-container-block .title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}
.graph-container-block .title:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.graph-legend{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.graph-legend .legend-item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.graph-legend .legend-item .legend-icon{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 0.25rem;
}
.graph-legend .legend-item .legend-icon.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.subtext{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(52 75 97 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.navy{
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.darkgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(167 169 207 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.black{
  --tw-bg-opacity: 1;
  background-color: rgb(25 30 49 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.rosebrown{
  --tw-bg-opacity: 1;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.green{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.red{
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1));
}
.graph-legend .legend-item .legend-icon.gray{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.dashboard-articles-block{
  height: 100%;
  width: 100%;
}
.dashboard-articles-block .article-item-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.375rem;
  padding: 0px;
  padding-top: 1rem;
  font-size: 18px;
  line-height: 28px;
}

.dashboard-articles-item-block{
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 5px;
  border-width: 0.8px;
  border-color: rgb(52 75 97 / 0.2);
  padding: 5px;
  padding-right: 1.25rem;
}

.dashboard-articles-item-block:where([dir="rtl"], [dir="rtl"] *){
  padding-right: 5px;
  padding-left: 1.25rem;
}
.dashboard-articles-item-block .left-side-block{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dashboard-articles-item-block .left-side-block .article-initials{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1));
}
.dashboard-articles-item-block .left-side-block .article-initials:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.dashboard-articles-item-block .left-side-block .article-image{
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 3px;
  object-fit: cover;
}
.dashboard-articles-item-block .left-side-block .article-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.dashboard-articles-item-block .right-side-block{
  font-size: 12px;
  line-height: 18px;
}

app-submission-add-edit{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.task-details{
  position: relative;
}
.task-details .mat-mdc-dialog-container .mdc-dialog__surface{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1));
}
.task-details .mat-mdc-dialog-container .mdc-dialog__title{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.task-details .mat-mdc-tab-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.task-details .mat-mdc-dialog-actions{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 50;
}
.task-details .mat-mdc-tab-body-wrapper,
.task-details .mat-mdc-tab-body-content{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1));
}
.task-details circle-progress text {
  transform: translateY(30px);
}
.task-details circle-progress text tspan:nth-child(2) {
  transform: translateY(-30px);
}

.task-progress-update{
  position: relative;
}
.task-progress-update .mat-mdc-dialog-actions{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 50;
}

.file-uploader{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.file-uploader .drop-zone{
  display: flex;
  height: 100px;
  width: 66.666667%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(238 240 245 / var(--tw-border-opacity, 1));
}
.file-uploader .drop-zone.file-over{
  --tw-border-opacity: 1;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1));
}

.week-selector{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0px;
}
.week-selector .week-day{
  grid-column: span 1 / span 1;
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 240 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  text-align: center;
}
.week-selector .week-day.in-range{
  --tw-bg-opacity: 1;
  background-color: rgb(185 167 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.week-selector .week-day.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.week-selector .week-day.hovered{
  --tw-bg-opacity: 1;
  background-color: rgb(185 167 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.history-log{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.history-log h2{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.history-log .history-log-items-wrapper{
  margin-bottom: 2rem;
  margin-inline-start: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.history-log .history-log-items-wrapper .header{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.history-log .history-log-items-wrapper .header .header-item{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-inline-start-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
  padding-inline-start: 2rem;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start{
  display: flex;
  height: 100%;
  width: 8.333333%;
  flex-direction: column;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start .top{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start .top .line{
  height: 100%;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start .bottom{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start .bottom .line{
  height: 100%;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start .center{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .start .center .content{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .badge{
  position: absolute;
  right: -15px;
  top: 0px;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .badge .content{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .badge.modified{
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 240 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .badge.added{
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .badge.deleted{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1));
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .title{
  font-weight: 600;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .description{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-size: 14px;
  line-height: 20px;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .employee{
  display: flex;
  width: 25%;
  flex-direction: column;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .employee .name{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.history-log .history-log-items-wrapper .history-log-item-wrapper .employee .role{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.form-builder .fields{
  display: flex;
  min-height: 6rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.form-builder .fields .empty{
  display: flex;
  height: 4rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .empty:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .mat-expansion-panel-header{
  height: auto;
}
.form-builder .fields .field{
  display: flex;
  min-height: 5rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.form-builder .fields .field .body .input{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}
.form-builder .fields .field .body .input label{
  font-weight: 500;
}
.form-builder .fields .field .body .input input[type=text],
.form-builder .fields .field .body .input input[type=email],
.form-builder .fields .field .body .input input[type=date],
.form-builder .fields .field .body .input input[type=number],
.form-builder .fields .field .body .input input[type=datetime-local]{
  border-radius: 0.375rem;
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.form-builder .fields .field .body .input input[type=text]:where(.dark, .dark *),
.form-builder .fields .field .body .input input[type=email]:where(.dark, .dark *),
.form-builder .fields .field .body .input input[type=date]:where(.dark, .dark *),
.form-builder .fields .field .body .input input[type=number]:where(.dark, .dark *),
.form-builder .fields .field .body .input input[type=datetime-local]:where(.dark, .dark *){
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .field .body .input textarea{
  height: 3.5rem;
  width: 15rem;
  border-radius: 0.375rem;
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.form-builder .fields .field .body .input textarea:where(.dark, .dark *){
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .field .body .input select{
  height: 2.5rem;
  width: 15rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-builder .fields .field .body .input select:where(.dark, .dark *){
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .field-settings{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.form-builder .fields .field-settings .form-group{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.form-builder .fields .field-settings .form-group label{
  min-width: 9rem;
  font-weight: 600;
}
.form-builder .fields .field-settings .form-group input[type=text],
.form-builder .fields .field-settings .form-group input[type=email],
.form-builder .fields .field-settings .form-group input[type=date],
.form-builder .fields .field-settings .form-group input[type=number],
.form-builder .fields .field-settings .form-group input[type=datetime-local]{
  height: 2.5rem;
  width: 15rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.form-builder .fields .field-settings .form-group input[type=text]:where(.dark, .dark *),
.form-builder .fields .field-settings .form-group input[type=email]:where(.dark, .dark *),
.form-builder .fields .field-settings .form-group input[type=date]:where(.dark, .dark *),
.form-builder .fields .field-settings .form-group input[type=number]:where(.dark, .dark *),
.form-builder .fields .field-settings .form-group input[type=datetime-local]:where(.dark, .dark *){
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .field-settings .form-group select{
  height: 2.5rem;
  width: 15rem;
  border-radius: 0.375rem;
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-builder .fields .field-settings .form-group select:where(.dark, .dark *){
  border-color: #FFFFFF1A;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.form-builder .fields .field-settings .form-row label{
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 600;
}

.form-logic{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.form-logic .form-logic-card{
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-left-width: 12px;
  border-color: #FFFFFF1A;
  --tw-border-opacity: 1;
  border-left-color: rgb(157 128 96 / var(--tw-border-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-logic .form-logic-card:where(.dark, .dark *){
  border-color: #FFFFFF1A;
}
.form-logic .form-logic-card .if{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.form-logic .form-logic-card .do{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1));
}
.form-logic .form-logic-card .field-label{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.25rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.form-logic .form-logic-card .paragraph{
  margin-bottom: 0.5rem;
}
.form-logic .form-logic-card .delete-icon{
  position: absolute;
  right: 1rem;
  top: 45%;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1));
}

.mdc-card.tabs{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mdc-card.tabs .tab{
  display: flex;
  height: 3.5rem;
  width: 33.333333%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 18px;
}
.mdc-card.tabs .tab:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.mdc-card.tabs .tab.active{
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.eservice-favorite-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 14px;
}

.eservice-favorite-card:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1));
}
.eservice-favorite-card .icon{
  display: flex;
  height: 30px;
  width: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.eservice-favorite-card .icon i{
  font-size: 24px;
  line-height: 32px;
}
.eservice-favorite-card .title{
  font-weight: 500;
}

.activity-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 10px;
  padding: 11px;
}
.activity-card .title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 7rem;
  text-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}
.activity-card .value{
  font-weight: 600;
}

.login-text-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

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

.login-text-container:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.login-text-container .title{
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 640px){
  .login-text-container .title{
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px){
  .login-text-container .title{
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1024px){
  .login-text-container .title{
    margin-bottom: 0.75rem;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}
.login-text-container .tagline{
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .login-text-container .tagline{
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px){
  .login-text-container .tagline{
    font-size: 20px;
    line-height: 28px;
  }
}
.login-text-container .tagline:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.8);
}

.login-form{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1280px){
  .login-form{
    max-width: 600px;
  }
}

.login-form:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.login-form .form-actions-container{
  margin-bottom: 35px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.login-form .form-actions-container .forgot-password-link{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.login-form .form-actions-container .forgot-password-link:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.login-form .sign-in-btn{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(157 128 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.login-form .create-account-redirection-container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 640px){
  .login-form .create-account-redirection-container{
    margin-top: 30px;
  }
}
.login-form .create-account-redirection-container:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.5);
}
.login-form .create-account-redirection-container .create-account-link{
  position: relative;
  z-index: 10;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}

.registration-text-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

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

.registration-text-container:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.registration-text-container .title{
  margin-bottom: 0.75rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 640px){
  .registration-text-container .title{
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px){
  .registration-text-container .title{
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1024px){
  .registration-text-container .title{
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}
.registration-text-container .tagline{
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .registration-text-container .tagline{
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px){
  .registration-text-container .tagline{
    font-size: 20px;
    line-height: 28px;
  }
}
.registration-text-container .tagline:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.8);
}

.registration-form{
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90vw;
}

@media (min-width: 768px){
  .registration-form{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.registration-form .two-col-container{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .registration-form .two-col-container{
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
  }
}
.registration-form .sign-up-btn{
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(157 128 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.registration-form .sign-up-btn:disabled{
  cursor: not-allowed;
  background-color: rgb(157 128 96 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.registration-form .already-account-redirection-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.registration-form .already-account-redirection-container:where(.dark, .dark *){
  color: rgb(255 255 255 / 0.5);
}
.registration-form .already-account-redirection-container .login-link{
  position: relative;
  z-index: 10;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}

.auth-layout{
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .auth-layout{
    padding: 2.5rem;
  }
}

@media (min-width: 1024px){
  .auth-layout{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0px;
  }
}
.auth-layout .top-absolute-vector{
  position: fixed;
  top: 0px;
  left: 46.81%;
  z-index: -1;
  display: none;
}
@media (min-width: 1024px){
  .auth-layout .top-absolute-vector{
    display: block;
  }
}
.auth-layout .top-absolute-vector:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
  right: 46.81%;
}
.auth-layout .bottom-absolute-vector{
  position: fixed;
  bottom: 0px;
  left: 78.06%;
  z-index: -1;
  display: none;
}
@media (min-width: 1024px){
  .auth-layout .bottom-absolute-vector{
    display: block;
  }
}
.auth-layout .bottom-absolute-vector:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
  right: 78.06%;
}
.auth-layout .left-side-wrapper{
  display: grid;
  width: 100%;
  place-items: center;
}
@media (min-width: 1024px){
  .auth-layout .left-side-wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
  }
  .auth-layout .left-side-wrapper:where([dir="rtl"], [dir="rtl"] *){
    left: auto;
    right: 0px;
  }
}
.auth-layout .left-side-wrapper .left-side-block{
  position: relative;
  display: grid;
  height: 40vh;
  place-items: center;
  justify-content: space-between;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(52 75 97 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .auth-layout .left-side-wrapper .left-side-block{
    height: 50vh;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px){
  .auth-layout .left-side-wrapper .left-side-block{
    height: 91vh;
    width: 45vw;
  }
}
@media (min-width: 1280px){
  .auth-layout .left-side-wrapper .left-side-block{
    width: 43vw;
  }
}
@media (min-width: 1536px){
  .auth-layout .left-side-wrapper .left-side-block{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 2.75rem;
  }
}
.auth-layout .left-side-wrapper .left-side-block:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
}
.auth-layout .left-side-wrapper .left-side-block {
  --r: 30px; /* the radius */
  --s: 119px; /* the size of the corner*/
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(
      #000 70%,
      #0000 72%
    ) no-repeat;
}
@media (max-width: 1279px) {
  .auth-layout .left-side-wrapper .left-side-block {
    --r: 20px;
    --s: 80px;
  }
}
@media (max-width: 639px) {
  .auth-layout .left-side-wrapper .left-side-block {
    --r: 20px;
    --s: 30px;
  }
}
.auth-layout .left-side-wrapper .left-side-block .background-asset{
  position: absolute;
  inset: 0px;
  object-fit: cover;
  object-position: center;
}
.auth-layout .left-side-wrapper .left-side-block .title{
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 640px){
  .auth-layout .left-side-wrapper .left-side-block .title{
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }
}
@media (min-width: 768px){
  .auth-layout .left-side-wrapper .left-side-block .title{
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1024px){
  .auth-layout .left-side-wrapper .left-side-block .title{
    margin-bottom: 2.5rem;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1280px){
  .auth-layout .left-side-wrapper .left-side-block .title{
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1536px){
  .auth-layout .left-side-wrapper .left-side-block .title{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
.auth-layout .left-side-wrapper .left-side-block .quote-icon{
  margin-bottom: 0.625rem;
  font-size: 12px;
  line-height: 85.32px;
}
@media (min-width: 640px){
  .auth-layout .left-side-wrapper .left-side-block .quote-icon{
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px){
  .auth-layout .left-side-wrapper .left-side-block .quote-icon{
    font-size: 64px;
    line-height: 80.45px;
    font-weight: 700;
  }
}
@media (min-width: 1536px){
  .auth-layout .left-side-wrapper .left-side-block .quote-icon{
    font-size: 72px;
    line-height: 90.5px;
  }
}
@media (min-width: 1920px){
  .auth-layout .left-side-wrapper .left-side-block .quote-icon{
    margin-bottom: 4rem;
  }
}
.auth-layout .left-side-wrapper .left-side-block .description{
  margin-bottom: 1.25rem;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 640px){
  .auth-layout .left-side-wrapper .left-side-block .description{
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px){
  .auth-layout .left-side-wrapper .left-side-block .description{
    width: 386px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px){
  .auth-layout .left-side-wrapper .left-side-block .description{
    margin-bottom: 95px;
  }
}
.auth-layout .left-side-wrapper .left-side-block .card{
  position: relative;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.1);
  padding: 1.25rem;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 640px){
  .auth-layout .left-side-wrapper .left-side-block .card{
    padding: 2rem;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px){
  .auth-layout .left-side-wrapper .left-side-block .card{
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1536px){
  .auth-layout .left-side-wrapper .left-side-block .card{
    padding: 2.5rem;
    font-size: 20px;
    line-height: 28px;
  }
}
.auth-layout .left-side-wrapper .left-side-block .card .model-image{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: 130.61px;
}
@media (min-width: 640px){
  .auth-layout .left-side-wrapper .left-side-block .card .model-image{
    width: 250px;
  }
}
@media (min-width: 1280px){
  .auth-layout .left-side-wrapper .left-side-block .card .model-image{
    width: 300px;
  }
}
@media (min-width: 1536px){
  .auth-layout .left-side-wrapper .left-side-block .card .model-image{
    width: 327px;
  }
}
@media (min-width: 1920px){
  .auth-layout .left-side-wrapper .left-side-block .card .model-image{
    height: 319px;
  }
}
.auth-layout .left-side-wrapper .left-side-block .card .model-image:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: 0px;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}
.auth-layout .right-side-block{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  .auth-layout .right-side-block{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px){
  .auth-layout .right-side-block{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 70px;
  }
}
@media (min-width: 1536px){
  .auth-layout .right-side-block{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px){
  .auth-layout .right-side-block:where([dir="rtl"], [dir="rtl"] *){
    padding-right: 0px;
    padding-left: 70px;
  }
}
.auth-layout .right-side-block:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.auth-layout .theme-and-locale-actions-block{
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.auth-layout .theme-and-locale-actions-block .language-switcher{
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.auth-layout .theme-and-locale-actions-block .language-switcher:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.auth-layout .theme-and-locale-actions-block .language-switcher span{
  text-transform: uppercase;
}
.auth-layout .theme-and-locale-actions-block .mode-switcher{
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.auth-layout .theme-and-locale-actions-block .mode-switcher:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.auth-layout .theme-and-locale-actions-block .mode-switcher div{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 1rem;
}
.auth-layout .theme-and-locale-actions-block .mode-switcher div i{
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.auth-layout .theme-and-locale-actions-block .mode-switcher div.active{
  cursor: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
}
.auth-layout .theme-and-locale-actions-block .mode-switcher div.active i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.auth-layout-v2{
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .auth-layout-v2{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .auth-layout-v2{
    padding-left: 70px;
    padding-right: 70px;
  }
}
.auth-layout-v2 .top-absolute-vector{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: none;
}
@media (min-width: 1024px){
  .auth-layout-v2 .top-absolute-vector{
    display: block;
  }
}
.auth-layout-v2 .top-absolute-vector:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
  right: 0px;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}
.auth-layout-v2 .bottom-absolute-vector{
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  display: none;
}
@media (min-width: 1024px){
  .auth-layout-v2 .bottom-absolute-vector{
    display: block;
  }
}
.auth-layout-v2 .bottom-absolute-vector:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: 0px;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}
.auth-layout-v2 .theme-and-locale-actions-block{
  position: sticky;
  top: 1rem;
  right: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (min-width: 768px){
  .auth-layout-v2 .theme-and-locale-actions-block{
    top: 2.5rem;
    right: 70px;
  }
}
.auth-layout-v2 .theme-and-locale-actions-block:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: 2.5rem;
}
@media (min-width: 768px){
  .auth-layout-v2 .theme-and-locale-actions-block:where([dir="rtl"], [dir="rtl"] *){
    left: 70px;
  }
}
.auth-layout-v2 .theme-and-locale-actions-block .language-switcher{
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.auth-layout-v2 .theme-and-locale-actions-block .language-switcher:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.auth-layout-v2 .theme-and-locale-actions-block .language-switcher span{
  text-transform: uppercase;
}
.auth-layout-v2 .theme-and-locale-actions-block .mode-switcher{
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.auth-layout-v2 .theme-and-locale-actions-block .mode-switcher:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.auth-layout-v2 .theme-and-locale-actions-block .mode-switcher div{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 1rem;
}
.auth-layout-v2 .theme-and-locale-actions-block .mode-switcher div i{
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(138 153 176 / var(--tw-text-opacity, 1));
}
.auth-layout-v2 .theme-and-locale-actions-block .mode-switcher div.active{
  cursor: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1));
}
.auth-layout-v2 .theme-and-locale-actions-block .mode-switcher div.active i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.auth-layout-v2 .main-container .aecert-logo{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 1.25rem;
  display: block;
  height: 2.5rem;
  width: 132px;
  background-image: url('aecert-logo-light.png');
}
@media (min-width: 768px){
  .auth-layout-v2 .main-container .aecert-logo{
    margin-top: 0px;
  }
}
.auth-layout-v2 .main-container .aecert-logo:where(.dark, .dark *){
  background-image: url('aecert-logo-drak.png');
}
.auth-layout-v2 .main-container .tdra-actual-logo{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
  display: block;
  height: 2rem;
  width: 280px;
  background-image: url('tdra-logo-light.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px){
  .auth-layout-v2 .main-container .tdra-actual-logo{
    margin-bottom: 50px;
    height: 2.5rem;
    width: 392px;
  }
}
.auth-layout-v2 .main-container .tdra-actual-logo:where(.dark, .dark *){
  background-image: url('tdra-logo-dark-2.png');
}
.auth-layout-v2 .auth-layout-footer{
  position: absolute;
  bottom: 0px;
  right: 2.5rem;
}
.auth-layout-v2 .auth-layout-footer:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
  left: 2.5rem;
}

.scan-block{
  display: grid;
  min-height: 85vh;
  place-items: center;
}
.scan-block .main-container{
  width: 786px;
}
@media (min-width: 1536px){
  .scan-block .main-container{
    width: 54.58%;
  }
}
.scan-block .main-container .title{
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 56px;
  line-height: 70.39px;
  letter-spacing: 1px;
}
.scan-block .main-container .title:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.scan-block .main-container .description{
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.scan-block .main-container .description:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.scan-block .main-container .scan-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: flex;
  min-height: 390px;
  width: 100%;
  max-width: 99%;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.scan-block .main-container .scan-form .scan-url-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  height: 81px;
  width: 81px;
  background-image: url('scan-url.svg');
}
.scan-block .main-container .scan-form .scan-url-icon:where(.dark, .dark *){
  background-image: url('scan-url-dark.svg');
}
.scan-block .main-container .scan-form .scan-ip-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  height: 81px;
  width: 81px;
  background-image: url('scan-ip.svg');
}
.scan-block .main-container .scan-form .scan-ip-icon:where(.dark, .dark *){
  background-image: url('scan-ip-dark.svg');
}

.scan-result-block .master-result-container{
  margin-bottom: 1.25rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}
.scan-result-block .master-result-container .progress-card{
  grid-column: span 4 / span 4;
  display: grid;
  place-items: center;
}
.scan-result-block .master-result-container .progress-card .loader-icon{
  margin-bottom: 1.5rem;
}
.scan-result-block .master-result-container .progress-card .loader-icon svg{
  margin-left: auto;
  margin-right: auto;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.scan-result-block .master-result-container .progress-card .loader-icon svg{
  animation: spin 1s linear infinite;
}
.scan-result-block .master-result-container .progress-card .scan-under-process{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1));
}
.scan-result-block .master-result-container .progress-card .scan-completed-block{
  text-align: center;
}
.scan-result-block .master-result-container .progress-card .scan-completed-block .rating-icon{
  font-size: 84px;
}
.scan-result-block .master-result-container .progress-card .scan-completed-block .rating-code{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.scan-result-block .master-result-container .progress-card .scan-completed-block .job-completion-status{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.scan-result-block .master-result-container .master-result-details{
  grid-column: span 8 / span 8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper{
  max-width: 53.89%;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-title-container{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 25.4px;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-title-container:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-title-container .master-file-icon{
  height: 61.6px;
  width: 46.2px;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-title-container .master-file-name{
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-details-container{
  display: flex;
  gap: 1.75rem;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-details-container .data-title{
  margin-bottom: 5px;
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-details-container .data-value{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-details-container .data-value:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-details-container .divider{
  height: 81px;
  width: 1px;
  background-color: rgb(52 75 97 / 0.2);
}
.scan-result-block .master-result-container .master-result-details .left-side-wrapper .master-file-details-container .divider:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}
.scan-result-block mat-accordion.scan-result-accordion{
  border-radius: 0.75rem;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel{
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel:last-child{
  margin-bottom: 0px;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header{
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 25px;
  padding-right: 25px;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header:where(.dark, .dark *):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header.isExpanded{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header .scan-result-file-name{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header .scan-result-file-rating{
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  line-height: 28px;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header .accordion-arrow-toggle{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.scan-result-block mat-accordion.scan-result-accordion mat-expansion-panel.scan-result-expansion-panel mat-expansion-panel-header.scan-result-expansion-panel-header .accordion-arrow-toggle span{
  font-size: 20px;
  line-height: 28px;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

app-scan-result-card .scan-result-card{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 30px;
}

app-scan-result-card .scan-result-card:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
app-scan-result-card .scan-result-card .rating-card{
  grid-column: span 4 / span 4;
  display: grid;
  place-items: center;
}
app-scan-result-card .scan-result-card .rating-card .wrapper{
  text-align: center;
}
app-scan-result-card .scan-result-card .rating-card .wrapper i{
  font-size: 84px;
}
app-scan-result-card .scan-result-card .rating-card .wrapper p{
  margin-top: 21px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
app-scan-result-card .scan-result-card .details-card{
  grid-column: span 8 / span 8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper{
  max-width: 68%;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-title-container{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 25.4px;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-title-container:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-title-container .file-icon{
  height: 61.6px;
  width: 46.2px;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-title-container .file-name{
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container{
  display: flex;
  gap: 25px;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container .data-title{
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container .data-value{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container .data-value:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container .date-value{
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container .divider{
  height: 81px;
  width: 1px;
  background-color: rgb(52 75 97 / 0.2);
}
app-scan-result-card .scan-result-card .details-card .left-side-wrapper .file-details-container .divider:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}
app-scan-result-card .scan-result-details-list-header{
  position: sticky;
  top: 0px;
  z-index: 50;
  margin-top: 0px;
  justify-content: space-between;
}
app-scan-result-card .scan-result-details-list-header .scan-result-details-list-wrapper{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
app-scan-result-card .scan-result-details-list-header .scan-result-details-list-wrapper i{
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
app-scan-result-card .scan-result-details-list{
  margin-bottom: 0.75rem;
  width: 100%;
}
app-scan-result-card .scan-result-details-list .scan-result-details-list-title{
  width: 25%;
}
app-scan-result-card .scan-result-details-list .scan-result-details-list-description{
  width: 75%;
  --tw-text-opacity: 1;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1));
}

.logs-result-details-list{
  margin-bottom: 0.75rem;
  width: 100%;
}
.logs-result-details-list .logs-result-details-list-title{
  width: 25%;
}
.logs-result-details-list .logs-result-details-list-description{
  width: 75%;
}

.scans-block .create-new-scan-wrapper{
  margin-bottom: 1rem;
  display: grid;
  width: 100%;
  place-items: end;
}
.scans-block .filter-wrapper{
  display: flex;
  justify-content: space-between;
}
.scans-block .filter-wrapper .filter-container{
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.scans-block .filter-wrapper .filter-container mat-form-field{
  margin-bottom: 0px;
}
.scans-block .scans-list-header{
  position: sticky;
  top: 0px;
  z-index: 50;
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.scans-block .scans-list-header:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1));
}
.scans-block .scans-list-item{
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  font-size: 16px;
  line-height: 24px;
}
.scans-block .scans-list-item .result-file-name{
  grid-column: span 2 / span 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.scans-block .scans-list-item .result-file-name span{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scans-block .scans-list-item .result-status-and-rating{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.scans-block .scans-paginator-wrapper{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 17px;
}

.scan-audit-log{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.scan-audit-log h2{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.scan-audit-log .log-items-wrapper{
  margin-bottom: 2rem;
  margin-inline-start: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.scan-audit-log .log-items-wrapper .header{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.scan-audit-log .log-items-wrapper .header .header-item{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.scan-audit-log .log-items-wrapper .log-item-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-inline-start-width: 2px;
  border-color: rgb(52 75 97 / 0.2);
  padding-bottom: 2rem;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.3);
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start{
  display: flex;
  height: 100%;
  width: 8.333333%;
  flex-direction: column;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start .top{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start .top .line{
  height: 100%;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start .bottom{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start .bottom .line{
  height: 100%;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start .center{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .start .center .content{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .circle{
  position: absolute;
  left: -11px;
  right: auto;
  top: 0.25rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .circle:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
  right: -11px;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .circle:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .circle .content{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .employee{
  display: flex;
  width: 25%;
  flex-direction: column;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .employee .name{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.scan-audit-log .log-items-wrapper .log-item-wrapper .employee .role{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.virustotal-summary-block{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(27 29 33 / var(--tw-text-opacity, 1));
}

.virustotal-summary-block:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .big-card{
  position: relative;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 35px;
}
.virustotal-summary-block .big-card:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .big-card .bg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 13rem;
  width: 13rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  background-image: url('virus-total-card-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.virustotal-summary-block .big-card .bg:where(.dark, .dark *){
  background-image: url('virus-total-card-bg-dark.svg');
}
.virustotal-summary-block .big-card .bg-card-title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.virustotal-summary-block .big-card .main-card-content{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
}
.virustotal-summary-block .big-card .main-card-content .stats{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.virustotal-summary-block .big-card .main-card-content .stats .stat-value{
  font-size: 64px;
  line-height: 80.45px;
  font-weight: 700;
}
.virustotal-summary-block .big-card .main-card-content .rating-container{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.virustotal-summary-block .big-card .main-card-content .rating-container i{
  font-size: 20px;
  line-height: 28px;
}
.virustotal-summary-block .big-card .main-card-content .rating-container span{
  font-size: 18px;
  line-height: 28px;
}
.virustotal-summary-block .small-card-container{
  grid-column: span 2 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.virustotal-summary-block .small-card-container .small-card-wrapper{
  display: grid;
  height: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
.virustotal-summary-block .small-card-container .small-card-wrapper mat-card{
  display: grid;
  place-items: center;
  padding: 0px;
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  padding: 1rem;
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container{
  display: grid;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  place-items: center;
  border-radius: 10px;
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container.orange{
  background-color: rgb(250 126 34 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container.green{
  background-color: rgb(51 208 130 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container.blue{
  background-color: rgb(42 133 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(42 133 255 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container.grey{
  background-color: rgb(52 75 97 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container.grey:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.5);
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .icon-container i{
  font-size: 20px;
  line-height: 28px;
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .content-wrapper .small-card-title{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.virustotal-summary-block .small-card-container .small-card-wrapper .small-card .card-stat{
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
}

.fortiguard-block{
  display: flex;
  gap: 0.625rem;
}
.fortiguard-block .fortiguard-card{
  width: 100%;
  min-width: 220px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 0.875rem;
}
.fortiguard-block .fortiguard-card:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.fortiguard-block .fortiguard-card .title{
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 20px;
}
.fortiguard-block .fortiguard-card .value{
  text-align: right;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.fortiguard-block .fortiguard-card .value:where([dir="rtl"], [dir="rtl"] *){
  text-align: left;
}

.member-control mat-form-field{
  width: 100%;
}
.member-control mat-form-field mat-icon{
  margin-right: 0.5rem;
  display: grid;
  cursor: pointer;
  place-items: center;
}
.member-control mat-form-field mat-icon:where([dir="rtl"], [dir="rtl"] *){
  margin-right: 0px;
  margin-left: 0.5rem;
}
.member-control mat-form-field mat-icon i{
  font-size: 20px;
  line-height: 28px;
}

.image-selector-control .text-wrapper{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-selector-control .text-wrapper h3{
  margin-bottom: 0px;
}
.image-selector-control .image-holder{
  display: flex;
  height: 160px;
  width: 100%;
  min-width: 150px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1280px){
  .image-selector-control .image-holder{
    height: 200px;
    min-width: 200px;
  }
}
.image-selector-control .image-holder:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.image-selector-control .image-holder.error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1));
}
.image-selector-control .image-holder img,
.image-selector-control .image-holder video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.settings-form .image-selector-control .image-holder{
  display: flex;
  height: 100px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.settings-form .image-selector-control .image-holder:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.settings-form .image-selector-control .image-holder.error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1));
}
.settings-form .image-selector-control .image-holder img,
.settings-form .image-selector-control .image-holder video{
  height: 90px;
  width: auto;
  object-fit: contain;
}

.cms-listing-block{
  display: grid;
  min-height: calc(100vh - 160px);
  gap: 1rem;
}
.cms-listing-block .block-title{
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.cms-listing-block .block-title:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cms-listing-block .pages-listing-block{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cms-listing-block .pages-listing-block .pages-link{
  width: 100%;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cms-listing-block .pages-listing-block .pages-link:hover{
  cursor: pointer;
  background-color: rgb(157 128 96 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}
.cms-listing-block .pages-listing-block .pages-link:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cms-listing-block .pages-listing-block .pages-link.active{
  background-color: rgb(157 128 96 / 0.15);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1));
}

.inbox-wrapper{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.inbox-wrapper inbox-list{
  grid-column: span 3 / span 3;
}

.inbox-list-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
}
.inbox-list-wrapper .inbox-list{
  padding: 0px;
}
.inbox-list-wrapper .inbox-list .inbox-list-items{
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  padding-bottom: 5rem;
}
.inbox-list-wrapper .inbox-list .inbox-list-items inbox-item .inbox-item{
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.inbox-list-wrapper .inbox-list .inbox-list-items inbox-item .inbox-item .item-body{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.inbox-list-wrapper .inbox-list .inbox-list-items inbox-item .inbox-item .item-body .request-number{
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.inbox-list-wrapper .inbox-list .inbox-list-items inbox-item .inbox-item .item-body .title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.inbox-list-wrapper .inbox-list .inbox-list-items inbox-item .inbox-item.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.inbox-list-wrapper .inbox-list .inbox-list-items inbox-item:last-child .inbox-item{
  border-style: none;
}
.inbox-list-wrapper .inbox-list .inbox-quick-filters{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 3.5rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.inbox-list-wrapper .inbox-list .inbox-quick-filters .mat-mdc-progress-bar{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  width: 100%;
}
.inbox-list-wrapper .inbox-list .inbox-quick-filters .vert{
  position: relative;
}
.inbox-list-wrapper .inbox-list .inbox-quick-filters .vert .badge{
  position: absolute;
  right: 0px;
  top: -3px;
  height: 0.5rem;
  width: 0.5rem;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.inbox-list-wrapper .inbox-list .inbox-quick-filters .vert .badge{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1));
}
.inbox-list-wrapper .inbox-list .no-data{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.details-wrapper{
  grid-column: span 9 / span 9;
  height: 100%;
}
.details-wrapper .empty-request{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: calc(100vh - 150px);
}
.details-wrapper .empty-request .icon{
  height: 4rem;
  width: 3.5rem;
  background-repeat: no-repeat;
  background-image: url('select-from-list.svg');
}

.arrowdown {
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  mask-image: url('bottom_bum.svg');
  mask-repeat: no-repeat;
}

.workflow-steps{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.workflow-steps .steps-wrapper{
  display: flex;
  height: 127px;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
}
.workflow-steps .steps-wrapper .step-item-wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item{
  position: relative;
  margin-bottom: 1.25rem;
  height: 31px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  border-radius: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item .arrow-down {
  left: calc(50% - 9px);
  position: absolute;
  bottom: -9px;
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  mask-image: url('bottom_bum.svg');
  mask-repeat: no-repeat;
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(42 133 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.active:where(.dark, .dark *){
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.active .arrow-down{
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.pending{
  --tw-bg-opacity: 1;
  background-color: rgb(138 153 176 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(138 153 176 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.pending:where(.dark, .dark *){
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.pending .arrow-down{
  --tw-bg-opacity: 1;
  background-color: rgb(138 153 176 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.completed{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(51 208 130 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.completed:where(.dark, .dark *){
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.workflow-steps .steps-wrapper .step-item-wrapper .step-item.completed .arrow-down{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .start,
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .end{
  display: flex;
  height: 6px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .start .content,
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .end .content{
  height: 2px;
  width: 100%;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content{
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents{
  position: absolute;
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents.multi{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents.multi .agent{
  position: absolute;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 133 255 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents.multi .agent.second{
  inset-inline-start: -1.25rem;
  z-index: 20;
  height: 1.75rem;
  width: 1.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-size: 10px;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents.multi .agent.third{
  inset-inline-start: -2.2rem;
  z-index: 20;
  height: 1.5rem;
  width: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-size: 8px;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents.multi .agent:hover{
  z-index: 40;
  height: 2rem;
  width: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(42 133 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
  font-size: 14px;
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom .center .content .agents .agent{
  inset-inline-start: 0px;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom.active .start .content{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom.active .center .content,
.workflow-steps .steps-wrapper .step-item-wrapper .bottom.active .end .content{
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .bottom.completed .start .content,
.workflow-steps .steps-wrapper .step-item-wrapper .bottom.completed .end .content,
.workflow-steps .steps-wrapper .step-item-wrapper .bottom.completed .center .content{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .name{
  margin-top: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 1.75rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper .name .multi-names{
  display: flex;
  height: 1.25rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.workflow-steps .steps-wrapper .step-item-wrapper .name .multi-names .more-names{
  height: 1rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
  padding: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.workflow-steps .steps-wrapper .step-item-wrapper.is-first .bottom .start{
  height: 0px;
}
.workflow-steps .steps-wrapper .step-item-wrapper.is-first .bottom .start .content{
  display: none;
}
.workflow-steps .steps-wrapper .step-item-wrapper.is-last .bottom .end{
  height: 0px;
}
.workflow-steps .steps-wrapper .step-item-wrapper.is-last .bottom .end .content{
  display: none;
}
.workflow-steps .steps-wrapper .separator{
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 57px;
}
.workflow-steps .steps-wrapper .separator .line{
  display: flex;
  height: 6px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .separator .line .content{
  height: 2px;
  width: 100%;
}
.workflow-steps .steps-wrapper .separator.completed .line .content{
  --tw-bg-opacity: 1;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-wrapper .separator.active .line .content{
  --tw-bg-opacity: 1;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1));
}
.workflow-steps .steps-bottom{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.workflow-steps .steps-bottom .legend{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.workflow-steps .steps-bottom .legend .legend-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.workflow-steps .steps-bottom .legend .legend-item .item-color{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}
.workflow-steps .steps-bottom .legend .legend-item .item-label{
  font-size: 14px;
  line-height: 20px;
}

.workflow-actions{
  width: 100%;
}
.workflow-actions h2{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.workflow-actions .form{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.workflow-actions .form .actions{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.workflow-history{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.workflow-history h2{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.workflow-history .history-items-wrapper{
  margin-bottom: 2rem;
  margin-inline-start: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.workflow-history .history-items-wrapper .header{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.workflow-history .history-items-wrapper .header .header-item{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.workflow-history .history-items-wrapper .history-item-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-inline-start-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}
.workflow-history .history-items-wrapper .history-item-wrapper .start{
  display: flex;
  height: 100%;
  width: 8.333333%;
  flex-direction: column;
}
.workflow-history .history-items-wrapper .history-item-wrapper .start .top{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.workflow-history .history-items-wrapper .history-item-wrapper .start .top .line{
  height: 100%;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.workflow-history .history-items-wrapper .history-item-wrapper .start .bottom{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.workflow-history .history-items-wrapper .history-item-wrapper .start .bottom .line{
  height: 100%;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.workflow-history .history-items-wrapper .history-item-wrapper .start .center{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.workflow-history .history-items-wrapper .history-item-wrapper .start .center .content{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}
.workflow-history .history-items-wrapper .history-item-wrapper .circle{
  position: absolute;
  left: -11px;
  right: auto;
  top: 0px;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.workflow-history .history-items-wrapper .history-item-wrapper .circle:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
  right: -11px;
}
.workflow-history .history-items-wrapper .history-item-wrapper .circle .content{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}
.workflow-history .history-items-wrapper .history-item-wrapper .employee{
  display: flex;
  width: 25%;
  flex-direction: column;
}
.workflow-history .history-items-wrapper .history-item-wrapper .employee .name{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.workflow-history .history-items-wrapper .history-item-wrapper .employee .role{
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-outlined.woff2') format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-rounded.woff2') format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-sharp.woff2') format("woff2");
}
.material-symbols-sharp {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" -25, "opsz" 40;
}

.last\:border-0:last-child{
  border-width: 0px !important;
}

.hover\:border-black-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 188 193 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-100\/0:hover{
  border-color: rgb(186 188 193 / 0) !important;
}

.hover\:border-black-100\/10:hover{
  border-color: rgb(186 188 193 / 0.1) !important;
}

.hover\:border-black-100\/100:hover{
  border-color: rgb(186 188 193 / 1) !important;
}

.hover\:border-black-100\/15:hover{
  border-color: rgb(186 188 193 / 0.15) !important;
}

.hover\:border-black-100\/20:hover{
  border-color: rgb(186 188 193 / 0.2) !important;
}

.hover\:border-black-100\/25:hover{
  border-color: rgb(186 188 193 / 0.25) !important;
}

.hover\:border-black-100\/30:hover{
  border-color: rgb(186 188 193 / 0.3) !important;
}

.hover\:border-black-100\/35:hover{
  border-color: rgb(186 188 193 / 0.35) !important;
}

.hover\:border-black-100\/40:hover{
  border-color: rgb(186 188 193 / 0.4) !important;
}

.hover\:border-black-100\/45:hover{
  border-color: rgb(186 188 193 / 0.45) !important;
}

.hover\:border-black-100\/5:hover{
  border-color: rgb(186 188 193 / 0.05) !important;
}

.hover\:border-black-100\/50:hover{
  border-color: rgb(186 188 193 / 0.5) !important;
}

.hover\:border-black-100\/55:hover{
  border-color: rgb(186 188 193 / 0.55) !important;
}

.hover\:border-black-100\/60:hover{
  border-color: rgb(186 188 193 / 0.6) !important;
}

.hover\:border-black-100\/65:hover{
  border-color: rgb(186 188 193 / 0.65) !important;
}

.hover\:border-black-100\/70:hover{
  border-color: rgb(186 188 193 / 0.7) !important;
}

.hover\:border-black-100\/75:hover{
  border-color: rgb(186 188 193 / 0.75) !important;
}

.hover\:border-black-100\/80:hover{
  border-color: rgb(186 188 193 / 0.8) !important;
}

.hover\:border-black-100\/85:hover{
  border-color: rgb(186 188 193 / 0.85) !important;
}

.hover\:border-black-100\/90:hover{
  border-color: rgb(186 188 193 / 0.9) !important;
}

.hover\:border-black-100\/95:hover{
  border-color: rgb(186 188 193 / 0.95) !important;
}

.hover\:border-black-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 152 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-200\/0:hover{
  border-color: rgb(140 143 152 / 0) !important;
}

.hover\:border-black-200\/10:hover{
  border-color: rgb(140 143 152 / 0.1) !important;
}

.hover\:border-black-200\/100:hover{
  border-color: rgb(140 143 152 / 1) !important;
}

.hover\:border-black-200\/15:hover{
  border-color: rgb(140 143 152 / 0.15) !important;
}

.hover\:border-black-200\/20:hover{
  border-color: rgb(140 143 152 / 0.2) !important;
}

.hover\:border-black-200\/25:hover{
  border-color: rgb(140 143 152 / 0.25) !important;
}

.hover\:border-black-200\/30:hover{
  border-color: rgb(140 143 152 / 0.3) !important;
}

.hover\:border-black-200\/35:hover{
  border-color: rgb(140 143 152 / 0.35) !important;
}

.hover\:border-black-200\/40:hover{
  border-color: rgb(140 143 152 / 0.4) !important;
}

.hover\:border-black-200\/45:hover{
  border-color: rgb(140 143 152 / 0.45) !important;
}

.hover\:border-black-200\/5:hover{
  border-color: rgb(140 143 152 / 0.05) !important;
}

.hover\:border-black-200\/50:hover{
  border-color: rgb(140 143 152 / 0.5) !important;
}

.hover\:border-black-200\/55:hover{
  border-color: rgb(140 143 152 / 0.55) !important;
}

.hover\:border-black-200\/60:hover{
  border-color: rgb(140 143 152 / 0.6) !important;
}

.hover\:border-black-200\/65:hover{
  border-color: rgb(140 143 152 / 0.65) !important;
}

.hover\:border-black-200\/70:hover{
  border-color: rgb(140 143 152 / 0.7) !important;
}

.hover\:border-black-200\/75:hover{
  border-color: rgb(140 143 152 / 0.75) !important;
}

.hover\:border-black-200\/80:hover{
  border-color: rgb(140 143 152 / 0.8) !important;
}

.hover\:border-black-200\/85:hover{
  border-color: rgb(140 143 152 / 0.85) !important;
}

.hover\:border-black-200\/90:hover{
  border-color: rgb(140 143 152 / 0.9) !important;
}

.hover\:border-black-200\/95:hover{
  border-color: rgb(140 143 152 / 0.95) !important;
}

.hover\:border-black-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(94 98 111 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-300\/0:hover{
  border-color: rgb(94 98 111 / 0) !important;
}

.hover\:border-black-300\/10:hover{
  border-color: rgb(94 98 111 / 0.1) !important;
}

.hover\:border-black-300\/100:hover{
  border-color: rgb(94 98 111 / 1) !important;
}

.hover\:border-black-300\/15:hover{
  border-color: rgb(94 98 111 / 0.15) !important;
}

.hover\:border-black-300\/20:hover{
  border-color: rgb(94 98 111 / 0.2) !important;
}

.hover\:border-black-300\/25:hover{
  border-color: rgb(94 98 111 / 0.25) !important;
}

.hover\:border-black-300\/30:hover{
  border-color: rgb(94 98 111 / 0.3) !important;
}

.hover\:border-black-300\/35:hover{
  border-color: rgb(94 98 111 / 0.35) !important;
}

.hover\:border-black-300\/40:hover{
  border-color: rgb(94 98 111 / 0.4) !important;
}

.hover\:border-black-300\/45:hover{
  border-color: rgb(94 98 111 / 0.45) !important;
}

.hover\:border-black-300\/5:hover{
  border-color: rgb(94 98 111 / 0.05) !important;
}

.hover\:border-black-300\/50:hover{
  border-color: rgb(94 98 111 / 0.5) !important;
}

.hover\:border-black-300\/55:hover{
  border-color: rgb(94 98 111 / 0.55) !important;
}

.hover\:border-black-300\/60:hover{
  border-color: rgb(94 98 111 / 0.6) !important;
}

.hover\:border-black-300\/65:hover{
  border-color: rgb(94 98 111 / 0.65) !important;
}

.hover\:border-black-300\/70:hover{
  border-color: rgb(94 98 111 / 0.7) !important;
}

.hover\:border-black-300\/75:hover{
  border-color: rgb(94 98 111 / 0.75) !important;
}

.hover\:border-black-300\/80:hover{
  border-color: rgb(94 98 111 / 0.8) !important;
}

.hover\:border-black-300\/85:hover{
  border-color: rgb(94 98 111 / 0.85) !important;
}

.hover\:border-black-300\/90:hover{
  border-color: rgb(94 98 111 / 0.9) !important;
}

.hover\:border-black-300\/95:hover{
  border-color: rgb(94 98 111 / 0.95) !important;
}

.hover\:border-black-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(60 64 80 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-400\/0:hover{
  border-color: rgb(60 64 80 / 0) !important;
}

.hover\:border-black-400\/10:hover{
  border-color: rgb(60 64 80 / 0.1) !important;
}

.hover\:border-black-400\/100:hover{
  border-color: rgb(60 64 80 / 1) !important;
}

.hover\:border-black-400\/15:hover{
  border-color: rgb(60 64 80 / 0.15) !important;
}

.hover\:border-black-400\/20:hover{
  border-color: rgb(60 64 80 / 0.2) !important;
}

.hover\:border-black-400\/25:hover{
  border-color: rgb(60 64 80 / 0.25) !important;
}

.hover\:border-black-400\/30:hover{
  border-color: rgb(60 64 80 / 0.3) !important;
}

.hover\:border-black-400\/35:hover{
  border-color: rgb(60 64 80 / 0.35) !important;
}

.hover\:border-black-400\/40:hover{
  border-color: rgb(60 64 80 / 0.4) !important;
}

.hover\:border-black-400\/45:hover{
  border-color: rgb(60 64 80 / 0.45) !important;
}

.hover\:border-black-400\/5:hover{
  border-color: rgb(60 64 80 / 0.05) !important;
}

.hover\:border-black-400\/50:hover{
  border-color: rgb(60 64 80 / 0.5) !important;
}

.hover\:border-black-400\/55:hover{
  border-color: rgb(60 64 80 / 0.55) !important;
}

.hover\:border-black-400\/60:hover{
  border-color: rgb(60 64 80 / 0.6) !important;
}

.hover\:border-black-400\/65:hover{
  border-color: rgb(60 64 80 / 0.65) !important;
}

.hover\:border-black-400\/70:hover{
  border-color: rgb(60 64 80 / 0.7) !important;
}

.hover\:border-black-400\/75:hover{
  border-color: rgb(60 64 80 / 0.75) !important;
}

.hover\:border-black-400\/80:hover{
  border-color: rgb(60 64 80 / 0.8) !important;
}

.hover\:border-black-400\/85:hover{
  border-color: rgb(60 64 80 / 0.85) !important;
}

.hover\:border-black-400\/90:hover{
  border-color: rgb(60 64 80 / 0.9) !important;
}

.hover\:border-black-400\/95:hover{
  border-color: rgb(60 64 80 / 0.95) !important;
}

.hover\:border-black-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 228 230 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-50\/0:hover{
  border-color: rgb(227 228 230 / 0) !important;
}

.hover\:border-black-50\/10:hover{
  border-color: rgb(227 228 230 / 0.1) !important;
}

.hover\:border-black-50\/100:hover{
  border-color: rgb(227 228 230 / 1) !important;
}

.hover\:border-black-50\/15:hover{
  border-color: rgb(227 228 230 / 0.15) !important;
}

.hover\:border-black-50\/20:hover{
  border-color: rgb(227 228 230 / 0.2) !important;
}

.hover\:border-black-50\/25:hover{
  border-color: rgb(227 228 230 / 0.25) !important;
}

.hover\:border-black-50\/30:hover{
  border-color: rgb(227 228 230 / 0.3) !important;
}

.hover\:border-black-50\/35:hover{
  border-color: rgb(227 228 230 / 0.35) !important;
}

.hover\:border-black-50\/40:hover{
  border-color: rgb(227 228 230 / 0.4) !important;
}

.hover\:border-black-50\/45:hover{
  border-color: rgb(227 228 230 / 0.45) !important;
}

.hover\:border-black-50\/5:hover{
  border-color: rgb(227 228 230 / 0.05) !important;
}

.hover\:border-black-50\/50:hover{
  border-color: rgb(227 228 230 / 0.5) !important;
}

.hover\:border-black-50\/55:hover{
  border-color: rgb(227 228 230 / 0.55) !important;
}

.hover\:border-black-50\/60:hover{
  border-color: rgb(227 228 230 / 0.6) !important;
}

.hover\:border-black-50\/65:hover{
  border-color: rgb(227 228 230 / 0.65) !important;
}

.hover\:border-black-50\/70:hover{
  border-color: rgb(227 228 230 / 0.7) !important;
}

.hover\:border-black-50\/75:hover{
  border-color: rgb(227 228 230 / 0.75) !important;
}

.hover\:border-black-50\/80:hover{
  border-color: rgb(227 228 230 / 0.8) !important;
}

.hover\:border-black-50\/85:hover{
  border-color: rgb(227 228 230 / 0.85) !important;
}

.hover\:border-black-50\/90:hover{
  border-color: rgb(227 228 230 / 0.9) !important;
}

.hover\:border-black-50\/95:hover{
  border-color: rgb(227 228 230 / 0.95) !important;
}

.hover\:border-black-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 30 49 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-500\/0:hover{
  border-color: rgb(25 30 49 / 0) !important;
}

.hover\:border-black-500\/10:hover{
  border-color: rgb(25 30 49 / 0.1) !important;
}

.hover\:border-black-500\/100:hover{
  border-color: rgb(25 30 49 / 1) !important;
}

.hover\:border-black-500\/15:hover{
  border-color: rgb(25 30 49 / 0.15) !important;
}

.hover\:border-black-500\/20:hover{
  border-color: rgb(25 30 49 / 0.2) !important;
}

.hover\:border-black-500\/25:hover{
  border-color: rgb(25 30 49 / 0.25) !important;
}

.hover\:border-black-500\/30:hover{
  border-color: rgb(25 30 49 / 0.3) !important;
}

.hover\:border-black-500\/35:hover{
  border-color: rgb(25 30 49 / 0.35) !important;
}

.hover\:border-black-500\/40:hover{
  border-color: rgb(25 30 49 / 0.4) !important;
}

.hover\:border-black-500\/45:hover{
  border-color: rgb(25 30 49 / 0.45) !important;
}

.hover\:border-black-500\/5:hover{
  border-color: rgb(25 30 49 / 0.05) !important;
}

.hover\:border-black-500\/50:hover{
  border-color: rgb(25 30 49 / 0.5) !important;
}

.hover\:border-black-500\/55:hover{
  border-color: rgb(25 30 49 / 0.55) !important;
}

.hover\:border-black-500\/60:hover{
  border-color: rgb(25 30 49 / 0.6) !important;
}

.hover\:border-black-500\/65:hover{
  border-color: rgb(25 30 49 / 0.65) !important;
}

.hover\:border-black-500\/70:hover{
  border-color: rgb(25 30 49 / 0.7) !important;
}

.hover\:border-black-500\/75:hover{
  border-color: rgb(25 30 49 / 0.75) !important;
}

.hover\:border-black-500\/80:hover{
  border-color: rgb(25 30 49 / 0.8) !important;
}

.hover\:border-black-500\/85:hover{
  border-color: rgb(25 30 49 / 0.85) !important;
}

.hover\:border-black-500\/90:hover{
  border-color: rgb(25 30 49 / 0.9) !important;
}

.hover\:border-black-500\/95:hover{
  border-color: rgb(25 30 49 / 0.95) !important;
}

.hover\:border-black-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 26 44 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-600\/0:hover{
  border-color: rgb(22 26 44 / 0) !important;
}

.hover\:border-black-600\/10:hover{
  border-color: rgb(22 26 44 / 0.1) !important;
}

.hover\:border-black-600\/100:hover{
  border-color: rgb(22 26 44 / 1) !important;
}

.hover\:border-black-600\/15:hover{
  border-color: rgb(22 26 44 / 0.15) !important;
}

.hover\:border-black-600\/20:hover{
  border-color: rgb(22 26 44 / 0.2) !important;
}

.hover\:border-black-600\/25:hover{
  border-color: rgb(22 26 44 / 0.25) !important;
}

.hover\:border-black-600\/30:hover{
  border-color: rgb(22 26 44 / 0.3) !important;
}

.hover\:border-black-600\/35:hover{
  border-color: rgb(22 26 44 / 0.35) !important;
}

.hover\:border-black-600\/40:hover{
  border-color: rgb(22 26 44 / 0.4) !important;
}

.hover\:border-black-600\/45:hover{
  border-color: rgb(22 26 44 / 0.45) !important;
}

.hover\:border-black-600\/5:hover{
  border-color: rgb(22 26 44 / 0.05) !important;
}

.hover\:border-black-600\/50:hover{
  border-color: rgb(22 26 44 / 0.5) !important;
}

.hover\:border-black-600\/55:hover{
  border-color: rgb(22 26 44 / 0.55) !important;
}

.hover\:border-black-600\/60:hover{
  border-color: rgb(22 26 44 / 0.6) !important;
}

.hover\:border-black-600\/65:hover{
  border-color: rgb(22 26 44 / 0.65) !important;
}

.hover\:border-black-600\/70:hover{
  border-color: rgb(22 26 44 / 0.7) !important;
}

.hover\:border-black-600\/75:hover{
  border-color: rgb(22 26 44 / 0.75) !important;
}

.hover\:border-black-600\/80:hover{
  border-color: rgb(22 26 44 / 0.8) !important;
}

.hover\:border-black-600\/85:hover{
  border-color: rgb(22 26 44 / 0.85) !important;
}

.hover\:border-black-600\/90:hover{
  border-color: rgb(22 26 44 / 0.9) !important;
}

.hover\:border-black-600\/95:hover{
  border-color: rgb(22 26 44 / 0.95) !important;
}

.hover\:border-black-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 22 37 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-700\/0:hover{
  border-color: rgb(18 22 37 / 0) !important;
}

.hover\:border-black-700\/10:hover{
  border-color: rgb(18 22 37 / 0.1) !important;
}

.hover\:border-black-700\/100:hover{
  border-color: rgb(18 22 37 / 1) !important;
}

.hover\:border-black-700\/15:hover{
  border-color: rgb(18 22 37 / 0.15) !important;
}

.hover\:border-black-700\/20:hover{
  border-color: rgb(18 22 37 / 0.2) !important;
}

.hover\:border-black-700\/25:hover{
  border-color: rgb(18 22 37 / 0.25) !important;
}

.hover\:border-black-700\/30:hover{
  border-color: rgb(18 22 37 / 0.3) !important;
}

.hover\:border-black-700\/35:hover{
  border-color: rgb(18 22 37 / 0.35) !important;
}

.hover\:border-black-700\/40:hover{
  border-color: rgb(18 22 37 / 0.4) !important;
}

.hover\:border-black-700\/45:hover{
  border-color: rgb(18 22 37 / 0.45) !important;
}

.hover\:border-black-700\/5:hover{
  border-color: rgb(18 22 37 / 0.05) !important;
}

.hover\:border-black-700\/50:hover{
  border-color: rgb(18 22 37 / 0.5) !important;
}

.hover\:border-black-700\/55:hover{
  border-color: rgb(18 22 37 / 0.55) !important;
}

.hover\:border-black-700\/60:hover{
  border-color: rgb(18 22 37 / 0.6) !important;
}

.hover\:border-black-700\/65:hover{
  border-color: rgb(18 22 37 / 0.65) !important;
}

.hover\:border-black-700\/70:hover{
  border-color: rgb(18 22 37 / 0.7) !important;
}

.hover\:border-black-700\/75:hover{
  border-color: rgb(18 22 37 / 0.75) !important;
}

.hover\:border-black-700\/80:hover{
  border-color: rgb(18 22 37 / 0.8) !important;
}

.hover\:border-black-700\/85:hover{
  border-color: rgb(18 22 37 / 0.85) !important;
}

.hover\:border-black-700\/90:hover{
  border-color: rgb(18 22 37 / 0.9) !important;
}

.hover\:border-black-700\/95:hover{
  border-color: rgb(18 22 37 / 0.95) !important;
}

.hover\:border-black-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 18 31 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-800\/0:hover{
  border-color: rgb(14 18 31 / 0) !important;
}

.hover\:border-black-800\/10:hover{
  border-color: rgb(14 18 31 / 0.1) !important;
}

.hover\:border-black-800\/100:hover{
  border-color: rgb(14 18 31 / 1) !important;
}

.hover\:border-black-800\/15:hover{
  border-color: rgb(14 18 31 / 0.15) !important;
}

.hover\:border-black-800\/20:hover{
  border-color: rgb(14 18 31 / 0.2) !important;
}

.hover\:border-black-800\/25:hover{
  border-color: rgb(14 18 31 / 0.25) !important;
}

.hover\:border-black-800\/30:hover{
  border-color: rgb(14 18 31 / 0.3) !important;
}

.hover\:border-black-800\/35:hover{
  border-color: rgb(14 18 31 / 0.35) !important;
}

.hover\:border-black-800\/40:hover{
  border-color: rgb(14 18 31 / 0.4) !important;
}

.hover\:border-black-800\/45:hover{
  border-color: rgb(14 18 31 / 0.45) !important;
}

.hover\:border-black-800\/5:hover{
  border-color: rgb(14 18 31 / 0.05) !important;
}

.hover\:border-black-800\/50:hover{
  border-color: rgb(14 18 31 / 0.5) !important;
}

.hover\:border-black-800\/55:hover{
  border-color: rgb(14 18 31 / 0.55) !important;
}

.hover\:border-black-800\/60:hover{
  border-color: rgb(14 18 31 / 0.6) !important;
}

.hover\:border-black-800\/65:hover{
  border-color: rgb(14 18 31 / 0.65) !important;
}

.hover\:border-black-800\/70:hover{
  border-color: rgb(14 18 31 / 0.7) !important;
}

.hover\:border-black-800\/75:hover{
  border-color: rgb(14 18 31 / 0.75) !important;
}

.hover\:border-black-800\/80:hover{
  border-color: rgb(14 18 31 / 0.8) !important;
}

.hover\:border-black-800\/85:hover{
  border-color: rgb(14 18 31 / 0.85) !important;
}

.hover\:border-black-800\/90:hover{
  border-color: rgb(14 18 31 / 0.9) !important;
}

.hover\:border-black-800\/95:hover{
  border-color: rgb(14 18 31 / 0.95) !important;
}

.hover\:border-black-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 10 19 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-black-900\/0:hover{
  border-color: rgb(8 10 19 / 0) !important;
}

.hover\:border-black-900\/10:hover{
  border-color: rgb(8 10 19 / 0.1) !important;
}

.hover\:border-black-900\/100:hover{
  border-color: rgb(8 10 19 / 1) !important;
}

.hover\:border-black-900\/15:hover{
  border-color: rgb(8 10 19 / 0.15) !important;
}

.hover\:border-black-900\/20:hover{
  border-color: rgb(8 10 19 / 0.2) !important;
}

.hover\:border-black-900\/25:hover{
  border-color: rgb(8 10 19 / 0.25) !important;
}

.hover\:border-black-900\/30:hover{
  border-color: rgb(8 10 19 / 0.3) !important;
}

.hover\:border-black-900\/35:hover{
  border-color: rgb(8 10 19 / 0.35) !important;
}

.hover\:border-black-900\/40:hover{
  border-color: rgb(8 10 19 / 0.4) !important;
}

.hover\:border-black-900\/45:hover{
  border-color: rgb(8 10 19 / 0.45) !important;
}

.hover\:border-black-900\/5:hover{
  border-color: rgb(8 10 19 / 0.05) !important;
}

.hover\:border-black-900\/50:hover{
  border-color: rgb(8 10 19 / 0.5) !important;
}

.hover\:border-black-900\/55:hover{
  border-color: rgb(8 10 19 / 0.55) !important;
}

.hover\:border-black-900\/60:hover{
  border-color: rgb(8 10 19 / 0.6) !important;
}

.hover\:border-black-900\/65:hover{
  border-color: rgb(8 10 19 / 0.65) !important;
}

.hover\:border-black-900\/70:hover{
  border-color: rgb(8 10 19 / 0.7) !important;
}

.hover\:border-black-900\/75:hover{
  border-color: rgb(8 10 19 / 0.75) !important;
}

.hover\:border-black-900\/80:hover{
  border-color: rgb(8 10 19 / 0.8) !important;
}

.hover\:border-black-900\/85:hover{
  border-color: rgb(8 10 19 / 0.85) !important;
}

.hover\:border-black-900\/90:hover{
  border-color: rgb(8 10 19 / 0.9) !important;
}

.hover\:border-black-900\/95:hover{
  border-color: rgb(8 10 19 / 0.95) !important;
}

.hover\:border-blue-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 236 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-100\/0:hover{
  border-color: rgb(217 236 255 / 0) !important;
}

.hover\:border-blue-100\/10:hover{
  border-color: rgb(217 236 255 / 0.1) !important;
}

.hover\:border-blue-100\/100:hover{
  border-color: rgb(217 236 255 / 1) !important;
}

.hover\:border-blue-100\/15:hover{
  border-color: rgb(217 236 255 / 0.15) !important;
}

.hover\:border-blue-100\/20:hover{
  border-color: rgb(217 236 255 / 0.2) !important;
}

.hover\:border-blue-100\/25:hover{
  border-color: rgb(217 236 255 / 0.25) !important;
}

.hover\:border-blue-100\/30:hover{
  border-color: rgb(217 236 255 / 0.3) !important;
}

.hover\:border-blue-100\/35:hover{
  border-color: rgb(217 236 255 / 0.35) !important;
}

.hover\:border-blue-100\/40:hover{
  border-color: rgb(217 236 255 / 0.4) !important;
}

.hover\:border-blue-100\/45:hover{
  border-color: rgb(217 236 255 / 0.45) !important;
}

.hover\:border-blue-100\/5:hover{
  border-color: rgb(217 236 255 / 0.05) !important;
}

.hover\:border-blue-100\/50:hover{
  border-color: rgb(217 236 255 / 0.5) !important;
}

.hover\:border-blue-100\/55:hover{
  border-color: rgb(217 236 255 / 0.55) !important;
}

.hover\:border-blue-100\/60:hover{
  border-color: rgb(217 236 255 / 0.6) !important;
}

.hover\:border-blue-100\/65:hover{
  border-color: rgb(217 236 255 / 0.65) !important;
}

.hover\:border-blue-100\/70:hover{
  border-color: rgb(217 236 255 / 0.7) !important;
}

.hover\:border-blue-100\/75:hover{
  border-color: rgb(217 236 255 / 0.75) !important;
}

.hover\:border-blue-100\/80:hover{
  border-color: rgb(217 236 255 / 0.8) !important;
}

.hover\:border-blue-100\/85:hover{
  border-color: rgb(217 236 255 / 0.85) !important;
}

.hover\:border-blue-100\/90:hover{
  border-color: rgb(217 236 255 / 0.9) !important;
}

.hover\:border-blue-100\/95:hover{
  border-color: rgb(217 236 255 / 0.95) !important;
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(188 222 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-200\/0:hover{
  border-color: rgb(188 222 255 / 0) !important;
}

.hover\:border-blue-200\/10:hover{
  border-color: rgb(188 222 255 / 0.1) !important;
}

.hover\:border-blue-200\/100:hover{
  border-color: rgb(188 222 255 / 1) !important;
}

.hover\:border-blue-200\/15:hover{
  border-color: rgb(188 222 255 / 0.15) !important;
}

.hover\:border-blue-200\/20:hover{
  border-color: rgb(188 222 255 / 0.2) !important;
}

.hover\:border-blue-200\/25:hover{
  border-color: rgb(188 222 255 / 0.25) !important;
}

.hover\:border-blue-200\/30:hover{
  border-color: rgb(188 222 255 / 0.3) !important;
}

.hover\:border-blue-200\/35:hover{
  border-color: rgb(188 222 255 / 0.35) !important;
}

.hover\:border-blue-200\/40:hover{
  border-color: rgb(188 222 255 / 0.4) !important;
}

.hover\:border-blue-200\/45:hover{
  border-color: rgb(188 222 255 / 0.45) !important;
}

.hover\:border-blue-200\/5:hover{
  border-color: rgb(188 222 255 / 0.05) !important;
}

.hover\:border-blue-200\/50:hover{
  border-color: rgb(188 222 255 / 0.5) !important;
}

.hover\:border-blue-200\/55:hover{
  border-color: rgb(188 222 255 / 0.55) !important;
}

.hover\:border-blue-200\/60:hover{
  border-color: rgb(188 222 255 / 0.6) !important;
}

.hover\:border-blue-200\/65:hover{
  border-color: rgb(188 222 255 / 0.65) !important;
}

.hover\:border-blue-200\/70:hover{
  border-color: rgb(188 222 255 / 0.7) !important;
}

.hover\:border-blue-200\/75:hover{
  border-color: rgb(188 222 255 / 0.75) !important;
}

.hover\:border-blue-200\/80:hover{
  border-color: rgb(188 222 255 / 0.8) !important;
}

.hover\:border-blue-200\/85:hover{
  border-color: rgb(188 222 255 / 0.85) !important;
}

.hover\:border-blue-200\/90:hover{
  border-color: rgb(188 222 255 / 0.9) !important;
}

.hover\:border-blue-200\/95:hover{
  border-color: rgb(188 222 255 / 0.95) !important;
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 202 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-300\/0:hover{
  border-color: rgb(142 202 255 / 0) !important;
}

.hover\:border-blue-300\/10:hover{
  border-color: rgb(142 202 255 / 0.1) !important;
}

.hover\:border-blue-300\/100:hover{
  border-color: rgb(142 202 255 / 1) !important;
}

.hover\:border-blue-300\/15:hover{
  border-color: rgb(142 202 255 / 0.15) !important;
}

.hover\:border-blue-300\/20:hover{
  border-color: rgb(142 202 255 / 0.2) !important;
}

.hover\:border-blue-300\/25:hover{
  border-color: rgb(142 202 255 / 0.25) !important;
}

.hover\:border-blue-300\/30:hover{
  border-color: rgb(142 202 255 / 0.3) !important;
}

.hover\:border-blue-300\/35:hover{
  border-color: rgb(142 202 255 / 0.35) !important;
}

.hover\:border-blue-300\/40:hover{
  border-color: rgb(142 202 255 / 0.4) !important;
}

.hover\:border-blue-300\/45:hover{
  border-color: rgb(142 202 255 / 0.45) !important;
}

.hover\:border-blue-300\/5:hover{
  border-color: rgb(142 202 255 / 0.05) !important;
}

.hover\:border-blue-300\/50:hover{
  border-color: rgb(142 202 255 / 0.5) !important;
}

.hover\:border-blue-300\/55:hover{
  border-color: rgb(142 202 255 / 0.55) !important;
}

.hover\:border-blue-300\/60:hover{
  border-color: rgb(142 202 255 / 0.6) !important;
}

.hover\:border-blue-300\/65:hover{
  border-color: rgb(142 202 255 / 0.65) !important;
}

.hover\:border-blue-300\/70:hover{
  border-color: rgb(142 202 255 / 0.7) !important;
}

.hover\:border-blue-300\/75:hover{
  border-color: rgb(142 202 255 / 0.75) !important;
}

.hover\:border-blue-300\/80:hover{
  border-color: rgb(142 202 255 / 0.8) !important;
}

.hover\:border-blue-300\/85:hover{
  border-color: rgb(142 202 255 / 0.85) !important;
}

.hover\:border-blue-300\/90:hover{
  border-color: rgb(142 202 255 / 0.9) !important;
}

.hover\:border-blue-300\/95:hover{
  border-color: rgb(142 202 255 / 0.95) !important;
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 172 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-400\/0:hover{
  border-color: rgb(89 172 255 / 0) !important;
}

.hover\:border-blue-400\/10:hover{
  border-color: rgb(89 172 255 / 0.1) !important;
}

.hover\:border-blue-400\/100:hover{
  border-color: rgb(89 172 255 / 1) !important;
}

.hover\:border-blue-400\/15:hover{
  border-color: rgb(89 172 255 / 0.15) !important;
}

.hover\:border-blue-400\/20:hover{
  border-color: rgb(89 172 255 / 0.2) !important;
}

.hover\:border-blue-400\/25:hover{
  border-color: rgb(89 172 255 / 0.25) !important;
}

.hover\:border-blue-400\/30:hover{
  border-color: rgb(89 172 255 / 0.3) !important;
}

.hover\:border-blue-400\/35:hover{
  border-color: rgb(89 172 255 / 0.35) !important;
}

.hover\:border-blue-400\/40:hover{
  border-color: rgb(89 172 255 / 0.4) !important;
}

.hover\:border-blue-400\/45:hover{
  border-color: rgb(89 172 255 / 0.45) !important;
}

.hover\:border-blue-400\/5:hover{
  border-color: rgb(89 172 255 / 0.05) !important;
}

.hover\:border-blue-400\/50:hover{
  border-color: rgb(89 172 255 / 0.5) !important;
}

.hover\:border-blue-400\/55:hover{
  border-color: rgb(89 172 255 / 0.55) !important;
}

.hover\:border-blue-400\/60:hover{
  border-color: rgb(89 172 255 / 0.6) !important;
}

.hover\:border-blue-400\/65:hover{
  border-color: rgb(89 172 255 / 0.65) !important;
}

.hover\:border-blue-400\/70:hover{
  border-color: rgb(89 172 255 / 0.7) !important;
}

.hover\:border-blue-400\/75:hover{
  border-color: rgb(89 172 255 / 0.75) !important;
}

.hover\:border-blue-400\/80:hover{
  border-color: rgb(89 172 255 / 0.8) !important;
}

.hover\:border-blue-400\/85:hover{
  border-color: rgb(89 172 255 / 0.85) !important;
}

.hover\:border-blue-400\/90:hover{
  border-color: rgb(89 172 255 / 0.9) !important;
}

.hover\:border-blue-400\/95:hover{
  border-color: rgb(89 172 255 / 0.95) !important;
}

.hover\:border-blue-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 247 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-50\/0:hover{
  border-color: rgb(238 247 255 / 0) !important;
}

.hover\:border-blue-50\/10:hover{
  border-color: rgb(238 247 255 / 0.1) !important;
}

.hover\:border-blue-50\/100:hover{
  border-color: rgb(238 247 255 / 1) !important;
}

.hover\:border-blue-50\/15:hover{
  border-color: rgb(238 247 255 / 0.15) !important;
}

.hover\:border-blue-50\/20:hover{
  border-color: rgb(238 247 255 / 0.2) !important;
}

.hover\:border-blue-50\/25:hover{
  border-color: rgb(238 247 255 / 0.25) !important;
}

.hover\:border-blue-50\/30:hover{
  border-color: rgb(238 247 255 / 0.3) !important;
}

.hover\:border-blue-50\/35:hover{
  border-color: rgb(238 247 255 / 0.35) !important;
}

.hover\:border-blue-50\/40:hover{
  border-color: rgb(238 247 255 / 0.4) !important;
}

.hover\:border-blue-50\/45:hover{
  border-color: rgb(238 247 255 / 0.45) !important;
}

.hover\:border-blue-50\/5:hover{
  border-color: rgb(238 247 255 / 0.05) !important;
}

.hover\:border-blue-50\/50:hover{
  border-color: rgb(238 247 255 / 0.5) !important;
}

.hover\:border-blue-50\/55:hover{
  border-color: rgb(238 247 255 / 0.55) !important;
}

.hover\:border-blue-50\/60:hover{
  border-color: rgb(238 247 255 / 0.6) !important;
}

.hover\:border-blue-50\/65:hover{
  border-color: rgb(238 247 255 / 0.65) !important;
}

.hover\:border-blue-50\/70:hover{
  border-color: rgb(238 247 255 / 0.7) !important;
}

.hover\:border-blue-50\/75:hover{
  border-color: rgb(238 247 255 / 0.75) !important;
}

.hover\:border-blue-50\/80:hover{
  border-color: rgb(238 247 255 / 0.8) !important;
}

.hover\:border-blue-50\/85:hover{
  border-color: rgb(238 247 255 / 0.85) !important;
}

.hover\:border-blue-50\/90:hover{
  border-color: rgb(238 247 255 / 0.9) !important;
}

.hover\:border-blue-50\/95:hover{
  border-color: rgb(238 247 255 / 0.95) !important;
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 133 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-500\/0:hover{
  border-color: rgb(42 133 255 / 0) !important;
}

.hover\:border-blue-500\/10:hover{
  border-color: rgb(42 133 255 / 0.1) !important;
}

.hover\:border-blue-500\/100:hover{
  border-color: rgb(42 133 255 / 1) !important;
}

.hover\:border-blue-500\/15:hover{
  border-color: rgb(42 133 255 / 0.15) !important;
}

.hover\:border-blue-500\/20:hover{
  border-color: rgb(42 133 255 / 0.2) !important;
}

.hover\:border-blue-500\/25:hover{
  border-color: rgb(42 133 255 / 0.25) !important;
}

.hover\:border-blue-500\/30:hover{
  border-color: rgb(42 133 255 / 0.3) !important;
}

.hover\:border-blue-500\/35:hover{
  border-color: rgb(42 133 255 / 0.35) !important;
}

.hover\:border-blue-500\/40:hover{
  border-color: rgb(42 133 255 / 0.4) !important;
}

.hover\:border-blue-500\/45:hover{
  border-color: rgb(42 133 255 / 0.45) !important;
}

.hover\:border-blue-500\/5:hover{
  border-color: rgb(42 133 255 / 0.05) !important;
}

.hover\:border-blue-500\/50:hover{
  border-color: rgb(42 133 255 / 0.5) !important;
}

.hover\:border-blue-500\/55:hover{
  border-color: rgb(42 133 255 / 0.55) !important;
}

.hover\:border-blue-500\/60:hover{
  border-color: rgb(42 133 255 / 0.6) !important;
}

.hover\:border-blue-500\/65:hover{
  border-color: rgb(42 133 255 / 0.65) !important;
}

.hover\:border-blue-500\/70:hover{
  border-color: rgb(42 133 255 / 0.7) !important;
}

.hover\:border-blue-500\/75:hover{
  border-color: rgb(42 133 255 / 0.75) !important;
}

.hover\:border-blue-500\/80:hover{
  border-color: rgb(42 133 255 / 0.8) !important;
}

.hover\:border-blue-500\/85:hover{
  border-color: rgb(42 133 255 / 0.85) !important;
}

.hover\:border-blue-500\/90:hover{
  border-color: rgb(42 133 255 / 0.9) !important;
}

.hover\:border-blue-500\/95:hover{
  border-color: rgb(42 133 255 / 0.95) !important;
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 105 245 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-600\/0:hover{
  border-color: rgb(27 105 245 / 0) !important;
}

.hover\:border-blue-600\/10:hover{
  border-color: rgb(27 105 245 / 0.1) !important;
}

.hover\:border-blue-600\/100:hover{
  border-color: rgb(27 105 245 / 1) !important;
}

.hover\:border-blue-600\/15:hover{
  border-color: rgb(27 105 245 / 0.15) !important;
}

.hover\:border-blue-600\/20:hover{
  border-color: rgb(27 105 245 / 0.2) !important;
}

.hover\:border-blue-600\/25:hover{
  border-color: rgb(27 105 245 / 0.25) !important;
}

.hover\:border-blue-600\/30:hover{
  border-color: rgb(27 105 245 / 0.3) !important;
}

.hover\:border-blue-600\/35:hover{
  border-color: rgb(27 105 245 / 0.35) !important;
}

.hover\:border-blue-600\/40:hover{
  border-color: rgb(27 105 245 / 0.4) !important;
}

.hover\:border-blue-600\/45:hover{
  border-color: rgb(27 105 245 / 0.45) !important;
}

.hover\:border-blue-600\/5:hover{
  border-color: rgb(27 105 245 / 0.05) !important;
}

.hover\:border-blue-600\/50:hover{
  border-color: rgb(27 105 245 / 0.5) !important;
}

.hover\:border-blue-600\/55:hover{
  border-color: rgb(27 105 245 / 0.55) !important;
}

.hover\:border-blue-600\/60:hover{
  border-color: rgb(27 105 245 / 0.6) !important;
}

.hover\:border-blue-600\/65:hover{
  border-color: rgb(27 105 245 / 0.65) !important;
}

.hover\:border-blue-600\/70:hover{
  border-color: rgb(27 105 245 / 0.7) !important;
}

.hover\:border-blue-600\/75:hover{
  border-color: rgb(27 105 245 / 0.75) !important;
}

.hover\:border-blue-600\/80:hover{
  border-color: rgb(27 105 245 / 0.8) !important;
}

.hover\:border-blue-600\/85:hover{
  border-color: rgb(27 105 245 / 0.85) !important;
}

.hover\:border-blue-600\/90:hover{
  border-color: rgb(27 105 245 / 0.9) !important;
}

.hover\:border-blue-600\/95:hover{
  border-color: rgb(27 105 245 / 0.95) !important;
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 84 225 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-700\/0:hover{
  border-color: rgb(20 84 225 / 0) !important;
}

.hover\:border-blue-700\/10:hover{
  border-color: rgb(20 84 225 / 0.1) !important;
}

.hover\:border-blue-700\/100:hover{
  border-color: rgb(20 84 225 / 1) !important;
}

.hover\:border-blue-700\/15:hover{
  border-color: rgb(20 84 225 / 0.15) !important;
}

.hover\:border-blue-700\/20:hover{
  border-color: rgb(20 84 225 / 0.2) !important;
}

.hover\:border-blue-700\/25:hover{
  border-color: rgb(20 84 225 / 0.25) !important;
}

.hover\:border-blue-700\/30:hover{
  border-color: rgb(20 84 225 / 0.3) !important;
}

.hover\:border-blue-700\/35:hover{
  border-color: rgb(20 84 225 / 0.35) !important;
}

.hover\:border-blue-700\/40:hover{
  border-color: rgb(20 84 225 / 0.4) !important;
}

.hover\:border-blue-700\/45:hover{
  border-color: rgb(20 84 225 / 0.45) !important;
}

.hover\:border-blue-700\/5:hover{
  border-color: rgb(20 84 225 / 0.05) !important;
}

.hover\:border-blue-700\/50:hover{
  border-color: rgb(20 84 225 / 0.5) !important;
}

.hover\:border-blue-700\/55:hover{
  border-color: rgb(20 84 225 / 0.55) !important;
}

.hover\:border-blue-700\/60:hover{
  border-color: rgb(20 84 225 / 0.6) !important;
}

.hover\:border-blue-700\/65:hover{
  border-color: rgb(20 84 225 / 0.65) !important;
}

.hover\:border-blue-700\/70:hover{
  border-color: rgb(20 84 225 / 0.7) !important;
}

.hover\:border-blue-700\/75:hover{
  border-color: rgb(20 84 225 / 0.75) !important;
}

.hover\:border-blue-700\/80:hover{
  border-color: rgb(20 84 225 / 0.8) !important;
}

.hover\:border-blue-700\/85:hover{
  border-color: rgb(20 84 225 / 0.85) !important;
}

.hover\:border-blue-700\/90:hover{
  border-color: rgb(20 84 225 / 0.9) !important;
}

.hover\:border-blue-700\/95:hover{
  border-color: rgb(20 84 225 / 0.95) !important;
}

.hover\:border-blue-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 68 182 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-800\/0:hover{
  border-color: rgb(23 68 182 / 0) !important;
}

.hover\:border-blue-800\/10:hover{
  border-color: rgb(23 68 182 / 0.1) !important;
}

.hover\:border-blue-800\/100:hover{
  border-color: rgb(23 68 182 / 1) !important;
}

.hover\:border-blue-800\/15:hover{
  border-color: rgb(23 68 182 / 0.15) !important;
}

.hover\:border-blue-800\/20:hover{
  border-color: rgb(23 68 182 / 0.2) !important;
}

.hover\:border-blue-800\/25:hover{
  border-color: rgb(23 68 182 / 0.25) !important;
}

.hover\:border-blue-800\/30:hover{
  border-color: rgb(23 68 182 / 0.3) !important;
}

.hover\:border-blue-800\/35:hover{
  border-color: rgb(23 68 182 / 0.35) !important;
}

.hover\:border-blue-800\/40:hover{
  border-color: rgb(23 68 182 / 0.4) !important;
}

.hover\:border-blue-800\/45:hover{
  border-color: rgb(23 68 182 / 0.45) !important;
}

.hover\:border-blue-800\/5:hover{
  border-color: rgb(23 68 182 / 0.05) !important;
}

.hover\:border-blue-800\/50:hover{
  border-color: rgb(23 68 182 / 0.5) !important;
}

.hover\:border-blue-800\/55:hover{
  border-color: rgb(23 68 182 / 0.55) !important;
}

.hover\:border-blue-800\/60:hover{
  border-color: rgb(23 68 182 / 0.6) !important;
}

.hover\:border-blue-800\/65:hover{
  border-color: rgb(23 68 182 / 0.65) !important;
}

.hover\:border-blue-800\/70:hover{
  border-color: rgb(23 68 182 / 0.7) !important;
}

.hover\:border-blue-800\/75:hover{
  border-color: rgb(23 68 182 / 0.75) !important;
}

.hover\:border-blue-800\/80:hover{
  border-color: rgb(23 68 182 / 0.8) !important;
}

.hover\:border-blue-800\/85:hover{
  border-color: rgb(23 68 182 / 0.85) !important;
}

.hover\:border-blue-800\/90:hover{
  border-color: rgb(23 68 182 / 0.9) !important;
}

.hover\:border-blue-800\/95:hover{
  border-color: rgb(23 68 182 / 0.95) !important;
}

.hover\:border-blue-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 61 143 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-blue-900\/0:hover{
  border-color: rgb(25 61 143 / 0) !important;
}

.hover\:border-blue-900\/10:hover{
  border-color: rgb(25 61 143 / 0.1) !important;
}

.hover\:border-blue-900\/100:hover{
  border-color: rgb(25 61 143 / 1) !important;
}

.hover\:border-blue-900\/15:hover{
  border-color: rgb(25 61 143 / 0.15) !important;
}

.hover\:border-blue-900\/20:hover{
  border-color: rgb(25 61 143 / 0.2) !important;
}

.hover\:border-blue-900\/25:hover{
  border-color: rgb(25 61 143 / 0.25) !important;
}

.hover\:border-blue-900\/30:hover{
  border-color: rgb(25 61 143 / 0.3) !important;
}

.hover\:border-blue-900\/35:hover{
  border-color: rgb(25 61 143 / 0.35) !important;
}

.hover\:border-blue-900\/40:hover{
  border-color: rgb(25 61 143 / 0.4) !important;
}

.hover\:border-blue-900\/45:hover{
  border-color: rgb(25 61 143 / 0.45) !important;
}

.hover\:border-blue-900\/5:hover{
  border-color: rgb(25 61 143 / 0.05) !important;
}

.hover\:border-blue-900\/50:hover{
  border-color: rgb(25 61 143 / 0.5) !important;
}

.hover\:border-blue-900\/55:hover{
  border-color: rgb(25 61 143 / 0.55) !important;
}

.hover\:border-blue-900\/60:hover{
  border-color: rgb(25 61 143 / 0.6) !important;
}

.hover\:border-blue-900\/65:hover{
  border-color: rgb(25 61 143 / 0.65) !important;
}

.hover\:border-blue-900\/70:hover{
  border-color: rgb(25 61 143 / 0.7) !important;
}

.hover\:border-blue-900\/75:hover{
  border-color: rgb(25 61 143 / 0.75) !important;
}

.hover\:border-blue-900\/80:hover{
  border-color: rgb(25 61 143 / 0.8) !important;
}

.hover\:border-blue-900\/85:hover{
  border-color: rgb(25 61 143 / 0.85) !important;
}

.hover\:border-blue-900\/90:hover{
  border-color: rgb(25 61 143 / 0.9) !important;
}

.hover\:border-blue-900\/95:hover{
  border-color: rgb(25 61 143 / 0.95) !important;
}

.hover\:border-cyan-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 229 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-100\/0:hover{
  border-color: rgb(187 229 255 / 0) !important;
}

.hover\:border-cyan-100\/10:hover{
  border-color: rgb(187 229 255 / 0.1) !important;
}

.hover\:border-cyan-100\/100:hover{
  border-color: rgb(187 229 255 / 1) !important;
}

.hover\:border-cyan-100\/15:hover{
  border-color: rgb(187 229 255 / 0.15) !important;
}

.hover\:border-cyan-100\/20:hover{
  border-color: rgb(187 229 255 / 0.2) !important;
}

.hover\:border-cyan-100\/25:hover{
  border-color: rgb(187 229 255 / 0.25) !important;
}

.hover\:border-cyan-100\/30:hover{
  border-color: rgb(187 229 255 / 0.3) !important;
}

.hover\:border-cyan-100\/35:hover{
  border-color: rgb(187 229 255 / 0.35) !important;
}

.hover\:border-cyan-100\/40:hover{
  border-color: rgb(187 229 255 / 0.4) !important;
}

.hover\:border-cyan-100\/45:hover{
  border-color: rgb(187 229 255 / 0.45) !important;
}

.hover\:border-cyan-100\/5:hover{
  border-color: rgb(187 229 255 / 0.05) !important;
}

.hover\:border-cyan-100\/50:hover{
  border-color: rgb(187 229 255 / 0.5) !important;
}

.hover\:border-cyan-100\/55:hover{
  border-color: rgb(187 229 255 / 0.55) !important;
}

.hover\:border-cyan-100\/60:hover{
  border-color: rgb(187 229 255 / 0.6) !important;
}

.hover\:border-cyan-100\/65:hover{
  border-color: rgb(187 229 255 / 0.65) !important;
}

.hover\:border-cyan-100\/70:hover{
  border-color: rgb(187 229 255 / 0.7) !important;
}

.hover\:border-cyan-100\/75:hover{
  border-color: rgb(187 229 255 / 0.75) !important;
}

.hover\:border-cyan-100\/80:hover{
  border-color: rgb(187 229 255 / 0.8) !important;
}

.hover\:border-cyan-100\/85:hover{
  border-color: rgb(187 229 255 / 0.85) !important;
}

.hover\:border-cyan-100\/90:hover{
  border-color: rgb(187 229 255 / 0.9) !important;
}

.hover\:border-cyan-100\/95:hover{
  border-color: rgb(187 229 255 / 0.95) !important;
}

.hover\:border-cyan-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 211 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-200\/0:hover{
  border-color: rgb(142 211 255 / 0) !important;
}

.hover\:border-cyan-200\/10:hover{
  border-color: rgb(142 211 255 / 0.1) !important;
}

.hover\:border-cyan-200\/100:hover{
  border-color: rgb(142 211 255 / 1) !important;
}

.hover\:border-cyan-200\/15:hover{
  border-color: rgb(142 211 255 / 0.15) !important;
}

.hover\:border-cyan-200\/20:hover{
  border-color: rgb(142 211 255 / 0.2) !important;
}

.hover\:border-cyan-200\/25:hover{
  border-color: rgb(142 211 255 / 0.25) !important;
}

.hover\:border-cyan-200\/30:hover{
  border-color: rgb(142 211 255 / 0.3) !important;
}

.hover\:border-cyan-200\/35:hover{
  border-color: rgb(142 211 255 / 0.35) !important;
}

.hover\:border-cyan-200\/40:hover{
  border-color: rgb(142 211 255 / 0.4) !important;
}

.hover\:border-cyan-200\/45:hover{
  border-color: rgb(142 211 255 / 0.45) !important;
}

.hover\:border-cyan-200\/5:hover{
  border-color: rgb(142 211 255 / 0.05) !important;
}

.hover\:border-cyan-200\/50:hover{
  border-color: rgb(142 211 255 / 0.5) !important;
}

.hover\:border-cyan-200\/55:hover{
  border-color: rgb(142 211 255 / 0.55) !important;
}

.hover\:border-cyan-200\/60:hover{
  border-color: rgb(142 211 255 / 0.6) !important;
}

.hover\:border-cyan-200\/65:hover{
  border-color: rgb(142 211 255 / 0.65) !important;
}

.hover\:border-cyan-200\/70:hover{
  border-color: rgb(142 211 255 / 0.7) !important;
}

.hover\:border-cyan-200\/75:hover{
  border-color: rgb(142 211 255 / 0.75) !important;
}

.hover\:border-cyan-200\/80:hover{
  border-color: rgb(142 211 255 / 0.8) !important;
}

.hover\:border-cyan-200\/85:hover{
  border-color: rgb(142 211 255 / 0.85) !important;
}

.hover\:border-cyan-200\/90:hover{
  border-color: rgb(142 211 255 / 0.9) !important;
}

.hover\:border-cyan-200\/95:hover{
  border-color: rgb(142 211 255 / 0.95) !important;
}

.hover\:border-cyan-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 193 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-300\/0:hover{
  border-color: rgb(97 193 255 / 0) !important;
}

.hover\:border-cyan-300\/10:hover{
  border-color: rgb(97 193 255 / 0.1) !important;
}

.hover\:border-cyan-300\/100:hover{
  border-color: rgb(97 193 255 / 1) !important;
}

.hover\:border-cyan-300\/15:hover{
  border-color: rgb(97 193 255 / 0.15) !important;
}

.hover\:border-cyan-300\/20:hover{
  border-color: rgb(97 193 255 / 0.2) !important;
}

.hover\:border-cyan-300\/25:hover{
  border-color: rgb(97 193 255 / 0.25) !important;
}

.hover\:border-cyan-300\/30:hover{
  border-color: rgb(97 193 255 / 0.3) !important;
}

.hover\:border-cyan-300\/35:hover{
  border-color: rgb(97 193 255 / 0.35) !important;
}

.hover\:border-cyan-300\/40:hover{
  border-color: rgb(97 193 255 / 0.4) !important;
}

.hover\:border-cyan-300\/45:hover{
  border-color: rgb(97 193 255 / 0.45) !important;
}

.hover\:border-cyan-300\/5:hover{
  border-color: rgb(97 193 255 / 0.05) !important;
}

.hover\:border-cyan-300\/50:hover{
  border-color: rgb(97 193 255 / 0.5) !important;
}

.hover\:border-cyan-300\/55:hover{
  border-color: rgb(97 193 255 / 0.55) !important;
}

.hover\:border-cyan-300\/60:hover{
  border-color: rgb(97 193 255 / 0.6) !important;
}

.hover\:border-cyan-300\/65:hover{
  border-color: rgb(97 193 255 / 0.65) !important;
}

.hover\:border-cyan-300\/70:hover{
  border-color: rgb(97 193 255 / 0.7) !important;
}

.hover\:border-cyan-300\/75:hover{
  border-color: rgb(97 193 255 / 0.75) !important;
}

.hover\:border-cyan-300\/80:hover{
  border-color: rgb(97 193 255 / 0.8) !important;
}

.hover\:border-cyan-300\/85:hover{
  border-color: rgb(97 193 255 / 0.85) !important;
}

.hover\:border-cyan-300\/90:hover{
  border-color: rgb(97 193 255 / 0.9) !important;
}

.hover\:border-cyan-300\/95:hover{
  border-color: rgb(97 193 255 / 0.95) !important;
}

.hover\:border-cyan-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 180 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-400\/0:hover{
  border-color: rgb(63 180 255 / 0) !important;
}

.hover\:border-cyan-400\/10:hover{
  border-color: rgb(63 180 255 / 0.1) !important;
}

.hover\:border-cyan-400\/100:hover{
  border-color: rgb(63 180 255 / 1) !important;
}

.hover\:border-cyan-400\/15:hover{
  border-color: rgb(63 180 255 / 0.15) !important;
}

.hover\:border-cyan-400\/20:hover{
  border-color: rgb(63 180 255 / 0.2) !important;
}

.hover\:border-cyan-400\/25:hover{
  border-color: rgb(63 180 255 / 0.25) !important;
}

.hover\:border-cyan-400\/30:hover{
  border-color: rgb(63 180 255 / 0.3) !important;
}

.hover\:border-cyan-400\/35:hover{
  border-color: rgb(63 180 255 / 0.35) !important;
}

.hover\:border-cyan-400\/40:hover{
  border-color: rgb(63 180 255 / 0.4) !important;
}

.hover\:border-cyan-400\/45:hover{
  border-color: rgb(63 180 255 / 0.45) !important;
}

.hover\:border-cyan-400\/5:hover{
  border-color: rgb(63 180 255 / 0.05) !important;
}

.hover\:border-cyan-400\/50:hover{
  border-color: rgb(63 180 255 / 0.5) !important;
}

.hover\:border-cyan-400\/55:hover{
  border-color: rgb(63 180 255 / 0.55) !important;
}

.hover\:border-cyan-400\/60:hover{
  border-color: rgb(63 180 255 / 0.6) !important;
}

.hover\:border-cyan-400\/65:hover{
  border-color: rgb(63 180 255 / 0.65) !important;
}

.hover\:border-cyan-400\/70:hover{
  border-color: rgb(63 180 255 / 0.7) !important;
}

.hover\:border-cyan-400\/75:hover{
  border-color: rgb(63 180 255 / 0.75) !important;
}

.hover\:border-cyan-400\/80:hover{
  border-color: rgb(63 180 255 / 0.8) !important;
}

.hover\:border-cyan-400\/85:hover{
  border-color: rgb(63 180 255 / 0.85) !important;
}

.hover\:border-cyan-400\/90:hover{
  border-color: rgb(63 180 255 / 0.9) !important;
}

.hover\:border-cyan-400\/95:hover{
  border-color: rgb(63 180 255 / 0.95) !important;
}

.hover\:border-cyan-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 244 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-50\/0:hover{
  border-color: rgb(228 244 255 / 0) !important;
}

.hover\:border-cyan-50\/10:hover{
  border-color: rgb(228 244 255 / 0.1) !important;
}

.hover\:border-cyan-50\/100:hover{
  border-color: rgb(228 244 255 / 1) !important;
}

.hover\:border-cyan-50\/15:hover{
  border-color: rgb(228 244 255 / 0.15) !important;
}

.hover\:border-cyan-50\/20:hover{
  border-color: rgb(228 244 255 / 0.2) !important;
}

.hover\:border-cyan-50\/25:hover{
  border-color: rgb(228 244 255 / 0.25) !important;
}

.hover\:border-cyan-50\/30:hover{
  border-color: rgb(228 244 255 / 0.3) !important;
}

.hover\:border-cyan-50\/35:hover{
  border-color: rgb(228 244 255 / 0.35) !important;
}

.hover\:border-cyan-50\/40:hover{
  border-color: rgb(228 244 255 / 0.4) !important;
}

.hover\:border-cyan-50\/45:hover{
  border-color: rgb(228 244 255 / 0.45) !important;
}

.hover\:border-cyan-50\/5:hover{
  border-color: rgb(228 244 255 / 0.05) !important;
}

.hover\:border-cyan-50\/50:hover{
  border-color: rgb(228 244 255 / 0.5) !important;
}

.hover\:border-cyan-50\/55:hover{
  border-color: rgb(228 244 255 / 0.55) !important;
}

.hover\:border-cyan-50\/60:hover{
  border-color: rgb(228 244 255 / 0.6) !important;
}

.hover\:border-cyan-50\/65:hover{
  border-color: rgb(228 244 255 / 0.65) !important;
}

.hover\:border-cyan-50\/70:hover{
  border-color: rgb(228 244 255 / 0.7) !important;
}

.hover\:border-cyan-50\/75:hover{
  border-color: rgb(228 244 255 / 0.75) !important;
}

.hover\:border-cyan-50\/80:hover{
  border-color: rgb(228 244 255 / 0.8) !important;
}

.hover\:border-cyan-50\/85:hover{
  border-color: rgb(228 244 255 / 0.85) !important;
}

.hover\:border-cyan-50\/90:hover{
  border-color: rgb(228 244 255 / 0.9) !important;
}

.hover\:border-cyan-50\/95:hover{
  border-color: rgb(228 244 255 / 0.95) !important;
}

.hover\:border-cyan-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 167 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-500\/0:hover{
  border-color: rgb(29 167 255 / 0) !important;
}

.hover\:border-cyan-500\/10:hover{
  border-color: rgb(29 167 255 / 0.1) !important;
}

.hover\:border-cyan-500\/100:hover{
  border-color: rgb(29 167 255 / 1) !important;
}

.hover\:border-cyan-500\/15:hover{
  border-color: rgb(29 167 255 / 0.15) !important;
}

.hover\:border-cyan-500\/20:hover{
  border-color: rgb(29 167 255 / 0.2) !important;
}

.hover\:border-cyan-500\/25:hover{
  border-color: rgb(29 167 255 / 0.25) !important;
}

.hover\:border-cyan-500\/30:hover{
  border-color: rgb(29 167 255 / 0.3) !important;
}

.hover\:border-cyan-500\/35:hover{
  border-color: rgb(29 167 255 / 0.35) !important;
}

.hover\:border-cyan-500\/40:hover{
  border-color: rgb(29 167 255 / 0.4) !important;
}

.hover\:border-cyan-500\/45:hover{
  border-color: rgb(29 167 255 / 0.45) !important;
}

.hover\:border-cyan-500\/5:hover{
  border-color: rgb(29 167 255 / 0.05) !important;
}

.hover\:border-cyan-500\/50:hover{
  border-color: rgb(29 167 255 / 0.5) !important;
}

.hover\:border-cyan-500\/55:hover{
  border-color: rgb(29 167 255 / 0.55) !important;
}

.hover\:border-cyan-500\/60:hover{
  border-color: rgb(29 167 255 / 0.6) !important;
}

.hover\:border-cyan-500\/65:hover{
  border-color: rgb(29 167 255 / 0.65) !important;
}

.hover\:border-cyan-500\/70:hover{
  border-color: rgb(29 167 255 / 0.7) !important;
}

.hover\:border-cyan-500\/75:hover{
  border-color: rgb(29 167 255 / 0.75) !important;
}

.hover\:border-cyan-500\/80:hover{
  border-color: rgb(29 167 255 / 0.8) !important;
}

.hover\:border-cyan-500\/85:hover{
  border-color: rgb(29 167 255 / 0.85) !important;
}

.hover\:border-cyan-500\/90:hover{
  border-color: rgb(29 167 255 / 0.9) !important;
}

.hover\:border-cyan-500\/95:hover{
  border-color: rgb(29 167 255 / 0.95) !important;
}

.hover\:border-cyan-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 159 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-600\/0:hover{
  border-color: rgb(26 159 255 / 0) !important;
}

.hover\:border-cyan-600\/10:hover{
  border-color: rgb(26 159 255 / 0.1) !important;
}

.hover\:border-cyan-600\/100:hover{
  border-color: rgb(26 159 255 / 1) !important;
}

.hover\:border-cyan-600\/15:hover{
  border-color: rgb(26 159 255 / 0.15) !important;
}

.hover\:border-cyan-600\/20:hover{
  border-color: rgb(26 159 255 / 0.2) !important;
}

.hover\:border-cyan-600\/25:hover{
  border-color: rgb(26 159 255 / 0.25) !important;
}

.hover\:border-cyan-600\/30:hover{
  border-color: rgb(26 159 255 / 0.3) !important;
}

.hover\:border-cyan-600\/35:hover{
  border-color: rgb(26 159 255 / 0.35) !important;
}

.hover\:border-cyan-600\/40:hover{
  border-color: rgb(26 159 255 / 0.4) !important;
}

.hover\:border-cyan-600\/45:hover{
  border-color: rgb(26 159 255 / 0.45) !important;
}

.hover\:border-cyan-600\/5:hover{
  border-color: rgb(26 159 255 / 0.05) !important;
}

.hover\:border-cyan-600\/50:hover{
  border-color: rgb(26 159 255 / 0.5) !important;
}

.hover\:border-cyan-600\/55:hover{
  border-color: rgb(26 159 255 / 0.55) !important;
}

.hover\:border-cyan-600\/60:hover{
  border-color: rgb(26 159 255 / 0.6) !important;
}

.hover\:border-cyan-600\/65:hover{
  border-color: rgb(26 159 255 / 0.65) !important;
}

.hover\:border-cyan-600\/70:hover{
  border-color: rgb(26 159 255 / 0.7) !important;
}

.hover\:border-cyan-600\/75:hover{
  border-color: rgb(26 159 255 / 0.75) !important;
}

.hover\:border-cyan-600\/80:hover{
  border-color: rgb(26 159 255 / 0.8) !important;
}

.hover\:border-cyan-600\/85:hover{
  border-color: rgb(26 159 255 / 0.85) !important;
}

.hover\:border-cyan-600\/90:hover{
  border-color: rgb(26 159 255 / 0.9) !important;
}

.hover\:border-cyan-600\/95:hover{
  border-color: rgb(26 159 255 / 0.95) !important;
}

.hover\:border-cyan-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 150 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-700\/0:hover{
  border-color: rgb(21 150 255 / 0) !important;
}

.hover\:border-cyan-700\/10:hover{
  border-color: rgb(21 150 255 / 0.1) !important;
}

.hover\:border-cyan-700\/100:hover{
  border-color: rgb(21 150 255 / 1) !important;
}

.hover\:border-cyan-700\/15:hover{
  border-color: rgb(21 150 255 / 0.15) !important;
}

.hover\:border-cyan-700\/20:hover{
  border-color: rgb(21 150 255 / 0.2) !important;
}

.hover\:border-cyan-700\/25:hover{
  border-color: rgb(21 150 255 / 0.25) !important;
}

.hover\:border-cyan-700\/30:hover{
  border-color: rgb(21 150 255 / 0.3) !important;
}

.hover\:border-cyan-700\/35:hover{
  border-color: rgb(21 150 255 / 0.35) !important;
}

.hover\:border-cyan-700\/40:hover{
  border-color: rgb(21 150 255 / 0.4) !important;
}

.hover\:border-cyan-700\/45:hover{
  border-color: rgb(21 150 255 / 0.45) !important;
}

.hover\:border-cyan-700\/5:hover{
  border-color: rgb(21 150 255 / 0.05) !important;
}

.hover\:border-cyan-700\/50:hover{
  border-color: rgb(21 150 255 / 0.5) !important;
}

.hover\:border-cyan-700\/55:hover{
  border-color: rgb(21 150 255 / 0.55) !important;
}

.hover\:border-cyan-700\/60:hover{
  border-color: rgb(21 150 255 / 0.6) !important;
}

.hover\:border-cyan-700\/65:hover{
  border-color: rgb(21 150 255 / 0.65) !important;
}

.hover\:border-cyan-700\/70:hover{
  border-color: rgb(21 150 255 / 0.7) !important;
}

.hover\:border-cyan-700\/75:hover{
  border-color: rgb(21 150 255 / 0.75) !important;
}

.hover\:border-cyan-700\/80:hover{
  border-color: rgb(21 150 255 / 0.8) !important;
}

.hover\:border-cyan-700\/85:hover{
  border-color: rgb(21 150 255 / 0.85) !important;
}

.hover\:border-cyan-700\/90:hover{
  border-color: rgb(21 150 255 / 0.9) !important;
}

.hover\:border-cyan-700\/95:hover{
  border-color: rgb(21 150 255 / 0.95) !important;
}

.hover\:border-cyan-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 140 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-800\/0:hover{
  border-color: rgb(17 140 255 / 0) !important;
}

.hover\:border-cyan-800\/10:hover{
  border-color: rgb(17 140 255 / 0.1) !important;
}

.hover\:border-cyan-800\/100:hover{
  border-color: rgb(17 140 255 / 1) !important;
}

.hover\:border-cyan-800\/15:hover{
  border-color: rgb(17 140 255 / 0.15) !important;
}

.hover\:border-cyan-800\/20:hover{
  border-color: rgb(17 140 255 / 0.2) !important;
}

.hover\:border-cyan-800\/25:hover{
  border-color: rgb(17 140 255 / 0.25) !important;
}

.hover\:border-cyan-800\/30:hover{
  border-color: rgb(17 140 255 / 0.3) !important;
}

.hover\:border-cyan-800\/35:hover{
  border-color: rgb(17 140 255 / 0.35) !important;
}

.hover\:border-cyan-800\/40:hover{
  border-color: rgb(17 140 255 / 0.4) !important;
}

.hover\:border-cyan-800\/45:hover{
  border-color: rgb(17 140 255 / 0.45) !important;
}

.hover\:border-cyan-800\/5:hover{
  border-color: rgb(17 140 255 / 0.05) !important;
}

.hover\:border-cyan-800\/50:hover{
  border-color: rgb(17 140 255 / 0.5) !important;
}

.hover\:border-cyan-800\/55:hover{
  border-color: rgb(17 140 255 / 0.55) !important;
}

.hover\:border-cyan-800\/60:hover{
  border-color: rgb(17 140 255 / 0.6) !important;
}

.hover\:border-cyan-800\/65:hover{
  border-color: rgb(17 140 255 / 0.65) !important;
}

.hover\:border-cyan-800\/70:hover{
  border-color: rgb(17 140 255 / 0.7) !important;
}

.hover\:border-cyan-800\/75:hover{
  border-color: rgb(17 140 255 / 0.75) !important;
}

.hover\:border-cyan-800\/80:hover{
  border-color: rgb(17 140 255 / 0.8) !important;
}

.hover\:border-cyan-800\/85:hover{
  border-color: rgb(17 140 255 / 0.85) !important;
}

.hover\:border-cyan-800\/90:hover{
  border-color: rgb(17 140 255 / 0.9) !important;
}

.hover\:border-cyan-800\/95:hover{
  border-color: rgb(17 140 255 / 0.95) !important;
}

.hover\:border-cyan-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 124 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-cyan-900\/0:hover{
  border-color: rgb(10 124 255 / 0) !important;
}

.hover\:border-cyan-900\/10:hover{
  border-color: rgb(10 124 255 / 0.1) !important;
}

.hover\:border-cyan-900\/100:hover{
  border-color: rgb(10 124 255 / 1) !important;
}

.hover\:border-cyan-900\/15:hover{
  border-color: rgb(10 124 255 / 0.15) !important;
}

.hover\:border-cyan-900\/20:hover{
  border-color: rgb(10 124 255 / 0.2) !important;
}

.hover\:border-cyan-900\/25:hover{
  border-color: rgb(10 124 255 / 0.25) !important;
}

.hover\:border-cyan-900\/30:hover{
  border-color: rgb(10 124 255 / 0.3) !important;
}

.hover\:border-cyan-900\/35:hover{
  border-color: rgb(10 124 255 / 0.35) !important;
}

.hover\:border-cyan-900\/40:hover{
  border-color: rgb(10 124 255 / 0.4) !important;
}

.hover\:border-cyan-900\/45:hover{
  border-color: rgb(10 124 255 / 0.45) !important;
}

.hover\:border-cyan-900\/5:hover{
  border-color: rgb(10 124 255 / 0.05) !important;
}

.hover\:border-cyan-900\/50:hover{
  border-color: rgb(10 124 255 / 0.5) !important;
}

.hover\:border-cyan-900\/55:hover{
  border-color: rgb(10 124 255 / 0.55) !important;
}

.hover\:border-cyan-900\/60:hover{
  border-color: rgb(10 124 255 / 0.6) !important;
}

.hover\:border-cyan-900\/65:hover{
  border-color: rgb(10 124 255 / 0.65) !important;
}

.hover\:border-cyan-900\/70:hover{
  border-color: rgb(10 124 255 / 0.7) !important;
}

.hover\:border-cyan-900\/75:hover{
  border-color: rgb(10 124 255 / 0.75) !important;
}

.hover\:border-cyan-900\/80:hover{
  border-color: rgb(10 124 255 / 0.8) !important;
}

.hover\:border-cyan-900\/85:hover{
  border-color: rgb(10 124 255 / 0.85) !important;
}

.hover\:border-cyan-900\/90:hover{
  border-color: rgb(10 124 255 / 0.9) !important;
}

.hover\:border-cyan-900\/95:hover{
  border-color: rgb(10 124 255 / 0.95) !important;
}

.hover\:border-darkgrey-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 241 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-100\/0:hover{
  border-color: rgb(229 229 241 / 0) !important;
}

.hover\:border-darkgrey-100\/10:hover{
  border-color: rgb(229 229 241 / 0.1) !important;
}

.hover\:border-darkgrey-100\/100:hover{
  border-color: rgb(229 229 241 / 1) !important;
}

.hover\:border-darkgrey-100\/15:hover{
  border-color: rgb(229 229 241 / 0.15) !important;
}

.hover\:border-darkgrey-100\/20:hover{
  border-color: rgb(229 229 241 / 0.2) !important;
}

.hover\:border-darkgrey-100\/25:hover{
  border-color: rgb(229 229 241 / 0.25) !important;
}

.hover\:border-darkgrey-100\/30:hover{
  border-color: rgb(229 229 241 / 0.3) !important;
}

.hover\:border-darkgrey-100\/35:hover{
  border-color: rgb(229 229 241 / 0.35) !important;
}

.hover\:border-darkgrey-100\/40:hover{
  border-color: rgb(229 229 241 / 0.4) !important;
}

.hover\:border-darkgrey-100\/45:hover{
  border-color: rgb(229 229 241 / 0.45) !important;
}

.hover\:border-darkgrey-100\/5:hover{
  border-color: rgb(229 229 241 / 0.05) !important;
}

.hover\:border-darkgrey-100\/50:hover{
  border-color: rgb(229 229 241 / 0.5) !important;
}

.hover\:border-darkgrey-100\/55:hover{
  border-color: rgb(229 229 241 / 0.55) !important;
}

.hover\:border-darkgrey-100\/60:hover{
  border-color: rgb(229 229 241 / 0.6) !important;
}

.hover\:border-darkgrey-100\/65:hover{
  border-color: rgb(229 229 241 / 0.65) !important;
}

.hover\:border-darkgrey-100\/70:hover{
  border-color: rgb(229 229 241 / 0.7) !important;
}

.hover\:border-darkgrey-100\/75:hover{
  border-color: rgb(229 229 241 / 0.75) !important;
}

.hover\:border-darkgrey-100\/80:hover{
  border-color: rgb(229 229 241 / 0.8) !important;
}

.hover\:border-darkgrey-100\/85:hover{
  border-color: rgb(229 229 241 / 0.85) !important;
}

.hover\:border-darkgrey-100\/90:hover{
  border-color: rgb(229 229 241 / 0.9) !important;
}

.hover\:border-darkgrey-100\/95:hover{
  border-color: rgb(229 229 241 / 0.95) !important;
}

.hover\:border-darkgrey-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 212 231 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-200\/0:hover{
  border-color: rgb(211 212 231 / 0) !important;
}

.hover\:border-darkgrey-200\/10:hover{
  border-color: rgb(211 212 231 / 0.1) !important;
}

.hover\:border-darkgrey-200\/100:hover{
  border-color: rgb(211 212 231 / 1) !important;
}

.hover\:border-darkgrey-200\/15:hover{
  border-color: rgb(211 212 231 / 0.15) !important;
}

.hover\:border-darkgrey-200\/20:hover{
  border-color: rgb(211 212 231 / 0.2) !important;
}

.hover\:border-darkgrey-200\/25:hover{
  border-color: rgb(211 212 231 / 0.25) !important;
}

.hover\:border-darkgrey-200\/30:hover{
  border-color: rgb(211 212 231 / 0.3) !important;
}

.hover\:border-darkgrey-200\/35:hover{
  border-color: rgb(211 212 231 / 0.35) !important;
}

.hover\:border-darkgrey-200\/40:hover{
  border-color: rgb(211 212 231 / 0.4) !important;
}

.hover\:border-darkgrey-200\/45:hover{
  border-color: rgb(211 212 231 / 0.45) !important;
}

.hover\:border-darkgrey-200\/5:hover{
  border-color: rgb(211 212 231 / 0.05) !important;
}

.hover\:border-darkgrey-200\/50:hover{
  border-color: rgb(211 212 231 / 0.5) !important;
}

.hover\:border-darkgrey-200\/55:hover{
  border-color: rgb(211 212 231 / 0.55) !important;
}

.hover\:border-darkgrey-200\/60:hover{
  border-color: rgb(211 212 231 / 0.6) !important;
}

.hover\:border-darkgrey-200\/65:hover{
  border-color: rgb(211 212 231 / 0.65) !important;
}

.hover\:border-darkgrey-200\/70:hover{
  border-color: rgb(211 212 231 / 0.7) !important;
}

.hover\:border-darkgrey-200\/75:hover{
  border-color: rgb(211 212 231 / 0.75) !important;
}

.hover\:border-darkgrey-200\/80:hover{
  border-color: rgb(211 212 231 / 0.8) !important;
}

.hover\:border-darkgrey-200\/85:hover{
  border-color: rgb(211 212 231 / 0.85) !important;
}

.hover\:border-darkgrey-200\/90:hover{
  border-color: rgb(211 212 231 / 0.9) !important;
}

.hover\:border-darkgrey-200\/95:hover{
  border-color: rgb(211 212 231 / 0.95) !important;
}

.hover\:border-darkgrey-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 195 221 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-300\/0:hover{
  border-color: rgb(193 195 221 / 0) !important;
}

.hover\:border-darkgrey-300\/10:hover{
  border-color: rgb(193 195 221 / 0.1) !important;
}

.hover\:border-darkgrey-300\/100:hover{
  border-color: rgb(193 195 221 / 1) !important;
}

.hover\:border-darkgrey-300\/15:hover{
  border-color: rgb(193 195 221 / 0.15) !important;
}

.hover\:border-darkgrey-300\/20:hover{
  border-color: rgb(193 195 221 / 0.2) !important;
}

.hover\:border-darkgrey-300\/25:hover{
  border-color: rgb(193 195 221 / 0.25) !important;
}

.hover\:border-darkgrey-300\/30:hover{
  border-color: rgb(193 195 221 / 0.3) !important;
}

.hover\:border-darkgrey-300\/35:hover{
  border-color: rgb(193 195 221 / 0.35) !important;
}

.hover\:border-darkgrey-300\/40:hover{
  border-color: rgb(193 195 221 / 0.4) !important;
}

.hover\:border-darkgrey-300\/45:hover{
  border-color: rgb(193 195 221 / 0.45) !important;
}

.hover\:border-darkgrey-300\/5:hover{
  border-color: rgb(193 195 221 / 0.05) !important;
}

.hover\:border-darkgrey-300\/50:hover{
  border-color: rgb(193 195 221 / 0.5) !important;
}

.hover\:border-darkgrey-300\/55:hover{
  border-color: rgb(193 195 221 / 0.55) !important;
}

.hover\:border-darkgrey-300\/60:hover{
  border-color: rgb(193 195 221 / 0.6) !important;
}

.hover\:border-darkgrey-300\/65:hover{
  border-color: rgb(193 195 221 / 0.65) !important;
}

.hover\:border-darkgrey-300\/70:hover{
  border-color: rgb(193 195 221 / 0.7) !important;
}

.hover\:border-darkgrey-300\/75:hover{
  border-color: rgb(193 195 221 / 0.75) !important;
}

.hover\:border-darkgrey-300\/80:hover{
  border-color: rgb(193 195 221 / 0.8) !important;
}

.hover\:border-darkgrey-300\/85:hover{
  border-color: rgb(193 195 221 / 0.85) !important;
}

.hover\:border-darkgrey-300\/90:hover{
  border-color: rgb(193 195 221 / 0.9) !important;
}

.hover\:border-darkgrey-300\/95:hover{
  border-color: rgb(193 195 221 / 0.95) !important;
}

.hover\:border-darkgrey-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 182 214 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-400\/0:hover{
  border-color: rgb(180 182 214 / 0) !important;
}

.hover\:border-darkgrey-400\/10:hover{
  border-color: rgb(180 182 214 / 0.1) !important;
}

.hover\:border-darkgrey-400\/100:hover{
  border-color: rgb(180 182 214 / 1) !important;
}

.hover\:border-darkgrey-400\/15:hover{
  border-color: rgb(180 182 214 / 0.15) !important;
}

.hover\:border-darkgrey-400\/20:hover{
  border-color: rgb(180 182 214 / 0.2) !important;
}

.hover\:border-darkgrey-400\/25:hover{
  border-color: rgb(180 182 214 / 0.25) !important;
}

.hover\:border-darkgrey-400\/30:hover{
  border-color: rgb(180 182 214 / 0.3) !important;
}

.hover\:border-darkgrey-400\/35:hover{
  border-color: rgb(180 182 214 / 0.35) !important;
}

.hover\:border-darkgrey-400\/40:hover{
  border-color: rgb(180 182 214 / 0.4) !important;
}

.hover\:border-darkgrey-400\/45:hover{
  border-color: rgb(180 182 214 / 0.45) !important;
}

.hover\:border-darkgrey-400\/5:hover{
  border-color: rgb(180 182 214 / 0.05) !important;
}

.hover\:border-darkgrey-400\/50:hover{
  border-color: rgb(180 182 214 / 0.5) !important;
}

.hover\:border-darkgrey-400\/55:hover{
  border-color: rgb(180 182 214 / 0.55) !important;
}

.hover\:border-darkgrey-400\/60:hover{
  border-color: rgb(180 182 214 / 0.6) !important;
}

.hover\:border-darkgrey-400\/65:hover{
  border-color: rgb(180 182 214 / 0.65) !important;
}

.hover\:border-darkgrey-400\/70:hover{
  border-color: rgb(180 182 214 / 0.7) !important;
}

.hover\:border-darkgrey-400\/75:hover{
  border-color: rgb(180 182 214 / 0.75) !important;
}

.hover\:border-darkgrey-400\/80:hover{
  border-color: rgb(180 182 214 / 0.8) !important;
}

.hover\:border-darkgrey-400\/85:hover{
  border-color: rgb(180 182 214 / 0.85) !important;
}

.hover\:border-darkgrey-400\/90:hover{
  border-color: rgb(180 182 214 / 0.9) !important;
}

.hover\:border-darkgrey-400\/95:hover{
  border-color: rgb(180 182 214 / 0.95) !important;
}

.hover\:border-darkgrey-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 245 249 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-50\/0:hover{
  border-color: rgb(244 245 249 / 0) !important;
}

.hover\:border-darkgrey-50\/10:hover{
  border-color: rgb(244 245 249 / 0.1) !important;
}

.hover\:border-darkgrey-50\/100:hover{
  border-color: rgb(244 245 249 / 1) !important;
}

.hover\:border-darkgrey-50\/15:hover{
  border-color: rgb(244 245 249 / 0.15) !important;
}

.hover\:border-darkgrey-50\/20:hover{
  border-color: rgb(244 245 249 / 0.2) !important;
}

.hover\:border-darkgrey-50\/25:hover{
  border-color: rgb(244 245 249 / 0.25) !important;
}

.hover\:border-darkgrey-50\/30:hover{
  border-color: rgb(244 245 249 / 0.3) !important;
}

.hover\:border-darkgrey-50\/35:hover{
  border-color: rgb(244 245 249 / 0.35) !important;
}

.hover\:border-darkgrey-50\/40:hover{
  border-color: rgb(244 245 249 / 0.4) !important;
}

.hover\:border-darkgrey-50\/45:hover{
  border-color: rgb(244 245 249 / 0.45) !important;
}

.hover\:border-darkgrey-50\/5:hover{
  border-color: rgb(244 245 249 / 0.05) !important;
}

.hover\:border-darkgrey-50\/50:hover{
  border-color: rgb(244 245 249 / 0.5) !important;
}

.hover\:border-darkgrey-50\/55:hover{
  border-color: rgb(244 245 249 / 0.55) !important;
}

.hover\:border-darkgrey-50\/60:hover{
  border-color: rgb(244 245 249 / 0.6) !important;
}

.hover\:border-darkgrey-50\/65:hover{
  border-color: rgb(244 245 249 / 0.65) !important;
}

.hover\:border-darkgrey-50\/70:hover{
  border-color: rgb(244 245 249 / 0.7) !important;
}

.hover\:border-darkgrey-50\/75:hover{
  border-color: rgb(244 245 249 / 0.75) !important;
}

.hover\:border-darkgrey-50\/80:hover{
  border-color: rgb(244 245 249 / 0.8) !important;
}

.hover\:border-darkgrey-50\/85:hover{
  border-color: rgb(244 245 249 / 0.85) !important;
}

.hover\:border-darkgrey-50\/90:hover{
  border-color: rgb(244 245 249 / 0.9) !important;
}

.hover\:border-darkgrey-50\/95:hover{
  border-color: rgb(244 245 249 / 0.95) !important;
}

.hover\:border-darkgrey-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 207 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-500\/0:hover{
  border-color: rgb(167 169 207 / 0) !important;
}

.hover\:border-darkgrey-500\/10:hover{
  border-color: rgb(167 169 207 / 0.1) !important;
}

.hover\:border-darkgrey-500\/100:hover{
  border-color: rgb(167 169 207 / 1) !important;
}

.hover\:border-darkgrey-500\/15:hover{
  border-color: rgb(167 169 207 / 0.15) !important;
}

.hover\:border-darkgrey-500\/20:hover{
  border-color: rgb(167 169 207 / 0.2) !important;
}

.hover\:border-darkgrey-500\/25:hover{
  border-color: rgb(167 169 207 / 0.25) !important;
}

.hover\:border-darkgrey-500\/30:hover{
  border-color: rgb(167 169 207 / 0.3) !important;
}

.hover\:border-darkgrey-500\/35:hover{
  border-color: rgb(167 169 207 / 0.35) !important;
}

.hover\:border-darkgrey-500\/40:hover{
  border-color: rgb(167 169 207 / 0.4) !important;
}

.hover\:border-darkgrey-500\/45:hover{
  border-color: rgb(167 169 207 / 0.45) !important;
}

.hover\:border-darkgrey-500\/5:hover{
  border-color: rgb(167 169 207 / 0.05) !important;
}

.hover\:border-darkgrey-500\/50:hover{
  border-color: rgb(167 169 207 / 0.5) !important;
}

.hover\:border-darkgrey-500\/55:hover{
  border-color: rgb(167 169 207 / 0.55) !important;
}

.hover\:border-darkgrey-500\/60:hover{
  border-color: rgb(167 169 207 / 0.6) !important;
}

.hover\:border-darkgrey-500\/65:hover{
  border-color: rgb(167 169 207 / 0.65) !important;
}

.hover\:border-darkgrey-500\/70:hover{
  border-color: rgb(167 169 207 / 0.7) !important;
}

.hover\:border-darkgrey-500\/75:hover{
  border-color: rgb(167 169 207 / 0.75) !important;
}

.hover\:border-darkgrey-500\/80:hover{
  border-color: rgb(167 169 207 / 0.8) !important;
}

.hover\:border-darkgrey-500\/85:hover{
  border-color: rgb(167 169 207 / 0.85) !important;
}

.hover\:border-darkgrey-500\/90:hover{
  border-color: rgb(167 169 207 / 0.9) !important;
}

.hover\:border-darkgrey-500\/95:hover{
  border-color: rgb(167 169 207 / 0.95) !important;
}

.hover\:border-darkgrey-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 162 202 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-600\/0:hover{
  border-color: rgb(159 162 202 / 0) !important;
}

.hover\:border-darkgrey-600\/10:hover{
  border-color: rgb(159 162 202 / 0.1) !important;
}

.hover\:border-darkgrey-600\/100:hover{
  border-color: rgb(159 162 202 / 1) !important;
}

.hover\:border-darkgrey-600\/15:hover{
  border-color: rgb(159 162 202 / 0.15) !important;
}

.hover\:border-darkgrey-600\/20:hover{
  border-color: rgb(159 162 202 / 0.2) !important;
}

.hover\:border-darkgrey-600\/25:hover{
  border-color: rgb(159 162 202 / 0.25) !important;
}

.hover\:border-darkgrey-600\/30:hover{
  border-color: rgb(159 162 202 / 0.3) !important;
}

.hover\:border-darkgrey-600\/35:hover{
  border-color: rgb(159 162 202 / 0.35) !important;
}

.hover\:border-darkgrey-600\/40:hover{
  border-color: rgb(159 162 202 / 0.4) !important;
}

.hover\:border-darkgrey-600\/45:hover{
  border-color: rgb(159 162 202 / 0.45) !important;
}

.hover\:border-darkgrey-600\/5:hover{
  border-color: rgb(159 162 202 / 0.05) !important;
}

.hover\:border-darkgrey-600\/50:hover{
  border-color: rgb(159 162 202 / 0.5) !important;
}

.hover\:border-darkgrey-600\/55:hover{
  border-color: rgb(159 162 202 / 0.55) !important;
}

.hover\:border-darkgrey-600\/60:hover{
  border-color: rgb(159 162 202 / 0.6) !important;
}

.hover\:border-darkgrey-600\/65:hover{
  border-color: rgb(159 162 202 / 0.65) !important;
}

.hover\:border-darkgrey-600\/70:hover{
  border-color: rgb(159 162 202 / 0.7) !important;
}

.hover\:border-darkgrey-600\/75:hover{
  border-color: rgb(159 162 202 / 0.75) !important;
}

.hover\:border-darkgrey-600\/80:hover{
  border-color: rgb(159 162 202 / 0.8) !important;
}

.hover\:border-darkgrey-600\/85:hover{
  border-color: rgb(159 162 202 / 0.85) !important;
}

.hover\:border-darkgrey-600\/90:hover{
  border-color: rgb(159 162 202 / 0.9) !important;
}

.hover\:border-darkgrey-600\/95:hover{
  border-color: rgb(159 162 202 / 0.95) !important;
}

.hover\:border-darkgrey-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(150 152 195 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-700\/0:hover{
  border-color: rgb(150 152 195 / 0) !important;
}

.hover\:border-darkgrey-700\/10:hover{
  border-color: rgb(150 152 195 / 0.1) !important;
}

.hover\:border-darkgrey-700\/100:hover{
  border-color: rgb(150 152 195 / 1) !important;
}

.hover\:border-darkgrey-700\/15:hover{
  border-color: rgb(150 152 195 / 0.15) !important;
}

.hover\:border-darkgrey-700\/20:hover{
  border-color: rgb(150 152 195 / 0.2) !important;
}

.hover\:border-darkgrey-700\/25:hover{
  border-color: rgb(150 152 195 / 0.25) !important;
}

.hover\:border-darkgrey-700\/30:hover{
  border-color: rgb(150 152 195 / 0.3) !important;
}

.hover\:border-darkgrey-700\/35:hover{
  border-color: rgb(150 152 195 / 0.35) !important;
}

.hover\:border-darkgrey-700\/40:hover{
  border-color: rgb(150 152 195 / 0.4) !important;
}

.hover\:border-darkgrey-700\/45:hover{
  border-color: rgb(150 152 195 / 0.45) !important;
}

.hover\:border-darkgrey-700\/5:hover{
  border-color: rgb(150 152 195 / 0.05) !important;
}

.hover\:border-darkgrey-700\/50:hover{
  border-color: rgb(150 152 195 / 0.5) !important;
}

.hover\:border-darkgrey-700\/55:hover{
  border-color: rgb(150 152 195 / 0.55) !important;
}

.hover\:border-darkgrey-700\/60:hover{
  border-color: rgb(150 152 195 / 0.6) !important;
}

.hover\:border-darkgrey-700\/65:hover{
  border-color: rgb(150 152 195 / 0.65) !important;
}

.hover\:border-darkgrey-700\/70:hover{
  border-color: rgb(150 152 195 / 0.7) !important;
}

.hover\:border-darkgrey-700\/75:hover{
  border-color: rgb(150 152 195 / 0.75) !important;
}

.hover\:border-darkgrey-700\/80:hover{
  border-color: rgb(150 152 195 / 0.8) !important;
}

.hover\:border-darkgrey-700\/85:hover{
  border-color: rgb(150 152 195 / 0.85) !important;
}

.hover\:border-darkgrey-700\/90:hover{
  border-color: rgb(150 152 195 / 0.9) !important;
}

.hover\:border-darkgrey-700\/95:hover{
  border-color: rgb(150 152 195 / 0.95) !important;
}

.hover\:border-darkgrey-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 189 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-800\/0:hover{
  border-color: rgb(140 143 189 / 0) !important;
}

.hover\:border-darkgrey-800\/10:hover{
  border-color: rgb(140 143 189 / 0.1) !important;
}

.hover\:border-darkgrey-800\/100:hover{
  border-color: rgb(140 143 189 / 1) !important;
}

.hover\:border-darkgrey-800\/15:hover{
  border-color: rgb(140 143 189 / 0.15) !important;
}

.hover\:border-darkgrey-800\/20:hover{
  border-color: rgb(140 143 189 / 0.2) !important;
}

.hover\:border-darkgrey-800\/25:hover{
  border-color: rgb(140 143 189 / 0.25) !important;
}

.hover\:border-darkgrey-800\/30:hover{
  border-color: rgb(140 143 189 / 0.3) !important;
}

.hover\:border-darkgrey-800\/35:hover{
  border-color: rgb(140 143 189 / 0.35) !important;
}

.hover\:border-darkgrey-800\/40:hover{
  border-color: rgb(140 143 189 / 0.4) !important;
}

.hover\:border-darkgrey-800\/45:hover{
  border-color: rgb(140 143 189 / 0.45) !important;
}

.hover\:border-darkgrey-800\/5:hover{
  border-color: rgb(140 143 189 / 0.05) !important;
}

.hover\:border-darkgrey-800\/50:hover{
  border-color: rgb(140 143 189 / 0.5) !important;
}

.hover\:border-darkgrey-800\/55:hover{
  border-color: rgb(140 143 189 / 0.55) !important;
}

.hover\:border-darkgrey-800\/60:hover{
  border-color: rgb(140 143 189 / 0.6) !important;
}

.hover\:border-darkgrey-800\/65:hover{
  border-color: rgb(140 143 189 / 0.65) !important;
}

.hover\:border-darkgrey-800\/70:hover{
  border-color: rgb(140 143 189 / 0.7) !important;
}

.hover\:border-darkgrey-800\/75:hover{
  border-color: rgb(140 143 189 / 0.75) !important;
}

.hover\:border-darkgrey-800\/80:hover{
  border-color: rgb(140 143 189 / 0.8) !important;
}

.hover\:border-darkgrey-800\/85:hover{
  border-color: rgb(140 143 189 / 0.85) !important;
}

.hover\:border-darkgrey-800\/90:hover{
  border-color: rgb(140 143 189 / 0.9) !important;
}

.hover\:border-darkgrey-800\/95:hover{
  border-color: rgb(140 143 189 / 0.95) !important;
}

.hover\:border-darkgrey-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 126 178 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-darkgrey-900\/0:hover{
  border-color: rgb(124 126 178 / 0) !important;
}

.hover\:border-darkgrey-900\/10:hover{
  border-color: rgb(124 126 178 / 0.1) !important;
}

.hover\:border-darkgrey-900\/100:hover{
  border-color: rgb(124 126 178 / 1) !important;
}

.hover\:border-darkgrey-900\/15:hover{
  border-color: rgb(124 126 178 / 0.15) !important;
}

.hover\:border-darkgrey-900\/20:hover{
  border-color: rgb(124 126 178 / 0.2) !important;
}

.hover\:border-darkgrey-900\/25:hover{
  border-color: rgb(124 126 178 / 0.25) !important;
}

.hover\:border-darkgrey-900\/30:hover{
  border-color: rgb(124 126 178 / 0.3) !important;
}

.hover\:border-darkgrey-900\/35:hover{
  border-color: rgb(124 126 178 / 0.35) !important;
}

.hover\:border-darkgrey-900\/40:hover{
  border-color: rgb(124 126 178 / 0.4) !important;
}

.hover\:border-darkgrey-900\/45:hover{
  border-color: rgb(124 126 178 / 0.45) !important;
}

.hover\:border-darkgrey-900\/5:hover{
  border-color: rgb(124 126 178 / 0.05) !important;
}

.hover\:border-darkgrey-900\/50:hover{
  border-color: rgb(124 126 178 / 0.5) !important;
}

.hover\:border-darkgrey-900\/55:hover{
  border-color: rgb(124 126 178 / 0.55) !important;
}

.hover\:border-darkgrey-900\/60:hover{
  border-color: rgb(124 126 178 / 0.6) !important;
}

.hover\:border-darkgrey-900\/65:hover{
  border-color: rgb(124 126 178 / 0.65) !important;
}

.hover\:border-darkgrey-900\/70:hover{
  border-color: rgb(124 126 178 / 0.7) !important;
}

.hover\:border-darkgrey-900\/75:hover{
  border-color: rgb(124 126 178 / 0.75) !important;
}

.hover\:border-darkgrey-900\/80:hover{
  border-color: rgb(124 126 178 / 0.8) !important;
}

.hover\:border-darkgrey-900\/85:hover{
  border-color: rgb(124 126 178 / 0.85) !important;
}

.hover\:border-darkgrey-900\/90:hover{
  border-color: rgb(124 126 178 / 0.9) !important;
}

.hover\:border-darkgrey-900\/95:hover{
  border-color: rgb(124 126 178 / 0.95) !important;
}

.hover\:border-gray-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-100\/0:hover{
  border-color: rgb(243 244 246 / 0) !important;
}

.hover\:border-gray-100\/10:hover{
  border-color: rgb(243 244 246 / 0.1) !important;
}

.hover\:border-gray-100\/100:hover{
  border-color: rgb(243 244 246 / 1) !important;
}

.hover\:border-gray-100\/15:hover{
  border-color: rgb(243 244 246 / 0.15) !important;
}

.hover\:border-gray-100\/20:hover{
  border-color: rgb(243 244 246 / 0.2) !important;
}

.hover\:border-gray-100\/25:hover{
  border-color: rgb(243 244 246 / 0.25) !important;
}

.hover\:border-gray-100\/30:hover{
  border-color: rgb(243 244 246 / 0.3) !important;
}

.hover\:border-gray-100\/35:hover{
  border-color: rgb(243 244 246 / 0.35) !important;
}

.hover\:border-gray-100\/40:hover{
  border-color: rgb(243 244 246 / 0.4) !important;
}

.hover\:border-gray-100\/45:hover{
  border-color: rgb(243 244 246 / 0.45) !important;
}

.hover\:border-gray-100\/5:hover{
  border-color: rgb(243 244 246 / 0.05) !important;
}

.hover\:border-gray-100\/50:hover{
  border-color: rgb(243 244 246 / 0.5) !important;
}

.hover\:border-gray-100\/55:hover{
  border-color: rgb(243 244 246 / 0.55) !important;
}

.hover\:border-gray-100\/60:hover{
  border-color: rgb(243 244 246 / 0.6) !important;
}

.hover\:border-gray-100\/65:hover{
  border-color: rgb(243 244 246 / 0.65) !important;
}

.hover\:border-gray-100\/70:hover{
  border-color: rgb(243 244 246 / 0.7) !important;
}

.hover\:border-gray-100\/75:hover{
  border-color: rgb(243 244 246 / 0.75) !important;
}

.hover\:border-gray-100\/80:hover{
  border-color: rgb(243 244 246 / 0.8) !important;
}

.hover\:border-gray-100\/85:hover{
  border-color: rgb(243 244 246 / 0.85) !important;
}

.hover\:border-gray-100\/90:hover{
  border-color: rgb(243 244 246 / 0.9) !important;
}

.hover\:border-gray-100\/95:hover{
  border-color: rgb(243 244 246 / 0.95) !important;
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-200\/0:hover{
  border-color: rgb(229 231 235 / 0) !important;
}

.hover\:border-gray-200\/10:hover{
  border-color: rgb(229 231 235 / 0.1) !important;
}

.hover\:border-gray-200\/100:hover{
  border-color: rgb(229 231 235 / 1) !important;
}

.hover\:border-gray-200\/15:hover{
  border-color: rgb(229 231 235 / 0.15) !important;
}

.hover\:border-gray-200\/20:hover{
  border-color: rgb(229 231 235 / 0.2) !important;
}

.hover\:border-gray-200\/25:hover{
  border-color: rgb(229 231 235 / 0.25) !important;
}

.hover\:border-gray-200\/30:hover{
  border-color: rgb(229 231 235 / 0.3) !important;
}

.hover\:border-gray-200\/35:hover{
  border-color: rgb(229 231 235 / 0.35) !important;
}

.hover\:border-gray-200\/40:hover{
  border-color: rgb(229 231 235 / 0.4) !important;
}

.hover\:border-gray-200\/45:hover{
  border-color: rgb(229 231 235 / 0.45) !important;
}

.hover\:border-gray-200\/5:hover{
  border-color: rgb(229 231 235 / 0.05) !important;
}

.hover\:border-gray-200\/50:hover{
  border-color: rgb(229 231 235 / 0.5) !important;
}

.hover\:border-gray-200\/55:hover{
  border-color: rgb(229 231 235 / 0.55) !important;
}

.hover\:border-gray-200\/60:hover{
  border-color: rgb(229 231 235 / 0.6) !important;
}

.hover\:border-gray-200\/65:hover{
  border-color: rgb(229 231 235 / 0.65) !important;
}

.hover\:border-gray-200\/70:hover{
  border-color: rgb(229 231 235 / 0.7) !important;
}

.hover\:border-gray-200\/75:hover{
  border-color: rgb(229 231 235 / 0.75) !important;
}

.hover\:border-gray-200\/80:hover{
  border-color: rgb(229 231 235 / 0.8) !important;
}

.hover\:border-gray-200\/85:hover{
  border-color: rgb(229 231 235 / 0.85) !important;
}

.hover\:border-gray-200\/90:hover{
  border-color: rgb(229 231 235 / 0.9) !important;
}

.hover\:border-gray-200\/95:hover{
  border-color: rgb(229 231 235 / 0.95) !important;
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-300\/0:hover{
  border-color: rgb(209 213 219 / 0) !important;
}

.hover\:border-gray-300\/10:hover{
  border-color: rgb(209 213 219 / 0.1) !important;
}

.hover\:border-gray-300\/100:hover{
  border-color: rgb(209 213 219 / 1) !important;
}

.hover\:border-gray-300\/15:hover{
  border-color: rgb(209 213 219 / 0.15) !important;
}

.hover\:border-gray-300\/20:hover{
  border-color: rgb(209 213 219 / 0.2) !important;
}

.hover\:border-gray-300\/25:hover{
  border-color: rgb(209 213 219 / 0.25) !important;
}

.hover\:border-gray-300\/30:hover{
  border-color: rgb(209 213 219 / 0.3) !important;
}

.hover\:border-gray-300\/35:hover{
  border-color: rgb(209 213 219 / 0.35) !important;
}

.hover\:border-gray-300\/40:hover{
  border-color: rgb(209 213 219 / 0.4) !important;
}

.hover\:border-gray-300\/45:hover{
  border-color: rgb(209 213 219 / 0.45) !important;
}

.hover\:border-gray-300\/5:hover{
  border-color: rgb(209 213 219 / 0.05) !important;
}

.hover\:border-gray-300\/50:hover{
  border-color: rgb(209 213 219 / 0.5) !important;
}

.hover\:border-gray-300\/55:hover{
  border-color: rgb(209 213 219 / 0.55) !important;
}

.hover\:border-gray-300\/60:hover{
  border-color: rgb(209 213 219 / 0.6) !important;
}

.hover\:border-gray-300\/65:hover{
  border-color: rgb(209 213 219 / 0.65) !important;
}

.hover\:border-gray-300\/70:hover{
  border-color: rgb(209 213 219 / 0.7) !important;
}

.hover\:border-gray-300\/75:hover{
  border-color: rgb(209 213 219 / 0.75) !important;
}

.hover\:border-gray-300\/80:hover{
  border-color: rgb(209 213 219 / 0.8) !important;
}

.hover\:border-gray-300\/85:hover{
  border-color: rgb(209 213 219 / 0.85) !important;
}

.hover\:border-gray-300\/90:hover{
  border-color: rgb(209 213 219 / 0.9) !important;
}

.hover\:border-gray-300\/95:hover{
  border-color: rgb(209 213 219 / 0.95) !important;
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-400\/0:hover{
  border-color: rgb(156 163 175 / 0) !important;
}

.hover\:border-gray-400\/10:hover{
  border-color: rgb(156 163 175 / 0.1) !important;
}

.hover\:border-gray-400\/100:hover{
  border-color: rgb(156 163 175 / 1) !important;
}

.hover\:border-gray-400\/15:hover{
  border-color: rgb(156 163 175 / 0.15) !important;
}

.hover\:border-gray-400\/20:hover{
  border-color: rgb(156 163 175 / 0.2) !important;
}

.hover\:border-gray-400\/25:hover{
  border-color: rgb(156 163 175 / 0.25) !important;
}

.hover\:border-gray-400\/30:hover{
  border-color: rgb(156 163 175 / 0.3) !important;
}

.hover\:border-gray-400\/35:hover{
  border-color: rgb(156 163 175 / 0.35) !important;
}

.hover\:border-gray-400\/40:hover{
  border-color: rgb(156 163 175 / 0.4) !important;
}

.hover\:border-gray-400\/45:hover{
  border-color: rgb(156 163 175 / 0.45) !important;
}

.hover\:border-gray-400\/5:hover{
  border-color: rgb(156 163 175 / 0.05) !important;
}

.hover\:border-gray-400\/50:hover{
  border-color: rgb(156 163 175 / 0.5) !important;
}

.hover\:border-gray-400\/55:hover{
  border-color: rgb(156 163 175 / 0.55) !important;
}

.hover\:border-gray-400\/60:hover{
  border-color: rgb(156 163 175 / 0.6) !important;
}

.hover\:border-gray-400\/65:hover{
  border-color: rgb(156 163 175 / 0.65) !important;
}

.hover\:border-gray-400\/70:hover{
  border-color: rgb(156 163 175 / 0.7) !important;
}

.hover\:border-gray-400\/75:hover{
  border-color: rgb(156 163 175 / 0.75) !important;
}

.hover\:border-gray-400\/80:hover{
  border-color: rgb(156 163 175 / 0.8) !important;
}

.hover\:border-gray-400\/85:hover{
  border-color: rgb(156 163 175 / 0.85) !important;
}

.hover\:border-gray-400\/90:hover{
  border-color: rgb(156 163 175 / 0.9) !important;
}

.hover\:border-gray-400\/95:hover{
  border-color: rgb(156 163 175 / 0.95) !important;
}

.hover\:border-gray-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-50\/0:hover{
  border-color: rgb(249 250 251 / 0) !important;
}

.hover\:border-gray-50\/10:hover{
  border-color: rgb(249 250 251 / 0.1) !important;
}

.hover\:border-gray-50\/100:hover{
  border-color: rgb(249 250 251 / 1) !important;
}

.hover\:border-gray-50\/15:hover{
  border-color: rgb(249 250 251 / 0.15) !important;
}

.hover\:border-gray-50\/20:hover{
  border-color: rgb(249 250 251 / 0.2) !important;
}

.hover\:border-gray-50\/25:hover{
  border-color: rgb(249 250 251 / 0.25) !important;
}

.hover\:border-gray-50\/30:hover{
  border-color: rgb(249 250 251 / 0.3) !important;
}

.hover\:border-gray-50\/35:hover{
  border-color: rgb(249 250 251 / 0.35) !important;
}

.hover\:border-gray-50\/40:hover{
  border-color: rgb(249 250 251 / 0.4) !important;
}

.hover\:border-gray-50\/45:hover{
  border-color: rgb(249 250 251 / 0.45) !important;
}

.hover\:border-gray-50\/5:hover{
  border-color: rgb(249 250 251 / 0.05) !important;
}

.hover\:border-gray-50\/50:hover{
  border-color: rgb(249 250 251 / 0.5) !important;
}

.hover\:border-gray-50\/55:hover{
  border-color: rgb(249 250 251 / 0.55) !important;
}

.hover\:border-gray-50\/60:hover{
  border-color: rgb(249 250 251 / 0.6) !important;
}

.hover\:border-gray-50\/65:hover{
  border-color: rgb(249 250 251 / 0.65) !important;
}

.hover\:border-gray-50\/70:hover{
  border-color: rgb(249 250 251 / 0.7) !important;
}

.hover\:border-gray-50\/75:hover{
  border-color: rgb(249 250 251 / 0.75) !important;
}

.hover\:border-gray-50\/80:hover{
  border-color: rgb(249 250 251 / 0.8) !important;
}

.hover\:border-gray-50\/85:hover{
  border-color: rgb(249 250 251 / 0.85) !important;
}

.hover\:border-gray-50\/90:hover{
  border-color: rgb(249 250 251 / 0.9) !important;
}

.hover\:border-gray-50\/95:hover{
  border-color: rgb(249 250 251 / 0.95) !important;
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-500\/0:hover{
  border-color: rgb(107 114 128 / 0) !important;
}

.hover\:border-gray-500\/10:hover{
  border-color: rgb(107 114 128 / 0.1) !important;
}

.hover\:border-gray-500\/100:hover{
  border-color: rgb(107 114 128 / 1) !important;
}

.hover\:border-gray-500\/15:hover{
  border-color: rgb(107 114 128 / 0.15) !important;
}

.hover\:border-gray-500\/20:hover{
  border-color: rgb(107 114 128 / 0.2) !important;
}

.hover\:border-gray-500\/25:hover{
  border-color: rgb(107 114 128 / 0.25) !important;
}

.hover\:border-gray-500\/30:hover{
  border-color: rgb(107 114 128 / 0.3) !important;
}

.hover\:border-gray-500\/35:hover{
  border-color: rgb(107 114 128 / 0.35) !important;
}

.hover\:border-gray-500\/40:hover{
  border-color: rgb(107 114 128 / 0.4) !important;
}

.hover\:border-gray-500\/45:hover{
  border-color: rgb(107 114 128 / 0.45) !important;
}

.hover\:border-gray-500\/5:hover{
  border-color: rgb(107 114 128 / 0.05) !important;
}

.hover\:border-gray-500\/50:hover{
  border-color: rgb(107 114 128 / 0.5) !important;
}

.hover\:border-gray-500\/55:hover{
  border-color: rgb(107 114 128 / 0.55) !important;
}

.hover\:border-gray-500\/60:hover{
  border-color: rgb(107 114 128 / 0.6) !important;
}

.hover\:border-gray-500\/65:hover{
  border-color: rgb(107 114 128 / 0.65) !important;
}

.hover\:border-gray-500\/70:hover{
  border-color: rgb(107 114 128 / 0.7) !important;
}

.hover\:border-gray-500\/75:hover{
  border-color: rgb(107 114 128 / 0.75) !important;
}

.hover\:border-gray-500\/80:hover{
  border-color: rgb(107 114 128 / 0.8) !important;
}

.hover\:border-gray-500\/85:hover{
  border-color: rgb(107 114 128 / 0.85) !important;
}

.hover\:border-gray-500\/90:hover{
  border-color: rgb(107 114 128 / 0.9) !important;
}

.hover\:border-gray-500\/95:hover{
  border-color: rgb(107 114 128 / 0.95) !important;
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-600\/0:hover{
  border-color: rgb(75 85 99 / 0) !important;
}

.hover\:border-gray-600\/10:hover{
  border-color: rgb(75 85 99 / 0.1) !important;
}

.hover\:border-gray-600\/100:hover{
  border-color: rgb(75 85 99 / 1) !important;
}

.hover\:border-gray-600\/15:hover{
  border-color: rgb(75 85 99 / 0.15) !important;
}

.hover\:border-gray-600\/20:hover{
  border-color: rgb(75 85 99 / 0.2) !important;
}

.hover\:border-gray-600\/25:hover{
  border-color: rgb(75 85 99 / 0.25) !important;
}

.hover\:border-gray-600\/30:hover{
  border-color: rgb(75 85 99 / 0.3) !important;
}

.hover\:border-gray-600\/35:hover{
  border-color: rgb(75 85 99 / 0.35) !important;
}

.hover\:border-gray-600\/40:hover{
  border-color: rgb(75 85 99 / 0.4) !important;
}

.hover\:border-gray-600\/45:hover{
  border-color: rgb(75 85 99 / 0.45) !important;
}

.hover\:border-gray-600\/5:hover{
  border-color: rgb(75 85 99 / 0.05) !important;
}

.hover\:border-gray-600\/50:hover{
  border-color: rgb(75 85 99 / 0.5) !important;
}

.hover\:border-gray-600\/55:hover{
  border-color: rgb(75 85 99 / 0.55) !important;
}

.hover\:border-gray-600\/60:hover{
  border-color: rgb(75 85 99 / 0.6) !important;
}

.hover\:border-gray-600\/65:hover{
  border-color: rgb(75 85 99 / 0.65) !important;
}

.hover\:border-gray-600\/70:hover{
  border-color: rgb(75 85 99 / 0.7) !important;
}

.hover\:border-gray-600\/75:hover{
  border-color: rgb(75 85 99 / 0.75) !important;
}

.hover\:border-gray-600\/80:hover{
  border-color: rgb(75 85 99 / 0.8) !important;
}

.hover\:border-gray-600\/85:hover{
  border-color: rgb(75 85 99 / 0.85) !important;
}

.hover\:border-gray-600\/90:hover{
  border-color: rgb(75 85 99 / 0.9) !important;
}

.hover\:border-gray-600\/95:hover{
  border-color: rgb(75 85 99 / 0.95) !important;
}

.hover\:border-gray-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-700\/0:hover{
  border-color: rgb(55 65 81 / 0) !important;
}

.hover\:border-gray-700\/10:hover{
  border-color: rgb(55 65 81 / 0.1) !important;
}

.hover\:border-gray-700\/100:hover{
  border-color: rgb(55 65 81 / 1) !important;
}

.hover\:border-gray-700\/15:hover{
  border-color: rgb(55 65 81 / 0.15) !important;
}

.hover\:border-gray-700\/20:hover{
  border-color: rgb(55 65 81 / 0.2) !important;
}

.hover\:border-gray-700\/25:hover{
  border-color: rgb(55 65 81 / 0.25) !important;
}

.hover\:border-gray-700\/30:hover{
  border-color: rgb(55 65 81 / 0.3) !important;
}

.hover\:border-gray-700\/35:hover{
  border-color: rgb(55 65 81 / 0.35) !important;
}

.hover\:border-gray-700\/40:hover{
  border-color: rgb(55 65 81 / 0.4) !important;
}

.hover\:border-gray-700\/45:hover{
  border-color: rgb(55 65 81 / 0.45) !important;
}

.hover\:border-gray-700\/5:hover{
  border-color: rgb(55 65 81 / 0.05) !important;
}

.hover\:border-gray-700\/50:hover{
  border-color: rgb(55 65 81 / 0.5) !important;
}

.hover\:border-gray-700\/55:hover{
  border-color: rgb(55 65 81 / 0.55) !important;
}

.hover\:border-gray-700\/60:hover{
  border-color: rgb(55 65 81 / 0.6) !important;
}

.hover\:border-gray-700\/65:hover{
  border-color: rgb(55 65 81 / 0.65) !important;
}

.hover\:border-gray-700\/70:hover{
  border-color: rgb(55 65 81 / 0.7) !important;
}

.hover\:border-gray-700\/75:hover{
  border-color: rgb(55 65 81 / 0.75) !important;
}

.hover\:border-gray-700\/80:hover{
  border-color: rgb(55 65 81 / 0.8) !important;
}

.hover\:border-gray-700\/85:hover{
  border-color: rgb(55 65 81 / 0.85) !important;
}

.hover\:border-gray-700\/90:hover{
  border-color: rgb(55 65 81 / 0.9) !important;
}

.hover\:border-gray-700\/95:hover{
  border-color: rgb(55 65 81 / 0.95) !important;
}

.hover\:border-gray-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-800\/0:hover{
  border-color: rgb(31 41 55 / 0) !important;
}

.hover\:border-gray-800\/10:hover{
  border-color: rgb(31 41 55 / 0.1) !important;
}

.hover\:border-gray-800\/100:hover{
  border-color: rgb(31 41 55 / 1) !important;
}

.hover\:border-gray-800\/15:hover{
  border-color: rgb(31 41 55 / 0.15) !important;
}

.hover\:border-gray-800\/20:hover{
  border-color: rgb(31 41 55 / 0.2) !important;
}

.hover\:border-gray-800\/25:hover{
  border-color: rgb(31 41 55 / 0.25) !important;
}

.hover\:border-gray-800\/30:hover{
  border-color: rgb(31 41 55 / 0.3) !important;
}

.hover\:border-gray-800\/35:hover{
  border-color: rgb(31 41 55 / 0.35) !important;
}

.hover\:border-gray-800\/40:hover{
  border-color: rgb(31 41 55 / 0.4) !important;
}

.hover\:border-gray-800\/45:hover{
  border-color: rgb(31 41 55 / 0.45) !important;
}

.hover\:border-gray-800\/5:hover{
  border-color: rgb(31 41 55 / 0.05) !important;
}

.hover\:border-gray-800\/50:hover{
  border-color: rgb(31 41 55 / 0.5) !important;
}

.hover\:border-gray-800\/55:hover{
  border-color: rgb(31 41 55 / 0.55) !important;
}

.hover\:border-gray-800\/60:hover{
  border-color: rgb(31 41 55 / 0.6) !important;
}

.hover\:border-gray-800\/65:hover{
  border-color: rgb(31 41 55 / 0.65) !important;
}

.hover\:border-gray-800\/70:hover{
  border-color: rgb(31 41 55 / 0.7) !important;
}

.hover\:border-gray-800\/75:hover{
  border-color: rgb(31 41 55 / 0.75) !important;
}

.hover\:border-gray-800\/80:hover{
  border-color: rgb(31 41 55 / 0.8) !important;
}

.hover\:border-gray-800\/85:hover{
  border-color: rgb(31 41 55 / 0.85) !important;
}

.hover\:border-gray-800\/90:hover{
  border-color: rgb(31 41 55 / 0.9) !important;
}

.hover\:border-gray-800\/95:hover{
  border-color: rgb(31 41 55 / 0.95) !important;
}

.hover\:border-gray-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-900\/0:hover{
  border-color: rgb(17 24 39 / 0) !important;
}

.hover\:border-gray-900\/10:hover{
  border-color: rgb(17 24 39 / 0.1) !important;
}

.hover\:border-gray-900\/100:hover{
  border-color: rgb(17 24 39 / 1) !important;
}

.hover\:border-gray-900\/15:hover{
  border-color: rgb(17 24 39 / 0.15) !important;
}

.hover\:border-gray-900\/20:hover{
  border-color: rgb(17 24 39 / 0.2) !important;
}

.hover\:border-gray-900\/25:hover{
  border-color: rgb(17 24 39 / 0.25) !important;
}

.hover\:border-gray-900\/30:hover{
  border-color: rgb(17 24 39 / 0.3) !important;
}

.hover\:border-gray-900\/35:hover{
  border-color: rgb(17 24 39 / 0.35) !important;
}

.hover\:border-gray-900\/40:hover{
  border-color: rgb(17 24 39 / 0.4) !important;
}

.hover\:border-gray-900\/45:hover{
  border-color: rgb(17 24 39 / 0.45) !important;
}

.hover\:border-gray-900\/5:hover{
  border-color: rgb(17 24 39 / 0.05) !important;
}

.hover\:border-gray-900\/50:hover{
  border-color: rgb(17 24 39 / 0.5) !important;
}

.hover\:border-gray-900\/55:hover{
  border-color: rgb(17 24 39 / 0.55) !important;
}

.hover\:border-gray-900\/60:hover{
  border-color: rgb(17 24 39 / 0.6) !important;
}

.hover\:border-gray-900\/65:hover{
  border-color: rgb(17 24 39 / 0.65) !important;
}

.hover\:border-gray-900\/70:hover{
  border-color: rgb(17 24 39 / 0.7) !important;
}

.hover\:border-gray-900\/75:hover{
  border-color: rgb(17 24 39 / 0.75) !important;
}

.hover\:border-gray-900\/80:hover{
  border-color: rgb(17 24 39 / 0.8) !important;
}

.hover\:border-gray-900\/85:hover{
  border-color: rgb(17 24 39 / 0.85) !important;
}

.hover\:border-gray-900\/90:hover{
  border-color: rgb(17 24 39 / 0.9) !important;
}

.hover\:border-gray-900\/95:hover{
  border-color: rgb(17 24 39 / 0.95) !important;
}

.hover\:border-green-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 250 236 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-100\/0:hover{
  border-color: rgb(222 250 236 / 0) !important;
}

.hover\:border-green-100\/10:hover{
  border-color: rgb(222 250 236 / 0.1) !important;
}

.hover\:border-green-100\/100:hover{
  border-color: rgb(222 250 236 / 1) !important;
}

.hover\:border-green-100\/15:hover{
  border-color: rgb(222 250 236 / 0.15) !important;
}

.hover\:border-green-100\/20:hover{
  border-color: rgb(222 250 236 / 0.2) !important;
}

.hover\:border-green-100\/25:hover{
  border-color: rgb(222 250 236 / 0.25) !important;
}

.hover\:border-green-100\/30:hover{
  border-color: rgb(222 250 236 / 0.3) !important;
}

.hover\:border-green-100\/35:hover{
  border-color: rgb(222 250 236 / 0.35) !important;
}

.hover\:border-green-100\/40:hover{
  border-color: rgb(222 250 236 / 0.4) !important;
}

.hover\:border-green-100\/45:hover{
  border-color: rgb(222 250 236 / 0.45) !important;
}

.hover\:border-green-100\/5:hover{
  border-color: rgb(222 250 236 / 0.05) !important;
}

.hover\:border-green-100\/50:hover{
  border-color: rgb(222 250 236 / 0.5) !important;
}

.hover\:border-green-100\/55:hover{
  border-color: rgb(222 250 236 / 0.55) !important;
}

.hover\:border-green-100\/60:hover{
  border-color: rgb(222 250 236 / 0.6) !important;
}

.hover\:border-green-100\/65:hover{
  border-color: rgb(222 250 236 / 0.65) !important;
}

.hover\:border-green-100\/70:hover{
  border-color: rgb(222 250 236 / 0.7) !important;
}

.hover\:border-green-100\/75:hover{
  border-color: rgb(222 250 236 / 0.75) !important;
}

.hover\:border-green-100\/80:hover{
  border-color: rgb(222 250 236 / 0.8) !important;
}

.hover\:border-green-100\/85:hover{
  border-color: rgb(222 250 236 / 0.85) !important;
}

.hover\:border-green-100\/90:hover{
  border-color: rgb(222 250 236 / 0.9) !important;
}

.hover\:border-green-100\/95:hover{
  border-color: rgb(222 250 236 / 0.95) !important;
}

.hover\:border-green-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 244 216 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-200\/0:hover{
  border-color: rgb(190 244 216 / 0) !important;
}

.hover\:border-green-200\/10:hover{
  border-color: rgb(190 244 216 / 0.1) !important;
}

.hover\:border-green-200\/100:hover{
  border-color: rgb(190 244 216 / 1) !important;
}

.hover\:border-green-200\/15:hover{
  border-color: rgb(190 244 216 / 0.15) !important;
}

.hover\:border-green-200\/20:hover{
  border-color: rgb(190 244 216 / 0.2) !important;
}

.hover\:border-green-200\/25:hover{
  border-color: rgb(190 244 216 / 0.25) !important;
}

.hover\:border-green-200\/30:hover{
  border-color: rgb(190 244 216 / 0.3) !important;
}

.hover\:border-green-200\/35:hover{
  border-color: rgb(190 244 216 / 0.35) !important;
}

.hover\:border-green-200\/40:hover{
  border-color: rgb(190 244 216 / 0.4) !important;
}

.hover\:border-green-200\/45:hover{
  border-color: rgb(190 244 216 / 0.45) !important;
}

.hover\:border-green-200\/5:hover{
  border-color: rgb(190 244 216 / 0.05) !important;
}

.hover\:border-green-200\/50:hover{
  border-color: rgb(190 244 216 / 0.5) !important;
}

.hover\:border-green-200\/55:hover{
  border-color: rgb(190 244 216 / 0.55) !important;
}

.hover\:border-green-200\/60:hover{
  border-color: rgb(190 244 216 / 0.6) !important;
}

.hover\:border-green-200\/65:hover{
  border-color: rgb(190 244 216 / 0.65) !important;
}

.hover\:border-green-200\/70:hover{
  border-color: rgb(190 244 216 / 0.7) !important;
}

.hover\:border-green-200\/75:hover{
  border-color: rgb(190 244 216 / 0.75) !important;
}

.hover\:border-green-200\/80:hover{
  border-color: rgb(190 244 216 / 0.8) !important;
}

.hover\:border-green-200\/85:hover{
  border-color: rgb(190 244 216 / 0.85) !important;
}

.hover\:border-green-200\/90:hover{
  border-color: rgb(190 244 216 / 0.9) !important;
}

.hover\:border-green-200\/95:hover{
  border-color: rgb(190 244 216 / 0.95) !important;
}

.hover\:border-green-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 233 187 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-300\/0:hover{
  border-color: rgb(140 233 187 / 0) !important;
}

.hover\:border-green-300\/10:hover{
  border-color: rgb(140 233 187 / 0.1) !important;
}

.hover\:border-green-300\/100:hover{
  border-color: rgb(140 233 187 / 1) !important;
}

.hover\:border-green-300\/15:hover{
  border-color: rgb(140 233 187 / 0.15) !important;
}

.hover\:border-green-300\/20:hover{
  border-color: rgb(140 233 187 / 0.2) !important;
}

.hover\:border-green-300\/25:hover{
  border-color: rgb(140 233 187 / 0.25) !important;
}

.hover\:border-green-300\/30:hover{
  border-color: rgb(140 233 187 / 0.3) !important;
}

.hover\:border-green-300\/35:hover{
  border-color: rgb(140 233 187 / 0.35) !important;
}

.hover\:border-green-300\/40:hover{
  border-color: rgb(140 233 187 / 0.4) !important;
}

.hover\:border-green-300\/45:hover{
  border-color: rgb(140 233 187 / 0.45) !important;
}

.hover\:border-green-300\/5:hover{
  border-color: rgb(140 233 187 / 0.05) !important;
}

.hover\:border-green-300\/50:hover{
  border-color: rgb(140 233 187 / 0.5) !important;
}

.hover\:border-green-300\/55:hover{
  border-color: rgb(140 233 187 / 0.55) !important;
}

.hover\:border-green-300\/60:hover{
  border-color: rgb(140 233 187 / 0.6) !important;
}

.hover\:border-green-300\/65:hover{
  border-color: rgb(140 233 187 / 0.65) !important;
}

.hover\:border-green-300\/70:hover{
  border-color: rgb(140 233 187 / 0.7) !important;
}

.hover\:border-green-300\/75:hover{
  border-color: rgb(140 233 187 / 0.75) !important;
}

.hover\:border-green-300\/80:hover{
  border-color: rgb(140 233 187 / 0.8) !important;
}

.hover\:border-green-300\/85:hover{
  border-color: rgb(140 233 187 / 0.85) !important;
}

.hover\:border-green-300\/90:hover{
  border-color: rgb(140 233 187 / 0.9) !important;
}

.hover\:border-green-300\/95:hover{
  border-color: rgb(140 233 187 / 0.95) !important;
}

.hover\:border-green-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 214 148 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-400\/0:hover{
  border-color: rgb(82 214 148 / 0) !important;
}

.hover\:border-green-400\/10:hover{
  border-color: rgb(82 214 148 / 0.1) !important;
}

.hover\:border-green-400\/100:hover{
  border-color: rgb(82 214 148 / 1) !important;
}

.hover\:border-green-400\/15:hover{
  border-color: rgb(82 214 148 / 0.15) !important;
}

.hover\:border-green-400\/20:hover{
  border-color: rgb(82 214 148 / 0.2) !important;
}

.hover\:border-green-400\/25:hover{
  border-color: rgb(82 214 148 / 0.25) !important;
}

.hover\:border-green-400\/30:hover{
  border-color: rgb(82 214 148 / 0.3) !important;
}

.hover\:border-green-400\/35:hover{
  border-color: rgb(82 214 148 / 0.35) !important;
}

.hover\:border-green-400\/40:hover{
  border-color: rgb(82 214 148 / 0.4) !important;
}

.hover\:border-green-400\/45:hover{
  border-color: rgb(82 214 148 / 0.45) !important;
}

.hover\:border-green-400\/5:hover{
  border-color: rgb(82 214 148 / 0.05) !important;
}

.hover\:border-green-400\/50:hover{
  border-color: rgb(82 214 148 / 0.5) !important;
}

.hover\:border-green-400\/55:hover{
  border-color: rgb(82 214 148 / 0.55) !important;
}

.hover\:border-green-400\/60:hover{
  border-color: rgb(82 214 148 / 0.6) !important;
}

.hover\:border-green-400\/65:hover{
  border-color: rgb(82 214 148 / 0.65) !important;
}

.hover\:border-green-400\/70:hover{
  border-color: rgb(82 214 148 / 0.7) !important;
}

.hover\:border-green-400\/75:hover{
  border-color: rgb(82 214 148 / 0.75) !important;
}

.hover\:border-green-400\/80:hover{
  border-color: rgb(82 214 148 / 0.8) !important;
}

.hover\:border-green-400\/85:hover{
  border-color: rgb(82 214 148 / 0.85) !important;
}

.hover\:border-green-400\/90:hover{
  border-color: rgb(82 214 148 / 0.9) !important;
}

.hover\:border-green-400\/95:hover{
  border-color: rgb(82 214 148 / 0.95) !important;
}

.hover\:border-green-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 252 245 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-50\/0:hover{
  border-color: rgb(241 252 245 / 0) !important;
}

.hover\:border-green-50\/10:hover{
  border-color: rgb(241 252 245 / 0.1) !important;
}

.hover\:border-green-50\/100:hover{
  border-color: rgb(241 252 245 / 1) !important;
}

.hover\:border-green-50\/15:hover{
  border-color: rgb(241 252 245 / 0.15) !important;
}

.hover\:border-green-50\/20:hover{
  border-color: rgb(241 252 245 / 0.2) !important;
}

.hover\:border-green-50\/25:hover{
  border-color: rgb(241 252 245 / 0.25) !important;
}

.hover\:border-green-50\/30:hover{
  border-color: rgb(241 252 245 / 0.3) !important;
}

.hover\:border-green-50\/35:hover{
  border-color: rgb(241 252 245 / 0.35) !important;
}

.hover\:border-green-50\/40:hover{
  border-color: rgb(241 252 245 / 0.4) !important;
}

.hover\:border-green-50\/45:hover{
  border-color: rgb(241 252 245 / 0.45) !important;
}

.hover\:border-green-50\/5:hover{
  border-color: rgb(241 252 245 / 0.05) !important;
}

.hover\:border-green-50\/50:hover{
  border-color: rgb(241 252 245 / 0.5) !important;
}

.hover\:border-green-50\/55:hover{
  border-color: rgb(241 252 245 / 0.55) !important;
}

.hover\:border-green-50\/60:hover{
  border-color: rgb(241 252 245 / 0.6) !important;
}

.hover\:border-green-50\/65:hover{
  border-color: rgb(241 252 245 / 0.65) !important;
}

.hover\:border-green-50\/70:hover{
  border-color: rgb(241 252 245 / 0.7) !important;
}

.hover\:border-green-50\/75:hover{
  border-color: rgb(241 252 245 / 0.75) !important;
}

.hover\:border-green-50\/80:hover{
  border-color: rgb(241 252 245 / 0.8) !important;
}

.hover\:border-green-50\/85:hover{
  border-color: rgb(241 252 245 / 0.85) !important;
}

.hover\:border-green-50\/90:hover{
  border-color: rgb(241 252 245 / 0.9) !important;
}

.hover\:border-green-50\/95:hover{
  border-color: rgb(241 252 245 / 0.95) !important;
}

.hover\:border-green-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-500\/0:hover{
  border-color: rgb(51 208 130 / 0) !important;
}

.hover\:border-green-500\/10:hover{
  border-color: rgb(51 208 130 / 0.1) !important;
}

.hover\:border-green-500\/100:hover{
  border-color: rgb(51 208 130 / 1) !important;
}

.hover\:border-green-500\/15:hover{
  border-color: rgb(51 208 130 / 0.15) !important;
}

.hover\:border-green-500\/20:hover{
  border-color: rgb(51 208 130 / 0.2) !important;
}

.hover\:border-green-500\/25:hover{
  border-color: rgb(51 208 130 / 0.25) !important;
}

.hover\:border-green-500\/30:hover{
  border-color: rgb(51 208 130 / 0.3) !important;
}

.hover\:border-green-500\/35:hover{
  border-color: rgb(51 208 130 / 0.35) !important;
}

.hover\:border-green-500\/40:hover{
  border-color: rgb(51 208 130 / 0.4) !important;
}

.hover\:border-green-500\/45:hover{
  border-color: rgb(51 208 130 / 0.45) !important;
}

.hover\:border-green-500\/5:hover{
  border-color: rgb(51 208 130 / 0.05) !important;
}

.hover\:border-green-500\/50:hover{
  border-color: rgb(51 208 130 / 0.5) !important;
}

.hover\:border-green-500\/55:hover{
  border-color: rgb(51 208 130 / 0.55) !important;
}

.hover\:border-green-500\/60:hover{
  border-color: rgb(51 208 130 / 0.6) !important;
}

.hover\:border-green-500\/65:hover{
  border-color: rgb(51 208 130 / 0.65) !important;
}

.hover\:border-green-500\/70:hover{
  border-color: rgb(51 208 130 / 0.7) !important;
}

.hover\:border-green-500\/75:hover{
  border-color: rgb(51 208 130 / 0.75) !important;
}

.hover\:border-green-500\/80:hover{
  border-color: rgb(51 208 130 / 0.8) !important;
}

.hover\:border-green-500\/85:hover{
  border-color: rgb(51 208 130 / 0.85) !important;
}

.hover\:border-green-500\/90:hover{
  border-color: rgb(51 208 130 / 0.9) !important;
}

.hover\:border-green-500\/95:hover{
  border-color: rgb(51 208 130 / 0.95) !important;
}

.hover\:border-green-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 155 93 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-600\/0:hover{
  border-color: rgb(30 155 93 / 0) !important;
}

.hover\:border-green-600\/10:hover{
  border-color: rgb(30 155 93 / 0.1) !important;
}

.hover\:border-green-600\/100:hover{
  border-color: rgb(30 155 93 / 1) !important;
}

.hover\:border-green-600\/15:hover{
  border-color: rgb(30 155 93 / 0.15) !important;
}

.hover\:border-green-600\/20:hover{
  border-color: rgb(30 155 93 / 0.2) !important;
}

.hover\:border-green-600\/25:hover{
  border-color: rgb(30 155 93 / 0.25) !important;
}

.hover\:border-green-600\/30:hover{
  border-color: rgb(30 155 93 / 0.3) !important;
}

.hover\:border-green-600\/35:hover{
  border-color: rgb(30 155 93 / 0.35) !important;
}

.hover\:border-green-600\/40:hover{
  border-color: rgb(30 155 93 / 0.4) !important;
}

.hover\:border-green-600\/45:hover{
  border-color: rgb(30 155 93 / 0.45) !important;
}

.hover\:border-green-600\/5:hover{
  border-color: rgb(30 155 93 / 0.05) !important;
}

.hover\:border-green-600\/50:hover{
  border-color: rgb(30 155 93 / 0.5) !important;
}

.hover\:border-green-600\/55:hover{
  border-color: rgb(30 155 93 / 0.55) !important;
}

.hover\:border-green-600\/60:hover{
  border-color: rgb(30 155 93 / 0.6) !important;
}

.hover\:border-green-600\/65:hover{
  border-color: rgb(30 155 93 / 0.65) !important;
}

.hover\:border-green-600\/70:hover{
  border-color: rgb(30 155 93 / 0.7) !important;
}

.hover\:border-green-600\/75:hover{
  border-color: rgb(30 155 93 / 0.75) !important;
}

.hover\:border-green-600\/80:hover{
  border-color: rgb(30 155 93 / 0.8) !important;
}

.hover\:border-green-600\/85:hover{
  border-color: rgb(30 155 93 / 0.85) !important;
}

.hover\:border-green-600\/90:hover{
  border-color: rgb(30 155 93 / 0.9) !important;
}

.hover\:border-green-600\/95:hover{
  border-color: rgb(30 155 93 / 0.95) !important;
}

.hover\:border-green-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 122 76 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-700\/0:hover{
  border-color: rgb(27 122 76 / 0) !important;
}

.hover\:border-green-700\/10:hover{
  border-color: rgb(27 122 76 / 0.1) !important;
}

.hover\:border-green-700\/100:hover{
  border-color: rgb(27 122 76 / 1) !important;
}

.hover\:border-green-700\/15:hover{
  border-color: rgb(27 122 76 / 0.15) !important;
}

.hover\:border-green-700\/20:hover{
  border-color: rgb(27 122 76 / 0.2) !important;
}

.hover\:border-green-700\/25:hover{
  border-color: rgb(27 122 76 / 0.25) !important;
}

.hover\:border-green-700\/30:hover{
  border-color: rgb(27 122 76 / 0.3) !important;
}

.hover\:border-green-700\/35:hover{
  border-color: rgb(27 122 76 / 0.35) !important;
}

.hover\:border-green-700\/40:hover{
  border-color: rgb(27 122 76 / 0.4) !important;
}

.hover\:border-green-700\/45:hover{
  border-color: rgb(27 122 76 / 0.45) !important;
}

.hover\:border-green-700\/5:hover{
  border-color: rgb(27 122 76 / 0.05) !important;
}

.hover\:border-green-700\/50:hover{
  border-color: rgb(27 122 76 / 0.5) !important;
}

.hover\:border-green-700\/55:hover{
  border-color: rgb(27 122 76 / 0.55) !important;
}

.hover\:border-green-700\/60:hover{
  border-color: rgb(27 122 76 / 0.6) !important;
}

.hover\:border-green-700\/65:hover{
  border-color: rgb(27 122 76 / 0.65) !important;
}

.hover\:border-green-700\/70:hover{
  border-color: rgb(27 122 76 / 0.7) !important;
}

.hover\:border-green-700\/75:hover{
  border-color: rgb(27 122 76 / 0.75) !important;
}

.hover\:border-green-700\/80:hover{
  border-color: rgb(27 122 76 / 0.8) !important;
}

.hover\:border-green-700\/85:hover{
  border-color: rgb(27 122 76 / 0.85) !important;
}

.hover\:border-green-700\/90:hover{
  border-color: rgb(27 122 76 / 0.9) !important;
}

.hover\:border-green-700\/95:hover{
  border-color: rgb(27 122 76 / 0.95) !important;
}

.hover\:border-green-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 97 63 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-800\/0:hover{
  border-color: rgb(26 97 63 / 0) !important;
}

.hover\:border-green-800\/10:hover{
  border-color: rgb(26 97 63 / 0.1) !important;
}

.hover\:border-green-800\/100:hover{
  border-color: rgb(26 97 63 / 1) !important;
}

.hover\:border-green-800\/15:hover{
  border-color: rgb(26 97 63 / 0.15) !important;
}

.hover\:border-green-800\/20:hover{
  border-color: rgb(26 97 63 / 0.2) !important;
}

.hover\:border-green-800\/25:hover{
  border-color: rgb(26 97 63 / 0.25) !important;
}

.hover\:border-green-800\/30:hover{
  border-color: rgb(26 97 63 / 0.3) !important;
}

.hover\:border-green-800\/35:hover{
  border-color: rgb(26 97 63 / 0.35) !important;
}

.hover\:border-green-800\/40:hover{
  border-color: rgb(26 97 63 / 0.4) !important;
}

.hover\:border-green-800\/45:hover{
  border-color: rgb(26 97 63 / 0.45) !important;
}

.hover\:border-green-800\/5:hover{
  border-color: rgb(26 97 63 / 0.05) !important;
}

.hover\:border-green-800\/50:hover{
  border-color: rgb(26 97 63 / 0.5) !important;
}

.hover\:border-green-800\/55:hover{
  border-color: rgb(26 97 63 / 0.55) !important;
}

.hover\:border-green-800\/60:hover{
  border-color: rgb(26 97 63 / 0.6) !important;
}

.hover\:border-green-800\/65:hover{
  border-color: rgb(26 97 63 / 0.65) !important;
}

.hover\:border-green-800\/70:hover{
  border-color: rgb(26 97 63 / 0.7) !important;
}

.hover\:border-green-800\/75:hover{
  border-color: rgb(26 97 63 / 0.75) !important;
}

.hover\:border-green-800\/80:hover{
  border-color: rgb(26 97 63 / 0.8) !important;
}

.hover\:border-green-800\/85:hover{
  border-color: rgb(26 97 63 / 0.85) !important;
}

.hover\:border-green-800\/90:hover{
  border-color: rgb(26 97 63 / 0.9) !important;
}

.hover\:border-green-800\/95:hover{
  border-color: rgb(26 97 63 / 0.95) !important;
}

.hover\:border-green-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 79 53 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-green-900\/0:hover{
  border-color: rgb(24 79 53 / 0) !important;
}

.hover\:border-green-900\/10:hover{
  border-color: rgb(24 79 53 / 0.1) !important;
}

.hover\:border-green-900\/100:hover{
  border-color: rgb(24 79 53 / 1) !important;
}

.hover\:border-green-900\/15:hover{
  border-color: rgb(24 79 53 / 0.15) !important;
}

.hover\:border-green-900\/20:hover{
  border-color: rgb(24 79 53 / 0.2) !important;
}

.hover\:border-green-900\/25:hover{
  border-color: rgb(24 79 53 / 0.25) !important;
}

.hover\:border-green-900\/30:hover{
  border-color: rgb(24 79 53 / 0.3) !important;
}

.hover\:border-green-900\/35:hover{
  border-color: rgb(24 79 53 / 0.35) !important;
}

.hover\:border-green-900\/40:hover{
  border-color: rgb(24 79 53 / 0.4) !important;
}

.hover\:border-green-900\/45:hover{
  border-color: rgb(24 79 53 / 0.45) !important;
}

.hover\:border-green-900\/5:hover{
  border-color: rgb(24 79 53 / 0.05) !important;
}

.hover\:border-green-900\/50:hover{
  border-color: rgb(24 79 53 / 0.5) !important;
}

.hover\:border-green-900\/55:hover{
  border-color: rgb(24 79 53 / 0.55) !important;
}

.hover\:border-green-900\/60:hover{
  border-color: rgb(24 79 53 / 0.6) !important;
}

.hover\:border-green-900\/65:hover{
  border-color: rgb(24 79 53 / 0.65) !important;
}

.hover\:border-green-900\/70:hover{
  border-color: rgb(24 79 53 / 0.7) !important;
}

.hover\:border-green-900\/75:hover{
  border-color: rgb(24 79 53 / 0.75) !important;
}

.hover\:border-green-900\/80:hover{
  border-color: rgb(24 79 53 / 0.8) !important;
}

.hover\:border-green-900\/85:hover{
  border-color: rgb(24 79 53 / 0.85) !important;
}

.hover\:border-green-900\/90:hover{
  border-color: rgb(24 79 53 / 0.9) !important;
}

.hover\:border-green-900\/95:hover{
  border-color: rgb(24 79 53 / 0.95) !important;
}

.hover\:border-grey-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 251 252 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-100\/0:hover{
  border-color: rgb(250 251 252 / 0) !important;
}

.hover\:border-grey-100\/10:hover{
  border-color: rgb(250 251 252 / 0.1) !important;
}

.hover\:border-grey-100\/100:hover{
  border-color: rgb(250 251 252 / 1) !important;
}

.hover\:border-grey-100\/15:hover{
  border-color: rgb(250 251 252 / 0.15) !important;
}

.hover\:border-grey-100\/20:hover{
  border-color: rgb(250 251 252 / 0.2) !important;
}

.hover\:border-grey-100\/25:hover{
  border-color: rgb(250 251 252 / 0.25) !important;
}

.hover\:border-grey-100\/30:hover{
  border-color: rgb(250 251 252 / 0.3) !important;
}

.hover\:border-grey-100\/35:hover{
  border-color: rgb(250 251 252 / 0.35) !important;
}

.hover\:border-grey-100\/40:hover{
  border-color: rgb(250 251 252 / 0.4) !important;
}

.hover\:border-grey-100\/45:hover{
  border-color: rgb(250 251 252 / 0.45) !important;
}

.hover\:border-grey-100\/5:hover{
  border-color: rgb(250 251 252 / 0.05) !important;
}

.hover\:border-grey-100\/50:hover{
  border-color: rgb(250 251 252 / 0.5) !important;
}

.hover\:border-grey-100\/55:hover{
  border-color: rgb(250 251 252 / 0.55) !important;
}

.hover\:border-grey-100\/60:hover{
  border-color: rgb(250 251 252 / 0.6) !important;
}

.hover\:border-grey-100\/65:hover{
  border-color: rgb(250 251 252 / 0.65) !important;
}

.hover\:border-grey-100\/70:hover{
  border-color: rgb(250 251 252 / 0.7) !important;
}

.hover\:border-grey-100\/75:hover{
  border-color: rgb(250 251 252 / 0.75) !important;
}

.hover\:border-grey-100\/80:hover{
  border-color: rgb(250 251 252 / 0.8) !important;
}

.hover\:border-grey-100\/85:hover{
  border-color: rgb(250 251 252 / 0.85) !important;
}

.hover\:border-grey-100\/90:hover{
  border-color: rgb(250 251 252 / 0.9) !important;
}

.hover\:border-grey-100\/95:hover{
  border-color: rgb(250 251 252 / 0.95) !important;
}

.hover\:border-grey-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 248 250 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-200\/0:hover{
  border-color: rgb(247 248 250 / 0) !important;
}

.hover\:border-grey-200\/10:hover{
  border-color: rgb(247 248 250 / 0.1) !important;
}

.hover\:border-grey-200\/100:hover{
  border-color: rgb(247 248 250 / 1) !important;
}

.hover\:border-grey-200\/15:hover{
  border-color: rgb(247 248 250 / 0.15) !important;
}

.hover\:border-grey-200\/20:hover{
  border-color: rgb(247 248 250 / 0.2) !important;
}

.hover\:border-grey-200\/25:hover{
  border-color: rgb(247 248 250 / 0.25) !important;
}

.hover\:border-grey-200\/30:hover{
  border-color: rgb(247 248 250 / 0.3) !important;
}

.hover\:border-grey-200\/35:hover{
  border-color: rgb(247 248 250 / 0.35) !important;
}

.hover\:border-grey-200\/40:hover{
  border-color: rgb(247 248 250 / 0.4) !important;
}

.hover\:border-grey-200\/45:hover{
  border-color: rgb(247 248 250 / 0.45) !important;
}

.hover\:border-grey-200\/5:hover{
  border-color: rgb(247 248 250 / 0.05) !important;
}

.hover\:border-grey-200\/50:hover{
  border-color: rgb(247 248 250 / 0.5) !important;
}

.hover\:border-grey-200\/55:hover{
  border-color: rgb(247 248 250 / 0.55) !important;
}

.hover\:border-grey-200\/60:hover{
  border-color: rgb(247 248 250 / 0.6) !important;
}

.hover\:border-grey-200\/65:hover{
  border-color: rgb(247 248 250 / 0.65) !important;
}

.hover\:border-grey-200\/70:hover{
  border-color: rgb(247 248 250 / 0.7) !important;
}

.hover\:border-grey-200\/75:hover{
  border-color: rgb(247 248 250 / 0.75) !important;
}

.hover\:border-grey-200\/80:hover{
  border-color: rgb(247 248 250 / 0.8) !important;
}

.hover\:border-grey-200\/85:hover{
  border-color: rgb(247 248 250 / 0.85) !important;
}

.hover\:border-grey-200\/90:hover{
  border-color: rgb(247 248 250 / 0.9) !important;
}

.hover\:border-grey-200\/95:hover{
  border-color: rgb(247 248 250 / 0.95) !important;
}

.hover\:border-grey-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 245 248 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-300\/0:hover{
  border-color: rgb(243 245 248 / 0) !important;
}

.hover\:border-grey-300\/10:hover{
  border-color: rgb(243 245 248 / 0.1) !important;
}

.hover\:border-grey-300\/100:hover{
  border-color: rgb(243 245 248 / 1) !important;
}

.hover\:border-grey-300\/15:hover{
  border-color: rgb(243 245 248 / 0.15) !important;
}

.hover\:border-grey-300\/20:hover{
  border-color: rgb(243 245 248 / 0.2) !important;
}

.hover\:border-grey-300\/25:hover{
  border-color: rgb(243 245 248 / 0.25) !important;
}

.hover\:border-grey-300\/30:hover{
  border-color: rgb(243 245 248 / 0.3) !important;
}

.hover\:border-grey-300\/35:hover{
  border-color: rgb(243 245 248 / 0.35) !important;
}

.hover\:border-grey-300\/40:hover{
  border-color: rgb(243 245 248 / 0.4) !important;
}

.hover\:border-grey-300\/45:hover{
  border-color: rgb(243 245 248 / 0.45) !important;
}

.hover\:border-grey-300\/5:hover{
  border-color: rgb(243 245 248 / 0.05) !important;
}

.hover\:border-grey-300\/50:hover{
  border-color: rgb(243 245 248 / 0.5) !important;
}

.hover\:border-grey-300\/55:hover{
  border-color: rgb(243 245 248 / 0.55) !important;
}

.hover\:border-grey-300\/60:hover{
  border-color: rgb(243 245 248 / 0.6) !important;
}

.hover\:border-grey-300\/65:hover{
  border-color: rgb(243 245 248 / 0.65) !important;
}

.hover\:border-grey-300\/70:hover{
  border-color: rgb(243 245 248 / 0.7) !important;
}

.hover\:border-grey-300\/75:hover{
  border-color: rgb(243 245 248 / 0.75) !important;
}

.hover\:border-grey-300\/80:hover{
  border-color: rgb(243 245 248 / 0.8) !important;
}

.hover\:border-grey-300\/85:hover{
  border-color: rgb(243 245 248 / 0.85) !important;
}

.hover\:border-grey-300\/90:hover{
  border-color: rgb(243 245 248 / 0.9) !important;
}

.hover\:border-grey-300\/95:hover{
  border-color: rgb(243 245 248 / 0.95) !important;
}

.hover\:border-grey-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 242 247 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-400\/0:hover{
  border-color: rgb(241 242 247 / 0) !important;
}

.hover\:border-grey-400\/10:hover{
  border-color: rgb(241 242 247 / 0.1) !important;
}

.hover\:border-grey-400\/100:hover{
  border-color: rgb(241 242 247 / 1) !important;
}

.hover\:border-grey-400\/15:hover{
  border-color: rgb(241 242 247 / 0.15) !important;
}

.hover\:border-grey-400\/20:hover{
  border-color: rgb(241 242 247 / 0.2) !important;
}

.hover\:border-grey-400\/25:hover{
  border-color: rgb(241 242 247 / 0.25) !important;
}

.hover\:border-grey-400\/30:hover{
  border-color: rgb(241 242 247 / 0.3) !important;
}

.hover\:border-grey-400\/35:hover{
  border-color: rgb(241 242 247 / 0.35) !important;
}

.hover\:border-grey-400\/40:hover{
  border-color: rgb(241 242 247 / 0.4) !important;
}

.hover\:border-grey-400\/45:hover{
  border-color: rgb(241 242 247 / 0.45) !important;
}

.hover\:border-grey-400\/5:hover{
  border-color: rgb(241 242 247 / 0.05) !important;
}

.hover\:border-grey-400\/50:hover{
  border-color: rgb(241 242 247 / 0.5) !important;
}

.hover\:border-grey-400\/55:hover{
  border-color: rgb(241 242 247 / 0.55) !important;
}

.hover\:border-grey-400\/60:hover{
  border-color: rgb(241 242 247 / 0.6) !important;
}

.hover\:border-grey-400\/65:hover{
  border-color: rgb(241 242 247 / 0.65) !important;
}

.hover\:border-grey-400\/70:hover{
  border-color: rgb(241 242 247 / 0.7) !important;
}

.hover\:border-grey-400\/75:hover{
  border-color: rgb(241 242 247 / 0.75) !important;
}

.hover\:border-grey-400\/80:hover{
  border-color: rgb(241 242 247 / 0.8) !important;
}

.hover\:border-grey-400\/85:hover{
  border-color: rgb(241 242 247 / 0.85) !important;
}

.hover\:border-grey-400\/90:hover{
  border-color: rgb(241 242 247 / 0.9) !important;
}

.hover\:border-grey-400\/95:hover{
  border-color: rgb(241 242 247 / 0.95) !important;
}

.hover\:border-grey-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 253 254 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-50\/0:hover{
  border-color: rgb(253 253 254 / 0) !important;
}

.hover\:border-grey-50\/10:hover{
  border-color: rgb(253 253 254 / 0.1) !important;
}

.hover\:border-grey-50\/100:hover{
  border-color: rgb(253 253 254 / 1) !important;
}

.hover\:border-grey-50\/15:hover{
  border-color: rgb(253 253 254 / 0.15) !important;
}

.hover\:border-grey-50\/20:hover{
  border-color: rgb(253 253 254 / 0.2) !important;
}

.hover\:border-grey-50\/25:hover{
  border-color: rgb(253 253 254 / 0.25) !important;
}

.hover\:border-grey-50\/30:hover{
  border-color: rgb(253 253 254 / 0.3) !important;
}

.hover\:border-grey-50\/35:hover{
  border-color: rgb(253 253 254 / 0.35) !important;
}

.hover\:border-grey-50\/40:hover{
  border-color: rgb(253 253 254 / 0.4) !important;
}

.hover\:border-grey-50\/45:hover{
  border-color: rgb(253 253 254 / 0.45) !important;
}

.hover\:border-grey-50\/5:hover{
  border-color: rgb(253 253 254 / 0.05) !important;
}

.hover\:border-grey-50\/50:hover{
  border-color: rgb(253 253 254 / 0.5) !important;
}

.hover\:border-grey-50\/55:hover{
  border-color: rgb(253 253 254 / 0.55) !important;
}

.hover\:border-grey-50\/60:hover{
  border-color: rgb(253 253 254 / 0.6) !important;
}

.hover\:border-grey-50\/65:hover{
  border-color: rgb(253 253 254 / 0.65) !important;
}

.hover\:border-grey-50\/70:hover{
  border-color: rgb(253 253 254 / 0.7) !important;
}

.hover\:border-grey-50\/75:hover{
  border-color: rgb(253 253 254 / 0.75) !important;
}

.hover\:border-grey-50\/80:hover{
  border-color: rgb(253 253 254 / 0.8) !important;
}

.hover\:border-grey-50\/85:hover{
  border-color: rgb(253 253 254 / 0.85) !important;
}

.hover\:border-grey-50\/90:hover{
  border-color: rgb(253 253 254 / 0.9) !important;
}

.hover\:border-grey-50\/95:hover{
  border-color: rgb(253 253 254 / 0.95) !important;
}

.hover\:border-grey-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 240 245 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-500\/0:hover{
  border-color: rgb(238 240 245 / 0) !important;
}

.hover\:border-grey-500\/10:hover{
  border-color: rgb(238 240 245 / 0.1) !important;
}

.hover\:border-grey-500\/100:hover{
  border-color: rgb(238 240 245 / 1) !important;
}

.hover\:border-grey-500\/15:hover{
  border-color: rgb(238 240 245 / 0.15) !important;
}

.hover\:border-grey-500\/20:hover{
  border-color: rgb(238 240 245 / 0.2) !important;
}

.hover\:border-grey-500\/25:hover{
  border-color: rgb(238 240 245 / 0.25) !important;
}

.hover\:border-grey-500\/30:hover{
  border-color: rgb(238 240 245 / 0.3) !important;
}

.hover\:border-grey-500\/35:hover{
  border-color: rgb(238 240 245 / 0.35) !important;
}

.hover\:border-grey-500\/40:hover{
  border-color: rgb(238 240 245 / 0.4) !important;
}

.hover\:border-grey-500\/45:hover{
  border-color: rgb(238 240 245 / 0.45) !important;
}

.hover\:border-grey-500\/5:hover{
  border-color: rgb(238 240 245 / 0.05) !important;
}

.hover\:border-grey-500\/50:hover{
  border-color: rgb(238 240 245 / 0.5) !important;
}

.hover\:border-grey-500\/55:hover{
  border-color: rgb(238 240 245 / 0.55) !important;
}

.hover\:border-grey-500\/60:hover{
  border-color: rgb(238 240 245 / 0.6) !important;
}

.hover\:border-grey-500\/65:hover{
  border-color: rgb(238 240 245 / 0.65) !important;
}

.hover\:border-grey-500\/70:hover{
  border-color: rgb(238 240 245 / 0.7) !important;
}

.hover\:border-grey-500\/75:hover{
  border-color: rgb(238 240 245 / 0.75) !important;
}

.hover\:border-grey-500\/80:hover{
  border-color: rgb(238 240 245 / 0.8) !important;
}

.hover\:border-grey-500\/85:hover{
  border-color: rgb(238 240 245 / 0.85) !important;
}

.hover\:border-grey-500\/90:hover{
  border-color: rgb(238 240 245 / 0.9) !important;
}

.hover\:border-grey-500\/95:hover{
  border-color: rgb(238 240 245 / 0.95) !important;
}

.hover\:border-grey-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 238 244 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-600\/0:hover{
  border-color: rgb(236 238 244 / 0) !important;
}

.hover\:border-grey-600\/10:hover{
  border-color: rgb(236 238 244 / 0.1) !important;
}

.hover\:border-grey-600\/100:hover{
  border-color: rgb(236 238 244 / 1) !important;
}

.hover\:border-grey-600\/15:hover{
  border-color: rgb(236 238 244 / 0.15) !important;
}

.hover\:border-grey-600\/20:hover{
  border-color: rgb(236 238 244 / 0.2) !important;
}

.hover\:border-grey-600\/25:hover{
  border-color: rgb(236 238 244 / 0.25) !important;
}

.hover\:border-grey-600\/30:hover{
  border-color: rgb(236 238 244 / 0.3) !important;
}

.hover\:border-grey-600\/35:hover{
  border-color: rgb(236 238 244 / 0.35) !important;
}

.hover\:border-grey-600\/40:hover{
  border-color: rgb(236 238 244 / 0.4) !important;
}

.hover\:border-grey-600\/45:hover{
  border-color: rgb(236 238 244 / 0.45) !important;
}

.hover\:border-grey-600\/5:hover{
  border-color: rgb(236 238 244 / 0.05) !important;
}

.hover\:border-grey-600\/50:hover{
  border-color: rgb(236 238 244 / 0.5) !important;
}

.hover\:border-grey-600\/55:hover{
  border-color: rgb(236 238 244 / 0.55) !important;
}

.hover\:border-grey-600\/60:hover{
  border-color: rgb(236 238 244 / 0.6) !important;
}

.hover\:border-grey-600\/65:hover{
  border-color: rgb(236 238 244 / 0.65) !important;
}

.hover\:border-grey-600\/70:hover{
  border-color: rgb(236 238 244 / 0.7) !important;
}

.hover\:border-grey-600\/75:hover{
  border-color: rgb(236 238 244 / 0.75) !important;
}

.hover\:border-grey-600\/80:hover{
  border-color: rgb(236 238 244 / 0.8) !important;
}

.hover\:border-grey-600\/85:hover{
  border-color: rgb(236 238 244 / 0.85) !important;
}

.hover\:border-grey-600\/90:hover{
  border-color: rgb(236 238 244 / 0.9) !important;
}

.hover\:border-grey-600\/95:hover{
  border-color: rgb(236 238 244 / 0.95) !important;
}

.hover\:border-grey-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 236 242 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-700\/0:hover{
  border-color: rgb(233 236 242 / 0) !important;
}

.hover\:border-grey-700\/10:hover{
  border-color: rgb(233 236 242 / 0.1) !important;
}

.hover\:border-grey-700\/100:hover{
  border-color: rgb(233 236 242 / 1) !important;
}

.hover\:border-grey-700\/15:hover{
  border-color: rgb(233 236 242 / 0.15) !important;
}

.hover\:border-grey-700\/20:hover{
  border-color: rgb(233 236 242 / 0.2) !important;
}

.hover\:border-grey-700\/25:hover{
  border-color: rgb(233 236 242 / 0.25) !important;
}

.hover\:border-grey-700\/30:hover{
  border-color: rgb(233 236 242 / 0.3) !important;
}

.hover\:border-grey-700\/35:hover{
  border-color: rgb(233 236 242 / 0.35) !important;
}

.hover\:border-grey-700\/40:hover{
  border-color: rgb(233 236 242 / 0.4) !important;
}

.hover\:border-grey-700\/45:hover{
  border-color: rgb(233 236 242 / 0.45) !important;
}

.hover\:border-grey-700\/5:hover{
  border-color: rgb(233 236 242 / 0.05) !important;
}

.hover\:border-grey-700\/50:hover{
  border-color: rgb(233 236 242 / 0.5) !important;
}

.hover\:border-grey-700\/55:hover{
  border-color: rgb(233 236 242 / 0.55) !important;
}

.hover\:border-grey-700\/60:hover{
  border-color: rgb(233 236 242 / 0.6) !important;
}

.hover\:border-grey-700\/65:hover{
  border-color: rgb(233 236 242 / 0.65) !important;
}

.hover\:border-grey-700\/70:hover{
  border-color: rgb(233 236 242 / 0.7) !important;
}

.hover\:border-grey-700\/75:hover{
  border-color: rgb(233 236 242 / 0.75) !important;
}

.hover\:border-grey-700\/80:hover{
  border-color: rgb(233 236 242 / 0.8) !important;
}

.hover\:border-grey-700\/85:hover{
  border-color: rgb(233 236 242 / 0.85) !important;
}

.hover\:border-grey-700\/90:hover{
  border-color: rgb(233 236 242 / 0.9) !important;
}

.hover\:border-grey-700\/95:hover{
  border-color: rgb(233 236 242 / 0.95) !important;
}

.hover\:border-grey-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 233 240 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-800\/0:hover{
  border-color: rgb(231 233 240 / 0) !important;
}

.hover\:border-grey-800\/10:hover{
  border-color: rgb(231 233 240 / 0.1) !important;
}

.hover\:border-grey-800\/100:hover{
  border-color: rgb(231 233 240 / 1) !important;
}

.hover\:border-grey-800\/15:hover{
  border-color: rgb(231 233 240 / 0.15) !important;
}

.hover\:border-grey-800\/20:hover{
  border-color: rgb(231 233 240 / 0.2) !important;
}

.hover\:border-grey-800\/25:hover{
  border-color: rgb(231 233 240 / 0.25) !important;
}

.hover\:border-grey-800\/30:hover{
  border-color: rgb(231 233 240 / 0.3) !important;
}

.hover\:border-grey-800\/35:hover{
  border-color: rgb(231 233 240 / 0.35) !important;
}

.hover\:border-grey-800\/40:hover{
  border-color: rgb(231 233 240 / 0.4) !important;
}

.hover\:border-grey-800\/45:hover{
  border-color: rgb(231 233 240 / 0.45) !important;
}

.hover\:border-grey-800\/5:hover{
  border-color: rgb(231 233 240 / 0.05) !important;
}

.hover\:border-grey-800\/50:hover{
  border-color: rgb(231 233 240 / 0.5) !important;
}

.hover\:border-grey-800\/55:hover{
  border-color: rgb(231 233 240 / 0.55) !important;
}

.hover\:border-grey-800\/60:hover{
  border-color: rgb(231 233 240 / 0.6) !important;
}

.hover\:border-grey-800\/65:hover{
  border-color: rgb(231 233 240 / 0.65) !important;
}

.hover\:border-grey-800\/70:hover{
  border-color: rgb(231 233 240 / 0.7) !important;
}

.hover\:border-grey-800\/75:hover{
  border-color: rgb(231 233 240 / 0.75) !important;
}

.hover\:border-grey-800\/80:hover{
  border-color: rgb(231 233 240 / 0.8) !important;
}

.hover\:border-grey-800\/85:hover{
  border-color: rgb(231 233 240 / 0.85) !important;
}

.hover\:border-grey-800\/90:hover{
  border-color: rgb(231 233 240 / 0.9) !important;
}

.hover\:border-grey-800\/95:hover{
  border-color: rgb(231 233 240 / 0.95) !important;
}

.hover\:border-grey-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 229 238 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-grey-900\/0:hover{
  border-color: rgb(226 229 238 / 0) !important;
}

.hover\:border-grey-900\/10:hover{
  border-color: rgb(226 229 238 / 0.1) !important;
}

.hover\:border-grey-900\/100:hover{
  border-color: rgb(226 229 238 / 1) !important;
}

.hover\:border-grey-900\/15:hover{
  border-color: rgb(226 229 238 / 0.15) !important;
}

.hover\:border-grey-900\/20:hover{
  border-color: rgb(226 229 238 / 0.2) !important;
}

.hover\:border-grey-900\/25:hover{
  border-color: rgb(226 229 238 / 0.25) !important;
}

.hover\:border-grey-900\/30:hover{
  border-color: rgb(226 229 238 / 0.3) !important;
}

.hover\:border-grey-900\/35:hover{
  border-color: rgb(226 229 238 / 0.35) !important;
}

.hover\:border-grey-900\/40:hover{
  border-color: rgb(226 229 238 / 0.4) !important;
}

.hover\:border-grey-900\/45:hover{
  border-color: rgb(226 229 238 / 0.45) !important;
}

.hover\:border-grey-900\/5:hover{
  border-color: rgb(226 229 238 / 0.05) !important;
}

.hover\:border-grey-900\/50:hover{
  border-color: rgb(226 229 238 / 0.5) !important;
}

.hover\:border-grey-900\/55:hover{
  border-color: rgb(226 229 238 / 0.55) !important;
}

.hover\:border-grey-900\/60:hover{
  border-color: rgb(226 229 238 / 0.6) !important;
}

.hover\:border-grey-900\/65:hover{
  border-color: rgb(226 229 238 / 0.65) !important;
}

.hover\:border-grey-900\/70:hover{
  border-color: rgb(226 229 238 / 0.7) !important;
}

.hover\:border-grey-900\/75:hover{
  border-color: rgb(226 229 238 / 0.75) !important;
}

.hover\:border-grey-900\/80:hover{
  border-color: rgb(226 229 238 / 0.8) !important;
}

.hover\:border-grey-900\/85:hover{
  border-color: rgb(226 229 238 / 0.85) !important;
}

.hover\:border-grey-900\/90:hover{
  border-color: rgb(226 229 238 / 0.9) !important;
}

.hover\:border-grey-900\/95:hover{
  border-color: rgb(226 229 238 / 0.95) !important;
}

.hover\:border-navy-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 191 248 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-100\/0:hover{
  border-color: rgb(191 191 248 / 0) !important;
}

.hover\:border-navy-100\/10:hover{
  border-color: rgb(191 191 248 / 0.1) !important;
}

.hover\:border-navy-100\/100:hover{
  border-color: rgb(191 191 248 / 1) !important;
}

.hover\:border-navy-100\/15:hover{
  border-color: rgb(191 191 248 / 0.15) !important;
}

.hover\:border-navy-100\/20:hover{
  border-color: rgb(191 191 248 / 0.2) !important;
}

.hover\:border-navy-100\/25:hover{
  border-color: rgb(191 191 248 / 0.25) !important;
}

.hover\:border-navy-100\/30:hover{
  border-color: rgb(191 191 248 / 0.3) !important;
}

.hover\:border-navy-100\/35:hover{
  border-color: rgb(191 191 248 / 0.35) !important;
}

.hover\:border-navy-100\/40:hover{
  border-color: rgb(191 191 248 / 0.4) !important;
}

.hover\:border-navy-100\/45:hover{
  border-color: rgb(191 191 248 / 0.45) !important;
}

.hover\:border-navy-100\/5:hover{
  border-color: rgb(191 191 248 / 0.05) !important;
}

.hover\:border-navy-100\/50:hover{
  border-color: rgb(191 191 248 / 0.5) !important;
}

.hover\:border-navy-100\/55:hover{
  border-color: rgb(191 191 248 / 0.55) !important;
}

.hover\:border-navy-100\/60:hover{
  border-color: rgb(191 191 248 / 0.6) !important;
}

.hover\:border-navy-100\/65:hover{
  border-color: rgb(191 191 248 / 0.65) !important;
}

.hover\:border-navy-100\/70:hover{
  border-color: rgb(191 191 248 / 0.7) !important;
}

.hover\:border-navy-100\/75:hover{
  border-color: rgb(191 191 248 / 0.75) !important;
}

.hover\:border-navy-100\/80:hover{
  border-color: rgb(191 191 248 / 0.8) !important;
}

.hover\:border-navy-100\/85:hover{
  border-color: rgb(191 191 248 / 0.85) !important;
}

.hover\:border-navy-100\/90:hover{
  border-color: rgb(191 191 248 / 0.9) !important;
}

.hover\:border-navy-100\/95:hover{
  border-color: rgb(191 191 248 / 0.95) !important;
}

.hover\:border-navy-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(149 149 243 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-200\/0:hover{
  border-color: rgb(149 149 243 / 0) !important;
}

.hover\:border-navy-200\/10:hover{
  border-color: rgb(149 149 243 / 0.1) !important;
}

.hover\:border-navy-200\/100:hover{
  border-color: rgb(149 149 243 / 1) !important;
}

.hover\:border-navy-200\/15:hover{
  border-color: rgb(149 149 243 / 0.15) !important;
}

.hover\:border-navy-200\/20:hover{
  border-color: rgb(149 149 243 / 0.2) !important;
}

.hover\:border-navy-200\/25:hover{
  border-color: rgb(149 149 243 / 0.25) !important;
}

.hover\:border-navy-200\/30:hover{
  border-color: rgb(149 149 243 / 0.3) !important;
}

.hover\:border-navy-200\/35:hover{
  border-color: rgb(149 149 243 / 0.35) !important;
}

.hover\:border-navy-200\/40:hover{
  border-color: rgb(149 149 243 / 0.4) !important;
}

.hover\:border-navy-200\/45:hover{
  border-color: rgb(149 149 243 / 0.45) !important;
}

.hover\:border-navy-200\/5:hover{
  border-color: rgb(149 149 243 / 0.05) !important;
}

.hover\:border-navy-200\/50:hover{
  border-color: rgb(149 149 243 / 0.5) !important;
}

.hover\:border-navy-200\/55:hover{
  border-color: rgb(149 149 243 / 0.55) !important;
}

.hover\:border-navy-200\/60:hover{
  border-color: rgb(149 149 243 / 0.6) !important;
}

.hover\:border-navy-200\/65:hover{
  border-color: rgb(149 149 243 / 0.65) !important;
}

.hover\:border-navy-200\/70:hover{
  border-color: rgb(149 149 243 / 0.7) !important;
}

.hover\:border-navy-200\/75:hover{
  border-color: rgb(149 149 243 / 0.75) !important;
}

.hover\:border-navy-200\/80:hover{
  border-color: rgb(149 149 243 / 0.8) !important;
}

.hover\:border-navy-200\/85:hover{
  border-color: rgb(149 149 243 / 0.85) !important;
}

.hover\:border-navy-200\/90:hover{
  border-color: rgb(149 149 243 / 0.9) !important;
}

.hover\:border-navy-200\/95:hover{
  border-color: rgb(149 149 243 / 0.95) !important;
}

.hover\:border-navy-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(106 107 238 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-300\/0:hover{
  border-color: rgb(106 107 238 / 0) !important;
}

.hover\:border-navy-300\/10:hover{
  border-color: rgb(106 107 238 / 0.1) !important;
}

.hover\:border-navy-300\/100:hover{
  border-color: rgb(106 107 238 / 1) !important;
}

.hover\:border-navy-300\/15:hover{
  border-color: rgb(106 107 238 / 0.15) !important;
}

.hover\:border-navy-300\/20:hover{
  border-color: rgb(106 107 238 / 0.2) !important;
}

.hover\:border-navy-300\/25:hover{
  border-color: rgb(106 107 238 / 0.25) !important;
}

.hover\:border-navy-300\/30:hover{
  border-color: rgb(106 107 238 / 0.3) !important;
}

.hover\:border-navy-300\/35:hover{
  border-color: rgb(106 107 238 / 0.35) !important;
}

.hover\:border-navy-300\/40:hover{
  border-color: rgb(106 107 238 / 0.4) !important;
}

.hover\:border-navy-300\/45:hover{
  border-color: rgb(106 107 238 / 0.45) !important;
}

.hover\:border-navy-300\/5:hover{
  border-color: rgb(106 107 238 / 0.05) !important;
}

.hover\:border-navy-300\/50:hover{
  border-color: rgb(106 107 238 / 0.5) !important;
}

.hover\:border-navy-300\/55:hover{
  border-color: rgb(106 107 238 / 0.55) !important;
}

.hover\:border-navy-300\/60:hover{
  border-color: rgb(106 107 238 / 0.6) !important;
}

.hover\:border-navy-300\/65:hover{
  border-color: rgb(106 107 238 / 0.65) !important;
}

.hover\:border-navy-300\/70:hover{
  border-color: rgb(106 107 238 / 0.7) !important;
}

.hover\:border-navy-300\/75:hover{
  border-color: rgb(106 107 238 / 0.75) !important;
}

.hover\:border-navy-300\/80:hover{
  border-color: rgb(106 107 238 / 0.8) !important;
}

.hover\:border-navy-300\/85:hover{
  border-color: rgb(106 107 238 / 0.85) !important;
}

.hover\:border-navy-300\/90:hover{
  border-color: rgb(106 107 238 / 0.9) !important;
}

.hover\:border-navy-300\/95:hover{
  border-color: rgb(106 107 238 / 0.95) !important;
}

.hover\:border-navy-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 75 235 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-400\/0:hover{
  border-color: rgb(74 75 235 / 0) !important;
}

.hover\:border-navy-400\/10:hover{
  border-color: rgb(74 75 235 / 0.1) !important;
}

.hover\:border-navy-400\/100:hover{
  border-color: rgb(74 75 235 / 1) !important;
}

.hover\:border-navy-400\/15:hover{
  border-color: rgb(74 75 235 / 0.15) !important;
}

.hover\:border-navy-400\/20:hover{
  border-color: rgb(74 75 235 / 0.2) !important;
}

.hover\:border-navy-400\/25:hover{
  border-color: rgb(74 75 235 / 0.25) !important;
}

.hover\:border-navy-400\/30:hover{
  border-color: rgb(74 75 235 / 0.3) !important;
}

.hover\:border-navy-400\/35:hover{
  border-color: rgb(74 75 235 / 0.35) !important;
}

.hover\:border-navy-400\/40:hover{
  border-color: rgb(74 75 235 / 0.4) !important;
}

.hover\:border-navy-400\/45:hover{
  border-color: rgb(74 75 235 / 0.45) !important;
}

.hover\:border-navy-400\/5:hover{
  border-color: rgb(74 75 235 / 0.05) !important;
}

.hover\:border-navy-400\/50:hover{
  border-color: rgb(74 75 235 / 0.5) !important;
}

.hover\:border-navy-400\/55:hover{
  border-color: rgb(74 75 235 / 0.55) !important;
}

.hover\:border-navy-400\/60:hover{
  border-color: rgb(74 75 235 / 0.6) !important;
}

.hover\:border-navy-400\/65:hover{
  border-color: rgb(74 75 235 / 0.65) !important;
}

.hover\:border-navy-400\/70:hover{
  border-color: rgb(74 75 235 / 0.7) !important;
}

.hover\:border-navy-400\/75:hover{
  border-color: rgb(74 75 235 / 0.75) !important;
}

.hover\:border-navy-400\/80:hover{
  border-color: rgb(74 75 235 / 0.8) !important;
}

.hover\:border-navy-400\/85:hover{
  border-color: rgb(74 75 235 / 0.85) !important;
}

.hover\:border-navy-400\/90:hover{
  border-color: rgb(74 75 235 / 0.9) !important;
}

.hover\:border-navy-400\/95:hover{
  border-color: rgb(74 75 235 / 0.95) !important;
}

.hover\:border-navy-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 230 252 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-50\/0:hover{
  border-color: rgb(229 230 252 / 0) !important;
}

.hover\:border-navy-50\/10:hover{
  border-color: rgb(229 230 252 / 0.1) !important;
}

.hover\:border-navy-50\/100:hover{
  border-color: rgb(229 230 252 / 1) !important;
}

.hover\:border-navy-50\/15:hover{
  border-color: rgb(229 230 252 / 0.15) !important;
}

.hover\:border-navy-50\/20:hover{
  border-color: rgb(229 230 252 / 0.2) !important;
}

.hover\:border-navy-50\/25:hover{
  border-color: rgb(229 230 252 / 0.25) !important;
}

.hover\:border-navy-50\/30:hover{
  border-color: rgb(229 230 252 / 0.3) !important;
}

.hover\:border-navy-50\/35:hover{
  border-color: rgb(229 230 252 / 0.35) !important;
}

.hover\:border-navy-50\/40:hover{
  border-color: rgb(229 230 252 / 0.4) !important;
}

.hover\:border-navy-50\/45:hover{
  border-color: rgb(229 230 252 / 0.45) !important;
}

.hover\:border-navy-50\/5:hover{
  border-color: rgb(229 230 252 / 0.05) !important;
}

.hover\:border-navy-50\/50:hover{
  border-color: rgb(229 230 252 / 0.5) !important;
}

.hover\:border-navy-50\/55:hover{
  border-color: rgb(229 230 252 / 0.55) !important;
}

.hover\:border-navy-50\/60:hover{
  border-color: rgb(229 230 252 / 0.6) !important;
}

.hover\:border-navy-50\/65:hover{
  border-color: rgb(229 230 252 / 0.65) !important;
}

.hover\:border-navy-50\/70:hover{
  border-color: rgb(229 230 252 / 0.7) !important;
}

.hover\:border-navy-50\/75:hover{
  border-color: rgb(229 230 252 / 0.75) !important;
}

.hover\:border-navy-50\/80:hover{
  border-color: rgb(229 230 252 / 0.8) !important;
}

.hover\:border-navy-50\/85:hover{
  border-color: rgb(229 230 252 / 0.85) !important;
}

.hover\:border-navy-50\/90:hover{
  border-color: rgb(229 230 252 / 0.9) !important;
}

.hover\:border-navy-50\/95:hover{
  border-color: rgb(229 230 252 / 0.95) !important;
}

.hover\:border-navy-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 43 231 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-500\/0:hover{
  border-color: rgb(42 43 231 / 0) !important;
}

.hover\:border-navy-500\/10:hover{
  border-color: rgb(42 43 231 / 0.1) !important;
}

.hover\:border-navy-500\/100:hover{
  border-color: rgb(42 43 231 / 1) !important;
}

.hover\:border-navy-500\/15:hover{
  border-color: rgb(42 43 231 / 0.15) !important;
}

.hover\:border-navy-500\/20:hover{
  border-color: rgb(42 43 231 / 0.2) !important;
}

.hover\:border-navy-500\/25:hover{
  border-color: rgb(42 43 231 / 0.25) !important;
}

.hover\:border-navy-500\/30:hover{
  border-color: rgb(42 43 231 / 0.3) !important;
}

.hover\:border-navy-500\/35:hover{
  border-color: rgb(42 43 231 / 0.35) !important;
}

.hover\:border-navy-500\/40:hover{
  border-color: rgb(42 43 231 / 0.4) !important;
}

.hover\:border-navy-500\/45:hover{
  border-color: rgb(42 43 231 / 0.45) !important;
}

.hover\:border-navy-500\/5:hover{
  border-color: rgb(42 43 231 / 0.05) !important;
}

.hover\:border-navy-500\/50:hover{
  border-color: rgb(42 43 231 / 0.5) !important;
}

.hover\:border-navy-500\/55:hover{
  border-color: rgb(42 43 231 / 0.55) !important;
}

.hover\:border-navy-500\/60:hover{
  border-color: rgb(42 43 231 / 0.6) !important;
}

.hover\:border-navy-500\/65:hover{
  border-color: rgb(42 43 231 / 0.65) !important;
}

.hover\:border-navy-500\/70:hover{
  border-color: rgb(42 43 231 / 0.7) !important;
}

.hover\:border-navy-500\/75:hover{
  border-color: rgb(42 43 231 / 0.75) !important;
}

.hover\:border-navy-500\/80:hover{
  border-color: rgb(42 43 231 / 0.8) !important;
}

.hover\:border-navy-500\/85:hover{
  border-color: rgb(42 43 231 / 0.85) !important;
}

.hover\:border-navy-500\/90:hover{
  border-color: rgb(42 43 231 / 0.9) !important;
}

.hover\:border-navy-500\/95:hover{
  border-color: rgb(42 43 231 / 0.95) !important;
}

.hover\:border-navy-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 38 228 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-600\/0:hover{
  border-color: rgb(37 38 228 / 0) !important;
}

.hover\:border-navy-600\/10:hover{
  border-color: rgb(37 38 228 / 0.1) !important;
}

.hover\:border-navy-600\/100:hover{
  border-color: rgb(37 38 228 / 1) !important;
}

.hover\:border-navy-600\/15:hover{
  border-color: rgb(37 38 228 / 0.15) !important;
}

.hover\:border-navy-600\/20:hover{
  border-color: rgb(37 38 228 / 0.2) !important;
}

.hover\:border-navy-600\/25:hover{
  border-color: rgb(37 38 228 / 0.25) !important;
}

.hover\:border-navy-600\/30:hover{
  border-color: rgb(37 38 228 / 0.3) !important;
}

.hover\:border-navy-600\/35:hover{
  border-color: rgb(37 38 228 / 0.35) !important;
}

.hover\:border-navy-600\/40:hover{
  border-color: rgb(37 38 228 / 0.4) !important;
}

.hover\:border-navy-600\/45:hover{
  border-color: rgb(37 38 228 / 0.45) !important;
}

.hover\:border-navy-600\/5:hover{
  border-color: rgb(37 38 228 / 0.05) !important;
}

.hover\:border-navy-600\/50:hover{
  border-color: rgb(37 38 228 / 0.5) !important;
}

.hover\:border-navy-600\/55:hover{
  border-color: rgb(37 38 228 / 0.55) !important;
}

.hover\:border-navy-600\/60:hover{
  border-color: rgb(37 38 228 / 0.6) !important;
}

.hover\:border-navy-600\/65:hover{
  border-color: rgb(37 38 228 / 0.65) !important;
}

.hover\:border-navy-600\/70:hover{
  border-color: rgb(37 38 228 / 0.7) !important;
}

.hover\:border-navy-600\/75:hover{
  border-color: rgb(37 38 228 / 0.75) !important;
}

.hover\:border-navy-600\/80:hover{
  border-color: rgb(37 38 228 / 0.8) !important;
}

.hover\:border-navy-600\/85:hover{
  border-color: rgb(37 38 228 / 0.85) !important;
}

.hover\:border-navy-600\/90:hover{
  border-color: rgb(37 38 228 / 0.9) !important;
}

.hover\:border-navy-600\/95:hover{
  border-color: rgb(37 38 228 / 0.95) !important;
}

.hover\:border-navy-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 32 224 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-700\/0:hover{
  border-color: rgb(31 32 224 / 0) !important;
}

.hover\:border-navy-700\/10:hover{
  border-color: rgb(31 32 224 / 0.1) !important;
}

.hover\:border-navy-700\/100:hover{
  border-color: rgb(31 32 224 / 1) !important;
}

.hover\:border-navy-700\/15:hover{
  border-color: rgb(31 32 224 / 0.15) !important;
}

.hover\:border-navy-700\/20:hover{
  border-color: rgb(31 32 224 / 0.2) !important;
}

.hover\:border-navy-700\/25:hover{
  border-color: rgb(31 32 224 / 0.25) !important;
}

.hover\:border-navy-700\/30:hover{
  border-color: rgb(31 32 224 / 0.3) !important;
}

.hover\:border-navy-700\/35:hover{
  border-color: rgb(31 32 224 / 0.35) !important;
}

.hover\:border-navy-700\/40:hover{
  border-color: rgb(31 32 224 / 0.4) !important;
}

.hover\:border-navy-700\/45:hover{
  border-color: rgb(31 32 224 / 0.45) !important;
}

.hover\:border-navy-700\/5:hover{
  border-color: rgb(31 32 224 / 0.05) !important;
}

.hover\:border-navy-700\/50:hover{
  border-color: rgb(31 32 224 / 0.5) !important;
}

.hover\:border-navy-700\/55:hover{
  border-color: rgb(31 32 224 / 0.55) !important;
}

.hover\:border-navy-700\/60:hover{
  border-color: rgb(31 32 224 / 0.6) !important;
}

.hover\:border-navy-700\/65:hover{
  border-color: rgb(31 32 224 / 0.65) !important;
}

.hover\:border-navy-700\/70:hover{
  border-color: rgb(31 32 224 / 0.7) !important;
}

.hover\:border-navy-700\/75:hover{
  border-color: rgb(31 32 224 / 0.75) !important;
}

.hover\:border-navy-700\/80:hover{
  border-color: rgb(31 32 224 / 0.8) !important;
}

.hover\:border-navy-700\/85:hover{
  border-color: rgb(31 32 224 / 0.85) !important;
}

.hover\:border-navy-700\/90:hover{
  border-color: rgb(31 32 224 / 0.9) !important;
}

.hover\:border-navy-700\/95:hover{
  border-color: rgb(31 32 224 / 0.95) !important;
}

.hover\:border-navy-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 26 221 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-800\/0:hover{
  border-color: rgb(25 26 221 / 0) !important;
}

.hover\:border-navy-800\/10:hover{
  border-color: rgb(25 26 221 / 0.1) !important;
}

.hover\:border-navy-800\/100:hover{
  border-color: rgb(25 26 221 / 1) !important;
}

.hover\:border-navy-800\/15:hover{
  border-color: rgb(25 26 221 / 0.15) !important;
}

.hover\:border-navy-800\/20:hover{
  border-color: rgb(25 26 221 / 0.2) !important;
}

.hover\:border-navy-800\/25:hover{
  border-color: rgb(25 26 221 / 0.25) !important;
}

.hover\:border-navy-800\/30:hover{
  border-color: rgb(25 26 221 / 0.3) !important;
}

.hover\:border-navy-800\/35:hover{
  border-color: rgb(25 26 221 / 0.35) !important;
}

.hover\:border-navy-800\/40:hover{
  border-color: rgb(25 26 221 / 0.4) !important;
}

.hover\:border-navy-800\/45:hover{
  border-color: rgb(25 26 221 / 0.45) !important;
}

.hover\:border-navy-800\/5:hover{
  border-color: rgb(25 26 221 / 0.05) !important;
}

.hover\:border-navy-800\/50:hover{
  border-color: rgb(25 26 221 / 0.5) !important;
}

.hover\:border-navy-800\/55:hover{
  border-color: rgb(25 26 221 / 0.55) !important;
}

.hover\:border-navy-800\/60:hover{
  border-color: rgb(25 26 221 / 0.6) !important;
}

.hover\:border-navy-800\/65:hover{
  border-color: rgb(25 26 221 / 0.65) !important;
}

.hover\:border-navy-800\/70:hover{
  border-color: rgb(25 26 221 / 0.7) !important;
}

.hover\:border-navy-800\/75:hover{
  border-color: rgb(25 26 221 / 0.75) !important;
}

.hover\:border-navy-800\/80:hover{
  border-color: rgb(25 26 221 / 0.8) !important;
}

.hover\:border-navy-800\/85:hover{
  border-color: rgb(25 26 221 / 0.85) !important;
}

.hover\:border-navy-800\/90:hover{
  border-color: rgb(25 26 221 / 0.9) !important;
}

.hover\:border-navy-800\/95:hover{
  border-color: rgb(25 26 221 / 0.95) !important;
}

.hover\:border-navy-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 16 215 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-navy-900\/0:hover{
  border-color: rgb(15 16 215 / 0) !important;
}

.hover\:border-navy-900\/10:hover{
  border-color: rgb(15 16 215 / 0.1) !important;
}

.hover\:border-navy-900\/100:hover{
  border-color: rgb(15 16 215 / 1) !important;
}

.hover\:border-navy-900\/15:hover{
  border-color: rgb(15 16 215 / 0.15) !important;
}

.hover\:border-navy-900\/20:hover{
  border-color: rgb(15 16 215 / 0.2) !important;
}

.hover\:border-navy-900\/25:hover{
  border-color: rgb(15 16 215 / 0.25) !important;
}

.hover\:border-navy-900\/30:hover{
  border-color: rgb(15 16 215 / 0.3) !important;
}

.hover\:border-navy-900\/35:hover{
  border-color: rgb(15 16 215 / 0.35) !important;
}

.hover\:border-navy-900\/40:hover{
  border-color: rgb(15 16 215 / 0.4) !important;
}

.hover\:border-navy-900\/45:hover{
  border-color: rgb(15 16 215 / 0.45) !important;
}

.hover\:border-navy-900\/5:hover{
  border-color: rgb(15 16 215 / 0.05) !important;
}

.hover\:border-navy-900\/50:hover{
  border-color: rgb(15 16 215 / 0.5) !important;
}

.hover\:border-navy-900\/55:hover{
  border-color: rgb(15 16 215 / 0.55) !important;
}

.hover\:border-navy-900\/60:hover{
  border-color: rgb(15 16 215 / 0.6) !important;
}

.hover\:border-navy-900\/65:hover{
  border-color: rgb(15 16 215 / 0.65) !important;
}

.hover\:border-navy-900\/70:hover{
  border-color: rgb(15 16 215 / 0.7) !important;
}

.hover\:border-navy-900\/75:hover{
  border-color: rgb(15 16 215 / 0.75) !important;
}

.hover\:border-navy-900\/80:hover{
  border-color: rgb(15 16 215 / 0.8) !important;
}

.hover\:border-navy-900\/85:hover{
  border-color: rgb(15 16 215 / 0.85) !important;
}

.hover\:border-navy-900\/90:hover{
  border-color: rgb(15 16 215 / 0.9) !important;
}

.hover\:border-navy-900\/95:hover{
  border-color: rgb(15 16 215 / 0.95) !important;
}

.hover\:border-orange-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 238 213 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-100\/0:hover{
  border-color: rgb(255 238 213 / 0) !important;
}

.hover\:border-orange-100\/10:hover{
  border-color: rgb(255 238 213 / 0.1) !important;
}

.hover\:border-orange-100\/100:hover{
  border-color: rgb(255 238 213 / 1) !important;
}

.hover\:border-orange-100\/15:hover{
  border-color: rgb(255 238 213 / 0.15) !important;
}

.hover\:border-orange-100\/20:hover{
  border-color: rgb(255 238 213 / 0.2) !important;
}

.hover\:border-orange-100\/25:hover{
  border-color: rgb(255 238 213 / 0.25) !important;
}

.hover\:border-orange-100\/30:hover{
  border-color: rgb(255 238 213 / 0.3) !important;
}

.hover\:border-orange-100\/35:hover{
  border-color: rgb(255 238 213 / 0.35) !important;
}

.hover\:border-orange-100\/40:hover{
  border-color: rgb(255 238 213 / 0.4) !important;
}

.hover\:border-orange-100\/45:hover{
  border-color: rgb(255 238 213 / 0.45) !important;
}

.hover\:border-orange-100\/5:hover{
  border-color: rgb(255 238 213 / 0.05) !important;
}

.hover\:border-orange-100\/50:hover{
  border-color: rgb(255 238 213 / 0.5) !important;
}

.hover\:border-orange-100\/55:hover{
  border-color: rgb(255 238 213 / 0.55) !important;
}

.hover\:border-orange-100\/60:hover{
  border-color: rgb(255 238 213 / 0.6) !important;
}

.hover\:border-orange-100\/65:hover{
  border-color: rgb(255 238 213 / 0.65) !important;
}

.hover\:border-orange-100\/70:hover{
  border-color: rgb(255 238 213 / 0.7) !important;
}

.hover\:border-orange-100\/75:hover{
  border-color: rgb(255 238 213 / 0.75) !important;
}

.hover\:border-orange-100\/80:hover{
  border-color: rgb(255 238 213 / 0.8) !important;
}

.hover\:border-orange-100\/85:hover{
  border-color: rgb(255 238 213 / 0.85) !important;
}

.hover\:border-orange-100\/90:hover{
  border-color: rgb(255 238 213 / 0.9) !important;
}

.hover\:border-orange-100\/95:hover{
  border-color: rgb(255 238 213 / 0.95) !important;
}

.hover\:border-orange-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 216 170 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-200\/0:hover{
  border-color: rgb(254 216 170 / 0) !important;
}

.hover\:border-orange-200\/10:hover{
  border-color: rgb(254 216 170 / 0.1) !important;
}

.hover\:border-orange-200\/100:hover{
  border-color: rgb(254 216 170 / 1) !important;
}

.hover\:border-orange-200\/15:hover{
  border-color: rgb(254 216 170 / 0.15) !important;
}

.hover\:border-orange-200\/20:hover{
  border-color: rgb(254 216 170 / 0.2) !important;
}

.hover\:border-orange-200\/25:hover{
  border-color: rgb(254 216 170 / 0.25) !important;
}

.hover\:border-orange-200\/30:hover{
  border-color: rgb(254 216 170 / 0.3) !important;
}

.hover\:border-orange-200\/35:hover{
  border-color: rgb(254 216 170 / 0.35) !important;
}

.hover\:border-orange-200\/40:hover{
  border-color: rgb(254 216 170 / 0.4) !important;
}

.hover\:border-orange-200\/45:hover{
  border-color: rgb(254 216 170 / 0.45) !important;
}

.hover\:border-orange-200\/5:hover{
  border-color: rgb(254 216 170 / 0.05) !important;
}

.hover\:border-orange-200\/50:hover{
  border-color: rgb(254 216 170 / 0.5) !important;
}

.hover\:border-orange-200\/55:hover{
  border-color: rgb(254 216 170 / 0.55) !important;
}

.hover\:border-orange-200\/60:hover{
  border-color: rgb(254 216 170 / 0.6) !important;
}

.hover\:border-orange-200\/65:hover{
  border-color: rgb(254 216 170 / 0.65) !important;
}

.hover\:border-orange-200\/70:hover{
  border-color: rgb(254 216 170 / 0.7) !important;
}

.hover\:border-orange-200\/75:hover{
  border-color: rgb(254 216 170 / 0.75) !important;
}

.hover\:border-orange-200\/80:hover{
  border-color: rgb(254 216 170 / 0.8) !important;
}

.hover\:border-orange-200\/85:hover{
  border-color: rgb(254 216 170 / 0.85) !important;
}

.hover\:border-orange-200\/90:hover{
  border-color: rgb(254 216 170 / 0.9) !important;
}

.hover\:border-orange-200\/95:hover{
  border-color: rgb(254 216 170 / 0.95) !important;
}

.hover\:border-orange-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 188 116 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-300\/0:hover{
  border-color: rgb(253 188 116 / 0) !important;
}

.hover\:border-orange-300\/10:hover{
  border-color: rgb(253 188 116 / 0.1) !important;
}

.hover\:border-orange-300\/100:hover{
  border-color: rgb(253 188 116 / 1) !important;
}

.hover\:border-orange-300\/15:hover{
  border-color: rgb(253 188 116 / 0.15) !important;
}

.hover\:border-orange-300\/20:hover{
  border-color: rgb(253 188 116 / 0.2) !important;
}

.hover\:border-orange-300\/25:hover{
  border-color: rgb(253 188 116 / 0.25) !important;
}

.hover\:border-orange-300\/30:hover{
  border-color: rgb(253 188 116 / 0.3) !important;
}

.hover\:border-orange-300\/35:hover{
  border-color: rgb(253 188 116 / 0.35) !important;
}

.hover\:border-orange-300\/40:hover{
  border-color: rgb(253 188 116 / 0.4) !important;
}

.hover\:border-orange-300\/45:hover{
  border-color: rgb(253 188 116 / 0.45) !important;
}

.hover\:border-orange-300\/5:hover{
  border-color: rgb(253 188 116 / 0.05) !important;
}

.hover\:border-orange-300\/50:hover{
  border-color: rgb(253 188 116 / 0.5) !important;
}

.hover\:border-orange-300\/55:hover{
  border-color: rgb(253 188 116 / 0.55) !important;
}

.hover\:border-orange-300\/60:hover{
  border-color: rgb(253 188 116 / 0.6) !important;
}

.hover\:border-orange-300\/65:hover{
  border-color: rgb(253 188 116 / 0.65) !important;
}

.hover\:border-orange-300\/70:hover{
  border-color: rgb(253 188 116 / 0.7) !important;
}

.hover\:border-orange-300\/75:hover{
  border-color: rgb(253 188 116 / 0.75) !important;
}

.hover\:border-orange-300\/80:hover{
  border-color: rgb(253 188 116 / 0.8) !important;
}

.hover\:border-orange-300\/85:hover{
  border-color: rgb(253 188 116 / 0.85) !important;
}

.hover\:border-orange-300\/90:hover{
  border-color: rgb(253 188 116 / 0.9) !important;
}

.hover\:border-orange-300\/95:hover{
  border-color: rgb(253 188 116 / 0.95) !important;
}

.hover\:border-orange-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 149 59 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-400\/0:hover{
  border-color: rgb(252 149 59 / 0) !important;
}

.hover\:border-orange-400\/10:hover{
  border-color: rgb(252 149 59 / 0.1) !important;
}

.hover\:border-orange-400\/100:hover{
  border-color: rgb(252 149 59 / 1) !important;
}

.hover\:border-orange-400\/15:hover{
  border-color: rgb(252 149 59 / 0.15) !important;
}

.hover\:border-orange-400\/20:hover{
  border-color: rgb(252 149 59 / 0.2) !important;
}

.hover\:border-orange-400\/25:hover{
  border-color: rgb(252 149 59 / 0.25) !important;
}

.hover\:border-orange-400\/30:hover{
  border-color: rgb(252 149 59 / 0.3) !important;
}

.hover\:border-orange-400\/35:hover{
  border-color: rgb(252 149 59 / 0.35) !important;
}

.hover\:border-orange-400\/40:hover{
  border-color: rgb(252 149 59 / 0.4) !important;
}

.hover\:border-orange-400\/45:hover{
  border-color: rgb(252 149 59 / 0.45) !important;
}

.hover\:border-orange-400\/5:hover{
  border-color: rgb(252 149 59 / 0.05) !important;
}

.hover\:border-orange-400\/50:hover{
  border-color: rgb(252 149 59 / 0.5) !important;
}

.hover\:border-orange-400\/55:hover{
  border-color: rgb(252 149 59 / 0.55) !important;
}

.hover\:border-orange-400\/60:hover{
  border-color: rgb(252 149 59 / 0.6) !important;
}

.hover\:border-orange-400\/65:hover{
  border-color: rgb(252 149 59 / 0.65) !important;
}

.hover\:border-orange-400\/70:hover{
  border-color: rgb(252 149 59 / 0.7) !important;
}

.hover\:border-orange-400\/75:hover{
  border-color: rgb(252 149 59 / 0.75) !important;
}

.hover\:border-orange-400\/80:hover{
  border-color: rgb(252 149 59 / 0.8) !important;
}

.hover\:border-orange-400\/85:hover{
  border-color: rgb(252 149 59 / 0.85) !important;
}

.hover\:border-orange-400\/90:hover{
  border-color: rgb(252 149 59 / 0.9) !important;
}

.hover\:border-orange-400\/95:hover{
  border-color: rgb(252 149 59 / 0.95) !important;
}

.hover\:border-orange-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-50\/0:hover{
  border-color: rgb(255 247 237 / 0) !important;
}

.hover\:border-orange-50\/10:hover{
  border-color: rgb(255 247 237 / 0.1) !important;
}

.hover\:border-orange-50\/100:hover{
  border-color: rgb(255 247 237 / 1) !important;
}

.hover\:border-orange-50\/15:hover{
  border-color: rgb(255 247 237 / 0.15) !important;
}

.hover\:border-orange-50\/20:hover{
  border-color: rgb(255 247 237 / 0.2) !important;
}

.hover\:border-orange-50\/25:hover{
  border-color: rgb(255 247 237 / 0.25) !important;
}

.hover\:border-orange-50\/30:hover{
  border-color: rgb(255 247 237 / 0.3) !important;
}

.hover\:border-orange-50\/35:hover{
  border-color: rgb(255 247 237 / 0.35) !important;
}

.hover\:border-orange-50\/40:hover{
  border-color: rgb(255 247 237 / 0.4) !important;
}

.hover\:border-orange-50\/45:hover{
  border-color: rgb(255 247 237 / 0.45) !important;
}

.hover\:border-orange-50\/5:hover{
  border-color: rgb(255 247 237 / 0.05) !important;
}

.hover\:border-orange-50\/50:hover{
  border-color: rgb(255 247 237 / 0.5) !important;
}

.hover\:border-orange-50\/55:hover{
  border-color: rgb(255 247 237 / 0.55) !important;
}

.hover\:border-orange-50\/60:hover{
  border-color: rgb(255 247 237 / 0.6) !important;
}

.hover\:border-orange-50\/65:hover{
  border-color: rgb(255 247 237 / 0.65) !important;
}

.hover\:border-orange-50\/70:hover{
  border-color: rgb(255 247 237 / 0.7) !important;
}

.hover\:border-orange-50\/75:hover{
  border-color: rgb(255 247 237 / 0.75) !important;
}

.hover\:border-orange-50\/80:hover{
  border-color: rgb(255 247 237 / 0.8) !important;
}

.hover\:border-orange-50\/85:hover{
  border-color: rgb(255 247 237 / 0.85) !important;
}

.hover\:border-orange-50\/90:hover{
  border-color: rgb(255 247 237 / 0.9) !important;
}

.hover\:border-orange-50\/95:hover{
  border-color: rgb(255 247 237 / 0.95) !important;
}

.hover\:border-orange-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-500\/0:hover{
  border-color: rgb(250 126 34 / 0) !important;
}

.hover\:border-orange-500\/10:hover{
  border-color: rgb(250 126 34 / 0.1) !important;
}

.hover\:border-orange-500\/100:hover{
  border-color: rgb(250 126 34 / 1) !important;
}

.hover\:border-orange-500\/15:hover{
  border-color: rgb(250 126 34 / 0.15) !important;
}

.hover\:border-orange-500\/20:hover{
  border-color: rgb(250 126 34 / 0.2) !important;
}

.hover\:border-orange-500\/25:hover{
  border-color: rgb(250 126 34 / 0.25) !important;
}

.hover\:border-orange-500\/30:hover{
  border-color: rgb(250 126 34 / 0.3) !important;
}

.hover\:border-orange-500\/35:hover{
  border-color: rgb(250 126 34 / 0.35) !important;
}

.hover\:border-orange-500\/40:hover{
  border-color: rgb(250 126 34 / 0.4) !important;
}

.hover\:border-orange-500\/45:hover{
  border-color: rgb(250 126 34 / 0.45) !important;
}

.hover\:border-orange-500\/5:hover{
  border-color: rgb(250 126 34 / 0.05) !important;
}

.hover\:border-orange-500\/50:hover{
  border-color: rgb(250 126 34 / 0.5) !important;
}

.hover\:border-orange-500\/55:hover{
  border-color: rgb(250 126 34 / 0.55) !important;
}

.hover\:border-orange-500\/60:hover{
  border-color: rgb(250 126 34 / 0.6) !important;
}

.hover\:border-orange-500\/65:hover{
  border-color: rgb(250 126 34 / 0.65) !important;
}

.hover\:border-orange-500\/70:hover{
  border-color: rgb(250 126 34 / 0.7) !important;
}

.hover\:border-orange-500\/75:hover{
  border-color: rgb(250 126 34 / 0.75) !important;
}

.hover\:border-orange-500\/80:hover{
  border-color: rgb(250 126 34 / 0.8) !important;
}

.hover\:border-orange-500\/85:hover{
  border-color: rgb(250 126 34 / 0.85) !important;
}

.hover\:border-orange-500\/90:hover{
  border-color: rgb(250 126 34 / 0.9) !important;
}

.hover\:border-orange-500\/95:hover{
  border-color: rgb(250 126 34 / 0.95) !important;
}

.hover\:border-orange-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 92 11 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-600\/0:hover{
  border-color: rgb(235 92 11 / 0) !important;
}

.hover\:border-orange-600\/10:hover{
  border-color: rgb(235 92 11 / 0.1) !important;
}

.hover\:border-orange-600\/100:hover{
  border-color: rgb(235 92 11 / 1) !important;
}

.hover\:border-orange-600\/15:hover{
  border-color: rgb(235 92 11 / 0.15) !important;
}

.hover\:border-orange-600\/20:hover{
  border-color: rgb(235 92 11 / 0.2) !important;
}

.hover\:border-orange-600\/25:hover{
  border-color: rgb(235 92 11 / 0.25) !important;
}

.hover\:border-orange-600\/30:hover{
  border-color: rgb(235 92 11 / 0.3) !important;
}

.hover\:border-orange-600\/35:hover{
  border-color: rgb(235 92 11 / 0.35) !important;
}

.hover\:border-orange-600\/40:hover{
  border-color: rgb(235 92 11 / 0.4) !important;
}

.hover\:border-orange-600\/45:hover{
  border-color: rgb(235 92 11 / 0.45) !important;
}

.hover\:border-orange-600\/5:hover{
  border-color: rgb(235 92 11 / 0.05) !important;
}

.hover\:border-orange-600\/50:hover{
  border-color: rgb(235 92 11 / 0.5) !important;
}

.hover\:border-orange-600\/55:hover{
  border-color: rgb(235 92 11 / 0.55) !important;
}

.hover\:border-orange-600\/60:hover{
  border-color: rgb(235 92 11 / 0.6) !important;
}

.hover\:border-orange-600\/65:hover{
  border-color: rgb(235 92 11 / 0.65) !important;
}

.hover\:border-orange-600\/70:hover{
  border-color: rgb(235 92 11 / 0.7) !important;
}

.hover\:border-orange-600\/75:hover{
  border-color: rgb(235 92 11 / 0.75) !important;
}

.hover\:border-orange-600\/80:hover{
  border-color: rgb(235 92 11 / 0.8) !important;
}

.hover\:border-orange-600\/85:hover{
  border-color: rgb(235 92 11 / 0.85) !important;
}

.hover\:border-orange-600\/90:hover{
  border-color: rgb(235 92 11 / 0.9) !important;
}

.hover\:border-orange-600\/95:hover{
  border-color: rgb(235 92 11 / 0.95) !important;
}

.hover\:border-orange-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(195 68 11 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-700\/0:hover{
  border-color: rgb(195 68 11 / 0) !important;
}

.hover\:border-orange-700\/10:hover{
  border-color: rgb(195 68 11 / 0.1) !important;
}

.hover\:border-orange-700\/100:hover{
  border-color: rgb(195 68 11 / 1) !important;
}

.hover\:border-orange-700\/15:hover{
  border-color: rgb(195 68 11 / 0.15) !important;
}

.hover\:border-orange-700\/20:hover{
  border-color: rgb(195 68 11 / 0.2) !important;
}

.hover\:border-orange-700\/25:hover{
  border-color: rgb(195 68 11 / 0.25) !important;
}

.hover\:border-orange-700\/30:hover{
  border-color: rgb(195 68 11 / 0.3) !important;
}

.hover\:border-orange-700\/35:hover{
  border-color: rgb(195 68 11 / 0.35) !important;
}

.hover\:border-orange-700\/40:hover{
  border-color: rgb(195 68 11 / 0.4) !important;
}

.hover\:border-orange-700\/45:hover{
  border-color: rgb(195 68 11 / 0.45) !important;
}

.hover\:border-orange-700\/5:hover{
  border-color: rgb(195 68 11 / 0.05) !important;
}

.hover\:border-orange-700\/50:hover{
  border-color: rgb(195 68 11 / 0.5) !important;
}

.hover\:border-orange-700\/55:hover{
  border-color: rgb(195 68 11 / 0.55) !important;
}

.hover\:border-orange-700\/60:hover{
  border-color: rgb(195 68 11 / 0.6) !important;
}

.hover\:border-orange-700\/65:hover{
  border-color: rgb(195 68 11 / 0.65) !important;
}

.hover\:border-orange-700\/70:hover{
  border-color: rgb(195 68 11 / 0.7) !important;
}

.hover\:border-orange-700\/75:hover{
  border-color: rgb(195 68 11 / 0.75) !important;
}

.hover\:border-orange-700\/80:hover{
  border-color: rgb(195 68 11 / 0.8) !important;
}

.hover\:border-orange-700\/85:hover{
  border-color: rgb(195 68 11 / 0.85) !important;
}

.hover\:border-orange-700\/90:hover{
  border-color: rgb(195 68 11 / 0.9) !important;
}

.hover\:border-orange-700\/95:hover{
  border-color: rgb(195 68 11 / 0.95) !important;
}

.hover\:border-orange-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 54 18 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-800\/0:hover{
  border-color: rgb(154 54 18 / 0) !important;
}

.hover\:border-orange-800\/10:hover{
  border-color: rgb(154 54 18 / 0.1) !important;
}

.hover\:border-orange-800\/100:hover{
  border-color: rgb(154 54 18 / 1) !important;
}

.hover\:border-orange-800\/15:hover{
  border-color: rgb(154 54 18 / 0.15) !important;
}

.hover\:border-orange-800\/20:hover{
  border-color: rgb(154 54 18 / 0.2) !important;
}

.hover\:border-orange-800\/25:hover{
  border-color: rgb(154 54 18 / 0.25) !important;
}

.hover\:border-orange-800\/30:hover{
  border-color: rgb(154 54 18 / 0.3) !important;
}

.hover\:border-orange-800\/35:hover{
  border-color: rgb(154 54 18 / 0.35) !important;
}

.hover\:border-orange-800\/40:hover{
  border-color: rgb(154 54 18 / 0.4) !important;
}

.hover\:border-orange-800\/45:hover{
  border-color: rgb(154 54 18 / 0.45) !important;
}

.hover\:border-orange-800\/5:hover{
  border-color: rgb(154 54 18 / 0.05) !important;
}

.hover\:border-orange-800\/50:hover{
  border-color: rgb(154 54 18 / 0.5) !important;
}

.hover\:border-orange-800\/55:hover{
  border-color: rgb(154 54 18 / 0.55) !important;
}

.hover\:border-orange-800\/60:hover{
  border-color: rgb(154 54 18 / 0.6) !important;
}

.hover\:border-orange-800\/65:hover{
  border-color: rgb(154 54 18 / 0.65) !important;
}

.hover\:border-orange-800\/70:hover{
  border-color: rgb(154 54 18 / 0.7) !important;
}

.hover\:border-orange-800\/75:hover{
  border-color: rgb(154 54 18 / 0.75) !important;
}

.hover\:border-orange-800\/80:hover{
  border-color: rgb(154 54 18 / 0.8) !important;
}

.hover\:border-orange-800\/85:hover{
  border-color: rgb(154 54 18 / 0.85) !important;
}

.hover\:border-orange-800\/90:hover{
  border-color: rgb(154 54 18 / 0.9) !important;
}

.hover\:border-orange-800\/95:hover{
  border-color: rgb(154 54 18 / 0.95) !important;
}

.hover\:border-orange-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 47 18 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-orange-900\/0:hover{
  border-color: rgb(124 47 18 / 0) !important;
}

.hover\:border-orange-900\/10:hover{
  border-color: rgb(124 47 18 / 0.1) !important;
}

.hover\:border-orange-900\/100:hover{
  border-color: rgb(124 47 18 / 1) !important;
}

.hover\:border-orange-900\/15:hover{
  border-color: rgb(124 47 18 / 0.15) !important;
}

.hover\:border-orange-900\/20:hover{
  border-color: rgb(124 47 18 / 0.2) !important;
}

.hover\:border-orange-900\/25:hover{
  border-color: rgb(124 47 18 / 0.25) !important;
}

.hover\:border-orange-900\/30:hover{
  border-color: rgb(124 47 18 / 0.3) !important;
}

.hover\:border-orange-900\/35:hover{
  border-color: rgb(124 47 18 / 0.35) !important;
}

.hover\:border-orange-900\/40:hover{
  border-color: rgb(124 47 18 / 0.4) !important;
}

.hover\:border-orange-900\/45:hover{
  border-color: rgb(124 47 18 / 0.45) !important;
}

.hover\:border-orange-900\/5:hover{
  border-color: rgb(124 47 18 / 0.05) !important;
}

.hover\:border-orange-900\/50:hover{
  border-color: rgb(124 47 18 / 0.5) !important;
}

.hover\:border-orange-900\/55:hover{
  border-color: rgb(124 47 18 / 0.55) !important;
}

.hover\:border-orange-900\/60:hover{
  border-color: rgb(124 47 18 / 0.6) !important;
}

.hover\:border-orange-900\/65:hover{
  border-color: rgb(124 47 18 / 0.65) !important;
}

.hover\:border-orange-900\/70:hover{
  border-color: rgb(124 47 18 / 0.7) !important;
}

.hover\:border-orange-900\/75:hover{
  border-color: rgb(124 47 18 / 0.75) !important;
}

.hover\:border-orange-900\/80:hover{
  border-color: rgb(124 47 18 / 0.8) !important;
}

.hover\:border-orange-900\/85:hover{
  border-color: rgb(124 47 18 / 0.85) !important;
}

.hover\:border-orange-900\/90:hover{
  border-color: rgb(124 47 18 / 0.9) !important;
}

.hover\:border-orange-900\/95:hover{
  border-color: rgb(124 47 18 / 0.95) !important;
}

.hover\:border-pink-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 227 231 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-100\/0:hover{
  border-color: rgb(255 227 231 / 0) !important;
}

.hover\:border-pink-100\/10:hover{
  border-color: rgb(255 227 231 / 0.1) !important;
}

.hover\:border-pink-100\/100:hover{
  border-color: rgb(255 227 231 / 1) !important;
}

.hover\:border-pink-100\/15:hover{
  border-color: rgb(255 227 231 / 0.15) !important;
}

.hover\:border-pink-100\/20:hover{
  border-color: rgb(255 227 231 / 0.2) !important;
}

.hover\:border-pink-100\/25:hover{
  border-color: rgb(255 227 231 / 0.25) !important;
}

.hover\:border-pink-100\/30:hover{
  border-color: rgb(255 227 231 / 0.3) !important;
}

.hover\:border-pink-100\/35:hover{
  border-color: rgb(255 227 231 / 0.35) !important;
}

.hover\:border-pink-100\/40:hover{
  border-color: rgb(255 227 231 / 0.4) !important;
}

.hover\:border-pink-100\/45:hover{
  border-color: rgb(255 227 231 / 0.45) !important;
}

.hover\:border-pink-100\/5:hover{
  border-color: rgb(255 227 231 / 0.05) !important;
}

.hover\:border-pink-100\/50:hover{
  border-color: rgb(255 227 231 / 0.5) !important;
}

.hover\:border-pink-100\/55:hover{
  border-color: rgb(255 227 231 / 0.55) !important;
}

.hover\:border-pink-100\/60:hover{
  border-color: rgb(255 227 231 / 0.6) !important;
}

.hover\:border-pink-100\/65:hover{
  border-color: rgb(255 227 231 / 0.65) !important;
}

.hover\:border-pink-100\/70:hover{
  border-color: rgb(255 227 231 / 0.7) !important;
}

.hover\:border-pink-100\/75:hover{
  border-color: rgb(255 227 231 / 0.75) !important;
}

.hover\:border-pink-100\/80:hover{
  border-color: rgb(255 227 231 / 0.8) !important;
}

.hover\:border-pink-100\/85:hover{
  border-color: rgb(255 227 231 / 0.85) !important;
}

.hover\:border-pink-100\/90:hover{
  border-color: rgb(255 227 231 / 0.9) !important;
}

.hover\:border-pink-100\/95:hover{
  border-color: rgb(255 227 231 / 0.95) !important;
}

.hover\:border-pink-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 203 214 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-200\/0:hover{
  border-color: rgb(255 203 214 / 0) !important;
}

.hover\:border-pink-200\/10:hover{
  border-color: rgb(255 203 214 / 0.1) !important;
}

.hover\:border-pink-200\/100:hover{
  border-color: rgb(255 203 214 / 1) !important;
}

.hover\:border-pink-200\/15:hover{
  border-color: rgb(255 203 214 / 0.15) !important;
}

.hover\:border-pink-200\/20:hover{
  border-color: rgb(255 203 214 / 0.2) !important;
}

.hover\:border-pink-200\/25:hover{
  border-color: rgb(255 203 214 / 0.25) !important;
}

.hover\:border-pink-200\/30:hover{
  border-color: rgb(255 203 214 / 0.3) !important;
}

.hover\:border-pink-200\/35:hover{
  border-color: rgb(255 203 214 / 0.35) !important;
}

.hover\:border-pink-200\/40:hover{
  border-color: rgb(255 203 214 / 0.4) !important;
}

.hover\:border-pink-200\/45:hover{
  border-color: rgb(255 203 214 / 0.45) !important;
}

.hover\:border-pink-200\/5:hover{
  border-color: rgb(255 203 214 / 0.05) !important;
}

.hover\:border-pink-200\/50:hover{
  border-color: rgb(255 203 214 / 0.5) !important;
}

.hover\:border-pink-200\/55:hover{
  border-color: rgb(255 203 214 / 0.55) !important;
}

.hover\:border-pink-200\/60:hover{
  border-color: rgb(255 203 214 / 0.6) !important;
}

.hover\:border-pink-200\/65:hover{
  border-color: rgb(255 203 214 / 0.65) !important;
}

.hover\:border-pink-200\/70:hover{
  border-color: rgb(255 203 214 / 0.7) !important;
}

.hover\:border-pink-200\/75:hover{
  border-color: rgb(255 203 214 / 0.75) !important;
}

.hover\:border-pink-200\/80:hover{
  border-color: rgb(255 203 214 / 0.8) !important;
}

.hover\:border-pink-200\/85:hover{
  border-color: rgb(255 203 214 / 0.85) !important;
}

.hover\:border-pink-200\/90:hover{
  border-color: rgb(255 203 214 / 0.9) !important;
}

.hover\:border-pink-200\/95:hover{
  border-color: rgb(255 203 214 / 0.95) !important;
}

.hover\:border-pink-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-300\/0:hover{
  border-color: rgb(255 161 180 / 0) !important;
}

.hover\:border-pink-300\/10:hover{
  border-color: rgb(255 161 180 / 0.1) !important;
}

.hover\:border-pink-300\/100:hover{
  border-color: rgb(255 161 180 / 1) !important;
}

.hover\:border-pink-300\/15:hover{
  border-color: rgb(255 161 180 / 0.15) !important;
}

.hover\:border-pink-300\/20:hover{
  border-color: rgb(255 161 180 / 0.2) !important;
}

.hover\:border-pink-300\/25:hover{
  border-color: rgb(255 161 180 / 0.25) !important;
}

.hover\:border-pink-300\/30:hover{
  border-color: rgb(255 161 180 / 0.3) !important;
}

.hover\:border-pink-300\/35:hover{
  border-color: rgb(255 161 180 / 0.35) !important;
}

.hover\:border-pink-300\/40:hover{
  border-color: rgb(255 161 180 / 0.4) !important;
}

.hover\:border-pink-300\/45:hover{
  border-color: rgb(255 161 180 / 0.45) !important;
}

.hover\:border-pink-300\/5:hover{
  border-color: rgb(255 161 180 / 0.05) !important;
}

.hover\:border-pink-300\/50:hover{
  border-color: rgb(255 161 180 / 0.5) !important;
}

.hover\:border-pink-300\/55:hover{
  border-color: rgb(255 161 180 / 0.55) !important;
}

.hover\:border-pink-300\/60:hover{
  border-color: rgb(255 161 180 / 0.6) !important;
}

.hover\:border-pink-300\/65:hover{
  border-color: rgb(255 161 180 / 0.65) !important;
}

.hover\:border-pink-300\/70:hover{
  border-color: rgb(255 161 180 / 0.7) !important;
}

.hover\:border-pink-300\/75:hover{
  border-color: rgb(255 161 180 / 0.75) !important;
}

.hover\:border-pink-300\/80:hover{
  border-color: rgb(255 161 180 / 0.8) !important;
}

.hover\:border-pink-300\/85:hover{
  border-color: rgb(255 161 180 / 0.85) !important;
}

.hover\:border-pink-300\/90:hover{
  border-color: rgb(255 161 180 / 0.9) !important;
}

.hover\:border-pink-300\/95:hover{
  border-color: rgb(255 161 180 / 0.95) !important;
}

.hover\:border-pink-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 108 139 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-400\/0:hover{
  border-color: rgb(255 108 139 / 0) !important;
}

.hover\:border-pink-400\/10:hover{
  border-color: rgb(255 108 139 / 0.1) !important;
}

.hover\:border-pink-400\/100:hover{
  border-color: rgb(255 108 139 / 1) !important;
}

.hover\:border-pink-400\/15:hover{
  border-color: rgb(255 108 139 / 0.15) !important;
}

.hover\:border-pink-400\/20:hover{
  border-color: rgb(255 108 139 / 0.2) !important;
}

.hover\:border-pink-400\/25:hover{
  border-color: rgb(255 108 139 / 0.25) !important;
}

.hover\:border-pink-400\/30:hover{
  border-color: rgb(255 108 139 / 0.3) !important;
}

.hover\:border-pink-400\/35:hover{
  border-color: rgb(255 108 139 / 0.35) !important;
}

.hover\:border-pink-400\/40:hover{
  border-color: rgb(255 108 139 / 0.4) !important;
}

.hover\:border-pink-400\/45:hover{
  border-color: rgb(255 108 139 / 0.45) !important;
}

.hover\:border-pink-400\/5:hover{
  border-color: rgb(255 108 139 / 0.05) !important;
}

.hover\:border-pink-400\/50:hover{
  border-color: rgb(255 108 139 / 0.5) !important;
}

.hover\:border-pink-400\/55:hover{
  border-color: rgb(255 108 139 / 0.55) !important;
}

.hover\:border-pink-400\/60:hover{
  border-color: rgb(255 108 139 / 0.6) !important;
}

.hover\:border-pink-400\/65:hover{
  border-color: rgb(255 108 139 / 0.65) !important;
}

.hover\:border-pink-400\/70:hover{
  border-color: rgb(255 108 139 / 0.7) !important;
}

.hover\:border-pink-400\/75:hover{
  border-color: rgb(255 108 139 / 0.75) !important;
}

.hover\:border-pink-400\/80:hover{
  border-color: rgb(255 108 139 / 0.8) !important;
}

.hover\:border-pink-400\/85:hover{
  border-color: rgb(255 108 139 / 0.85) !important;
}

.hover\:border-pink-400\/90:hover{
  border-color: rgb(255 108 139 / 0.9) !important;
}

.hover\:border-pink-400\/95:hover{
  border-color: rgb(255 108 139 / 0.95) !important;
}

.hover\:border-pink-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 243 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-50\/0:hover{
  border-color: rgb(255 240 243 / 0) !important;
}

.hover\:border-pink-50\/10:hover{
  border-color: rgb(255 240 243 / 0.1) !important;
}

.hover\:border-pink-50\/100:hover{
  border-color: rgb(255 240 243 / 1) !important;
}

.hover\:border-pink-50\/15:hover{
  border-color: rgb(255 240 243 / 0.15) !important;
}

.hover\:border-pink-50\/20:hover{
  border-color: rgb(255 240 243 / 0.2) !important;
}

.hover\:border-pink-50\/25:hover{
  border-color: rgb(255 240 243 / 0.25) !important;
}

.hover\:border-pink-50\/30:hover{
  border-color: rgb(255 240 243 / 0.3) !important;
}

.hover\:border-pink-50\/35:hover{
  border-color: rgb(255 240 243 / 0.35) !important;
}

.hover\:border-pink-50\/40:hover{
  border-color: rgb(255 240 243 / 0.4) !important;
}

.hover\:border-pink-50\/45:hover{
  border-color: rgb(255 240 243 / 0.45) !important;
}

.hover\:border-pink-50\/5:hover{
  border-color: rgb(255 240 243 / 0.05) !important;
}

.hover\:border-pink-50\/50:hover{
  border-color: rgb(255 240 243 / 0.5) !important;
}

.hover\:border-pink-50\/55:hover{
  border-color: rgb(255 240 243 / 0.55) !important;
}

.hover\:border-pink-50\/60:hover{
  border-color: rgb(255 240 243 / 0.6) !important;
}

.hover\:border-pink-50\/65:hover{
  border-color: rgb(255 240 243 / 0.65) !important;
}

.hover\:border-pink-50\/70:hover{
  border-color: rgb(255 240 243 / 0.7) !important;
}

.hover\:border-pink-50\/75:hover{
  border-color: rgb(255 240 243 / 0.75) !important;
}

.hover\:border-pink-50\/80:hover{
  border-color: rgb(255 240 243 / 0.8) !important;
}

.hover\:border-pink-50\/85:hover{
  border-color: rgb(255 240 243 / 0.85) !important;
}

.hover\:border-pink-50\/90:hover{
  border-color: rgb(255 240 243 / 0.9) !important;
}

.hover\:border-pink-50\/95:hover{
  border-color: rgb(255 240 243 / 0.95) !important;
}

.hover\:border-pink-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-500\/0:hover{
  border-color: rgb(250 34 86 / 0) !important;
}

.hover\:border-pink-500\/10:hover{
  border-color: rgb(250 34 86 / 0.1) !important;
}

.hover\:border-pink-500\/100:hover{
  border-color: rgb(250 34 86 / 1) !important;
}

.hover\:border-pink-500\/15:hover{
  border-color: rgb(250 34 86 / 0.15) !important;
}

.hover\:border-pink-500\/20:hover{
  border-color: rgb(250 34 86 / 0.2) !important;
}

.hover\:border-pink-500\/25:hover{
  border-color: rgb(250 34 86 / 0.25) !important;
}

.hover\:border-pink-500\/30:hover{
  border-color: rgb(250 34 86 / 0.3) !important;
}

.hover\:border-pink-500\/35:hover{
  border-color: rgb(250 34 86 / 0.35) !important;
}

.hover\:border-pink-500\/40:hover{
  border-color: rgb(250 34 86 / 0.4) !important;
}

.hover\:border-pink-500\/45:hover{
  border-color: rgb(250 34 86 / 0.45) !important;
}

.hover\:border-pink-500\/5:hover{
  border-color: rgb(250 34 86 / 0.05) !important;
}

.hover\:border-pink-500\/50:hover{
  border-color: rgb(250 34 86 / 0.5) !important;
}

.hover\:border-pink-500\/55:hover{
  border-color: rgb(250 34 86 / 0.55) !important;
}

.hover\:border-pink-500\/60:hover{
  border-color: rgb(250 34 86 / 0.6) !important;
}

.hover\:border-pink-500\/65:hover{
  border-color: rgb(250 34 86 / 0.65) !important;
}

.hover\:border-pink-500\/70:hover{
  border-color: rgb(250 34 86 / 0.7) !important;
}

.hover\:border-pink-500\/75:hover{
  border-color: rgb(250 34 86 / 0.75) !important;
}

.hover\:border-pink-500\/80:hover{
  border-color: rgb(250 34 86 / 0.8) !important;
}

.hover\:border-pink-500\/85:hover{
  border-color: rgb(250 34 86 / 0.85) !important;
}

.hover\:border-pink-500\/90:hover{
  border-color: rgb(250 34 86 / 0.9) !important;
}

.hover\:border-pink-500\/95:hover{
  border-color: rgb(250 34 86 / 0.95) !important;
}

.hover\:border-pink-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 22 83 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-600\/0:hover{
  border-color: rgb(232 22 83 / 0) !important;
}

.hover\:border-pink-600\/10:hover{
  border-color: rgb(232 22 83 / 0.1) !important;
}

.hover\:border-pink-600\/100:hover{
  border-color: rgb(232 22 83 / 1) !important;
}

.hover\:border-pink-600\/15:hover{
  border-color: rgb(232 22 83 / 0.15) !important;
}

.hover\:border-pink-600\/20:hover{
  border-color: rgb(232 22 83 / 0.2) !important;
}

.hover\:border-pink-600\/25:hover{
  border-color: rgb(232 22 83 / 0.25) !important;
}

.hover\:border-pink-600\/30:hover{
  border-color: rgb(232 22 83 / 0.3) !important;
}

.hover\:border-pink-600\/35:hover{
  border-color: rgb(232 22 83 / 0.35) !important;
}

.hover\:border-pink-600\/40:hover{
  border-color: rgb(232 22 83 / 0.4) !important;
}

.hover\:border-pink-600\/45:hover{
  border-color: rgb(232 22 83 / 0.45) !important;
}

.hover\:border-pink-600\/5:hover{
  border-color: rgb(232 22 83 / 0.05) !important;
}

.hover\:border-pink-600\/50:hover{
  border-color: rgb(232 22 83 / 0.5) !important;
}

.hover\:border-pink-600\/55:hover{
  border-color: rgb(232 22 83 / 0.55) !important;
}

.hover\:border-pink-600\/60:hover{
  border-color: rgb(232 22 83 / 0.6) !important;
}

.hover\:border-pink-600\/65:hover{
  border-color: rgb(232 22 83 / 0.65) !important;
}

.hover\:border-pink-600\/70:hover{
  border-color: rgb(232 22 83 / 0.7) !important;
}

.hover\:border-pink-600\/75:hover{
  border-color: rgb(232 22 83 / 0.75) !important;
}

.hover\:border-pink-600\/80:hover{
  border-color: rgb(232 22 83 / 0.8) !important;
}

.hover\:border-pink-600\/85:hover{
  border-color: rgb(232 22 83 / 0.85) !important;
}

.hover\:border-pink-600\/90:hover{
  border-color: rgb(232 22 83 / 0.9) !important;
}

.hover\:border-pink-600\/95:hover{
  border-color: rgb(232 22 83 / 0.95) !important;
}

.hover\:border-pink-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 12 70 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-700\/0:hover{
  border-color: rgb(196 12 70 / 0) !important;
}

.hover\:border-pink-700\/10:hover{
  border-color: rgb(196 12 70 / 0.1) !important;
}

.hover\:border-pink-700\/100:hover{
  border-color: rgb(196 12 70 / 1) !important;
}

.hover\:border-pink-700\/15:hover{
  border-color: rgb(196 12 70 / 0.15) !important;
}

.hover\:border-pink-700\/20:hover{
  border-color: rgb(196 12 70 / 0.2) !important;
}

.hover\:border-pink-700\/25:hover{
  border-color: rgb(196 12 70 / 0.25) !important;
}

.hover\:border-pink-700\/30:hover{
  border-color: rgb(196 12 70 / 0.3) !important;
}

.hover\:border-pink-700\/35:hover{
  border-color: rgb(196 12 70 / 0.35) !important;
}

.hover\:border-pink-700\/40:hover{
  border-color: rgb(196 12 70 / 0.4) !important;
}

.hover\:border-pink-700\/45:hover{
  border-color: rgb(196 12 70 / 0.45) !important;
}

.hover\:border-pink-700\/5:hover{
  border-color: rgb(196 12 70 / 0.05) !important;
}

.hover\:border-pink-700\/50:hover{
  border-color: rgb(196 12 70 / 0.5) !important;
}

.hover\:border-pink-700\/55:hover{
  border-color: rgb(196 12 70 / 0.55) !important;
}

.hover\:border-pink-700\/60:hover{
  border-color: rgb(196 12 70 / 0.6) !important;
}

.hover\:border-pink-700\/65:hover{
  border-color: rgb(196 12 70 / 0.65) !important;
}

.hover\:border-pink-700\/70:hover{
  border-color: rgb(196 12 70 / 0.7) !important;
}

.hover\:border-pink-700\/75:hover{
  border-color: rgb(196 12 70 / 0.75) !important;
}

.hover\:border-pink-700\/80:hover{
  border-color: rgb(196 12 70 / 0.8) !important;
}

.hover\:border-pink-700\/85:hover{
  border-color: rgb(196 12 70 / 0.85) !important;
}

.hover\:border-pink-700\/90:hover{
  border-color: rgb(196 12 70 / 0.9) !important;
}

.hover\:border-pink-700\/95:hover{
  border-color: rgb(196 12 70 / 0.95) !important;
}

.hover\:border-pink-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 13 65 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-800\/0:hover{
  border-color: rgb(164 13 65 / 0) !important;
}

.hover\:border-pink-800\/10:hover{
  border-color: rgb(164 13 65 / 0.1) !important;
}

.hover\:border-pink-800\/100:hover{
  border-color: rgb(164 13 65 / 1) !important;
}

.hover\:border-pink-800\/15:hover{
  border-color: rgb(164 13 65 / 0.15) !important;
}

.hover\:border-pink-800\/20:hover{
  border-color: rgb(164 13 65 / 0.2) !important;
}

.hover\:border-pink-800\/25:hover{
  border-color: rgb(164 13 65 / 0.25) !important;
}

.hover\:border-pink-800\/30:hover{
  border-color: rgb(164 13 65 / 0.3) !important;
}

.hover\:border-pink-800\/35:hover{
  border-color: rgb(164 13 65 / 0.35) !important;
}

.hover\:border-pink-800\/40:hover{
  border-color: rgb(164 13 65 / 0.4) !important;
}

.hover\:border-pink-800\/45:hover{
  border-color: rgb(164 13 65 / 0.45) !important;
}

.hover\:border-pink-800\/5:hover{
  border-color: rgb(164 13 65 / 0.05) !important;
}

.hover\:border-pink-800\/50:hover{
  border-color: rgb(164 13 65 / 0.5) !important;
}

.hover\:border-pink-800\/55:hover{
  border-color: rgb(164 13 65 / 0.55) !important;
}

.hover\:border-pink-800\/60:hover{
  border-color: rgb(164 13 65 / 0.6) !important;
}

.hover\:border-pink-800\/65:hover{
  border-color: rgb(164 13 65 / 0.65) !important;
}

.hover\:border-pink-800\/70:hover{
  border-color: rgb(164 13 65 / 0.7) !important;
}

.hover\:border-pink-800\/75:hover{
  border-color: rgb(164 13 65 / 0.75) !important;
}

.hover\:border-pink-800\/80:hover{
  border-color: rgb(164 13 65 / 0.8) !important;
}

.hover\:border-pink-800\/85:hover{
  border-color: rgb(164 13 65 / 0.85) !important;
}

.hover\:border-pink-800\/90:hover{
  border-color: rgb(164 13 65 / 0.9) !important;
}

.hover\:border-pink-800\/95:hover{
  border-color: rgb(164 13 65 / 0.95) !important;
}

.hover\:border-pink-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-900\/0:hover{
  border-color: rgb(140 15 62 / 0) !important;
}

.hover\:border-pink-900\/10:hover{
  border-color: rgb(140 15 62 / 0.1) !important;
}

.hover\:border-pink-900\/100:hover{
  border-color: rgb(140 15 62 / 1) !important;
}

.hover\:border-pink-900\/15:hover{
  border-color: rgb(140 15 62 / 0.15) !important;
}

.hover\:border-pink-900\/20:hover{
  border-color: rgb(140 15 62 / 0.2) !important;
}

.hover\:border-pink-900\/25:hover{
  border-color: rgb(140 15 62 / 0.25) !important;
}

.hover\:border-pink-900\/30:hover{
  border-color: rgb(140 15 62 / 0.3) !important;
}

.hover\:border-pink-900\/35:hover{
  border-color: rgb(140 15 62 / 0.35) !important;
}

.hover\:border-pink-900\/40:hover{
  border-color: rgb(140 15 62 / 0.4) !important;
}

.hover\:border-pink-900\/45:hover{
  border-color: rgb(140 15 62 / 0.45) !important;
}

.hover\:border-pink-900\/5:hover{
  border-color: rgb(140 15 62 / 0.05) !important;
}

.hover\:border-pink-900\/50:hover{
  border-color: rgb(140 15 62 / 0.5) !important;
}

.hover\:border-pink-900\/55:hover{
  border-color: rgb(140 15 62 / 0.55) !important;
}

.hover\:border-pink-900\/60:hover{
  border-color: rgb(140 15 62 / 0.6) !important;
}

.hover\:border-pink-900\/65:hover{
  border-color: rgb(140 15 62 / 0.65) !important;
}

.hover\:border-pink-900\/70:hover{
  border-color: rgb(140 15 62 / 0.7) !important;
}

.hover\:border-pink-900\/75:hover{
  border-color: rgb(140 15 62 / 0.75) !important;
}

.hover\:border-pink-900\/80:hover{
  border-color: rgb(140 15 62 / 0.8) !important;
}

.hover\:border-pink-900\/85:hover{
  border-color: rgb(140 15 62 / 0.85) !important;
}

.hover\:border-pink-900\/90:hover{
  border-color: rgb(140 15 62 / 0.9) !important;
}

.hover\:border-pink-900\/95:hover{
  border-color: rgb(140 15 62 / 0.95) !important;
}

.hover\:border-primary-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 228 217 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-100\/0:hover{
  border-color: rgb(232 228 217 / 0) !important;
}

.hover\:border-primary-100\/10:hover{
  border-color: rgb(232 228 217 / 0.1) !important;
}

.hover\:border-primary-100\/100:hover{
  border-color: rgb(232 228 217 / 1) !important;
}

.hover\:border-primary-100\/15:hover{
  border-color: rgb(232 228 217 / 0.15) !important;
}

.hover\:border-primary-100\/20:hover{
  border-color: rgb(232 228 217 / 0.2) !important;
}

.hover\:border-primary-100\/25:hover{
  border-color: rgb(232 228 217 / 0.25) !important;
}

.hover\:border-primary-100\/30:hover{
  border-color: rgb(232 228 217 / 0.3) !important;
}

.hover\:border-primary-100\/35:hover{
  border-color: rgb(232 228 217 / 0.35) !important;
}

.hover\:border-primary-100\/40:hover{
  border-color: rgb(232 228 217 / 0.4) !important;
}

.hover\:border-primary-100\/45:hover{
  border-color: rgb(232 228 217 / 0.45) !important;
}

.hover\:border-primary-100\/5:hover{
  border-color: rgb(232 228 217 / 0.05) !important;
}

.hover\:border-primary-100\/50:hover{
  border-color: rgb(232 228 217 / 0.5) !important;
}

.hover\:border-primary-100\/55:hover{
  border-color: rgb(232 228 217 / 0.55) !important;
}

.hover\:border-primary-100\/60:hover{
  border-color: rgb(232 228 217 / 0.6) !important;
}

.hover\:border-primary-100\/65:hover{
  border-color: rgb(232 228 217 / 0.65) !important;
}

.hover\:border-primary-100\/70:hover{
  border-color: rgb(232 228 217 / 0.7) !important;
}

.hover\:border-primary-100\/75:hover{
  border-color: rgb(232 228 217 / 0.75) !important;
}

.hover\:border-primary-100\/80:hover{
  border-color: rgb(232 228 217 / 0.8) !important;
}

.hover\:border-primary-100\/85:hover{
  border-color: rgb(232 228 217 / 0.85) !important;
}

.hover\:border-primary-100\/90:hover{
  border-color: rgb(232 228 217 / 0.9) !important;
}

.hover\:border-primary-100\/95:hover{
  border-color: rgb(232 228 217 / 0.95) !important;
}

.hover\:border-primary-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 200 181 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-200\/0:hover{
  border-color: rgb(211 200 181 / 0) !important;
}

.hover\:border-primary-200\/10:hover{
  border-color: rgb(211 200 181 / 0.1) !important;
}

.hover\:border-primary-200\/100:hover{
  border-color: rgb(211 200 181 / 1) !important;
}

.hover\:border-primary-200\/15:hover{
  border-color: rgb(211 200 181 / 0.15) !important;
}

.hover\:border-primary-200\/20:hover{
  border-color: rgb(211 200 181 / 0.2) !important;
}

.hover\:border-primary-200\/25:hover{
  border-color: rgb(211 200 181 / 0.25) !important;
}

.hover\:border-primary-200\/30:hover{
  border-color: rgb(211 200 181 / 0.3) !important;
}

.hover\:border-primary-200\/35:hover{
  border-color: rgb(211 200 181 / 0.35) !important;
}

.hover\:border-primary-200\/40:hover{
  border-color: rgb(211 200 181 / 0.4) !important;
}

.hover\:border-primary-200\/45:hover{
  border-color: rgb(211 200 181 / 0.45) !important;
}

.hover\:border-primary-200\/5:hover{
  border-color: rgb(211 200 181 / 0.05) !important;
}

.hover\:border-primary-200\/50:hover{
  border-color: rgb(211 200 181 / 0.5) !important;
}

.hover\:border-primary-200\/55:hover{
  border-color: rgb(211 200 181 / 0.55) !important;
}

.hover\:border-primary-200\/60:hover{
  border-color: rgb(211 200 181 / 0.6) !important;
}

.hover\:border-primary-200\/65:hover{
  border-color: rgb(211 200 181 / 0.65) !important;
}

.hover\:border-primary-200\/70:hover{
  border-color: rgb(211 200 181 / 0.7) !important;
}

.hover\:border-primary-200\/75:hover{
  border-color: rgb(211 200 181 / 0.75) !important;
}

.hover\:border-primary-200\/80:hover{
  border-color: rgb(211 200 181 / 0.8) !important;
}

.hover\:border-primary-200\/85:hover{
  border-color: rgb(211 200 181 / 0.85) !important;
}

.hover\:border-primary-200\/90:hover{
  border-color: rgb(211 200 181 / 0.9) !important;
}

.hover\:border-primary-200\/95:hover{
  border-color: rgb(211 200 181 / 0.95) !important;
}

.hover\:border-primary-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 167 139 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-300\/0:hover{
  border-color: rgb(185 167 139 / 0) !important;
}

.hover\:border-primary-300\/10:hover{
  border-color: rgb(185 167 139 / 0.1) !important;
}

.hover\:border-primary-300\/100:hover{
  border-color: rgb(185 167 139 / 1) !important;
}

.hover\:border-primary-300\/15:hover{
  border-color: rgb(185 167 139 / 0.15) !important;
}

.hover\:border-primary-300\/20:hover{
  border-color: rgb(185 167 139 / 0.2) !important;
}

.hover\:border-primary-300\/25:hover{
  border-color: rgb(185 167 139 / 0.25) !important;
}

.hover\:border-primary-300\/30:hover{
  border-color: rgb(185 167 139 / 0.3) !important;
}

.hover\:border-primary-300\/35:hover{
  border-color: rgb(185 167 139 / 0.35) !important;
}

.hover\:border-primary-300\/40:hover{
  border-color: rgb(185 167 139 / 0.4) !important;
}

.hover\:border-primary-300\/45:hover{
  border-color: rgb(185 167 139 / 0.45) !important;
}

.hover\:border-primary-300\/5:hover{
  border-color: rgb(185 167 139 / 0.05) !important;
}

.hover\:border-primary-300\/50:hover{
  border-color: rgb(185 167 139 / 0.5) !important;
}

.hover\:border-primary-300\/55:hover{
  border-color: rgb(185 167 139 / 0.55) !important;
}

.hover\:border-primary-300\/60:hover{
  border-color: rgb(185 167 139 / 0.6) !important;
}

.hover\:border-primary-300\/65:hover{
  border-color: rgb(185 167 139 / 0.65) !important;
}

.hover\:border-primary-300\/70:hover{
  border-color: rgb(185 167 139 / 0.7) !important;
}

.hover\:border-primary-300\/75:hover{
  border-color: rgb(185 167 139 / 0.75) !important;
}

.hover\:border-primary-300\/80:hover{
  border-color: rgb(185 167 139 / 0.8) !important;
}

.hover\:border-primary-300\/85:hover{
  border-color: rgb(185 167 139 / 0.85) !important;
}

.hover\:border-primary-300\/90:hover{
  border-color: rgb(185 167 139 / 0.9) !important;
}

.hover\:border-primary-300\/95:hover{
  border-color: rgb(185 167 139 / 0.95) !important;
}

.hover\:border-primary-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 139 106 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-400\/0:hover{
  border-color: rgb(165 139 106 / 0) !important;
}

.hover\:border-primary-400\/10:hover{
  border-color: rgb(165 139 106 / 0.1) !important;
}

.hover\:border-primary-400\/100:hover{
  border-color: rgb(165 139 106 / 1) !important;
}

.hover\:border-primary-400\/15:hover{
  border-color: rgb(165 139 106 / 0.15) !important;
}

.hover\:border-primary-400\/20:hover{
  border-color: rgb(165 139 106 / 0.2) !important;
}

.hover\:border-primary-400\/25:hover{
  border-color: rgb(165 139 106 / 0.25) !important;
}

.hover\:border-primary-400\/30:hover{
  border-color: rgb(165 139 106 / 0.3) !important;
}

.hover\:border-primary-400\/35:hover{
  border-color: rgb(165 139 106 / 0.35) !important;
}

.hover\:border-primary-400\/40:hover{
  border-color: rgb(165 139 106 / 0.4) !important;
}

.hover\:border-primary-400\/45:hover{
  border-color: rgb(165 139 106 / 0.45) !important;
}

.hover\:border-primary-400\/5:hover{
  border-color: rgb(165 139 106 / 0.05) !important;
}

.hover\:border-primary-400\/50:hover{
  border-color: rgb(165 139 106 / 0.5) !important;
}

.hover\:border-primary-400\/55:hover{
  border-color: rgb(165 139 106 / 0.55) !important;
}

.hover\:border-primary-400\/60:hover{
  border-color: rgb(165 139 106 / 0.6) !important;
}

.hover\:border-primary-400\/65:hover{
  border-color: rgb(165 139 106 / 0.65) !important;
}

.hover\:border-primary-400\/70:hover{
  border-color: rgb(165 139 106 / 0.7) !important;
}

.hover\:border-primary-400\/75:hover{
  border-color: rgb(165 139 106 / 0.75) !important;
}

.hover\:border-primary-400\/80:hover{
  border-color: rgb(165 139 106 / 0.8) !important;
}

.hover\:border-primary-400\/85:hover{
  border-color: rgb(165 139 106 / 0.85) !important;
}

.hover\:border-primary-400\/90:hover{
  border-color: rgb(165 139 106 / 0.9) !important;
}

.hover\:border-primary-400\/95:hover{
  border-color: rgb(165 139 106 / 0.95) !important;
}

.hover\:border-primary-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 244 240 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-50\/0:hover{
  border-color: rgb(246 244 240 / 0) !important;
}

.hover\:border-primary-50\/10:hover{
  border-color: rgb(246 244 240 / 0.1) !important;
}

.hover\:border-primary-50\/100:hover{
  border-color: rgb(246 244 240 / 1) !important;
}

.hover\:border-primary-50\/15:hover{
  border-color: rgb(246 244 240 / 0.15) !important;
}

.hover\:border-primary-50\/20:hover{
  border-color: rgb(246 244 240 / 0.2) !important;
}

.hover\:border-primary-50\/25:hover{
  border-color: rgb(246 244 240 / 0.25) !important;
}

.hover\:border-primary-50\/30:hover{
  border-color: rgb(246 244 240 / 0.3) !important;
}

.hover\:border-primary-50\/35:hover{
  border-color: rgb(246 244 240 / 0.35) !important;
}

.hover\:border-primary-50\/40:hover{
  border-color: rgb(246 244 240 / 0.4) !important;
}

.hover\:border-primary-50\/45:hover{
  border-color: rgb(246 244 240 / 0.45) !important;
}

.hover\:border-primary-50\/5:hover{
  border-color: rgb(246 244 240 / 0.05) !important;
}

.hover\:border-primary-50\/50:hover{
  border-color: rgb(246 244 240 / 0.5) !important;
}

.hover\:border-primary-50\/55:hover{
  border-color: rgb(246 244 240 / 0.55) !important;
}

.hover\:border-primary-50\/60:hover{
  border-color: rgb(246 244 240 / 0.6) !important;
}

.hover\:border-primary-50\/65:hover{
  border-color: rgb(246 244 240 / 0.65) !important;
}

.hover\:border-primary-50\/70:hover{
  border-color: rgb(246 244 240 / 0.7) !important;
}

.hover\:border-primary-50\/75:hover{
  border-color: rgb(246 244 240 / 0.75) !important;
}

.hover\:border-primary-50\/80:hover{
  border-color: rgb(246 244 240 / 0.8) !important;
}

.hover\:border-primary-50\/85:hover{
  border-color: rgb(246 244 240 / 0.85) !important;
}

.hover\:border-primary-50\/90:hover{
  border-color: rgb(246 244 240 / 0.9) !important;
}

.hover\:border-primary-50\/95:hover{
  border-color: rgb(246 244 240 / 0.95) !important;
}

.hover\:border-primary-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-500\/0:hover{
  border-color: rgb(157 128 96 / 0) !important;
}

.hover\:border-primary-500\/10:hover{
  border-color: rgb(157 128 96 / 0.1) !important;
}

.hover\:border-primary-500\/100:hover{
  border-color: rgb(157 128 96 / 1) !important;
}

.hover\:border-primary-500\/15:hover{
  border-color: rgb(157 128 96 / 0.15) !important;
}

.hover\:border-primary-500\/20:hover{
  border-color: rgb(157 128 96 / 0.2) !important;
}

.hover\:border-primary-500\/25:hover{
  border-color: rgb(157 128 96 / 0.25) !important;
}

.hover\:border-primary-500\/30:hover{
  border-color: rgb(157 128 96 / 0.3) !important;
}

.hover\:border-primary-500\/35:hover{
  border-color: rgb(157 128 96 / 0.35) !important;
}

.hover\:border-primary-500\/40:hover{
  border-color: rgb(157 128 96 / 0.4) !important;
}

.hover\:border-primary-500\/45:hover{
  border-color: rgb(157 128 96 / 0.45) !important;
}

.hover\:border-primary-500\/5:hover{
  border-color: rgb(157 128 96 / 0.05) !important;
}

.hover\:border-primary-500\/50:hover{
  border-color: rgb(157 128 96 / 0.5) !important;
}

.hover\:border-primary-500\/55:hover{
  border-color: rgb(157 128 96 / 0.55) !important;
}

.hover\:border-primary-500\/60:hover{
  border-color: rgb(157 128 96 / 0.6) !important;
}

.hover\:border-primary-500\/65:hover{
  border-color: rgb(157 128 96 / 0.65) !important;
}

.hover\:border-primary-500\/70:hover{
  border-color: rgb(157 128 96 / 0.7) !important;
}

.hover\:border-primary-500\/75:hover{
  border-color: rgb(157 128 96 / 0.75) !important;
}

.hover\:border-primary-500\/80:hover{
  border-color: rgb(157 128 96 / 0.8) !important;
}

.hover\:border-primary-500\/85:hover{
  border-color: rgb(157 128 96 / 0.85) !important;
}

.hover\:border-primary-500\/90:hover{
  border-color: rgb(157 128 96 / 0.9) !important;
}

.hover\:border-primary-500\/95:hover{
  border-color: rgb(157 128 96 / 0.95) !important;
}

.hover\:border-primary-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(129 100 77 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-600\/0:hover{
  border-color: rgb(129 100 77 / 0) !important;
}

.hover\:border-primary-600\/10:hover{
  border-color: rgb(129 100 77 / 0.1) !important;
}

.hover\:border-primary-600\/100:hover{
  border-color: rgb(129 100 77 / 1) !important;
}

.hover\:border-primary-600\/15:hover{
  border-color: rgb(129 100 77 / 0.15) !important;
}

.hover\:border-primary-600\/20:hover{
  border-color: rgb(129 100 77 / 0.2) !important;
}

.hover\:border-primary-600\/25:hover{
  border-color: rgb(129 100 77 / 0.25) !important;
}

.hover\:border-primary-600\/30:hover{
  border-color: rgb(129 100 77 / 0.3) !important;
}

.hover\:border-primary-600\/35:hover{
  border-color: rgb(129 100 77 / 0.35) !important;
}

.hover\:border-primary-600\/40:hover{
  border-color: rgb(129 100 77 / 0.4) !important;
}

.hover\:border-primary-600\/45:hover{
  border-color: rgb(129 100 77 / 0.45) !important;
}

.hover\:border-primary-600\/5:hover{
  border-color: rgb(129 100 77 / 0.05) !important;
}

.hover\:border-primary-600\/50:hover{
  border-color: rgb(129 100 77 / 0.5) !important;
}

.hover\:border-primary-600\/55:hover{
  border-color: rgb(129 100 77 / 0.55) !important;
}

.hover\:border-primary-600\/60:hover{
  border-color: rgb(129 100 77 / 0.6) !important;
}

.hover\:border-primary-600\/65:hover{
  border-color: rgb(129 100 77 / 0.65) !important;
}

.hover\:border-primary-600\/70:hover{
  border-color: rgb(129 100 77 / 0.7) !important;
}

.hover\:border-primary-600\/75:hover{
  border-color: rgb(129 100 77 / 0.75) !important;
}

.hover\:border-primary-600\/80:hover{
  border-color: rgb(129 100 77 / 0.8) !important;
}

.hover\:border-primary-600\/85:hover{
  border-color: rgb(129 100 77 / 0.85) !important;
}

.hover\:border-primary-600\/90:hover{
  border-color: rgb(129 100 77 / 0.9) !important;
}

.hover\:border-primary-600\/95:hover{
  border-color: rgb(129 100 77 / 0.95) !important;
}

.hover\:border-primary-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(104 79 64 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-700\/0:hover{
  border-color: rgb(104 79 64 / 0) !important;
}

.hover\:border-primary-700\/10:hover{
  border-color: rgb(104 79 64 / 0.1) !important;
}

.hover\:border-primary-700\/100:hover{
  border-color: rgb(104 79 64 / 1) !important;
}

.hover\:border-primary-700\/15:hover{
  border-color: rgb(104 79 64 / 0.15) !important;
}

.hover\:border-primary-700\/20:hover{
  border-color: rgb(104 79 64 / 0.2) !important;
}

.hover\:border-primary-700\/25:hover{
  border-color: rgb(104 79 64 / 0.25) !important;
}

.hover\:border-primary-700\/30:hover{
  border-color: rgb(104 79 64 / 0.3) !important;
}

.hover\:border-primary-700\/35:hover{
  border-color: rgb(104 79 64 / 0.35) !important;
}

.hover\:border-primary-700\/40:hover{
  border-color: rgb(104 79 64 / 0.4) !important;
}

.hover\:border-primary-700\/45:hover{
  border-color: rgb(104 79 64 / 0.45) !important;
}

.hover\:border-primary-700\/5:hover{
  border-color: rgb(104 79 64 / 0.05) !important;
}

.hover\:border-primary-700\/50:hover{
  border-color: rgb(104 79 64 / 0.5) !important;
}

.hover\:border-primary-700\/55:hover{
  border-color: rgb(104 79 64 / 0.55) !important;
}

.hover\:border-primary-700\/60:hover{
  border-color: rgb(104 79 64 / 0.6) !important;
}

.hover\:border-primary-700\/65:hover{
  border-color: rgb(104 79 64 / 0.65) !important;
}

.hover\:border-primary-700\/70:hover{
  border-color: rgb(104 79 64 / 0.7) !important;
}

.hover\:border-primary-700\/75:hover{
  border-color: rgb(104 79 64 / 0.75) !important;
}

.hover\:border-primary-700\/80:hover{
  border-color: rgb(104 79 64 / 0.8) !important;
}

.hover\:border-primary-700\/85:hover{
  border-color: rgb(104 79 64 / 0.85) !important;
}

.hover\:border-primary-700\/90:hover{
  border-color: rgb(104 79 64 / 0.9) !important;
}

.hover\:border-primary-700\/95:hover{
  border-color: rgb(104 79 64 / 0.95) !important;
}

.hover\:border-primary-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 67 58 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-800\/0:hover{
  border-color: rgb(89 67 58 / 0) !important;
}

.hover\:border-primary-800\/10:hover{
  border-color: rgb(89 67 58 / 0.1) !important;
}

.hover\:border-primary-800\/100:hover{
  border-color: rgb(89 67 58 / 1) !important;
}

.hover\:border-primary-800\/15:hover{
  border-color: rgb(89 67 58 / 0.15) !important;
}

.hover\:border-primary-800\/20:hover{
  border-color: rgb(89 67 58 / 0.2) !important;
}

.hover\:border-primary-800\/25:hover{
  border-color: rgb(89 67 58 / 0.25) !important;
}

.hover\:border-primary-800\/30:hover{
  border-color: rgb(89 67 58 / 0.3) !important;
}

.hover\:border-primary-800\/35:hover{
  border-color: rgb(89 67 58 / 0.35) !important;
}

.hover\:border-primary-800\/40:hover{
  border-color: rgb(89 67 58 / 0.4) !important;
}

.hover\:border-primary-800\/45:hover{
  border-color: rgb(89 67 58 / 0.45) !important;
}

.hover\:border-primary-800\/5:hover{
  border-color: rgb(89 67 58 / 0.05) !important;
}

.hover\:border-primary-800\/50:hover{
  border-color: rgb(89 67 58 / 0.5) !important;
}

.hover\:border-primary-800\/55:hover{
  border-color: rgb(89 67 58 / 0.55) !important;
}

.hover\:border-primary-800\/60:hover{
  border-color: rgb(89 67 58 / 0.6) !important;
}

.hover\:border-primary-800\/65:hover{
  border-color: rgb(89 67 58 / 0.65) !important;
}

.hover\:border-primary-800\/70:hover{
  border-color: rgb(89 67 58 / 0.7) !important;
}

.hover\:border-primary-800\/75:hover{
  border-color: rgb(89 67 58 / 0.75) !important;
}

.hover\:border-primary-800\/80:hover{
  border-color: rgb(89 67 58 / 0.8) !important;
}

.hover\:border-primary-800\/85:hover{
  border-color: rgb(89 67 58 / 0.85) !important;
}

.hover\:border-primary-800\/90:hover{
  border-color: rgb(89 67 58 / 0.9) !important;
}

.hover\:border-primary-800\/95:hover{
  border-color: rgb(89 67 58 / 0.95) !important;
}

.hover\:border-primary-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 59 53 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-900\/0:hover{
  border-color: rgb(78 59 53 / 0) !important;
}

.hover\:border-primary-900\/10:hover{
  border-color: rgb(78 59 53 / 0.1) !important;
}

.hover\:border-primary-900\/100:hover{
  border-color: rgb(78 59 53 / 1) !important;
}

.hover\:border-primary-900\/15:hover{
  border-color: rgb(78 59 53 / 0.15) !important;
}

.hover\:border-primary-900\/20:hover{
  border-color: rgb(78 59 53 / 0.2) !important;
}

.hover\:border-primary-900\/25:hover{
  border-color: rgb(78 59 53 / 0.25) !important;
}

.hover\:border-primary-900\/30:hover{
  border-color: rgb(78 59 53 / 0.3) !important;
}

.hover\:border-primary-900\/35:hover{
  border-color: rgb(78 59 53 / 0.35) !important;
}

.hover\:border-primary-900\/40:hover{
  border-color: rgb(78 59 53 / 0.4) !important;
}

.hover\:border-primary-900\/45:hover{
  border-color: rgb(78 59 53 / 0.45) !important;
}

.hover\:border-primary-900\/5:hover{
  border-color: rgb(78 59 53 / 0.05) !important;
}

.hover\:border-primary-900\/50:hover{
  border-color: rgb(78 59 53 / 0.5) !important;
}

.hover\:border-primary-900\/55:hover{
  border-color: rgb(78 59 53 / 0.55) !important;
}

.hover\:border-primary-900\/60:hover{
  border-color: rgb(78 59 53 / 0.6) !important;
}

.hover\:border-primary-900\/65:hover{
  border-color: rgb(78 59 53 / 0.65) !important;
}

.hover\:border-primary-900\/70:hover{
  border-color: rgb(78 59 53 / 0.7) !important;
}

.hover\:border-primary-900\/75:hover{
  border-color: rgb(78 59 53 / 0.75) !important;
}

.hover\:border-primary-900\/80:hover{
  border-color: rgb(78 59 53 / 0.8) !important;
}

.hover\:border-primary-900\/85:hover{
  border-color: rgb(78 59 53 / 0.85) !important;
}

.hover\:border-primary-900\/90:hover{
  border-color: rgb(78 59 53 / 0.9) !important;
}

.hover\:border-primary-900\/95:hover{
  border-color: rgb(78 59 53 / 0.95) !important;
}

.hover\:border-purple-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 232 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-100\/0:hover{
  border-color: rgb(238 232 255 / 0) !important;
}

.hover\:border-purple-100\/10:hover{
  border-color: rgb(238 232 255 / 0.1) !important;
}

.hover\:border-purple-100\/100:hover{
  border-color: rgb(238 232 255 / 1) !important;
}

.hover\:border-purple-100\/15:hover{
  border-color: rgb(238 232 255 / 0.15) !important;
}

.hover\:border-purple-100\/20:hover{
  border-color: rgb(238 232 255 / 0.2) !important;
}

.hover\:border-purple-100\/25:hover{
  border-color: rgb(238 232 255 / 0.25) !important;
}

.hover\:border-purple-100\/30:hover{
  border-color: rgb(238 232 255 / 0.3) !important;
}

.hover\:border-purple-100\/35:hover{
  border-color: rgb(238 232 255 / 0.35) !important;
}

.hover\:border-purple-100\/40:hover{
  border-color: rgb(238 232 255 / 0.4) !important;
}

.hover\:border-purple-100\/45:hover{
  border-color: rgb(238 232 255 / 0.45) !important;
}

.hover\:border-purple-100\/5:hover{
  border-color: rgb(238 232 255 / 0.05) !important;
}

.hover\:border-purple-100\/50:hover{
  border-color: rgb(238 232 255 / 0.5) !important;
}

.hover\:border-purple-100\/55:hover{
  border-color: rgb(238 232 255 / 0.55) !important;
}

.hover\:border-purple-100\/60:hover{
  border-color: rgb(238 232 255 / 0.6) !important;
}

.hover\:border-purple-100\/65:hover{
  border-color: rgb(238 232 255 / 0.65) !important;
}

.hover\:border-purple-100\/70:hover{
  border-color: rgb(238 232 255 / 0.7) !important;
}

.hover\:border-purple-100\/75:hover{
  border-color: rgb(238 232 255 / 0.75) !important;
}

.hover\:border-purple-100\/80:hover{
  border-color: rgb(238 232 255 / 0.8) !important;
}

.hover\:border-purple-100\/85:hover{
  border-color: rgb(238 232 255 / 0.85) !important;
}

.hover\:border-purple-100\/90:hover{
  border-color: rgb(238 232 255 / 0.9) !important;
}

.hover\:border-purple-100\/95:hover{
  border-color: rgb(238 232 255 / 0.95) !important;
}

.hover\:border-purple-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 212 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-200\/0:hover{
  border-color: rgb(223 212 255 / 0) !important;
}

.hover\:border-purple-200\/10:hover{
  border-color: rgb(223 212 255 / 0.1) !important;
}

.hover\:border-purple-200\/100:hover{
  border-color: rgb(223 212 255 / 1) !important;
}

.hover\:border-purple-200\/15:hover{
  border-color: rgb(223 212 255 / 0.15) !important;
}

.hover\:border-purple-200\/20:hover{
  border-color: rgb(223 212 255 / 0.2) !important;
}

.hover\:border-purple-200\/25:hover{
  border-color: rgb(223 212 255 / 0.25) !important;
}

.hover\:border-purple-200\/30:hover{
  border-color: rgb(223 212 255 / 0.3) !important;
}

.hover\:border-purple-200\/35:hover{
  border-color: rgb(223 212 255 / 0.35) !important;
}

.hover\:border-purple-200\/40:hover{
  border-color: rgb(223 212 255 / 0.4) !important;
}

.hover\:border-purple-200\/45:hover{
  border-color: rgb(223 212 255 / 0.45) !important;
}

.hover\:border-purple-200\/5:hover{
  border-color: rgb(223 212 255 / 0.05) !important;
}

.hover\:border-purple-200\/50:hover{
  border-color: rgb(223 212 255 / 0.5) !important;
}

.hover\:border-purple-200\/55:hover{
  border-color: rgb(223 212 255 / 0.55) !important;
}

.hover\:border-purple-200\/60:hover{
  border-color: rgb(223 212 255 / 0.6) !important;
}

.hover\:border-purple-200\/65:hover{
  border-color: rgb(223 212 255 / 0.65) !important;
}

.hover\:border-purple-200\/70:hover{
  border-color: rgb(223 212 255 / 0.7) !important;
}

.hover\:border-purple-200\/75:hover{
  border-color: rgb(223 212 255 / 0.75) !important;
}

.hover\:border-purple-200\/80:hover{
  border-color: rgb(223 212 255 / 0.8) !important;
}

.hover\:border-purple-200\/85:hover{
  border-color: rgb(223 212 255 / 0.85) !important;
}

.hover\:border-purple-200\/90:hover{
  border-color: rgb(223 212 255 / 0.9) !important;
}

.hover\:border-purple-200\/95:hover{
  border-color: rgb(223 212 255 / 0.95) !important;
}

.hover\:border-purple-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 178 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-300\/0:hover{
  border-color: rgb(199 178 255 / 0) !important;
}

.hover\:border-purple-300\/10:hover{
  border-color: rgb(199 178 255 / 0.1) !important;
}

.hover\:border-purple-300\/100:hover{
  border-color: rgb(199 178 255 / 1) !important;
}

.hover\:border-purple-300\/15:hover{
  border-color: rgb(199 178 255 / 0.15) !important;
}

.hover\:border-purple-300\/20:hover{
  border-color: rgb(199 178 255 / 0.2) !important;
}

.hover\:border-purple-300\/25:hover{
  border-color: rgb(199 178 255 / 0.25) !important;
}

.hover\:border-purple-300\/30:hover{
  border-color: rgb(199 178 255 / 0.3) !important;
}

.hover\:border-purple-300\/35:hover{
  border-color: rgb(199 178 255 / 0.35) !important;
}

.hover\:border-purple-300\/40:hover{
  border-color: rgb(199 178 255 / 0.4) !important;
}

.hover\:border-purple-300\/45:hover{
  border-color: rgb(199 178 255 / 0.45) !important;
}

.hover\:border-purple-300\/5:hover{
  border-color: rgb(199 178 255 / 0.05) !important;
}

.hover\:border-purple-300\/50:hover{
  border-color: rgb(199 178 255 / 0.5) !important;
}

.hover\:border-purple-300\/55:hover{
  border-color: rgb(199 178 255 / 0.55) !important;
}

.hover\:border-purple-300\/60:hover{
  border-color: rgb(199 178 255 / 0.6) !important;
}

.hover\:border-purple-300\/65:hover{
  border-color: rgb(199 178 255 / 0.65) !important;
}

.hover\:border-purple-300\/70:hover{
  border-color: rgb(199 178 255 / 0.7) !important;
}

.hover\:border-purple-300\/75:hover{
  border-color: rgb(199 178 255 / 0.75) !important;
}

.hover\:border-purple-300\/80:hover{
  border-color: rgb(199 178 255 / 0.8) !important;
}

.hover\:border-purple-300\/85:hover{
  border-color: rgb(199 178 255 / 0.85) !important;
}

.hover\:border-purple-300\/90:hover{
  border-color: rgb(199 178 255 / 0.9) !important;
}

.hover\:border-purple-300\/95:hover{
  border-color: rgb(199 178 255 / 0.95) !important;
}

.hover\:border-purple-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 117 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-400\/0:hover{
  border-color: rgb(161 117 255 / 0) !important;
}

.hover\:border-purple-400\/10:hover{
  border-color: rgb(161 117 255 / 0.1) !important;
}

.hover\:border-purple-400\/100:hover{
  border-color: rgb(161 117 255 / 1) !important;
}

.hover\:border-purple-400\/15:hover{
  border-color: rgb(161 117 255 / 0.15) !important;
}

.hover\:border-purple-400\/20:hover{
  border-color: rgb(161 117 255 / 0.2) !important;
}

.hover\:border-purple-400\/25:hover{
  border-color: rgb(161 117 255 / 0.25) !important;
}

.hover\:border-purple-400\/30:hover{
  border-color: rgb(161 117 255 / 0.3) !important;
}

.hover\:border-purple-400\/35:hover{
  border-color: rgb(161 117 255 / 0.35) !important;
}

.hover\:border-purple-400\/40:hover{
  border-color: rgb(161 117 255 / 0.4) !important;
}

.hover\:border-purple-400\/45:hover{
  border-color: rgb(161 117 255 / 0.45) !important;
}

.hover\:border-purple-400\/5:hover{
  border-color: rgb(161 117 255 / 0.05) !important;
}

.hover\:border-purple-400\/50:hover{
  border-color: rgb(161 117 255 / 0.5) !important;
}

.hover\:border-purple-400\/55:hover{
  border-color: rgb(161 117 255 / 0.55) !important;
}

.hover\:border-purple-400\/60:hover{
  border-color: rgb(161 117 255 / 0.6) !important;
}

.hover\:border-purple-400\/65:hover{
  border-color: rgb(161 117 255 / 0.65) !important;
}

.hover\:border-purple-400\/70:hover{
  border-color: rgb(161 117 255 / 0.7) !important;
}

.hover\:border-purple-400\/75:hover{
  border-color: rgb(161 117 255 / 0.75) !important;
}

.hover\:border-purple-400\/80:hover{
  border-color: rgb(161 117 255 / 0.8) !important;
}

.hover\:border-purple-400\/85:hover{
  border-color: rgb(161 117 255 / 0.85) !important;
}

.hover\:border-purple-400\/90:hover{
  border-color: rgb(161 117 255 / 0.9) !important;
}

.hover\:border-purple-400\/95:hover{
  border-color: rgb(161 117 255 / 0.95) !important;
}

.hover\:border-purple-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 242 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-50\/0:hover{
  border-color: rgb(246 242 255 / 0) !important;
}

.hover\:border-purple-50\/10:hover{
  border-color: rgb(246 242 255 / 0.1) !important;
}

.hover\:border-purple-50\/100:hover{
  border-color: rgb(246 242 255 / 1) !important;
}

.hover\:border-purple-50\/15:hover{
  border-color: rgb(246 242 255 / 0.15) !important;
}

.hover\:border-purple-50\/20:hover{
  border-color: rgb(246 242 255 / 0.2) !important;
}

.hover\:border-purple-50\/25:hover{
  border-color: rgb(246 242 255 / 0.25) !important;
}

.hover\:border-purple-50\/30:hover{
  border-color: rgb(246 242 255 / 0.3) !important;
}

.hover\:border-purple-50\/35:hover{
  border-color: rgb(246 242 255 / 0.35) !important;
}

.hover\:border-purple-50\/40:hover{
  border-color: rgb(246 242 255 / 0.4) !important;
}

.hover\:border-purple-50\/45:hover{
  border-color: rgb(246 242 255 / 0.45) !important;
}

.hover\:border-purple-50\/5:hover{
  border-color: rgb(246 242 255 / 0.05) !important;
}

.hover\:border-purple-50\/50:hover{
  border-color: rgb(246 242 255 / 0.5) !important;
}

.hover\:border-purple-50\/55:hover{
  border-color: rgb(246 242 255 / 0.55) !important;
}

.hover\:border-purple-50\/60:hover{
  border-color: rgb(246 242 255 / 0.6) !important;
}

.hover\:border-purple-50\/65:hover{
  border-color: rgb(246 242 255 / 0.65) !important;
}

.hover\:border-purple-50\/70:hover{
  border-color: rgb(246 242 255 / 0.7) !important;
}

.hover\:border-purple-50\/75:hover{
  border-color: rgb(246 242 255 / 0.75) !important;
}

.hover\:border-purple-50\/80:hover{
  border-color: rgb(246 242 255 / 0.8) !important;
}

.hover\:border-purple-50\/85:hover{
  border-color: rgb(246 242 255 / 0.85) !important;
}

.hover\:border-purple-50\/90:hover{
  border-color: rgb(246 242 255 / 0.9) !important;
}

.hover\:border-purple-50\/95:hover{
  border-color: rgb(246 242 255 / 0.95) !important;
}

.hover\:border-purple-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 117 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-500\/0:hover{
  border-color: rgb(161 117 255 / 0) !important;
}

.hover\:border-purple-500\/10:hover{
  border-color: rgb(161 117 255 / 0.1) !important;
}

.hover\:border-purple-500\/100:hover{
  border-color: rgb(161 117 255 / 1) !important;
}

.hover\:border-purple-500\/15:hover{
  border-color: rgb(161 117 255 / 0.15) !important;
}

.hover\:border-purple-500\/20:hover{
  border-color: rgb(161 117 255 / 0.2) !important;
}

.hover\:border-purple-500\/25:hover{
  border-color: rgb(161 117 255 / 0.25) !important;
}

.hover\:border-purple-500\/30:hover{
  border-color: rgb(161 117 255 / 0.3) !important;
}

.hover\:border-purple-500\/35:hover{
  border-color: rgb(161 117 255 / 0.35) !important;
}

.hover\:border-purple-500\/40:hover{
  border-color: rgb(161 117 255 / 0.4) !important;
}

.hover\:border-purple-500\/45:hover{
  border-color: rgb(161 117 255 / 0.45) !important;
}

.hover\:border-purple-500\/5:hover{
  border-color: rgb(161 117 255 / 0.05) !important;
}

.hover\:border-purple-500\/50:hover{
  border-color: rgb(161 117 255 / 0.5) !important;
}

.hover\:border-purple-500\/55:hover{
  border-color: rgb(161 117 255 / 0.55) !important;
}

.hover\:border-purple-500\/60:hover{
  border-color: rgb(161 117 255 / 0.6) !important;
}

.hover\:border-purple-500\/65:hover{
  border-color: rgb(161 117 255 / 0.65) !important;
}

.hover\:border-purple-500\/70:hover{
  border-color: rgb(161 117 255 / 0.7) !important;
}

.hover\:border-purple-500\/75:hover{
  border-color: rgb(161 117 255 / 0.75) !important;
}

.hover\:border-purple-500\/80:hover{
  border-color: rgb(161 117 255 / 0.8) !important;
}

.hover\:border-purple-500\/85:hover{
  border-color: rgb(161 117 255 / 0.85) !important;
}

.hover\:border-purple-500\/90:hover{
  border-color: rgb(161 117 255 / 0.9) !important;
}

.hover\:border-purple-500\/95:hover{
  border-color: rgb(161 117 255 / 0.95) !important;
}

.hover\:border-purple-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 50 245 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-600\/0:hover{
  border-color: rgb(135 50 245 / 0) !important;
}

.hover\:border-purple-600\/10:hover{
  border-color: rgb(135 50 245 / 0.1) !important;
}

.hover\:border-purple-600\/100:hover{
  border-color: rgb(135 50 245 / 1) !important;
}

.hover\:border-purple-600\/15:hover{
  border-color: rgb(135 50 245 / 0.15) !important;
}

.hover\:border-purple-600\/20:hover{
  border-color: rgb(135 50 245 / 0.2) !important;
}

.hover\:border-purple-600\/25:hover{
  border-color: rgb(135 50 245 / 0.25) !important;
}

.hover\:border-purple-600\/30:hover{
  border-color: rgb(135 50 245 / 0.3) !important;
}

.hover\:border-purple-600\/35:hover{
  border-color: rgb(135 50 245 / 0.35) !important;
}

.hover\:border-purple-600\/40:hover{
  border-color: rgb(135 50 245 / 0.4) !important;
}

.hover\:border-purple-600\/45:hover{
  border-color: rgb(135 50 245 / 0.45) !important;
}

.hover\:border-purple-600\/5:hover{
  border-color: rgb(135 50 245 / 0.05) !important;
}

.hover\:border-purple-600\/50:hover{
  border-color: rgb(135 50 245 / 0.5) !important;
}

.hover\:border-purple-600\/55:hover{
  border-color: rgb(135 50 245 / 0.55) !important;
}

.hover\:border-purple-600\/60:hover{
  border-color: rgb(135 50 245 / 0.6) !important;
}

.hover\:border-purple-600\/65:hover{
  border-color: rgb(135 50 245 / 0.65) !important;
}

.hover\:border-purple-600\/70:hover{
  border-color: rgb(135 50 245 / 0.7) !important;
}

.hover\:border-purple-600\/75:hover{
  border-color: rgb(135 50 245 / 0.75) !important;
}

.hover\:border-purple-600\/80:hover{
  border-color: rgb(135 50 245 / 0.8) !important;
}

.hover\:border-purple-600\/85:hover{
  border-color: rgb(135 50 245 / 0.85) !important;
}

.hover\:border-purple-600\/90:hover{
  border-color: rgb(135 50 245 / 0.9) !important;
}

.hover\:border-purple-600\/95:hover{
  border-color: rgb(135 50 245 / 0.95) !important;
}

.hover\:border-purple-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 32 225 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-700\/0:hover{
  border-color: rgb(120 32 225 / 0) !important;
}

.hover\:border-purple-700\/10:hover{
  border-color: rgb(120 32 225 / 0.1) !important;
}

.hover\:border-purple-700\/100:hover{
  border-color: rgb(120 32 225 / 1) !important;
}

.hover\:border-purple-700\/15:hover{
  border-color: rgb(120 32 225 / 0.15) !important;
}

.hover\:border-purple-700\/20:hover{
  border-color: rgb(120 32 225 / 0.2) !important;
}

.hover\:border-purple-700\/25:hover{
  border-color: rgb(120 32 225 / 0.25) !important;
}

.hover\:border-purple-700\/30:hover{
  border-color: rgb(120 32 225 / 0.3) !important;
}

.hover\:border-purple-700\/35:hover{
  border-color: rgb(120 32 225 / 0.35) !important;
}

.hover\:border-purple-700\/40:hover{
  border-color: rgb(120 32 225 / 0.4) !important;
}

.hover\:border-purple-700\/45:hover{
  border-color: rgb(120 32 225 / 0.45) !important;
}

.hover\:border-purple-700\/5:hover{
  border-color: rgb(120 32 225 / 0.05) !important;
}

.hover\:border-purple-700\/50:hover{
  border-color: rgb(120 32 225 / 0.5) !important;
}

.hover\:border-purple-700\/55:hover{
  border-color: rgb(120 32 225 / 0.55) !important;
}

.hover\:border-purple-700\/60:hover{
  border-color: rgb(120 32 225 / 0.6) !important;
}

.hover\:border-purple-700\/65:hover{
  border-color: rgb(120 32 225 / 0.65) !important;
}

.hover\:border-purple-700\/70:hover{
  border-color: rgb(120 32 225 / 0.7) !important;
}

.hover\:border-purple-700\/75:hover{
  border-color: rgb(120 32 225 / 0.75) !important;
}

.hover\:border-purple-700\/80:hover{
  border-color: rgb(120 32 225 / 0.8) !important;
}

.hover\:border-purple-700\/85:hover{
  border-color: rgb(120 32 225 / 0.85) !important;
}

.hover\:border-purple-700\/90:hover{
  border-color: rgb(120 32 225 / 0.9) !important;
}

.hover\:border-purple-700\/95:hover{
  border-color: rgb(120 32 225 / 0.95) !important;
}

.hover\:border-purple-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 26 189 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-800\/0:hover{
  border-color: rgb(101 26 189 / 0) !important;
}

.hover\:border-purple-800\/10:hover{
  border-color: rgb(101 26 189 / 0.1) !important;
}

.hover\:border-purple-800\/100:hover{
  border-color: rgb(101 26 189 / 1) !important;
}

.hover\:border-purple-800\/15:hover{
  border-color: rgb(101 26 189 / 0.15) !important;
}

.hover\:border-purple-800\/20:hover{
  border-color: rgb(101 26 189 / 0.2) !important;
}

.hover\:border-purple-800\/25:hover{
  border-color: rgb(101 26 189 / 0.25) !important;
}

.hover\:border-purple-800\/30:hover{
  border-color: rgb(101 26 189 / 0.3) !important;
}

.hover\:border-purple-800\/35:hover{
  border-color: rgb(101 26 189 / 0.35) !important;
}

.hover\:border-purple-800\/40:hover{
  border-color: rgb(101 26 189 / 0.4) !important;
}

.hover\:border-purple-800\/45:hover{
  border-color: rgb(101 26 189 / 0.45) !important;
}

.hover\:border-purple-800\/5:hover{
  border-color: rgb(101 26 189 / 0.05) !important;
}

.hover\:border-purple-800\/50:hover{
  border-color: rgb(101 26 189 / 0.5) !important;
}

.hover\:border-purple-800\/55:hover{
  border-color: rgb(101 26 189 / 0.55) !important;
}

.hover\:border-purple-800\/60:hover{
  border-color: rgb(101 26 189 / 0.6) !important;
}

.hover\:border-purple-800\/65:hover{
  border-color: rgb(101 26 189 / 0.65) !important;
}

.hover\:border-purple-800\/70:hover{
  border-color: rgb(101 26 189 / 0.7) !important;
}

.hover\:border-purple-800\/75:hover{
  border-color: rgb(101 26 189 / 0.75) !important;
}

.hover\:border-purple-800\/80:hover{
  border-color: rgb(101 26 189 / 0.8) !important;
}

.hover\:border-purple-800\/85:hover{
  border-color: rgb(101 26 189 / 0.85) !important;
}

.hover\:border-purple-800\/90:hover{
  border-color: rgb(101 26 189 / 0.9) !important;
}

.hover\:border-purple-800\/95:hover{
  border-color: rgb(101 26 189 / 0.95) !important;
}

.hover\:border-purple-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 24 154 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-purple-900\/0:hover{
  border-color: rgb(84 24 154 / 0) !important;
}

.hover\:border-purple-900\/10:hover{
  border-color: rgb(84 24 154 / 0.1) !important;
}

.hover\:border-purple-900\/100:hover{
  border-color: rgb(84 24 154 / 1) !important;
}

.hover\:border-purple-900\/15:hover{
  border-color: rgb(84 24 154 / 0.15) !important;
}

.hover\:border-purple-900\/20:hover{
  border-color: rgb(84 24 154 / 0.2) !important;
}

.hover\:border-purple-900\/25:hover{
  border-color: rgb(84 24 154 / 0.25) !important;
}

.hover\:border-purple-900\/30:hover{
  border-color: rgb(84 24 154 / 0.3) !important;
}

.hover\:border-purple-900\/35:hover{
  border-color: rgb(84 24 154 / 0.35) !important;
}

.hover\:border-purple-900\/40:hover{
  border-color: rgb(84 24 154 / 0.4) !important;
}

.hover\:border-purple-900\/45:hover{
  border-color: rgb(84 24 154 / 0.45) !important;
}

.hover\:border-purple-900\/5:hover{
  border-color: rgb(84 24 154 / 0.05) !important;
}

.hover\:border-purple-900\/50:hover{
  border-color: rgb(84 24 154 / 0.5) !important;
}

.hover\:border-purple-900\/55:hover{
  border-color: rgb(84 24 154 / 0.55) !important;
}

.hover\:border-purple-900\/60:hover{
  border-color: rgb(84 24 154 / 0.6) !important;
}

.hover\:border-purple-900\/65:hover{
  border-color: rgb(84 24 154 / 0.65) !important;
}

.hover\:border-purple-900\/70:hover{
  border-color: rgb(84 24 154 / 0.7) !important;
}

.hover\:border-purple-900\/75:hover{
  border-color: rgb(84 24 154 / 0.75) !important;
}

.hover\:border-purple-900\/80:hover{
  border-color: rgb(84 24 154 / 0.8) !important;
}

.hover\:border-purple-900\/85:hover{
  border-color: rgb(84 24 154 / 0.85) !important;
}

.hover\:border-purple-900\/90:hover{
  border-color: rgb(84 24 154 / 0.9) !important;
}

.hover\:border-purple-900\/95:hover{
  border-color: rgb(84 24 154 / 0.95) !important;
}

.hover\:border-red-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 227 231 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-100\/0:hover{
  border-color: rgb(255 227 231 / 0) !important;
}

.hover\:border-red-100\/10:hover{
  border-color: rgb(255 227 231 / 0.1) !important;
}

.hover\:border-red-100\/100:hover{
  border-color: rgb(255 227 231 / 1) !important;
}

.hover\:border-red-100\/15:hover{
  border-color: rgb(255 227 231 / 0.15) !important;
}

.hover\:border-red-100\/20:hover{
  border-color: rgb(255 227 231 / 0.2) !important;
}

.hover\:border-red-100\/25:hover{
  border-color: rgb(255 227 231 / 0.25) !important;
}

.hover\:border-red-100\/30:hover{
  border-color: rgb(255 227 231 / 0.3) !important;
}

.hover\:border-red-100\/35:hover{
  border-color: rgb(255 227 231 / 0.35) !important;
}

.hover\:border-red-100\/40:hover{
  border-color: rgb(255 227 231 / 0.4) !important;
}

.hover\:border-red-100\/45:hover{
  border-color: rgb(255 227 231 / 0.45) !important;
}

.hover\:border-red-100\/5:hover{
  border-color: rgb(255 227 231 / 0.05) !important;
}

.hover\:border-red-100\/50:hover{
  border-color: rgb(255 227 231 / 0.5) !important;
}

.hover\:border-red-100\/55:hover{
  border-color: rgb(255 227 231 / 0.55) !important;
}

.hover\:border-red-100\/60:hover{
  border-color: rgb(255 227 231 / 0.6) !important;
}

.hover\:border-red-100\/65:hover{
  border-color: rgb(255 227 231 / 0.65) !important;
}

.hover\:border-red-100\/70:hover{
  border-color: rgb(255 227 231 / 0.7) !important;
}

.hover\:border-red-100\/75:hover{
  border-color: rgb(255 227 231 / 0.75) !important;
}

.hover\:border-red-100\/80:hover{
  border-color: rgb(255 227 231 / 0.8) !important;
}

.hover\:border-red-100\/85:hover{
  border-color: rgb(255 227 231 / 0.85) !important;
}

.hover\:border-red-100\/90:hover{
  border-color: rgb(255 227 231 / 0.9) !important;
}

.hover\:border-red-100\/95:hover{
  border-color: rgb(255 227 231 / 0.95) !important;
}

.hover\:border-red-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 203 214 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-200\/0:hover{
  border-color: rgb(255 203 214 / 0) !important;
}

.hover\:border-red-200\/10:hover{
  border-color: rgb(255 203 214 / 0.1) !important;
}

.hover\:border-red-200\/100:hover{
  border-color: rgb(255 203 214 / 1) !important;
}

.hover\:border-red-200\/15:hover{
  border-color: rgb(255 203 214 / 0.15) !important;
}

.hover\:border-red-200\/20:hover{
  border-color: rgb(255 203 214 / 0.2) !important;
}

.hover\:border-red-200\/25:hover{
  border-color: rgb(255 203 214 / 0.25) !important;
}

.hover\:border-red-200\/30:hover{
  border-color: rgb(255 203 214 / 0.3) !important;
}

.hover\:border-red-200\/35:hover{
  border-color: rgb(255 203 214 / 0.35) !important;
}

.hover\:border-red-200\/40:hover{
  border-color: rgb(255 203 214 / 0.4) !important;
}

.hover\:border-red-200\/45:hover{
  border-color: rgb(255 203 214 / 0.45) !important;
}

.hover\:border-red-200\/5:hover{
  border-color: rgb(255 203 214 / 0.05) !important;
}

.hover\:border-red-200\/50:hover{
  border-color: rgb(255 203 214 / 0.5) !important;
}

.hover\:border-red-200\/55:hover{
  border-color: rgb(255 203 214 / 0.55) !important;
}

.hover\:border-red-200\/60:hover{
  border-color: rgb(255 203 214 / 0.6) !important;
}

.hover\:border-red-200\/65:hover{
  border-color: rgb(255 203 214 / 0.65) !important;
}

.hover\:border-red-200\/70:hover{
  border-color: rgb(255 203 214 / 0.7) !important;
}

.hover\:border-red-200\/75:hover{
  border-color: rgb(255 203 214 / 0.75) !important;
}

.hover\:border-red-200\/80:hover{
  border-color: rgb(255 203 214 / 0.8) !important;
}

.hover\:border-red-200\/85:hover{
  border-color: rgb(255 203 214 / 0.85) !important;
}

.hover\:border-red-200\/90:hover{
  border-color: rgb(255 203 214 / 0.9) !important;
}

.hover\:border-red-200\/95:hover{
  border-color: rgb(255 203 214 / 0.95) !important;
}

.hover\:border-red-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-300\/0:hover{
  border-color: rgb(255 161 180 / 0) !important;
}

.hover\:border-red-300\/10:hover{
  border-color: rgb(255 161 180 / 0.1) !important;
}

.hover\:border-red-300\/100:hover{
  border-color: rgb(255 161 180 / 1) !important;
}

.hover\:border-red-300\/15:hover{
  border-color: rgb(255 161 180 / 0.15) !important;
}

.hover\:border-red-300\/20:hover{
  border-color: rgb(255 161 180 / 0.2) !important;
}

.hover\:border-red-300\/25:hover{
  border-color: rgb(255 161 180 / 0.25) !important;
}

.hover\:border-red-300\/30:hover{
  border-color: rgb(255 161 180 / 0.3) !important;
}

.hover\:border-red-300\/35:hover{
  border-color: rgb(255 161 180 / 0.35) !important;
}

.hover\:border-red-300\/40:hover{
  border-color: rgb(255 161 180 / 0.4) !important;
}

.hover\:border-red-300\/45:hover{
  border-color: rgb(255 161 180 / 0.45) !important;
}

.hover\:border-red-300\/5:hover{
  border-color: rgb(255 161 180 / 0.05) !important;
}

.hover\:border-red-300\/50:hover{
  border-color: rgb(255 161 180 / 0.5) !important;
}

.hover\:border-red-300\/55:hover{
  border-color: rgb(255 161 180 / 0.55) !important;
}

.hover\:border-red-300\/60:hover{
  border-color: rgb(255 161 180 / 0.6) !important;
}

.hover\:border-red-300\/65:hover{
  border-color: rgb(255 161 180 / 0.65) !important;
}

.hover\:border-red-300\/70:hover{
  border-color: rgb(255 161 180 / 0.7) !important;
}

.hover\:border-red-300\/75:hover{
  border-color: rgb(255 161 180 / 0.75) !important;
}

.hover\:border-red-300\/80:hover{
  border-color: rgb(255 161 180 / 0.8) !important;
}

.hover\:border-red-300\/85:hover{
  border-color: rgb(255 161 180 / 0.85) !important;
}

.hover\:border-red-300\/90:hover{
  border-color: rgb(255 161 180 / 0.9) !important;
}

.hover\:border-red-300\/95:hover{
  border-color: rgb(255 161 180 / 0.95) !important;
}

.hover\:border-red-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 108 139 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-400\/0:hover{
  border-color: rgb(255 108 139 / 0) !important;
}

.hover\:border-red-400\/10:hover{
  border-color: rgb(255 108 139 / 0.1) !important;
}

.hover\:border-red-400\/100:hover{
  border-color: rgb(255 108 139 / 1) !important;
}

.hover\:border-red-400\/15:hover{
  border-color: rgb(255 108 139 / 0.15) !important;
}

.hover\:border-red-400\/20:hover{
  border-color: rgb(255 108 139 / 0.2) !important;
}

.hover\:border-red-400\/25:hover{
  border-color: rgb(255 108 139 / 0.25) !important;
}

.hover\:border-red-400\/30:hover{
  border-color: rgb(255 108 139 / 0.3) !important;
}

.hover\:border-red-400\/35:hover{
  border-color: rgb(255 108 139 / 0.35) !important;
}

.hover\:border-red-400\/40:hover{
  border-color: rgb(255 108 139 / 0.4) !important;
}

.hover\:border-red-400\/45:hover{
  border-color: rgb(255 108 139 / 0.45) !important;
}

.hover\:border-red-400\/5:hover{
  border-color: rgb(255 108 139 / 0.05) !important;
}

.hover\:border-red-400\/50:hover{
  border-color: rgb(255 108 139 / 0.5) !important;
}

.hover\:border-red-400\/55:hover{
  border-color: rgb(255 108 139 / 0.55) !important;
}

.hover\:border-red-400\/60:hover{
  border-color: rgb(255 108 139 / 0.6) !important;
}

.hover\:border-red-400\/65:hover{
  border-color: rgb(255 108 139 / 0.65) !important;
}

.hover\:border-red-400\/70:hover{
  border-color: rgb(255 108 139 / 0.7) !important;
}

.hover\:border-red-400\/75:hover{
  border-color: rgb(255 108 139 / 0.75) !important;
}

.hover\:border-red-400\/80:hover{
  border-color: rgb(255 108 139 / 0.8) !important;
}

.hover\:border-red-400\/85:hover{
  border-color: rgb(255 108 139 / 0.85) !important;
}

.hover\:border-red-400\/90:hover{
  border-color: rgb(255 108 139 / 0.9) !important;
}

.hover\:border-red-400\/95:hover{
  border-color: rgb(255 108 139 / 0.95) !important;
}

.hover\:border-red-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 243 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-50\/0:hover{
  border-color: rgb(255 240 243 / 0) !important;
}

.hover\:border-red-50\/10:hover{
  border-color: rgb(255 240 243 / 0.1) !important;
}

.hover\:border-red-50\/100:hover{
  border-color: rgb(255 240 243 / 1) !important;
}

.hover\:border-red-50\/15:hover{
  border-color: rgb(255 240 243 / 0.15) !important;
}

.hover\:border-red-50\/20:hover{
  border-color: rgb(255 240 243 / 0.2) !important;
}

.hover\:border-red-50\/25:hover{
  border-color: rgb(255 240 243 / 0.25) !important;
}

.hover\:border-red-50\/30:hover{
  border-color: rgb(255 240 243 / 0.3) !important;
}

.hover\:border-red-50\/35:hover{
  border-color: rgb(255 240 243 / 0.35) !important;
}

.hover\:border-red-50\/40:hover{
  border-color: rgb(255 240 243 / 0.4) !important;
}

.hover\:border-red-50\/45:hover{
  border-color: rgb(255 240 243 / 0.45) !important;
}

.hover\:border-red-50\/5:hover{
  border-color: rgb(255 240 243 / 0.05) !important;
}

.hover\:border-red-50\/50:hover{
  border-color: rgb(255 240 243 / 0.5) !important;
}

.hover\:border-red-50\/55:hover{
  border-color: rgb(255 240 243 / 0.55) !important;
}

.hover\:border-red-50\/60:hover{
  border-color: rgb(255 240 243 / 0.6) !important;
}

.hover\:border-red-50\/65:hover{
  border-color: rgb(255 240 243 / 0.65) !important;
}

.hover\:border-red-50\/70:hover{
  border-color: rgb(255 240 243 / 0.7) !important;
}

.hover\:border-red-50\/75:hover{
  border-color: rgb(255 240 243 / 0.75) !important;
}

.hover\:border-red-50\/80:hover{
  border-color: rgb(255 240 243 / 0.8) !important;
}

.hover\:border-red-50\/85:hover{
  border-color: rgb(255 240 243 / 0.85) !important;
}

.hover\:border-red-50\/90:hover{
  border-color: rgb(255 240 243 / 0.9) !important;
}

.hover\:border-red-50\/95:hover{
  border-color: rgb(255 240 243 / 0.95) !important;
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-500\/0:hover{
  border-color: rgb(250 34 86 / 0) !important;
}

.hover\:border-red-500\/10:hover{
  border-color: rgb(250 34 86 / 0.1) !important;
}

.hover\:border-red-500\/100:hover{
  border-color: rgb(250 34 86 / 1) !important;
}

.hover\:border-red-500\/15:hover{
  border-color: rgb(250 34 86 / 0.15) !important;
}

.hover\:border-red-500\/20:hover{
  border-color: rgb(250 34 86 / 0.2) !important;
}

.hover\:border-red-500\/25:hover{
  border-color: rgb(250 34 86 / 0.25) !important;
}

.hover\:border-red-500\/30:hover{
  border-color: rgb(250 34 86 / 0.3) !important;
}

.hover\:border-red-500\/35:hover{
  border-color: rgb(250 34 86 / 0.35) !important;
}

.hover\:border-red-500\/40:hover{
  border-color: rgb(250 34 86 / 0.4) !important;
}

.hover\:border-red-500\/45:hover{
  border-color: rgb(250 34 86 / 0.45) !important;
}

.hover\:border-red-500\/5:hover{
  border-color: rgb(250 34 86 / 0.05) !important;
}

.hover\:border-red-500\/50:hover{
  border-color: rgb(250 34 86 / 0.5) !important;
}

.hover\:border-red-500\/55:hover{
  border-color: rgb(250 34 86 / 0.55) !important;
}

.hover\:border-red-500\/60:hover{
  border-color: rgb(250 34 86 / 0.6) !important;
}

.hover\:border-red-500\/65:hover{
  border-color: rgb(250 34 86 / 0.65) !important;
}

.hover\:border-red-500\/70:hover{
  border-color: rgb(250 34 86 / 0.7) !important;
}

.hover\:border-red-500\/75:hover{
  border-color: rgb(250 34 86 / 0.75) !important;
}

.hover\:border-red-500\/80:hover{
  border-color: rgb(250 34 86 / 0.8) !important;
}

.hover\:border-red-500\/85:hover{
  border-color: rgb(250 34 86 / 0.85) !important;
}

.hover\:border-red-500\/90:hover{
  border-color: rgb(250 34 86 / 0.9) !important;
}

.hover\:border-red-500\/95:hover{
  border-color: rgb(250 34 86 / 0.95) !important;
}

.hover\:border-red-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 22 83 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-600\/0:hover{
  border-color: rgb(232 22 83 / 0) !important;
}

.hover\:border-red-600\/10:hover{
  border-color: rgb(232 22 83 / 0.1) !important;
}

.hover\:border-red-600\/100:hover{
  border-color: rgb(232 22 83 / 1) !important;
}

.hover\:border-red-600\/15:hover{
  border-color: rgb(232 22 83 / 0.15) !important;
}

.hover\:border-red-600\/20:hover{
  border-color: rgb(232 22 83 / 0.2) !important;
}

.hover\:border-red-600\/25:hover{
  border-color: rgb(232 22 83 / 0.25) !important;
}

.hover\:border-red-600\/30:hover{
  border-color: rgb(232 22 83 / 0.3) !important;
}

.hover\:border-red-600\/35:hover{
  border-color: rgb(232 22 83 / 0.35) !important;
}

.hover\:border-red-600\/40:hover{
  border-color: rgb(232 22 83 / 0.4) !important;
}

.hover\:border-red-600\/45:hover{
  border-color: rgb(232 22 83 / 0.45) !important;
}

.hover\:border-red-600\/5:hover{
  border-color: rgb(232 22 83 / 0.05) !important;
}

.hover\:border-red-600\/50:hover{
  border-color: rgb(232 22 83 / 0.5) !important;
}

.hover\:border-red-600\/55:hover{
  border-color: rgb(232 22 83 / 0.55) !important;
}

.hover\:border-red-600\/60:hover{
  border-color: rgb(232 22 83 / 0.6) !important;
}

.hover\:border-red-600\/65:hover{
  border-color: rgb(232 22 83 / 0.65) !important;
}

.hover\:border-red-600\/70:hover{
  border-color: rgb(232 22 83 / 0.7) !important;
}

.hover\:border-red-600\/75:hover{
  border-color: rgb(232 22 83 / 0.75) !important;
}

.hover\:border-red-600\/80:hover{
  border-color: rgb(232 22 83 / 0.8) !important;
}

.hover\:border-red-600\/85:hover{
  border-color: rgb(232 22 83 / 0.85) !important;
}

.hover\:border-red-600\/90:hover{
  border-color: rgb(232 22 83 / 0.9) !important;
}

.hover\:border-red-600\/95:hover{
  border-color: rgb(232 22 83 / 0.95) !important;
}

.hover\:border-red-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 12 70 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-700\/0:hover{
  border-color: rgb(196 12 70 / 0) !important;
}

.hover\:border-red-700\/10:hover{
  border-color: rgb(196 12 70 / 0.1) !important;
}

.hover\:border-red-700\/100:hover{
  border-color: rgb(196 12 70 / 1) !important;
}

.hover\:border-red-700\/15:hover{
  border-color: rgb(196 12 70 / 0.15) !important;
}

.hover\:border-red-700\/20:hover{
  border-color: rgb(196 12 70 / 0.2) !important;
}

.hover\:border-red-700\/25:hover{
  border-color: rgb(196 12 70 / 0.25) !important;
}

.hover\:border-red-700\/30:hover{
  border-color: rgb(196 12 70 / 0.3) !important;
}

.hover\:border-red-700\/35:hover{
  border-color: rgb(196 12 70 / 0.35) !important;
}

.hover\:border-red-700\/40:hover{
  border-color: rgb(196 12 70 / 0.4) !important;
}

.hover\:border-red-700\/45:hover{
  border-color: rgb(196 12 70 / 0.45) !important;
}

.hover\:border-red-700\/5:hover{
  border-color: rgb(196 12 70 / 0.05) !important;
}

.hover\:border-red-700\/50:hover{
  border-color: rgb(196 12 70 / 0.5) !important;
}

.hover\:border-red-700\/55:hover{
  border-color: rgb(196 12 70 / 0.55) !important;
}

.hover\:border-red-700\/60:hover{
  border-color: rgb(196 12 70 / 0.6) !important;
}

.hover\:border-red-700\/65:hover{
  border-color: rgb(196 12 70 / 0.65) !important;
}

.hover\:border-red-700\/70:hover{
  border-color: rgb(196 12 70 / 0.7) !important;
}

.hover\:border-red-700\/75:hover{
  border-color: rgb(196 12 70 / 0.75) !important;
}

.hover\:border-red-700\/80:hover{
  border-color: rgb(196 12 70 / 0.8) !important;
}

.hover\:border-red-700\/85:hover{
  border-color: rgb(196 12 70 / 0.85) !important;
}

.hover\:border-red-700\/90:hover{
  border-color: rgb(196 12 70 / 0.9) !important;
}

.hover\:border-red-700\/95:hover{
  border-color: rgb(196 12 70 / 0.95) !important;
}

.hover\:border-red-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 13 65 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-800\/0:hover{
  border-color: rgb(164 13 65 / 0) !important;
}

.hover\:border-red-800\/10:hover{
  border-color: rgb(164 13 65 / 0.1) !important;
}

.hover\:border-red-800\/100:hover{
  border-color: rgb(164 13 65 / 1) !important;
}

.hover\:border-red-800\/15:hover{
  border-color: rgb(164 13 65 / 0.15) !important;
}

.hover\:border-red-800\/20:hover{
  border-color: rgb(164 13 65 / 0.2) !important;
}

.hover\:border-red-800\/25:hover{
  border-color: rgb(164 13 65 / 0.25) !important;
}

.hover\:border-red-800\/30:hover{
  border-color: rgb(164 13 65 / 0.3) !important;
}

.hover\:border-red-800\/35:hover{
  border-color: rgb(164 13 65 / 0.35) !important;
}

.hover\:border-red-800\/40:hover{
  border-color: rgb(164 13 65 / 0.4) !important;
}

.hover\:border-red-800\/45:hover{
  border-color: rgb(164 13 65 / 0.45) !important;
}

.hover\:border-red-800\/5:hover{
  border-color: rgb(164 13 65 / 0.05) !important;
}

.hover\:border-red-800\/50:hover{
  border-color: rgb(164 13 65 / 0.5) !important;
}

.hover\:border-red-800\/55:hover{
  border-color: rgb(164 13 65 / 0.55) !important;
}

.hover\:border-red-800\/60:hover{
  border-color: rgb(164 13 65 / 0.6) !important;
}

.hover\:border-red-800\/65:hover{
  border-color: rgb(164 13 65 / 0.65) !important;
}

.hover\:border-red-800\/70:hover{
  border-color: rgb(164 13 65 / 0.7) !important;
}

.hover\:border-red-800\/75:hover{
  border-color: rgb(164 13 65 / 0.75) !important;
}

.hover\:border-red-800\/80:hover{
  border-color: rgb(164 13 65 / 0.8) !important;
}

.hover\:border-red-800\/85:hover{
  border-color: rgb(164 13 65 / 0.85) !important;
}

.hover\:border-red-800\/90:hover{
  border-color: rgb(164 13 65 / 0.9) !important;
}

.hover\:border-red-800\/95:hover{
  border-color: rgb(164 13 65 / 0.95) !important;
}

.hover\:border-red-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-red-900\/0:hover{
  border-color: rgb(140 15 62 / 0) !important;
}

.hover\:border-red-900\/10:hover{
  border-color: rgb(140 15 62 / 0.1) !important;
}

.hover\:border-red-900\/100:hover{
  border-color: rgb(140 15 62 / 1) !important;
}

.hover\:border-red-900\/15:hover{
  border-color: rgb(140 15 62 / 0.15) !important;
}

.hover\:border-red-900\/20:hover{
  border-color: rgb(140 15 62 / 0.2) !important;
}

.hover\:border-red-900\/25:hover{
  border-color: rgb(140 15 62 / 0.25) !important;
}

.hover\:border-red-900\/30:hover{
  border-color: rgb(140 15 62 / 0.3) !important;
}

.hover\:border-red-900\/35:hover{
  border-color: rgb(140 15 62 / 0.35) !important;
}

.hover\:border-red-900\/40:hover{
  border-color: rgb(140 15 62 / 0.4) !important;
}

.hover\:border-red-900\/45:hover{
  border-color: rgb(140 15 62 / 0.45) !important;
}

.hover\:border-red-900\/5:hover{
  border-color: rgb(140 15 62 / 0.05) !important;
}

.hover\:border-red-900\/50:hover{
  border-color: rgb(140 15 62 / 0.5) !important;
}

.hover\:border-red-900\/55:hover{
  border-color: rgb(140 15 62 / 0.55) !important;
}

.hover\:border-red-900\/60:hover{
  border-color: rgb(140 15 62 / 0.6) !important;
}

.hover\:border-red-900\/65:hover{
  border-color: rgb(140 15 62 / 0.65) !important;
}

.hover\:border-red-900\/70:hover{
  border-color: rgb(140 15 62 / 0.7) !important;
}

.hover\:border-red-900\/75:hover{
  border-color: rgb(140 15 62 / 0.75) !important;
}

.hover\:border-red-900\/80:hover{
  border-color: rgb(140 15 62 / 0.8) !important;
}

.hover\:border-red-900\/85:hover{
  border-color: rgb(140 15 62 / 0.85) !important;
}

.hover\:border-red-900\/90:hover{
  border-color: rgb(140 15 62 / 0.9) !important;
}

.hover\:border-red-900\/95:hover{
  border-color: rgb(140 15 62 / 0.95) !important;
}

.hover\:border-rosebrown-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 212 220 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-100\/0:hover{
  border-color: rgb(228 212 220 / 0) !important;
}

.hover\:border-rosebrown-100\/10:hover{
  border-color: rgb(228 212 220 / 0.1) !important;
}

.hover\:border-rosebrown-100\/100:hover{
  border-color: rgb(228 212 220 / 1) !important;
}

.hover\:border-rosebrown-100\/15:hover{
  border-color: rgb(228 212 220 / 0.15) !important;
}

.hover\:border-rosebrown-100\/20:hover{
  border-color: rgb(228 212 220 / 0.2) !important;
}

.hover\:border-rosebrown-100\/25:hover{
  border-color: rgb(228 212 220 / 0.25) !important;
}

.hover\:border-rosebrown-100\/30:hover{
  border-color: rgb(228 212 220 / 0.3) !important;
}

.hover\:border-rosebrown-100\/35:hover{
  border-color: rgb(228 212 220 / 0.35) !important;
}

.hover\:border-rosebrown-100\/40:hover{
  border-color: rgb(228 212 220 / 0.4) !important;
}

.hover\:border-rosebrown-100\/45:hover{
  border-color: rgb(228 212 220 / 0.45) !important;
}

.hover\:border-rosebrown-100\/5:hover{
  border-color: rgb(228 212 220 / 0.05) !important;
}

.hover\:border-rosebrown-100\/50:hover{
  border-color: rgb(228 212 220 / 0.5) !important;
}

.hover\:border-rosebrown-100\/55:hover{
  border-color: rgb(228 212 220 / 0.55) !important;
}

.hover\:border-rosebrown-100\/60:hover{
  border-color: rgb(228 212 220 / 0.6) !important;
}

.hover\:border-rosebrown-100\/65:hover{
  border-color: rgb(228 212 220 / 0.65) !important;
}

.hover\:border-rosebrown-100\/70:hover{
  border-color: rgb(228 212 220 / 0.7) !important;
}

.hover\:border-rosebrown-100\/75:hover{
  border-color: rgb(228 212 220 / 0.75) !important;
}

.hover\:border-rosebrown-100\/80:hover{
  border-color: rgb(228 212 220 / 0.8) !important;
}

.hover\:border-rosebrown-100\/85:hover{
  border-color: rgb(228 212 220 / 0.85) !important;
}

.hover\:border-rosebrown-100\/90:hover{
  border-color: rgb(228 212 220 / 0.9) !important;
}

.hover\:border-rosebrown-100\/95:hover{
  border-color: rgb(228 212 220 / 0.95) !important;
}

.hover\:border-rosebrown-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 184 196 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-200\/0:hover{
  border-color: rgb(210 184 196 / 0) !important;
}

.hover\:border-rosebrown-200\/10:hover{
  border-color: rgb(210 184 196 / 0.1) !important;
}

.hover\:border-rosebrown-200\/100:hover{
  border-color: rgb(210 184 196 / 1) !important;
}

.hover\:border-rosebrown-200\/15:hover{
  border-color: rgb(210 184 196 / 0.15) !important;
}

.hover\:border-rosebrown-200\/20:hover{
  border-color: rgb(210 184 196 / 0.2) !important;
}

.hover\:border-rosebrown-200\/25:hover{
  border-color: rgb(210 184 196 / 0.25) !important;
}

.hover\:border-rosebrown-200\/30:hover{
  border-color: rgb(210 184 196 / 0.3) !important;
}

.hover\:border-rosebrown-200\/35:hover{
  border-color: rgb(210 184 196 / 0.35) !important;
}

.hover\:border-rosebrown-200\/40:hover{
  border-color: rgb(210 184 196 / 0.4) !important;
}

.hover\:border-rosebrown-200\/45:hover{
  border-color: rgb(210 184 196 / 0.45) !important;
}

.hover\:border-rosebrown-200\/5:hover{
  border-color: rgb(210 184 196 / 0.05) !important;
}

.hover\:border-rosebrown-200\/50:hover{
  border-color: rgb(210 184 196 / 0.5) !important;
}

.hover\:border-rosebrown-200\/55:hover{
  border-color: rgb(210 184 196 / 0.55) !important;
}

.hover\:border-rosebrown-200\/60:hover{
  border-color: rgb(210 184 196 / 0.6) !important;
}

.hover\:border-rosebrown-200\/65:hover{
  border-color: rgb(210 184 196 / 0.65) !important;
}

.hover\:border-rosebrown-200\/70:hover{
  border-color: rgb(210 184 196 / 0.7) !important;
}

.hover\:border-rosebrown-200\/75:hover{
  border-color: rgb(210 184 196 / 0.75) !important;
}

.hover\:border-rosebrown-200\/80:hover{
  border-color: rgb(210 184 196 / 0.8) !important;
}

.hover\:border-rosebrown-200\/85:hover{
  border-color: rgb(210 184 196 / 0.85) !important;
}

.hover\:border-rosebrown-200\/90:hover{
  border-color: rgb(210 184 196 / 0.9) !important;
}

.hover\:border-rosebrown-200\/95:hover{
  border-color: rgb(210 184 196 / 0.95) !important;
}

.hover\:border-rosebrown-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 156 172 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-300\/0:hover{
  border-color: rgb(192 156 172 / 0) !important;
}

.hover\:border-rosebrown-300\/10:hover{
  border-color: rgb(192 156 172 / 0.1) !important;
}

.hover\:border-rosebrown-300\/100:hover{
  border-color: rgb(192 156 172 / 1) !important;
}

.hover\:border-rosebrown-300\/15:hover{
  border-color: rgb(192 156 172 / 0.15) !important;
}

.hover\:border-rosebrown-300\/20:hover{
  border-color: rgb(192 156 172 / 0.2) !important;
}

.hover\:border-rosebrown-300\/25:hover{
  border-color: rgb(192 156 172 / 0.25) !important;
}

.hover\:border-rosebrown-300\/30:hover{
  border-color: rgb(192 156 172 / 0.3) !important;
}

.hover\:border-rosebrown-300\/35:hover{
  border-color: rgb(192 156 172 / 0.35) !important;
}

.hover\:border-rosebrown-300\/40:hover{
  border-color: rgb(192 156 172 / 0.4) !important;
}

.hover\:border-rosebrown-300\/45:hover{
  border-color: rgb(192 156 172 / 0.45) !important;
}

.hover\:border-rosebrown-300\/5:hover{
  border-color: rgb(192 156 172 / 0.05) !important;
}

.hover\:border-rosebrown-300\/50:hover{
  border-color: rgb(192 156 172 / 0.5) !important;
}

.hover\:border-rosebrown-300\/55:hover{
  border-color: rgb(192 156 172 / 0.55) !important;
}

.hover\:border-rosebrown-300\/60:hover{
  border-color: rgb(192 156 172 / 0.6) !important;
}

.hover\:border-rosebrown-300\/65:hover{
  border-color: rgb(192 156 172 / 0.65) !important;
}

.hover\:border-rosebrown-300\/70:hover{
  border-color: rgb(192 156 172 / 0.7) !important;
}

.hover\:border-rosebrown-300\/75:hover{
  border-color: rgb(192 156 172 / 0.75) !important;
}

.hover\:border-rosebrown-300\/80:hover{
  border-color: rgb(192 156 172 / 0.8) !important;
}

.hover\:border-rosebrown-300\/85:hover{
  border-color: rgb(192 156 172 / 0.85) !important;
}

.hover\:border-rosebrown-300\/90:hover{
  border-color: rgb(192 156 172 / 0.9) !important;
}

.hover\:border-rosebrown-300\/95:hover{
  border-color: rgb(192 156 172 / 0.95) !important;
}

.hover\:border-rosebrown-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 134 155 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-400\/0:hover{
  border-color: rgb(179 134 155 / 0) !important;
}

.hover\:border-rosebrown-400\/10:hover{
  border-color: rgb(179 134 155 / 0.1) !important;
}

.hover\:border-rosebrown-400\/100:hover{
  border-color: rgb(179 134 155 / 1) !important;
}

.hover\:border-rosebrown-400\/15:hover{
  border-color: rgb(179 134 155 / 0.15) !important;
}

.hover\:border-rosebrown-400\/20:hover{
  border-color: rgb(179 134 155 / 0.2) !important;
}

.hover\:border-rosebrown-400\/25:hover{
  border-color: rgb(179 134 155 / 0.25) !important;
}

.hover\:border-rosebrown-400\/30:hover{
  border-color: rgb(179 134 155 / 0.3) !important;
}

.hover\:border-rosebrown-400\/35:hover{
  border-color: rgb(179 134 155 / 0.35) !important;
}

.hover\:border-rosebrown-400\/40:hover{
  border-color: rgb(179 134 155 / 0.4) !important;
}

.hover\:border-rosebrown-400\/45:hover{
  border-color: rgb(179 134 155 / 0.45) !important;
}

.hover\:border-rosebrown-400\/5:hover{
  border-color: rgb(179 134 155 / 0.05) !important;
}

.hover\:border-rosebrown-400\/50:hover{
  border-color: rgb(179 134 155 / 0.5) !important;
}

.hover\:border-rosebrown-400\/55:hover{
  border-color: rgb(179 134 155 / 0.55) !important;
}

.hover\:border-rosebrown-400\/60:hover{
  border-color: rgb(179 134 155 / 0.6) !important;
}

.hover\:border-rosebrown-400\/65:hover{
  border-color: rgb(179 134 155 / 0.65) !important;
}

.hover\:border-rosebrown-400\/70:hover{
  border-color: rgb(179 134 155 / 0.7) !important;
}

.hover\:border-rosebrown-400\/75:hover{
  border-color: rgb(179 134 155 / 0.75) !important;
}

.hover\:border-rosebrown-400\/80:hover{
  border-color: rgb(179 134 155 / 0.8) !important;
}

.hover\:border-rosebrown-400\/85:hover{
  border-color: rgb(179 134 155 / 0.85) !important;
}

.hover\:border-rosebrown-400\/90:hover{
  border-color: rgb(179 134 155 / 0.9) !important;
}

.hover\:border-rosebrown-400\/95:hover{
  border-color: rgb(179 134 155 / 0.95) !important;
}

.hover\:border-rosebrown-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 238 241 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-50\/0:hover{
  border-color: rgb(244 238 241 / 0) !important;
}

.hover\:border-rosebrown-50\/10:hover{
  border-color: rgb(244 238 241 / 0.1) !important;
}

.hover\:border-rosebrown-50\/100:hover{
  border-color: rgb(244 238 241 / 1) !important;
}

.hover\:border-rosebrown-50\/15:hover{
  border-color: rgb(244 238 241 / 0.15) !important;
}

.hover\:border-rosebrown-50\/20:hover{
  border-color: rgb(244 238 241 / 0.2) !important;
}

.hover\:border-rosebrown-50\/25:hover{
  border-color: rgb(244 238 241 / 0.25) !important;
}

.hover\:border-rosebrown-50\/30:hover{
  border-color: rgb(244 238 241 / 0.3) !important;
}

.hover\:border-rosebrown-50\/35:hover{
  border-color: rgb(244 238 241 / 0.35) !important;
}

.hover\:border-rosebrown-50\/40:hover{
  border-color: rgb(244 238 241 / 0.4) !important;
}

.hover\:border-rosebrown-50\/45:hover{
  border-color: rgb(244 238 241 / 0.45) !important;
}

.hover\:border-rosebrown-50\/5:hover{
  border-color: rgb(244 238 241 / 0.05) !important;
}

.hover\:border-rosebrown-50\/50:hover{
  border-color: rgb(244 238 241 / 0.5) !important;
}

.hover\:border-rosebrown-50\/55:hover{
  border-color: rgb(244 238 241 / 0.55) !important;
}

.hover\:border-rosebrown-50\/60:hover{
  border-color: rgb(244 238 241 / 0.6) !important;
}

.hover\:border-rosebrown-50\/65:hover{
  border-color: rgb(244 238 241 / 0.65) !important;
}

.hover\:border-rosebrown-50\/70:hover{
  border-color: rgb(244 238 241 / 0.7) !important;
}

.hover\:border-rosebrown-50\/75:hover{
  border-color: rgb(244 238 241 / 0.75) !important;
}

.hover\:border-rosebrown-50\/80:hover{
  border-color: rgb(244 238 241 / 0.8) !important;
}

.hover\:border-rosebrown-50\/85:hover{
  border-color: rgb(244 238 241 / 0.85) !important;
}

.hover\:border-rosebrown-50\/90:hover{
  border-color: rgb(244 238 241 / 0.9) !important;
}

.hover\:border-rosebrown-50\/95:hover{
  border-color: rgb(244 238 241 / 0.95) !important;
}

.hover\:border-rosebrown-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 113 137 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-500\/0:hover{
  border-color: rgb(165 113 137 / 0) !important;
}

.hover\:border-rosebrown-500\/10:hover{
  border-color: rgb(165 113 137 / 0.1) !important;
}

.hover\:border-rosebrown-500\/100:hover{
  border-color: rgb(165 113 137 / 1) !important;
}

.hover\:border-rosebrown-500\/15:hover{
  border-color: rgb(165 113 137 / 0.15) !important;
}

.hover\:border-rosebrown-500\/20:hover{
  border-color: rgb(165 113 137 / 0.2) !important;
}

.hover\:border-rosebrown-500\/25:hover{
  border-color: rgb(165 113 137 / 0.25) !important;
}

.hover\:border-rosebrown-500\/30:hover{
  border-color: rgb(165 113 137 / 0.3) !important;
}

.hover\:border-rosebrown-500\/35:hover{
  border-color: rgb(165 113 137 / 0.35) !important;
}

.hover\:border-rosebrown-500\/40:hover{
  border-color: rgb(165 113 137 / 0.4) !important;
}

.hover\:border-rosebrown-500\/45:hover{
  border-color: rgb(165 113 137 / 0.45) !important;
}

.hover\:border-rosebrown-500\/5:hover{
  border-color: rgb(165 113 137 / 0.05) !important;
}

.hover\:border-rosebrown-500\/50:hover{
  border-color: rgb(165 113 137 / 0.5) !important;
}

.hover\:border-rosebrown-500\/55:hover{
  border-color: rgb(165 113 137 / 0.55) !important;
}

.hover\:border-rosebrown-500\/60:hover{
  border-color: rgb(165 113 137 / 0.6) !important;
}

.hover\:border-rosebrown-500\/65:hover{
  border-color: rgb(165 113 137 / 0.65) !important;
}

.hover\:border-rosebrown-500\/70:hover{
  border-color: rgb(165 113 137 / 0.7) !important;
}

.hover\:border-rosebrown-500\/75:hover{
  border-color: rgb(165 113 137 / 0.75) !important;
}

.hover\:border-rosebrown-500\/80:hover{
  border-color: rgb(165 113 137 / 0.8) !important;
}

.hover\:border-rosebrown-500\/85:hover{
  border-color: rgb(165 113 137 / 0.85) !important;
}

.hover\:border-rosebrown-500\/90:hover{
  border-color: rgb(165 113 137 / 0.9) !important;
}

.hover\:border-rosebrown-500\/95:hover{
  border-color: rgb(165 113 137 / 0.95) !important;
}

.hover\:border-rosebrown-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 105 129 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-600\/0:hover{
  border-color: rgb(157 105 129 / 0) !important;
}

.hover\:border-rosebrown-600\/10:hover{
  border-color: rgb(157 105 129 / 0.1) !important;
}

.hover\:border-rosebrown-600\/100:hover{
  border-color: rgb(157 105 129 / 1) !important;
}

.hover\:border-rosebrown-600\/15:hover{
  border-color: rgb(157 105 129 / 0.15) !important;
}

.hover\:border-rosebrown-600\/20:hover{
  border-color: rgb(157 105 129 / 0.2) !important;
}

.hover\:border-rosebrown-600\/25:hover{
  border-color: rgb(157 105 129 / 0.25) !important;
}

.hover\:border-rosebrown-600\/30:hover{
  border-color: rgb(157 105 129 / 0.3) !important;
}

.hover\:border-rosebrown-600\/35:hover{
  border-color: rgb(157 105 129 / 0.35) !important;
}

.hover\:border-rosebrown-600\/40:hover{
  border-color: rgb(157 105 129 / 0.4) !important;
}

.hover\:border-rosebrown-600\/45:hover{
  border-color: rgb(157 105 129 / 0.45) !important;
}

.hover\:border-rosebrown-600\/5:hover{
  border-color: rgb(157 105 129 / 0.05) !important;
}

.hover\:border-rosebrown-600\/50:hover{
  border-color: rgb(157 105 129 / 0.5) !important;
}

.hover\:border-rosebrown-600\/55:hover{
  border-color: rgb(157 105 129 / 0.55) !important;
}

.hover\:border-rosebrown-600\/60:hover{
  border-color: rgb(157 105 129 / 0.6) !important;
}

.hover\:border-rosebrown-600\/65:hover{
  border-color: rgb(157 105 129 / 0.65) !important;
}

.hover\:border-rosebrown-600\/70:hover{
  border-color: rgb(157 105 129 / 0.7) !important;
}

.hover\:border-rosebrown-600\/75:hover{
  border-color: rgb(157 105 129 / 0.75) !important;
}

.hover\:border-rosebrown-600\/80:hover{
  border-color: rgb(157 105 129 / 0.8) !important;
}

.hover\:border-rosebrown-600\/85:hover{
  border-color: rgb(157 105 129 / 0.85) !important;
}

.hover\:border-rosebrown-600\/90:hover{
  border-color: rgb(157 105 129 / 0.9) !important;
}

.hover\:border-rosebrown-600\/95:hover{
  border-color: rgb(157 105 129 / 0.95) !important;
}

.hover\:border-rosebrown-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 94 118 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-700\/0:hover{
  border-color: rgb(147 94 118 / 0) !important;
}

.hover\:border-rosebrown-700\/10:hover{
  border-color: rgb(147 94 118 / 0.1) !important;
}

.hover\:border-rosebrown-700\/100:hover{
  border-color: rgb(147 94 118 / 1) !important;
}

.hover\:border-rosebrown-700\/15:hover{
  border-color: rgb(147 94 118 / 0.15) !important;
}

.hover\:border-rosebrown-700\/20:hover{
  border-color: rgb(147 94 118 / 0.2) !important;
}

.hover\:border-rosebrown-700\/25:hover{
  border-color: rgb(147 94 118 / 0.25) !important;
}

.hover\:border-rosebrown-700\/30:hover{
  border-color: rgb(147 94 118 / 0.3) !important;
}

.hover\:border-rosebrown-700\/35:hover{
  border-color: rgb(147 94 118 / 0.35) !important;
}

.hover\:border-rosebrown-700\/40:hover{
  border-color: rgb(147 94 118 / 0.4) !important;
}

.hover\:border-rosebrown-700\/45:hover{
  border-color: rgb(147 94 118 / 0.45) !important;
}

.hover\:border-rosebrown-700\/5:hover{
  border-color: rgb(147 94 118 / 0.05) !important;
}

.hover\:border-rosebrown-700\/50:hover{
  border-color: rgb(147 94 118 / 0.5) !important;
}

.hover\:border-rosebrown-700\/55:hover{
  border-color: rgb(147 94 118 / 0.55) !important;
}

.hover\:border-rosebrown-700\/60:hover{
  border-color: rgb(147 94 118 / 0.6) !important;
}

.hover\:border-rosebrown-700\/65:hover{
  border-color: rgb(147 94 118 / 0.65) !important;
}

.hover\:border-rosebrown-700\/70:hover{
  border-color: rgb(147 94 118 / 0.7) !important;
}

.hover\:border-rosebrown-700\/75:hover{
  border-color: rgb(147 94 118 / 0.75) !important;
}

.hover\:border-rosebrown-700\/80:hover{
  border-color: rgb(147 94 118 / 0.8) !important;
}

.hover\:border-rosebrown-700\/85:hover{
  border-color: rgb(147 94 118 / 0.85) !important;
}

.hover\:border-rosebrown-700\/90:hover{
  border-color: rgb(147 94 118 / 0.9) !important;
}

.hover\:border-rosebrown-700\/95:hover{
  border-color: rgb(147 94 118 / 0.95) !important;
}

.hover\:border-rosebrown-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 84 108 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-800\/0:hover{
  border-color: rgb(138 84 108 / 0) !important;
}

.hover\:border-rosebrown-800\/10:hover{
  border-color: rgb(138 84 108 / 0.1) !important;
}

.hover\:border-rosebrown-800\/100:hover{
  border-color: rgb(138 84 108 / 1) !important;
}

.hover\:border-rosebrown-800\/15:hover{
  border-color: rgb(138 84 108 / 0.15) !important;
}

.hover\:border-rosebrown-800\/20:hover{
  border-color: rgb(138 84 108 / 0.2) !important;
}

.hover\:border-rosebrown-800\/25:hover{
  border-color: rgb(138 84 108 / 0.25) !important;
}

.hover\:border-rosebrown-800\/30:hover{
  border-color: rgb(138 84 108 / 0.3) !important;
}

.hover\:border-rosebrown-800\/35:hover{
  border-color: rgb(138 84 108 / 0.35) !important;
}

.hover\:border-rosebrown-800\/40:hover{
  border-color: rgb(138 84 108 / 0.4) !important;
}

.hover\:border-rosebrown-800\/45:hover{
  border-color: rgb(138 84 108 / 0.45) !important;
}

.hover\:border-rosebrown-800\/5:hover{
  border-color: rgb(138 84 108 / 0.05) !important;
}

.hover\:border-rosebrown-800\/50:hover{
  border-color: rgb(138 84 108 / 0.5) !important;
}

.hover\:border-rosebrown-800\/55:hover{
  border-color: rgb(138 84 108 / 0.55) !important;
}

.hover\:border-rosebrown-800\/60:hover{
  border-color: rgb(138 84 108 / 0.6) !important;
}

.hover\:border-rosebrown-800\/65:hover{
  border-color: rgb(138 84 108 / 0.65) !important;
}

.hover\:border-rosebrown-800\/70:hover{
  border-color: rgb(138 84 108 / 0.7) !important;
}

.hover\:border-rosebrown-800\/75:hover{
  border-color: rgb(138 84 108 / 0.75) !important;
}

.hover\:border-rosebrown-800\/80:hover{
  border-color: rgb(138 84 108 / 0.8) !important;
}

.hover\:border-rosebrown-800\/85:hover{
  border-color: rgb(138 84 108 / 0.85) !important;
}

.hover\:border-rosebrown-800\/90:hover{
  border-color: rgb(138 84 108 / 0.9) !important;
}

.hover\:border-rosebrown-800\/95:hover{
  border-color: rgb(138 84 108 / 0.95) !important;
}

.hover\:border-rosebrown-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(121 66 89 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-rosebrown-900\/0:hover{
  border-color: rgb(121 66 89 / 0) !important;
}

.hover\:border-rosebrown-900\/10:hover{
  border-color: rgb(121 66 89 / 0.1) !important;
}

.hover\:border-rosebrown-900\/100:hover{
  border-color: rgb(121 66 89 / 1) !important;
}

.hover\:border-rosebrown-900\/15:hover{
  border-color: rgb(121 66 89 / 0.15) !important;
}

.hover\:border-rosebrown-900\/20:hover{
  border-color: rgb(121 66 89 / 0.2) !important;
}

.hover\:border-rosebrown-900\/25:hover{
  border-color: rgb(121 66 89 / 0.25) !important;
}

.hover\:border-rosebrown-900\/30:hover{
  border-color: rgb(121 66 89 / 0.3) !important;
}

.hover\:border-rosebrown-900\/35:hover{
  border-color: rgb(121 66 89 / 0.35) !important;
}

.hover\:border-rosebrown-900\/40:hover{
  border-color: rgb(121 66 89 / 0.4) !important;
}

.hover\:border-rosebrown-900\/45:hover{
  border-color: rgb(121 66 89 / 0.45) !important;
}

.hover\:border-rosebrown-900\/5:hover{
  border-color: rgb(121 66 89 / 0.05) !important;
}

.hover\:border-rosebrown-900\/50:hover{
  border-color: rgb(121 66 89 / 0.5) !important;
}

.hover\:border-rosebrown-900\/55:hover{
  border-color: rgb(121 66 89 / 0.55) !important;
}

.hover\:border-rosebrown-900\/60:hover{
  border-color: rgb(121 66 89 / 0.6) !important;
}

.hover\:border-rosebrown-900\/65:hover{
  border-color: rgb(121 66 89 / 0.65) !important;
}

.hover\:border-rosebrown-900\/70:hover{
  border-color: rgb(121 66 89 / 0.7) !important;
}

.hover\:border-rosebrown-900\/75:hover{
  border-color: rgb(121 66 89 / 0.75) !important;
}

.hover\:border-rosebrown-900\/80:hover{
  border-color: rgb(121 66 89 / 0.8) !important;
}

.hover\:border-rosebrown-900\/85:hover{
  border-color: rgb(121 66 89 / 0.85) !important;
}

.hover\:border-rosebrown-900\/90:hover{
  border-color: rgb(121 66 89 / 0.9) !important;
}

.hover\:border-rosebrown-900\/95:hover{
  border-color: rgb(121 66 89 / 0.95) !important;
}

.hover\:border-yellow-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 236 201 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-100\/0:hover{
  border-color: rgb(252 236 201 / 0) !important;
}

.hover\:border-yellow-100\/10:hover{
  border-color: rgb(252 236 201 / 0.1) !important;
}

.hover\:border-yellow-100\/100:hover{
  border-color: rgb(252 236 201 / 1) !important;
}

.hover\:border-yellow-100\/15:hover{
  border-color: rgb(252 236 201 / 0.15) !important;
}

.hover\:border-yellow-100\/20:hover{
  border-color: rgb(252 236 201 / 0.2) !important;
}

.hover\:border-yellow-100\/25:hover{
  border-color: rgb(252 236 201 / 0.25) !important;
}

.hover\:border-yellow-100\/30:hover{
  border-color: rgb(252 236 201 / 0.3) !important;
}

.hover\:border-yellow-100\/35:hover{
  border-color: rgb(252 236 201 / 0.35) !important;
}

.hover\:border-yellow-100\/40:hover{
  border-color: rgb(252 236 201 / 0.4) !important;
}

.hover\:border-yellow-100\/45:hover{
  border-color: rgb(252 236 201 / 0.45) !important;
}

.hover\:border-yellow-100\/5:hover{
  border-color: rgb(252 236 201 / 0.05) !important;
}

.hover\:border-yellow-100\/50:hover{
  border-color: rgb(252 236 201 / 0.5) !important;
}

.hover\:border-yellow-100\/55:hover{
  border-color: rgb(252 236 201 / 0.55) !important;
}

.hover\:border-yellow-100\/60:hover{
  border-color: rgb(252 236 201 / 0.6) !important;
}

.hover\:border-yellow-100\/65:hover{
  border-color: rgb(252 236 201 / 0.65) !important;
}

.hover\:border-yellow-100\/70:hover{
  border-color: rgb(252 236 201 / 0.7) !important;
}

.hover\:border-yellow-100\/75:hover{
  border-color: rgb(252 236 201 / 0.75) !important;
}

.hover\:border-yellow-100\/80:hover{
  border-color: rgb(252 236 201 / 0.8) !important;
}

.hover\:border-yellow-100\/85:hover{
  border-color: rgb(252 236 201 / 0.85) !important;
}

.hover\:border-yellow-100\/90:hover{
  border-color: rgb(252 236 201 / 0.9) !important;
}

.hover\:border-yellow-100\/95:hover{
  border-color: rgb(252 236 201 / 0.95) !important;
}

.hover\:border-yellow-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 214 142 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-200\/0:hover{
  border-color: rgb(249 214 142 / 0) !important;
}

.hover\:border-yellow-200\/10:hover{
  border-color: rgb(249 214 142 / 0.1) !important;
}

.hover\:border-yellow-200\/100:hover{
  border-color: rgb(249 214 142 / 1) !important;
}

.hover\:border-yellow-200\/15:hover{
  border-color: rgb(249 214 142 / 0.15) !important;
}

.hover\:border-yellow-200\/20:hover{
  border-color: rgb(249 214 142 / 0.2) !important;
}

.hover\:border-yellow-200\/25:hover{
  border-color: rgb(249 214 142 / 0.25) !important;
}

.hover\:border-yellow-200\/30:hover{
  border-color: rgb(249 214 142 / 0.3) !important;
}

.hover\:border-yellow-200\/35:hover{
  border-color: rgb(249 214 142 / 0.35) !important;
}

.hover\:border-yellow-200\/40:hover{
  border-color: rgb(249 214 142 / 0.4) !important;
}

.hover\:border-yellow-200\/45:hover{
  border-color: rgb(249 214 142 / 0.45) !important;
}

.hover\:border-yellow-200\/5:hover{
  border-color: rgb(249 214 142 / 0.05) !important;
}

.hover\:border-yellow-200\/50:hover{
  border-color: rgb(249 214 142 / 0.5) !important;
}

.hover\:border-yellow-200\/55:hover{
  border-color: rgb(249 214 142 / 0.55) !important;
}

.hover\:border-yellow-200\/60:hover{
  border-color: rgb(249 214 142 / 0.6) !important;
}

.hover\:border-yellow-200\/65:hover{
  border-color: rgb(249 214 142 / 0.65) !important;
}

.hover\:border-yellow-200\/70:hover{
  border-color: rgb(249 214 142 / 0.7) !important;
}

.hover\:border-yellow-200\/75:hover{
  border-color: rgb(249 214 142 / 0.75) !important;
}

.hover\:border-yellow-200\/80:hover{
  border-color: rgb(249 214 142 / 0.8) !important;
}

.hover\:border-yellow-200\/85:hover{
  border-color: rgb(249 214 142 / 0.85) !important;
}

.hover\:border-yellow-200\/90:hover{
  border-color: rgb(249 214 142 / 0.9) !important;
}

.hover\:border-yellow-200\/95:hover{
  border-color: rgb(249 214 142 / 0.95) !important;
}

.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-300\/0:hover{
  border-color: rgb(245 181 68 / 0) !important;
}

.hover\:border-yellow-300\/10:hover{
  border-color: rgb(245 181 68 / 0.1) !important;
}

.hover\:border-yellow-300\/100:hover{
  border-color: rgb(245 181 68 / 1) !important;
}

.hover\:border-yellow-300\/15:hover{
  border-color: rgb(245 181 68 / 0.15) !important;
}

.hover\:border-yellow-300\/20:hover{
  border-color: rgb(245 181 68 / 0.2) !important;
}

.hover\:border-yellow-300\/25:hover{
  border-color: rgb(245 181 68 / 0.25) !important;
}

.hover\:border-yellow-300\/30:hover{
  border-color: rgb(245 181 68 / 0.3) !important;
}

.hover\:border-yellow-300\/35:hover{
  border-color: rgb(245 181 68 / 0.35) !important;
}

.hover\:border-yellow-300\/40:hover{
  border-color: rgb(245 181 68 / 0.4) !important;
}

.hover\:border-yellow-300\/45:hover{
  border-color: rgb(245 181 68 / 0.45) !important;
}

.hover\:border-yellow-300\/5:hover{
  border-color: rgb(245 181 68 / 0.05) !important;
}

.hover\:border-yellow-300\/50:hover{
  border-color: rgb(245 181 68 / 0.5) !important;
}

.hover\:border-yellow-300\/55:hover{
  border-color: rgb(245 181 68 / 0.55) !important;
}

.hover\:border-yellow-300\/60:hover{
  border-color: rgb(245 181 68 / 0.6) !important;
}

.hover\:border-yellow-300\/65:hover{
  border-color: rgb(245 181 68 / 0.65) !important;
}

.hover\:border-yellow-300\/70:hover{
  border-color: rgb(245 181 68 / 0.7) !important;
}

.hover\:border-yellow-300\/75:hover{
  border-color: rgb(245 181 68 / 0.75) !important;
}

.hover\:border-yellow-300\/80:hover{
  border-color: rgb(245 181 68 / 0.8) !important;
}

.hover\:border-yellow-300\/85:hover{
  border-color: rgb(245 181 68 / 0.85) !important;
}

.hover\:border-yellow-300\/90:hover{
  border-color: rgb(245 181 68 / 0.9) !important;
}

.hover\:border-yellow-300\/95:hover{
  border-color: rgb(245 181 68 / 0.95) !important;
}

.hover\:border-yellow-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 163 44 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-400\/0:hover{
  border-color: rgb(243 163 44 / 0) !important;
}

.hover\:border-yellow-400\/10:hover{
  border-color: rgb(243 163 44 / 0.1) !important;
}

.hover\:border-yellow-400\/100:hover{
  border-color: rgb(243 163 44 / 1) !important;
}

.hover\:border-yellow-400\/15:hover{
  border-color: rgb(243 163 44 / 0.15) !important;
}

.hover\:border-yellow-400\/20:hover{
  border-color: rgb(243 163 44 / 0.2) !important;
}

.hover\:border-yellow-400\/25:hover{
  border-color: rgb(243 163 44 / 0.25) !important;
}

.hover\:border-yellow-400\/30:hover{
  border-color: rgb(243 163 44 / 0.3) !important;
}

.hover\:border-yellow-400\/35:hover{
  border-color: rgb(243 163 44 / 0.35) !important;
}

.hover\:border-yellow-400\/40:hover{
  border-color: rgb(243 163 44 / 0.4) !important;
}

.hover\:border-yellow-400\/45:hover{
  border-color: rgb(243 163 44 / 0.45) !important;
}

.hover\:border-yellow-400\/5:hover{
  border-color: rgb(243 163 44 / 0.05) !important;
}

.hover\:border-yellow-400\/50:hover{
  border-color: rgb(243 163 44 / 0.5) !important;
}

.hover\:border-yellow-400\/55:hover{
  border-color: rgb(243 163 44 / 0.55) !important;
}

.hover\:border-yellow-400\/60:hover{
  border-color: rgb(243 163 44 / 0.6) !important;
}

.hover\:border-yellow-400\/65:hover{
  border-color: rgb(243 163 44 / 0.65) !important;
}

.hover\:border-yellow-400\/70:hover{
  border-color: rgb(243 163 44 / 0.7) !important;
}

.hover\:border-yellow-400\/75:hover{
  border-color: rgb(243 163 44 / 0.75) !important;
}

.hover\:border-yellow-400\/80:hover{
  border-color: rgb(243 163 44 / 0.8) !important;
}

.hover\:border-yellow-400\/85:hover{
  border-color: rgb(243 163 44 / 0.85) !important;
}

.hover\:border-yellow-400\/90:hover{
  border-color: rgb(243 163 44 / 0.9) !important;
}

.hover\:border-yellow-400\/95:hover{
  border-color: rgb(243 163 44 / 0.95) !important;
}

.hover\:border-yellow-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 236 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-50\/0:hover{
  border-color: rgb(254 249 236 / 0) !important;
}

.hover\:border-yellow-50\/10:hover{
  border-color: rgb(254 249 236 / 0.1) !important;
}

.hover\:border-yellow-50\/100:hover{
  border-color: rgb(254 249 236 / 1) !important;
}

.hover\:border-yellow-50\/15:hover{
  border-color: rgb(254 249 236 / 0.15) !important;
}

.hover\:border-yellow-50\/20:hover{
  border-color: rgb(254 249 236 / 0.2) !important;
}

.hover\:border-yellow-50\/25:hover{
  border-color: rgb(254 249 236 / 0.25) !important;
}

.hover\:border-yellow-50\/30:hover{
  border-color: rgb(254 249 236 / 0.3) !important;
}

.hover\:border-yellow-50\/35:hover{
  border-color: rgb(254 249 236 / 0.35) !important;
}

.hover\:border-yellow-50\/40:hover{
  border-color: rgb(254 249 236 / 0.4) !important;
}

.hover\:border-yellow-50\/45:hover{
  border-color: rgb(254 249 236 / 0.45) !important;
}

.hover\:border-yellow-50\/5:hover{
  border-color: rgb(254 249 236 / 0.05) !important;
}

.hover\:border-yellow-50\/50:hover{
  border-color: rgb(254 249 236 / 0.5) !important;
}

.hover\:border-yellow-50\/55:hover{
  border-color: rgb(254 249 236 / 0.55) !important;
}

.hover\:border-yellow-50\/60:hover{
  border-color: rgb(254 249 236 / 0.6) !important;
}

.hover\:border-yellow-50\/65:hover{
  border-color: rgb(254 249 236 / 0.65) !important;
}

.hover\:border-yellow-50\/70:hover{
  border-color: rgb(254 249 236 / 0.7) !important;
}

.hover\:border-yellow-50\/75:hover{
  border-color: rgb(254 249 236 / 0.75) !important;
}

.hover\:border-yellow-50\/80:hover{
  border-color: rgb(254 249 236 / 0.8) !important;
}

.hover\:border-yellow-50\/85:hover{
  border-color: rgb(254 249 236 / 0.85) !important;
}

.hover\:border-yellow-50\/90:hover{
  border-color: rgb(254 249 236 / 0.9) !important;
}

.hover\:border-yellow-50\/95:hover{
  border-color: rgb(254 249 236 / 0.95) !important;
}

.hover\:border-yellow-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-500\/0:hover{
  border-color: rgb(245 181 68 / 0) !important;
}

.hover\:border-yellow-500\/10:hover{
  border-color: rgb(245 181 68 / 0.1) !important;
}

.hover\:border-yellow-500\/100:hover{
  border-color: rgb(245 181 68 / 1) !important;
}

.hover\:border-yellow-500\/15:hover{
  border-color: rgb(245 181 68 / 0.15) !important;
}

.hover\:border-yellow-500\/20:hover{
  border-color: rgb(245 181 68 / 0.2) !important;
}

.hover\:border-yellow-500\/25:hover{
  border-color: rgb(245 181 68 / 0.25) !important;
}

.hover\:border-yellow-500\/30:hover{
  border-color: rgb(245 181 68 / 0.3) !important;
}

.hover\:border-yellow-500\/35:hover{
  border-color: rgb(245 181 68 / 0.35) !important;
}

.hover\:border-yellow-500\/40:hover{
  border-color: rgb(245 181 68 / 0.4) !important;
}

.hover\:border-yellow-500\/45:hover{
  border-color: rgb(245 181 68 / 0.45) !important;
}

.hover\:border-yellow-500\/5:hover{
  border-color: rgb(245 181 68 / 0.05) !important;
}

.hover\:border-yellow-500\/50:hover{
  border-color: rgb(245 181 68 / 0.5) !important;
}

.hover\:border-yellow-500\/55:hover{
  border-color: rgb(245 181 68 / 0.55) !important;
}

.hover\:border-yellow-500\/60:hover{
  border-color: rgb(245 181 68 / 0.6) !important;
}

.hover\:border-yellow-500\/65:hover{
  border-color: rgb(245 181 68 / 0.65) !important;
}

.hover\:border-yellow-500\/70:hover{
  border-color: rgb(245 181 68 / 0.7) !important;
}

.hover\:border-yellow-500\/75:hover{
  border-color: rgb(245 181 68 / 0.75) !important;
}

.hover\:border-yellow-500\/80:hover{
  border-color: rgb(245 181 68 / 0.8) !important;
}

.hover\:border-yellow-500\/85:hover{
  border-color: rgb(245 181 68 / 0.85) !important;
}

.hover\:border-yellow-500\/90:hover{
  border-color: rgb(245 181 68 / 0.9) !important;
}

.hover\:border-yellow-500\/95:hover{
  border-color: rgb(245 181 68 / 0.95) !important;
}

.hover\:border-yellow-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 93 13 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-600\/0:hover{
  border-color: rgb(210 93 13 / 0) !important;
}

.hover\:border-yellow-600\/10:hover{
  border-color: rgb(210 93 13 / 0.1) !important;
}

.hover\:border-yellow-600\/100:hover{
  border-color: rgb(210 93 13 / 1) !important;
}

.hover\:border-yellow-600\/15:hover{
  border-color: rgb(210 93 13 / 0.15) !important;
}

.hover\:border-yellow-600\/20:hover{
  border-color: rgb(210 93 13 / 0.2) !important;
}

.hover\:border-yellow-600\/25:hover{
  border-color: rgb(210 93 13 / 0.25) !important;
}

.hover\:border-yellow-600\/30:hover{
  border-color: rgb(210 93 13 / 0.3) !important;
}

.hover\:border-yellow-600\/35:hover{
  border-color: rgb(210 93 13 / 0.35) !important;
}

.hover\:border-yellow-600\/40:hover{
  border-color: rgb(210 93 13 / 0.4) !important;
}

.hover\:border-yellow-600\/45:hover{
  border-color: rgb(210 93 13 / 0.45) !important;
}

.hover\:border-yellow-600\/5:hover{
  border-color: rgb(210 93 13 / 0.05) !important;
}

.hover\:border-yellow-600\/50:hover{
  border-color: rgb(210 93 13 / 0.5) !important;
}

.hover\:border-yellow-600\/55:hover{
  border-color: rgb(210 93 13 / 0.55) !important;
}

.hover\:border-yellow-600\/60:hover{
  border-color: rgb(210 93 13 / 0.6) !important;
}

.hover\:border-yellow-600\/65:hover{
  border-color: rgb(210 93 13 / 0.65) !important;
}

.hover\:border-yellow-600\/70:hover{
  border-color: rgb(210 93 13 / 0.7) !important;
}

.hover\:border-yellow-600\/75:hover{
  border-color: rgb(210 93 13 / 0.75) !important;
}

.hover\:border-yellow-600\/80:hover{
  border-color: rgb(210 93 13 / 0.8) !important;
}

.hover\:border-yellow-600\/85:hover{
  border-color: rgb(210 93 13 / 0.85) !important;
}

.hover\:border-yellow-600\/90:hover{
  border-color: rgb(210 93 13 / 0.9) !important;
}

.hover\:border-yellow-600\/95:hover{
  border-color: rgb(210 93 13 / 0.95) !important;
}

.hover\:border-yellow-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(174 64 15 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-700\/0:hover{
  border-color: rgb(174 64 15 / 0) !important;
}

.hover\:border-yellow-700\/10:hover{
  border-color: rgb(174 64 15 / 0.1) !important;
}

.hover\:border-yellow-700\/100:hover{
  border-color: rgb(174 64 15 / 1) !important;
}

.hover\:border-yellow-700\/15:hover{
  border-color: rgb(174 64 15 / 0.15) !important;
}

.hover\:border-yellow-700\/20:hover{
  border-color: rgb(174 64 15 / 0.2) !important;
}

.hover\:border-yellow-700\/25:hover{
  border-color: rgb(174 64 15 / 0.25) !important;
}

.hover\:border-yellow-700\/30:hover{
  border-color: rgb(174 64 15 / 0.3) !important;
}

.hover\:border-yellow-700\/35:hover{
  border-color: rgb(174 64 15 / 0.35) !important;
}

.hover\:border-yellow-700\/40:hover{
  border-color: rgb(174 64 15 / 0.4) !important;
}

.hover\:border-yellow-700\/45:hover{
  border-color: rgb(174 64 15 / 0.45) !important;
}

.hover\:border-yellow-700\/5:hover{
  border-color: rgb(174 64 15 / 0.05) !important;
}

.hover\:border-yellow-700\/50:hover{
  border-color: rgb(174 64 15 / 0.5) !important;
}

.hover\:border-yellow-700\/55:hover{
  border-color: rgb(174 64 15 / 0.55) !important;
}

.hover\:border-yellow-700\/60:hover{
  border-color: rgb(174 64 15 / 0.6) !important;
}

.hover\:border-yellow-700\/65:hover{
  border-color: rgb(174 64 15 / 0.65) !important;
}

.hover\:border-yellow-700\/70:hover{
  border-color: rgb(174 64 15 / 0.7) !important;
}

.hover\:border-yellow-700\/75:hover{
  border-color: rgb(174 64 15 / 0.75) !important;
}

.hover\:border-yellow-700\/80:hover{
  border-color: rgb(174 64 15 / 0.8) !important;
}

.hover\:border-yellow-700\/85:hover{
  border-color: rgb(174 64 15 / 0.85) !important;
}

.hover\:border-yellow-700\/90:hover{
  border-color: rgb(174 64 15 / 0.9) !important;
}

.hover\:border-yellow-700\/95:hover{
  border-color: rgb(174 64 15 / 0.95) !important;
}

.hover\:border-yellow-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 49 19 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-800\/0:hover{
  border-color: rgb(141 49 19 / 0) !important;
}

.hover\:border-yellow-800\/10:hover{
  border-color: rgb(141 49 19 / 0.1) !important;
}

.hover\:border-yellow-800\/100:hover{
  border-color: rgb(141 49 19 / 1) !important;
}

.hover\:border-yellow-800\/15:hover{
  border-color: rgb(141 49 19 / 0.15) !important;
}

.hover\:border-yellow-800\/20:hover{
  border-color: rgb(141 49 19 / 0.2) !important;
}

.hover\:border-yellow-800\/25:hover{
  border-color: rgb(141 49 19 / 0.25) !important;
}

.hover\:border-yellow-800\/30:hover{
  border-color: rgb(141 49 19 / 0.3) !important;
}

.hover\:border-yellow-800\/35:hover{
  border-color: rgb(141 49 19 / 0.35) !important;
}

.hover\:border-yellow-800\/40:hover{
  border-color: rgb(141 49 19 / 0.4) !important;
}

.hover\:border-yellow-800\/45:hover{
  border-color: rgb(141 49 19 / 0.45) !important;
}

.hover\:border-yellow-800\/5:hover{
  border-color: rgb(141 49 19 / 0.05) !important;
}

.hover\:border-yellow-800\/50:hover{
  border-color: rgb(141 49 19 / 0.5) !important;
}

.hover\:border-yellow-800\/55:hover{
  border-color: rgb(141 49 19 / 0.55) !important;
}

.hover\:border-yellow-800\/60:hover{
  border-color: rgb(141 49 19 / 0.6) !important;
}

.hover\:border-yellow-800\/65:hover{
  border-color: rgb(141 49 19 / 0.65) !important;
}

.hover\:border-yellow-800\/70:hover{
  border-color: rgb(141 49 19 / 0.7) !important;
}

.hover\:border-yellow-800\/75:hover{
  border-color: rgb(141 49 19 / 0.75) !important;
}

.hover\:border-yellow-800\/80:hover{
  border-color: rgb(141 49 19 / 0.8) !important;
}

.hover\:border-yellow-800\/85:hover{
  border-color: rgb(141 49 19 / 0.85) !important;
}

.hover\:border-yellow-800\/90:hover{
  border-color: rgb(141 49 19 / 0.9) !important;
}

.hover\:border-yellow-800\/95:hover{
  border-color: rgb(141 49 19 / 0.95) !important;
}

.hover\:border-yellow-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 42 19 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-yellow-900\/0:hover{
  border-color: rgb(116 42 19 / 0) !important;
}

.hover\:border-yellow-900\/10:hover{
  border-color: rgb(116 42 19 / 0.1) !important;
}

.hover\:border-yellow-900\/100:hover{
  border-color: rgb(116 42 19 / 1) !important;
}

.hover\:border-yellow-900\/15:hover{
  border-color: rgb(116 42 19 / 0.15) !important;
}

.hover\:border-yellow-900\/20:hover{
  border-color: rgb(116 42 19 / 0.2) !important;
}

.hover\:border-yellow-900\/25:hover{
  border-color: rgb(116 42 19 / 0.25) !important;
}

.hover\:border-yellow-900\/30:hover{
  border-color: rgb(116 42 19 / 0.3) !important;
}

.hover\:border-yellow-900\/35:hover{
  border-color: rgb(116 42 19 / 0.35) !important;
}

.hover\:border-yellow-900\/40:hover{
  border-color: rgb(116 42 19 / 0.4) !important;
}

.hover\:border-yellow-900\/45:hover{
  border-color: rgb(116 42 19 / 0.45) !important;
}

.hover\:border-yellow-900\/5:hover{
  border-color: rgb(116 42 19 / 0.05) !important;
}

.hover\:border-yellow-900\/50:hover{
  border-color: rgb(116 42 19 / 0.5) !important;
}

.hover\:border-yellow-900\/55:hover{
  border-color: rgb(116 42 19 / 0.55) !important;
}

.hover\:border-yellow-900\/60:hover{
  border-color: rgb(116 42 19 / 0.6) !important;
}

.hover\:border-yellow-900\/65:hover{
  border-color: rgb(116 42 19 / 0.65) !important;
}

.hover\:border-yellow-900\/70:hover{
  border-color: rgb(116 42 19 / 0.7) !important;
}

.hover\:border-yellow-900\/75:hover{
  border-color: rgb(116 42 19 / 0.75) !important;
}

.hover\:border-yellow-900\/80:hover{
  border-color: rgb(116 42 19 / 0.8) !important;
}

.hover\:border-yellow-900\/85:hover{
  border-color: rgb(116 42 19 / 0.85) !important;
}

.hover\:border-yellow-900\/90:hover{
  border-color: rgb(116 42 19 / 0.9) !important;
}

.hover\:border-yellow-900\/95:hover{
  border-color: rgb(116 42 19 / 0.95) !important;
}

.hover\:bg-black-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 188 193 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-100\/0:hover{
  background-color: rgb(186 188 193 / 0) !important;
}

.hover\:bg-black-100\/10:hover{
  background-color: rgb(186 188 193 / 0.1) !important;
}

.hover\:bg-black-100\/100:hover{
  background-color: rgb(186 188 193 / 1) !important;
}

.hover\:bg-black-100\/15:hover{
  background-color: rgb(186 188 193 / 0.15) !important;
}

.hover\:bg-black-100\/20:hover{
  background-color: rgb(186 188 193 / 0.2) !important;
}

.hover\:bg-black-100\/25:hover{
  background-color: rgb(186 188 193 / 0.25) !important;
}

.hover\:bg-black-100\/30:hover{
  background-color: rgb(186 188 193 / 0.3) !important;
}

.hover\:bg-black-100\/35:hover{
  background-color: rgb(186 188 193 / 0.35) !important;
}

.hover\:bg-black-100\/40:hover{
  background-color: rgb(186 188 193 / 0.4) !important;
}

.hover\:bg-black-100\/45:hover{
  background-color: rgb(186 188 193 / 0.45) !important;
}

.hover\:bg-black-100\/5:hover{
  background-color: rgb(186 188 193 / 0.05) !important;
}

.hover\:bg-black-100\/50:hover{
  background-color: rgb(186 188 193 / 0.5) !important;
}

.hover\:bg-black-100\/55:hover{
  background-color: rgb(186 188 193 / 0.55) !important;
}

.hover\:bg-black-100\/60:hover{
  background-color: rgb(186 188 193 / 0.6) !important;
}

.hover\:bg-black-100\/65:hover{
  background-color: rgb(186 188 193 / 0.65) !important;
}

.hover\:bg-black-100\/70:hover{
  background-color: rgb(186 188 193 / 0.7) !important;
}

.hover\:bg-black-100\/75:hover{
  background-color: rgb(186 188 193 / 0.75) !important;
}

.hover\:bg-black-100\/80:hover{
  background-color: rgb(186 188 193 / 0.8) !important;
}

.hover\:bg-black-100\/85:hover{
  background-color: rgb(186 188 193 / 0.85) !important;
}

.hover\:bg-black-100\/90:hover{
  background-color: rgb(186 188 193 / 0.9) !important;
}

.hover\:bg-black-100\/95:hover{
  background-color: rgb(186 188 193 / 0.95) !important;
}

.hover\:bg-black-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 143 152 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-200\/0:hover{
  background-color: rgb(140 143 152 / 0) !important;
}

.hover\:bg-black-200\/10:hover{
  background-color: rgb(140 143 152 / 0.1) !important;
}

.hover\:bg-black-200\/100:hover{
  background-color: rgb(140 143 152 / 1) !important;
}

.hover\:bg-black-200\/15:hover{
  background-color: rgb(140 143 152 / 0.15) !important;
}

.hover\:bg-black-200\/20:hover{
  background-color: rgb(140 143 152 / 0.2) !important;
}

.hover\:bg-black-200\/25:hover{
  background-color: rgb(140 143 152 / 0.25) !important;
}

.hover\:bg-black-200\/30:hover{
  background-color: rgb(140 143 152 / 0.3) !important;
}

.hover\:bg-black-200\/35:hover{
  background-color: rgb(140 143 152 / 0.35) !important;
}

.hover\:bg-black-200\/40:hover{
  background-color: rgb(140 143 152 / 0.4) !important;
}

.hover\:bg-black-200\/45:hover{
  background-color: rgb(140 143 152 / 0.45) !important;
}

.hover\:bg-black-200\/5:hover{
  background-color: rgb(140 143 152 / 0.05) !important;
}

.hover\:bg-black-200\/50:hover{
  background-color: rgb(140 143 152 / 0.5) !important;
}

.hover\:bg-black-200\/55:hover{
  background-color: rgb(140 143 152 / 0.55) !important;
}

.hover\:bg-black-200\/60:hover{
  background-color: rgb(140 143 152 / 0.6) !important;
}

.hover\:bg-black-200\/65:hover{
  background-color: rgb(140 143 152 / 0.65) !important;
}

.hover\:bg-black-200\/70:hover{
  background-color: rgb(140 143 152 / 0.7) !important;
}

.hover\:bg-black-200\/75:hover{
  background-color: rgb(140 143 152 / 0.75) !important;
}

.hover\:bg-black-200\/80:hover{
  background-color: rgb(140 143 152 / 0.8) !important;
}

.hover\:bg-black-200\/85:hover{
  background-color: rgb(140 143 152 / 0.85) !important;
}

.hover\:bg-black-200\/90:hover{
  background-color: rgb(140 143 152 / 0.9) !important;
}

.hover\:bg-black-200\/95:hover{
  background-color: rgb(140 143 152 / 0.95) !important;
}

.hover\:bg-black-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 98 111 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-300\/0:hover{
  background-color: rgb(94 98 111 / 0) !important;
}

.hover\:bg-black-300\/10:hover{
  background-color: rgb(94 98 111 / 0.1) !important;
}

.hover\:bg-black-300\/100:hover{
  background-color: rgb(94 98 111 / 1) !important;
}

.hover\:bg-black-300\/15:hover{
  background-color: rgb(94 98 111 / 0.15) !important;
}

.hover\:bg-black-300\/20:hover{
  background-color: rgb(94 98 111 / 0.2) !important;
}

.hover\:bg-black-300\/25:hover{
  background-color: rgb(94 98 111 / 0.25) !important;
}

.hover\:bg-black-300\/30:hover{
  background-color: rgb(94 98 111 / 0.3) !important;
}

.hover\:bg-black-300\/35:hover{
  background-color: rgb(94 98 111 / 0.35) !important;
}

.hover\:bg-black-300\/40:hover{
  background-color: rgb(94 98 111 / 0.4) !important;
}

.hover\:bg-black-300\/45:hover{
  background-color: rgb(94 98 111 / 0.45) !important;
}

.hover\:bg-black-300\/5:hover{
  background-color: rgb(94 98 111 / 0.05) !important;
}

.hover\:bg-black-300\/50:hover{
  background-color: rgb(94 98 111 / 0.5) !important;
}

.hover\:bg-black-300\/55:hover{
  background-color: rgb(94 98 111 / 0.55) !important;
}

.hover\:bg-black-300\/60:hover{
  background-color: rgb(94 98 111 / 0.6) !important;
}

.hover\:bg-black-300\/65:hover{
  background-color: rgb(94 98 111 / 0.65) !important;
}

.hover\:bg-black-300\/70:hover{
  background-color: rgb(94 98 111 / 0.7) !important;
}

.hover\:bg-black-300\/75:hover{
  background-color: rgb(94 98 111 / 0.75) !important;
}

.hover\:bg-black-300\/80:hover{
  background-color: rgb(94 98 111 / 0.8) !important;
}

.hover\:bg-black-300\/85:hover{
  background-color: rgb(94 98 111 / 0.85) !important;
}

.hover\:bg-black-300\/90:hover{
  background-color: rgb(94 98 111 / 0.9) !important;
}

.hover\:bg-black-300\/95:hover{
  background-color: rgb(94 98 111 / 0.95) !important;
}

.hover\:bg-black-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 64 80 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-400\/0:hover{
  background-color: rgb(60 64 80 / 0) !important;
}

.hover\:bg-black-400\/10:hover{
  background-color: rgb(60 64 80 / 0.1) !important;
}

.hover\:bg-black-400\/100:hover{
  background-color: rgb(60 64 80 / 1) !important;
}

.hover\:bg-black-400\/15:hover{
  background-color: rgb(60 64 80 / 0.15) !important;
}

.hover\:bg-black-400\/20:hover{
  background-color: rgb(60 64 80 / 0.2) !important;
}

.hover\:bg-black-400\/25:hover{
  background-color: rgb(60 64 80 / 0.25) !important;
}

.hover\:bg-black-400\/30:hover{
  background-color: rgb(60 64 80 / 0.3) !important;
}

.hover\:bg-black-400\/35:hover{
  background-color: rgb(60 64 80 / 0.35) !important;
}

.hover\:bg-black-400\/40:hover{
  background-color: rgb(60 64 80 / 0.4) !important;
}

.hover\:bg-black-400\/45:hover{
  background-color: rgb(60 64 80 / 0.45) !important;
}

.hover\:bg-black-400\/5:hover{
  background-color: rgb(60 64 80 / 0.05) !important;
}

.hover\:bg-black-400\/50:hover{
  background-color: rgb(60 64 80 / 0.5) !important;
}

.hover\:bg-black-400\/55:hover{
  background-color: rgb(60 64 80 / 0.55) !important;
}

.hover\:bg-black-400\/60:hover{
  background-color: rgb(60 64 80 / 0.6) !important;
}

.hover\:bg-black-400\/65:hover{
  background-color: rgb(60 64 80 / 0.65) !important;
}

.hover\:bg-black-400\/70:hover{
  background-color: rgb(60 64 80 / 0.7) !important;
}

.hover\:bg-black-400\/75:hover{
  background-color: rgb(60 64 80 / 0.75) !important;
}

.hover\:bg-black-400\/80:hover{
  background-color: rgb(60 64 80 / 0.8) !important;
}

.hover\:bg-black-400\/85:hover{
  background-color: rgb(60 64 80 / 0.85) !important;
}

.hover\:bg-black-400\/90:hover{
  background-color: rgb(60 64 80 / 0.9) !important;
}

.hover\:bg-black-400\/95:hover{
  background-color: rgb(60 64 80 / 0.95) !important;
}

.hover\:bg-black-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 228 230 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-50\/0:hover{
  background-color: rgb(227 228 230 / 0) !important;
}

.hover\:bg-black-50\/10:hover{
  background-color: rgb(227 228 230 / 0.1) !important;
}

.hover\:bg-black-50\/100:hover{
  background-color: rgb(227 228 230 / 1) !important;
}

.hover\:bg-black-50\/15:hover{
  background-color: rgb(227 228 230 / 0.15) !important;
}

.hover\:bg-black-50\/20:hover{
  background-color: rgb(227 228 230 / 0.2) !important;
}

.hover\:bg-black-50\/25:hover{
  background-color: rgb(227 228 230 / 0.25) !important;
}

.hover\:bg-black-50\/30:hover{
  background-color: rgb(227 228 230 / 0.3) !important;
}

.hover\:bg-black-50\/35:hover{
  background-color: rgb(227 228 230 / 0.35) !important;
}

.hover\:bg-black-50\/40:hover{
  background-color: rgb(227 228 230 / 0.4) !important;
}

.hover\:bg-black-50\/45:hover{
  background-color: rgb(227 228 230 / 0.45) !important;
}

.hover\:bg-black-50\/5:hover{
  background-color: rgb(227 228 230 / 0.05) !important;
}

.hover\:bg-black-50\/50:hover{
  background-color: rgb(227 228 230 / 0.5) !important;
}

.hover\:bg-black-50\/55:hover{
  background-color: rgb(227 228 230 / 0.55) !important;
}

.hover\:bg-black-50\/60:hover{
  background-color: rgb(227 228 230 / 0.6) !important;
}

.hover\:bg-black-50\/65:hover{
  background-color: rgb(227 228 230 / 0.65) !important;
}

.hover\:bg-black-50\/70:hover{
  background-color: rgb(227 228 230 / 0.7) !important;
}

.hover\:bg-black-50\/75:hover{
  background-color: rgb(227 228 230 / 0.75) !important;
}

.hover\:bg-black-50\/80:hover{
  background-color: rgb(227 228 230 / 0.8) !important;
}

.hover\:bg-black-50\/85:hover{
  background-color: rgb(227 228 230 / 0.85) !important;
}

.hover\:bg-black-50\/90:hover{
  background-color: rgb(227 228 230 / 0.9) !important;
}

.hover\:bg-black-50\/95:hover{
  background-color: rgb(227 228 230 / 0.95) !important;
}

.hover\:bg-black-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 30 49 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-500\/0:hover{
  background-color: rgb(25 30 49 / 0) !important;
}

.hover\:bg-black-500\/10:hover{
  background-color: rgb(25 30 49 / 0.1) !important;
}

.hover\:bg-black-500\/100:hover{
  background-color: rgb(25 30 49 / 1) !important;
}

.hover\:bg-black-500\/15:hover{
  background-color: rgb(25 30 49 / 0.15) !important;
}

.hover\:bg-black-500\/20:hover{
  background-color: rgb(25 30 49 / 0.2) !important;
}

.hover\:bg-black-500\/25:hover{
  background-color: rgb(25 30 49 / 0.25) !important;
}

.hover\:bg-black-500\/30:hover{
  background-color: rgb(25 30 49 / 0.3) !important;
}

.hover\:bg-black-500\/35:hover{
  background-color: rgb(25 30 49 / 0.35) !important;
}

.hover\:bg-black-500\/40:hover{
  background-color: rgb(25 30 49 / 0.4) !important;
}

.hover\:bg-black-500\/45:hover{
  background-color: rgb(25 30 49 / 0.45) !important;
}

.hover\:bg-black-500\/5:hover{
  background-color: rgb(25 30 49 / 0.05) !important;
}

.hover\:bg-black-500\/50:hover{
  background-color: rgb(25 30 49 / 0.5) !important;
}

.hover\:bg-black-500\/55:hover{
  background-color: rgb(25 30 49 / 0.55) !important;
}

.hover\:bg-black-500\/60:hover{
  background-color: rgb(25 30 49 / 0.6) !important;
}

.hover\:bg-black-500\/65:hover{
  background-color: rgb(25 30 49 / 0.65) !important;
}

.hover\:bg-black-500\/70:hover{
  background-color: rgb(25 30 49 / 0.7) !important;
}

.hover\:bg-black-500\/75:hover{
  background-color: rgb(25 30 49 / 0.75) !important;
}

.hover\:bg-black-500\/80:hover{
  background-color: rgb(25 30 49 / 0.8) !important;
}

.hover\:bg-black-500\/85:hover{
  background-color: rgb(25 30 49 / 0.85) !important;
}

.hover\:bg-black-500\/90:hover{
  background-color: rgb(25 30 49 / 0.9) !important;
}

.hover\:bg-black-500\/95:hover{
  background-color: rgb(25 30 49 / 0.95) !important;
}

.hover\:bg-black-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 26 44 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-600\/0:hover{
  background-color: rgb(22 26 44 / 0) !important;
}

.hover\:bg-black-600\/10:hover{
  background-color: rgb(22 26 44 / 0.1) !important;
}

.hover\:bg-black-600\/100:hover{
  background-color: rgb(22 26 44 / 1) !important;
}

.hover\:bg-black-600\/15:hover{
  background-color: rgb(22 26 44 / 0.15) !important;
}

.hover\:bg-black-600\/20:hover{
  background-color: rgb(22 26 44 / 0.2) !important;
}

.hover\:bg-black-600\/25:hover{
  background-color: rgb(22 26 44 / 0.25) !important;
}

.hover\:bg-black-600\/30:hover{
  background-color: rgb(22 26 44 / 0.3) !important;
}

.hover\:bg-black-600\/35:hover{
  background-color: rgb(22 26 44 / 0.35) !important;
}

.hover\:bg-black-600\/40:hover{
  background-color: rgb(22 26 44 / 0.4) !important;
}

.hover\:bg-black-600\/45:hover{
  background-color: rgb(22 26 44 / 0.45) !important;
}

.hover\:bg-black-600\/5:hover{
  background-color: rgb(22 26 44 / 0.05) !important;
}

.hover\:bg-black-600\/50:hover{
  background-color: rgb(22 26 44 / 0.5) !important;
}

.hover\:bg-black-600\/55:hover{
  background-color: rgb(22 26 44 / 0.55) !important;
}

.hover\:bg-black-600\/60:hover{
  background-color: rgb(22 26 44 / 0.6) !important;
}

.hover\:bg-black-600\/65:hover{
  background-color: rgb(22 26 44 / 0.65) !important;
}

.hover\:bg-black-600\/70:hover{
  background-color: rgb(22 26 44 / 0.7) !important;
}

.hover\:bg-black-600\/75:hover{
  background-color: rgb(22 26 44 / 0.75) !important;
}

.hover\:bg-black-600\/80:hover{
  background-color: rgb(22 26 44 / 0.8) !important;
}

.hover\:bg-black-600\/85:hover{
  background-color: rgb(22 26 44 / 0.85) !important;
}

.hover\:bg-black-600\/90:hover{
  background-color: rgb(22 26 44 / 0.9) !important;
}

.hover\:bg-black-600\/95:hover{
  background-color: rgb(22 26 44 / 0.95) !important;
}

.hover\:bg-black-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 22 37 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-700\/0:hover{
  background-color: rgb(18 22 37 / 0) !important;
}

.hover\:bg-black-700\/10:hover{
  background-color: rgb(18 22 37 / 0.1) !important;
}

.hover\:bg-black-700\/100:hover{
  background-color: rgb(18 22 37 / 1) !important;
}

.hover\:bg-black-700\/15:hover{
  background-color: rgb(18 22 37 / 0.15) !important;
}

.hover\:bg-black-700\/20:hover{
  background-color: rgb(18 22 37 / 0.2) !important;
}

.hover\:bg-black-700\/25:hover{
  background-color: rgb(18 22 37 / 0.25) !important;
}

.hover\:bg-black-700\/30:hover{
  background-color: rgb(18 22 37 / 0.3) !important;
}

.hover\:bg-black-700\/35:hover{
  background-color: rgb(18 22 37 / 0.35) !important;
}

.hover\:bg-black-700\/40:hover{
  background-color: rgb(18 22 37 / 0.4) !important;
}

.hover\:bg-black-700\/45:hover{
  background-color: rgb(18 22 37 / 0.45) !important;
}

.hover\:bg-black-700\/5:hover{
  background-color: rgb(18 22 37 / 0.05) !important;
}

.hover\:bg-black-700\/50:hover{
  background-color: rgb(18 22 37 / 0.5) !important;
}

.hover\:bg-black-700\/55:hover{
  background-color: rgb(18 22 37 / 0.55) !important;
}

.hover\:bg-black-700\/60:hover{
  background-color: rgb(18 22 37 / 0.6) !important;
}

.hover\:bg-black-700\/65:hover{
  background-color: rgb(18 22 37 / 0.65) !important;
}

.hover\:bg-black-700\/70:hover{
  background-color: rgb(18 22 37 / 0.7) !important;
}

.hover\:bg-black-700\/75:hover{
  background-color: rgb(18 22 37 / 0.75) !important;
}

.hover\:bg-black-700\/80:hover{
  background-color: rgb(18 22 37 / 0.8) !important;
}

.hover\:bg-black-700\/85:hover{
  background-color: rgb(18 22 37 / 0.85) !important;
}

.hover\:bg-black-700\/90:hover{
  background-color: rgb(18 22 37 / 0.9) !important;
}

.hover\:bg-black-700\/95:hover{
  background-color: rgb(18 22 37 / 0.95) !important;
}

.hover\:bg-black-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 18 31 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-800\/0:hover{
  background-color: rgb(14 18 31 / 0) !important;
}

.hover\:bg-black-800\/10:hover{
  background-color: rgb(14 18 31 / 0.1) !important;
}

.hover\:bg-black-800\/100:hover{
  background-color: rgb(14 18 31 / 1) !important;
}

.hover\:bg-black-800\/15:hover{
  background-color: rgb(14 18 31 / 0.15) !important;
}

.hover\:bg-black-800\/20:hover{
  background-color: rgb(14 18 31 / 0.2) !important;
}

.hover\:bg-black-800\/25:hover{
  background-color: rgb(14 18 31 / 0.25) !important;
}

.hover\:bg-black-800\/30:hover{
  background-color: rgb(14 18 31 / 0.3) !important;
}

.hover\:bg-black-800\/35:hover{
  background-color: rgb(14 18 31 / 0.35) !important;
}

.hover\:bg-black-800\/40:hover{
  background-color: rgb(14 18 31 / 0.4) !important;
}

.hover\:bg-black-800\/45:hover{
  background-color: rgb(14 18 31 / 0.45) !important;
}

.hover\:bg-black-800\/5:hover{
  background-color: rgb(14 18 31 / 0.05) !important;
}

.hover\:bg-black-800\/50:hover{
  background-color: rgb(14 18 31 / 0.5) !important;
}

.hover\:bg-black-800\/55:hover{
  background-color: rgb(14 18 31 / 0.55) !important;
}

.hover\:bg-black-800\/60:hover{
  background-color: rgb(14 18 31 / 0.6) !important;
}

.hover\:bg-black-800\/65:hover{
  background-color: rgb(14 18 31 / 0.65) !important;
}

.hover\:bg-black-800\/70:hover{
  background-color: rgb(14 18 31 / 0.7) !important;
}

.hover\:bg-black-800\/75:hover{
  background-color: rgb(14 18 31 / 0.75) !important;
}

.hover\:bg-black-800\/80:hover{
  background-color: rgb(14 18 31 / 0.8) !important;
}

.hover\:bg-black-800\/85:hover{
  background-color: rgb(14 18 31 / 0.85) !important;
}

.hover\:bg-black-800\/90:hover{
  background-color: rgb(14 18 31 / 0.9) !important;
}

.hover\:bg-black-800\/95:hover{
  background-color: rgb(14 18 31 / 0.95) !important;
}

.hover\:bg-black-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 10 19 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black-900\/0:hover{
  background-color: rgb(8 10 19 / 0) !important;
}

.hover\:bg-black-900\/10:hover{
  background-color: rgb(8 10 19 / 0.1) !important;
}

.hover\:bg-black-900\/100:hover{
  background-color: rgb(8 10 19 / 1) !important;
}

.hover\:bg-black-900\/15:hover{
  background-color: rgb(8 10 19 / 0.15) !important;
}

.hover\:bg-black-900\/20:hover{
  background-color: rgb(8 10 19 / 0.2) !important;
}

.hover\:bg-black-900\/25:hover{
  background-color: rgb(8 10 19 / 0.25) !important;
}

.hover\:bg-black-900\/30:hover{
  background-color: rgb(8 10 19 / 0.3) !important;
}

.hover\:bg-black-900\/35:hover{
  background-color: rgb(8 10 19 / 0.35) !important;
}

.hover\:bg-black-900\/40:hover{
  background-color: rgb(8 10 19 / 0.4) !important;
}

.hover\:bg-black-900\/45:hover{
  background-color: rgb(8 10 19 / 0.45) !important;
}

.hover\:bg-black-900\/5:hover{
  background-color: rgb(8 10 19 / 0.05) !important;
}

.hover\:bg-black-900\/50:hover{
  background-color: rgb(8 10 19 / 0.5) !important;
}

.hover\:bg-black-900\/55:hover{
  background-color: rgb(8 10 19 / 0.55) !important;
}

.hover\:bg-black-900\/60:hover{
  background-color: rgb(8 10 19 / 0.6) !important;
}

.hover\:bg-black-900\/65:hover{
  background-color: rgb(8 10 19 / 0.65) !important;
}

.hover\:bg-black-900\/70:hover{
  background-color: rgb(8 10 19 / 0.7) !important;
}

.hover\:bg-black-900\/75:hover{
  background-color: rgb(8 10 19 / 0.75) !important;
}

.hover\:bg-black-900\/80:hover{
  background-color: rgb(8 10 19 / 0.8) !important;
}

.hover\:bg-black-900\/85:hover{
  background-color: rgb(8 10 19 / 0.85) !important;
}

.hover\:bg-black-900\/90:hover{
  background-color: rgb(8 10 19 / 0.9) !important;
}

.hover\:bg-black-900\/95:hover{
  background-color: rgb(8 10 19 / 0.95) !important;
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 236 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-100\/0:hover{
  background-color: rgb(217 236 255 / 0) !important;
}

.hover\:bg-blue-100\/10:hover{
  background-color: rgb(217 236 255 / 0.1) !important;
}

.hover\:bg-blue-100\/100:hover{
  background-color: rgb(217 236 255 / 1) !important;
}

.hover\:bg-blue-100\/15:hover{
  background-color: rgb(217 236 255 / 0.15) !important;
}

.hover\:bg-blue-100\/20:hover{
  background-color: rgb(217 236 255 / 0.2) !important;
}

.hover\:bg-blue-100\/25:hover{
  background-color: rgb(217 236 255 / 0.25) !important;
}

.hover\:bg-blue-100\/30:hover{
  background-color: rgb(217 236 255 / 0.3) !important;
}

.hover\:bg-blue-100\/35:hover{
  background-color: rgb(217 236 255 / 0.35) !important;
}

.hover\:bg-blue-100\/40:hover{
  background-color: rgb(217 236 255 / 0.4) !important;
}

.hover\:bg-blue-100\/45:hover{
  background-color: rgb(217 236 255 / 0.45) !important;
}

.hover\:bg-blue-100\/5:hover{
  background-color: rgb(217 236 255 / 0.05) !important;
}

.hover\:bg-blue-100\/50:hover{
  background-color: rgb(217 236 255 / 0.5) !important;
}

.hover\:bg-blue-100\/55:hover{
  background-color: rgb(217 236 255 / 0.55) !important;
}

.hover\:bg-blue-100\/60:hover{
  background-color: rgb(217 236 255 / 0.6) !important;
}

.hover\:bg-blue-100\/65:hover{
  background-color: rgb(217 236 255 / 0.65) !important;
}

.hover\:bg-blue-100\/70:hover{
  background-color: rgb(217 236 255 / 0.7) !important;
}

.hover\:bg-blue-100\/75:hover{
  background-color: rgb(217 236 255 / 0.75) !important;
}

.hover\:bg-blue-100\/80:hover{
  background-color: rgb(217 236 255 / 0.8) !important;
}

.hover\:bg-blue-100\/85:hover{
  background-color: rgb(217 236 255 / 0.85) !important;
}

.hover\:bg-blue-100\/90:hover{
  background-color: rgb(217 236 255 / 0.9) !important;
}

.hover\:bg-blue-100\/95:hover{
  background-color: rgb(217 236 255 / 0.95) !important;
}

.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 222 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-200\/0:hover{
  background-color: rgb(188 222 255 / 0) !important;
}

.hover\:bg-blue-200\/10:hover{
  background-color: rgb(188 222 255 / 0.1) !important;
}

.hover\:bg-blue-200\/100:hover{
  background-color: rgb(188 222 255 / 1) !important;
}

.hover\:bg-blue-200\/15:hover{
  background-color: rgb(188 222 255 / 0.15) !important;
}

.hover\:bg-blue-200\/20:hover{
  background-color: rgb(188 222 255 / 0.2) !important;
}

.hover\:bg-blue-200\/25:hover{
  background-color: rgb(188 222 255 / 0.25) !important;
}

.hover\:bg-blue-200\/30:hover{
  background-color: rgb(188 222 255 / 0.3) !important;
}

.hover\:bg-blue-200\/35:hover{
  background-color: rgb(188 222 255 / 0.35) !important;
}

.hover\:bg-blue-200\/40:hover{
  background-color: rgb(188 222 255 / 0.4) !important;
}

.hover\:bg-blue-200\/45:hover{
  background-color: rgb(188 222 255 / 0.45) !important;
}

.hover\:bg-blue-200\/5:hover{
  background-color: rgb(188 222 255 / 0.05) !important;
}

.hover\:bg-blue-200\/50:hover{
  background-color: rgb(188 222 255 / 0.5) !important;
}

.hover\:bg-blue-200\/55:hover{
  background-color: rgb(188 222 255 / 0.55) !important;
}

.hover\:bg-blue-200\/60:hover{
  background-color: rgb(188 222 255 / 0.6) !important;
}

.hover\:bg-blue-200\/65:hover{
  background-color: rgb(188 222 255 / 0.65) !important;
}

.hover\:bg-blue-200\/70:hover{
  background-color: rgb(188 222 255 / 0.7) !important;
}

.hover\:bg-blue-200\/75:hover{
  background-color: rgb(188 222 255 / 0.75) !important;
}

.hover\:bg-blue-200\/80:hover{
  background-color: rgb(188 222 255 / 0.8) !important;
}

.hover\:bg-blue-200\/85:hover{
  background-color: rgb(188 222 255 / 0.85) !important;
}

.hover\:bg-blue-200\/90:hover{
  background-color: rgb(188 222 255 / 0.9) !important;
}

.hover\:bg-blue-200\/95:hover{
  background-color: rgb(188 222 255 / 0.95) !important;
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 202 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-300\/0:hover{
  background-color: rgb(142 202 255 / 0) !important;
}

.hover\:bg-blue-300\/10:hover{
  background-color: rgb(142 202 255 / 0.1) !important;
}

.hover\:bg-blue-300\/100:hover{
  background-color: rgb(142 202 255 / 1) !important;
}

.hover\:bg-blue-300\/15:hover{
  background-color: rgb(142 202 255 / 0.15) !important;
}

.hover\:bg-blue-300\/20:hover{
  background-color: rgb(142 202 255 / 0.2) !important;
}

.hover\:bg-blue-300\/25:hover{
  background-color: rgb(142 202 255 / 0.25) !important;
}

.hover\:bg-blue-300\/30:hover{
  background-color: rgb(142 202 255 / 0.3) !important;
}

.hover\:bg-blue-300\/35:hover{
  background-color: rgb(142 202 255 / 0.35) !important;
}

.hover\:bg-blue-300\/40:hover{
  background-color: rgb(142 202 255 / 0.4) !important;
}

.hover\:bg-blue-300\/45:hover{
  background-color: rgb(142 202 255 / 0.45) !important;
}

.hover\:bg-blue-300\/5:hover{
  background-color: rgb(142 202 255 / 0.05) !important;
}

.hover\:bg-blue-300\/50:hover{
  background-color: rgb(142 202 255 / 0.5) !important;
}

.hover\:bg-blue-300\/55:hover{
  background-color: rgb(142 202 255 / 0.55) !important;
}

.hover\:bg-blue-300\/60:hover{
  background-color: rgb(142 202 255 / 0.6) !important;
}

.hover\:bg-blue-300\/65:hover{
  background-color: rgb(142 202 255 / 0.65) !important;
}

.hover\:bg-blue-300\/70:hover{
  background-color: rgb(142 202 255 / 0.7) !important;
}

.hover\:bg-blue-300\/75:hover{
  background-color: rgb(142 202 255 / 0.75) !important;
}

.hover\:bg-blue-300\/80:hover{
  background-color: rgb(142 202 255 / 0.8) !important;
}

.hover\:bg-blue-300\/85:hover{
  background-color: rgb(142 202 255 / 0.85) !important;
}

.hover\:bg-blue-300\/90:hover{
  background-color: rgb(142 202 255 / 0.9) !important;
}

.hover\:bg-blue-300\/95:hover{
  background-color: rgb(142 202 255 / 0.95) !important;
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 172 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-400\/0:hover{
  background-color: rgb(89 172 255 / 0) !important;
}

.hover\:bg-blue-400\/10:hover{
  background-color: rgb(89 172 255 / 0.1) !important;
}

.hover\:bg-blue-400\/100:hover{
  background-color: rgb(89 172 255 / 1) !important;
}

.hover\:bg-blue-400\/15:hover{
  background-color: rgb(89 172 255 / 0.15) !important;
}

.hover\:bg-blue-400\/20:hover{
  background-color: rgb(89 172 255 / 0.2) !important;
}

.hover\:bg-blue-400\/25:hover{
  background-color: rgb(89 172 255 / 0.25) !important;
}

.hover\:bg-blue-400\/30:hover{
  background-color: rgb(89 172 255 / 0.3) !important;
}

.hover\:bg-blue-400\/35:hover{
  background-color: rgb(89 172 255 / 0.35) !important;
}

.hover\:bg-blue-400\/40:hover{
  background-color: rgb(89 172 255 / 0.4) !important;
}

.hover\:bg-blue-400\/45:hover{
  background-color: rgb(89 172 255 / 0.45) !important;
}

.hover\:bg-blue-400\/5:hover{
  background-color: rgb(89 172 255 / 0.05) !important;
}

.hover\:bg-blue-400\/50:hover{
  background-color: rgb(89 172 255 / 0.5) !important;
}

.hover\:bg-blue-400\/55:hover{
  background-color: rgb(89 172 255 / 0.55) !important;
}

.hover\:bg-blue-400\/60:hover{
  background-color: rgb(89 172 255 / 0.6) !important;
}

.hover\:bg-blue-400\/65:hover{
  background-color: rgb(89 172 255 / 0.65) !important;
}

.hover\:bg-blue-400\/70:hover{
  background-color: rgb(89 172 255 / 0.7) !important;
}

.hover\:bg-blue-400\/75:hover{
  background-color: rgb(89 172 255 / 0.75) !important;
}

.hover\:bg-blue-400\/80:hover{
  background-color: rgb(89 172 255 / 0.8) !important;
}

.hover\:bg-blue-400\/85:hover{
  background-color: rgb(89 172 255 / 0.85) !important;
}

.hover\:bg-blue-400\/90:hover{
  background-color: rgb(89 172 255 / 0.9) !important;
}

.hover\:bg-blue-400\/95:hover{
  background-color: rgb(89 172 255 / 0.95) !important;
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-50\/0:hover{
  background-color: rgb(238 247 255 / 0) !important;
}

.hover\:bg-blue-50\/10:hover{
  background-color: rgb(238 247 255 / 0.1) !important;
}

.hover\:bg-blue-50\/100:hover{
  background-color: rgb(238 247 255 / 1) !important;
}

.hover\:bg-blue-50\/15:hover{
  background-color: rgb(238 247 255 / 0.15) !important;
}

.hover\:bg-blue-50\/20:hover{
  background-color: rgb(238 247 255 / 0.2) !important;
}

.hover\:bg-blue-50\/25:hover{
  background-color: rgb(238 247 255 / 0.25) !important;
}

.hover\:bg-blue-50\/30:hover{
  background-color: rgb(238 247 255 / 0.3) !important;
}

.hover\:bg-blue-50\/35:hover{
  background-color: rgb(238 247 255 / 0.35) !important;
}

.hover\:bg-blue-50\/40:hover{
  background-color: rgb(238 247 255 / 0.4) !important;
}

.hover\:bg-blue-50\/45:hover{
  background-color: rgb(238 247 255 / 0.45) !important;
}

.hover\:bg-blue-50\/5:hover{
  background-color: rgb(238 247 255 / 0.05) !important;
}

.hover\:bg-blue-50\/50:hover{
  background-color: rgb(238 247 255 / 0.5) !important;
}

.hover\:bg-blue-50\/55:hover{
  background-color: rgb(238 247 255 / 0.55) !important;
}

.hover\:bg-blue-50\/60:hover{
  background-color: rgb(238 247 255 / 0.6) !important;
}

.hover\:bg-blue-50\/65:hover{
  background-color: rgb(238 247 255 / 0.65) !important;
}

.hover\:bg-blue-50\/70:hover{
  background-color: rgb(238 247 255 / 0.7) !important;
}

.hover\:bg-blue-50\/75:hover{
  background-color: rgb(238 247 255 / 0.75) !important;
}

.hover\:bg-blue-50\/80:hover{
  background-color: rgb(238 247 255 / 0.8) !important;
}

.hover\:bg-blue-50\/85:hover{
  background-color: rgb(238 247 255 / 0.85) !important;
}

.hover\:bg-blue-50\/90:hover{
  background-color: rgb(238 247 255 / 0.9) !important;
}

.hover\:bg-blue-50\/95:hover{
  background-color: rgb(238 247 255 / 0.95) !important;
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-500\/0:hover{
  background-color: rgb(42 133 255 / 0) !important;
}

.hover\:bg-blue-500\/10:hover{
  background-color: rgb(42 133 255 / 0.1) !important;
}

.hover\:bg-blue-500\/100:hover{
  background-color: rgb(42 133 255 / 1) !important;
}

.hover\:bg-blue-500\/15:hover{
  background-color: rgb(42 133 255 / 0.15) !important;
}

.hover\:bg-blue-500\/20:hover{
  background-color: rgb(42 133 255 / 0.2) !important;
}

.hover\:bg-blue-500\/25:hover{
  background-color: rgb(42 133 255 / 0.25) !important;
}

.hover\:bg-blue-500\/30:hover{
  background-color: rgb(42 133 255 / 0.3) !important;
}

.hover\:bg-blue-500\/35:hover{
  background-color: rgb(42 133 255 / 0.35) !important;
}

.hover\:bg-blue-500\/40:hover{
  background-color: rgb(42 133 255 / 0.4) !important;
}

.hover\:bg-blue-500\/45:hover{
  background-color: rgb(42 133 255 / 0.45) !important;
}

.hover\:bg-blue-500\/5:hover{
  background-color: rgb(42 133 255 / 0.05) !important;
}

.hover\:bg-blue-500\/50:hover{
  background-color: rgb(42 133 255 / 0.5) !important;
}

.hover\:bg-blue-500\/55:hover{
  background-color: rgb(42 133 255 / 0.55) !important;
}

.hover\:bg-blue-500\/60:hover{
  background-color: rgb(42 133 255 / 0.6) !important;
}

.hover\:bg-blue-500\/65:hover{
  background-color: rgb(42 133 255 / 0.65) !important;
}

.hover\:bg-blue-500\/70:hover{
  background-color: rgb(42 133 255 / 0.7) !important;
}

.hover\:bg-blue-500\/75:hover{
  background-color: rgb(42 133 255 / 0.75) !important;
}

.hover\:bg-blue-500\/80:hover{
  background-color: rgb(42 133 255 / 0.8) !important;
}

.hover\:bg-blue-500\/85:hover{
  background-color: rgb(42 133 255 / 0.85) !important;
}

.hover\:bg-blue-500\/90:hover{
  background-color: rgb(42 133 255 / 0.9) !important;
}

.hover\:bg-blue-500\/95:hover{
  background-color: rgb(42 133 255 / 0.95) !important;
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 105 245 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-600\/0:hover{
  background-color: rgb(27 105 245 / 0) !important;
}

.hover\:bg-blue-600\/10:hover{
  background-color: rgb(27 105 245 / 0.1) !important;
}

.hover\:bg-blue-600\/100:hover{
  background-color: rgb(27 105 245 / 1) !important;
}

.hover\:bg-blue-600\/15:hover{
  background-color: rgb(27 105 245 / 0.15) !important;
}

.hover\:bg-blue-600\/20:hover{
  background-color: rgb(27 105 245 / 0.2) !important;
}

.hover\:bg-blue-600\/25:hover{
  background-color: rgb(27 105 245 / 0.25) !important;
}

.hover\:bg-blue-600\/30:hover{
  background-color: rgb(27 105 245 / 0.3) !important;
}

.hover\:bg-blue-600\/35:hover{
  background-color: rgb(27 105 245 / 0.35) !important;
}

.hover\:bg-blue-600\/40:hover{
  background-color: rgb(27 105 245 / 0.4) !important;
}

.hover\:bg-blue-600\/45:hover{
  background-color: rgb(27 105 245 / 0.45) !important;
}

.hover\:bg-blue-600\/5:hover{
  background-color: rgb(27 105 245 / 0.05) !important;
}

.hover\:bg-blue-600\/50:hover{
  background-color: rgb(27 105 245 / 0.5) !important;
}

.hover\:bg-blue-600\/55:hover{
  background-color: rgb(27 105 245 / 0.55) !important;
}

.hover\:bg-blue-600\/60:hover{
  background-color: rgb(27 105 245 / 0.6) !important;
}

.hover\:bg-blue-600\/65:hover{
  background-color: rgb(27 105 245 / 0.65) !important;
}

.hover\:bg-blue-600\/70:hover{
  background-color: rgb(27 105 245 / 0.7) !important;
}

.hover\:bg-blue-600\/75:hover{
  background-color: rgb(27 105 245 / 0.75) !important;
}

.hover\:bg-blue-600\/80:hover{
  background-color: rgb(27 105 245 / 0.8) !important;
}

.hover\:bg-blue-600\/85:hover{
  background-color: rgb(27 105 245 / 0.85) !important;
}

.hover\:bg-blue-600\/90:hover{
  background-color: rgb(27 105 245 / 0.9) !important;
}

.hover\:bg-blue-600\/95:hover{
  background-color: rgb(27 105 245 / 0.95) !important;
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 84 225 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-700\/0:hover{
  background-color: rgb(20 84 225 / 0) !important;
}

.hover\:bg-blue-700\/10:hover{
  background-color: rgb(20 84 225 / 0.1) !important;
}

.hover\:bg-blue-700\/100:hover{
  background-color: rgb(20 84 225 / 1) !important;
}

.hover\:bg-blue-700\/15:hover{
  background-color: rgb(20 84 225 / 0.15) !important;
}

.hover\:bg-blue-700\/20:hover{
  background-color: rgb(20 84 225 / 0.2) !important;
}

.hover\:bg-blue-700\/25:hover{
  background-color: rgb(20 84 225 / 0.25) !important;
}

.hover\:bg-blue-700\/30:hover{
  background-color: rgb(20 84 225 / 0.3) !important;
}

.hover\:bg-blue-700\/35:hover{
  background-color: rgb(20 84 225 / 0.35) !important;
}

.hover\:bg-blue-700\/40:hover{
  background-color: rgb(20 84 225 / 0.4) !important;
}

.hover\:bg-blue-700\/45:hover{
  background-color: rgb(20 84 225 / 0.45) !important;
}

.hover\:bg-blue-700\/5:hover{
  background-color: rgb(20 84 225 / 0.05) !important;
}

.hover\:bg-blue-700\/50:hover{
  background-color: rgb(20 84 225 / 0.5) !important;
}

.hover\:bg-blue-700\/55:hover{
  background-color: rgb(20 84 225 / 0.55) !important;
}

.hover\:bg-blue-700\/60:hover{
  background-color: rgb(20 84 225 / 0.6) !important;
}

.hover\:bg-blue-700\/65:hover{
  background-color: rgb(20 84 225 / 0.65) !important;
}

.hover\:bg-blue-700\/70:hover{
  background-color: rgb(20 84 225 / 0.7) !important;
}

.hover\:bg-blue-700\/75:hover{
  background-color: rgb(20 84 225 / 0.75) !important;
}

.hover\:bg-blue-700\/80:hover{
  background-color: rgb(20 84 225 / 0.8) !important;
}

.hover\:bg-blue-700\/85:hover{
  background-color: rgb(20 84 225 / 0.85) !important;
}

.hover\:bg-blue-700\/90:hover{
  background-color: rgb(20 84 225 / 0.9) !important;
}

.hover\:bg-blue-700\/95:hover{
  background-color: rgb(20 84 225 / 0.95) !important;
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 68 182 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-800\/0:hover{
  background-color: rgb(23 68 182 / 0) !important;
}

.hover\:bg-blue-800\/10:hover{
  background-color: rgb(23 68 182 / 0.1) !important;
}

.hover\:bg-blue-800\/100:hover{
  background-color: rgb(23 68 182 / 1) !important;
}

.hover\:bg-blue-800\/15:hover{
  background-color: rgb(23 68 182 / 0.15) !important;
}

.hover\:bg-blue-800\/20:hover{
  background-color: rgb(23 68 182 / 0.2) !important;
}

.hover\:bg-blue-800\/25:hover{
  background-color: rgb(23 68 182 / 0.25) !important;
}

.hover\:bg-blue-800\/30:hover{
  background-color: rgb(23 68 182 / 0.3) !important;
}

.hover\:bg-blue-800\/35:hover{
  background-color: rgb(23 68 182 / 0.35) !important;
}

.hover\:bg-blue-800\/40:hover{
  background-color: rgb(23 68 182 / 0.4) !important;
}

.hover\:bg-blue-800\/45:hover{
  background-color: rgb(23 68 182 / 0.45) !important;
}

.hover\:bg-blue-800\/5:hover{
  background-color: rgb(23 68 182 / 0.05) !important;
}

.hover\:bg-blue-800\/50:hover{
  background-color: rgb(23 68 182 / 0.5) !important;
}

.hover\:bg-blue-800\/55:hover{
  background-color: rgb(23 68 182 / 0.55) !important;
}

.hover\:bg-blue-800\/60:hover{
  background-color: rgb(23 68 182 / 0.6) !important;
}

.hover\:bg-blue-800\/65:hover{
  background-color: rgb(23 68 182 / 0.65) !important;
}

.hover\:bg-blue-800\/70:hover{
  background-color: rgb(23 68 182 / 0.7) !important;
}

.hover\:bg-blue-800\/75:hover{
  background-color: rgb(23 68 182 / 0.75) !important;
}

.hover\:bg-blue-800\/80:hover{
  background-color: rgb(23 68 182 / 0.8) !important;
}

.hover\:bg-blue-800\/85:hover{
  background-color: rgb(23 68 182 / 0.85) !important;
}

.hover\:bg-blue-800\/90:hover{
  background-color: rgb(23 68 182 / 0.9) !important;
}

.hover\:bg-blue-800\/95:hover{
  background-color: rgb(23 68 182 / 0.95) !important;
}

.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 61 143 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-900\/0:hover{
  background-color: rgb(25 61 143 / 0) !important;
}

.hover\:bg-blue-900\/10:hover{
  background-color: rgb(25 61 143 / 0.1) !important;
}

.hover\:bg-blue-900\/100:hover{
  background-color: rgb(25 61 143 / 1) !important;
}

.hover\:bg-blue-900\/15:hover{
  background-color: rgb(25 61 143 / 0.15) !important;
}

.hover\:bg-blue-900\/20:hover{
  background-color: rgb(25 61 143 / 0.2) !important;
}

.hover\:bg-blue-900\/25:hover{
  background-color: rgb(25 61 143 / 0.25) !important;
}

.hover\:bg-blue-900\/30:hover{
  background-color: rgb(25 61 143 / 0.3) !important;
}

.hover\:bg-blue-900\/35:hover{
  background-color: rgb(25 61 143 / 0.35) !important;
}

.hover\:bg-blue-900\/40:hover{
  background-color: rgb(25 61 143 / 0.4) !important;
}

.hover\:bg-blue-900\/45:hover{
  background-color: rgb(25 61 143 / 0.45) !important;
}

.hover\:bg-blue-900\/5:hover{
  background-color: rgb(25 61 143 / 0.05) !important;
}

.hover\:bg-blue-900\/50:hover{
  background-color: rgb(25 61 143 / 0.5) !important;
}

.hover\:bg-blue-900\/55:hover{
  background-color: rgb(25 61 143 / 0.55) !important;
}

.hover\:bg-blue-900\/60:hover{
  background-color: rgb(25 61 143 / 0.6) !important;
}

.hover\:bg-blue-900\/65:hover{
  background-color: rgb(25 61 143 / 0.65) !important;
}

.hover\:bg-blue-900\/70:hover{
  background-color: rgb(25 61 143 / 0.7) !important;
}

.hover\:bg-blue-900\/75:hover{
  background-color: rgb(25 61 143 / 0.75) !important;
}

.hover\:bg-blue-900\/80:hover{
  background-color: rgb(25 61 143 / 0.8) !important;
}

.hover\:bg-blue-900\/85:hover{
  background-color: rgb(25 61 143 / 0.85) !important;
}

.hover\:bg-blue-900\/90:hover{
  background-color: rgb(25 61 143 / 0.9) !important;
}

.hover\:bg-blue-900\/95:hover{
  background-color: rgb(25 61 143 / 0.95) !important;
}

.hover\:bg-blue-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 38 87 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-950\/0:hover{
  background-color: rgb(20 38 87 / 0) !important;
}

.hover\:bg-blue-950\/10:hover{
  background-color: rgb(20 38 87 / 0.1) !important;
}

.hover\:bg-blue-950\/100:hover{
  background-color: rgb(20 38 87 / 1) !important;
}

.hover\:bg-blue-950\/15:hover{
  background-color: rgb(20 38 87 / 0.15) !important;
}

.hover\:bg-blue-950\/20:hover{
  background-color: rgb(20 38 87 / 0.2) !important;
}

.hover\:bg-blue-950\/25:hover{
  background-color: rgb(20 38 87 / 0.25) !important;
}

.hover\:bg-blue-950\/30:hover{
  background-color: rgb(20 38 87 / 0.3) !important;
}

.hover\:bg-blue-950\/35:hover{
  background-color: rgb(20 38 87 / 0.35) !important;
}

.hover\:bg-blue-950\/40:hover{
  background-color: rgb(20 38 87 / 0.4) !important;
}

.hover\:bg-blue-950\/45:hover{
  background-color: rgb(20 38 87 / 0.45) !important;
}

.hover\:bg-blue-950\/5:hover{
  background-color: rgb(20 38 87 / 0.05) !important;
}

.hover\:bg-blue-950\/50:hover{
  background-color: rgb(20 38 87 / 0.5) !important;
}

.hover\:bg-blue-950\/55:hover{
  background-color: rgb(20 38 87 / 0.55) !important;
}

.hover\:bg-blue-950\/60:hover{
  background-color: rgb(20 38 87 / 0.6) !important;
}

.hover\:bg-blue-950\/65:hover{
  background-color: rgb(20 38 87 / 0.65) !important;
}

.hover\:bg-blue-950\/70:hover{
  background-color: rgb(20 38 87 / 0.7) !important;
}

.hover\:bg-blue-950\/75:hover{
  background-color: rgb(20 38 87 / 0.75) !important;
}

.hover\:bg-blue-950\/80:hover{
  background-color: rgb(20 38 87 / 0.8) !important;
}

.hover\:bg-blue-950\/85:hover{
  background-color: rgb(20 38 87 / 0.85) !important;
}

.hover\:bg-blue-950\/90:hover{
  background-color: rgb(20 38 87 / 0.9) !important;
}

.hover\:bg-blue-950\/95:hover{
  background-color: rgb(20 38 87 / 0.95) !important;
}

.hover\:bg-cyan-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 229 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-100\/0:hover{
  background-color: rgb(187 229 255 / 0) !important;
}

.hover\:bg-cyan-100\/10:hover{
  background-color: rgb(187 229 255 / 0.1) !important;
}

.hover\:bg-cyan-100\/100:hover{
  background-color: rgb(187 229 255 / 1) !important;
}

.hover\:bg-cyan-100\/15:hover{
  background-color: rgb(187 229 255 / 0.15) !important;
}

.hover\:bg-cyan-100\/20:hover{
  background-color: rgb(187 229 255 / 0.2) !important;
}

.hover\:bg-cyan-100\/25:hover{
  background-color: rgb(187 229 255 / 0.25) !important;
}

.hover\:bg-cyan-100\/30:hover{
  background-color: rgb(187 229 255 / 0.3) !important;
}

.hover\:bg-cyan-100\/35:hover{
  background-color: rgb(187 229 255 / 0.35) !important;
}

.hover\:bg-cyan-100\/40:hover{
  background-color: rgb(187 229 255 / 0.4) !important;
}

.hover\:bg-cyan-100\/45:hover{
  background-color: rgb(187 229 255 / 0.45) !important;
}

.hover\:bg-cyan-100\/5:hover{
  background-color: rgb(187 229 255 / 0.05) !important;
}

.hover\:bg-cyan-100\/50:hover{
  background-color: rgb(187 229 255 / 0.5) !important;
}

.hover\:bg-cyan-100\/55:hover{
  background-color: rgb(187 229 255 / 0.55) !important;
}

.hover\:bg-cyan-100\/60:hover{
  background-color: rgb(187 229 255 / 0.6) !important;
}

.hover\:bg-cyan-100\/65:hover{
  background-color: rgb(187 229 255 / 0.65) !important;
}

.hover\:bg-cyan-100\/70:hover{
  background-color: rgb(187 229 255 / 0.7) !important;
}

.hover\:bg-cyan-100\/75:hover{
  background-color: rgb(187 229 255 / 0.75) !important;
}

.hover\:bg-cyan-100\/80:hover{
  background-color: rgb(187 229 255 / 0.8) !important;
}

.hover\:bg-cyan-100\/85:hover{
  background-color: rgb(187 229 255 / 0.85) !important;
}

.hover\:bg-cyan-100\/90:hover{
  background-color: rgb(187 229 255 / 0.9) !important;
}

.hover\:bg-cyan-100\/95:hover{
  background-color: rgb(187 229 255 / 0.95) !important;
}

.hover\:bg-cyan-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 211 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-200\/0:hover{
  background-color: rgb(142 211 255 / 0) !important;
}

.hover\:bg-cyan-200\/10:hover{
  background-color: rgb(142 211 255 / 0.1) !important;
}

.hover\:bg-cyan-200\/100:hover{
  background-color: rgb(142 211 255 / 1) !important;
}

.hover\:bg-cyan-200\/15:hover{
  background-color: rgb(142 211 255 / 0.15) !important;
}

.hover\:bg-cyan-200\/20:hover{
  background-color: rgb(142 211 255 / 0.2) !important;
}

.hover\:bg-cyan-200\/25:hover{
  background-color: rgb(142 211 255 / 0.25) !important;
}

.hover\:bg-cyan-200\/30:hover{
  background-color: rgb(142 211 255 / 0.3) !important;
}

.hover\:bg-cyan-200\/35:hover{
  background-color: rgb(142 211 255 / 0.35) !important;
}

.hover\:bg-cyan-200\/40:hover{
  background-color: rgb(142 211 255 / 0.4) !important;
}

.hover\:bg-cyan-200\/45:hover{
  background-color: rgb(142 211 255 / 0.45) !important;
}

.hover\:bg-cyan-200\/5:hover{
  background-color: rgb(142 211 255 / 0.05) !important;
}

.hover\:bg-cyan-200\/50:hover{
  background-color: rgb(142 211 255 / 0.5) !important;
}

.hover\:bg-cyan-200\/55:hover{
  background-color: rgb(142 211 255 / 0.55) !important;
}

.hover\:bg-cyan-200\/60:hover{
  background-color: rgb(142 211 255 / 0.6) !important;
}

.hover\:bg-cyan-200\/65:hover{
  background-color: rgb(142 211 255 / 0.65) !important;
}

.hover\:bg-cyan-200\/70:hover{
  background-color: rgb(142 211 255 / 0.7) !important;
}

.hover\:bg-cyan-200\/75:hover{
  background-color: rgb(142 211 255 / 0.75) !important;
}

.hover\:bg-cyan-200\/80:hover{
  background-color: rgb(142 211 255 / 0.8) !important;
}

.hover\:bg-cyan-200\/85:hover{
  background-color: rgb(142 211 255 / 0.85) !important;
}

.hover\:bg-cyan-200\/90:hover{
  background-color: rgb(142 211 255 / 0.9) !important;
}

.hover\:bg-cyan-200\/95:hover{
  background-color: rgb(142 211 255 / 0.95) !important;
}

.hover\:bg-cyan-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 193 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-300\/0:hover{
  background-color: rgb(97 193 255 / 0) !important;
}

.hover\:bg-cyan-300\/10:hover{
  background-color: rgb(97 193 255 / 0.1) !important;
}

.hover\:bg-cyan-300\/100:hover{
  background-color: rgb(97 193 255 / 1) !important;
}

.hover\:bg-cyan-300\/15:hover{
  background-color: rgb(97 193 255 / 0.15) !important;
}

.hover\:bg-cyan-300\/20:hover{
  background-color: rgb(97 193 255 / 0.2) !important;
}

.hover\:bg-cyan-300\/25:hover{
  background-color: rgb(97 193 255 / 0.25) !important;
}

.hover\:bg-cyan-300\/30:hover{
  background-color: rgb(97 193 255 / 0.3) !important;
}

.hover\:bg-cyan-300\/35:hover{
  background-color: rgb(97 193 255 / 0.35) !important;
}

.hover\:bg-cyan-300\/40:hover{
  background-color: rgb(97 193 255 / 0.4) !important;
}

.hover\:bg-cyan-300\/45:hover{
  background-color: rgb(97 193 255 / 0.45) !important;
}

.hover\:bg-cyan-300\/5:hover{
  background-color: rgb(97 193 255 / 0.05) !important;
}

.hover\:bg-cyan-300\/50:hover{
  background-color: rgb(97 193 255 / 0.5) !important;
}

.hover\:bg-cyan-300\/55:hover{
  background-color: rgb(97 193 255 / 0.55) !important;
}

.hover\:bg-cyan-300\/60:hover{
  background-color: rgb(97 193 255 / 0.6) !important;
}

.hover\:bg-cyan-300\/65:hover{
  background-color: rgb(97 193 255 / 0.65) !important;
}

.hover\:bg-cyan-300\/70:hover{
  background-color: rgb(97 193 255 / 0.7) !important;
}

.hover\:bg-cyan-300\/75:hover{
  background-color: rgb(97 193 255 / 0.75) !important;
}

.hover\:bg-cyan-300\/80:hover{
  background-color: rgb(97 193 255 / 0.8) !important;
}

.hover\:bg-cyan-300\/85:hover{
  background-color: rgb(97 193 255 / 0.85) !important;
}

.hover\:bg-cyan-300\/90:hover{
  background-color: rgb(97 193 255 / 0.9) !important;
}

.hover\:bg-cyan-300\/95:hover{
  background-color: rgb(97 193 255 / 0.95) !important;
}

.hover\:bg-cyan-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 180 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-400\/0:hover{
  background-color: rgb(63 180 255 / 0) !important;
}

.hover\:bg-cyan-400\/10:hover{
  background-color: rgb(63 180 255 / 0.1) !important;
}

.hover\:bg-cyan-400\/100:hover{
  background-color: rgb(63 180 255 / 1) !important;
}

.hover\:bg-cyan-400\/15:hover{
  background-color: rgb(63 180 255 / 0.15) !important;
}

.hover\:bg-cyan-400\/20:hover{
  background-color: rgb(63 180 255 / 0.2) !important;
}

.hover\:bg-cyan-400\/25:hover{
  background-color: rgb(63 180 255 / 0.25) !important;
}

.hover\:bg-cyan-400\/30:hover{
  background-color: rgb(63 180 255 / 0.3) !important;
}

.hover\:bg-cyan-400\/35:hover{
  background-color: rgb(63 180 255 / 0.35) !important;
}

.hover\:bg-cyan-400\/40:hover{
  background-color: rgb(63 180 255 / 0.4) !important;
}

.hover\:bg-cyan-400\/45:hover{
  background-color: rgb(63 180 255 / 0.45) !important;
}

.hover\:bg-cyan-400\/5:hover{
  background-color: rgb(63 180 255 / 0.05) !important;
}

.hover\:bg-cyan-400\/50:hover{
  background-color: rgb(63 180 255 / 0.5) !important;
}

.hover\:bg-cyan-400\/55:hover{
  background-color: rgb(63 180 255 / 0.55) !important;
}

.hover\:bg-cyan-400\/60:hover{
  background-color: rgb(63 180 255 / 0.6) !important;
}

.hover\:bg-cyan-400\/65:hover{
  background-color: rgb(63 180 255 / 0.65) !important;
}

.hover\:bg-cyan-400\/70:hover{
  background-color: rgb(63 180 255 / 0.7) !important;
}

.hover\:bg-cyan-400\/75:hover{
  background-color: rgb(63 180 255 / 0.75) !important;
}

.hover\:bg-cyan-400\/80:hover{
  background-color: rgb(63 180 255 / 0.8) !important;
}

.hover\:bg-cyan-400\/85:hover{
  background-color: rgb(63 180 255 / 0.85) !important;
}

.hover\:bg-cyan-400\/90:hover{
  background-color: rgb(63 180 255 / 0.9) !important;
}

.hover\:bg-cyan-400\/95:hover{
  background-color: rgb(63 180 255 / 0.95) !important;
}

.hover\:bg-cyan-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 244 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-50\/0:hover{
  background-color: rgb(228 244 255 / 0) !important;
}

.hover\:bg-cyan-50\/10:hover{
  background-color: rgb(228 244 255 / 0.1) !important;
}

.hover\:bg-cyan-50\/100:hover{
  background-color: rgb(228 244 255 / 1) !important;
}

.hover\:bg-cyan-50\/15:hover{
  background-color: rgb(228 244 255 / 0.15) !important;
}

.hover\:bg-cyan-50\/20:hover{
  background-color: rgb(228 244 255 / 0.2) !important;
}

.hover\:bg-cyan-50\/25:hover{
  background-color: rgb(228 244 255 / 0.25) !important;
}

.hover\:bg-cyan-50\/30:hover{
  background-color: rgb(228 244 255 / 0.3) !important;
}

.hover\:bg-cyan-50\/35:hover{
  background-color: rgb(228 244 255 / 0.35) !important;
}

.hover\:bg-cyan-50\/40:hover{
  background-color: rgb(228 244 255 / 0.4) !important;
}

.hover\:bg-cyan-50\/45:hover{
  background-color: rgb(228 244 255 / 0.45) !important;
}

.hover\:bg-cyan-50\/5:hover{
  background-color: rgb(228 244 255 / 0.05) !important;
}

.hover\:bg-cyan-50\/50:hover{
  background-color: rgb(228 244 255 / 0.5) !important;
}

.hover\:bg-cyan-50\/55:hover{
  background-color: rgb(228 244 255 / 0.55) !important;
}

.hover\:bg-cyan-50\/60:hover{
  background-color: rgb(228 244 255 / 0.6) !important;
}

.hover\:bg-cyan-50\/65:hover{
  background-color: rgb(228 244 255 / 0.65) !important;
}

.hover\:bg-cyan-50\/70:hover{
  background-color: rgb(228 244 255 / 0.7) !important;
}

.hover\:bg-cyan-50\/75:hover{
  background-color: rgb(228 244 255 / 0.75) !important;
}

.hover\:bg-cyan-50\/80:hover{
  background-color: rgb(228 244 255 / 0.8) !important;
}

.hover\:bg-cyan-50\/85:hover{
  background-color: rgb(228 244 255 / 0.85) !important;
}

.hover\:bg-cyan-50\/90:hover{
  background-color: rgb(228 244 255 / 0.9) !important;
}

.hover\:bg-cyan-50\/95:hover{
  background-color: rgb(228 244 255 / 0.95) !important;
}

.hover\:bg-cyan-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-500\/0:hover{
  background-color: rgb(29 167 255 / 0) !important;
}

.hover\:bg-cyan-500\/10:hover{
  background-color: rgb(29 167 255 / 0.1) !important;
}

.hover\:bg-cyan-500\/100:hover{
  background-color: rgb(29 167 255 / 1) !important;
}

.hover\:bg-cyan-500\/15:hover{
  background-color: rgb(29 167 255 / 0.15) !important;
}

.hover\:bg-cyan-500\/20:hover{
  background-color: rgb(29 167 255 / 0.2) !important;
}

.hover\:bg-cyan-500\/25:hover{
  background-color: rgb(29 167 255 / 0.25) !important;
}

.hover\:bg-cyan-500\/30:hover{
  background-color: rgb(29 167 255 / 0.3) !important;
}

.hover\:bg-cyan-500\/35:hover{
  background-color: rgb(29 167 255 / 0.35) !important;
}

.hover\:bg-cyan-500\/40:hover{
  background-color: rgb(29 167 255 / 0.4) !important;
}

.hover\:bg-cyan-500\/45:hover{
  background-color: rgb(29 167 255 / 0.45) !important;
}

.hover\:bg-cyan-500\/5:hover{
  background-color: rgb(29 167 255 / 0.05) !important;
}

.hover\:bg-cyan-500\/50:hover{
  background-color: rgb(29 167 255 / 0.5) !important;
}

.hover\:bg-cyan-500\/55:hover{
  background-color: rgb(29 167 255 / 0.55) !important;
}

.hover\:bg-cyan-500\/60:hover{
  background-color: rgb(29 167 255 / 0.6) !important;
}

.hover\:bg-cyan-500\/65:hover{
  background-color: rgb(29 167 255 / 0.65) !important;
}

.hover\:bg-cyan-500\/70:hover{
  background-color: rgb(29 167 255 / 0.7) !important;
}

.hover\:bg-cyan-500\/75:hover{
  background-color: rgb(29 167 255 / 0.75) !important;
}

.hover\:bg-cyan-500\/80:hover{
  background-color: rgb(29 167 255 / 0.8) !important;
}

.hover\:bg-cyan-500\/85:hover{
  background-color: rgb(29 167 255 / 0.85) !important;
}

.hover\:bg-cyan-500\/90:hover{
  background-color: rgb(29 167 255 / 0.9) !important;
}

.hover\:bg-cyan-500\/95:hover{
  background-color: rgb(29 167 255 / 0.95) !important;
}

.hover\:bg-cyan-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 159 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-600\/0:hover{
  background-color: rgb(26 159 255 / 0) !important;
}

.hover\:bg-cyan-600\/10:hover{
  background-color: rgb(26 159 255 / 0.1) !important;
}

.hover\:bg-cyan-600\/100:hover{
  background-color: rgb(26 159 255 / 1) !important;
}

.hover\:bg-cyan-600\/15:hover{
  background-color: rgb(26 159 255 / 0.15) !important;
}

.hover\:bg-cyan-600\/20:hover{
  background-color: rgb(26 159 255 / 0.2) !important;
}

.hover\:bg-cyan-600\/25:hover{
  background-color: rgb(26 159 255 / 0.25) !important;
}

.hover\:bg-cyan-600\/30:hover{
  background-color: rgb(26 159 255 / 0.3) !important;
}

.hover\:bg-cyan-600\/35:hover{
  background-color: rgb(26 159 255 / 0.35) !important;
}

.hover\:bg-cyan-600\/40:hover{
  background-color: rgb(26 159 255 / 0.4) !important;
}

.hover\:bg-cyan-600\/45:hover{
  background-color: rgb(26 159 255 / 0.45) !important;
}

.hover\:bg-cyan-600\/5:hover{
  background-color: rgb(26 159 255 / 0.05) !important;
}

.hover\:bg-cyan-600\/50:hover{
  background-color: rgb(26 159 255 / 0.5) !important;
}

.hover\:bg-cyan-600\/55:hover{
  background-color: rgb(26 159 255 / 0.55) !important;
}

.hover\:bg-cyan-600\/60:hover{
  background-color: rgb(26 159 255 / 0.6) !important;
}

.hover\:bg-cyan-600\/65:hover{
  background-color: rgb(26 159 255 / 0.65) !important;
}

.hover\:bg-cyan-600\/70:hover{
  background-color: rgb(26 159 255 / 0.7) !important;
}

.hover\:bg-cyan-600\/75:hover{
  background-color: rgb(26 159 255 / 0.75) !important;
}

.hover\:bg-cyan-600\/80:hover{
  background-color: rgb(26 159 255 / 0.8) !important;
}

.hover\:bg-cyan-600\/85:hover{
  background-color: rgb(26 159 255 / 0.85) !important;
}

.hover\:bg-cyan-600\/90:hover{
  background-color: rgb(26 159 255 / 0.9) !important;
}

.hover\:bg-cyan-600\/95:hover{
  background-color: rgb(26 159 255 / 0.95) !important;
}

.hover\:bg-cyan-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 150 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-700\/0:hover{
  background-color: rgb(21 150 255 / 0) !important;
}

.hover\:bg-cyan-700\/10:hover{
  background-color: rgb(21 150 255 / 0.1) !important;
}

.hover\:bg-cyan-700\/100:hover{
  background-color: rgb(21 150 255 / 1) !important;
}

.hover\:bg-cyan-700\/15:hover{
  background-color: rgb(21 150 255 / 0.15) !important;
}

.hover\:bg-cyan-700\/20:hover{
  background-color: rgb(21 150 255 / 0.2) !important;
}

.hover\:bg-cyan-700\/25:hover{
  background-color: rgb(21 150 255 / 0.25) !important;
}

.hover\:bg-cyan-700\/30:hover{
  background-color: rgb(21 150 255 / 0.3) !important;
}

.hover\:bg-cyan-700\/35:hover{
  background-color: rgb(21 150 255 / 0.35) !important;
}

.hover\:bg-cyan-700\/40:hover{
  background-color: rgb(21 150 255 / 0.4) !important;
}

.hover\:bg-cyan-700\/45:hover{
  background-color: rgb(21 150 255 / 0.45) !important;
}

.hover\:bg-cyan-700\/5:hover{
  background-color: rgb(21 150 255 / 0.05) !important;
}

.hover\:bg-cyan-700\/50:hover{
  background-color: rgb(21 150 255 / 0.5) !important;
}

.hover\:bg-cyan-700\/55:hover{
  background-color: rgb(21 150 255 / 0.55) !important;
}

.hover\:bg-cyan-700\/60:hover{
  background-color: rgb(21 150 255 / 0.6) !important;
}

.hover\:bg-cyan-700\/65:hover{
  background-color: rgb(21 150 255 / 0.65) !important;
}

.hover\:bg-cyan-700\/70:hover{
  background-color: rgb(21 150 255 / 0.7) !important;
}

.hover\:bg-cyan-700\/75:hover{
  background-color: rgb(21 150 255 / 0.75) !important;
}

.hover\:bg-cyan-700\/80:hover{
  background-color: rgb(21 150 255 / 0.8) !important;
}

.hover\:bg-cyan-700\/85:hover{
  background-color: rgb(21 150 255 / 0.85) !important;
}

.hover\:bg-cyan-700\/90:hover{
  background-color: rgb(21 150 255 / 0.9) !important;
}

.hover\:bg-cyan-700\/95:hover{
  background-color: rgb(21 150 255 / 0.95) !important;
}

.hover\:bg-cyan-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 140 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-800\/0:hover{
  background-color: rgb(17 140 255 / 0) !important;
}

.hover\:bg-cyan-800\/10:hover{
  background-color: rgb(17 140 255 / 0.1) !important;
}

.hover\:bg-cyan-800\/100:hover{
  background-color: rgb(17 140 255 / 1) !important;
}

.hover\:bg-cyan-800\/15:hover{
  background-color: rgb(17 140 255 / 0.15) !important;
}

.hover\:bg-cyan-800\/20:hover{
  background-color: rgb(17 140 255 / 0.2) !important;
}

.hover\:bg-cyan-800\/25:hover{
  background-color: rgb(17 140 255 / 0.25) !important;
}

.hover\:bg-cyan-800\/30:hover{
  background-color: rgb(17 140 255 / 0.3) !important;
}

.hover\:bg-cyan-800\/35:hover{
  background-color: rgb(17 140 255 / 0.35) !important;
}

.hover\:bg-cyan-800\/40:hover{
  background-color: rgb(17 140 255 / 0.4) !important;
}

.hover\:bg-cyan-800\/45:hover{
  background-color: rgb(17 140 255 / 0.45) !important;
}

.hover\:bg-cyan-800\/5:hover{
  background-color: rgb(17 140 255 / 0.05) !important;
}

.hover\:bg-cyan-800\/50:hover{
  background-color: rgb(17 140 255 / 0.5) !important;
}

.hover\:bg-cyan-800\/55:hover{
  background-color: rgb(17 140 255 / 0.55) !important;
}

.hover\:bg-cyan-800\/60:hover{
  background-color: rgb(17 140 255 / 0.6) !important;
}

.hover\:bg-cyan-800\/65:hover{
  background-color: rgb(17 140 255 / 0.65) !important;
}

.hover\:bg-cyan-800\/70:hover{
  background-color: rgb(17 140 255 / 0.7) !important;
}

.hover\:bg-cyan-800\/75:hover{
  background-color: rgb(17 140 255 / 0.75) !important;
}

.hover\:bg-cyan-800\/80:hover{
  background-color: rgb(17 140 255 / 0.8) !important;
}

.hover\:bg-cyan-800\/85:hover{
  background-color: rgb(17 140 255 / 0.85) !important;
}

.hover\:bg-cyan-800\/90:hover{
  background-color: rgb(17 140 255 / 0.9) !important;
}

.hover\:bg-cyan-800\/95:hover{
  background-color: rgb(17 140 255 / 0.95) !important;
}

.hover\:bg-cyan-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 124 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-900\/0:hover{
  background-color: rgb(10 124 255 / 0) !important;
}

.hover\:bg-cyan-900\/10:hover{
  background-color: rgb(10 124 255 / 0.1) !important;
}

.hover\:bg-cyan-900\/100:hover{
  background-color: rgb(10 124 255 / 1) !important;
}

.hover\:bg-cyan-900\/15:hover{
  background-color: rgb(10 124 255 / 0.15) !important;
}

.hover\:bg-cyan-900\/20:hover{
  background-color: rgb(10 124 255 / 0.2) !important;
}

.hover\:bg-cyan-900\/25:hover{
  background-color: rgb(10 124 255 / 0.25) !important;
}

.hover\:bg-cyan-900\/30:hover{
  background-color: rgb(10 124 255 / 0.3) !important;
}

.hover\:bg-cyan-900\/35:hover{
  background-color: rgb(10 124 255 / 0.35) !important;
}

.hover\:bg-cyan-900\/40:hover{
  background-color: rgb(10 124 255 / 0.4) !important;
}

.hover\:bg-cyan-900\/45:hover{
  background-color: rgb(10 124 255 / 0.45) !important;
}

.hover\:bg-cyan-900\/5:hover{
  background-color: rgb(10 124 255 / 0.05) !important;
}

.hover\:bg-cyan-900\/50:hover{
  background-color: rgb(10 124 255 / 0.5) !important;
}

.hover\:bg-cyan-900\/55:hover{
  background-color: rgb(10 124 255 / 0.55) !important;
}

.hover\:bg-cyan-900\/60:hover{
  background-color: rgb(10 124 255 / 0.6) !important;
}

.hover\:bg-cyan-900\/65:hover{
  background-color: rgb(10 124 255 / 0.65) !important;
}

.hover\:bg-cyan-900\/70:hover{
  background-color: rgb(10 124 255 / 0.7) !important;
}

.hover\:bg-cyan-900\/75:hover{
  background-color: rgb(10 124 255 / 0.75) !important;
}

.hover\:bg-cyan-900\/80:hover{
  background-color: rgb(10 124 255 / 0.8) !important;
}

.hover\:bg-cyan-900\/85:hover{
  background-color: rgb(10 124 255 / 0.85) !important;
}

.hover\:bg-cyan-900\/90:hover{
  background-color: rgb(10 124 255 / 0.9) !important;
}

.hover\:bg-cyan-900\/95:hover{
  background-color: rgb(10 124 255 / 0.95) !important;
}

.hover\:bg-cyan-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-cyan-950\/0:hover{
  background-color: rgb(8 51 68 / 0) !important;
}

.hover\:bg-cyan-950\/10:hover{
  background-color: rgb(8 51 68 / 0.1) !important;
}

.hover\:bg-cyan-950\/100:hover{
  background-color: rgb(8 51 68 / 1) !important;
}

.hover\:bg-cyan-950\/15:hover{
  background-color: rgb(8 51 68 / 0.15) !important;
}

.hover\:bg-cyan-950\/20:hover{
  background-color: rgb(8 51 68 / 0.2) !important;
}

.hover\:bg-cyan-950\/25:hover{
  background-color: rgb(8 51 68 / 0.25) !important;
}

.hover\:bg-cyan-950\/30:hover{
  background-color: rgb(8 51 68 / 0.3) !important;
}

.hover\:bg-cyan-950\/35:hover{
  background-color: rgb(8 51 68 / 0.35) !important;
}

.hover\:bg-cyan-950\/40:hover{
  background-color: rgb(8 51 68 / 0.4) !important;
}

.hover\:bg-cyan-950\/45:hover{
  background-color: rgb(8 51 68 / 0.45) !important;
}

.hover\:bg-cyan-950\/5:hover{
  background-color: rgb(8 51 68 / 0.05) !important;
}

.hover\:bg-cyan-950\/50:hover{
  background-color: rgb(8 51 68 / 0.5) !important;
}

.hover\:bg-cyan-950\/55:hover{
  background-color: rgb(8 51 68 / 0.55) !important;
}

.hover\:bg-cyan-950\/60:hover{
  background-color: rgb(8 51 68 / 0.6) !important;
}

.hover\:bg-cyan-950\/65:hover{
  background-color: rgb(8 51 68 / 0.65) !important;
}

.hover\:bg-cyan-950\/70:hover{
  background-color: rgb(8 51 68 / 0.7) !important;
}

.hover\:bg-cyan-950\/75:hover{
  background-color: rgb(8 51 68 / 0.75) !important;
}

.hover\:bg-cyan-950\/80:hover{
  background-color: rgb(8 51 68 / 0.8) !important;
}

.hover\:bg-cyan-950\/85:hover{
  background-color: rgb(8 51 68 / 0.85) !important;
}

.hover\:bg-cyan-950\/90:hover{
  background-color: rgb(8 51 68 / 0.9) !important;
}

.hover\:bg-cyan-950\/95:hover{
  background-color: rgb(8 51 68 / 0.95) !important;
}

.hover\:bg-darkgrey-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 241 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-100\/0:hover{
  background-color: rgb(229 229 241 / 0) !important;
}

.hover\:bg-darkgrey-100\/10:hover{
  background-color: rgb(229 229 241 / 0.1) !important;
}

.hover\:bg-darkgrey-100\/100:hover{
  background-color: rgb(229 229 241 / 1) !important;
}

.hover\:bg-darkgrey-100\/15:hover{
  background-color: rgb(229 229 241 / 0.15) !important;
}

.hover\:bg-darkgrey-100\/20:hover{
  background-color: rgb(229 229 241 / 0.2) !important;
}

.hover\:bg-darkgrey-100\/25:hover{
  background-color: rgb(229 229 241 / 0.25) !important;
}

.hover\:bg-darkgrey-100\/30:hover{
  background-color: rgb(229 229 241 / 0.3) !important;
}

.hover\:bg-darkgrey-100\/35:hover{
  background-color: rgb(229 229 241 / 0.35) !important;
}

.hover\:bg-darkgrey-100\/40:hover{
  background-color: rgb(229 229 241 / 0.4) !important;
}

.hover\:bg-darkgrey-100\/45:hover{
  background-color: rgb(229 229 241 / 0.45) !important;
}

.hover\:bg-darkgrey-100\/5:hover{
  background-color: rgb(229 229 241 / 0.05) !important;
}

.hover\:bg-darkgrey-100\/50:hover{
  background-color: rgb(229 229 241 / 0.5) !important;
}

.hover\:bg-darkgrey-100\/55:hover{
  background-color: rgb(229 229 241 / 0.55) !important;
}

.hover\:bg-darkgrey-100\/60:hover{
  background-color: rgb(229 229 241 / 0.6) !important;
}

.hover\:bg-darkgrey-100\/65:hover{
  background-color: rgb(229 229 241 / 0.65) !important;
}

.hover\:bg-darkgrey-100\/70:hover{
  background-color: rgb(229 229 241 / 0.7) !important;
}

.hover\:bg-darkgrey-100\/75:hover{
  background-color: rgb(229 229 241 / 0.75) !important;
}

.hover\:bg-darkgrey-100\/80:hover{
  background-color: rgb(229 229 241 / 0.8) !important;
}

.hover\:bg-darkgrey-100\/85:hover{
  background-color: rgb(229 229 241 / 0.85) !important;
}

.hover\:bg-darkgrey-100\/90:hover{
  background-color: rgb(229 229 241 / 0.9) !important;
}

.hover\:bg-darkgrey-100\/95:hover{
  background-color: rgb(229 229 241 / 0.95) !important;
}

.hover\:bg-darkgrey-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 212 231 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-200\/0:hover{
  background-color: rgb(211 212 231 / 0) !important;
}

.hover\:bg-darkgrey-200\/10:hover{
  background-color: rgb(211 212 231 / 0.1) !important;
}

.hover\:bg-darkgrey-200\/100:hover{
  background-color: rgb(211 212 231 / 1) !important;
}

.hover\:bg-darkgrey-200\/15:hover{
  background-color: rgb(211 212 231 / 0.15) !important;
}

.hover\:bg-darkgrey-200\/20:hover{
  background-color: rgb(211 212 231 / 0.2) !important;
}

.hover\:bg-darkgrey-200\/25:hover{
  background-color: rgb(211 212 231 / 0.25) !important;
}

.hover\:bg-darkgrey-200\/30:hover{
  background-color: rgb(211 212 231 / 0.3) !important;
}

.hover\:bg-darkgrey-200\/35:hover{
  background-color: rgb(211 212 231 / 0.35) !important;
}

.hover\:bg-darkgrey-200\/40:hover{
  background-color: rgb(211 212 231 / 0.4) !important;
}

.hover\:bg-darkgrey-200\/45:hover{
  background-color: rgb(211 212 231 / 0.45) !important;
}

.hover\:bg-darkgrey-200\/5:hover{
  background-color: rgb(211 212 231 / 0.05) !important;
}

.hover\:bg-darkgrey-200\/50:hover{
  background-color: rgb(211 212 231 / 0.5) !important;
}

.hover\:bg-darkgrey-200\/55:hover{
  background-color: rgb(211 212 231 / 0.55) !important;
}

.hover\:bg-darkgrey-200\/60:hover{
  background-color: rgb(211 212 231 / 0.6) !important;
}

.hover\:bg-darkgrey-200\/65:hover{
  background-color: rgb(211 212 231 / 0.65) !important;
}

.hover\:bg-darkgrey-200\/70:hover{
  background-color: rgb(211 212 231 / 0.7) !important;
}

.hover\:bg-darkgrey-200\/75:hover{
  background-color: rgb(211 212 231 / 0.75) !important;
}

.hover\:bg-darkgrey-200\/80:hover{
  background-color: rgb(211 212 231 / 0.8) !important;
}

.hover\:bg-darkgrey-200\/85:hover{
  background-color: rgb(211 212 231 / 0.85) !important;
}

.hover\:bg-darkgrey-200\/90:hover{
  background-color: rgb(211 212 231 / 0.9) !important;
}

.hover\:bg-darkgrey-200\/95:hover{
  background-color: rgb(211 212 231 / 0.95) !important;
}

.hover\:bg-darkgrey-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(193 195 221 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-300\/0:hover{
  background-color: rgb(193 195 221 / 0) !important;
}

.hover\:bg-darkgrey-300\/10:hover{
  background-color: rgb(193 195 221 / 0.1) !important;
}

.hover\:bg-darkgrey-300\/100:hover{
  background-color: rgb(193 195 221 / 1) !important;
}

.hover\:bg-darkgrey-300\/15:hover{
  background-color: rgb(193 195 221 / 0.15) !important;
}

.hover\:bg-darkgrey-300\/20:hover{
  background-color: rgb(193 195 221 / 0.2) !important;
}

.hover\:bg-darkgrey-300\/25:hover{
  background-color: rgb(193 195 221 / 0.25) !important;
}

.hover\:bg-darkgrey-300\/30:hover{
  background-color: rgb(193 195 221 / 0.3) !important;
}

.hover\:bg-darkgrey-300\/35:hover{
  background-color: rgb(193 195 221 / 0.35) !important;
}

.hover\:bg-darkgrey-300\/40:hover{
  background-color: rgb(193 195 221 / 0.4) !important;
}

.hover\:bg-darkgrey-300\/45:hover{
  background-color: rgb(193 195 221 / 0.45) !important;
}

.hover\:bg-darkgrey-300\/5:hover{
  background-color: rgb(193 195 221 / 0.05) !important;
}

.hover\:bg-darkgrey-300\/50:hover{
  background-color: rgb(193 195 221 / 0.5) !important;
}

.hover\:bg-darkgrey-300\/55:hover{
  background-color: rgb(193 195 221 / 0.55) !important;
}

.hover\:bg-darkgrey-300\/60:hover{
  background-color: rgb(193 195 221 / 0.6) !important;
}

.hover\:bg-darkgrey-300\/65:hover{
  background-color: rgb(193 195 221 / 0.65) !important;
}

.hover\:bg-darkgrey-300\/70:hover{
  background-color: rgb(193 195 221 / 0.7) !important;
}

.hover\:bg-darkgrey-300\/75:hover{
  background-color: rgb(193 195 221 / 0.75) !important;
}

.hover\:bg-darkgrey-300\/80:hover{
  background-color: rgb(193 195 221 / 0.8) !important;
}

.hover\:bg-darkgrey-300\/85:hover{
  background-color: rgb(193 195 221 / 0.85) !important;
}

.hover\:bg-darkgrey-300\/90:hover{
  background-color: rgb(193 195 221 / 0.9) !important;
}

.hover\:bg-darkgrey-300\/95:hover{
  background-color: rgb(193 195 221 / 0.95) !important;
}

.hover\:bg-darkgrey-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 182 214 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-400\/0:hover{
  background-color: rgb(180 182 214 / 0) !important;
}

.hover\:bg-darkgrey-400\/10:hover{
  background-color: rgb(180 182 214 / 0.1) !important;
}

.hover\:bg-darkgrey-400\/100:hover{
  background-color: rgb(180 182 214 / 1) !important;
}

.hover\:bg-darkgrey-400\/15:hover{
  background-color: rgb(180 182 214 / 0.15) !important;
}

.hover\:bg-darkgrey-400\/20:hover{
  background-color: rgb(180 182 214 / 0.2) !important;
}

.hover\:bg-darkgrey-400\/25:hover{
  background-color: rgb(180 182 214 / 0.25) !important;
}

.hover\:bg-darkgrey-400\/30:hover{
  background-color: rgb(180 182 214 / 0.3) !important;
}

.hover\:bg-darkgrey-400\/35:hover{
  background-color: rgb(180 182 214 / 0.35) !important;
}

.hover\:bg-darkgrey-400\/40:hover{
  background-color: rgb(180 182 214 / 0.4) !important;
}

.hover\:bg-darkgrey-400\/45:hover{
  background-color: rgb(180 182 214 / 0.45) !important;
}

.hover\:bg-darkgrey-400\/5:hover{
  background-color: rgb(180 182 214 / 0.05) !important;
}

.hover\:bg-darkgrey-400\/50:hover{
  background-color: rgb(180 182 214 / 0.5) !important;
}

.hover\:bg-darkgrey-400\/55:hover{
  background-color: rgb(180 182 214 / 0.55) !important;
}

.hover\:bg-darkgrey-400\/60:hover{
  background-color: rgb(180 182 214 / 0.6) !important;
}

.hover\:bg-darkgrey-400\/65:hover{
  background-color: rgb(180 182 214 / 0.65) !important;
}

.hover\:bg-darkgrey-400\/70:hover{
  background-color: rgb(180 182 214 / 0.7) !important;
}

.hover\:bg-darkgrey-400\/75:hover{
  background-color: rgb(180 182 214 / 0.75) !important;
}

.hover\:bg-darkgrey-400\/80:hover{
  background-color: rgb(180 182 214 / 0.8) !important;
}

.hover\:bg-darkgrey-400\/85:hover{
  background-color: rgb(180 182 214 / 0.85) !important;
}

.hover\:bg-darkgrey-400\/90:hover{
  background-color: rgb(180 182 214 / 0.9) !important;
}

.hover\:bg-darkgrey-400\/95:hover{
  background-color: rgb(180 182 214 / 0.95) !important;
}

.hover\:bg-darkgrey-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-50\/0:hover{
  background-color: rgb(244 245 249 / 0) !important;
}

.hover\:bg-darkgrey-50\/10:hover{
  background-color: rgb(244 245 249 / 0.1) !important;
}

.hover\:bg-darkgrey-50\/100:hover{
  background-color: rgb(244 245 249 / 1) !important;
}

.hover\:bg-darkgrey-50\/15:hover{
  background-color: rgb(244 245 249 / 0.15) !important;
}

.hover\:bg-darkgrey-50\/20:hover{
  background-color: rgb(244 245 249 / 0.2) !important;
}

.hover\:bg-darkgrey-50\/25:hover{
  background-color: rgb(244 245 249 / 0.25) !important;
}

.hover\:bg-darkgrey-50\/30:hover{
  background-color: rgb(244 245 249 / 0.3) !important;
}

.hover\:bg-darkgrey-50\/35:hover{
  background-color: rgb(244 245 249 / 0.35) !important;
}

.hover\:bg-darkgrey-50\/40:hover{
  background-color: rgb(244 245 249 / 0.4) !important;
}

.hover\:bg-darkgrey-50\/45:hover{
  background-color: rgb(244 245 249 / 0.45) !important;
}

.hover\:bg-darkgrey-50\/5:hover{
  background-color: rgb(244 245 249 / 0.05) !important;
}

.hover\:bg-darkgrey-50\/50:hover{
  background-color: rgb(244 245 249 / 0.5) !important;
}

.hover\:bg-darkgrey-50\/55:hover{
  background-color: rgb(244 245 249 / 0.55) !important;
}

.hover\:bg-darkgrey-50\/60:hover{
  background-color: rgb(244 245 249 / 0.6) !important;
}

.hover\:bg-darkgrey-50\/65:hover{
  background-color: rgb(244 245 249 / 0.65) !important;
}

.hover\:bg-darkgrey-50\/70:hover{
  background-color: rgb(244 245 249 / 0.7) !important;
}

.hover\:bg-darkgrey-50\/75:hover{
  background-color: rgb(244 245 249 / 0.75) !important;
}

.hover\:bg-darkgrey-50\/80:hover{
  background-color: rgb(244 245 249 / 0.8) !important;
}

.hover\:bg-darkgrey-50\/85:hover{
  background-color: rgb(244 245 249 / 0.85) !important;
}

.hover\:bg-darkgrey-50\/90:hover{
  background-color: rgb(244 245 249 / 0.9) !important;
}

.hover\:bg-darkgrey-50\/95:hover{
  background-color: rgb(244 245 249 / 0.95) !important;
}

.hover\:bg-darkgrey-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 207 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-500\/0:hover{
  background-color: rgb(167 169 207 / 0) !important;
}

.hover\:bg-darkgrey-500\/10:hover{
  background-color: rgb(167 169 207 / 0.1) !important;
}

.hover\:bg-darkgrey-500\/100:hover{
  background-color: rgb(167 169 207 / 1) !important;
}

.hover\:bg-darkgrey-500\/15:hover{
  background-color: rgb(167 169 207 / 0.15) !important;
}

.hover\:bg-darkgrey-500\/20:hover{
  background-color: rgb(167 169 207 / 0.2) !important;
}

.hover\:bg-darkgrey-500\/25:hover{
  background-color: rgb(167 169 207 / 0.25) !important;
}

.hover\:bg-darkgrey-500\/30:hover{
  background-color: rgb(167 169 207 / 0.3) !important;
}

.hover\:bg-darkgrey-500\/35:hover{
  background-color: rgb(167 169 207 / 0.35) !important;
}

.hover\:bg-darkgrey-500\/40:hover{
  background-color: rgb(167 169 207 / 0.4) !important;
}

.hover\:bg-darkgrey-500\/45:hover{
  background-color: rgb(167 169 207 / 0.45) !important;
}

.hover\:bg-darkgrey-500\/5:hover{
  background-color: rgb(167 169 207 / 0.05) !important;
}

.hover\:bg-darkgrey-500\/50:hover{
  background-color: rgb(167 169 207 / 0.5) !important;
}

.hover\:bg-darkgrey-500\/55:hover{
  background-color: rgb(167 169 207 / 0.55) !important;
}

.hover\:bg-darkgrey-500\/60:hover{
  background-color: rgb(167 169 207 / 0.6) !important;
}

.hover\:bg-darkgrey-500\/65:hover{
  background-color: rgb(167 169 207 / 0.65) !important;
}

.hover\:bg-darkgrey-500\/70:hover{
  background-color: rgb(167 169 207 / 0.7) !important;
}

.hover\:bg-darkgrey-500\/75:hover{
  background-color: rgb(167 169 207 / 0.75) !important;
}

.hover\:bg-darkgrey-500\/80:hover{
  background-color: rgb(167 169 207 / 0.8) !important;
}

.hover\:bg-darkgrey-500\/85:hover{
  background-color: rgb(167 169 207 / 0.85) !important;
}

.hover\:bg-darkgrey-500\/90:hover{
  background-color: rgb(167 169 207 / 0.9) !important;
}

.hover\:bg-darkgrey-500\/95:hover{
  background-color: rgb(167 169 207 / 0.95) !important;
}

.hover\:bg-darkgrey-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 162 202 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-600\/0:hover{
  background-color: rgb(159 162 202 / 0) !important;
}

.hover\:bg-darkgrey-600\/10:hover{
  background-color: rgb(159 162 202 / 0.1) !important;
}

.hover\:bg-darkgrey-600\/100:hover{
  background-color: rgb(159 162 202 / 1) !important;
}

.hover\:bg-darkgrey-600\/15:hover{
  background-color: rgb(159 162 202 / 0.15) !important;
}

.hover\:bg-darkgrey-600\/20:hover{
  background-color: rgb(159 162 202 / 0.2) !important;
}

.hover\:bg-darkgrey-600\/25:hover{
  background-color: rgb(159 162 202 / 0.25) !important;
}

.hover\:bg-darkgrey-600\/30:hover{
  background-color: rgb(159 162 202 / 0.3) !important;
}

.hover\:bg-darkgrey-600\/35:hover{
  background-color: rgb(159 162 202 / 0.35) !important;
}

.hover\:bg-darkgrey-600\/40:hover{
  background-color: rgb(159 162 202 / 0.4) !important;
}

.hover\:bg-darkgrey-600\/45:hover{
  background-color: rgb(159 162 202 / 0.45) !important;
}

.hover\:bg-darkgrey-600\/5:hover{
  background-color: rgb(159 162 202 / 0.05) !important;
}

.hover\:bg-darkgrey-600\/50:hover{
  background-color: rgb(159 162 202 / 0.5) !important;
}

.hover\:bg-darkgrey-600\/55:hover{
  background-color: rgb(159 162 202 / 0.55) !important;
}

.hover\:bg-darkgrey-600\/60:hover{
  background-color: rgb(159 162 202 / 0.6) !important;
}

.hover\:bg-darkgrey-600\/65:hover{
  background-color: rgb(159 162 202 / 0.65) !important;
}

.hover\:bg-darkgrey-600\/70:hover{
  background-color: rgb(159 162 202 / 0.7) !important;
}

.hover\:bg-darkgrey-600\/75:hover{
  background-color: rgb(159 162 202 / 0.75) !important;
}

.hover\:bg-darkgrey-600\/80:hover{
  background-color: rgb(159 162 202 / 0.8) !important;
}

.hover\:bg-darkgrey-600\/85:hover{
  background-color: rgb(159 162 202 / 0.85) !important;
}

.hover\:bg-darkgrey-600\/90:hover{
  background-color: rgb(159 162 202 / 0.9) !important;
}

.hover\:bg-darkgrey-600\/95:hover{
  background-color: rgb(159 162 202 / 0.95) !important;
}

.hover\:bg-darkgrey-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(150 152 195 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-700\/0:hover{
  background-color: rgb(150 152 195 / 0) !important;
}

.hover\:bg-darkgrey-700\/10:hover{
  background-color: rgb(150 152 195 / 0.1) !important;
}

.hover\:bg-darkgrey-700\/100:hover{
  background-color: rgb(150 152 195 / 1) !important;
}

.hover\:bg-darkgrey-700\/15:hover{
  background-color: rgb(150 152 195 / 0.15) !important;
}

.hover\:bg-darkgrey-700\/20:hover{
  background-color: rgb(150 152 195 / 0.2) !important;
}

.hover\:bg-darkgrey-700\/25:hover{
  background-color: rgb(150 152 195 / 0.25) !important;
}

.hover\:bg-darkgrey-700\/30:hover{
  background-color: rgb(150 152 195 / 0.3) !important;
}

.hover\:bg-darkgrey-700\/35:hover{
  background-color: rgb(150 152 195 / 0.35) !important;
}

.hover\:bg-darkgrey-700\/40:hover{
  background-color: rgb(150 152 195 / 0.4) !important;
}

.hover\:bg-darkgrey-700\/45:hover{
  background-color: rgb(150 152 195 / 0.45) !important;
}

.hover\:bg-darkgrey-700\/5:hover{
  background-color: rgb(150 152 195 / 0.05) !important;
}

.hover\:bg-darkgrey-700\/50:hover{
  background-color: rgb(150 152 195 / 0.5) !important;
}

.hover\:bg-darkgrey-700\/55:hover{
  background-color: rgb(150 152 195 / 0.55) !important;
}

.hover\:bg-darkgrey-700\/60:hover{
  background-color: rgb(150 152 195 / 0.6) !important;
}

.hover\:bg-darkgrey-700\/65:hover{
  background-color: rgb(150 152 195 / 0.65) !important;
}

.hover\:bg-darkgrey-700\/70:hover{
  background-color: rgb(150 152 195 / 0.7) !important;
}

.hover\:bg-darkgrey-700\/75:hover{
  background-color: rgb(150 152 195 / 0.75) !important;
}

.hover\:bg-darkgrey-700\/80:hover{
  background-color: rgb(150 152 195 / 0.8) !important;
}

.hover\:bg-darkgrey-700\/85:hover{
  background-color: rgb(150 152 195 / 0.85) !important;
}

.hover\:bg-darkgrey-700\/90:hover{
  background-color: rgb(150 152 195 / 0.9) !important;
}

.hover\:bg-darkgrey-700\/95:hover{
  background-color: rgb(150 152 195 / 0.95) !important;
}

.hover\:bg-darkgrey-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 143 189 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-800\/0:hover{
  background-color: rgb(140 143 189 / 0) !important;
}

.hover\:bg-darkgrey-800\/10:hover{
  background-color: rgb(140 143 189 / 0.1) !important;
}

.hover\:bg-darkgrey-800\/100:hover{
  background-color: rgb(140 143 189 / 1) !important;
}

.hover\:bg-darkgrey-800\/15:hover{
  background-color: rgb(140 143 189 / 0.15) !important;
}

.hover\:bg-darkgrey-800\/20:hover{
  background-color: rgb(140 143 189 / 0.2) !important;
}

.hover\:bg-darkgrey-800\/25:hover{
  background-color: rgb(140 143 189 / 0.25) !important;
}

.hover\:bg-darkgrey-800\/30:hover{
  background-color: rgb(140 143 189 / 0.3) !important;
}

.hover\:bg-darkgrey-800\/35:hover{
  background-color: rgb(140 143 189 / 0.35) !important;
}

.hover\:bg-darkgrey-800\/40:hover{
  background-color: rgb(140 143 189 / 0.4) !important;
}

.hover\:bg-darkgrey-800\/45:hover{
  background-color: rgb(140 143 189 / 0.45) !important;
}

.hover\:bg-darkgrey-800\/5:hover{
  background-color: rgb(140 143 189 / 0.05) !important;
}

.hover\:bg-darkgrey-800\/50:hover{
  background-color: rgb(140 143 189 / 0.5) !important;
}

.hover\:bg-darkgrey-800\/55:hover{
  background-color: rgb(140 143 189 / 0.55) !important;
}

.hover\:bg-darkgrey-800\/60:hover{
  background-color: rgb(140 143 189 / 0.6) !important;
}

.hover\:bg-darkgrey-800\/65:hover{
  background-color: rgb(140 143 189 / 0.65) !important;
}

.hover\:bg-darkgrey-800\/70:hover{
  background-color: rgb(140 143 189 / 0.7) !important;
}

.hover\:bg-darkgrey-800\/75:hover{
  background-color: rgb(140 143 189 / 0.75) !important;
}

.hover\:bg-darkgrey-800\/80:hover{
  background-color: rgb(140 143 189 / 0.8) !important;
}

.hover\:bg-darkgrey-800\/85:hover{
  background-color: rgb(140 143 189 / 0.85) !important;
}

.hover\:bg-darkgrey-800\/90:hover{
  background-color: rgb(140 143 189 / 0.9) !important;
}

.hover\:bg-darkgrey-800\/95:hover{
  background-color: rgb(140 143 189 / 0.95) !important;
}

.hover\:bg-darkgrey-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 126 178 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-darkgrey-900\/0:hover{
  background-color: rgb(124 126 178 / 0) !important;
}

.hover\:bg-darkgrey-900\/10:hover{
  background-color: rgb(124 126 178 / 0.1) !important;
}

.hover\:bg-darkgrey-900\/100:hover{
  background-color: rgb(124 126 178 / 1) !important;
}

.hover\:bg-darkgrey-900\/15:hover{
  background-color: rgb(124 126 178 / 0.15) !important;
}

.hover\:bg-darkgrey-900\/20:hover{
  background-color: rgb(124 126 178 / 0.2) !important;
}

.hover\:bg-darkgrey-900\/25:hover{
  background-color: rgb(124 126 178 / 0.25) !important;
}

.hover\:bg-darkgrey-900\/30:hover{
  background-color: rgb(124 126 178 / 0.3) !important;
}

.hover\:bg-darkgrey-900\/35:hover{
  background-color: rgb(124 126 178 / 0.35) !important;
}

.hover\:bg-darkgrey-900\/40:hover{
  background-color: rgb(124 126 178 / 0.4) !important;
}

.hover\:bg-darkgrey-900\/45:hover{
  background-color: rgb(124 126 178 / 0.45) !important;
}

.hover\:bg-darkgrey-900\/5:hover{
  background-color: rgb(124 126 178 / 0.05) !important;
}

.hover\:bg-darkgrey-900\/50:hover{
  background-color: rgb(124 126 178 / 0.5) !important;
}

.hover\:bg-darkgrey-900\/55:hover{
  background-color: rgb(124 126 178 / 0.55) !important;
}

.hover\:bg-darkgrey-900\/60:hover{
  background-color: rgb(124 126 178 / 0.6) !important;
}

.hover\:bg-darkgrey-900\/65:hover{
  background-color: rgb(124 126 178 / 0.65) !important;
}

.hover\:bg-darkgrey-900\/70:hover{
  background-color: rgb(124 126 178 / 0.7) !important;
}

.hover\:bg-darkgrey-900\/75:hover{
  background-color: rgb(124 126 178 / 0.75) !important;
}

.hover\:bg-darkgrey-900\/80:hover{
  background-color: rgb(124 126 178 / 0.8) !important;
}

.hover\:bg-darkgrey-900\/85:hover{
  background-color: rgb(124 126 178 / 0.85) !important;
}

.hover\:bg-darkgrey-900\/90:hover{
  background-color: rgb(124 126 178 / 0.9) !important;
}

.hover\:bg-darkgrey-900\/95:hover{
  background-color: rgb(124 126 178 / 0.95) !important;
}

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

.hover\:bg-gray-100\/0:hover{
  background-color: rgb(243 244 246 / 0) !important;
}

.hover\:bg-gray-100\/10:hover{
  background-color: rgb(243 244 246 / 0.1) !important;
}

.hover\:bg-gray-100\/100:hover{
  background-color: rgb(243 244 246 / 1) !important;
}

.hover\:bg-gray-100\/15:hover{
  background-color: rgb(243 244 246 / 0.15) !important;
}

.hover\:bg-gray-100\/20:hover{
  background-color: rgb(243 244 246 / 0.2) !important;
}

.hover\:bg-gray-100\/25:hover{
  background-color: rgb(243 244 246 / 0.25) !important;
}

.hover\:bg-gray-100\/30:hover{
  background-color: rgb(243 244 246 / 0.3) !important;
}

.hover\:bg-gray-100\/35:hover{
  background-color: rgb(243 244 246 / 0.35) !important;
}

.hover\:bg-gray-100\/40:hover{
  background-color: rgb(243 244 246 / 0.4) !important;
}

.hover\:bg-gray-100\/45:hover{
  background-color: rgb(243 244 246 / 0.45) !important;
}

.hover\:bg-gray-100\/5:hover{
  background-color: rgb(243 244 246 / 0.05) !important;
}

.hover\:bg-gray-100\/50:hover{
  background-color: rgb(243 244 246 / 0.5) !important;
}

.hover\:bg-gray-100\/55:hover{
  background-color: rgb(243 244 246 / 0.55) !important;
}

.hover\:bg-gray-100\/60:hover{
  background-color: rgb(243 244 246 / 0.6) !important;
}

.hover\:bg-gray-100\/65:hover{
  background-color: rgb(243 244 246 / 0.65) !important;
}

.hover\:bg-gray-100\/70:hover{
  background-color: rgb(243 244 246 / 0.7) !important;
}

.hover\:bg-gray-100\/75:hover{
  background-color: rgb(243 244 246 / 0.75) !important;
}

.hover\:bg-gray-100\/80:hover{
  background-color: rgb(243 244 246 / 0.8) !important;
}

.hover\:bg-gray-100\/85:hover{
  background-color: rgb(243 244 246 / 0.85) !important;
}

.hover\:bg-gray-100\/90:hover{
  background-color: rgb(243 244 246 / 0.9) !important;
}

.hover\:bg-gray-100\/95:hover{
  background-color: rgb(243 244 246 / 0.95) !important;
}

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

.hover\:bg-gray-200\/0:hover{
  background-color: rgb(229 231 235 / 0) !important;
}

.hover\:bg-gray-200\/10:hover{
  background-color: rgb(229 231 235 / 0.1) !important;
}

.hover\:bg-gray-200\/100:hover{
  background-color: rgb(229 231 235 / 1) !important;
}

.hover\:bg-gray-200\/15:hover{
  background-color: rgb(229 231 235 / 0.15) !important;
}

.hover\:bg-gray-200\/20:hover{
  background-color: rgb(229 231 235 / 0.2) !important;
}

.hover\:bg-gray-200\/25:hover{
  background-color: rgb(229 231 235 / 0.25) !important;
}

.hover\:bg-gray-200\/30:hover{
  background-color: rgb(229 231 235 / 0.3) !important;
}

.hover\:bg-gray-200\/35:hover{
  background-color: rgb(229 231 235 / 0.35) !important;
}

.hover\:bg-gray-200\/40:hover{
  background-color: rgb(229 231 235 / 0.4) !important;
}

.hover\:bg-gray-200\/45:hover{
  background-color: rgb(229 231 235 / 0.45) !important;
}

.hover\:bg-gray-200\/5:hover{
  background-color: rgb(229 231 235 / 0.05) !important;
}

.hover\:bg-gray-200\/50:hover{
  background-color: rgb(229 231 235 / 0.5) !important;
}

.hover\:bg-gray-200\/55:hover{
  background-color: rgb(229 231 235 / 0.55) !important;
}

.hover\:bg-gray-200\/60:hover{
  background-color: rgb(229 231 235 / 0.6) !important;
}

.hover\:bg-gray-200\/65:hover{
  background-color: rgb(229 231 235 / 0.65) !important;
}

.hover\:bg-gray-200\/70:hover{
  background-color: rgb(229 231 235 / 0.7) !important;
}

.hover\:bg-gray-200\/75:hover{
  background-color: rgb(229 231 235 / 0.75) !important;
}

.hover\:bg-gray-200\/80:hover{
  background-color: rgb(229 231 235 / 0.8) !important;
}

.hover\:bg-gray-200\/85:hover{
  background-color: rgb(229 231 235 / 0.85) !important;
}

.hover\:bg-gray-200\/90:hover{
  background-color: rgb(229 231 235 / 0.9) !important;
}

.hover\:bg-gray-200\/95:hover{
  background-color: rgb(229 231 235 / 0.95) !important;
}

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

.hover\:bg-gray-300\/0:hover{
  background-color: rgb(209 213 219 / 0) !important;
}

.hover\:bg-gray-300\/10:hover{
  background-color: rgb(209 213 219 / 0.1) !important;
}

.hover\:bg-gray-300\/100:hover{
  background-color: rgb(209 213 219 / 1) !important;
}

.hover\:bg-gray-300\/15:hover{
  background-color: rgb(209 213 219 / 0.15) !important;
}

.hover\:bg-gray-300\/20:hover{
  background-color: rgb(209 213 219 / 0.2) !important;
}

.hover\:bg-gray-300\/25:hover{
  background-color: rgb(209 213 219 / 0.25) !important;
}

.hover\:bg-gray-300\/30:hover{
  background-color: rgb(209 213 219 / 0.3) !important;
}

.hover\:bg-gray-300\/35:hover{
  background-color: rgb(209 213 219 / 0.35) !important;
}

.hover\:bg-gray-300\/40:hover{
  background-color: rgb(209 213 219 / 0.4) !important;
}

.hover\:bg-gray-300\/45:hover{
  background-color: rgb(209 213 219 / 0.45) !important;
}

.hover\:bg-gray-300\/5:hover{
  background-color: rgb(209 213 219 / 0.05) !important;
}

.hover\:bg-gray-300\/50:hover{
  background-color: rgb(209 213 219 / 0.5) !important;
}

.hover\:bg-gray-300\/55:hover{
  background-color: rgb(209 213 219 / 0.55) !important;
}

.hover\:bg-gray-300\/60:hover{
  background-color: rgb(209 213 219 / 0.6) !important;
}

.hover\:bg-gray-300\/65:hover{
  background-color: rgb(209 213 219 / 0.65) !important;
}

.hover\:bg-gray-300\/70:hover{
  background-color: rgb(209 213 219 / 0.7) !important;
}

.hover\:bg-gray-300\/75:hover{
  background-color: rgb(209 213 219 / 0.75) !important;
}

.hover\:bg-gray-300\/80:hover{
  background-color: rgb(209 213 219 / 0.8) !important;
}

.hover\:bg-gray-300\/85:hover{
  background-color: rgb(209 213 219 / 0.85) !important;
}

.hover\:bg-gray-300\/90:hover{
  background-color: rgb(209 213 219 / 0.9) !important;
}

.hover\:bg-gray-300\/95:hover{
  background-color: rgb(209 213 219 / 0.95) !important;
}

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

.hover\:bg-gray-400\/0:hover{
  background-color: rgb(156 163 175 / 0) !important;
}

.hover\:bg-gray-400\/10:hover{
  background-color: rgb(156 163 175 / 0.1) !important;
}

.hover\:bg-gray-400\/100:hover{
  background-color: rgb(156 163 175 / 1) !important;
}

.hover\:bg-gray-400\/15:hover{
  background-color: rgb(156 163 175 / 0.15) !important;
}

.hover\:bg-gray-400\/20:hover{
  background-color: rgb(156 163 175 / 0.2) !important;
}

.hover\:bg-gray-400\/25:hover{
  background-color: rgb(156 163 175 / 0.25) !important;
}

.hover\:bg-gray-400\/30:hover{
  background-color: rgb(156 163 175 / 0.3) !important;
}

.hover\:bg-gray-400\/35:hover{
  background-color: rgb(156 163 175 / 0.35) !important;
}

.hover\:bg-gray-400\/40:hover{
  background-color: rgb(156 163 175 / 0.4) !important;
}

.hover\:bg-gray-400\/45:hover{
  background-color: rgb(156 163 175 / 0.45) !important;
}

.hover\:bg-gray-400\/5:hover{
  background-color: rgb(156 163 175 / 0.05) !important;
}

.hover\:bg-gray-400\/50:hover{
  background-color: rgb(156 163 175 / 0.5) !important;
}

.hover\:bg-gray-400\/55:hover{
  background-color: rgb(156 163 175 / 0.55) !important;
}

.hover\:bg-gray-400\/60:hover{
  background-color: rgb(156 163 175 / 0.6) !important;
}

.hover\:bg-gray-400\/65:hover{
  background-color: rgb(156 163 175 / 0.65) !important;
}

.hover\:bg-gray-400\/70:hover{
  background-color: rgb(156 163 175 / 0.7) !important;
}

.hover\:bg-gray-400\/75:hover{
  background-color: rgb(156 163 175 / 0.75) !important;
}

.hover\:bg-gray-400\/80:hover{
  background-color: rgb(156 163 175 / 0.8) !important;
}

.hover\:bg-gray-400\/85:hover{
  background-color: rgb(156 163 175 / 0.85) !important;
}

.hover\:bg-gray-400\/90:hover{
  background-color: rgb(156 163 175 / 0.9) !important;
}

.hover\:bg-gray-400\/95:hover{
  background-color: rgb(156 163 175 / 0.95) !important;
}

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

.hover\:bg-gray-50\/0:hover{
  background-color: rgb(249 250 251 / 0) !important;
}

.hover\:bg-gray-50\/10:hover{
  background-color: rgb(249 250 251 / 0.1) !important;
}

.hover\:bg-gray-50\/100:hover{
  background-color: rgb(249 250 251 / 1) !important;
}

.hover\:bg-gray-50\/15:hover{
  background-color: rgb(249 250 251 / 0.15) !important;
}

.hover\:bg-gray-50\/20:hover{
  background-color: rgb(249 250 251 / 0.2) !important;
}

.hover\:bg-gray-50\/25:hover{
  background-color: rgb(249 250 251 / 0.25) !important;
}

.hover\:bg-gray-50\/30:hover{
  background-color: rgb(249 250 251 / 0.3) !important;
}

.hover\:bg-gray-50\/35:hover{
  background-color: rgb(249 250 251 / 0.35) !important;
}

.hover\:bg-gray-50\/40:hover{
  background-color: rgb(249 250 251 / 0.4) !important;
}

.hover\:bg-gray-50\/45:hover{
  background-color: rgb(249 250 251 / 0.45) !important;
}

.hover\:bg-gray-50\/5:hover{
  background-color: rgb(249 250 251 / 0.05) !important;
}

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5) !important;
}

.hover\:bg-gray-50\/55:hover{
  background-color: rgb(249 250 251 / 0.55) !important;
}

.hover\:bg-gray-50\/60:hover{
  background-color: rgb(249 250 251 / 0.6) !important;
}

.hover\:bg-gray-50\/65:hover{
  background-color: rgb(249 250 251 / 0.65) !important;
}

.hover\:bg-gray-50\/70:hover{
  background-color: rgb(249 250 251 / 0.7) !important;
}

.hover\:bg-gray-50\/75:hover{
  background-color: rgb(249 250 251 / 0.75) !important;
}

.hover\:bg-gray-50\/80:hover{
  background-color: rgb(249 250 251 / 0.8) !important;
}

.hover\:bg-gray-50\/85:hover{
  background-color: rgb(249 250 251 / 0.85) !important;
}

.hover\:bg-gray-50\/90:hover{
  background-color: rgb(249 250 251 / 0.9) !important;
}

.hover\:bg-gray-50\/95:hover{
  background-color: rgb(249 250 251 / 0.95) !important;
}

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

.hover\:bg-gray-500\/0:hover{
  background-color: rgb(107 114 128 / 0) !important;
}

.hover\:bg-gray-500\/10:hover{
  background-color: rgb(107 114 128 / 0.1) !important;
}

.hover\:bg-gray-500\/100:hover{
  background-color: rgb(107 114 128 / 1) !important;
}

.hover\:bg-gray-500\/15:hover{
  background-color: rgb(107 114 128 / 0.15) !important;
}

.hover\:bg-gray-500\/20:hover{
  background-color: rgb(107 114 128 / 0.2) !important;
}

.hover\:bg-gray-500\/25:hover{
  background-color: rgb(107 114 128 / 0.25) !important;
}

.hover\:bg-gray-500\/30:hover{
  background-color: rgb(107 114 128 / 0.3) !important;
}

.hover\:bg-gray-500\/35:hover{
  background-color: rgb(107 114 128 / 0.35) !important;
}

.hover\:bg-gray-500\/40:hover{
  background-color: rgb(107 114 128 / 0.4) !important;
}

.hover\:bg-gray-500\/45:hover{
  background-color: rgb(107 114 128 / 0.45) !important;
}

.hover\:bg-gray-500\/5:hover{
  background-color: rgb(107 114 128 / 0.05) !important;
}

.hover\:bg-gray-500\/50:hover{
  background-color: rgb(107 114 128 / 0.5) !important;
}

.hover\:bg-gray-500\/55:hover{
  background-color: rgb(107 114 128 / 0.55) !important;
}

.hover\:bg-gray-500\/60:hover{
  background-color: rgb(107 114 128 / 0.6) !important;
}

.hover\:bg-gray-500\/65:hover{
  background-color: rgb(107 114 128 / 0.65) !important;
}

.hover\:bg-gray-500\/70:hover{
  background-color: rgb(107 114 128 / 0.7) !important;
}

.hover\:bg-gray-500\/75:hover{
  background-color: rgb(107 114 128 / 0.75) !important;
}

.hover\:bg-gray-500\/80:hover{
  background-color: rgb(107 114 128 / 0.8) !important;
}

.hover\:bg-gray-500\/85:hover{
  background-color: rgb(107 114 128 / 0.85) !important;
}

.hover\:bg-gray-500\/90:hover{
  background-color: rgb(107 114 128 / 0.9) !important;
}

.hover\:bg-gray-500\/95:hover{
  background-color: rgb(107 114 128 / 0.95) !important;
}

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

.hover\:bg-gray-600\/0:hover{
  background-color: rgb(75 85 99 / 0) !important;
}

.hover\:bg-gray-600\/10:hover{
  background-color: rgb(75 85 99 / 0.1) !important;
}

.hover\:bg-gray-600\/100:hover{
  background-color: rgb(75 85 99 / 1) !important;
}

.hover\:bg-gray-600\/15:hover{
  background-color: rgb(75 85 99 / 0.15) !important;
}

.hover\:bg-gray-600\/20:hover{
  background-color: rgb(75 85 99 / 0.2) !important;
}

.hover\:bg-gray-600\/25:hover{
  background-color: rgb(75 85 99 / 0.25) !important;
}

.hover\:bg-gray-600\/30:hover{
  background-color: rgb(75 85 99 / 0.3) !important;
}

.hover\:bg-gray-600\/35:hover{
  background-color: rgb(75 85 99 / 0.35) !important;
}

.hover\:bg-gray-600\/40:hover{
  background-color: rgb(75 85 99 / 0.4) !important;
}

.hover\:bg-gray-600\/45:hover{
  background-color: rgb(75 85 99 / 0.45) !important;
}

.hover\:bg-gray-600\/5:hover{
  background-color: rgb(75 85 99 / 0.05) !important;
}

.hover\:bg-gray-600\/50:hover{
  background-color: rgb(75 85 99 / 0.5) !important;
}

.hover\:bg-gray-600\/55:hover{
  background-color: rgb(75 85 99 / 0.55) !important;
}

.hover\:bg-gray-600\/60:hover{
  background-color: rgb(75 85 99 / 0.6) !important;
}

.hover\:bg-gray-600\/65:hover{
  background-color: rgb(75 85 99 / 0.65) !important;
}

.hover\:bg-gray-600\/70:hover{
  background-color: rgb(75 85 99 / 0.7) !important;
}

.hover\:bg-gray-600\/75:hover{
  background-color: rgb(75 85 99 / 0.75) !important;
}

.hover\:bg-gray-600\/80:hover{
  background-color: rgb(75 85 99 / 0.8) !important;
}

.hover\:bg-gray-600\/85:hover{
  background-color: rgb(75 85 99 / 0.85) !important;
}

.hover\:bg-gray-600\/90:hover{
  background-color: rgb(75 85 99 / 0.9) !important;
}

.hover\:bg-gray-600\/95:hover{
  background-color: rgb(75 85 99 / 0.95) !important;
}

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

.hover\:bg-gray-700\/0:hover{
  background-color: rgb(55 65 81 / 0) !important;
}

.hover\:bg-gray-700\/10:hover{
  background-color: rgb(55 65 81 / 0.1) !important;
}

.hover\:bg-gray-700\/100:hover{
  background-color: rgb(55 65 81 / 1) !important;
}

.hover\:bg-gray-700\/15:hover{
  background-color: rgb(55 65 81 / 0.15) !important;
}

.hover\:bg-gray-700\/20:hover{
  background-color: rgb(55 65 81 / 0.2) !important;
}

.hover\:bg-gray-700\/25:hover{
  background-color: rgb(55 65 81 / 0.25) !important;
}

.hover\:bg-gray-700\/30:hover{
  background-color: rgb(55 65 81 / 0.3) !important;
}

.hover\:bg-gray-700\/35:hover{
  background-color: rgb(55 65 81 / 0.35) !important;
}

.hover\:bg-gray-700\/40:hover{
  background-color: rgb(55 65 81 / 0.4) !important;
}

.hover\:bg-gray-700\/45:hover{
  background-color: rgb(55 65 81 / 0.45) !important;
}

.hover\:bg-gray-700\/5:hover{
  background-color: rgb(55 65 81 / 0.05) !important;
}

.hover\:bg-gray-700\/50:hover{
  background-color: rgb(55 65 81 / 0.5) !important;
}

.hover\:bg-gray-700\/55:hover{
  background-color: rgb(55 65 81 / 0.55) !important;
}

.hover\:bg-gray-700\/60:hover{
  background-color: rgb(55 65 81 / 0.6) !important;
}

.hover\:bg-gray-700\/65:hover{
  background-color: rgb(55 65 81 / 0.65) !important;
}

.hover\:bg-gray-700\/70:hover{
  background-color: rgb(55 65 81 / 0.7) !important;
}

.hover\:bg-gray-700\/75:hover{
  background-color: rgb(55 65 81 / 0.75) !important;
}

.hover\:bg-gray-700\/80:hover{
  background-color: rgb(55 65 81 / 0.8) !important;
}

.hover\:bg-gray-700\/85:hover{
  background-color: rgb(55 65 81 / 0.85) !important;
}

.hover\:bg-gray-700\/90:hover{
  background-color: rgb(55 65 81 / 0.9) !important;
}

.hover\:bg-gray-700\/95:hover{
  background-color: rgb(55 65 81 / 0.95) !important;
}

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

.hover\:bg-gray-800\/0:hover{
  background-color: rgb(31 41 55 / 0) !important;
}

.hover\:bg-gray-800\/10:hover{
  background-color: rgb(31 41 55 / 0.1) !important;
}

.hover\:bg-gray-800\/100:hover{
  background-color: rgb(31 41 55 / 1) !important;
}

.hover\:bg-gray-800\/15:hover{
  background-color: rgb(31 41 55 / 0.15) !important;
}

.hover\:bg-gray-800\/20:hover{
  background-color: rgb(31 41 55 / 0.2) !important;
}

.hover\:bg-gray-800\/25:hover{
  background-color: rgb(31 41 55 / 0.25) !important;
}

.hover\:bg-gray-800\/30:hover{
  background-color: rgb(31 41 55 / 0.3) !important;
}

.hover\:bg-gray-800\/35:hover{
  background-color: rgb(31 41 55 / 0.35) !important;
}

.hover\:bg-gray-800\/40:hover{
  background-color: rgb(31 41 55 / 0.4) !important;
}

.hover\:bg-gray-800\/45:hover{
  background-color: rgb(31 41 55 / 0.45) !important;
}

.hover\:bg-gray-800\/5:hover{
  background-color: rgb(31 41 55 / 0.05) !important;
}

.hover\:bg-gray-800\/50:hover{
  background-color: rgb(31 41 55 / 0.5) !important;
}

.hover\:bg-gray-800\/55:hover{
  background-color: rgb(31 41 55 / 0.55) !important;
}

.hover\:bg-gray-800\/60:hover{
  background-color: rgb(31 41 55 / 0.6) !important;
}

.hover\:bg-gray-800\/65:hover{
  background-color: rgb(31 41 55 / 0.65) !important;
}

.hover\:bg-gray-800\/70:hover{
  background-color: rgb(31 41 55 / 0.7) !important;
}

.hover\:bg-gray-800\/75:hover{
  background-color: rgb(31 41 55 / 0.75) !important;
}

.hover\:bg-gray-800\/80:hover{
  background-color: rgb(31 41 55 / 0.8) !important;
}

.hover\:bg-gray-800\/85:hover{
  background-color: rgb(31 41 55 / 0.85) !important;
}

.hover\:bg-gray-800\/90:hover{
  background-color: rgb(31 41 55 / 0.9) !important;
}

.hover\:bg-gray-800\/95:hover{
  background-color: rgb(31 41 55 / 0.95) !important;
}

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

.hover\:bg-gray-900\/0:hover{
  background-color: rgb(17 24 39 / 0) !important;
}

.hover\:bg-gray-900\/10:hover{
  background-color: rgb(17 24 39 / 0.1) !important;
}

.hover\:bg-gray-900\/100:hover{
  background-color: rgb(17 24 39 / 1) !important;
}

.hover\:bg-gray-900\/15:hover{
  background-color: rgb(17 24 39 / 0.15) !important;
}

.hover\:bg-gray-900\/20:hover{
  background-color: rgb(17 24 39 / 0.2) !important;
}

.hover\:bg-gray-900\/25:hover{
  background-color: rgb(17 24 39 / 0.25) !important;
}

.hover\:bg-gray-900\/30:hover{
  background-color: rgb(17 24 39 / 0.3) !important;
}

.hover\:bg-gray-900\/35:hover{
  background-color: rgb(17 24 39 / 0.35) !important;
}

.hover\:bg-gray-900\/40:hover{
  background-color: rgb(17 24 39 / 0.4) !important;
}

.hover\:bg-gray-900\/45:hover{
  background-color: rgb(17 24 39 / 0.45) !important;
}

.hover\:bg-gray-900\/5:hover{
  background-color: rgb(17 24 39 / 0.05) !important;
}

.hover\:bg-gray-900\/50:hover{
  background-color: rgb(17 24 39 / 0.5) !important;
}

.hover\:bg-gray-900\/55:hover{
  background-color: rgb(17 24 39 / 0.55) !important;
}

.hover\:bg-gray-900\/60:hover{
  background-color: rgb(17 24 39 / 0.6) !important;
}

.hover\:bg-gray-900\/65:hover{
  background-color: rgb(17 24 39 / 0.65) !important;
}

.hover\:bg-gray-900\/70:hover{
  background-color: rgb(17 24 39 / 0.7) !important;
}

.hover\:bg-gray-900\/75:hover{
  background-color: rgb(17 24 39 / 0.75) !important;
}

.hover\:bg-gray-900\/80:hover{
  background-color: rgb(17 24 39 / 0.8) !important;
}

.hover\:bg-gray-900\/85:hover{
  background-color: rgb(17 24 39 / 0.85) !important;
}

.hover\:bg-gray-900\/90:hover{
  background-color: rgb(17 24 39 / 0.9) !important;
}

.hover\:bg-gray-900\/95:hover{
  background-color: rgb(17 24 39 / 0.95) !important;
}

.hover\:bg-gray-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-950\/0:hover{
  background-color: rgb(3 7 18 / 0) !important;
}

.hover\:bg-gray-950\/10:hover{
  background-color: rgb(3 7 18 / 0.1) !important;
}

.hover\:bg-gray-950\/100:hover{
  background-color: rgb(3 7 18 / 1) !important;
}

.hover\:bg-gray-950\/15:hover{
  background-color: rgb(3 7 18 / 0.15) !important;
}

.hover\:bg-gray-950\/20:hover{
  background-color: rgb(3 7 18 / 0.2) !important;
}

.hover\:bg-gray-950\/25:hover{
  background-color: rgb(3 7 18 / 0.25) !important;
}

.hover\:bg-gray-950\/30:hover{
  background-color: rgb(3 7 18 / 0.3) !important;
}

.hover\:bg-gray-950\/35:hover{
  background-color: rgb(3 7 18 / 0.35) !important;
}

.hover\:bg-gray-950\/40:hover{
  background-color: rgb(3 7 18 / 0.4) !important;
}

.hover\:bg-gray-950\/45:hover{
  background-color: rgb(3 7 18 / 0.45) !important;
}

.hover\:bg-gray-950\/5:hover{
  background-color: rgb(3 7 18 / 0.05) !important;
}

.hover\:bg-gray-950\/50:hover{
  background-color: rgb(3 7 18 / 0.5) !important;
}

.hover\:bg-gray-950\/55:hover{
  background-color: rgb(3 7 18 / 0.55) !important;
}

.hover\:bg-gray-950\/60:hover{
  background-color: rgb(3 7 18 / 0.6) !important;
}

.hover\:bg-gray-950\/65:hover{
  background-color: rgb(3 7 18 / 0.65) !important;
}

.hover\:bg-gray-950\/70:hover{
  background-color: rgb(3 7 18 / 0.7) !important;
}

.hover\:bg-gray-950\/75:hover{
  background-color: rgb(3 7 18 / 0.75) !important;
}

.hover\:bg-gray-950\/80:hover{
  background-color: rgb(3 7 18 / 0.8) !important;
}

.hover\:bg-gray-950\/85:hover{
  background-color: rgb(3 7 18 / 0.85) !important;
}

.hover\:bg-gray-950\/90:hover{
  background-color: rgb(3 7 18 / 0.9) !important;
}

.hover\:bg-gray-950\/95:hover{
  background-color: rgb(3 7 18 / 0.95) !important;
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 250 236 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-100\/0:hover{
  background-color: rgb(222 250 236 / 0) !important;
}

.hover\:bg-green-100\/10:hover{
  background-color: rgb(222 250 236 / 0.1) !important;
}

.hover\:bg-green-100\/100:hover{
  background-color: rgb(222 250 236 / 1) !important;
}

.hover\:bg-green-100\/15:hover{
  background-color: rgb(222 250 236 / 0.15) !important;
}

.hover\:bg-green-100\/20:hover{
  background-color: rgb(222 250 236 / 0.2) !important;
}

.hover\:bg-green-100\/25:hover{
  background-color: rgb(222 250 236 / 0.25) !important;
}

.hover\:bg-green-100\/30:hover{
  background-color: rgb(222 250 236 / 0.3) !important;
}

.hover\:bg-green-100\/35:hover{
  background-color: rgb(222 250 236 / 0.35) !important;
}

.hover\:bg-green-100\/40:hover{
  background-color: rgb(222 250 236 / 0.4) !important;
}

.hover\:bg-green-100\/45:hover{
  background-color: rgb(222 250 236 / 0.45) !important;
}

.hover\:bg-green-100\/5:hover{
  background-color: rgb(222 250 236 / 0.05) !important;
}

.hover\:bg-green-100\/50:hover{
  background-color: rgb(222 250 236 / 0.5) !important;
}

.hover\:bg-green-100\/55:hover{
  background-color: rgb(222 250 236 / 0.55) !important;
}

.hover\:bg-green-100\/60:hover{
  background-color: rgb(222 250 236 / 0.6) !important;
}

.hover\:bg-green-100\/65:hover{
  background-color: rgb(222 250 236 / 0.65) !important;
}

.hover\:bg-green-100\/70:hover{
  background-color: rgb(222 250 236 / 0.7) !important;
}

.hover\:bg-green-100\/75:hover{
  background-color: rgb(222 250 236 / 0.75) !important;
}

.hover\:bg-green-100\/80:hover{
  background-color: rgb(222 250 236 / 0.8) !important;
}

.hover\:bg-green-100\/85:hover{
  background-color: rgb(222 250 236 / 0.85) !important;
}

.hover\:bg-green-100\/90:hover{
  background-color: rgb(222 250 236 / 0.9) !important;
}

.hover\:bg-green-100\/95:hover{
  background-color: rgb(222 250 236 / 0.95) !important;
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 244 216 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-200\/0:hover{
  background-color: rgb(190 244 216 / 0) !important;
}

.hover\:bg-green-200\/10:hover{
  background-color: rgb(190 244 216 / 0.1) !important;
}

.hover\:bg-green-200\/100:hover{
  background-color: rgb(190 244 216 / 1) !important;
}

.hover\:bg-green-200\/15:hover{
  background-color: rgb(190 244 216 / 0.15) !important;
}

.hover\:bg-green-200\/20:hover{
  background-color: rgb(190 244 216 / 0.2) !important;
}

.hover\:bg-green-200\/25:hover{
  background-color: rgb(190 244 216 / 0.25) !important;
}

.hover\:bg-green-200\/30:hover{
  background-color: rgb(190 244 216 / 0.3) !important;
}

.hover\:bg-green-200\/35:hover{
  background-color: rgb(190 244 216 / 0.35) !important;
}

.hover\:bg-green-200\/40:hover{
  background-color: rgb(190 244 216 / 0.4) !important;
}

.hover\:bg-green-200\/45:hover{
  background-color: rgb(190 244 216 / 0.45) !important;
}

.hover\:bg-green-200\/5:hover{
  background-color: rgb(190 244 216 / 0.05) !important;
}

.hover\:bg-green-200\/50:hover{
  background-color: rgb(190 244 216 / 0.5) !important;
}

.hover\:bg-green-200\/55:hover{
  background-color: rgb(190 244 216 / 0.55) !important;
}

.hover\:bg-green-200\/60:hover{
  background-color: rgb(190 244 216 / 0.6) !important;
}

.hover\:bg-green-200\/65:hover{
  background-color: rgb(190 244 216 / 0.65) !important;
}

.hover\:bg-green-200\/70:hover{
  background-color: rgb(190 244 216 / 0.7) !important;
}

.hover\:bg-green-200\/75:hover{
  background-color: rgb(190 244 216 / 0.75) !important;
}

.hover\:bg-green-200\/80:hover{
  background-color: rgb(190 244 216 / 0.8) !important;
}

.hover\:bg-green-200\/85:hover{
  background-color: rgb(190 244 216 / 0.85) !important;
}

.hover\:bg-green-200\/90:hover{
  background-color: rgb(190 244 216 / 0.9) !important;
}

.hover\:bg-green-200\/95:hover{
  background-color: rgb(190 244 216 / 0.95) !important;
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 233 187 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-300\/0:hover{
  background-color: rgb(140 233 187 / 0) !important;
}

.hover\:bg-green-300\/10:hover{
  background-color: rgb(140 233 187 / 0.1) !important;
}

.hover\:bg-green-300\/100:hover{
  background-color: rgb(140 233 187 / 1) !important;
}

.hover\:bg-green-300\/15:hover{
  background-color: rgb(140 233 187 / 0.15) !important;
}

.hover\:bg-green-300\/20:hover{
  background-color: rgb(140 233 187 / 0.2) !important;
}

.hover\:bg-green-300\/25:hover{
  background-color: rgb(140 233 187 / 0.25) !important;
}

.hover\:bg-green-300\/30:hover{
  background-color: rgb(140 233 187 / 0.3) !important;
}

.hover\:bg-green-300\/35:hover{
  background-color: rgb(140 233 187 / 0.35) !important;
}

.hover\:bg-green-300\/40:hover{
  background-color: rgb(140 233 187 / 0.4) !important;
}

.hover\:bg-green-300\/45:hover{
  background-color: rgb(140 233 187 / 0.45) !important;
}

.hover\:bg-green-300\/5:hover{
  background-color: rgb(140 233 187 / 0.05) !important;
}

.hover\:bg-green-300\/50:hover{
  background-color: rgb(140 233 187 / 0.5) !important;
}

.hover\:bg-green-300\/55:hover{
  background-color: rgb(140 233 187 / 0.55) !important;
}

.hover\:bg-green-300\/60:hover{
  background-color: rgb(140 233 187 / 0.6) !important;
}

.hover\:bg-green-300\/65:hover{
  background-color: rgb(140 233 187 / 0.65) !important;
}

.hover\:bg-green-300\/70:hover{
  background-color: rgb(140 233 187 / 0.7) !important;
}

.hover\:bg-green-300\/75:hover{
  background-color: rgb(140 233 187 / 0.75) !important;
}

.hover\:bg-green-300\/80:hover{
  background-color: rgb(140 233 187 / 0.8) !important;
}

.hover\:bg-green-300\/85:hover{
  background-color: rgb(140 233 187 / 0.85) !important;
}

.hover\:bg-green-300\/90:hover{
  background-color: rgb(140 233 187 / 0.9) !important;
}

.hover\:bg-green-300\/95:hover{
  background-color: rgb(140 233 187 / 0.95) !important;
}

.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 214 148 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-400\/0:hover{
  background-color: rgb(82 214 148 / 0) !important;
}

.hover\:bg-green-400\/10:hover{
  background-color: rgb(82 214 148 / 0.1) !important;
}

.hover\:bg-green-400\/100:hover{
  background-color: rgb(82 214 148 / 1) !important;
}

.hover\:bg-green-400\/15:hover{
  background-color: rgb(82 214 148 / 0.15) !important;
}

.hover\:bg-green-400\/20:hover{
  background-color: rgb(82 214 148 / 0.2) !important;
}

.hover\:bg-green-400\/25:hover{
  background-color: rgb(82 214 148 / 0.25) !important;
}

.hover\:bg-green-400\/30:hover{
  background-color: rgb(82 214 148 / 0.3) !important;
}

.hover\:bg-green-400\/35:hover{
  background-color: rgb(82 214 148 / 0.35) !important;
}

.hover\:bg-green-400\/40:hover{
  background-color: rgb(82 214 148 / 0.4) !important;
}

.hover\:bg-green-400\/45:hover{
  background-color: rgb(82 214 148 / 0.45) !important;
}

.hover\:bg-green-400\/5:hover{
  background-color: rgb(82 214 148 / 0.05) !important;
}

.hover\:bg-green-400\/50:hover{
  background-color: rgb(82 214 148 / 0.5) !important;
}

.hover\:bg-green-400\/55:hover{
  background-color: rgb(82 214 148 / 0.55) !important;
}

.hover\:bg-green-400\/60:hover{
  background-color: rgb(82 214 148 / 0.6) !important;
}

.hover\:bg-green-400\/65:hover{
  background-color: rgb(82 214 148 / 0.65) !important;
}

.hover\:bg-green-400\/70:hover{
  background-color: rgb(82 214 148 / 0.7) !important;
}

.hover\:bg-green-400\/75:hover{
  background-color: rgb(82 214 148 / 0.75) !important;
}

.hover\:bg-green-400\/80:hover{
  background-color: rgb(82 214 148 / 0.8) !important;
}

.hover\:bg-green-400\/85:hover{
  background-color: rgb(82 214 148 / 0.85) !important;
}

.hover\:bg-green-400\/90:hover{
  background-color: rgb(82 214 148 / 0.9) !important;
}

.hover\:bg-green-400\/95:hover{
  background-color: rgb(82 214 148 / 0.95) !important;
}

.hover\:bg-green-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-50\/0:hover{
  background-color: rgb(241 252 245 / 0) !important;
}

.hover\:bg-green-50\/10:hover{
  background-color: rgb(241 252 245 / 0.1) !important;
}

.hover\:bg-green-50\/100:hover{
  background-color: rgb(241 252 245 / 1) !important;
}

.hover\:bg-green-50\/15:hover{
  background-color: rgb(241 252 245 / 0.15) !important;
}

.hover\:bg-green-50\/20:hover{
  background-color: rgb(241 252 245 / 0.2) !important;
}

.hover\:bg-green-50\/25:hover{
  background-color: rgb(241 252 245 / 0.25) !important;
}

.hover\:bg-green-50\/30:hover{
  background-color: rgb(241 252 245 / 0.3) !important;
}

.hover\:bg-green-50\/35:hover{
  background-color: rgb(241 252 245 / 0.35) !important;
}

.hover\:bg-green-50\/40:hover{
  background-color: rgb(241 252 245 / 0.4) !important;
}

.hover\:bg-green-50\/45:hover{
  background-color: rgb(241 252 245 / 0.45) !important;
}

.hover\:bg-green-50\/5:hover{
  background-color: rgb(241 252 245 / 0.05) !important;
}

.hover\:bg-green-50\/50:hover{
  background-color: rgb(241 252 245 / 0.5) !important;
}

.hover\:bg-green-50\/55:hover{
  background-color: rgb(241 252 245 / 0.55) !important;
}

.hover\:bg-green-50\/60:hover{
  background-color: rgb(241 252 245 / 0.6) !important;
}

.hover\:bg-green-50\/65:hover{
  background-color: rgb(241 252 245 / 0.65) !important;
}

.hover\:bg-green-50\/70:hover{
  background-color: rgb(241 252 245 / 0.7) !important;
}

.hover\:bg-green-50\/75:hover{
  background-color: rgb(241 252 245 / 0.75) !important;
}

.hover\:bg-green-50\/80:hover{
  background-color: rgb(241 252 245 / 0.8) !important;
}

.hover\:bg-green-50\/85:hover{
  background-color: rgb(241 252 245 / 0.85) !important;
}

.hover\:bg-green-50\/90:hover{
  background-color: rgb(241 252 245 / 0.9) !important;
}

.hover\:bg-green-50\/95:hover{
  background-color: rgb(241 252 245 / 0.95) !important;
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-500\/0:hover{
  background-color: rgb(51 208 130 / 0) !important;
}

.hover\:bg-green-500\/10:hover{
  background-color: rgb(51 208 130 / 0.1) !important;
}

.hover\:bg-green-500\/100:hover{
  background-color: rgb(51 208 130 / 1) !important;
}

.hover\:bg-green-500\/15:hover{
  background-color: rgb(51 208 130 / 0.15) !important;
}

.hover\:bg-green-500\/20:hover{
  background-color: rgb(51 208 130 / 0.2) !important;
}

.hover\:bg-green-500\/25:hover{
  background-color: rgb(51 208 130 / 0.25) !important;
}

.hover\:bg-green-500\/30:hover{
  background-color: rgb(51 208 130 / 0.3) !important;
}

.hover\:bg-green-500\/35:hover{
  background-color: rgb(51 208 130 / 0.35) !important;
}

.hover\:bg-green-500\/40:hover{
  background-color: rgb(51 208 130 / 0.4) !important;
}

.hover\:bg-green-500\/45:hover{
  background-color: rgb(51 208 130 / 0.45) !important;
}

.hover\:bg-green-500\/5:hover{
  background-color: rgb(51 208 130 / 0.05) !important;
}

.hover\:bg-green-500\/50:hover{
  background-color: rgb(51 208 130 / 0.5) !important;
}

.hover\:bg-green-500\/55:hover{
  background-color: rgb(51 208 130 / 0.55) !important;
}

.hover\:bg-green-500\/60:hover{
  background-color: rgb(51 208 130 / 0.6) !important;
}

.hover\:bg-green-500\/65:hover{
  background-color: rgb(51 208 130 / 0.65) !important;
}

.hover\:bg-green-500\/70:hover{
  background-color: rgb(51 208 130 / 0.7) !important;
}

.hover\:bg-green-500\/75:hover{
  background-color: rgb(51 208 130 / 0.75) !important;
}

.hover\:bg-green-500\/80:hover{
  background-color: rgb(51 208 130 / 0.8) !important;
}

.hover\:bg-green-500\/85:hover{
  background-color: rgb(51 208 130 / 0.85) !important;
}

.hover\:bg-green-500\/90:hover{
  background-color: rgb(51 208 130 / 0.9) !important;
}

.hover\:bg-green-500\/95:hover{
  background-color: rgb(51 208 130 / 0.95) !important;
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 155 93 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-600\/0:hover{
  background-color: rgb(30 155 93 / 0) !important;
}

.hover\:bg-green-600\/10:hover{
  background-color: rgb(30 155 93 / 0.1) !important;
}

.hover\:bg-green-600\/100:hover{
  background-color: rgb(30 155 93 / 1) !important;
}

.hover\:bg-green-600\/15:hover{
  background-color: rgb(30 155 93 / 0.15) !important;
}

.hover\:bg-green-600\/20:hover{
  background-color: rgb(30 155 93 / 0.2) !important;
}

.hover\:bg-green-600\/25:hover{
  background-color: rgb(30 155 93 / 0.25) !important;
}

.hover\:bg-green-600\/30:hover{
  background-color: rgb(30 155 93 / 0.3) !important;
}

.hover\:bg-green-600\/35:hover{
  background-color: rgb(30 155 93 / 0.35) !important;
}

.hover\:bg-green-600\/40:hover{
  background-color: rgb(30 155 93 / 0.4) !important;
}

.hover\:bg-green-600\/45:hover{
  background-color: rgb(30 155 93 / 0.45) !important;
}

.hover\:bg-green-600\/5:hover{
  background-color: rgb(30 155 93 / 0.05) !important;
}

.hover\:bg-green-600\/50:hover{
  background-color: rgb(30 155 93 / 0.5) !important;
}

.hover\:bg-green-600\/55:hover{
  background-color: rgb(30 155 93 / 0.55) !important;
}

.hover\:bg-green-600\/60:hover{
  background-color: rgb(30 155 93 / 0.6) !important;
}

.hover\:bg-green-600\/65:hover{
  background-color: rgb(30 155 93 / 0.65) !important;
}

.hover\:bg-green-600\/70:hover{
  background-color: rgb(30 155 93 / 0.7) !important;
}

.hover\:bg-green-600\/75:hover{
  background-color: rgb(30 155 93 / 0.75) !important;
}

.hover\:bg-green-600\/80:hover{
  background-color: rgb(30 155 93 / 0.8) !important;
}

.hover\:bg-green-600\/85:hover{
  background-color: rgb(30 155 93 / 0.85) !important;
}

.hover\:bg-green-600\/90:hover{
  background-color: rgb(30 155 93 / 0.9) !important;
}

.hover\:bg-green-600\/95:hover{
  background-color: rgb(30 155 93 / 0.95) !important;
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 122 76 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-700\/0:hover{
  background-color: rgb(27 122 76 / 0) !important;
}

.hover\:bg-green-700\/10:hover{
  background-color: rgb(27 122 76 / 0.1) !important;
}

.hover\:bg-green-700\/100:hover{
  background-color: rgb(27 122 76 / 1) !important;
}

.hover\:bg-green-700\/15:hover{
  background-color: rgb(27 122 76 / 0.15) !important;
}

.hover\:bg-green-700\/20:hover{
  background-color: rgb(27 122 76 / 0.2) !important;
}

.hover\:bg-green-700\/25:hover{
  background-color: rgb(27 122 76 / 0.25) !important;
}

.hover\:bg-green-700\/30:hover{
  background-color: rgb(27 122 76 / 0.3) !important;
}

.hover\:bg-green-700\/35:hover{
  background-color: rgb(27 122 76 / 0.35) !important;
}

.hover\:bg-green-700\/40:hover{
  background-color: rgb(27 122 76 / 0.4) !important;
}

.hover\:bg-green-700\/45:hover{
  background-color: rgb(27 122 76 / 0.45) !important;
}

.hover\:bg-green-700\/5:hover{
  background-color: rgb(27 122 76 / 0.05) !important;
}

.hover\:bg-green-700\/50:hover{
  background-color: rgb(27 122 76 / 0.5) !important;
}

.hover\:bg-green-700\/55:hover{
  background-color: rgb(27 122 76 / 0.55) !important;
}

.hover\:bg-green-700\/60:hover{
  background-color: rgb(27 122 76 / 0.6) !important;
}

.hover\:bg-green-700\/65:hover{
  background-color: rgb(27 122 76 / 0.65) !important;
}

.hover\:bg-green-700\/70:hover{
  background-color: rgb(27 122 76 / 0.7) !important;
}

.hover\:bg-green-700\/75:hover{
  background-color: rgb(27 122 76 / 0.75) !important;
}

.hover\:bg-green-700\/80:hover{
  background-color: rgb(27 122 76 / 0.8) !important;
}

.hover\:bg-green-700\/85:hover{
  background-color: rgb(27 122 76 / 0.85) !important;
}

.hover\:bg-green-700\/90:hover{
  background-color: rgb(27 122 76 / 0.9) !important;
}

.hover\:bg-green-700\/95:hover{
  background-color: rgb(27 122 76 / 0.95) !important;
}

.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 97 63 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-800\/0:hover{
  background-color: rgb(26 97 63 / 0) !important;
}

.hover\:bg-green-800\/10:hover{
  background-color: rgb(26 97 63 / 0.1) !important;
}

.hover\:bg-green-800\/100:hover{
  background-color: rgb(26 97 63 / 1) !important;
}

.hover\:bg-green-800\/15:hover{
  background-color: rgb(26 97 63 / 0.15) !important;
}

.hover\:bg-green-800\/20:hover{
  background-color: rgb(26 97 63 / 0.2) !important;
}

.hover\:bg-green-800\/25:hover{
  background-color: rgb(26 97 63 / 0.25) !important;
}

.hover\:bg-green-800\/30:hover{
  background-color: rgb(26 97 63 / 0.3) !important;
}

.hover\:bg-green-800\/35:hover{
  background-color: rgb(26 97 63 / 0.35) !important;
}

.hover\:bg-green-800\/40:hover{
  background-color: rgb(26 97 63 / 0.4) !important;
}

.hover\:bg-green-800\/45:hover{
  background-color: rgb(26 97 63 / 0.45) !important;
}

.hover\:bg-green-800\/5:hover{
  background-color: rgb(26 97 63 / 0.05) !important;
}

.hover\:bg-green-800\/50:hover{
  background-color: rgb(26 97 63 / 0.5) !important;
}

.hover\:bg-green-800\/55:hover{
  background-color: rgb(26 97 63 / 0.55) !important;
}

.hover\:bg-green-800\/60:hover{
  background-color: rgb(26 97 63 / 0.6) !important;
}

.hover\:bg-green-800\/65:hover{
  background-color: rgb(26 97 63 / 0.65) !important;
}

.hover\:bg-green-800\/70:hover{
  background-color: rgb(26 97 63 / 0.7) !important;
}

.hover\:bg-green-800\/75:hover{
  background-color: rgb(26 97 63 / 0.75) !important;
}

.hover\:bg-green-800\/80:hover{
  background-color: rgb(26 97 63 / 0.8) !important;
}

.hover\:bg-green-800\/85:hover{
  background-color: rgb(26 97 63 / 0.85) !important;
}

.hover\:bg-green-800\/90:hover{
  background-color: rgb(26 97 63 / 0.9) !important;
}

.hover\:bg-green-800\/95:hover{
  background-color: rgb(26 97 63 / 0.95) !important;
}

.hover\:bg-green-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 79 53 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-900\/0:hover{
  background-color: rgb(24 79 53 / 0) !important;
}

.hover\:bg-green-900\/10:hover{
  background-color: rgb(24 79 53 / 0.1) !important;
}

.hover\:bg-green-900\/100:hover{
  background-color: rgb(24 79 53 / 1) !important;
}

.hover\:bg-green-900\/15:hover{
  background-color: rgb(24 79 53 / 0.15) !important;
}

.hover\:bg-green-900\/20:hover{
  background-color: rgb(24 79 53 / 0.2) !important;
}

.hover\:bg-green-900\/25:hover{
  background-color: rgb(24 79 53 / 0.25) !important;
}

.hover\:bg-green-900\/30:hover{
  background-color: rgb(24 79 53 / 0.3) !important;
}

.hover\:bg-green-900\/35:hover{
  background-color: rgb(24 79 53 / 0.35) !important;
}

.hover\:bg-green-900\/40:hover{
  background-color: rgb(24 79 53 / 0.4) !important;
}

.hover\:bg-green-900\/45:hover{
  background-color: rgb(24 79 53 / 0.45) !important;
}

.hover\:bg-green-900\/5:hover{
  background-color: rgb(24 79 53 / 0.05) !important;
}

.hover\:bg-green-900\/50:hover{
  background-color: rgb(24 79 53 / 0.5) !important;
}

.hover\:bg-green-900\/55:hover{
  background-color: rgb(24 79 53 / 0.55) !important;
}

.hover\:bg-green-900\/60:hover{
  background-color: rgb(24 79 53 / 0.6) !important;
}

.hover\:bg-green-900\/65:hover{
  background-color: rgb(24 79 53 / 0.65) !important;
}

.hover\:bg-green-900\/70:hover{
  background-color: rgb(24 79 53 / 0.7) !important;
}

.hover\:bg-green-900\/75:hover{
  background-color: rgb(24 79 53 / 0.75) !important;
}

.hover\:bg-green-900\/80:hover{
  background-color: rgb(24 79 53 / 0.8) !important;
}

.hover\:bg-green-900\/85:hover{
  background-color: rgb(24 79 53 / 0.85) !important;
}

.hover\:bg-green-900\/90:hover{
  background-color: rgb(24 79 53 / 0.9) !important;
}

.hover\:bg-green-900\/95:hover{
  background-color: rgb(24 79 53 / 0.95) !important;
}

.hover\:bg-green-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 44 27 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-green-950\/0:hover{
  background-color: rgb(7 44 27 / 0) !important;
}

.hover\:bg-green-950\/10:hover{
  background-color: rgb(7 44 27 / 0.1) !important;
}

.hover\:bg-green-950\/100:hover{
  background-color: rgb(7 44 27 / 1) !important;
}

.hover\:bg-green-950\/15:hover{
  background-color: rgb(7 44 27 / 0.15) !important;
}

.hover\:bg-green-950\/20:hover{
  background-color: rgb(7 44 27 / 0.2) !important;
}

.hover\:bg-green-950\/25:hover{
  background-color: rgb(7 44 27 / 0.25) !important;
}

.hover\:bg-green-950\/30:hover{
  background-color: rgb(7 44 27 / 0.3) !important;
}

.hover\:bg-green-950\/35:hover{
  background-color: rgb(7 44 27 / 0.35) !important;
}

.hover\:bg-green-950\/40:hover{
  background-color: rgb(7 44 27 / 0.4) !important;
}

.hover\:bg-green-950\/45:hover{
  background-color: rgb(7 44 27 / 0.45) !important;
}

.hover\:bg-green-950\/5:hover{
  background-color: rgb(7 44 27 / 0.05) !important;
}

.hover\:bg-green-950\/50:hover{
  background-color: rgb(7 44 27 / 0.5) !important;
}

.hover\:bg-green-950\/55:hover{
  background-color: rgb(7 44 27 / 0.55) !important;
}

.hover\:bg-green-950\/60:hover{
  background-color: rgb(7 44 27 / 0.6) !important;
}

.hover\:bg-green-950\/65:hover{
  background-color: rgb(7 44 27 / 0.65) !important;
}

.hover\:bg-green-950\/70:hover{
  background-color: rgb(7 44 27 / 0.7) !important;
}

.hover\:bg-green-950\/75:hover{
  background-color: rgb(7 44 27 / 0.75) !important;
}

.hover\:bg-green-950\/80:hover{
  background-color: rgb(7 44 27 / 0.8) !important;
}

.hover\:bg-green-950\/85:hover{
  background-color: rgb(7 44 27 / 0.85) !important;
}

.hover\:bg-green-950\/90:hover{
  background-color: rgb(7 44 27 / 0.9) !important;
}

.hover\:bg-green-950\/95:hover{
  background-color: rgb(7 44 27 / 0.95) !important;
}

.hover\:bg-grey-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-100\/0:hover{
  background-color: rgb(250 251 252 / 0) !important;
}

.hover\:bg-grey-100\/10:hover{
  background-color: rgb(250 251 252 / 0.1) !important;
}

.hover\:bg-grey-100\/100:hover{
  background-color: rgb(250 251 252 / 1) !important;
}

.hover\:bg-grey-100\/15:hover{
  background-color: rgb(250 251 252 / 0.15) !important;
}

.hover\:bg-grey-100\/20:hover{
  background-color: rgb(250 251 252 / 0.2) !important;
}

.hover\:bg-grey-100\/25:hover{
  background-color: rgb(250 251 252 / 0.25) !important;
}

.hover\:bg-grey-100\/30:hover{
  background-color: rgb(250 251 252 / 0.3) !important;
}

.hover\:bg-grey-100\/35:hover{
  background-color: rgb(250 251 252 / 0.35) !important;
}

.hover\:bg-grey-100\/40:hover{
  background-color: rgb(250 251 252 / 0.4) !important;
}

.hover\:bg-grey-100\/45:hover{
  background-color: rgb(250 251 252 / 0.45) !important;
}

.hover\:bg-grey-100\/5:hover{
  background-color: rgb(250 251 252 / 0.05) !important;
}

.hover\:bg-grey-100\/50:hover{
  background-color: rgb(250 251 252 / 0.5) !important;
}

.hover\:bg-grey-100\/55:hover{
  background-color: rgb(250 251 252 / 0.55) !important;
}

.hover\:bg-grey-100\/60:hover{
  background-color: rgb(250 251 252 / 0.6) !important;
}

.hover\:bg-grey-100\/65:hover{
  background-color: rgb(250 251 252 / 0.65) !important;
}

.hover\:bg-grey-100\/70:hover{
  background-color: rgb(250 251 252 / 0.7) !important;
}

.hover\:bg-grey-100\/75:hover{
  background-color: rgb(250 251 252 / 0.75) !important;
}

.hover\:bg-grey-100\/80:hover{
  background-color: rgb(250 251 252 / 0.8) !important;
}

.hover\:bg-grey-100\/85:hover{
  background-color: rgb(250 251 252 / 0.85) !important;
}

.hover\:bg-grey-100\/90:hover{
  background-color: rgb(250 251 252 / 0.9) !important;
}

.hover\:bg-grey-100\/95:hover{
  background-color: rgb(250 251 252 / 0.95) !important;
}

.hover\:bg-grey-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-200\/0:hover{
  background-color: rgb(247 248 250 / 0) !important;
}

.hover\:bg-grey-200\/10:hover{
  background-color: rgb(247 248 250 / 0.1) !important;
}

.hover\:bg-grey-200\/100:hover{
  background-color: rgb(247 248 250 / 1) !important;
}

.hover\:bg-grey-200\/15:hover{
  background-color: rgb(247 248 250 / 0.15) !important;
}

.hover\:bg-grey-200\/20:hover{
  background-color: rgb(247 248 250 / 0.2) !important;
}

.hover\:bg-grey-200\/25:hover{
  background-color: rgb(247 248 250 / 0.25) !important;
}

.hover\:bg-grey-200\/30:hover{
  background-color: rgb(247 248 250 / 0.3) !important;
}

.hover\:bg-grey-200\/35:hover{
  background-color: rgb(247 248 250 / 0.35) !important;
}

.hover\:bg-grey-200\/40:hover{
  background-color: rgb(247 248 250 / 0.4) !important;
}

.hover\:bg-grey-200\/45:hover{
  background-color: rgb(247 248 250 / 0.45) !important;
}

.hover\:bg-grey-200\/5:hover{
  background-color: rgb(247 248 250 / 0.05) !important;
}

.hover\:bg-grey-200\/50:hover{
  background-color: rgb(247 248 250 / 0.5) !important;
}

.hover\:bg-grey-200\/55:hover{
  background-color: rgb(247 248 250 / 0.55) !important;
}

.hover\:bg-grey-200\/60:hover{
  background-color: rgb(247 248 250 / 0.6) !important;
}

.hover\:bg-grey-200\/65:hover{
  background-color: rgb(247 248 250 / 0.65) !important;
}

.hover\:bg-grey-200\/70:hover{
  background-color: rgb(247 248 250 / 0.7) !important;
}

.hover\:bg-grey-200\/75:hover{
  background-color: rgb(247 248 250 / 0.75) !important;
}

.hover\:bg-grey-200\/80:hover{
  background-color: rgb(247 248 250 / 0.8) !important;
}

.hover\:bg-grey-200\/85:hover{
  background-color: rgb(247 248 250 / 0.85) !important;
}

.hover\:bg-grey-200\/90:hover{
  background-color: rgb(247 248 250 / 0.9) !important;
}

.hover\:bg-grey-200\/95:hover{
  background-color: rgb(247 248 250 / 0.95) !important;
}

.hover\:bg-grey-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 245 248 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-300\/0:hover{
  background-color: rgb(243 245 248 / 0) !important;
}

.hover\:bg-grey-300\/10:hover{
  background-color: rgb(243 245 248 / 0.1) !important;
}

.hover\:bg-grey-300\/100:hover{
  background-color: rgb(243 245 248 / 1) !important;
}

.hover\:bg-grey-300\/15:hover{
  background-color: rgb(243 245 248 / 0.15) !important;
}

.hover\:bg-grey-300\/20:hover{
  background-color: rgb(243 245 248 / 0.2) !important;
}

.hover\:bg-grey-300\/25:hover{
  background-color: rgb(243 245 248 / 0.25) !important;
}

.hover\:bg-grey-300\/30:hover{
  background-color: rgb(243 245 248 / 0.3) !important;
}

.hover\:bg-grey-300\/35:hover{
  background-color: rgb(243 245 248 / 0.35) !important;
}

.hover\:bg-grey-300\/40:hover{
  background-color: rgb(243 245 248 / 0.4) !important;
}

.hover\:bg-grey-300\/45:hover{
  background-color: rgb(243 245 248 / 0.45) !important;
}

.hover\:bg-grey-300\/5:hover{
  background-color: rgb(243 245 248 / 0.05) !important;
}

.hover\:bg-grey-300\/50:hover{
  background-color: rgb(243 245 248 / 0.5) !important;
}

.hover\:bg-grey-300\/55:hover{
  background-color: rgb(243 245 248 / 0.55) !important;
}

.hover\:bg-grey-300\/60:hover{
  background-color: rgb(243 245 248 / 0.6) !important;
}

.hover\:bg-grey-300\/65:hover{
  background-color: rgb(243 245 248 / 0.65) !important;
}

.hover\:bg-grey-300\/70:hover{
  background-color: rgb(243 245 248 / 0.7) !important;
}

.hover\:bg-grey-300\/75:hover{
  background-color: rgb(243 245 248 / 0.75) !important;
}

.hover\:bg-grey-300\/80:hover{
  background-color: rgb(243 245 248 / 0.8) !important;
}

.hover\:bg-grey-300\/85:hover{
  background-color: rgb(243 245 248 / 0.85) !important;
}

.hover\:bg-grey-300\/90:hover{
  background-color: rgb(243 245 248 / 0.9) !important;
}

.hover\:bg-grey-300\/95:hover{
  background-color: rgb(243 245 248 / 0.95) !important;
}

.hover\:bg-grey-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 242 247 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-400\/0:hover{
  background-color: rgb(241 242 247 / 0) !important;
}

.hover\:bg-grey-400\/10:hover{
  background-color: rgb(241 242 247 / 0.1) !important;
}

.hover\:bg-grey-400\/100:hover{
  background-color: rgb(241 242 247 / 1) !important;
}

.hover\:bg-grey-400\/15:hover{
  background-color: rgb(241 242 247 / 0.15) !important;
}

.hover\:bg-grey-400\/20:hover{
  background-color: rgb(241 242 247 / 0.2) !important;
}

.hover\:bg-grey-400\/25:hover{
  background-color: rgb(241 242 247 / 0.25) !important;
}

.hover\:bg-grey-400\/30:hover{
  background-color: rgb(241 242 247 / 0.3) !important;
}

.hover\:bg-grey-400\/35:hover{
  background-color: rgb(241 242 247 / 0.35) !important;
}

.hover\:bg-grey-400\/40:hover{
  background-color: rgb(241 242 247 / 0.4) !important;
}

.hover\:bg-grey-400\/45:hover{
  background-color: rgb(241 242 247 / 0.45) !important;
}

.hover\:bg-grey-400\/5:hover{
  background-color: rgb(241 242 247 / 0.05) !important;
}

.hover\:bg-grey-400\/50:hover{
  background-color: rgb(241 242 247 / 0.5) !important;
}

.hover\:bg-grey-400\/55:hover{
  background-color: rgb(241 242 247 / 0.55) !important;
}

.hover\:bg-grey-400\/60:hover{
  background-color: rgb(241 242 247 / 0.6) !important;
}

.hover\:bg-grey-400\/65:hover{
  background-color: rgb(241 242 247 / 0.65) !important;
}

.hover\:bg-grey-400\/70:hover{
  background-color: rgb(241 242 247 / 0.7) !important;
}

.hover\:bg-grey-400\/75:hover{
  background-color: rgb(241 242 247 / 0.75) !important;
}

.hover\:bg-grey-400\/80:hover{
  background-color: rgb(241 242 247 / 0.8) !important;
}

.hover\:bg-grey-400\/85:hover{
  background-color: rgb(241 242 247 / 0.85) !important;
}

.hover\:bg-grey-400\/90:hover{
  background-color: rgb(241 242 247 / 0.9) !important;
}

.hover\:bg-grey-400\/95:hover{
  background-color: rgb(241 242 247 / 0.95) !important;
}

.hover\:bg-grey-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 253 254 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-50\/0:hover{
  background-color: rgb(253 253 254 / 0) !important;
}

.hover\:bg-grey-50\/10:hover{
  background-color: rgb(253 253 254 / 0.1) !important;
}

.hover\:bg-grey-50\/100:hover{
  background-color: rgb(253 253 254 / 1) !important;
}

.hover\:bg-grey-50\/15:hover{
  background-color: rgb(253 253 254 / 0.15) !important;
}

.hover\:bg-grey-50\/20:hover{
  background-color: rgb(253 253 254 / 0.2) !important;
}

.hover\:bg-grey-50\/25:hover{
  background-color: rgb(253 253 254 / 0.25) !important;
}

.hover\:bg-grey-50\/30:hover{
  background-color: rgb(253 253 254 / 0.3) !important;
}

.hover\:bg-grey-50\/35:hover{
  background-color: rgb(253 253 254 / 0.35) !important;
}

.hover\:bg-grey-50\/40:hover{
  background-color: rgb(253 253 254 / 0.4) !important;
}

.hover\:bg-grey-50\/45:hover{
  background-color: rgb(253 253 254 / 0.45) !important;
}

.hover\:bg-grey-50\/5:hover{
  background-color: rgb(253 253 254 / 0.05) !important;
}

.hover\:bg-grey-50\/50:hover{
  background-color: rgb(253 253 254 / 0.5) !important;
}

.hover\:bg-grey-50\/55:hover{
  background-color: rgb(253 253 254 / 0.55) !important;
}

.hover\:bg-grey-50\/60:hover{
  background-color: rgb(253 253 254 / 0.6) !important;
}

.hover\:bg-grey-50\/65:hover{
  background-color: rgb(253 253 254 / 0.65) !important;
}

.hover\:bg-grey-50\/70:hover{
  background-color: rgb(253 253 254 / 0.7) !important;
}

.hover\:bg-grey-50\/75:hover{
  background-color: rgb(253 253 254 / 0.75) !important;
}

.hover\:bg-grey-50\/80:hover{
  background-color: rgb(253 253 254 / 0.8) !important;
}

.hover\:bg-grey-50\/85:hover{
  background-color: rgb(253 253 254 / 0.85) !important;
}

.hover\:bg-grey-50\/90:hover{
  background-color: rgb(253 253 254 / 0.9) !important;
}

.hover\:bg-grey-50\/95:hover{
  background-color: rgb(253 253 254 / 0.95) !important;
}

.hover\:bg-grey-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-500\/0:hover{
  background-color: rgb(238 240 245 / 0) !important;
}

.hover\:bg-grey-500\/10:hover{
  background-color: rgb(238 240 245 / 0.1) !important;
}

.hover\:bg-grey-500\/100:hover{
  background-color: rgb(238 240 245 / 1) !important;
}

.hover\:bg-grey-500\/15:hover{
  background-color: rgb(238 240 245 / 0.15) !important;
}

.hover\:bg-grey-500\/20:hover{
  background-color: rgb(238 240 245 / 0.2) !important;
}

.hover\:bg-grey-500\/25:hover{
  background-color: rgb(238 240 245 / 0.25) !important;
}

.hover\:bg-grey-500\/30:hover{
  background-color: rgb(238 240 245 / 0.3) !important;
}

.hover\:bg-grey-500\/35:hover{
  background-color: rgb(238 240 245 / 0.35) !important;
}

.hover\:bg-grey-500\/40:hover{
  background-color: rgb(238 240 245 / 0.4) !important;
}

.hover\:bg-grey-500\/45:hover{
  background-color: rgb(238 240 245 / 0.45) !important;
}

.hover\:bg-grey-500\/5:hover{
  background-color: rgb(238 240 245 / 0.05) !important;
}

.hover\:bg-grey-500\/50:hover{
  background-color: rgb(238 240 245 / 0.5) !important;
}

.hover\:bg-grey-500\/55:hover{
  background-color: rgb(238 240 245 / 0.55) !important;
}

.hover\:bg-grey-500\/60:hover{
  background-color: rgb(238 240 245 / 0.6) !important;
}

.hover\:bg-grey-500\/65:hover{
  background-color: rgb(238 240 245 / 0.65) !important;
}

.hover\:bg-grey-500\/70:hover{
  background-color: rgb(238 240 245 / 0.7) !important;
}

.hover\:bg-grey-500\/75:hover{
  background-color: rgb(238 240 245 / 0.75) !important;
}

.hover\:bg-grey-500\/80:hover{
  background-color: rgb(238 240 245 / 0.8) !important;
}

.hover\:bg-grey-500\/85:hover{
  background-color: rgb(238 240 245 / 0.85) !important;
}

.hover\:bg-grey-500\/90:hover{
  background-color: rgb(238 240 245 / 0.9) !important;
}

.hover\:bg-grey-500\/95:hover{
  background-color: rgb(238 240 245 / 0.95) !important;
}

.hover\:bg-grey-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 238 244 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-600\/0:hover{
  background-color: rgb(236 238 244 / 0) !important;
}

.hover\:bg-grey-600\/10:hover{
  background-color: rgb(236 238 244 / 0.1) !important;
}

.hover\:bg-grey-600\/100:hover{
  background-color: rgb(236 238 244 / 1) !important;
}

.hover\:bg-grey-600\/15:hover{
  background-color: rgb(236 238 244 / 0.15) !important;
}

.hover\:bg-grey-600\/20:hover{
  background-color: rgb(236 238 244 / 0.2) !important;
}

.hover\:bg-grey-600\/25:hover{
  background-color: rgb(236 238 244 / 0.25) !important;
}

.hover\:bg-grey-600\/30:hover{
  background-color: rgb(236 238 244 / 0.3) !important;
}

.hover\:bg-grey-600\/35:hover{
  background-color: rgb(236 238 244 / 0.35) !important;
}

.hover\:bg-grey-600\/40:hover{
  background-color: rgb(236 238 244 / 0.4) !important;
}

.hover\:bg-grey-600\/45:hover{
  background-color: rgb(236 238 244 / 0.45) !important;
}

.hover\:bg-grey-600\/5:hover{
  background-color: rgb(236 238 244 / 0.05) !important;
}

.hover\:bg-grey-600\/50:hover{
  background-color: rgb(236 238 244 / 0.5) !important;
}

.hover\:bg-grey-600\/55:hover{
  background-color: rgb(236 238 244 / 0.55) !important;
}

.hover\:bg-grey-600\/60:hover{
  background-color: rgb(236 238 244 / 0.6) !important;
}

.hover\:bg-grey-600\/65:hover{
  background-color: rgb(236 238 244 / 0.65) !important;
}

.hover\:bg-grey-600\/70:hover{
  background-color: rgb(236 238 244 / 0.7) !important;
}

.hover\:bg-grey-600\/75:hover{
  background-color: rgb(236 238 244 / 0.75) !important;
}

.hover\:bg-grey-600\/80:hover{
  background-color: rgb(236 238 244 / 0.8) !important;
}

.hover\:bg-grey-600\/85:hover{
  background-color: rgb(236 238 244 / 0.85) !important;
}

.hover\:bg-grey-600\/90:hover{
  background-color: rgb(236 238 244 / 0.9) !important;
}

.hover\:bg-grey-600\/95:hover{
  background-color: rgb(236 238 244 / 0.95) !important;
}

.hover\:bg-grey-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 236 242 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-700\/0:hover{
  background-color: rgb(233 236 242 / 0) !important;
}

.hover\:bg-grey-700\/10:hover{
  background-color: rgb(233 236 242 / 0.1) !important;
}

.hover\:bg-grey-700\/100:hover{
  background-color: rgb(233 236 242 / 1) !important;
}

.hover\:bg-grey-700\/15:hover{
  background-color: rgb(233 236 242 / 0.15) !important;
}

.hover\:bg-grey-700\/20:hover{
  background-color: rgb(233 236 242 / 0.2) !important;
}

.hover\:bg-grey-700\/25:hover{
  background-color: rgb(233 236 242 / 0.25) !important;
}

.hover\:bg-grey-700\/30:hover{
  background-color: rgb(233 236 242 / 0.3) !important;
}

.hover\:bg-grey-700\/35:hover{
  background-color: rgb(233 236 242 / 0.35) !important;
}

.hover\:bg-grey-700\/40:hover{
  background-color: rgb(233 236 242 / 0.4) !important;
}

.hover\:bg-grey-700\/45:hover{
  background-color: rgb(233 236 242 / 0.45) !important;
}

.hover\:bg-grey-700\/5:hover{
  background-color: rgb(233 236 242 / 0.05) !important;
}

.hover\:bg-grey-700\/50:hover{
  background-color: rgb(233 236 242 / 0.5) !important;
}

.hover\:bg-grey-700\/55:hover{
  background-color: rgb(233 236 242 / 0.55) !important;
}

.hover\:bg-grey-700\/60:hover{
  background-color: rgb(233 236 242 / 0.6) !important;
}

.hover\:bg-grey-700\/65:hover{
  background-color: rgb(233 236 242 / 0.65) !important;
}

.hover\:bg-grey-700\/70:hover{
  background-color: rgb(233 236 242 / 0.7) !important;
}

.hover\:bg-grey-700\/75:hover{
  background-color: rgb(233 236 242 / 0.75) !important;
}

.hover\:bg-grey-700\/80:hover{
  background-color: rgb(233 236 242 / 0.8) !important;
}

.hover\:bg-grey-700\/85:hover{
  background-color: rgb(233 236 242 / 0.85) !important;
}

.hover\:bg-grey-700\/90:hover{
  background-color: rgb(233 236 242 / 0.9) !important;
}

.hover\:bg-grey-700\/95:hover{
  background-color: rgb(233 236 242 / 0.95) !important;
}

.hover\:bg-grey-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 233 240 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-800\/0:hover{
  background-color: rgb(231 233 240 / 0) !important;
}

.hover\:bg-grey-800\/10:hover{
  background-color: rgb(231 233 240 / 0.1) !important;
}

.hover\:bg-grey-800\/100:hover{
  background-color: rgb(231 233 240 / 1) !important;
}

.hover\:bg-grey-800\/15:hover{
  background-color: rgb(231 233 240 / 0.15) !important;
}

.hover\:bg-grey-800\/20:hover{
  background-color: rgb(231 233 240 / 0.2) !important;
}

.hover\:bg-grey-800\/25:hover{
  background-color: rgb(231 233 240 / 0.25) !important;
}

.hover\:bg-grey-800\/30:hover{
  background-color: rgb(231 233 240 / 0.3) !important;
}

.hover\:bg-grey-800\/35:hover{
  background-color: rgb(231 233 240 / 0.35) !important;
}

.hover\:bg-grey-800\/40:hover{
  background-color: rgb(231 233 240 / 0.4) !important;
}

.hover\:bg-grey-800\/45:hover{
  background-color: rgb(231 233 240 / 0.45) !important;
}

.hover\:bg-grey-800\/5:hover{
  background-color: rgb(231 233 240 / 0.05) !important;
}

.hover\:bg-grey-800\/50:hover{
  background-color: rgb(231 233 240 / 0.5) !important;
}

.hover\:bg-grey-800\/55:hover{
  background-color: rgb(231 233 240 / 0.55) !important;
}

.hover\:bg-grey-800\/60:hover{
  background-color: rgb(231 233 240 / 0.6) !important;
}

.hover\:bg-grey-800\/65:hover{
  background-color: rgb(231 233 240 / 0.65) !important;
}

.hover\:bg-grey-800\/70:hover{
  background-color: rgb(231 233 240 / 0.7) !important;
}

.hover\:bg-grey-800\/75:hover{
  background-color: rgb(231 233 240 / 0.75) !important;
}

.hover\:bg-grey-800\/80:hover{
  background-color: rgb(231 233 240 / 0.8) !important;
}

.hover\:bg-grey-800\/85:hover{
  background-color: rgb(231 233 240 / 0.85) !important;
}

.hover\:bg-grey-800\/90:hover{
  background-color: rgb(231 233 240 / 0.9) !important;
}

.hover\:bg-grey-800\/95:hover{
  background-color: rgb(231 233 240 / 0.95) !important;
}

.hover\:bg-grey-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 229 238 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-grey-900\/0:hover{
  background-color: rgb(226 229 238 / 0) !important;
}

.hover\:bg-grey-900\/10:hover{
  background-color: rgb(226 229 238 / 0.1) !important;
}

.hover\:bg-grey-900\/100:hover{
  background-color: rgb(226 229 238 / 1) !important;
}

.hover\:bg-grey-900\/15:hover{
  background-color: rgb(226 229 238 / 0.15) !important;
}

.hover\:bg-grey-900\/20:hover{
  background-color: rgb(226 229 238 / 0.2) !important;
}

.hover\:bg-grey-900\/25:hover{
  background-color: rgb(226 229 238 / 0.25) !important;
}

.hover\:bg-grey-900\/30:hover{
  background-color: rgb(226 229 238 / 0.3) !important;
}

.hover\:bg-grey-900\/35:hover{
  background-color: rgb(226 229 238 / 0.35) !important;
}

.hover\:bg-grey-900\/40:hover{
  background-color: rgb(226 229 238 / 0.4) !important;
}

.hover\:bg-grey-900\/45:hover{
  background-color: rgb(226 229 238 / 0.45) !important;
}

.hover\:bg-grey-900\/5:hover{
  background-color: rgb(226 229 238 / 0.05) !important;
}

.hover\:bg-grey-900\/50:hover{
  background-color: rgb(226 229 238 / 0.5) !important;
}

.hover\:bg-grey-900\/55:hover{
  background-color: rgb(226 229 238 / 0.55) !important;
}

.hover\:bg-grey-900\/60:hover{
  background-color: rgb(226 229 238 / 0.6) !important;
}

.hover\:bg-grey-900\/65:hover{
  background-color: rgb(226 229 238 / 0.65) !important;
}

.hover\:bg-grey-900\/70:hover{
  background-color: rgb(226 229 238 / 0.7) !important;
}

.hover\:bg-grey-900\/75:hover{
  background-color: rgb(226 229 238 / 0.75) !important;
}

.hover\:bg-grey-900\/80:hover{
  background-color: rgb(226 229 238 / 0.8) !important;
}

.hover\:bg-grey-900\/85:hover{
  background-color: rgb(226 229 238 / 0.85) !important;
}

.hover\:bg-grey-900\/90:hover{
  background-color: rgb(226 229 238 / 0.9) !important;
}

.hover\:bg-grey-900\/95:hover{
  background-color: rgb(226 229 238 / 0.95) !important;
}

.hover\:bg-navy-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 191 248 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-100\/0:hover{
  background-color: rgb(191 191 248 / 0) !important;
}

.hover\:bg-navy-100\/10:hover{
  background-color: rgb(191 191 248 / 0.1) !important;
}

.hover\:bg-navy-100\/100:hover{
  background-color: rgb(191 191 248 / 1) !important;
}

.hover\:bg-navy-100\/15:hover{
  background-color: rgb(191 191 248 / 0.15) !important;
}

.hover\:bg-navy-100\/20:hover{
  background-color: rgb(191 191 248 / 0.2) !important;
}

.hover\:bg-navy-100\/25:hover{
  background-color: rgb(191 191 248 / 0.25) !important;
}

.hover\:bg-navy-100\/30:hover{
  background-color: rgb(191 191 248 / 0.3) !important;
}

.hover\:bg-navy-100\/35:hover{
  background-color: rgb(191 191 248 / 0.35) !important;
}

.hover\:bg-navy-100\/40:hover{
  background-color: rgb(191 191 248 / 0.4) !important;
}

.hover\:bg-navy-100\/45:hover{
  background-color: rgb(191 191 248 / 0.45) !important;
}

.hover\:bg-navy-100\/5:hover{
  background-color: rgb(191 191 248 / 0.05) !important;
}

.hover\:bg-navy-100\/50:hover{
  background-color: rgb(191 191 248 / 0.5) !important;
}

.hover\:bg-navy-100\/55:hover{
  background-color: rgb(191 191 248 / 0.55) !important;
}

.hover\:bg-navy-100\/60:hover{
  background-color: rgb(191 191 248 / 0.6) !important;
}

.hover\:bg-navy-100\/65:hover{
  background-color: rgb(191 191 248 / 0.65) !important;
}

.hover\:bg-navy-100\/70:hover{
  background-color: rgb(191 191 248 / 0.7) !important;
}

.hover\:bg-navy-100\/75:hover{
  background-color: rgb(191 191 248 / 0.75) !important;
}

.hover\:bg-navy-100\/80:hover{
  background-color: rgb(191 191 248 / 0.8) !important;
}

.hover\:bg-navy-100\/85:hover{
  background-color: rgb(191 191 248 / 0.85) !important;
}

.hover\:bg-navy-100\/90:hover{
  background-color: rgb(191 191 248 / 0.9) !important;
}

.hover\:bg-navy-100\/95:hover{
  background-color: rgb(191 191 248 / 0.95) !important;
}

.hover\:bg-navy-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 149 243 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-200\/0:hover{
  background-color: rgb(149 149 243 / 0) !important;
}

.hover\:bg-navy-200\/10:hover{
  background-color: rgb(149 149 243 / 0.1) !important;
}

.hover\:bg-navy-200\/100:hover{
  background-color: rgb(149 149 243 / 1) !important;
}

.hover\:bg-navy-200\/15:hover{
  background-color: rgb(149 149 243 / 0.15) !important;
}

.hover\:bg-navy-200\/20:hover{
  background-color: rgb(149 149 243 / 0.2) !important;
}

.hover\:bg-navy-200\/25:hover{
  background-color: rgb(149 149 243 / 0.25) !important;
}

.hover\:bg-navy-200\/30:hover{
  background-color: rgb(149 149 243 / 0.3) !important;
}

.hover\:bg-navy-200\/35:hover{
  background-color: rgb(149 149 243 / 0.35) !important;
}

.hover\:bg-navy-200\/40:hover{
  background-color: rgb(149 149 243 / 0.4) !important;
}

.hover\:bg-navy-200\/45:hover{
  background-color: rgb(149 149 243 / 0.45) !important;
}

.hover\:bg-navy-200\/5:hover{
  background-color: rgb(149 149 243 / 0.05) !important;
}

.hover\:bg-navy-200\/50:hover{
  background-color: rgb(149 149 243 / 0.5) !important;
}

.hover\:bg-navy-200\/55:hover{
  background-color: rgb(149 149 243 / 0.55) !important;
}

.hover\:bg-navy-200\/60:hover{
  background-color: rgb(149 149 243 / 0.6) !important;
}

.hover\:bg-navy-200\/65:hover{
  background-color: rgb(149 149 243 / 0.65) !important;
}

.hover\:bg-navy-200\/70:hover{
  background-color: rgb(149 149 243 / 0.7) !important;
}

.hover\:bg-navy-200\/75:hover{
  background-color: rgb(149 149 243 / 0.75) !important;
}

.hover\:bg-navy-200\/80:hover{
  background-color: rgb(149 149 243 / 0.8) !important;
}

.hover\:bg-navy-200\/85:hover{
  background-color: rgb(149 149 243 / 0.85) !important;
}

.hover\:bg-navy-200\/90:hover{
  background-color: rgb(149 149 243 / 0.9) !important;
}

.hover\:bg-navy-200\/95:hover{
  background-color: rgb(149 149 243 / 0.95) !important;
}

.hover\:bg-navy-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 107 238 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-300\/0:hover{
  background-color: rgb(106 107 238 / 0) !important;
}

.hover\:bg-navy-300\/10:hover{
  background-color: rgb(106 107 238 / 0.1) !important;
}

.hover\:bg-navy-300\/100:hover{
  background-color: rgb(106 107 238 / 1) !important;
}

.hover\:bg-navy-300\/15:hover{
  background-color: rgb(106 107 238 / 0.15) !important;
}

.hover\:bg-navy-300\/20:hover{
  background-color: rgb(106 107 238 / 0.2) !important;
}

.hover\:bg-navy-300\/25:hover{
  background-color: rgb(106 107 238 / 0.25) !important;
}

.hover\:bg-navy-300\/30:hover{
  background-color: rgb(106 107 238 / 0.3) !important;
}

.hover\:bg-navy-300\/35:hover{
  background-color: rgb(106 107 238 / 0.35) !important;
}

.hover\:bg-navy-300\/40:hover{
  background-color: rgb(106 107 238 / 0.4) !important;
}

.hover\:bg-navy-300\/45:hover{
  background-color: rgb(106 107 238 / 0.45) !important;
}

.hover\:bg-navy-300\/5:hover{
  background-color: rgb(106 107 238 / 0.05) !important;
}

.hover\:bg-navy-300\/50:hover{
  background-color: rgb(106 107 238 / 0.5) !important;
}

.hover\:bg-navy-300\/55:hover{
  background-color: rgb(106 107 238 / 0.55) !important;
}

.hover\:bg-navy-300\/60:hover{
  background-color: rgb(106 107 238 / 0.6) !important;
}

.hover\:bg-navy-300\/65:hover{
  background-color: rgb(106 107 238 / 0.65) !important;
}

.hover\:bg-navy-300\/70:hover{
  background-color: rgb(106 107 238 / 0.7) !important;
}

.hover\:bg-navy-300\/75:hover{
  background-color: rgb(106 107 238 / 0.75) !important;
}

.hover\:bg-navy-300\/80:hover{
  background-color: rgb(106 107 238 / 0.8) !important;
}

.hover\:bg-navy-300\/85:hover{
  background-color: rgb(106 107 238 / 0.85) !important;
}

.hover\:bg-navy-300\/90:hover{
  background-color: rgb(106 107 238 / 0.9) !important;
}

.hover\:bg-navy-300\/95:hover{
  background-color: rgb(106 107 238 / 0.95) !important;
}

.hover\:bg-navy-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 75 235 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-400\/0:hover{
  background-color: rgb(74 75 235 / 0) !important;
}

.hover\:bg-navy-400\/10:hover{
  background-color: rgb(74 75 235 / 0.1) !important;
}

.hover\:bg-navy-400\/100:hover{
  background-color: rgb(74 75 235 / 1) !important;
}

.hover\:bg-navy-400\/15:hover{
  background-color: rgb(74 75 235 / 0.15) !important;
}

.hover\:bg-navy-400\/20:hover{
  background-color: rgb(74 75 235 / 0.2) !important;
}

.hover\:bg-navy-400\/25:hover{
  background-color: rgb(74 75 235 / 0.25) !important;
}

.hover\:bg-navy-400\/30:hover{
  background-color: rgb(74 75 235 / 0.3) !important;
}

.hover\:bg-navy-400\/35:hover{
  background-color: rgb(74 75 235 / 0.35) !important;
}

.hover\:bg-navy-400\/40:hover{
  background-color: rgb(74 75 235 / 0.4) !important;
}

.hover\:bg-navy-400\/45:hover{
  background-color: rgb(74 75 235 / 0.45) !important;
}

.hover\:bg-navy-400\/5:hover{
  background-color: rgb(74 75 235 / 0.05) !important;
}

.hover\:bg-navy-400\/50:hover{
  background-color: rgb(74 75 235 / 0.5) !important;
}

.hover\:bg-navy-400\/55:hover{
  background-color: rgb(74 75 235 / 0.55) !important;
}

.hover\:bg-navy-400\/60:hover{
  background-color: rgb(74 75 235 / 0.6) !important;
}

.hover\:bg-navy-400\/65:hover{
  background-color: rgb(74 75 235 / 0.65) !important;
}

.hover\:bg-navy-400\/70:hover{
  background-color: rgb(74 75 235 / 0.7) !important;
}

.hover\:bg-navy-400\/75:hover{
  background-color: rgb(74 75 235 / 0.75) !important;
}

.hover\:bg-navy-400\/80:hover{
  background-color: rgb(74 75 235 / 0.8) !important;
}

.hover\:bg-navy-400\/85:hover{
  background-color: rgb(74 75 235 / 0.85) !important;
}

.hover\:bg-navy-400\/90:hover{
  background-color: rgb(74 75 235 / 0.9) !important;
}

.hover\:bg-navy-400\/95:hover{
  background-color: rgb(74 75 235 / 0.95) !important;
}

.hover\:bg-navy-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 230 252 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-50\/0:hover{
  background-color: rgb(229 230 252 / 0) !important;
}

.hover\:bg-navy-50\/10:hover{
  background-color: rgb(229 230 252 / 0.1) !important;
}

.hover\:bg-navy-50\/100:hover{
  background-color: rgb(229 230 252 / 1) !important;
}

.hover\:bg-navy-50\/15:hover{
  background-color: rgb(229 230 252 / 0.15) !important;
}

.hover\:bg-navy-50\/20:hover{
  background-color: rgb(229 230 252 / 0.2) !important;
}

.hover\:bg-navy-50\/25:hover{
  background-color: rgb(229 230 252 / 0.25) !important;
}

.hover\:bg-navy-50\/30:hover{
  background-color: rgb(229 230 252 / 0.3) !important;
}

.hover\:bg-navy-50\/35:hover{
  background-color: rgb(229 230 252 / 0.35) !important;
}

.hover\:bg-navy-50\/40:hover{
  background-color: rgb(229 230 252 / 0.4) !important;
}

.hover\:bg-navy-50\/45:hover{
  background-color: rgb(229 230 252 / 0.45) !important;
}

.hover\:bg-navy-50\/5:hover{
  background-color: rgb(229 230 252 / 0.05) !important;
}

.hover\:bg-navy-50\/50:hover{
  background-color: rgb(229 230 252 / 0.5) !important;
}

.hover\:bg-navy-50\/55:hover{
  background-color: rgb(229 230 252 / 0.55) !important;
}

.hover\:bg-navy-50\/60:hover{
  background-color: rgb(229 230 252 / 0.6) !important;
}

.hover\:bg-navy-50\/65:hover{
  background-color: rgb(229 230 252 / 0.65) !important;
}

.hover\:bg-navy-50\/70:hover{
  background-color: rgb(229 230 252 / 0.7) !important;
}

.hover\:bg-navy-50\/75:hover{
  background-color: rgb(229 230 252 / 0.75) !important;
}

.hover\:bg-navy-50\/80:hover{
  background-color: rgb(229 230 252 / 0.8) !important;
}

.hover\:bg-navy-50\/85:hover{
  background-color: rgb(229 230 252 / 0.85) !important;
}

.hover\:bg-navy-50\/90:hover{
  background-color: rgb(229 230 252 / 0.9) !important;
}

.hover\:bg-navy-50\/95:hover{
  background-color: rgb(229 230 252 / 0.95) !important;
}

.hover\:bg-navy-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-500\/0:hover{
  background-color: rgb(42 43 231 / 0) !important;
}

.hover\:bg-navy-500\/10:hover{
  background-color: rgb(42 43 231 / 0.1) !important;
}

.hover\:bg-navy-500\/100:hover{
  background-color: rgb(42 43 231 / 1) !important;
}

.hover\:bg-navy-500\/15:hover{
  background-color: rgb(42 43 231 / 0.15) !important;
}

.hover\:bg-navy-500\/20:hover{
  background-color: rgb(42 43 231 / 0.2) !important;
}

.hover\:bg-navy-500\/25:hover{
  background-color: rgb(42 43 231 / 0.25) !important;
}

.hover\:bg-navy-500\/30:hover{
  background-color: rgb(42 43 231 / 0.3) !important;
}

.hover\:bg-navy-500\/35:hover{
  background-color: rgb(42 43 231 / 0.35) !important;
}

.hover\:bg-navy-500\/40:hover{
  background-color: rgb(42 43 231 / 0.4) !important;
}

.hover\:bg-navy-500\/45:hover{
  background-color: rgb(42 43 231 / 0.45) !important;
}

.hover\:bg-navy-500\/5:hover{
  background-color: rgb(42 43 231 / 0.05) !important;
}

.hover\:bg-navy-500\/50:hover{
  background-color: rgb(42 43 231 / 0.5) !important;
}

.hover\:bg-navy-500\/55:hover{
  background-color: rgb(42 43 231 / 0.55) !important;
}

.hover\:bg-navy-500\/60:hover{
  background-color: rgb(42 43 231 / 0.6) !important;
}

.hover\:bg-navy-500\/65:hover{
  background-color: rgb(42 43 231 / 0.65) !important;
}

.hover\:bg-navy-500\/70:hover{
  background-color: rgb(42 43 231 / 0.7) !important;
}

.hover\:bg-navy-500\/75:hover{
  background-color: rgb(42 43 231 / 0.75) !important;
}

.hover\:bg-navy-500\/80:hover{
  background-color: rgb(42 43 231 / 0.8) !important;
}

.hover\:bg-navy-500\/85:hover{
  background-color: rgb(42 43 231 / 0.85) !important;
}

.hover\:bg-navy-500\/90:hover{
  background-color: rgb(42 43 231 / 0.9) !important;
}

.hover\:bg-navy-500\/95:hover{
  background-color: rgb(42 43 231 / 0.95) !important;
}

.hover\:bg-navy-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 38 228 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-600\/0:hover{
  background-color: rgb(37 38 228 / 0) !important;
}

.hover\:bg-navy-600\/10:hover{
  background-color: rgb(37 38 228 / 0.1) !important;
}

.hover\:bg-navy-600\/100:hover{
  background-color: rgb(37 38 228 / 1) !important;
}

.hover\:bg-navy-600\/15:hover{
  background-color: rgb(37 38 228 / 0.15) !important;
}

.hover\:bg-navy-600\/20:hover{
  background-color: rgb(37 38 228 / 0.2) !important;
}

.hover\:bg-navy-600\/25:hover{
  background-color: rgb(37 38 228 / 0.25) !important;
}

.hover\:bg-navy-600\/30:hover{
  background-color: rgb(37 38 228 / 0.3) !important;
}

.hover\:bg-navy-600\/35:hover{
  background-color: rgb(37 38 228 / 0.35) !important;
}

.hover\:bg-navy-600\/40:hover{
  background-color: rgb(37 38 228 / 0.4) !important;
}

.hover\:bg-navy-600\/45:hover{
  background-color: rgb(37 38 228 / 0.45) !important;
}

.hover\:bg-navy-600\/5:hover{
  background-color: rgb(37 38 228 / 0.05) !important;
}

.hover\:bg-navy-600\/50:hover{
  background-color: rgb(37 38 228 / 0.5) !important;
}

.hover\:bg-navy-600\/55:hover{
  background-color: rgb(37 38 228 / 0.55) !important;
}

.hover\:bg-navy-600\/60:hover{
  background-color: rgb(37 38 228 / 0.6) !important;
}

.hover\:bg-navy-600\/65:hover{
  background-color: rgb(37 38 228 / 0.65) !important;
}

.hover\:bg-navy-600\/70:hover{
  background-color: rgb(37 38 228 / 0.7) !important;
}

.hover\:bg-navy-600\/75:hover{
  background-color: rgb(37 38 228 / 0.75) !important;
}

.hover\:bg-navy-600\/80:hover{
  background-color: rgb(37 38 228 / 0.8) !important;
}

.hover\:bg-navy-600\/85:hover{
  background-color: rgb(37 38 228 / 0.85) !important;
}

.hover\:bg-navy-600\/90:hover{
  background-color: rgb(37 38 228 / 0.9) !important;
}

.hover\:bg-navy-600\/95:hover{
  background-color: rgb(37 38 228 / 0.95) !important;
}

.hover\:bg-navy-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 32 224 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-700\/0:hover{
  background-color: rgb(31 32 224 / 0) !important;
}

.hover\:bg-navy-700\/10:hover{
  background-color: rgb(31 32 224 / 0.1) !important;
}

.hover\:bg-navy-700\/100:hover{
  background-color: rgb(31 32 224 / 1) !important;
}

.hover\:bg-navy-700\/15:hover{
  background-color: rgb(31 32 224 / 0.15) !important;
}

.hover\:bg-navy-700\/20:hover{
  background-color: rgb(31 32 224 / 0.2) !important;
}

.hover\:bg-navy-700\/25:hover{
  background-color: rgb(31 32 224 / 0.25) !important;
}

.hover\:bg-navy-700\/30:hover{
  background-color: rgb(31 32 224 / 0.3) !important;
}

.hover\:bg-navy-700\/35:hover{
  background-color: rgb(31 32 224 / 0.35) !important;
}

.hover\:bg-navy-700\/40:hover{
  background-color: rgb(31 32 224 / 0.4) !important;
}

.hover\:bg-navy-700\/45:hover{
  background-color: rgb(31 32 224 / 0.45) !important;
}

.hover\:bg-navy-700\/5:hover{
  background-color: rgb(31 32 224 / 0.05) !important;
}

.hover\:bg-navy-700\/50:hover{
  background-color: rgb(31 32 224 / 0.5) !important;
}

.hover\:bg-navy-700\/55:hover{
  background-color: rgb(31 32 224 / 0.55) !important;
}

.hover\:bg-navy-700\/60:hover{
  background-color: rgb(31 32 224 / 0.6) !important;
}

.hover\:bg-navy-700\/65:hover{
  background-color: rgb(31 32 224 / 0.65) !important;
}

.hover\:bg-navy-700\/70:hover{
  background-color: rgb(31 32 224 / 0.7) !important;
}

.hover\:bg-navy-700\/75:hover{
  background-color: rgb(31 32 224 / 0.75) !important;
}

.hover\:bg-navy-700\/80:hover{
  background-color: rgb(31 32 224 / 0.8) !important;
}

.hover\:bg-navy-700\/85:hover{
  background-color: rgb(31 32 224 / 0.85) !important;
}

.hover\:bg-navy-700\/90:hover{
  background-color: rgb(31 32 224 / 0.9) !important;
}

.hover\:bg-navy-700\/95:hover{
  background-color: rgb(31 32 224 / 0.95) !important;
}

.hover\:bg-navy-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 26 221 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-800\/0:hover{
  background-color: rgb(25 26 221 / 0) !important;
}

.hover\:bg-navy-800\/10:hover{
  background-color: rgb(25 26 221 / 0.1) !important;
}

.hover\:bg-navy-800\/100:hover{
  background-color: rgb(25 26 221 / 1) !important;
}

.hover\:bg-navy-800\/15:hover{
  background-color: rgb(25 26 221 / 0.15) !important;
}

.hover\:bg-navy-800\/20:hover{
  background-color: rgb(25 26 221 / 0.2) !important;
}

.hover\:bg-navy-800\/25:hover{
  background-color: rgb(25 26 221 / 0.25) !important;
}

.hover\:bg-navy-800\/30:hover{
  background-color: rgb(25 26 221 / 0.3) !important;
}

.hover\:bg-navy-800\/35:hover{
  background-color: rgb(25 26 221 / 0.35) !important;
}

.hover\:bg-navy-800\/40:hover{
  background-color: rgb(25 26 221 / 0.4) !important;
}

.hover\:bg-navy-800\/45:hover{
  background-color: rgb(25 26 221 / 0.45) !important;
}

.hover\:bg-navy-800\/5:hover{
  background-color: rgb(25 26 221 / 0.05) !important;
}

.hover\:bg-navy-800\/50:hover{
  background-color: rgb(25 26 221 / 0.5) !important;
}

.hover\:bg-navy-800\/55:hover{
  background-color: rgb(25 26 221 / 0.55) !important;
}

.hover\:bg-navy-800\/60:hover{
  background-color: rgb(25 26 221 / 0.6) !important;
}

.hover\:bg-navy-800\/65:hover{
  background-color: rgb(25 26 221 / 0.65) !important;
}

.hover\:bg-navy-800\/70:hover{
  background-color: rgb(25 26 221 / 0.7) !important;
}

.hover\:bg-navy-800\/75:hover{
  background-color: rgb(25 26 221 / 0.75) !important;
}

.hover\:bg-navy-800\/80:hover{
  background-color: rgb(25 26 221 / 0.8) !important;
}

.hover\:bg-navy-800\/85:hover{
  background-color: rgb(25 26 221 / 0.85) !important;
}

.hover\:bg-navy-800\/90:hover{
  background-color: rgb(25 26 221 / 0.9) !important;
}

.hover\:bg-navy-800\/95:hover{
  background-color: rgb(25 26 221 / 0.95) !important;
}

.hover\:bg-navy-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 16 215 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-navy-900\/0:hover{
  background-color: rgb(15 16 215 / 0) !important;
}

.hover\:bg-navy-900\/10:hover{
  background-color: rgb(15 16 215 / 0.1) !important;
}

.hover\:bg-navy-900\/100:hover{
  background-color: rgb(15 16 215 / 1) !important;
}

.hover\:bg-navy-900\/15:hover{
  background-color: rgb(15 16 215 / 0.15) !important;
}

.hover\:bg-navy-900\/20:hover{
  background-color: rgb(15 16 215 / 0.2) !important;
}

.hover\:bg-navy-900\/25:hover{
  background-color: rgb(15 16 215 / 0.25) !important;
}

.hover\:bg-navy-900\/30:hover{
  background-color: rgb(15 16 215 / 0.3) !important;
}

.hover\:bg-navy-900\/35:hover{
  background-color: rgb(15 16 215 / 0.35) !important;
}

.hover\:bg-navy-900\/40:hover{
  background-color: rgb(15 16 215 / 0.4) !important;
}

.hover\:bg-navy-900\/45:hover{
  background-color: rgb(15 16 215 / 0.45) !important;
}

.hover\:bg-navy-900\/5:hover{
  background-color: rgb(15 16 215 / 0.05) !important;
}

.hover\:bg-navy-900\/50:hover{
  background-color: rgb(15 16 215 / 0.5) !important;
}

.hover\:bg-navy-900\/55:hover{
  background-color: rgb(15 16 215 / 0.55) !important;
}

.hover\:bg-navy-900\/60:hover{
  background-color: rgb(15 16 215 / 0.6) !important;
}

.hover\:bg-navy-900\/65:hover{
  background-color: rgb(15 16 215 / 0.65) !important;
}

.hover\:bg-navy-900\/70:hover{
  background-color: rgb(15 16 215 / 0.7) !important;
}

.hover\:bg-navy-900\/75:hover{
  background-color: rgb(15 16 215 / 0.75) !important;
}

.hover\:bg-navy-900\/80:hover{
  background-color: rgb(15 16 215 / 0.8) !important;
}

.hover\:bg-navy-900\/85:hover{
  background-color: rgb(15 16 215 / 0.85) !important;
}

.hover\:bg-navy-900\/90:hover{
  background-color: rgb(15 16 215 / 0.9) !important;
}

.hover\:bg-navy-900\/95:hover{
  background-color: rgb(15 16 215 / 0.95) !important;
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 213 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-100\/0:hover{
  background-color: rgb(255 238 213 / 0) !important;
}

.hover\:bg-orange-100\/10:hover{
  background-color: rgb(255 238 213 / 0.1) !important;
}

.hover\:bg-orange-100\/100:hover{
  background-color: rgb(255 238 213 / 1) !important;
}

.hover\:bg-orange-100\/15:hover{
  background-color: rgb(255 238 213 / 0.15) !important;
}

.hover\:bg-orange-100\/20:hover{
  background-color: rgb(255 238 213 / 0.2) !important;
}

.hover\:bg-orange-100\/25:hover{
  background-color: rgb(255 238 213 / 0.25) !important;
}

.hover\:bg-orange-100\/30:hover{
  background-color: rgb(255 238 213 / 0.3) !important;
}

.hover\:bg-orange-100\/35:hover{
  background-color: rgb(255 238 213 / 0.35) !important;
}

.hover\:bg-orange-100\/40:hover{
  background-color: rgb(255 238 213 / 0.4) !important;
}

.hover\:bg-orange-100\/45:hover{
  background-color: rgb(255 238 213 / 0.45) !important;
}

.hover\:bg-orange-100\/5:hover{
  background-color: rgb(255 238 213 / 0.05) !important;
}

.hover\:bg-orange-100\/50:hover{
  background-color: rgb(255 238 213 / 0.5) !important;
}

.hover\:bg-orange-100\/55:hover{
  background-color: rgb(255 238 213 / 0.55) !important;
}

.hover\:bg-orange-100\/60:hover{
  background-color: rgb(255 238 213 / 0.6) !important;
}

.hover\:bg-orange-100\/65:hover{
  background-color: rgb(255 238 213 / 0.65) !important;
}

.hover\:bg-orange-100\/70:hover{
  background-color: rgb(255 238 213 / 0.7) !important;
}

.hover\:bg-orange-100\/75:hover{
  background-color: rgb(255 238 213 / 0.75) !important;
}

.hover\:bg-orange-100\/80:hover{
  background-color: rgb(255 238 213 / 0.8) !important;
}

.hover\:bg-orange-100\/85:hover{
  background-color: rgb(255 238 213 / 0.85) !important;
}

.hover\:bg-orange-100\/90:hover{
  background-color: rgb(255 238 213 / 0.9) !important;
}

.hover\:bg-orange-100\/95:hover{
  background-color: rgb(255 238 213 / 0.95) !important;
}

.hover\:bg-orange-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 216 170 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-200\/0:hover{
  background-color: rgb(254 216 170 / 0) !important;
}

.hover\:bg-orange-200\/10:hover{
  background-color: rgb(254 216 170 / 0.1) !important;
}

.hover\:bg-orange-200\/100:hover{
  background-color: rgb(254 216 170 / 1) !important;
}

.hover\:bg-orange-200\/15:hover{
  background-color: rgb(254 216 170 / 0.15) !important;
}

.hover\:bg-orange-200\/20:hover{
  background-color: rgb(254 216 170 / 0.2) !important;
}

.hover\:bg-orange-200\/25:hover{
  background-color: rgb(254 216 170 / 0.25) !important;
}

.hover\:bg-orange-200\/30:hover{
  background-color: rgb(254 216 170 / 0.3) !important;
}

.hover\:bg-orange-200\/35:hover{
  background-color: rgb(254 216 170 / 0.35) !important;
}

.hover\:bg-orange-200\/40:hover{
  background-color: rgb(254 216 170 / 0.4) !important;
}

.hover\:bg-orange-200\/45:hover{
  background-color: rgb(254 216 170 / 0.45) !important;
}

.hover\:bg-orange-200\/5:hover{
  background-color: rgb(254 216 170 / 0.05) !important;
}

.hover\:bg-orange-200\/50:hover{
  background-color: rgb(254 216 170 / 0.5) !important;
}

.hover\:bg-orange-200\/55:hover{
  background-color: rgb(254 216 170 / 0.55) !important;
}

.hover\:bg-orange-200\/60:hover{
  background-color: rgb(254 216 170 / 0.6) !important;
}

.hover\:bg-orange-200\/65:hover{
  background-color: rgb(254 216 170 / 0.65) !important;
}

.hover\:bg-orange-200\/70:hover{
  background-color: rgb(254 216 170 / 0.7) !important;
}

.hover\:bg-orange-200\/75:hover{
  background-color: rgb(254 216 170 / 0.75) !important;
}

.hover\:bg-orange-200\/80:hover{
  background-color: rgb(254 216 170 / 0.8) !important;
}

.hover\:bg-orange-200\/85:hover{
  background-color: rgb(254 216 170 / 0.85) !important;
}

.hover\:bg-orange-200\/90:hover{
  background-color: rgb(254 216 170 / 0.9) !important;
}

.hover\:bg-orange-200\/95:hover{
  background-color: rgb(254 216 170 / 0.95) !important;
}

.hover\:bg-orange-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 188 116 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-300\/0:hover{
  background-color: rgb(253 188 116 / 0) !important;
}

.hover\:bg-orange-300\/10:hover{
  background-color: rgb(253 188 116 / 0.1) !important;
}

.hover\:bg-orange-300\/100:hover{
  background-color: rgb(253 188 116 / 1) !important;
}

.hover\:bg-orange-300\/15:hover{
  background-color: rgb(253 188 116 / 0.15) !important;
}

.hover\:bg-orange-300\/20:hover{
  background-color: rgb(253 188 116 / 0.2) !important;
}

.hover\:bg-orange-300\/25:hover{
  background-color: rgb(253 188 116 / 0.25) !important;
}

.hover\:bg-orange-300\/30:hover{
  background-color: rgb(253 188 116 / 0.3) !important;
}

.hover\:bg-orange-300\/35:hover{
  background-color: rgb(253 188 116 / 0.35) !important;
}

.hover\:bg-orange-300\/40:hover{
  background-color: rgb(253 188 116 / 0.4) !important;
}

.hover\:bg-orange-300\/45:hover{
  background-color: rgb(253 188 116 / 0.45) !important;
}

.hover\:bg-orange-300\/5:hover{
  background-color: rgb(253 188 116 / 0.05) !important;
}

.hover\:bg-orange-300\/50:hover{
  background-color: rgb(253 188 116 / 0.5) !important;
}

.hover\:bg-orange-300\/55:hover{
  background-color: rgb(253 188 116 / 0.55) !important;
}

.hover\:bg-orange-300\/60:hover{
  background-color: rgb(253 188 116 / 0.6) !important;
}

.hover\:bg-orange-300\/65:hover{
  background-color: rgb(253 188 116 / 0.65) !important;
}

.hover\:bg-orange-300\/70:hover{
  background-color: rgb(253 188 116 / 0.7) !important;
}

.hover\:bg-orange-300\/75:hover{
  background-color: rgb(253 188 116 / 0.75) !important;
}

.hover\:bg-orange-300\/80:hover{
  background-color: rgb(253 188 116 / 0.8) !important;
}

.hover\:bg-orange-300\/85:hover{
  background-color: rgb(253 188 116 / 0.85) !important;
}

.hover\:bg-orange-300\/90:hover{
  background-color: rgb(253 188 116 / 0.9) !important;
}

.hover\:bg-orange-300\/95:hover{
  background-color: rgb(253 188 116 / 0.95) !important;
}

.hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 149 59 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-400\/0:hover{
  background-color: rgb(252 149 59 / 0) !important;
}

.hover\:bg-orange-400\/10:hover{
  background-color: rgb(252 149 59 / 0.1) !important;
}

.hover\:bg-orange-400\/100:hover{
  background-color: rgb(252 149 59 / 1) !important;
}

.hover\:bg-orange-400\/15:hover{
  background-color: rgb(252 149 59 / 0.15) !important;
}

.hover\:bg-orange-400\/20:hover{
  background-color: rgb(252 149 59 / 0.2) !important;
}

.hover\:bg-orange-400\/25:hover{
  background-color: rgb(252 149 59 / 0.25) !important;
}

.hover\:bg-orange-400\/30:hover{
  background-color: rgb(252 149 59 / 0.3) !important;
}

.hover\:bg-orange-400\/35:hover{
  background-color: rgb(252 149 59 / 0.35) !important;
}

.hover\:bg-orange-400\/40:hover{
  background-color: rgb(252 149 59 / 0.4) !important;
}

.hover\:bg-orange-400\/45:hover{
  background-color: rgb(252 149 59 / 0.45) !important;
}

.hover\:bg-orange-400\/5:hover{
  background-color: rgb(252 149 59 / 0.05) !important;
}

.hover\:bg-orange-400\/50:hover{
  background-color: rgb(252 149 59 / 0.5) !important;
}

.hover\:bg-orange-400\/55:hover{
  background-color: rgb(252 149 59 / 0.55) !important;
}

.hover\:bg-orange-400\/60:hover{
  background-color: rgb(252 149 59 / 0.6) !important;
}

.hover\:bg-orange-400\/65:hover{
  background-color: rgb(252 149 59 / 0.65) !important;
}

.hover\:bg-orange-400\/70:hover{
  background-color: rgb(252 149 59 / 0.7) !important;
}

.hover\:bg-orange-400\/75:hover{
  background-color: rgb(252 149 59 / 0.75) !important;
}

.hover\:bg-orange-400\/80:hover{
  background-color: rgb(252 149 59 / 0.8) !important;
}

.hover\:bg-orange-400\/85:hover{
  background-color: rgb(252 149 59 / 0.85) !important;
}

.hover\:bg-orange-400\/90:hover{
  background-color: rgb(252 149 59 / 0.9) !important;
}

.hover\:bg-orange-400\/95:hover{
  background-color: rgb(252 149 59 / 0.95) !important;
}

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

.hover\:bg-orange-50\/0:hover{
  background-color: rgb(255 247 237 / 0) !important;
}

.hover\:bg-orange-50\/10:hover{
  background-color: rgb(255 247 237 / 0.1) !important;
}

.hover\:bg-orange-50\/100:hover{
  background-color: rgb(255 247 237 / 1) !important;
}

.hover\:bg-orange-50\/15:hover{
  background-color: rgb(255 247 237 / 0.15) !important;
}

.hover\:bg-orange-50\/20:hover{
  background-color: rgb(255 247 237 / 0.2) !important;
}

.hover\:bg-orange-50\/25:hover{
  background-color: rgb(255 247 237 / 0.25) !important;
}

.hover\:bg-orange-50\/30:hover{
  background-color: rgb(255 247 237 / 0.3) !important;
}

.hover\:bg-orange-50\/35:hover{
  background-color: rgb(255 247 237 / 0.35) !important;
}

.hover\:bg-orange-50\/40:hover{
  background-color: rgb(255 247 237 / 0.4) !important;
}

.hover\:bg-orange-50\/45:hover{
  background-color: rgb(255 247 237 / 0.45) !important;
}

.hover\:bg-orange-50\/5:hover{
  background-color: rgb(255 247 237 / 0.05) !important;
}

.hover\:bg-orange-50\/50:hover{
  background-color: rgb(255 247 237 / 0.5) !important;
}

.hover\:bg-orange-50\/55:hover{
  background-color: rgb(255 247 237 / 0.55) !important;
}

.hover\:bg-orange-50\/60:hover{
  background-color: rgb(255 247 237 / 0.6) !important;
}

.hover\:bg-orange-50\/65:hover{
  background-color: rgb(255 247 237 / 0.65) !important;
}

.hover\:bg-orange-50\/70:hover{
  background-color: rgb(255 247 237 / 0.7) !important;
}

.hover\:bg-orange-50\/75:hover{
  background-color: rgb(255 247 237 / 0.75) !important;
}

.hover\:bg-orange-50\/80:hover{
  background-color: rgb(255 247 237 / 0.8) !important;
}

.hover\:bg-orange-50\/85:hover{
  background-color: rgb(255 247 237 / 0.85) !important;
}

.hover\:bg-orange-50\/90:hover{
  background-color: rgb(255 247 237 / 0.9) !important;
}

.hover\:bg-orange-50\/95:hover{
  background-color: rgb(255 247 237 / 0.95) !important;
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-500\/0:hover{
  background-color: rgb(250 126 34 / 0) !important;
}

.hover\:bg-orange-500\/10:hover{
  background-color: rgb(250 126 34 / 0.1) !important;
}

.hover\:bg-orange-500\/100:hover{
  background-color: rgb(250 126 34 / 1) !important;
}

.hover\:bg-orange-500\/15:hover{
  background-color: rgb(250 126 34 / 0.15) !important;
}

.hover\:bg-orange-500\/20:hover{
  background-color: rgb(250 126 34 / 0.2) !important;
}

.hover\:bg-orange-500\/25:hover{
  background-color: rgb(250 126 34 / 0.25) !important;
}

.hover\:bg-orange-500\/30:hover{
  background-color: rgb(250 126 34 / 0.3) !important;
}

.hover\:bg-orange-500\/35:hover{
  background-color: rgb(250 126 34 / 0.35) !important;
}

.hover\:bg-orange-500\/40:hover{
  background-color: rgb(250 126 34 / 0.4) !important;
}

.hover\:bg-orange-500\/45:hover{
  background-color: rgb(250 126 34 / 0.45) !important;
}

.hover\:bg-orange-500\/5:hover{
  background-color: rgb(250 126 34 / 0.05) !important;
}

.hover\:bg-orange-500\/50:hover{
  background-color: rgb(250 126 34 / 0.5) !important;
}

.hover\:bg-orange-500\/55:hover{
  background-color: rgb(250 126 34 / 0.55) !important;
}

.hover\:bg-orange-500\/60:hover{
  background-color: rgb(250 126 34 / 0.6) !important;
}

.hover\:bg-orange-500\/65:hover{
  background-color: rgb(250 126 34 / 0.65) !important;
}

.hover\:bg-orange-500\/70:hover{
  background-color: rgb(250 126 34 / 0.7) !important;
}

.hover\:bg-orange-500\/75:hover{
  background-color: rgb(250 126 34 / 0.75) !important;
}

.hover\:bg-orange-500\/80:hover{
  background-color: rgb(250 126 34 / 0.8) !important;
}

.hover\:bg-orange-500\/85:hover{
  background-color: rgb(250 126 34 / 0.85) !important;
}

.hover\:bg-orange-500\/90:hover{
  background-color: rgb(250 126 34 / 0.9) !important;
}

.hover\:bg-orange-500\/95:hover{
  background-color: rgb(250 126 34 / 0.95) !important;
}

.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 92 11 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-600\/0:hover{
  background-color: rgb(235 92 11 / 0) !important;
}

.hover\:bg-orange-600\/10:hover{
  background-color: rgb(235 92 11 / 0.1) !important;
}

.hover\:bg-orange-600\/100:hover{
  background-color: rgb(235 92 11 / 1) !important;
}

.hover\:bg-orange-600\/15:hover{
  background-color: rgb(235 92 11 / 0.15) !important;
}

.hover\:bg-orange-600\/20:hover{
  background-color: rgb(235 92 11 / 0.2) !important;
}

.hover\:bg-orange-600\/25:hover{
  background-color: rgb(235 92 11 / 0.25) !important;
}

.hover\:bg-orange-600\/30:hover{
  background-color: rgb(235 92 11 / 0.3) !important;
}

.hover\:bg-orange-600\/35:hover{
  background-color: rgb(235 92 11 / 0.35) !important;
}

.hover\:bg-orange-600\/40:hover{
  background-color: rgb(235 92 11 / 0.4) !important;
}

.hover\:bg-orange-600\/45:hover{
  background-color: rgb(235 92 11 / 0.45) !important;
}

.hover\:bg-orange-600\/5:hover{
  background-color: rgb(235 92 11 / 0.05) !important;
}

.hover\:bg-orange-600\/50:hover{
  background-color: rgb(235 92 11 / 0.5) !important;
}

.hover\:bg-orange-600\/55:hover{
  background-color: rgb(235 92 11 / 0.55) !important;
}

.hover\:bg-orange-600\/60:hover{
  background-color: rgb(235 92 11 / 0.6) !important;
}

.hover\:bg-orange-600\/65:hover{
  background-color: rgb(235 92 11 / 0.65) !important;
}

.hover\:bg-orange-600\/70:hover{
  background-color: rgb(235 92 11 / 0.7) !important;
}

.hover\:bg-orange-600\/75:hover{
  background-color: rgb(235 92 11 / 0.75) !important;
}

.hover\:bg-orange-600\/80:hover{
  background-color: rgb(235 92 11 / 0.8) !important;
}

.hover\:bg-orange-600\/85:hover{
  background-color: rgb(235 92 11 / 0.85) !important;
}

.hover\:bg-orange-600\/90:hover{
  background-color: rgb(235 92 11 / 0.9) !important;
}

.hover\:bg-orange-600\/95:hover{
  background-color: rgb(235 92 11 / 0.95) !important;
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(195 68 11 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-700\/0:hover{
  background-color: rgb(195 68 11 / 0) !important;
}

.hover\:bg-orange-700\/10:hover{
  background-color: rgb(195 68 11 / 0.1) !important;
}

.hover\:bg-orange-700\/100:hover{
  background-color: rgb(195 68 11 / 1) !important;
}

.hover\:bg-orange-700\/15:hover{
  background-color: rgb(195 68 11 / 0.15) !important;
}

.hover\:bg-orange-700\/20:hover{
  background-color: rgb(195 68 11 / 0.2) !important;
}

.hover\:bg-orange-700\/25:hover{
  background-color: rgb(195 68 11 / 0.25) !important;
}

.hover\:bg-orange-700\/30:hover{
  background-color: rgb(195 68 11 / 0.3) !important;
}

.hover\:bg-orange-700\/35:hover{
  background-color: rgb(195 68 11 / 0.35) !important;
}

.hover\:bg-orange-700\/40:hover{
  background-color: rgb(195 68 11 / 0.4) !important;
}

.hover\:bg-orange-700\/45:hover{
  background-color: rgb(195 68 11 / 0.45) !important;
}

.hover\:bg-orange-700\/5:hover{
  background-color: rgb(195 68 11 / 0.05) !important;
}

.hover\:bg-orange-700\/50:hover{
  background-color: rgb(195 68 11 / 0.5) !important;
}

.hover\:bg-orange-700\/55:hover{
  background-color: rgb(195 68 11 / 0.55) !important;
}

.hover\:bg-orange-700\/60:hover{
  background-color: rgb(195 68 11 / 0.6) !important;
}

.hover\:bg-orange-700\/65:hover{
  background-color: rgb(195 68 11 / 0.65) !important;
}

.hover\:bg-orange-700\/70:hover{
  background-color: rgb(195 68 11 / 0.7) !important;
}

.hover\:bg-orange-700\/75:hover{
  background-color: rgb(195 68 11 / 0.75) !important;
}

.hover\:bg-orange-700\/80:hover{
  background-color: rgb(195 68 11 / 0.8) !important;
}

.hover\:bg-orange-700\/85:hover{
  background-color: rgb(195 68 11 / 0.85) !important;
}

.hover\:bg-orange-700\/90:hover{
  background-color: rgb(195 68 11 / 0.9) !important;
}

.hover\:bg-orange-700\/95:hover{
  background-color: rgb(195 68 11 / 0.95) !important;
}

.hover\:bg-orange-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 54 18 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-800\/0:hover{
  background-color: rgb(154 54 18 / 0) !important;
}

.hover\:bg-orange-800\/10:hover{
  background-color: rgb(154 54 18 / 0.1) !important;
}

.hover\:bg-orange-800\/100:hover{
  background-color: rgb(154 54 18 / 1) !important;
}

.hover\:bg-orange-800\/15:hover{
  background-color: rgb(154 54 18 / 0.15) !important;
}

.hover\:bg-orange-800\/20:hover{
  background-color: rgb(154 54 18 / 0.2) !important;
}

.hover\:bg-orange-800\/25:hover{
  background-color: rgb(154 54 18 / 0.25) !important;
}

.hover\:bg-orange-800\/30:hover{
  background-color: rgb(154 54 18 / 0.3) !important;
}

.hover\:bg-orange-800\/35:hover{
  background-color: rgb(154 54 18 / 0.35) !important;
}

.hover\:bg-orange-800\/40:hover{
  background-color: rgb(154 54 18 / 0.4) !important;
}

.hover\:bg-orange-800\/45:hover{
  background-color: rgb(154 54 18 / 0.45) !important;
}

.hover\:bg-orange-800\/5:hover{
  background-color: rgb(154 54 18 / 0.05) !important;
}

.hover\:bg-orange-800\/50:hover{
  background-color: rgb(154 54 18 / 0.5) !important;
}

.hover\:bg-orange-800\/55:hover{
  background-color: rgb(154 54 18 / 0.55) !important;
}

.hover\:bg-orange-800\/60:hover{
  background-color: rgb(154 54 18 / 0.6) !important;
}

.hover\:bg-orange-800\/65:hover{
  background-color: rgb(154 54 18 / 0.65) !important;
}

.hover\:bg-orange-800\/70:hover{
  background-color: rgb(154 54 18 / 0.7) !important;
}

.hover\:bg-orange-800\/75:hover{
  background-color: rgb(154 54 18 / 0.75) !important;
}

.hover\:bg-orange-800\/80:hover{
  background-color: rgb(154 54 18 / 0.8) !important;
}

.hover\:bg-orange-800\/85:hover{
  background-color: rgb(154 54 18 / 0.85) !important;
}

.hover\:bg-orange-800\/90:hover{
  background-color: rgb(154 54 18 / 0.9) !important;
}

.hover\:bg-orange-800\/95:hover{
  background-color: rgb(154 54 18 / 0.95) !important;
}

.hover\:bg-orange-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 47 18 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-900\/0:hover{
  background-color: rgb(124 47 18 / 0) !important;
}

.hover\:bg-orange-900\/10:hover{
  background-color: rgb(124 47 18 / 0.1) !important;
}

.hover\:bg-orange-900\/100:hover{
  background-color: rgb(124 47 18 / 1) !important;
}

.hover\:bg-orange-900\/15:hover{
  background-color: rgb(124 47 18 / 0.15) !important;
}

.hover\:bg-orange-900\/20:hover{
  background-color: rgb(124 47 18 / 0.2) !important;
}

.hover\:bg-orange-900\/25:hover{
  background-color: rgb(124 47 18 / 0.25) !important;
}

.hover\:bg-orange-900\/30:hover{
  background-color: rgb(124 47 18 / 0.3) !important;
}

.hover\:bg-orange-900\/35:hover{
  background-color: rgb(124 47 18 / 0.35) !important;
}

.hover\:bg-orange-900\/40:hover{
  background-color: rgb(124 47 18 / 0.4) !important;
}

.hover\:bg-orange-900\/45:hover{
  background-color: rgb(124 47 18 / 0.45) !important;
}

.hover\:bg-orange-900\/5:hover{
  background-color: rgb(124 47 18 / 0.05) !important;
}

.hover\:bg-orange-900\/50:hover{
  background-color: rgb(124 47 18 / 0.5) !important;
}

.hover\:bg-orange-900\/55:hover{
  background-color: rgb(124 47 18 / 0.55) !important;
}

.hover\:bg-orange-900\/60:hover{
  background-color: rgb(124 47 18 / 0.6) !important;
}

.hover\:bg-orange-900\/65:hover{
  background-color: rgb(124 47 18 / 0.65) !important;
}

.hover\:bg-orange-900\/70:hover{
  background-color: rgb(124 47 18 / 0.7) !important;
}

.hover\:bg-orange-900\/75:hover{
  background-color: rgb(124 47 18 / 0.75) !important;
}

.hover\:bg-orange-900\/80:hover{
  background-color: rgb(124 47 18 / 0.8) !important;
}

.hover\:bg-orange-900\/85:hover{
  background-color: rgb(124 47 18 / 0.85) !important;
}

.hover\:bg-orange-900\/90:hover{
  background-color: rgb(124 47 18 / 0.9) !important;
}

.hover\:bg-orange-900\/95:hover{
  background-color: rgb(124 47 18 / 0.95) !important;
}

.hover\:bg-orange-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 21 7 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-orange-950\/0:hover{
  background-color: rgb(67 21 7 / 0) !important;
}

.hover\:bg-orange-950\/10:hover{
  background-color: rgb(67 21 7 / 0.1) !important;
}

.hover\:bg-orange-950\/100:hover{
  background-color: rgb(67 21 7 / 1) !important;
}

.hover\:bg-orange-950\/15:hover{
  background-color: rgb(67 21 7 / 0.15) !important;
}

.hover\:bg-orange-950\/20:hover{
  background-color: rgb(67 21 7 / 0.2) !important;
}

.hover\:bg-orange-950\/25:hover{
  background-color: rgb(67 21 7 / 0.25) !important;
}

.hover\:bg-orange-950\/30:hover{
  background-color: rgb(67 21 7 / 0.3) !important;
}

.hover\:bg-orange-950\/35:hover{
  background-color: rgb(67 21 7 / 0.35) !important;
}

.hover\:bg-orange-950\/40:hover{
  background-color: rgb(67 21 7 / 0.4) !important;
}

.hover\:bg-orange-950\/45:hover{
  background-color: rgb(67 21 7 / 0.45) !important;
}

.hover\:bg-orange-950\/5:hover{
  background-color: rgb(67 21 7 / 0.05) !important;
}

.hover\:bg-orange-950\/50:hover{
  background-color: rgb(67 21 7 / 0.5) !important;
}

.hover\:bg-orange-950\/55:hover{
  background-color: rgb(67 21 7 / 0.55) !important;
}

.hover\:bg-orange-950\/60:hover{
  background-color: rgb(67 21 7 / 0.6) !important;
}

.hover\:bg-orange-950\/65:hover{
  background-color: rgb(67 21 7 / 0.65) !important;
}

.hover\:bg-orange-950\/70:hover{
  background-color: rgb(67 21 7 / 0.7) !important;
}

.hover\:bg-orange-950\/75:hover{
  background-color: rgb(67 21 7 / 0.75) !important;
}

.hover\:bg-orange-950\/80:hover{
  background-color: rgb(67 21 7 / 0.8) !important;
}

.hover\:bg-orange-950\/85:hover{
  background-color: rgb(67 21 7 / 0.85) !important;
}

.hover\:bg-orange-950\/90:hover{
  background-color: rgb(67 21 7 / 0.9) !important;
}

.hover\:bg-orange-950\/95:hover{
  background-color: rgb(67 21 7 / 0.95) !important;
}

.hover\:bg-pink-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-100\/0:hover{
  background-color: rgb(255 227 231 / 0) !important;
}

.hover\:bg-pink-100\/10:hover{
  background-color: rgb(255 227 231 / 0.1) !important;
}

.hover\:bg-pink-100\/100:hover{
  background-color: rgb(255 227 231 / 1) !important;
}

.hover\:bg-pink-100\/15:hover{
  background-color: rgb(255 227 231 / 0.15) !important;
}

.hover\:bg-pink-100\/20:hover{
  background-color: rgb(255 227 231 / 0.2) !important;
}

.hover\:bg-pink-100\/25:hover{
  background-color: rgb(255 227 231 / 0.25) !important;
}

.hover\:bg-pink-100\/30:hover{
  background-color: rgb(255 227 231 / 0.3) !important;
}

.hover\:bg-pink-100\/35:hover{
  background-color: rgb(255 227 231 / 0.35) !important;
}

.hover\:bg-pink-100\/40:hover{
  background-color: rgb(255 227 231 / 0.4) !important;
}

.hover\:bg-pink-100\/45:hover{
  background-color: rgb(255 227 231 / 0.45) !important;
}

.hover\:bg-pink-100\/5:hover{
  background-color: rgb(255 227 231 / 0.05) !important;
}

.hover\:bg-pink-100\/50:hover{
  background-color: rgb(255 227 231 / 0.5) !important;
}

.hover\:bg-pink-100\/55:hover{
  background-color: rgb(255 227 231 / 0.55) !important;
}

.hover\:bg-pink-100\/60:hover{
  background-color: rgb(255 227 231 / 0.6) !important;
}

.hover\:bg-pink-100\/65:hover{
  background-color: rgb(255 227 231 / 0.65) !important;
}

.hover\:bg-pink-100\/70:hover{
  background-color: rgb(255 227 231 / 0.7) !important;
}

.hover\:bg-pink-100\/75:hover{
  background-color: rgb(255 227 231 / 0.75) !important;
}

.hover\:bg-pink-100\/80:hover{
  background-color: rgb(255 227 231 / 0.8) !important;
}

.hover\:bg-pink-100\/85:hover{
  background-color: rgb(255 227 231 / 0.85) !important;
}

.hover\:bg-pink-100\/90:hover{
  background-color: rgb(255 227 231 / 0.9) !important;
}

.hover\:bg-pink-100\/95:hover{
  background-color: rgb(255 227 231 / 0.95) !important;
}

.hover\:bg-pink-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 214 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-200\/0:hover{
  background-color: rgb(255 203 214 / 0) !important;
}

.hover\:bg-pink-200\/10:hover{
  background-color: rgb(255 203 214 / 0.1) !important;
}

.hover\:bg-pink-200\/100:hover{
  background-color: rgb(255 203 214 / 1) !important;
}

.hover\:bg-pink-200\/15:hover{
  background-color: rgb(255 203 214 / 0.15) !important;
}

.hover\:bg-pink-200\/20:hover{
  background-color: rgb(255 203 214 / 0.2) !important;
}

.hover\:bg-pink-200\/25:hover{
  background-color: rgb(255 203 214 / 0.25) !important;
}

.hover\:bg-pink-200\/30:hover{
  background-color: rgb(255 203 214 / 0.3) !important;
}

.hover\:bg-pink-200\/35:hover{
  background-color: rgb(255 203 214 / 0.35) !important;
}

.hover\:bg-pink-200\/40:hover{
  background-color: rgb(255 203 214 / 0.4) !important;
}

.hover\:bg-pink-200\/45:hover{
  background-color: rgb(255 203 214 / 0.45) !important;
}

.hover\:bg-pink-200\/5:hover{
  background-color: rgb(255 203 214 / 0.05) !important;
}

.hover\:bg-pink-200\/50:hover{
  background-color: rgb(255 203 214 / 0.5) !important;
}

.hover\:bg-pink-200\/55:hover{
  background-color: rgb(255 203 214 / 0.55) !important;
}

.hover\:bg-pink-200\/60:hover{
  background-color: rgb(255 203 214 / 0.6) !important;
}

.hover\:bg-pink-200\/65:hover{
  background-color: rgb(255 203 214 / 0.65) !important;
}

.hover\:bg-pink-200\/70:hover{
  background-color: rgb(255 203 214 / 0.7) !important;
}

.hover\:bg-pink-200\/75:hover{
  background-color: rgb(255 203 214 / 0.75) !important;
}

.hover\:bg-pink-200\/80:hover{
  background-color: rgb(255 203 214 / 0.8) !important;
}

.hover\:bg-pink-200\/85:hover{
  background-color: rgb(255 203 214 / 0.85) !important;
}

.hover\:bg-pink-200\/90:hover{
  background-color: rgb(255 203 214 / 0.9) !important;
}

.hover\:bg-pink-200\/95:hover{
  background-color: rgb(255 203 214 / 0.95) !important;
}

.hover\:bg-pink-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 161 180 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-300\/0:hover{
  background-color: rgb(255 161 180 / 0) !important;
}

.hover\:bg-pink-300\/10:hover{
  background-color: rgb(255 161 180 / 0.1) !important;
}

.hover\:bg-pink-300\/100:hover{
  background-color: rgb(255 161 180 / 1) !important;
}

.hover\:bg-pink-300\/15:hover{
  background-color: rgb(255 161 180 / 0.15) !important;
}

.hover\:bg-pink-300\/20:hover{
  background-color: rgb(255 161 180 / 0.2) !important;
}

.hover\:bg-pink-300\/25:hover{
  background-color: rgb(255 161 180 / 0.25) !important;
}

.hover\:bg-pink-300\/30:hover{
  background-color: rgb(255 161 180 / 0.3) !important;
}

.hover\:bg-pink-300\/35:hover{
  background-color: rgb(255 161 180 / 0.35) !important;
}

.hover\:bg-pink-300\/40:hover{
  background-color: rgb(255 161 180 / 0.4) !important;
}

.hover\:bg-pink-300\/45:hover{
  background-color: rgb(255 161 180 / 0.45) !important;
}

.hover\:bg-pink-300\/5:hover{
  background-color: rgb(255 161 180 / 0.05) !important;
}

.hover\:bg-pink-300\/50:hover{
  background-color: rgb(255 161 180 / 0.5) !important;
}

.hover\:bg-pink-300\/55:hover{
  background-color: rgb(255 161 180 / 0.55) !important;
}

.hover\:bg-pink-300\/60:hover{
  background-color: rgb(255 161 180 / 0.6) !important;
}

.hover\:bg-pink-300\/65:hover{
  background-color: rgb(255 161 180 / 0.65) !important;
}

.hover\:bg-pink-300\/70:hover{
  background-color: rgb(255 161 180 / 0.7) !important;
}

.hover\:bg-pink-300\/75:hover{
  background-color: rgb(255 161 180 / 0.75) !important;
}

.hover\:bg-pink-300\/80:hover{
  background-color: rgb(255 161 180 / 0.8) !important;
}

.hover\:bg-pink-300\/85:hover{
  background-color: rgb(255 161 180 / 0.85) !important;
}

.hover\:bg-pink-300\/90:hover{
  background-color: rgb(255 161 180 / 0.9) !important;
}

.hover\:bg-pink-300\/95:hover{
  background-color: rgb(255 161 180 / 0.95) !important;
}

.hover\:bg-pink-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 108 139 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-400\/0:hover{
  background-color: rgb(255 108 139 / 0) !important;
}

.hover\:bg-pink-400\/10:hover{
  background-color: rgb(255 108 139 / 0.1) !important;
}

.hover\:bg-pink-400\/100:hover{
  background-color: rgb(255 108 139 / 1) !important;
}

.hover\:bg-pink-400\/15:hover{
  background-color: rgb(255 108 139 / 0.15) !important;
}

.hover\:bg-pink-400\/20:hover{
  background-color: rgb(255 108 139 / 0.2) !important;
}

.hover\:bg-pink-400\/25:hover{
  background-color: rgb(255 108 139 / 0.25) !important;
}

.hover\:bg-pink-400\/30:hover{
  background-color: rgb(255 108 139 / 0.3) !important;
}

.hover\:bg-pink-400\/35:hover{
  background-color: rgb(255 108 139 / 0.35) !important;
}

.hover\:bg-pink-400\/40:hover{
  background-color: rgb(255 108 139 / 0.4) !important;
}

.hover\:bg-pink-400\/45:hover{
  background-color: rgb(255 108 139 / 0.45) !important;
}

.hover\:bg-pink-400\/5:hover{
  background-color: rgb(255 108 139 / 0.05) !important;
}

.hover\:bg-pink-400\/50:hover{
  background-color: rgb(255 108 139 / 0.5) !important;
}

.hover\:bg-pink-400\/55:hover{
  background-color: rgb(255 108 139 / 0.55) !important;
}

.hover\:bg-pink-400\/60:hover{
  background-color: rgb(255 108 139 / 0.6) !important;
}

.hover\:bg-pink-400\/65:hover{
  background-color: rgb(255 108 139 / 0.65) !important;
}

.hover\:bg-pink-400\/70:hover{
  background-color: rgb(255 108 139 / 0.7) !important;
}

.hover\:bg-pink-400\/75:hover{
  background-color: rgb(255 108 139 / 0.75) !important;
}

.hover\:bg-pink-400\/80:hover{
  background-color: rgb(255 108 139 / 0.8) !important;
}

.hover\:bg-pink-400\/85:hover{
  background-color: rgb(255 108 139 / 0.85) !important;
}

.hover\:bg-pink-400\/90:hover{
  background-color: rgb(255 108 139 / 0.9) !important;
}

.hover\:bg-pink-400\/95:hover{
  background-color: rgb(255 108 139 / 0.95) !important;
}

.hover\:bg-pink-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-50\/0:hover{
  background-color: rgb(255 240 243 / 0) !important;
}

.hover\:bg-pink-50\/10:hover{
  background-color: rgb(255 240 243 / 0.1) !important;
}

.hover\:bg-pink-50\/100:hover{
  background-color: rgb(255 240 243 / 1) !important;
}

.hover\:bg-pink-50\/15:hover{
  background-color: rgb(255 240 243 / 0.15) !important;
}

.hover\:bg-pink-50\/20:hover{
  background-color: rgb(255 240 243 / 0.2) !important;
}

.hover\:bg-pink-50\/25:hover{
  background-color: rgb(255 240 243 / 0.25) !important;
}

.hover\:bg-pink-50\/30:hover{
  background-color: rgb(255 240 243 / 0.3) !important;
}

.hover\:bg-pink-50\/35:hover{
  background-color: rgb(255 240 243 / 0.35) !important;
}

.hover\:bg-pink-50\/40:hover{
  background-color: rgb(255 240 243 / 0.4) !important;
}

.hover\:bg-pink-50\/45:hover{
  background-color: rgb(255 240 243 / 0.45) !important;
}

.hover\:bg-pink-50\/5:hover{
  background-color: rgb(255 240 243 / 0.05) !important;
}

.hover\:bg-pink-50\/50:hover{
  background-color: rgb(255 240 243 / 0.5) !important;
}

.hover\:bg-pink-50\/55:hover{
  background-color: rgb(255 240 243 / 0.55) !important;
}

.hover\:bg-pink-50\/60:hover{
  background-color: rgb(255 240 243 / 0.6) !important;
}

.hover\:bg-pink-50\/65:hover{
  background-color: rgb(255 240 243 / 0.65) !important;
}

.hover\:bg-pink-50\/70:hover{
  background-color: rgb(255 240 243 / 0.7) !important;
}

.hover\:bg-pink-50\/75:hover{
  background-color: rgb(255 240 243 / 0.75) !important;
}

.hover\:bg-pink-50\/80:hover{
  background-color: rgb(255 240 243 / 0.8) !important;
}

.hover\:bg-pink-50\/85:hover{
  background-color: rgb(255 240 243 / 0.85) !important;
}

.hover\:bg-pink-50\/90:hover{
  background-color: rgb(255 240 243 / 0.9) !important;
}

.hover\:bg-pink-50\/95:hover{
  background-color: rgb(255 240 243 / 0.95) !important;
}

.hover\:bg-pink-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-500\/0:hover{
  background-color: rgb(250 34 86 / 0) !important;
}

.hover\:bg-pink-500\/10:hover{
  background-color: rgb(250 34 86 / 0.1) !important;
}

.hover\:bg-pink-500\/100:hover{
  background-color: rgb(250 34 86 / 1) !important;
}

.hover\:bg-pink-500\/15:hover{
  background-color: rgb(250 34 86 / 0.15) !important;
}

.hover\:bg-pink-500\/20:hover{
  background-color: rgb(250 34 86 / 0.2) !important;
}

.hover\:bg-pink-500\/25:hover{
  background-color: rgb(250 34 86 / 0.25) !important;
}

.hover\:bg-pink-500\/30:hover{
  background-color: rgb(250 34 86 / 0.3) !important;
}

.hover\:bg-pink-500\/35:hover{
  background-color: rgb(250 34 86 / 0.35) !important;
}

.hover\:bg-pink-500\/40:hover{
  background-color: rgb(250 34 86 / 0.4) !important;
}

.hover\:bg-pink-500\/45:hover{
  background-color: rgb(250 34 86 / 0.45) !important;
}

.hover\:bg-pink-500\/5:hover{
  background-color: rgb(250 34 86 / 0.05) !important;
}

.hover\:bg-pink-500\/50:hover{
  background-color: rgb(250 34 86 / 0.5) !important;
}

.hover\:bg-pink-500\/55:hover{
  background-color: rgb(250 34 86 / 0.55) !important;
}

.hover\:bg-pink-500\/60:hover{
  background-color: rgb(250 34 86 / 0.6) !important;
}

.hover\:bg-pink-500\/65:hover{
  background-color: rgb(250 34 86 / 0.65) !important;
}

.hover\:bg-pink-500\/70:hover{
  background-color: rgb(250 34 86 / 0.7) !important;
}

.hover\:bg-pink-500\/75:hover{
  background-color: rgb(250 34 86 / 0.75) !important;
}

.hover\:bg-pink-500\/80:hover{
  background-color: rgb(250 34 86 / 0.8) !important;
}

.hover\:bg-pink-500\/85:hover{
  background-color: rgb(250 34 86 / 0.85) !important;
}

.hover\:bg-pink-500\/90:hover{
  background-color: rgb(250 34 86 / 0.9) !important;
}

.hover\:bg-pink-500\/95:hover{
  background-color: rgb(250 34 86 / 0.95) !important;
}

.hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 22 83 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-600\/0:hover{
  background-color: rgb(232 22 83 / 0) !important;
}

.hover\:bg-pink-600\/10:hover{
  background-color: rgb(232 22 83 / 0.1) !important;
}

.hover\:bg-pink-600\/100:hover{
  background-color: rgb(232 22 83 / 1) !important;
}

.hover\:bg-pink-600\/15:hover{
  background-color: rgb(232 22 83 / 0.15) !important;
}

.hover\:bg-pink-600\/20:hover{
  background-color: rgb(232 22 83 / 0.2) !important;
}

.hover\:bg-pink-600\/25:hover{
  background-color: rgb(232 22 83 / 0.25) !important;
}

.hover\:bg-pink-600\/30:hover{
  background-color: rgb(232 22 83 / 0.3) !important;
}

.hover\:bg-pink-600\/35:hover{
  background-color: rgb(232 22 83 / 0.35) !important;
}

.hover\:bg-pink-600\/40:hover{
  background-color: rgb(232 22 83 / 0.4) !important;
}

.hover\:bg-pink-600\/45:hover{
  background-color: rgb(232 22 83 / 0.45) !important;
}

.hover\:bg-pink-600\/5:hover{
  background-color: rgb(232 22 83 / 0.05) !important;
}

.hover\:bg-pink-600\/50:hover{
  background-color: rgb(232 22 83 / 0.5) !important;
}

.hover\:bg-pink-600\/55:hover{
  background-color: rgb(232 22 83 / 0.55) !important;
}

.hover\:bg-pink-600\/60:hover{
  background-color: rgb(232 22 83 / 0.6) !important;
}

.hover\:bg-pink-600\/65:hover{
  background-color: rgb(232 22 83 / 0.65) !important;
}

.hover\:bg-pink-600\/70:hover{
  background-color: rgb(232 22 83 / 0.7) !important;
}

.hover\:bg-pink-600\/75:hover{
  background-color: rgb(232 22 83 / 0.75) !important;
}

.hover\:bg-pink-600\/80:hover{
  background-color: rgb(232 22 83 / 0.8) !important;
}

.hover\:bg-pink-600\/85:hover{
  background-color: rgb(232 22 83 / 0.85) !important;
}

.hover\:bg-pink-600\/90:hover{
  background-color: rgb(232 22 83 / 0.9) !important;
}

.hover\:bg-pink-600\/95:hover{
  background-color: rgb(232 22 83 / 0.95) !important;
}

.hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 12 70 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-700\/0:hover{
  background-color: rgb(196 12 70 / 0) !important;
}

.hover\:bg-pink-700\/10:hover{
  background-color: rgb(196 12 70 / 0.1) !important;
}

.hover\:bg-pink-700\/100:hover{
  background-color: rgb(196 12 70 / 1) !important;
}

.hover\:bg-pink-700\/15:hover{
  background-color: rgb(196 12 70 / 0.15) !important;
}

.hover\:bg-pink-700\/20:hover{
  background-color: rgb(196 12 70 / 0.2) !important;
}

.hover\:bg-pink-700\/25:hover{
  background-color: rgb(196 12 70 / 0.25) !important;
}

.hover\:bg-pink-700\/30:hover{
  background-color: rgb(196 12 70 / 0.3) !important;
}

.hover\:bg-pink-700\/35:hover{
  background-color: rgb(196 12 70 / 0.35) !important;
}

.hover\:bg-pink-700\/40:hover{
  background-color: rgb(196 12 70 / 0.4) !important;
}

.hover\:bg-pink-700\/45:hover{
  background-color: rgb(196 12 70 / 0.45) !important;
}

.hover\:bg-pink-700\/5:hover{
  background-color: rgb(196 12 70 / 0.05) !important;
}

.hover\:bg-pink-700\/50:hover{
  background-color: rgb(196 12 70 / 0.5) !important;
}

.hover\:bg-pink-700\/55:hover{
  background-color: rgb(196 12 70 / 0.55) !important;
}

.hover\:bg-pink-700\/60:hover{
  background-color: rgb(196 12 70 / 0.6) !important;
}

.hover\:bg-pink-700\/65:hover{
  background-color: rgb(196 12 70 / 0.65) !important;
}

.hover\:bg-pink-700\/70:hover{
  background-color: rgb(196 12 70 / 0.7) !important;
}

.hover\:bg-pink-700\/75:hover{
  background-color: rgb(196 12 70 / 0.75) !important;
}

.hover\:bg-pink-700\/80:hover{
  background-color: rgb(196 12 70 / 0.8) !important;
}

.hover\:bg-pink-700\/85:hover{
  background-color: rgb(196 12 70 / 0.85) !important;
}

.hover\:bg-pink-700\/90:hover{
  background-color: rgb(196 12 70 / 0.9) !important;
}

.hover\:bg-pink-700\/95:hover{
  background-color: rgb(196 12 70 / 0.95) !important;
}

.hover\:bg-pink-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 13 65 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-800\/0:hover{
  background-color: rgb(164 13 65 / 0) !important;
}

.hover\:bg-pink-800\/10:hover{
  background-color: rgb(164 13 65 / 0.1) !important;
}

.hover\:bg-pink-800\/100:hover{
  background-color: rgb(164 13 65 / 1) !important;
}

.hover\:bg-pink-800\/15:hover{
  background-color: rgb(164 13 65 / 0.15) !important;
}

.hover\:bg-pink-800\/20:hover{
  background-color: rgb(164 13 65 / 0.2) !important;
}

.hover\:bg-pink-800\/25:hover{
  background-color: rgb(164 13 65 / 0.25) !important;
}

.hover\:bg-pink-800\/30:hover{
  background-color: rgb(164 13 65 / 0.3) !important;
}

.hover\:bg-pink-800\/35:hover{
  background-color: rgb(164 13 65 / 0.35) !important;
}

.hover\:bg-pink-800\/40:hover{
  background-color: rgb(164 13 65 / 0.4) !important;
}

.hover\:bg-pink-800\/45:hover{
  background-color: rgb(164 13 65 / 0.45) !important;
}

.hover\:bg-pink-800\/5:hover{
  background-color: rgb(164 13 65 / 0.05) !important;
}

.hover\:bg-pink-800\/50:hover{
  background-color: rgb(164 13 65 / 0.5) !important;
}

.hover\:bg-pink-800\/55:hover{
  background-color: rgb(164 13 65 / 0.55) !important;
}

.hover\:bg-pink-800\/60:hover{
  background-color: rgb(164 13 65 / 0.6) !important;
}

.hover\:bg-pink-800\/65:hover{
  background-color: rgb(164 13 65 / 0.65) !important;
}

.hover\:bg-pink-800\/70:hover{
  background-color: rgb(164 13 65 / 0.7) !important;
}

.hover\:bg-pink-800\/75:hover{
  background-color: rgb(164 13 65 / 0.75) !important;
}

.hover\:bg-pink-800\/80:hover{
  background-color: rgb(164 13 65 / 0.8) !important;
}

.hover\:bg-pink-800\/85:hover{
  background-color: rgb(164 13 65 / 0.85) !important;
}

.hover\:bg-pink-800\/90:hover{
  background-color: rgb(164 13 65 / 0.9) !important;
}

.hover\:bg-pink-800\/95:hover{
  background-color: rgb(164 13 65 / 0.95) !important;
}

.hover\:bg-pink-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 15 62 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-900\/0:hover{
  background-color: rgb(140 15 62 / 0) !important;
}

.hover\:bg-pink-900\/10:hover{
  background-color: rgb(140 15 62 / 0.1) !important;
}

.hover\:bg-pink-900\/100:hover{
  background-color: rgb(140 15 62 / 1) !important;
}

.hover\:bg-pink-900\/15:hover{
  background-color: rgb(140 15 62 / 0.15) !important;
}

.hover\:bg-pink-900\/20:hover{
  background-color: rgb(140 15 62 / 0.2) !important;
}

.hover\:bg-pink-900\/25:hover{
  background-color: rgb(140 15 62 / 0.25) !important;
}

.hover\:bg-pink-900\/30:hover{
  background-color: rgb(140 15 62 / 0.3) !important;
}

.hover\:bg-pink-900\/35:hover{
  background-color: rgb(140 15 62 / 0.35) !important;
}

.hover\:bg-pink-900\/40:hover{
  background-color: rgb(140 15 62 / 0.4) !important;
}

.hover\:bg-pink-900\/45:hover{
  background-color: rgb(140 15 62 / 0.45) !important;
}

.hover\:bg-pink-900\/5:hover{
  background-color: rgb(140 15 62 / 0.05) !important;
}

.hover\:bg-pink-900\/50:hover{
  background-color: rgb(140 15 62 / 0.5) !important;
}

.hover\:bg-pink-900\/55:hover{
  background-color: rgb(140 15 62 / 0.55) !important;
}

.hover\:bg-pink-900\/60:hover{
  background-color: rgb(140 15 62 / 0.6) !important;
}

.hover\:bg-pink-900\/65:hover{
  background-color: rgb(140 15 62 / 0.65) !important;
}

.hover\:bg-pink-900\/70:hover{
  background-color: rgb(140 15 62 / 0.7) !important;
}

.hover\:bg-pink-900\/75:hover{
  background-color: rgb(140 15 62 / 0.75) !important;
}

.hover\:bg-pink-900\/80:hover{
  background-color: rgb(140 15 62 / 0.8) !important;
}

.hover\:bg-pink-900\/85:hover{
  background-color: rgb(140 15 62 / 0.85) !important;
}

.hover\:bg-pink-900\/90:hover{
  background-color: rgb(140 15 62 / 0.9) !important;
}

.hover\:bg-pink-900\/95:hover{
  background-color: rgb(140 15 62 / 0.95) !important;
}

.hover\:bg-pink-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 2 29 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-pink-950\/0:hover{
  background-color: rgb(79 2 29 / 0) !important;
}

.hover\:bg-pink-950\/10:hover{
  background-color: rgb(79 2 29 / 0.1) !important;
}

.hover\:bg-pink-950\/100:hover{
  background-color: rgb(79 2 29 / 1) !important;
}

.hover\:bg-pink-950\/15:hover{
  background-color: rgb(79 2 29 / 0.15) !important;
}

.hover\:bg-pink-950\/20:hover{
  background-color: rgb(79 2 29 / 0.2) !important;
}

.hover\:bg-pink-950\/25:hover{
  background-color: rgb(79 2 29 / 0.25) !important;
}

.hover\:bg-pink-950\/30:hover{
  background-color: rgb(79 2 29 / 0.3) !important;
}

.hover\:bg-pink-950\/35:hover{
  background-color: rgb(79 2 29 / 0.35) !important;
}

.hover\:bg-pink-950\/40:hover{
  background-color: rgb(79 2 29 / 0.4) !important;
}

.hover\:bg-pink-950\/45:hover{
  background-color: rgb(79 2 29 / 0.45) !important;
}

.hover\:bg-pink-950\/5:hover{
  background-color: rgb(79 2 29 / 0.05) !important;
}

.hover\:bg-pink-950\/50:hover{
  background-color: rgb(79 2 29 / 0.5) !important;
}

.hover\:bg-pink-950\/55:hover{
  background-color: rgb(79 2 29 / 0.55) !important;
}

.hover\:bg-pink-950\/60:hover{
  background-color: rgb(79 2 29 / 0.6) !important;
}

.hover\:bg-pink-950\/65:hover{
  background-color: rgb(79 2 29 / 0.65) !important;
}

.hover\:bg-pink-950\/70:hover{
  background-color: rgb(79 2 29 / 0.7) !important;
}

.hover\:bg-pink-950\/75:hover{
  background-color: rgb(79 2 29 / 0.75) !important;
}

.hover\:bg-pink-950\/80:hover{
  background-color: rgb(79 2 29 / 0.8) !important;
}

.hover\:bg-pink-950\/85:hover{
  background-color: rgb(79 2 29 / 0.85) !important;
}

.hover\:bg-pink-950\/90:hover{
  background-color: rgb(79 2 29 / 0.9) !important;
}

.hover\:bg-pink-950\/95:hover{
  background-color: rgb(79 2 29 / 0.95) !important;
}

.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 228 217 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-100\/0:hover{
  background-color: rgb(232 228 217 / 0) !important;
}

.hover\:bg-primary-100\/10:hover{
  background-color: rgb(232 228 217 / 0.1) !important;
}

.hover\:bg-primary-100\/100:hover{
  background-color: rgb(232 228 217 / 1) !important;
}

.hover\:bg-primary-100\/15:hover{
  background-color: rgb(232 228 217 / 0.15) !important;
}

.hover\:bg-primary-100\/20:hover{
  background-color: rgb(232 228 217 / 0.2) !important;
}

.hover\:bg-primary-100\/25:hover{
  background-color: rgb(232 228 217 / 0.25) !important;
}

.hover\:bg-primary-100\/30:hover{
  background-color: rgb(232 228 217 / 0.3) !important;
}

.hover\:bg-primary-100\/35:hover{
  background-color: rgb(232 228 217 / 0.35) !important;
}

.hover\:bg-primary-100\/40:hover{
  background-color: rgb(232 228 217 / 0.4) !important;
}

.hover\:bg-primary-100\/45:hover{
  background-color: rgb(232 228 217 / 0.45) !important;
}

.hover\:bg-primary-100\/5:hover{
  background-color: rgb(232 228 217 / 0.05) !important;
}

.hover\:bg-primary-100\/50:hover{
  background-color: rgb(232 228 217 / 0.5) !important;
}

.hover\:bg-primary-100\/55:hover{
  background-color: rgb(232 228 217 / 0.55) !important;
}

.hover\:bg-primary-100\/60:hover{
  background-color: rgb(232 228 217 / 0.6) !important;
}

.hover\:bg-primary-100\/65:hover{
  background-color: rgb(232 228 217 / 0.65) !important;
}

.hover\:bg-primary-100\/70:hover{
  background-color: rgb(232 228 217 / 0.7) !important;
}

.hover\:bg-primary-100\/75:hover{
  background-color: rgb(232 228 217 / 0.75) !important;
}

.hover\:bg-primary-100\/80:hover{
  background-color: rgb(232 228 217 / 0.8) !important;
}

.hover\:bg-primary-100\/85:hover{
  background-color: rgb(232 228 217 / 0.85) !important;
}

.hover\:bg-primary-100\/90:hover{
  background-color: rgb(232 228 217 / 0.9) !important;
}

.hover\:bg-primary-100\/95:hover{
  background-color: rgb(232 228 217 / 0.95) !important;
}

.hover\:bg-primary-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 200 181 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-200\/0:hover{
  background-color: rgb(211 200 181 / 0) !important;
}

.hover\:bg-primary-200\/10:hover{
  background-color: rgb(211 200 181 / 0.1) !important;
}

.hover\:bg-primary-200\/100:hover{
  background-color: rgb(211 200 181 / 1) !important;
}

.hover\:bg-primary-200\/15:hover{
  background-color: rgb(211 200 181 / 0.15) !important;
}

.hover\:bg-primary-200\/20:hover{
  background-color: rgb(211 200 181 / 0.2) !important;
}

.hover\:bg-primary-200\/25:hover{
  background-color: rgb(211 200 181 / 0.25) !important;
}

.hover\:bg-primary-200\/30:hover{
  background-color: rgb(211 200 181 / 0.3) !important;
}

.hover\:bg-primary-200\/35:hover{
  background-color: rgb(211 200 181 / 0.35) !important;
}

.hover\:bg-primary-200\/40:hover{
  background-color: rgb(211 200 181 / 0.4) !important;
}

.hover\:bg-primary-200\/45:hover{
  background-color: rgb(211 200 181 / 0.45) !important;
}

.hover\:bg-primary-200\/5:hover{
  background-color: rgb(211 200 181 / 0.05) !important;
}

.hover\:bg-primary-200\/50:hover{
  background-color: rgb(211 200 181 / 0.5) !important;
}

.hover\:bg-primary-200\/55:hover{
  background-color: rgb(211 200 181 / 0.55) !important;
}

.hover\:bg-primary-200\/60:hover{
  background-color: rgb(211 200 181 / 0.6) !important;
}

.hover\:bg-primary-200\/65:hover{
  background-color: rgb(211 200 181 / 0.65) !important;
}

.hover\:bg-primary-200\/70:hover{
  background-color: rgb(211 200 181 / 0.7) !important;
}

.hover\:bg-primary-200\/75:hover{
  background-color: rgb(211 200 181 / 0.75) !important;
}

.hover\:bg-primary-200\/80:hover{
  background-color: rgb(211 200 181 / 0.8) !important;
}

.hover\:bg-primary-200\/85:hover{
  background-color: rgb(211 200 181 / 0.85) !important;
}

.hover\:bg-primary-200\/90:hover{
  background-color: rgb(211 200 181 / 0.9) !important;
}

.hover\:bg-primary-200\/95:hover{
  background-color: rgb(211 200 181 / 0.95) !important;
}

.hover\:bg-primary-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 167 139 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-300\/0:hover{
  background-color: rgb(185 167 139 / 0) !important;
}

.hover\:bg-primary-300\/10:hover{
  background-color: rgb(185 167 139 / 0.1) !important;
}

.hover\:bg-primary-300\/100:hover{
  background-color: rgb(185 167 139 / 1) !important;
}

.hover\:bg-primary-300\/15:hover{
  background-color: rgb(185 167 139 / 0.15) !important;
}

.hover\:bg-primary-300\/20:hover{
  background-color: rgb(185 167 139 / 0.2) !important;
}

.hover\:bg-primary-300\/25:hover{
  background-color: rgb(185 167 139 / 0.25) !important;
}

.hover\:bg-primary-300\/30:hover{
  background-color: rgb(185 167 139 / 0.3) !important;
}

.hover\:bg-primary-300\/35:hover{
  background-color: rgb(185 167 139 / 0.35) !important;
}

.hover\:bg-primary-300\/40:hover{
  background-color: rgb(185 167 139 / 0.4) !important;
}

.hover\:bg-primary-300\/45:hover{
  background-color: rgb(185 167 139 / 0.45) !important;
}

.hover\:bg-primary-300\/5:hover{
  background-color: rgb(185 167 139 / 0.05) !important;
}

.hover\:bg-primary-300\/50:hover{
  background-color: rgb(185 167 139 / 0.5) !important;
}

.hover\:bg-primary-300\/55:hover{
  background-color: rgb(185 167 139 / 0.55) !important;
}

.hover\:bg-primary-300\/60:hover{
  background-color: rgb(185 167 139 / 0.6) !important;
}

.hover\:bg-primary-300\/65:hover{
  background-color: rgb(185 167 139 / 0.65) !important;
}

.hover\:bg-primary-300\/70:hover{
  background-color: rgb(185 167 139 / 0.7) !important;
}

.hover\:bg-primary-300\/75:hover{
  background-color: rgb(185 167 139 / 0.75) !important;
}

.hover\:bg-primary-300\/80:hover{
  background-color: rgb(185 167 139 / 0.8) !important;
}

.hover\:bg-primary-300\/85:hover{
  background-color: rgb(185 167 139 / 0.85) !important;
}

.hover\:bg-primary-300\/90:hover{
  background-color: rgb(185 167 139 / 0.9) !important;
}

.hover\:bg-primary-300\/95:hover{
  background-color: rgb(185 167 139 / 0.95) !important;
}

.hover\:bg-primary-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 139 106 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-400\/0:hover{
  background-color: rgb(165 139 106 / 0) !important;
}

.hover\:bg-primary-400\/10:hover{
  background-color: rgb(165 139 106 / 0.1) !important;
}

.hover\:bg-primary-400\/100:hover{
  background-color: rgb(165 139 106 / 1) !important;
}

.hover\:bg-primary-400\/15:hover{
  background-color: rgb(165 139 106 / 0.15) !important;
}

.hover\:bg-primary-400\/20:hover{
  background-color: rgb(165 139 106 / 0.2) !important;
}

.hover\:bg-primary-400\/25:hover{
  background-color: rgb(165 139 106 / 0.25) !important;
}

.hover\:bg-primary-400\/30:hover{
  background-color: rgb(165 139 106 / 0.3) !important;
}

.hover\:bg-primary-400\/35:hover{
  background-color: rgb(165 139 106 / 0.35) !important;
}

.hover\:bg-primary-400\/40:hover{
  background-color: rgb(165 139 106 / 0.4) !important;
}

.hover\:bg-primary-400\/45:hover{
  background-color: rgb(165 139 106 / 0.45) !important;
}

.hover\:bg-primary-400\/5:hover{
  background-color: rgb(165 139 106 / 0.05) !important;
}

.hover\:bg-primary-400\/50:hover{
  background-color: rgb(165 139 106 / 0.5) !important;
}

.hover\:bg-primary-400\/55:hover{
  background-color: rgb(165 139 106 / 0.55) !important;
}

.hover\:bg-primary-400\/60:hover{
  background-color: rgb(165 139 106 / 0.6) !important;
}

.hover\:bg-primary-400\/65:hover{
  background-color: rgb(165 139 106 / 0.65) !important;
}

.hover\:bg-primary-400\/70:hover{
  background-color: rgb(165 139 106 / 0.7) !important;
}

.hover\:bg-primary-400\/75:hover{
  background-color: rgb(165 139 106 / 0.75) !important;
}

.hover\:bg-primary-400\/80:hover{
  background-color: rgb(165 139 106 / 0.8) !important;
}

.hover\:bg-primary-400\/85:hover{
  background-color: rgb(165 139 106 / 0.85) !important;
}

.hover\:bg-primary-400\/90:hover{
  background-color: rgb(165 139 106 / 0.9) !important;
}

.hover\:bg-primary-400\/95:hover{
  background-color: rgb(165 139 106 / 0.95) !important;
}

.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 244 240 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-50\/0:hover{
  background-color: rgb(246 244 240 / 0) !important;
}

.hover\:bg-primary-50\/10:hover{
  background-color: rgb(246 244 240 / 0.1) !important;
}

.hover\:bg-primary-50\/100:hover{
  background-color: rgb(246 244 240 / 1) !important;
}

.hover\:bg-primary-50\/15:hover{
  background-color: rgb(246 244 240 / 0.15) !important;
}

.hover\:bg-primary-50\/20:hover{
  background-color: rgb(246 244 240 / 0.2) !important;
}

.hover\:bg-primary-50\/25:hover{
  background-color: rgb(246 244 240 / 0.25) !important;
}

.hover\:bg-primary-50\/30:hover{
  background-color: rgb(246 244 240 / 0.3) !important;
}

.hover\:bg-primary-50\/35:hover{
  background-color: rgb(246 244 240 / 0.35) !important;
}

.hover\:bg-primary-50\/40:hover{
  background-color: rgb(246 244 240 / 0.4) !important;
}

.hover\:bg-primary-50\/45:hover{
  background-color: rgb(246 244 240 / 0.45) !important;
}

.hover\:bg-primary-50\/5:hover{
  background-color: rgb(246 244 240 / 0.05) !important;
}

.hover\:bg-primary-50\/50:hover{
  background-color: rgb(246 244 240 / 0.5) !important;
}

.hover\:bg-primary-50\/55:hover{
  background-color: rgb(246 244 240 / 0.55) !important;
}

.hover\:bg-primary-50\/60:hover{
  background-color: rgb(246 244 240 / 0.6) !important;
}

.hover\:bg-primary-50\/65:hover{
  background-color: rgb(246 244 240 / 0.65) !important;
}

.hover\:bg-primary-50\/70:hover{
  background-color: rgb(246 244 240 / 0.7) !important;
}

.hover\:bg-primary-50\/75:hover{
  background-color: rgb(246 244 240 / 0.75) !important;
}

.hover\:bg-primary-50\/80:hover{
  background-color: rgb(246 244 240 / 0.8) !important;
}

.hover\:bg-primary-50\/85:hover{
  background-color: rgb(246 244 240 / 0.85) !important;
}

.hover\:bg-primary-50\/90:hover{
  background-color: rgb(246 244 240 / 0.9) !important;
}

.hover\:bg-primary-50\/95:hover{
  background-color: rgb(246 244 240 / 0.95) !important;
}

.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-500\/0:hover{
  background-color: rgb(157 128 96 / 0) !important;
}

.hover\:bg-primary-500\/10:hover{
  background-color: rgb(157 128 96 / 0.1) !important;
}

.hover\:bg-primary-500\/100:hover{
  background-color: rgb(157 128 96 / 1) !important;
}

.hover\:bg-primary-500\/15:hover{
  background-color: rgb(157 128 96 / 0.15) !important;
}

.hover\:bg-primary-500\/20:hover{
  background-color: rgb(157 128 96 / 0.2) !important;
}

.hover\:bg-primary-500\/25:hover{
  background-color: rgb(157 128 96 / 0.25) !important;
}

.hover\:bg-primary-500\/30:hover{
  background-color: rgb(157 128 96 / 0.3) !important;
}

.hover\:bg-primary-500\/35:hover{
  background-color: rgb(157 128 96 / 0.35) !important;
}

.hover\:bg-primary-500\/40:hover{
  background-color: rgb(157 128 96 / 0.4) !important;
}

.hover\:bg-primary-500\/45:hover{
  background-color: rgb(157 128 96 / 0.45) !important;
}

.hover\:bg-primary-500\/5:hover{
  background-color: rgb(157 128 96 / 0.05) !important;
}

.hover\:bg-primary-500\/50:hover{
  background-color: rgb(157 128 96 / 0.5) !important;
}

.hover\:bg-primary-500\/55:hover{
  background-color: rgb(157 128 96 / 0.55) !important;
}

.hover\:bg-primary-500\/60:hover{
  background-color: rgb(157 128 96 / 0.6) !important;
}

.hover\:bg-primary-500\/65:hover{
  background-color: rgb(157 128 96 / 0.65) !important;
}

.hover\:bg-primary-500\/70:hover{
  background-color: rgb(157 128 96 / 0.7) !important;
}

.hover\:bg-primary-500\/75:hover{
  background-color: rgb(157 128 96 / 0.75) !important;
}

.hover\:bg-primary-500\/80:hover{
  background-color: rgb(157 128 96 / 0.8) !important;
}

.hover\:bg-primary-500\/85:hover{
  background-color: rgb(157 128 96 / 0.85) !important;
}

.hover\:bg-primary-500\/90:hover{
  background-color: rgb(157 128 96 / 0.9) !important;
}

.hover\:bg-primary-500\/95:hover{
  background-color: rgb(157 128 96 / 0.95) !important;
}

.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 100 77 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-600\/0:hover{
  background-color: rgb(129 100 77 / 0) !important;
}

.hover\:bg-primary-600\/10:hover{
  background-color: rgb(129 100 77 / 0.1) !important;
}

.hover\:bg-primary-600\/100:hover{
  background-color: rgb(129 100 77 / 1) !important;
}

.hover\:bg-primary-600\/15:hover{
  background-color: rgb(129 100 77 / 0.15) !important;
}

.hover\:bg-primary-600\/20:hover{
  background-color: rgb(129 100 77 / 0.2) !important;
}

.hover\:bg-primary-600\/25:hover{
  background-color: rgb(129 100 77 / 0.25) !important;
}

.hover\:bg-primary-600\/30:hover{
  background-color: rgb(129 100 77 / 0.3) !important;
}

.hover\:bg-primary-600\/35:hover{
  background-color: rgb(129 100 77 / 0.35) !important;
}

.hover\:bg-primary-600\/40:hover{
  background-color: rgb(129 100 77 / 0.4) !important;
}

.hover\:bg-primary-600\/45:hover{
  background-color: rgb(129 100 77 / 0.45) !important;
}

.hover\:bg-primary-600\/5:hover{
  background-color: rgb(129 100 77 / 0.05) !important;
}

.hover\:bg-primary-600\/50:hover{
  background-color: rgb(129 100 77 / 0.5) !important;
}

.hover\:bg-primary-600\/55:hover{
  background-color: rgb(129 100 77 / 0.55) !important;
}

.hover\:bg-primary-600\/60:hover{
  background-color: rgb(129 100 77 / 0.6) !important;
}

.hover\:bg-primary-600\/65:hover{
  background-color: rgb(129 100 77 / 0.65) !important;
}

.hover\:bg-primary-600\/70:hover{
  background-color: rgb(129 100 77 / 0.7) !important;
}

.hover\:bg-primary-600\/75:hover{
  background-color: rgb(129 100 77 / 0.75) !important;
}

.hover\:bg-primary-600\/80:hover{
  background-color: rgb(129 100 77 / 0.8) !important;
}

.hover\:bg-primary-600\/85:hover{
  background-color: rgb(129 100 77 / 0.85) !important;
}

.hover\:bg-primary-600\/90:hover{
  background-color: rgb(129 100 77 / 0.9) !important;
}

.hover\:bg-primary-600\/95:hover{
  background-color: rgb(129 100 77 / 0.95) !important;
}

.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 79 64 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-700\/0:hover{
  background-color: rgb(104 79 64 / 0) !important;
}

.hover\:bg-primary-700\/10:hover{
  background-color: rgb(104 79 64 / 0.1) !important;
}

.hover\:bg-primary-700\/100:hover{
  background-color: rgb(104 79 64 / 1) !important;
}

.hover\:bg-primary-700\/15:hover{
  background-color: rgb(104 79 64 / 0.15) !important;
}

.hover\:bg-primary-700\/20:hover{
  background-color: rgb(104 79 64 / 0.2) !important;
}

.hover\:bg-primary-700\/25:hover{
  background-color: rgb(104 79 64 / 0.25) !important;
}

.hover\:bg-primary-700\/30:hover{
  background-color: rgb(104 79 64 / 0.3) !important;
}

.hover\:bg-primary-700\/35:hover{
  background-color: rgb(104 79 64 / 0.35) !important;
}

.hover\:bg-primary-700\/40:hover{
  background-color: rgb(104 79 64 / 0.4) !important;
}

.hover\:bg-primary-700\/45:hover{
  background-color: rgb(104 79 64 / 0.45) !important;
}

.hover\:bg-primary-700\/5:hover{
  background-color: rgb(104 79 64 / 0.05) !important;
}

.hover\:bg-primary-700\/50:hover{
  background-color: rgb(104 79 64 / 0.5) !important;
}

.hover\:bg-primary-700\/55:hover{
  background-color: rgb(104 79 64 / 0.55) !important;
}

.hover\:bg-primary-700\/60:hover{
  background-color: rgb(104 79 64 / 0.6) !important;
}

.hover\:bg-primary-700\/65:hover{
  background-color: rgb(104 79 64 / 0.65) !important;
}

.hover\:bg-primary-700\/70:hover{
  background-color: rgb(104 79 64 / 0.7) !important;
}

.hover\:bg-primary-700\/75:hover{
  background-color: rgb(104 79 64 / 0.75) !important;
}

.hover\:bg-primary-700\/80:hover{
  background-color: rgb(104 79 64 / 0.8) !important;
}

.hover\:bg-primary-700\/85:hover{
  background-color: rgb(104 79 64 / 0.85) !important;
}

.hover\:bg-primary-700\/90:hover{
  background-color: rgb(104 79 64 / 0.9) !important;
}

.hover\:bg-primary-700\/95:hover{
  background-color: rgb(104 79 64 / 0.95) !important;
}

.hover\:bg-primary-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 67 58 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-800\/0:hover{
  background-color: rgb(89 67 58 / 0) !important;
}

.hover\:bg-primary-800\/10:hover{
  background-color: rgb(89 67 58 / 0.1) !important;
}

.hover\:bg-primary-800\/100:hover{
  background-color: rgb(89 67 58 / 1) !important;
}

.hover\:bg-primary-800\/15:hover{
  background-color: rgb(89 67 58 / 0.15) !important;
}

.hover\:bg-primary-800\/20:hover{
  background-color: rgb(89 67 58 / 0.2) !important;
}

.hover\:bg-primary-800\/25:hover{
  background-color: rgb(89 67 58 / 0.25) !important;
}

.hover\:bg-primary-800\/30:hover{
  background-color: rgb(89 67 58 / 0.3) !important;
}

.hover\:bg-primary-800\/35:hover{
  background-color: rgb(89 67 58 / 0.35) !important;
}

.hover\:bg-primary-800\/40:hover{
  background-color: rgb(89 67 58 / 0.4) !important;
}

.hover\:bg-primary-800\/45:hover{
  background-color: rgb(89 67 58 / 0.45) !important;
}

.hover\:bg-primary-800\/5:hover{
  background-color: rgb(89 67 58 / 0.05) !important;
}

.hover\:bg-primary-800\/50:hover{
  background-color: rgb(89 67 58 / 0.5) !important;
}

.hover\:bg-primary-800\/55:hover{
  background-color: rgb(89 67 58 / 0.55) !important;
}

.hover\:bg-primary-800\/60:hover{
  background-color: rgb(89 67 58 / 0.6) !important;
}

.hover\:bg-primary-800\/65:hover{
  background-color: rgb(89 67 58 / 0.65) !important;
}

.hover\:bg-primary-800\/70:hover{
  background-color: rgb(89 67 58 / 0.7) !important;
}

.hover\:bg-primary-800\/75:hover{
  background-color: rgb(89 67 58 / 0.75) !important;
}

.hover\:bg-primary-800\/80:hover{
  background-color: rgb(89 67 58 / 0.8) !important;
}

.hover\:bg-primary-800\/85:hover{
  background-color: rgb(89 67 58 / 0.85) !important;
}

.hover\:bg-primary-800\/90:hover{
  background-color: rgb(89 67 58 / 0.9) !important;
}

.hover\:bg-primary-800\/95:hover{
  background-color: rgb(89 67 58 / 0.95) !important;
}

.hover\:bg-primary-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(78 59 53 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-900\/0:hover{
  background-color: rgb(78 59 53 / 0) !important;
}

.hover\:bg-primary-900\/10:hover{
  background-color: rgb(78 59 53 / 0.1) !important;
}

.hover\:bg-primary-900\/100:hover{
  background-color: rgb(78 59 53 / 1) !important;
}

.hover\:bg-primary-900\/15:hover{
  background-color: rgb(78 59 53 / 0.15) !important;
}

.hover\:bg-primary-900\/20:hover{
  background-color: rgb(78 59 53 / 0.2) !important;
}

.hover\:bg-primary-900\/25:hover{
  background-color: rgb(78 59 53 / 0.25) !important;
}

.hover\:bg-primary-900\/30:hover{
  background-color: rgb(78 59 53 / 0.3) !important;
}

.hover\:bg-primary-900\/35:hover{
  background-color: rgb(78 59 53 / 0.35) !important;
}

.hover\:bg-primary-900\/40:hover{
  background-color: rgb(78 59 53 / 0.4) !important;
}

.hover\:bg-primary-900\/45:hover{
  background-color: rgb(78 59 53 / 0.45) !important;
}

.hover\:bg-primary-900\/5:hover{
  background-color: rgb(78 59 53 / 0.05) !important;
}

.hover\:bg-primary-900\/50:hover{
  background-color: rgb(78 59 53 / 0.5) !important;
}

.hover\:bg-primary-900\/55:hover{
  background-color: rgb(78 59 53 / 0.55) !important;
}

.hover\:bg-primary-900\/60:hover{
  background-color: rgb(78 59 53 / 0.6) !important;
}

.hover\:bg-primary-900\/65:hover{
  background-color: rgb(78 59 53 / 0.65) !important;
}

.hover\:bg-primary-900\/70:hover{
  background-color: rgb(78 59 53 / 0.7) !important;
}

.hover\:bg-primary-900\/75:hover{
  background-color: rgb(78 59 53 / 0.75) !important;
}

.hover\:bg-primary-900\/80:hover{
  background-color: rgb(78 59 53 / 0.8) !important;
}

.hover\:bg-primary-900\/85:hover{
  background-color: rgb(78 59 53 / 0.85) !important;
}

.hover\:bg-primary-900\/90:hover{
  background-color: rgb(78 59 53 / 0.9) !important;
}

.hover\:bg-primary-900\/95:hover{
  background-color: rgb(78 59 53 / 0.95) !important;
}

.hover\:bg-primary-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 31 28 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-950\/0:hover{
  background-color: rgb(44 31 28 / 0) !important;
}

.hover\:bg-primary-950\/10:hover{
  background-color: rgb(44 31 28 / 0.1) !important;
}

.hover\:bg-primary-950\/100:hover{
  background-color: rgb(44 31 28 / 1) !important;
}

.hover\:bg-primary-950\/15:hover{
  background-color: rgb(44 31 28 / 0.15) !important;
}

.hover\:bg-primary-950\/20:hover{
  background-color: rgb(44 31 28 / 0.2) !important;
}

.hover\:bg-primary-950\/25:hover{
  background-color: rgb(44 31 28 / 0.25) !important;
}

.hover\:bg-primary-950\/30:hover{
  background-color: rgb(44 31 28 / 0.3) !important;
}

.hover\:bg-primary-950\/35:hover{
  background-color: rgb(44 31 28 / 0.35) !important;
}

.hover\:bg-primary-950\/40:hover{
  background-color: rgb(44 31 28 / 0.4) !important;
}

.hover\:bg-primary-950\/45:hover{
  background-color: rgb(44 31 28 / 0.45) !important;
}

.hover\:bg-primary-950\/5:hover{
  background-color: rgb(44 31 28 / 0.05) !important;
}

.hover\:bg-primary-950\/50:hover{
  background-color: rgb(44 31 28 / 0.5) !important;
}

.hover\:bg-primary-950\/55:hover{
  background-color: rgb(44 31 28 / 0.55) !important;
}

.hover\:bg-primary-950\/60:hover{
  background-color: rgb(44 31 28 / 0.6) !important;
}

.hover\:bg-primary-950\/65:hover{
  background-color: rgb(44 31 28 / 0.65) !important;
}

.hover\:bg-primary-950\/70:hover{
  background-color: rgb(44 31 28 / 0.7) !important;
}

.hover\:bg-primary-950\/75:hover{
  background-color: rgb(44 31 28 / 0.75) !important;
}

.hover\:bg-primary-950\/80:hover{
  background-color: rgb(44 31 28 / 0.8) !important;
}

.hover\:bg-primary-950\/85:hover{
  background-color: rgb(44 31 28 / 0.85) !important;
}

.hover\:bg-primary-950\/90:hover{
  background-color: rgb(44 31 28 / 0.9) !important;
}

.hover\:bg-primary-950\/95:hover{
  background-color: rgb(44 31 28 / 0.95) !important;
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(157 128 96 / 0.9) !important;
}

.hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 232 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-100\/0:hover{
  background-color: rgb(238 232 255 / 0) !important;
}

.hover\:bg-purple-100\/10:hover{
  background-color: rgb(238 232 255 / 0.1) !important;
}

.hover\:bg-purple-100\/100:hover{
  background-color: rgb(238 232 255 / 1) !important;
}

.hover\:bg-purple-100\/15:hover{
  background-color: rgb(238 232 255 / 0.15) !important;
}

.hover\:bg-purple-100\/20:hover{
  background-color: rgb(238 232 255 / 0.2) !important;
}

.hover\:bg-purple-100\/25:hover{
  background-color: rgb(238 232 255 / 0.25) !important;
}

.hover\:bg-purple-100\/30:hover{
  background-color: rgb(238 232 255 / 0.3) !important;
}

.hover\:bg-purple-100\/35:hover{
  background-color: rgb(238 232 255 / 0.35) !important;
}

.hover\:bg-purple-100\/40:hover{
  background-color: rgb(238 232 255 / 0.4) !important;
}

.hover\:bg-purple-100\/45:hover{
  background-color: rgb(238 232 255 / 0.45) !important;
}

.hover\:bg-purple-100\/5:hover{
  background-color: rgb(238 232 255 / 0.05) !important;
}

.hover\:bg-purple-100\/50:hover{
  background-color: rgb(238 232 255 / 0.5) !important;
}

.hover\:bg-purple-100\/55:hover{
  background-color: rgb(238 232 255 / 0.55) !important;
}

.hover\:bg-purple-100\/60:hover{
  background-color: rgb(238 232 255 / 0.6) !important;
}

.hover\:bg-purple-100\/65:hover{
  background-color: rgb(238 232 255 / 0.65) !important;
}

.hover\:bg-purple-100\/70:hover{
  background-color: rgb(238 232 255 / 0.7) !important;
}

.hover\:bg-purple-100\/75:hover{
  background-color: rgb(238 232 255 / 0.75) !important;
}

.hover\:bg-purple-100\/80:hover{
  background-color: rgb(238 232 255 / 0.8) !important;
}

.hover\:bg-purple-100\/85:hover{
  background-color: rgb(238 232 255 / 0.85) !important;
}

.hover\:bg-purple-100\/90:hover{
  background-color: rgb(238 232 255 / 0.9) !important;
}

.hover\:bg-purple-100\/95:hover{
  background-color: rgb(238 232 255 / 0.95) !important;
}

.hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 212 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-200\/0:hover{
  background-color: rgb(223 212 255 / 0) !important;
}

.hover\:bg-purple-200\/10:hover{
  background-color: rgb(223 212 255 / 0.1) !important;
}

.hover\:bg-purple-200\/100:hover{
  background-color: rgb(223 212 255 / 1) !important;
}

.hover\:bg-purple-200\/15:hover{
  background-color: rgb(223 212 255 / 0.15) !important;
}

.hover\:bg-purple-200\/20:hover{
  background-color: rgb(223 212 255 / 0.2) !important;
}

.hover\:bg-purple-200\/25:hover{
  background-color: rgb(223 212 255 / 0.25) !important;
}

.hover\:bg-purple-200\/30:hover{
  background-color: rgb(223 212 255 / 0.3) !important;
}

.hover\:bg-purple-200\/35:hover{
  background-color: rgb(223 212 255 / 0.35) !important;
}

.hover\:bg-purple-200\/40:hover{
  background-color: rgb(223 212 255 / 0.4) !important;
}

.hover\:bg-purple-200\/45:hover{
  background-color: rgb(223 212 255 / 0.45) !important;
}

.hover\:bg-purple-200\/5:hover{
  background-color: rgb(223 212 255 / 0.05) !important;
}

.hover\:bg-purple-200\/50:hover{
  background-color: rgb(223 212 255 / 0.5) !important;
}

.hover\:bg-purple-200\/55:hover{
  background-color: rgb(223 212 255 / 0.55) !important;
}

.hover\:bg-purple-200\/60:hover{
  background-color: rgb(223 212 255 / 0.6) !important;
}

.hover\:bg-purple-200\/65:hover{
  background-color: rgb(223 212 255 / 0.65) !important;
}

.hover\:bg-purple-200\/70:hover{
  background-color: rgb(223 212 255 / 0.7) !important;
}

.hover\:bg-purple-200\/75:hover{
  background-color: rgb(223 212 255 / 0.75) !important;
}

.hover\:bg-purple-200\/80:hover{
  background-color: rgb(223 212 255 / 0.8) !important;
}

.hover\:bg-purple-200\/85:hover{
  background-color: rgb(223 212 255 / 0.85) !important;
}

.hover\:bg-purple-200\/90:hover{
  background-color: rgb(223 212 255 / 0.9) !important;
}

.hover\:bg-purple-200\/95:hover{
  background-color: rgb(223 212 255 / 0.95) !important;
}

.hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 178 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-300\/0:hover{
  background-color: rgb(199 178 255 / 0) !important;
}

.hover\:bg-purple-300\/10:hover{
  background-color: rgb(199 178 255 / 0.1) !important;
}

.hover\:bg-purple-300\/100:hover{
  background-color: rgb(199 178 255 / 1) !important;
}

.hover\:bg-purple-300\/15:hover{
  background-color: rgb(199 178 255 / 0.15) !important;
}

.hover\:bg-purple-300\/20:hover{
  background-color: rgb(199 178 255 / 0.2) !important;
}

.hover\:bg-purple-300\/25:hover{
  background-color: rgb(199 178 255 / 0.25) !important;
}

.hover\:bg-purple-300\/30:hover{
  background-color: rgb(199 178 255 / 0.3) !important;
}

.hover\:bg-purple-300\/35:hover{
  background-color: rgb(199 178 255 / 0.35) !important;
}

.hover\:bg-purple-300\/40:hover{
  background-color: rgb(199 178 255 / 0.4) !important;
}

.hover\:bg-purple-300\/45:hover{
  background-color: rgb(199 178 255 / 0.45) !important;
}

.hover\:bg-purple-300\/5:hover{
  background-color: rgb(199 178 255 / 0.05) !important;
}

.hover\:bg-purple-300\/50:hover{
  background-color: rgb(199 178 255 / 0.5) !important;
}

.hover\:bg-purple-300\/55:hover{
  background-color: rgb(199 178 255 / 0.55) !important;
}

.hover\:bg-purple-300\/60:hover{
  background-color: rgb(199 178 255 / 0.6) !important;
}

.hover\:bg-purple-300\/65:hover{
  background-color: rgb(199 178 255 / 0.65) !important;
}

.hover\:bg-purple-300\/70:hover{
  background-color: rgb(199 178 255 / 0.7) !important;
}

.hover\:bg-purple-300\/75:hover{
  background-color: rgb(199 178 255 / 0.75) !important;
}

.hover\:bg-purple-300\/80:hover{
  background-color: rgb(199 178 255 / 0.8) !important;
}

.hover\:bg-purple-300\/85:hover{
  background-color: rgb(199 178 255 / 0.85) !important;
}

.hover\:bg-purple-300\/90:hover{
  background-color: rgb(199 178 255 / 0.9) !important;
}

.hover\:bg-purple-300\/95:hover{
  background-color: rgb(199 178 255 / 0.95) !important;
}

.hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-400\/0:hover{
  background-color: rgb(161 117 255 / 0) !important;
}

.hover\:bg-purple-400\/10:hover{
  background-color: rgb(161 117 255 / 0.1) !important;
}

.hover\:bg-purple-400\/100:hover{
  background-color: rgb(161 117 255 / 1) !important;
}

.hover\:bg-purple-400\/15:hover{
  background-color: rgb(161 117 255 / 0.15) !important;
}

.hover\:bg-purple-400\/20:hover{
  background-color: rgb(161 117 255 / 0.2) !important;
}

.hover\:bg-purple-400\/25:hover{
  background-color: rgb(161 117 255 / 0.25) !important;
}

.hover\:bg-purple-400\/30:hover{
  background-color: rgb(161 117 255 / 0.3) !important;
}

.hover\:bg-purple-400\/35:hover{
  background-color: rgb(161 117 255 / 0.35) !important;
}

.hover\:bg-purple-400\/40:hover{
  background-color: rgb(161 117 255 / 0.4) !important;
}

.hover\:bg-purple-400\/45:hover{
  background-color: rgb(161 117 255 / 0.45) !important;
}

.hover\:bg-purple-400\/5:hover{
  background-color: rgb(161 117 255 / 0.05) !important;
}

.hover\:bg-purple-400\/50:hover{
  background-color: rgb(161 117 255 / 0.5) !important;
}

.hover\:bg-purple-400\/55:hover{
  background-color: rgb(161 117 255 / 0.55) !important;
}

.hover\:bg-purple-400\/60:hover{
  background-color: rgb(161 117 255 / 0.6) !important;
}

.hover\:bg-purple-400\/65:hover{
  background-color: rgb(161 117 255 / 0.65) !important;
}

.hover\:bg-purple-400\/70:hover{
  background-color: rgb(161 117 255 / 0.7) !important;
}

.hover\:bg-purple-400\/75:hover{
  background-color: rgb(161 117 255 / 0.75) !important;
}

.hover\:bg-purple-400\/80:hover{
  background-color: rgb(161 117 255 / 0.8) !important;
}

.hover\:bg-purple-400\/85:hover{
  background-color: rgb(161 117 255 / 0.85) !important;
}

.hover\:bg-purple-400\/90:hover{
  background-color: rgb(161 117 255 / 0.9) !important;
}

.hover\:bg-purple-400\/95:hover{
  background-color: rgb(161 117 255 / 0.95) !important;
}

.hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 242 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-50\/0:hover{
  background-color: rgb(246 242 255 / 0) !important;
}

.hover\:bg-purple-50\/10:hover{
  background-color: rgb(246 242 255 / 0.1) !important;
}

.hover\:bg-purple-50\/100:hover{
  background-color: rgb(246 242 255 / 1) !important;
}

.hover\:bg-purple-50\/15:hover{
  background-color: rgb(246 242 255 / 0.15) !important;
}

.hover\:bg-purple-50\/20:hover{
  background-color: rgb(246 242 255 / 0.2) !important;
}

.hover\:bg-purple-50\/25:hover{
  background-color: rgb(246 242 255 / 0.25) !important;
}

.hover\:bg-purple-50\/30:hover{
  background-color: rgb(246 242 255 / 0.3) !important;
}

.hover\:bg-purple-50\/35:hover{
  background-color: rgb(246 242 255 / 0.35) !important;
}

.hover\:bg-purple-50\/40:hover{
  background-color: rgb(246 242 255 / 0.4) !important;
}

.hover\:bg-purple-50\/45:hover{
  background-color: rgb(246 242 255 / 0.45) !important;
}

.hover\:bg-purple-50\/5:hover{
  background-color: rgb(246 242 255 / 0.05) !important;
}

.hover\:bg-purple-50\/50:hover{
  background-color: rgb(246 242 255 / 0.5) !important;
}

.hover\:bg-purple-50\/55:hover{
  background-color: rgb(246 242 255 / 0.55) !important;
}

.hover\:bg-purple-50\/60:hover{
  background-color: rgb(246 242 255 / 0.6) !important;
}

.hover\:bg-purple-50\/65:hover{
  background-color: rgb(246 242 255 / 0.65) !important;
}

.hover\:bg-purple-50\/70:hover{
  background-color: rgb(246 242 255 / 0.7) !important;
}

.hover\:bg-purple-50\/75:hover{
  background-color: rgb(246 242 255 / 0.75) !important;
}

.hover\:bg-purple-50\/80:hover{
  background-color: rgb(246 242 255 / 0.8) !important;
}

.hover\:bg-purple-50\/85:hover{
  background-color: rgb(246 242 255 / 0.85) !important;
}

.hover\:bg-purple-50\/90:hover{
  background-color: rgb(246 242 255 / 0.9) !important;
}

.hover\:bg-purple-50\/95:hover{
  background-color: rgb(246 242 255 / 0.95) !important;
}

.hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-500\/0:hover{
  background-color: rgb(161 117 255 / 0) !important;
}

.hover\:bg-purple-500\/10:hover{
  background-color: rgb(161 117 255 / 0.1) !important;
}

.hover\:bg-purple-500\/100:hover{
  background-color: rgb(161 117 255 / 1) !important;
}

.hover\:bg-purple-500\/15:hover{
  background-color: rgb(161 117 255 / 0.15) !important;
}

.hover\:bg-purple-500\/20:hover{
  background-color: rgb(161 117 255 / 0.2) !important;
}

.hover\:bg-purple-500\/25:hover{
  background-color: rgb(161 117 255 / 0.25) !important;
}

.hover\:bg-purple-500\/30:hover{
  background-color: rgb(161 117 255 / 0.3) !important;
}

.hover\:bg-purple-500\/35:hover{
  background-color: rgb(161 117 255 / 0.35) !important;
}

.hover\:bg-purple-500\/40:hover{
  background-color: rgb(161 117 255 / 0.4) !important;
}

.hover\:bg-purple-500\/45:hover{
  background-color: rgb(161 117 255 / 0.45) !important;
}

.hover\:bg-purple-500\/5:hover{
  background-color: rgb(161 117 255 / 0.05) !important;
}

.hover\:bg-purple-500\/50:hover{
  background-color: rgb(161 117 255 / 0.5) !important;
}

.hover\:bg-purple-500\/55:hover{
  background-color: rgb(161 117 255 / 0.55) !important;
}

.hover\:bg-purple-500\/60:hover{
  background-color: rgb(161 117 255 / 0.6) !important;
}

.hover\:bg-purple-500\/65:hover{
  background-color: rgb(161 117 255 / 0.65) !important;
}

.hover\:bg-purple-500\/70:hover{
  background-color: rgb(161 117 255 / 0.7) !important;
}

.hover\:bg-purple-500\/75:hover{
  background-color: rgb(161 117 255 / 0.75) !important;
}

.hover\:bg-purple-500\/80:hover{
  background-color: rgb(161 117 255 / 0.8) !important;
}

.hover\:bg-purple-500\/85:hover{
  background-color: rgb(161 117 255 / 0.85) !important;
}

.hover\:bg-purple-500\/90:hover{
  background-color: rgb(161 117 255 / 0.9) !important;
}

.hover\:bg-purple-500\/95:hover{
  background-color: rgb(161 117 255 / 0.95) !important;
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 50 245 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-600\/0:hover{
  background-color: rgb(135 50 245 / 0) !important;
}

.hover\:bg-purple-600\/10:hover{
  background-color: rgb(135 50 245 / 0.1) !important;
}

.hover\:bg-purple-600\/100:hover{
  background-color: rgb(135 50 245 / 1) !important;
}

.hover\:bg-purple-600\/15:hover{
  background-color: rgb(135 50 245 / 0.15) !important;
}

.hover\:bg-purple-600\/20:hover{
  background-color: rgb(135 50 245 / 0.2) !important;
}

.hover\:bg-purple-600\/25:hover{
  background-color: rgb(135 50 245 / 0.25) !important;
}

.hover\:bg-purple-600\/30:hover{
  background-color: rgb(135 50 245 / 0.3) !important;
}

.hover\:bg-purple-600\/35:hover{
  background-color: rgb(135 50 245 / 0.35) !important;
}

.hover\:bg-purple-600\/40:hover{
  background-color: rgb(135 50 245 / 0.4) !important;
}

.hover\:bg-purple-600\/45:hover{
  background-color: rgb(135 50 245 / 0.45) !important;
}

.hover\:bg-purple-600\/5:hover{
  background-color: rgb(135 50 245 / 0.05) !important;
}

.hover\:bg-purple-600\/50:hover{
  background-color: rgb(135 50 245 / 0.5) !important;
}

.hover\:bg-purple-600\/55:hover{
  background-color: rgb(135 50 245 / 0.55) !important;
}

.hover\:bg-purple-600\/60:hover{
  background-color: rgb(135 50 245 / 0.6) !important;
}

.hover\:bg-purple-600\/65:hover{
  background-color: rgb(135 50 245 / 0.65) !important;
}

.hover\:bg-purple-600\/70:hover{
  background-color: rgb(135 50 245 / 0.7) !important;
}

.hover\:bg-purple-600\/75:hover{
  background-color: rgb(135 50 245 / 0.75) !important;
}

.hover\:bg-purple-600\/80:hover{
  background-color: rgb(135 50 245 / 0.8) !important;
}

.hover\:bg-purple-600\/85:hover{
  background-color: rgb(135 50 245 / 0.85) !important;
}

.hover\:bg-purple-600\/90:hover{
  background-color: rgb(135 50 245 / 0.9) !important;
}

.hover\:bg-purple-600\/95:hover{
  background-color: rgb(135 50 245 / 0.95) !important;
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 32 225 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-700\/0:hover{
  background-color: rgb(120 32 225 / 0) !important;
}

.hover\:bg-purple-700\/10:hover{
  background-color: rgb(120 32 225 / 0.1) !important;
}

.hover\:bg-purple-700\/100:hover{
  background-color: rgb(120 32 225 / 1) !important;
}

.hover\:bg-purple-700\/15:hover{
  background-color: rgb(120 32 225 / 0.15) !important;
}

.hover\:bg-purple-700\/20:hover{
  background-color: rgb(120 32 225 / 0.2) !important;
}

.hover\:bg-purple-700\/25:hover{
  background-color: rgb(120 32 225 / 0.25) !important;
}

.hover\:bg-purple-700\/30:hover{
  background-color: rgb(120 32 225 / 0.3) !important;
}

.hover\:bg-purple-700\/35:hover{
  background-color: rgb(120 32 225 / 0.35) !important;
}

.hover\:bg-purple-700\/40:hover{
  background-color: rgb(120 32 225 / 0.4) !important;
}

.hover\:bg-purple-700\/45:hover{
  background-color: rgb(120 32 225 / 0.45) !important;
}

.hover\:bg-purple-700\/5:hover{
  background-color: rgb(120 32 225 / 0.05) !important;
}

.hover\:bg-purple-700\/50:hover{
  background-color: rgb(120 32 225 / 0.5) !important;
}

.hover\:bg-purple-700\/55:hover{
  background-color: rgb(120 32 225 / 0.55) !important;
}

.hover\:bg-purple-700\/60:hover{
  background-color: rgb(120 32 225 / 0.6) !important;
}

.hover\:bg-purple-700\/65:hover{
  background-color: rgb(120 32 225 / 0.65) !important;
}

.hover\:bg-purple-700\/70:hover{
  background-color: rgb(120 32 225 / 0.7) !important;
}

.hover\:bg-purple-700\/75:hover{
  background-color: rgb(120 32 225 / 0.75) !important;
}

.hover\:bg-purple-700\/80:hover{
  background-color: rgb(120 32 225 / 0.8) !important;
}

.hover\:bg-purple-700\/85:hover{
  background-color: rgb(120 32 225 / 0.85) !important;
}

.hover\:bg-purple-700\/90:hover{
  background-color: rgb(120 32 225 / 0.9) !important;
}

.hover\:bg-purple-700\/95:hover{
  background-color: rgb(120 32 225 / 0.95) !important;
}

.hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 26 189 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-800\/0:hover{
  background-color: rgb(101 26 189 / 0) !important;
}

.hover\:bg-purple-800\/10:hover{
  background-color: rgb(101 26 189 / 0.1) !important;
}

.hover\:bg-purple-800\/100:hover{
  background-color: rgb(101 26 189 / 1) !important;
}

.hover\:bg-purple-800\/15:hover{
  background-color: rgb(101 26 189 / 0.15) !important;
}

.hover\:bg-purple-800\/20:hover{
  background-color: rgb(101 26 189 / 0.2) !important;
}

.hover\:bg-purple-800\/25:hover{
  background-color: rgb(101 26 189 / 0.25) !important;
}

.hover\:bg-purple-800\/30:hover{
  background-color: rgb(101 26 189 / 0.3) !important;
}

.hover\:bg-purple-800\/35:hover{
  background-color: rgb(101 26 189 / 0.35) !important;
}

.hover\:bg-purple-800\/40:hover{
  background-color: rgb(101 26 189 / 0.4) !important;
}

.hover\:bg-purple-800\/45:hover{
  background-color: rgb(101 26 189 / 0.45) !important;
}

.hover\:bg-purple-800\/5:hover{
  background-color: rgb(101 26 189 / 0.05) !important;
}

.hover\:bg-purple-800\/50:hover{
  background-color: rgb(101 26 189 / 0.5) !important;
}

.hover\:bg-purple-800\/55:hover{
  background-color: rgb(101 26 189 / 0.55) !important;
}

.hover\:bg-purple-800\/60:hover{
  background-color: rgb(101 26 189 / 0.6) !important;
}

.hover\:bg-purple-800\/65:hover{
  background-color: rgb(101 26 189 / 0.65) !important;
}

.hover\:bg-purple-800\/70:hover{
  background-color: rgb(101 26 189 / 0.7) !important;
}

.hover\:bg-purple-800\/75:hover{
  background-color: rgb(101 26 189 / 0.75) !important;
}

.hover\:bg-purple-800\/80:hover{
  background-color: rgb(101 26 189 / 0.8) !important;
}

.hover\:bg-purple-800\/85:hover{
  background-color: rgb(101 26 189 / 0.85) !important;
}

.hover\:bg-purple-800\/90:hover{
  background-color: rgb(101 26 189 / 0.9) !important;
}

.hover\:bg-purple-800\/95:hover{
  background-color: rgb(101 26 189 / 0.95) !important;
}

.hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 24 154 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-900\/0:hover{
  background-color: rgb(84 24 154 / 0) !important;
}

.hover\:bg-purple-900\/10:hover{
  background-color: rgb(84 24 154 / 0.1) !important;
}

.hover\:bg-purple-900\/100:hover{
  background-color: rgb(84 24 154 / 1) !important;
}

.hover\:bg-purple-900\/15:hover{
  background-color: rgb(84 24 154 / 0.15) !important;
}

.hover\:bg-purple-900\/20:hover{
  background-color: rgb(84 24 154 / 0.2) !important;
}

.hover\:bg-purple-900\/25:hover{
  background-color: rgb(84 24 154 / 0.25) !important;
}

.hover\:bg-purple-900\/30:hover{
  background-color: rgb(84 24 154 / 0.3) !important;
}

.hover\:bg-purple-900\/35:hover{
  background-color: rgb(84 24 154 / 0.35) !important;
}

.hover\:bg-purple-900\/40:hover{
  background-color: rgb(84 24 154 / 0.4) !important;
}

.hover\:bg-purple-900\/45:hover{
  background-color: rgb(84 24 154 / 0.45) !important;
}

.hover\:bg-purple-900\/5:hover{
  background-color: rgb(84 24 154 / 0.05) !important;
}

.hover\:bg-purple-900\/50:hover{
  background-color: rgb(84 24 154 / 0.5) !important;
}

.hover\:bg-purple-900\/55:hover{
  background-color: rgb(84 24 154 / 0.55) !important;
}

.hover\:bg-purple-900\/60:hover{
  background-color: rgb(84 24 154 / 0.6) !important;
}

.hover\:bg-purple-900\/65:hover{
  background-color: rgb(84 24 154 / 0.65) !important;
}

.hover\:bg-purple-900\/70:hover{
  background-color: rgb(84 24 154 / 0.7) !important;
}

.hover\:bg-purple-900\/75:hover{
  background-color: rgb(84 24 154 / 0.75) !important;
}

.hover\:bg-purple-900\/80:hover{
  background-color: rgb(84 24 154 / 0.8) !important;
}

.hover\:bg-purple-900\/85:hover{
  background-color: rgb(84 24 154 / 0.85) !important;
}

.hover\:bg-purple-900\/90:hover{
  background-color: rgb(84 24 154 / 0.9) !important;
}

.hover\:bg-purple-900\/95:hover{
  background-color: rgb(84 24 154 / 0.95) !important;
}

.hover\:bg-purple-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 12 105 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-purple-950\/0:hover{
  background-color: rgb(51 12 105 / 0) !important;
}

.hover\:bg-purple-950\/10:hover{
  background-color: rgb(51 12 105 / 0.1) !important;
}

.hover\:bg-purple-950\/100:hover{
  background-color: rgb(51 12 105 / 1) !important;
}

.hover\:bg-purple-950\/15:hover{
  background-color: rgb(51 12 105 / 0.15) !important;
}

.hover\:bg-purple-950\/20:hover{
  background-color: rgb(51 12 105 / 0.2) !important;
}

.hover\:bg-purple-950\/25:hover{
  background-color: rgb(51 12 105 / 0.25) !important;
}

.hover\:bg-purple-950\/30:hover{
  background-color: rgb(51 12 105 / 0.3) !important;
}

.hover\:bg-purple-950\/35:hover{
  background-color: rgb(51 12 105 / 0.35) !important;
}

.hover\:bg-purple-950\/40:hover{
  background-color: rgb(51 12 105 / 0.4) !important;
}

.hover\:bg-purple-950\/45:hover{
  background-color: rgb(51 12 105 / 0.45) !important;
}

.hover\:bg-purple-950\/5:hover{
  background-color: rgb(51 12 105 / 0.05) !important;
}

.hover\:bg-purple-950\/50:hover{
  background-color: rgb(51 12 105 / 0.5) !important;
}

.hover\:bg-purple-950\/55:hover{
  background-color: rgb(51 12 105 / 0.55) !important;
}

.hover\:bg-purple-950\/60:hover{
  background-color: rgb(51 12 105 / 0.6) !important;
}

.hover\:bg-purple-950\/65:hover{
  background-color: rgb(51 12 105 / 0.65) !important;
}

.hover\:bg-purple-950\/70:hover{
  background-color: rgb(51 12 105 / 0.7) !important;
}

.hover\:bg-purple-950\/75:hover{
  background-color: rgb(51 12 105 / 0.75) !important;
}

.hover\:bg-purple-950\/80:hover{
  background-color: rgb(51 12 105 / 0.8) !important;
}

.hover\:bg-purple-950\/85:hover{
  background-color: rgb(51 12 105 / 0.85) !important;
}

.hover\:bg-purple-950\/90:hover{
  background-color: rgb(51 12 105 / 0.9) !important;
}

.hover\:bg-purple-950\/95:hover{
  background-color: rgb(51 12 105 / 0.95) !important;
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-100\/0:hover{
  background-color: rgb(255 227 231 / 0) !important;
}

.hover\:bg-red-100\/10:hover{
  background-color: rgb(255 227 231 / 0.1) !important;
}

.hover\:bg-red-100\/100:hover{
  background-color: rgb(255 227 231 / 1) !important;
}

.hover\:bg-red-100\/15:hover{
  background-color: rgb(255 227 231 / 0.15) !important;
}

.hover\:bg-red-100\/20:hover{
  background-color: rgb(255 227 231 / 0.2) !important;
}

.hover\:bg-red-100\/25:hover{
  background-color: rgb(255 227 231 / 0.25) !important;
}

.hover\:bg-red-100\/30:hover{
  background-color: rgb(255 227 231 / 0.3) !important;
}

.hover\:bg-red-100\/35:hover{
  background-color: rgb(255 227 231 / 0.35) !important;
}

.hover\:bg-red-100\/40:hover{
  background-color: rgb(255 227 231 / 0.4) !important;
}

.hover\:bg-red-100\/45:hover{
  background-color: rgb(255 227 231 / 0.45) !important;
}

.hover\:bg-red-100\/5:hover{
  background-color: rgb(255 227 231 / 0.05) !important;
}

.hover\:bg-red-100\/50:hover{
  background-color: rgb(255 227 231 / 0.5) !important;
}

.hover\:bg-red-100\/55:hover{
  background-color: rgb(255 227 231 / 0.55) !important;
}

.hover\:bg-red-100\/60:hover{
  background-color: rgb(255 227 231 / 0.6) !important;
}

.hover\:bg-red-100\/65:hover{
  background-color: rgb(255 227 231 / 0.65) !important;
}

.hover\:bg-red-100\/70:hover{
  background-color: rgb(255 227 231 / 0.7) !important;
}

.hover\:bg-red-100\/75:hover{
  background-color: rgb(255 227 231 / 0.75) !important;
}

.hover\:bg-red-100\/80:hover{
  background-color: rgb(255 227 231 / 0.8) !important;
}

.hover\:bg-red-100\/85:hover{
  background-color: rgb(255 227 231 / 0.85) !important;
}

.hover\:bg-red-100\/90:hover{
  background-color: rgb(255 227 231 / 0.9) !important;
}

.hover\:bg-red-100\/95:hover{
  background-color: rgb(255 227 231 / 0.95) !important;
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 214 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-200\/0:hover{
  background-color: rgb(255 203 214 / 0) !important;
}

.hover\:bg-red-200\/10:hover{
  background-color: rgb(255 203 214 / 0.1) !important;
}

.hover\:bg-red-200\/100:hover{
  background-color: rgb(255 203 214 / 1) !important;
}

.hover\:bg-red-200\/15:hover{
  background-color: rgb(255 203 214 / 0.15) !important;
}

.hover\:bg-red-200\/20:hover{
  background-color: rgb(255 203 214 / 0.2) !important;
}

.hover\:bg-red-200\/25:hover{
  background-color: rgb(255 203 214 / 0.25) !important;
}

.hover\:bg-red-200\/30:hover{
  background-color: rgb(255 203 214 / 0.3) !important;
}

.hover\:bg-red-200\/35:hover{
  background-color: rgb(255 203 214 / 0.35) !important;
}

.hover\:bg-red-200\/40:hover{
  background-color: rgb(255 203 214 / 0.4) !important;
}

.hover\:bg-red-200\/45:hover{
  background-color: rgb(255 203 214 / 0.45) !important;
}

.hover\:bg-red-200\/5:hover{
  background-color: rgb(255 203 214 / 0.05) !important;
}

.hover\:bg-red-200\/50:hover{
  background-color: rgb(255 203 214 / 0.5) !important;
}

.hover\:bg-red-200\/55:hover{
  background-color: rgb(255 203 214 / 0.55) !important;
}

.hover\:bg-red-200\/60:hover{
  background-color: rgb(255 203 214 / 0.6) !important;
}

.hover\:bg-red-200\/65:hover{
  background-color: rgb(255 203 214 / 0.65) !important;
}

.hover\:bg-red-200\/70:hover{
  background-color: rgb(255 203 214 / 0.7) !important;
}

.hover\:bg-red-200\/75:hover{
  background-color: rgb(255 203 214 / 0.75) !important;
}

.hover\:bg-red-200\/80:hover{
  background-color: rgb(255 203 214 / 0.8) !important;
}

.hover\:bg-red-200\/85:hover{
  background-color: rgb(255 203 214 / 0.85) !important;
}

.hover\:bg-red-200\/90:hover{
  background-color: rgb(255 203 214 / 0.9) !important;
}

.hover\:bg-red-200\/95:hover{
  background-color: rgb(255 203 214 / 0.95) !important;
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 161 180 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-300\/0:hover{
  background-color: rgb(255 161 180 / 0) !important;
}

.hover\:bg-red-300\/10:hover{
  background-color: rgb(255 161 180 / 0.1) !important;
}

.hover\:bg-red-300\/100:hover{
  background-color: rgb(255 161 180 / 1) !important;
}

.hover\:bg-red-300\/15:hover{
  background-color: rgb(255 161 180 / 0.15) !important;
}

.hover\:bg-red-300\/20:hover{
  background-color: rgb(255 161 180 / 0.2) !important;
}

.hover\:bg-red-300\/25:hover{
  background-color: rgb(255 161 180 / 0.25) !important;
}

.hover\:bg-red-300\/30:hover{
  background-color: rgb(255 161 180 / 0.3) !important;
}

.hover\:bg-red-300\/35:hover{
  background-color: rgb(255 161 180 / 0.35) !important;
}

.hover\:bg-red-300\/40:hover{
  background-color: rgb(255 161 180 / 0.4) !important;
}

.hover\:bg-red-300\/45:hover{
  background-color: rgb(255 161 180 / 0.45) !important;
}

.hover\:bg-red-300\/5:hover{
  background-color: rgb(255 161 180 / 0.05) !important;
}

.hover\:bg-red-300\/50:hover{
  background-color: rgb(255 161 180 / 0.5) !important;
}

.hover\:bg-red-300\/55:hover{
  background-color: rgb(255 161 180 / 0.55) !important;
}

.hover\:bg-red-300\/60:hover{
  background-color: rgb(255 161 180 / 0.6) !important;
}

.hover\:bg-red-300\/65:hover{
  background-color: rgb(255 161 180 / 0.65) !important;
}

.hover\:bg-red-300\/70:hover{
  background-color: rgb(255 161 180 / 0.7) !important;
}

.hover\:bg-red-300\/75:hover{
  background-color: rgb(255 161 180 / 0.75) !important;
}

.hover\:bg-red-300\/80:hover{
  background-color: rgb(255 161 180 / 0.8) !important;
}

.hover\:bg-red-300\/85:hover{
  background-color: rgb(255 161 180 / 0.85) !important;
}

.hover\:bg-red-300\/90:hover{
  background-color: rgb(255 161 180 / 0.9) !important;
}

.hover\:bg-red-300\/95:hover{
  background-color: rgb(255 161 180 / 0.95) !important;
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 108 139 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-400\/0:hover{
  background-color: rgb(255 108 139 / 0) !important;
}

.hover\:bg-red-400\/10:hover{
  background-color: rgb(255 108 139 / 0.1) !important;
}

.hover\:bg-red-400\/100:hover{
  background-color: rgb(255 108 139 / 1) !important;
}

.hover\:bg-red-400\/15:hover{
  background-color: rgb(255 108 139 / 0.15) !important;
}

.hover\:bg-red-400\/20:hover{
  background-color: rgb(255 108 139 / 0.2) !important;
}

.hover\:bg-red-400\/25:hover{
  background-color: rgb(255 108 139 / 0.25) !important;
}

.hover\:bg-red-400\/30:hover{
  background-color: rgb(255 108 139 / 0.3) !important;
}

.hover\:bg-red-400\/35:hover{
  background-color: rgb(255 108 139 / 0.35) !important;
}

.hover\:bg-red-400\/40:hover{
  background-color: rgb(255 108 139 / 0.4) !important;
}

.hover\:bg-red-400\/45:hover{
  background-color: rgb(255 108 139 / 0.45) !important;
}

.hover\:bg-red-400\/5:hover{
  background-color: rgb(255 108 139 / 0.05) !important;
}

.hover\:bg-red-400\/50:hover{
  background-color: rgb(255 108 139 / 0.5) !important;
}

.hover\:bg-red-400\/55:hover{
  background-color: rgb(255 108 139 / 0.55) !important;
}

.hover\:bg-red-400\/60:hover{
  background-color: rgb(255 108 139 / 0.6) !important;
}

.hover\:bg-red-400\/65:hover{
  background-color: rgb(255 108 139 / 0.65) !important;
}

.hover\:bg-red-400\/70:hover{
  background-color: rgb(255 108 139 / 0.7) !important;
}

.hover\:bg-red-400\/75:hover{
  background-color: rgb(255 108 139 / 0.75) !important;
}

.hover\:bg-red-400\/80:hover{
  background-color: rgb(255 108 139 / 0.8) !important;
}

.hover\:bg-red-400\/85:hover{
  background-color: rgb(255 108 139 / 0.85) !important;
}

.hover\:bg-red-400\/90:hover{
  background-color: rgb(255 108 139 / 0.9) !important;
}

.hover\:bg-red-400\/95:hover{
  background-color: rgb(255 108 139 / 0.95) !important;
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-50\/0:hover{
  background-color: rgb(255 240 243 / 0) !important;
}

.hover\:bg-red-50\/10:hover{
  background-color: rgb(255 240 243 / 0.1) !important;
}

.hover\:bg-red-50\/100:hover{
  background-color: rgb(255 240 243 / 1) !important;
}

.hover\:bg-red-50\/15:hover{
  background-color: rgb(255 240 243 / 0.15) !important;
}

.hover\:bg-red-50\/20:hover{
  background-color: rgb(255 240 243 / 0.2) !important;
}

.hover\:bg-red-50\/25:hover{
  background-color: rgb(255 240 243 / 0.25) !important;
}

.hover\:bg-red-50\/30:hover{
  background-color: rgb(255 240 243 / 0.3) !important;
}

.hover\:bg-red-50\/35:hover{
  background-color: rgb(255 240 243 / 0.35) !important;
}

.hover\:bg-red-50\/40:hover{
  background-color: rgb(255 240 243 / 0.4) !important;
}

.hover\:bg-red-50\/45:hover{
  background-color: rgb(255 240 243 / 0.45) !important;
}

.hover\:bg-red-50\/5:hover{
  background-color: rgb(255 240 243 / 0.05) !important;
}

.hover\:bg-red-50\/50:hover{
  background-color: rgb(255 240 243 / 0.5) !important;
}

.hover\:bg-red-50\/55:hover{
  background-color: rgb(255 240 243 / 0.55) !important;
}

.hover\:bg-red-50\/60:hover{
  background-color: rgb(255 240 243 / 0.6) !important;
}

.hover\:bg-red-50\/65:hover{
  background-color: rgb(255 240 243 / 0.65) !important;
}

.hover\:bg-red-50\/70:hover{
  background-color: rgb(255 240 243 / 0.7) !important;
}

.hover\:bg-red-50\/75:hover{
  background-color: rgb(255 240 243 / 0.75) !important;
}

.hover\:bg-red-50\/80:hover{
  background-color: rgb(255 240 243 / 0.8) !important;
}

.hover\:bg-red-50\/85:hover{
  background-color: rgb(255 240 243 / 0.85) !important;
}

.hover\:bg-red-50\/90:hover{
  background-color: rgb(255 240 243 / 0.9) !important;
}

.hover\:bg-red-50\/95:hover{
  background-color: rgb(255 240 243 / 0.95) !important;
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-500\/0:hover{
  background-color: rgb(250 34 86 / 0) !important;
}

.hover\:bg-red-500\/10:hover{
  background-color: rgb(250 34 86 / 0.1) !important;
}

.hover\:bg-red-500\/100:hover{
  background-color: rgb(250 34 86 / 1) !important;
}

.hover\:bg-red-500\/15:hover{
  background-color: rgb(250 34 86 / 0.15) !important;
}

.hover\:bg-red-500\/20:hover{
  background-color: rgb(250 34 86 / 0.2) !important;
}

.hover\:bg-red-500\/25:hover{
  background-color: rgb(250 34 86 / 0.25) !important;
}

.hover\:bg-red-500\/30:hover{
  background-color: rgb(250 34 86 / 0.3) !important;
}

.hover\:bg-red-500\/35:hover{
  background-color: rgb(250 34 86 / 0.35) !important;
}

.hover\:bg-red-500\/40:hover{
  background-color: rgb(250 34 86 / 0.4) !important;
}

.hover\:bg-red-500\/45:hover{
  background-color: rgb(250 34 86 / 0.45) !important;
}

.hover\:bg-red-500\/5:hover{
  background-color: rgb(250 34 86 / 0.05) !important;
}

.hover\:bg-red-500\/50:hover{
  background-color: rgb(250 34 86 / 0.5) !important;
}

.hover\:bg-red-500\/55:hover{
  background-color: rgb(250 34 86 / 0.55) !important;
}

.hover\:bg-red-500\/60:hover{
  background-color: rgb(250 34 86 / 0.6) !important;
}

.hover\:bg-red-500\/65:hover{
  background-color: rgb(250 34 86 / 0.65) !important;
}

.hover\:bg-red-500\/70:hover{
  background-color: rgb(250 34 86 / 0.7) !important;
}

.hover\:bg-red-500\/75:hover{
  background-color: rgb(250 34 86 / 0.75) !important;
}

.hover\:bg-red-500\/80:hover{
  background-color: rgb(250 34 86 / 0.8) !important;
}

.hover\:bg-red-500\/85:hover{
  background-color: rgb(250 34 86 / 0.85) !important;
}

.hover\:bg-red-500\/90:hover{
  background-color: rgb(250 34 86 / 0.9) !important;
}

.hover\:bg-red-500\/95:hover{
  background-color: rgb(250 34 86 / 0.95) !important;
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 22 83 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-600\/0:hover{
  background-color: rgb(232 22 83 / 0) !important;
}

.hover\:bg-red-600\/10:hover{
  background-color: rgb(232 22 83 / 0.1) !important;
}

.hover\:bg-red-600\/100:hover{
  background-color: rgb(232 22 83 / 1) !important;
}

.hover\:bg-red-600\/15:hover{
  background-color: rgb(232 22 83 / 0.15) !important;
}

.hover\:bg-red-600\/20:hover{
  background-color: rgb(232 22 83 / 0.2) !important;
}

.hover\:bg-red-600\/25:hover{
  background-color: rgb(232 22 83 / 0.25) !important;
}

.hover\:bg-red-600\/30:hover{
  background-color: rgb(232 22 83 / 0.3) !important;
}

.hover\:bg-red-600\/35:hover{
  background-color: rgb(232 22 83 / 0.35) !important;
}

.hover\:bg-red-600\/40:hover{
  background-color: rgb(232 22 83 / 0.4) !important;
}

.hover\:bg-red-600\/45:hover{
  background-color: rgb(232 22 83 / 0.45) !important;
}

.hover\:bg-red-600\/5:hover{
  background-color: rgb(232 22 83 / 0.05) !important;
}

.hover\:bg-red-600\/50:hover{
  background-color: rgb(232 22 83 / 0.5) !important;
}

.hover\:bg-red-600\/55:hover{
  background-color: rgb(232 22 83 / 0.55) !important;
}

.hover\:bg-red-600\/60:hover{
  background-color: rgb(232 22 83 / 0.6) !important;
}

.hover\:bg-red-600\/65:hover{
  background-color: rgb(232 22 83 / 0.65) !important;
}

.hover\:bg-red-600\/70:hover{
  background-color: rgb(232 22 83 / 0.7) !important;
}

.hover\:bg-red-600\/75:hover{
  background-color: rgb(232 22 83 / 0.75) !important;
}

.hover\:bg-red-600\/80:hover{
  background-color: rgb(232 22 83 / 0.8) !important;
}

.hover\:bg-red-600\/85:hover{
  background-color: rgb(232 22 83 / 0.85) !important;
}

.hover\:bg-red-600\/90:hover{
  background-color: rgb(232 22 83 / 0.9) !important;
}

.hover\:bg-red-600\/95:hover{
  background-color: rgb(232 22 83 / 0.95) !important;
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 12 70 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-700\/0:hover{
  background-color: rgb(196 12 70 / 0) !important;
}

.hover\:bg-red-700\/10:hover{
  background-color: rgb(196 12 70 / 0.1) !important;
}

.hover\:bg-red-700\/100:hover{
  background-color: rgb(196 12 70 / 1) !important;
}

.hover\:bg-red-700\/15:hover{
  background-color: rgb(196 12 70 / 0.15) !important;
}

.hover\:bg-red-700\/20:hover{
  background-color: rgb(196 12 70 / 0.2) !important;
}

.hover\:bg-red-700\/25:hover{
  background-color: rgb(196 12 70 / 0.25) !important;
}

.hover\:bg-red-700\/30:hover{
  background-color: rgb(196 12 70 / 0.3) !important;
}

.hover\:bg-red-700\/35:hover{
  background-color: rgb(196 12 70 / 0.35) !important;
}

.hover\:bg-red-700\/40:hover{
  background-color: rgb(196 12 70 / 0.4) !important;
}

.hover\:bg-red-700\/45:hover{
  background-color: rgb(196 12 70 / 0.45) !important;
}

.hover\:bg-red-700\/5:hover{
  background-color: rgb(196 12 70 / 0.05) !important;
}

.hover\:bg-red-700\/50:hover{
  background-color: rgb(196 12 70 / 0.5) !important;
}

.hover\:bg-red-700\/55:hover{
  background-color: rgb(196 12 70 / 0.55) !important;
}

.hover\:bg-red-700\/60:hover{
  background-color: rgb(196 12 70 / 0.6) !important;
}

.hover\:bg-red-700\/65:hover{
  background-color: rgb(196 12 70 / 0.65) !important;
}

.hover\:bg-red-700\/70:hover{
  background-color: rgb(196 12 70 / 0.7) !important;
}

.hover\:bg-red-700\/75:hover{
  background-color: rgb(196 12 70 / 0.75) !important;
}

.hover\:bg-red-700\/80:hover{
  background-color: rgb(196 12 70 / 0.8) !important;
}

.hover\:bg-red-700\/85:hover{
  background-color: rgb(196 12 70 / 0.85) !important;
}

.hover\:bg-red-700\/90:hover{
  background-color: rgb(196 12 70 / 0.9) !important;
}

.hover\:bg-red-700\/95:hover{
  background-color: rgb(196 12 70 / 0.95) !important;
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 13 65 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-800\/0:hover{
  background-color: rgb(164 13 65 / 0) !important;
}

.hover\:bg-red-800\/10:hover{
  background-color: rgb(164 13 65 / 0.1) !important;
}

.hover\:bg-red-800\/100:hover{
  background-color: rgb(164 13 65 / 1) !important;
}

.hover\:bg-red-800\/15:hover{
  background-color: rgb(164 13 65 / 0.15) !important;
}

.hover\:bg-red-800\/20:hover{
  background-color: rgb(164 13 65 / 0.2) !important;
}

.hover\:bg-red-800\/25:hover{
  background-color: rgb(164 13 65 / 0.25) !important;
}

.hover\:bg-red-800\/30:hover{
  background-color: rgb(164 13 65 / 0.3) !important;
}

.hover\:bg-red-800\/35:hover{
  background-color: rgb(164 13 65 / 0.35) !important;
}

.hover\:bg-red-800\/40:hover{
  background-color: rgb(164 13 65 / 0.4) !important;
}

.hover\:bg-red-800\/45:hover{
  background-color: rgb(164 13 65 / 0.45) !important;
}

.hover\:bg-red-800\/5:hover{
  background-color: rgb(164 13 65 / 0.05) !important;
}

.hover\:bg-red-800\/50:hover{
  background-color: rgb(164 13 65 / 0.5) !important;
}

.hover\:bg-red-800\/55:hover{
  background-color: rgb(164 13 65 / 0.55) !important;
}

.hover\:bg-red-800\/60:hover{
  background-color: rgb(164 13 65 / 0.6) !important;
}

.hover\:bg-red-800\/65:hover{
  background-color: rgb(164 13 65 / 0.65) !important;
}

.hover\:bg-red-800\/70:hover{
  background-color: rgb(164 13 65 / 0.7) !important;
}

.hover\:bg-red-800\/75:hover{
  background-color: rgb(164 13 65 / 0.75) !important;
}

.hover\:bg-red-800\/80:hover{
  background-color: rgb(164 13 65 / 0.8) !important;
}

.hover\:bg-red-800\/85:hover{
  background-color: rgb(164 13 65 / 0.85) !important;
}

.hover\:bg-red-800\/90:hover{
  background-color: rgb(164 13 65 / 0.9) !important;
}

.hover\:bg-red-800\/95:hover{
  background-color: rgb(164 13 65 / 0.95) !important;
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 15 62 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-900\/0:hover{
  background-color: rgb(140 15 62 / 0) !important;
}

.hover\:bg-red-900\/10:hover{
  background-color: rgb(140 15 62 / 0.1) !important;
}

.hover\:bg-red-900\/100:hover{
  background-color: rgb(140 15 62 / 1) !important;
}

.hover\:bg-red-900\/15:hover{
  background-color: rgb(140 15 62 / 0.15) !important;
}

.hover\:bg-red-900\/20:hover{
  background-color: rgb(140 15 62 / 0.2) !important;
}

.hover\:bg-red-900\/25:hover{
  background-color: rgb(140 15 62 / 0.25) !important;
}

.hover\:bg-red-900\/30:hover{
  background-color: rgb(140 15 62 / 0.3) !important;
}

.hover\:bg-red-900\/35:hover{
  background-color: rgb(140 15 62 / 0.35) !important;
}

.hover\:bg-red-900\/40:hover{
  background-color: rgb(140 15 62 / 0.4) !important;
}

.hover\:bg-red-900\/45:hover{
  background-color: rgb(140 15 62 / 0.45) !important;
}

.hover\:bg-red-900\/5:hover{
  background-color: rgb(140 15 62 / 0.05) !important;
}

.hover\:bg-red-900\/50:hover{
  background-color: rgb(140 15 62 / 0.5) !important;
}

.hover\:bg-red-900\/55:hover{
  background-color: rgb(140 15 62 / 0.55) !important;
}

.hover\:bg-red-900\/60:hover{
  background-color: rgb(140 15 62 / 0.6) !important;
}

.hover\:bg-red-900\/65:hover{
  background-color: rgb(140 15 62 / 0.65) !important;
}

.hover\:bg-red-900\/70:hover{
  background-color: rgb(140 15 62 / 0.7) !important;
}

.hover\:bg-red-900\/75:hover{
  background-color: rgb(140 15 62 / 0.75) !important;
}

.hover\:bg-red-900\/80:hover{
  background-color: rgb(140 15 62 / 0.8) !important;
}

.hover\:bg-red-900\/85:hover{
  background-color: rgb(140 15 62 / 0.85) !important;
}

.hover\:bg-red-900\/90:hover{
  background-color: rgb(140 15 62 / 0.9) !important;
}

.hover\:bg-red-900\/95:hover{
  background-color: rgb(140 15 62 / 0.95) !important;
}

.hover\:bg-red-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 2 29 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-950\/0:hover{
  background-color: rgb(79 2 29 / 0) !important;
}

.hover\:bg-red-950\/10:hover{
  background-color: rgb(79 2 29 / 0.1) !important;
}

.hover\:bg-red-950\/100:hover{
  background-color: rgb(79 2 29 / 1) !important;
}

.hover\:bg-red-950\/15:hover{
  background-color: rgb(79 2 29 / 0.15) !important;
}

.hover\:bg-red-950\/20:hover{
  background-color: rgb(79 2 29 / 0.2) !important;
}

.hover\:bg-red-950\/25:hover{
  background-color: rgb(79 2 29 / 0.25) !important;
}

.hover\:bg-red-950\/30:hover{
  background-color: rgb(79 2 29 / 0.3) !important;
}

.hover\:bg-red-950\/35:hover{
  background-color: rgb(79 2 29 / 0.35) !important;
}

.hover\:bg-red-950\/40:hover{
  background-color: rgb(79 2 29 / 0.4) !important;
}

.hover\:bg-red-950\/45:hover{
  background-color: rgb(79 2 29 / 0.45) !important;
}

.hover\:bg-red-950\/5:hover{
  background-color: rgb(79 2 29 / 0.05) !important;
}

.hover\:bg-red-950\/50:hover{
  background-color: rgb(79 2 29 / 0.5) !important;
}

.hover\:bg-red-950\/55:hover{
  background-color: rgb(79 2 29 / 0.55) !important;
}

.hover\:bg-red-950\/60:hover{
  background-color: rgb(79 2 29 / 0.6) !important;
}

.hover\:bg-red-950\/65:hover{
  background-color: rgb(79 2 29 / 0.65) !important;
}

.hover\:bg-red-950\/70:hover{
  background-color: rgb(79 2 29 / 0.7) !important;
}

.hover\:bg-red-950\/75:hover{
  background-color: rgb(79 2 29 / 0.75) !important;
}

.hover\:bg-red-950\/80:hover{
  background-color: rgb(79 2 29 / 0.8) !important;
}

.hover\:bg-red-950\/85:hover{
  background-color: rgb(79 2 29 / 0.85) !important;
}

.hover\:bg-red-950\/90:hover{
  background-color: rgb(79 2 29 / 0.9) !important;
}

.hover\:bg-red-950\/95:hover{
  background-color: rgb(79 2 29 / 0.95) !important;
}

.hover\:bg-rosebrown-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 212 220 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-100\/0:hover{
  background-color: rgb(228 212 220 / 0) !important;
}

.hover\:bg-rosebrown-100\/10:hover{
  background-color: rgb(228 212 220 / 0.1) !important;
}

.hover\:bg-rosebrown-100\/100:hover{
  background-color: rgb(228 212 220 / 1) !important;
}

.hover\:bg-rosebrown-100\/15:hover{
  background-color: rgb(228 212 220 / 0.15) !important;
}

.hover\:bg-rosebrown-100\/20:hover{
  background-color: rgb(228 212 220 / 0.2) !important;
}

.hover\:bg-rosebrown-100\/25:hover{
  background-color: rgb(228 212 220 / 0.25) !important;
}

.hover\:bg-rosebrown-100\/30:hover{
  background-color: rgb(228 212 220 / 0.3) !important;
}

.hover\:bg-rosebrown-100\/35:hover{
  background-color: rgb(228 212 220 / 0.35) !important;
}

.hover\:bg-rosebrown-100\/40:hover{
  background-color: rgb(228 212 220 / 0.4) !important;
}

.hover\:bg-rosebrown-100\/45:hover{
  background-color: rgb(228 212 220 / 0.45) !important;
}

.hover\:bg-rosebrown-100\/5:hover{
  background-color: rgb(228 212 220 / 0.05) !important;
}

.hover\:bg-rosebrown-100\/50:hover{
  background-color: rgb(228 212 220 / 0.5) !important;
}

.hover\:bg-rosebrown-100\/55:hover{
  background-color: rgb(228 212 220 / 0.55) !important;
}

.hover\:bg-rosebrown-100\/60:hover{
  background-color: rgb(228 212 220 / 0.6) !important;
}

.hover\:bg-rosebrown-100\/65:hover{
  background-color: rgb(228 212 220 / 0.65) !important;
}

.hover\:bg-rosebrown-100\/70:hover{
  background-color: rgb(228 212 220 / 0.7) !important;
}

.hover\:bg-rosebrown-100\/75:hover{
  background-color: rgb(228 212 220 / 0.75) !important;
}

.hover\:bg-rosebrown-100\/80:hover{
  background-color: rgb(228 212 220 / 0.8) !important;
}

.hover\:bg-rosebrown-100\/85:hover{
  background-color: rgb(228 212 220 / 0.85) !important;
}

.hover\:bg-rosebrown-100\/90:hover{
  background-color: rgb(228 212 220 / 0.9) !important;
}

.hover\:bg-rosebrown-100\/95:hover{
  background-color: rgb(228 212 220 / 0.95) !important;
}

.hover\:bg-rosebrown-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 184 196 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-200\/0:hover{
  background-color: rgb(210 184 196 / 0) !important;
}

.hover\:bg-rosebrown-200\/10:hover{
  background-color: rgb(210 184 196 / 0.1) !important;
}

.hover\:bg-rosebrown-200\/100:hover{
  background-color: rgb(210 184 196 / 1) !important;
}

.hover\:bg-rosebrown-200\/15:hover{
  background-color: rgb(210 184 196 / 0.15) !important;
}

.hover\:bg-rosebrown-200\/20:hover{
  background-color: rgb(210 184 196 / 0.2) !important;
}

.hover\:bg-rosebrown-200\/25:hover{
  background-color: rgb(210 184 196 / 0.25) !important;
}

.hover\:bg-rosebrown-200\/30:hover{
  background-color: rgb(210 184 196 / 0.3) !important;
}

.hover\:bg-rosebrown-200\/35:hover{
  background-color: rgb(210 184 196 / 0.35) !important;
}

.hover\:bg-rosebrown-200\/40:hover{
  background-color: rgb(210 184 196 / 0.4) !important;
}

.hover\:bg-rosebrown-200\/45:hover{
  background-color: rgb(210 184 196 / 0.45) !important;
}

.hover\:bg-rosebrown-200\/5:hover{
  background-color: rgb(210 184 196 / 0.05) !important;
}

.hover\:bg-rosebrown-200\/50:hover{
  background-color: rgb(210 184 196 / 0.5) !important;
}

.hover\:bg-rosebrown-200\/55:hover{
  background-color: rgb(210 184 196 / 0.55) !important;
}

.hover\:bg-rosebrown-200\/60:hover{
  background-color: rgb(210 184 196 / 0.6) !important;
}

.hover\:bg-rosebrown-200\/65:hover{
  background-color: rgb(210 184 196 / 0.65) !important;
}

.hover\:bg-rosebrown-200\/70:hover{
  background-color: rgb(210 184 196 / 0.7) !important;
}

.hover\:bg-rosebrown-200\/75:hover{
  background-color: rgb(210 184 196 / 0.75) !important;
}

.hover\:bg-rosebrown-200\/80:hover{
  background-color: rgb(210 184 196 / 0.8) !important;
}

.hover\:bg-rosebrown-200\/85:hover{
  background-color: rgb(210 184 196 / 0.85) !important;
}

.hover\:bg-rosebrown-200\/90:hover{
  background-color: rgb(210 184 196 / 0.9) !important;
}

.hover\:bg-rosebrown-200\/95:hover{
  background-color: rgb(210 184 196 / 0.95) !important;
}

.hover\:bg-rosebrown-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 156 172 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-300\/0:hover{
  background-color: rgb(192 156 172 / 0) !important;
}

.hover\:bg-rosebrown-300\/10:hover{
  background-color: rgb(192 156 172 / 0.1) !important;
}

.hover\:bg-rosebrown-300\/100:hover{
  background-color: rgb(192 156 172 / 1) !important;
}

.hover\:bg-rosebrown-300\/15:hover{
  background-color: rgb(192 156 172 / 0.15) !important;
}

.hover\:bg-rosebrown-300\/20:hover{
  background-color: rgb(192 156 172 / 0.2) !important;
}

.hover\:bg-rosebrown-300\/25:hover{
  background-color: rgb(192 156 172 / 0.25) !important;
}

.hover\:bg-rosebrown-300\/30:hover{
  background-color: rgb(192 156 172 / 0.3) !important;
}

.hover\:bg-rosebrown-300\/35:hover{
  background-color: rgb(192 156 172 / 0.35) !important;
}

.hover\:bg-rosebrown-300\/40:hover{
  background-color: rgb(192 156 172 / 0.4) !important;
}

.hover\:bg-rosebrown-300\/45:hover{
  background-color: rgb(192 156 172 / 0.45) !important;
}

.hover\:bg-rosebrown-300\/5:hover{
  background-color: rgb(192 156 172 / 0.05) !important;
}

.hover\:bg-rosebrown-300\/50:hover{
  background-color: rgb(192 156 172 / 0.5) !important;
}

.hover\:bg-rosebrown-300\/55:hover{
  background-color: rgb(192 156 172 / 0.55) !important;
}

.hover\:bg-rosebrown-300\/60:hover{
  background-color: rgb(192 156 172 / 0.6) !important;
}

.hover\:bg-rosebrown-300\/65:hover{
  background-color: rgb(192 156 172 / 0.65) !important;
}

.hover\:bg-rosebrown-300\/70:hover{
  background-color: rgb(192 156 172 / 0.7) !important;
}

.hover\:bg-rosebrown-300\/75:hover{
  background-color: rgb(192 156 172 / 0.75) !important;
}

.hover\:bg-rosebrown-300\/80:hover{
  background-color: rgb(192 156 172 / 0.8) !important;
}

.hover\:bg-rosebrown-300\/85:hover{
  background-color: rgb(192 156 172 / 0.85) !important;
}

.hover\:bg-rosebrown-300\/90:hover{
  background-color: rgb(192 156 172 / 0.9) !important;
}

.hover\:bg-rosebrown-300\/95:hover{
  background-color: rgb(192 156 172 / 0.95) !important;
}

.hover\:bg-rosebrown-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 134 155 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-400\/0:hover{
  background-color: rgb(179 134 155 / 0) !important;
}

.hover\:bg-rosebrown-400\/10:hover{
  background-color: rgb(179 134 155 / 0.1) !important;
}

.hover\:bg-rosebrown-400\/100:hover{
  background-color: rgb(179 134 155 / 1) !important;
}

.hover\:bg-rosebrown-400\/15:hover{
  background-color: rgb(179 134 155 / 0.15) !important;
}

.hover\:bg-rosebrown-400\/20:hover{
  background-color: rgb(179 134 155 / 0.2) !important;
}

.hover\:bg-rosebrown-400\/25:hover{
  background-color: rgb(179 134 155 / 0.25) !important;
}

.hover\:bg-rosebrown-400\/30:hover{
  background-color: rgb(179 134 155 / 0.3) !important;
}

.hover\:bg-rosebrown-400\/35:hover{
  background-color: rgb(179 134 155 / 0.35) !important;
}

.hover\:bg-rosebrown-400\/40:hover{
  background-color: rgb(179 134 155 / 0.4) !important;
}

.hover\:bg-rosebrown-400\/45:hover{
  background-color: rgb(179 134 155 / 0.45) !important;
}

.hover\:bg-rosebrown-400\/5:hover{
  background-color: rgb(179 134 155 / 0.05) !important;
}

.hover\:bg-rosebrown-400\/50:hover{
  background-color: rgb(179 134 155 / 0.5) !important;
}

.hover\:bg-rosebrown-400\/55:hover{
  background-color: rgb(179 134 155 / 0.55) !important;
}

.hover\:bg-rosebrown-400\/60:hover{
  background-color: rgb(179 134 155 / 0.6) !important;
}

.hover\:bg-rosebrown-400\/65:hover{
  background-color: rgb(179 134 155 / 0.65) !important;
}

.hover\:bg-rosebrown-400\/70:hover{
  background-color: rgb(179 134 155 / 0.7) !important;
}

.hover\:bg-rosebrown-400\/75:hover{
  background-color: rgb(179 134 155 / 0.75) !important;
}

.hover\:bg-rosebrown-400\/80:hover{
  background-color: rgb(179 134 155 / 0.8) !important;
}

.hover\:bg-rosebrown-400\/85:hover{
  background-color: rgb(179 134 155 / 0.85) !important;
}

.hover\:bg-rosebrown-400\/90:hover{
  background-color: rgb(179 134 155 / 0.9) !important;
}

.hover\:bg-rosebrown-400\/95:hover{
  background-color: rgb(179 134 155 / 0.95) !important;
}

.hover\:bg-rosebrown-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 238 241 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-50\/0:hover{
  background-color: rgb(244 238 241 / 0) !important;
}

.hover\:bg-rosebrown-50\/10:hover{
  background-color: rgb(244 238 241 / 0.1) !important;
}

.hover\:bg-rosebrown-50\/100:hover{
  background-color: rgb(244 238 241 / 1) !important;
}

.hover\:bg-rosebrown-50\/15:hover{
  background-color: rgb(244 238 241 / 0.15) !important;
}

.hover\:bg-rosebrown-50\/20:hover{
  background-color: rgb(244 238 241 / 0.2) !important;
}

.hover\:bg-rosebrown-50\/25:hover{
  background-color: rgb(244 238 241 / 0.25) !important;
}

.hover\:bg-rosebrown-50\/30:hover{
  background-color: rgb(244 238 241 / 0.3) !important;
}

.hover\:bg-rosebrown-50\/35:hover{
  background-color: rgb(244 238 241 / 0.35) !important;
}

.hover\:bg-rosebrown-50\/40:hover{
  background-color: rgb(244 238 241 / 0.4) !important;
}

.hover\:bg-rosebrown-50\/45:hover{
  background-color: rgb(244 238 241 / 0.45) !important;
}

.hover\:bg-rosebrown-50\/5:hover{
  background-color: rgb(244 238 241 / 0.05) !important;
}

.hover\:bg-rosebrown-50\/50:hover{
  background-color: rgb(244 238 241 / 0.5) !important;
}

.hover\:bg-rosebrown-50\/55:hover{
  background-color: rgb(244 238 241 / 0.55) !important;
}

.hover\:bg-rosebrown-50\/60:hover{
  background-color: rgb(244 238 241 / 0.6) !important;
}

.hover\:bg-rosebrown-50\/65:hover{
  background-color: rgb(244 238 241 / 0.65) !important;
}

.hover\:bg-rosebrown-50\/70:hover{
  background-color: rgb(244 238 241 / 0.7) !important;
}

.hover\:bg-rosebrown-50\/75:hover{
  background-color: rgb(244 238 241 / 0.75) !important;
}

.hover\:bg-rosebrown-50\/80:hover{
  background-color: rgb(244 238 241 / 0.8) !important;
}

.hover\:bg-rosebrown-50\/85:hover{
  background-color: rgb(244 238 241 / 0.85) !important;
}

.hover\:bg-rosebrown-50\/90:hover{
  background-color: rgb(244 238 241 / 0.9) !important;
}

.hover\:bg-rosebrown-50\/95:hover{
  background-color: rgb(244 238 241 / 0.95) !important;
}

.hover\:bg-rosebrown-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-500\/0:hover{
  background-color: rgb(165 113 137 / 0) !important;
}

.hover\:bg-rosebrown-500\/10:hover{
  background-color: rgb(165 113 137 / 0.1) !important;
}

.hover\:bg-rosebrown-500\/100:hover{
  background-color: rgb(165 113 137 / 1) !important;
}

.hover\:bg-rosebrown-500\/15:hover{
  background-color: rgb(165 113 137 / 0.15) !important;
}

.hover\:bg-rosebrown-500\/20:hover{
  background-color: rgb(165 113 137 / 0.2) !important;
}

.hover\:bg-rosebrown-500\/25:hover{
  background-color: rgb(165 113 137 / 0.25) !important;
}

.hover\:bg-rosebrown-500\/30:hover{
  background-color: rgb(165 113 137 / 0.3) !important;
}

.hover\:bg-rosebrown-500\/35:hover{
  background-color: rgb(165 113 137 / 0.35) !important;
}

.hover\:bg-rosebrown-500\/40:hover{
  background-color: rgb(165 113 137 / 0.4) !important;
}

.hover\:bg-rosebrown-500\/45:hover{
  background-color: rgb(165 113 137 / 0.45) !important;
}

.hover\:bg-rosebrown-500\/5:hover{
  background-color: rgb(165 113 137 / 0.05) !important;
}

.hover\:bg-rosebrown-500\/50:hover{
  background-color: rgb(165 113 137 / 0.5) !important;
}

.hover\:bg-rosebrown-500\/55:hover{
  background-color: rgb(165 113 137 / 0.55) !important;
}

.hover\:bg-rosebrown-500\/60:hover{
  background-color: rgb(165 113 137 / 0.6) !important;
}

.hover\:bg-rosebrown-500\/65:hover{
  background-color: rgb(165 113 137 / 0.65) !important;
}

.hover\:bg-rosebrown-500\/70:hover{
  background-color: rgb(165 113 137 / 0.7) !important;
}

.hover\:bg-rosebrown-500\/75:hover{
  background-color: rgb(165 113 137 / 0.75) !important;
}

.hover\:bg-rosebrown-500\/80:hover{
  background-color: rgb(165 113 137 / 0.8) !important;
}

.hover\:bg-rosebrown-500\/85:hover{
  background-color: rgb(165 113 137 / 0.85) !important;
}

.hover\:bg-rosebrown-500\/90:hover{
  background-color: rgb(165 113 137 / 0.9) !important;
}

.hover\:bg-rosebrown-500\/95:hover{
  background-color: rgb(165 113 137 / 0.95) !important;
}

.hover\:bg-rosebrown-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 105 129 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-600\/0:hover{
  background-color: rgb(157 105 129 / 0) !important;
}

.hover\:bg-rosebrown-600\/10:hover{
  background-color: rgb(157 105 129 / 0.1) !important;
}

.hover\:bg-rosebrown-600\/100:hover{
  background-color: rgb(157 105 129 / 1) !important;
}

.hover\:bg-rosebrown-600\/15:hover{
  background-color: rgb(157 105 129 / 0.15) !important;
}

.hover\:bg-rosebrown-600\/20:hover{
  background-color: rgb(157 105 129 / 0.2) !important;
}

.hover\:bg-rosebrown-600\/25:hover{
  background-color: rgb(157 105 129 / 0.25) !important;
}

.hover\:bg-rosebrown-600\/30:hover{
  background-color: rgb(157 105 129 / 0.3) !important;
}

.hover\:bg-rosebrown-600\/35:hover{
  background-color: rgb(157 105 129 / 0.35) !important;
}

.hover\:bg-rosebrown-600\/40:hover{
  background-color: rgb(157 105 129 / 0.4) !important;
}

.hover\:bg-rosebrown-600\/45:hover{
  background-color: rgb(157 105 129 / 0.45) !important;
}

.hover\:bg-rosebrown-600\/5:hover{
  background-color: rgb(157 105 129 / 0.05) !important;
}

.hover\:bg-rosebrown-600\/50:hover{
  background-color: rgb(157 105 129 / 0.5) !important;
}

.hover\:bg-rosebrown-600\/55:hover{
  background-color: rgb(157 105 129 / 0.55) !important;
}

.hover\:bg-rosebrown-600\/60:hover{
  background-color: rgb(157 105 129 / 0.6) !important;
}

.hover\:bg-rosebrown-600\/65:hover{
  background-color: rgb(157 105 129 / 0.65) !important;
}

.hover\:bg-rosebrown-600\/70:hover{
  background-color: rgb(157 105 129 / 0.7) !important;
}

.hover\:bg-rosebrown-600\/75:hover{
  background-color: rgb(157 105 129 / 0.75) !important;
}

.hover\:bg-rosebrown-600\/80:hover{
  background-color: rgb(157 105 129 / 0.8) !important;
}

.hover\:bg-rosebrown-600\/85:hover{
  background-color: rgb(157 105 129 / 0.85) !important;
}

.hover\:bg-rosebrown-600\/90:hover{
  background-color: rgb(157 105 129 / 0.9) !important;
}

.hover\:bg-rosebrown-600\/95:hover{
  background-color: rgb(157 105 129 / 0.95) !important;
}

.hover\:bg-rosebrown-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 94 118 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-700\/0:hover{
  background-color: rgb(147 94 118 / 0) !important;
}

.hover\:bg-rosebrown-700\/10:hover{
  background-color: rgb(147 94 118 / 0.1) !important;
}

.hover\:bg-rosebrown-700\/100:hover{
  background-color: rgb(147 94 118 / 1) !important;
}

.hover\:bg-rosebrown-700\/15:hover{
  background-color: rgb(147 94 118 / 0.15) !important;
}

.hover\:bg-rosebrown-700\/20:hover{
  background-color: rgb(147 94 118 / 0.2) !important;
}

.hover\:bg-rosebrown-700\/25:hover{
  background-color: rgb(147 94 118 / 0.25) !important;
}

.hover\:bg-rosebrown-700\/30:hover{
  background-color: rgb(147 94 118 / 0.3) !important;
}

.hover\:bg-rosebrown-700\/35:hover{
  background-color: rgb(147 94 118 / 0.35) !important;
}

.hover\:bg-rosebrown-700\/40:hover{
  background-color: rgb(147 94 118 / 0.4) !important;
}

.hover\:bg-rosebrown-700\/45:hover{
  background-color: rgb(147 94 118 / 0.45) !important;
}

.hover\:bg-rosebrown-700\/5:hover{
  background-color: rgb(147 94 118 / 0.05) !important;
}

.hover\:bg-rosebrown-700\/50:hover{
  background-color: rgb(147 94 118 / 0.5) !important;
}

.hover\:bg-rosebrown-700\/55:hover{
  background-color: rgb(147 94 118 / 0.55) !important;
}

.hover\:bg-rosebrown-700\/60:hover{
  background-color: rgb(147 94 118 / 0.6) !important;
}

.hover\:bg-rosebrown-700\/65:hover{
  background-color: rgb(147 94 118 / 0.65) !important;
}

.hover\:bg-rosebrown-700\/70:hover{
  background-color: rgb(147 94 118 / 0.7) !important;
}

.hover\:bg-rosebrown-700\/75:hover{
  background-color: rgb(147 94 118 / 0.75) !important;
}

.hover\:bg-rosebrown-700\/80:hover{
  background-color: rgb(147 94 118 / 0.8) !important;
}

.hover\:bg-rosebrown-700\/85:hover{
  background-color: rgb(147 94 118 / 0.85) !important;
}

.hover\:bg-rosebrown-700\/90:hover{
  background-color: rgb(147 94 118 / 0.9) !important;
}

.hover\:bg-rosebrown-700\/95:hover{
  background-color: rgb(147 94 118 / 0.95) !important;
}

.hover\:bg-rosebrown-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 84 108 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-800\/0:hover{
  background-color: rgb(138 84 108 / 0) !important;
}

.hover\:bg-rosebrown-800\/10:hover{
  background-color: rgb(138 84 108 / 0.1) !important;
}

.hover\:bg-rosebrown-800\/100:hover{
  background-color: rgb(138 84 108 / 1) !important;
}

.hover\:bg-rosebrown-800\/15:hover{
  background-color: rgb(138 84 108 / 0.15) !important;
}

.hover\:bg-rosebrown-800\/20:hover{
  background-color: rgb(138 84 108 / 0.2) !important;
}

.hover\:bg-rosebrown-800\/25:hover{
  background-color: rgb(138 84 108 / 0.25) !important;
}

.hover\:bg-rosebrown-800\/30:hover{
  background-color: rgb(138 84 108 / 0.3) !important;
}

.hover\:bg-rosebrown-800\/35:hover{
  background-color: rgb(138 84 108 / 0.35) !important;
}

.hover\:bg-rosebrown-800\/40:hover{
  background-color: rgb(138 84 108 / 0.4) !important;
}

.hover\:bg-rosebrown-800\/45:hover{
  background-color: rgb(138 84 108 / 0.45) !important;
}

.hover\:bg-rosebrown-800\/5:hover{
  background-color: rgb(138 84 108 / 0.05) !important;
}

.hover\:bg-rosebrown-800\/50:hover{
  background-color: rgb(138 84 108 / 0.5) !important;
}

.hover\:bg-rosebrown-800\/55:hover{
  background-color: rgb(138 84 108 / 0.55) !important;
}

.hover\:bg-rosebrown-800\/60:hover{
  background-color: rgb(138 84 108 / 0.6) !important;
}

.hover\:bg-rosebrown-800\/65:hover{
  background-color: rgb(138 84 108 / 0.65) !important;
}

.hover\:bg-rosebrown-800\/70:hover{
  background-color: rgb(138 84 108 / 0.7) !important;
}

.hover\:bg-rosebrown-800\/75:hover{
  background-color: rgb(138 84 108 / 0.75) !important;
}

.hover\:bg-rosebrown-800\/80:hover{
  background-color: rgb(138 84 108 / 0.8) !important;
}

.hover\:bg-rosebrown-800\/85:hover{
  background-color: rgb(138 84 108 / 0.85) !important;
}

.hover\:bg-rosebrown-800\/90:hover{
  background-color: rgb(138 84 108 / 0.9) !important;
}

.hover\:bg-rosebrown-800\/95:hover{
  background-color: rgb(138 84 108 / 0.95) !important;
}

.hover\:bg-rosebrown-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(121 66 89 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-rosebrown-900\/0:hover{
  background-color: rgb(121 66 89 / 0) !important;
}

.hover\:bg-rosebrown-900\/10:hover{
  background-color: rgb(121 66 89 / 0.1) !important;
}

.hover\:bg-rosebrown-900\/100:hover{
  background-color: rgb(121 66 89 / 1) !important;
}

.hover\:bg-rosebrown-900\/15:hover{
  background-color: rgb(121 66 89 / 0.15) !important;
}

.hover\:bg-rosebrown-900\/20:hover{
  background-color: rgb(121 66 89 / 0.2) !important;
}

.hover\:bg-rosebrown-900\/25:hover{
  background-color: rgb(121 66 89 / 0.25) !important;
}

.hover\:bg-rosebrown-900\/30:hover{
  background-color: rgb(121 66 89 / 0.3) !important;
}

.hover\:bg-rosebrown-900\/35:hover{
  background-color: rgb(121 66 89 / 0.35) !important;
}

.hover\:bg-rosebrown-900\/40:hover{
  background-color: rgb(121 66 89 / 0.4) !important;
}

.hover\:bg-rosebrown-900\/45:hover{
  background-color: rgb(121 66 89 / 0.45) !important;
}

.hover\:bg-rosebrown-900\/5:hover{
  background-color: rgb(121 66 89 / 0.05) !important;
}

.hover\:bg-rosebrown-900\/50:hover{
  background-color: rgb(121 66 89 / 0.5) !important;
}

.hover\:bg-rosebrown-900\/55:hover{
  background-color: rgb(121 66 89 / 0.55) !important;
}

.hover\:bg-rosebrown-900\/60:hover{
  background-color: rgb(121 66 89 / 0.6) !important;
}

.hover\:bg-rosebrown-900\/65:hover{
  background-color: rgb(121 66 89 / 0.65) !important;
}

.hover\:bg-rosebrown-900\/70:hover{
  background-color: rgb(121 66 89 / 0.7) !important;
}

.hover\:bg-rosebrown-900\/75:hover{
  background-color: rgb(121 66 89 / 0.75) !important;
}

.hover\:bg-rosebrown-900\/80:hover{
  background-color: rgb(121 66 89 / 0.8) !important;
}

.hover\:bg-rosebrown-900\/85:hover{
  background-color: rgb(121 66 89 / 0.85) !important;
}

.hover\:bg-rosebrown-900\/90:hover{
  background-color: rgb(121 66 89 / 0.9) !important;
}

.hover\:bg-rosebrown-900\/95:hover{
  background-color: rgb(121 66 89 / 0.95) !important;
}

.hover\:bg-secondary\/80:hover{
  background-color: rgb(52 75 97 / 0.8) !important;
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 236 201 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-100\/0:hover{
  background-color: rgb(252 236 201 / 0) !important;
}

.hover\:bg-yellow-100\/10:hover{
  background-color: rgb(252 236 201 / 0.1) !important;
}

.hover\:bg-yellow-100\/100:hover{
  background-color: rgb(252 236 201 / 1) !important;
}

.hover\:bg-yellow-100\/15:hover{
  background-color: rgb(252 236 201 / 0.15) !important;
}

.hover\:bg-yellow-100\/20:hover{
  background-color: rgb(252 236 201 / 0.2) !important;
}

.hover\:bg-yellow-100\/25:hover{
  background-color: rgb(252 236 201 / 0.25) !important;
}

.hover\:bg-yellow-100\/30:hover{
  background-color: rgb(252 236 201 / 0.3) !important;
}

.hover\:bg-yellow-100\/35:hover{
  background-color: rgb(252 236 201 / 0.35) !important;
}

.hover\:bg-yellow-100\/40:hover{
  background-color: rgb(252 236 201 / 0.4) !important;
}

.hover\:bg-yellow-100\/45:hover{
  background-color: rgb(252 236 201 / 0.45) !important;
}

.hover\:bg-yellow-100\/5:hover{
  background-color: rgb(252 236 201 / 0.05) !important;
}

.hover\:bg-yellow-100\/50:hover{
  background-color: rgb(252 236 201 / 0.5) !important;
}

.hover\:bg-yellow-100\/55:hover{
  background-color: rgb(252 236 201 / 0.55) !important;
}

.hover\:bg-yellow-100\/60:hover{
  background-color: rgb(252 236 201 / 0.6) !important;
}

.hover\:bg-yellow-100\/65:hover{
  background-color: rgb(252 236 201 / 0.65) !important;
}

.hover\:bg-yellow-100\/70:hover{
  background-color: rgb(252 236 201 / 0.7) !important;
}

.hover\:bg-yellow-100\/75:hover{
  background-color: rgb(252 236 201 / 0.75) !important;
}

.hover\:bg-yellow-100\/80:hover{
  background-color: rgb(252 236 201 / 0.8) !important;
}

.hover\:bg-yellow-100\/85:hover{
  background-color: rgb(252 236 201 / 0.85) !important;
}

.hover\:bg-yellow-100\/90:hover{
  background-color: rgb(252 236 201 / 0.9) !important;
}

.hover\:bg-yellow-100\/95:hover{
  background-color: rgb(252 236 201 / 0.95) !important;
}

.hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 214 142 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-200\/0:hover{
  background-color: rgb(249 214 142 / 0) !important;
}

.hover\:bg-yellow-200\/10:hover{
  background-color: rgb(249 214 142 / 0.1) !important;
}

.hover\:bg-yellow-200\/100:hover{
  background-color: rgb(249 214 142 / 1) !important;
}

.hover\:bg-yellow-200\/15:hover{
  background-color: rgb(249 214 142 / 0.15) !important;
}

.hover\:bg-yellow-200\/20:hover{
  background-color: rgb(249 214 142 / 0.2) !important;
}

.hover\:bg-yellow-200\/25:hover{
  background-color: rgb(249 214 142 / 0.25) !important;
}

.hover\:bg-yellow-200\/30:hover{
  background-color: rgb(249 214 142 / 0.3) !important;
}

.hover\:bg-yellow-200\/35:hover{
  background-color: rgb(249 214 142 / 0.35) !important;
}

.hover\:bg-yellow-200\/40:hover{
  background-color: rgb(249 214 142 / 0.4) !important;
}

.hover\:bg-yellow-200\/45:hover{
  background-color: rgb(249 214 142 / 0.45) !important;
}

.hover\:bg-yellow-200\/5:hover{
  background-color: rgb(249 214 142 / 0.05) !important;
}

.hover\:bg-yellow-200\/50:hover{
  background-color: rgb(249 214 142 / 0.5) !important;
}

.hover\:bg-yellow-200\/55:hover{
  background-color: rgb(249 214 142 / 0.55) !important;
}

.hover\:bg-yellow-200\/60:hover{
  background-color: rgb(249 214 142 / 0.6) !important;
}

.hover\:bg-yellow-200\/65:hover{
  background-color: rgb(249 214 142 / 0.65) !important;
}

.hover\:bg-yellow-200\/70:hover{
  background-color: rgb(249 214 142 / 0.7) !important;
}

.hover\:bg-yellow-200\/75:hover{
  background-color: rgb(249 214 142 / 0.75) !important;
}

.hover\:bg-yellow-200\/80:hover{
  background-color: rgb(249 214 142 / 0.8) !important;
}

.hover\:bg-yellow-200\/85:hover{
  background-color: rgb(249 214 142 / 0.85) !important;
}

.hover\:bg-yellow-200\/90:hover{
  background-color: rgb(249 214 142 / 0.9) !important;
}

.hover\:bg-yellow-200\/95:hover{
  background-color: rgb(249 214 142 / 0.95) !important;
}

.hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-300\/0:hover{
  background-color: rgb(245 181 68 / 0) !important;
}

.hover\:bg-yellow-300\/10:hover{
  background-color: rgb(245 181 68 / 0.1) !important;
}

.hover\:bg-yellow-300\/100:hover{
  background-color: rgb(245 181 68 / 1) !important;
}

.hover\:bg-yellow-300\/15:hover{
  background-color: rgb(245 181 68 / 0.15) !important;
}

.hover\:bg-yellow-300\/20:hover{
  background-color: rgb(245 181 68 / 0.2) !important;
}

.hover\:bg-yellow-300\/25:hover{
  background-color: rgb(245 181 68 / 0.25) !important;
}

.hover\:bg-yellow-300\/30:hover{
  background-color: rgb(245 181 68 / 0.3) !important;
}

.hover\:bg-yellow-300\/35:hover{
  background-color: rgb(245 181 68 / 0.35) !important;
}

.hover\:bg-yellow-300\/40:hover{
  background-color: rgb(245 181 68 / 0.4) !important;
}

.hover\:bg-yellow-300\/45:hover{
  background-color: rgb(245 181 68 / 0.45) !important;
}

.hover\:bg-yellow-300\/5:hover{
  background-color: rgb(245 181 68 / 0.05) !important;
}

.hover\:bg-yellow-300\/50:hover{
  background-color: rgb(245 181 68 / 0.5) !important;
}

.hover\:bg-yellow-300\/55:hover{
  background-color: rgb(245 181 68 / 0.55) !important;
}

.hover\:bg-yellow-300\/60:hover{
  background-color: rgb(245 181 68 / 0.6) !important;
}

.hover\:bg-yellow-300\/65:hover{
  background-color: rgb(245 181 68 / 0.65) !important;
}

.hover\:bg-yellow-300\/70:hover{
  background-color: rgb(245 181 68 / 0.7) !important;
}

.hover\:bg-yellow-300\/75:hover{
  background-color: rgb(245 181 68 / 0.75) !important;
}

.hover\:bg-yellow-300\/80:hover{
  background-color: rgb(245 181 68 / 0.8) !important;
}

.hover\:bg-yellow-300\/85:hover{
  background-color: rgb(245 181 68 / 0.85) !important;
}

.hover\:bg-yellow-300\/90:hover{
  background-color: rgb(245 181 68 / 0.9) !important;
}

.hover\:bg-yellow-300\/95:hover{
  background-color: rgb(245 181 68 / 0.95) !important;
}

.hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 163 44 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-400\/0:hover{
  background-color: rgb(243 163 44 / 0) !important;
}

.hover\:bg-yellow-400\/10:hover{
  background-color: rgb(243 163 44 / 0.1) !important;
}

.hover\:bg-yellow-400\/100:hover{
  background-color: rgb(243 163 44 / 1) !important;
}

.hover\:bg-yellow-400\/15:hover{
  background-color: rgb(243 163 44 / 0.15) !important;
}

.hover\:bg-yellow-400\/20:hover{
  background-color: rgb(243 163 44 / 0.2) !important;
}

.hover\:bg-yellow-400\/25:hover{
  background-color: rgb(243 163 44 / 0.25) !important;
}

.hover\:bg-yellow-400\/30:hover{
  background-color: rgb(243 163 44 / 0.3) !important;
}

.hover\:bg-yellow-400\/35:hover{
  background-color: rgb(243 163 44 / 0.35) !important;
}

.hover\:bg-yellow-400\/40:hover{
  background-color: rgb(243 163 44 / 0.4) !important;
}

.hover\:bg-yellow-400\/45:hover{
  background-color: rgb(243 163 44 / 0.45) !important;
}

.hover\:bg-yellow-400\/5:hover{
  background-color: rgb(243 163 44 / 0.05) !important;
}

.hover\:bg-yellow-400\/50:hover{
  background-color: rgb(243 163 44 / 0.5) !important;
}

.hover\:bg-yellow-400\/55:hover{
  background-color: rgb(243 163 44 / 0.55) !important;
}

.hover\:bg-yellow-400\/60:hover{
  background-color: rgb(243 163 44 / 0.6) !important;
}

.hover\:bg-yellow-400\/65:hover{
  background-color: rgb(243 163 44 / 0.65) !important;
}

.hover\:bg-yellow-400\/70:hover{
  background-color: rgb(243 163 44 / 0.7) !important;
}

.hover\:bg-yellow-400\/75:hover{
  background-color: rgb(243 163 44 / 0.75) !important;
}

.hover\:bg-yellow-400\/80:hover{
  background-color: rgb(243 163 44 / 0.8) !important;
}

.hover\:bg-yellow-400\/85:hover{
  background-color: rgb(243 163 44 / 0.85) !important;
}

.hover\:bg-yellow-400\/90:hover{
  background-color: rgb(243 163 44 / 0.9) !important;
}

.hover\:bg-yellow-400\/95:hover{
  background-color: rgb(243 163 44 / 0.95) !important;
}

.hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 236 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-50\/0:hover{
  background-color: rgb(254 249 236 / 0) !important;
}

.hover\:bg-yellow-50\/10:hover{
  background-color: rgb(254 249 236 / 0.1) !important;
}

.hover\:bg-yellow-50\/100:hover{
  background-color: rgb(254 249 236 / 1) !important;
}

.hover\:bg-yellow-50\/15:hover{
  background-color: rgb(254 249 236 / 0.15) !important;
}

.hover\:bg-yellow-50\/20:hover{
  background-color: rgb(254 249 236 / 0.2) !important;
}

.hover\:bg-yellow-50\/25:hover{
  background-color: rgb(254 249 236 / 0.25) !important;
}

.hover\:bg-yellow-50\/30:hover{
  background-color: rgb(254 249 236 / 0.3) !important;
}

.hover\:bg-yellow-50\/35:hover{
  background-color: rgb(254 249 236 / 0.35) !important;
}

.hover\:bg-yellow-50\/40:hover{
  background-color: rgb(254 249 236 / 0.4) !important;
}

.hover\:bg-yellow-50\/45:hover{
  background-color: rgb(254 249 236 / 0.45) !important;
}

.hover\:bg-yellow-50\/5:hover{
  background-color: rgb(254 249 236 / 0.05) !important;
}

.hover\:bg-yellow-50\/50:hover{
  background-color: rgb(254 249 236 / 0.5) !important;
}

.hover\:bg-yellow-50\/55:hover{
  background-color: rgb(254 249 236 / 0.55) !important;
}

.hover\:bg-yellow-50\/60:hover{
  background-color: rgb(254 249 236 / 0.6) !important;
}

.hover\:bg-yellow-50\/65:hover{
  background-color: rgb(254 249 236 / 0.65) !important;
}

.hover\:bg-yellow-50\/70:hover{
  background-color: rgb(254 249 236 / 0.7) !important;
}

.hover\:bg-yellow-50\/75:hover{
  background-color: rgb(254 249 236 / 0.75) !important;
}

.hover\:bg-yellow-50\/80:hover{
  background-color: rgb(254 249 236 / 0.8) !important;
}

.hover\:bg-yellow-50\/85:hover{
  background-color: rgb(254 249 236 / 0.85) !important;
}

.hover\:bg-yellow-50\/90:hover{
  background-color: rgb(254 249 236 / 0.9) !important;
}

.hover\:bg-yellow-50\/95:hover{
  background-color: rgb(254 249 236 / 0.95) !important;
}

.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-500\/0:hover{
  background-color: rgb(245 181 68 / 0) !important;
}

.hover\:bg-yellow-500\/10:hover{
  background-color: rgb(245 181 68 / 0.1) !important;
}

.hover\:bg-yellow-500\/100:hover{
  background-color: rgb(245 181 68 / 1) !important;
}

.hover\:bg-yellow-500\/15:hover{
  background-color: rgb(245 181 68 / 0.15) !important;
}

.hover\:bg-yellow-500\/20:hover{
  background-color: rgb(245 181 68 / 0.2) !important;
}

.hover\:bg-yellow-500\/25:hover{
  background-color: rgb(245 181 68 / 0.25) !important;
}

.hover\:bg-yellow-500\/30:hover{
  background-color: rgb(245 181 68 / 0.3) !important;
}

.hover\:bg-yellow-500\/35:hover{
  background-color: rgb(245 181 68 / 0.35) !important;
}

.hover\:bg-yellow-500\/40:hover{
  background-color: rgb(245 181 68 / 0.4) !important;
}

.hover\:bg-yellow-500\/45:hover{
  background-color: rgb(245 181 68 / 0.45) !important;
}

.hover\:bg-yellow-500\/5:hover{
  background-color: rgb(245 181 68 / 0.05) !important;
}

.hover\:bg-yellow-500\/50:hover{
  background-color: rgb(245 181 68 / 0.5) !important;
}

.hover\:bg-yellow-500\/55:hover{
  background-color: rgb(245 181 68 / 0.55) !important;
}

.hover\:bg-yellow-500\/60:hover{
  background-color: rgb(245 181 68 / 0.6) !important;
}

.hover\:bg-yellow-500\/65:hover{
  background-color: rgb(245 181 68 / 0.65) !important;
}

.hover\:bg-yellow-500\/70:hover{
  background-color: rgb(245 181 68 / 0.7) !important;
}

.hover\:bg-yellow-500\/75:hover{
  background-color: rgb(245 181 68 / 0.75) !important;
}

.hover\:bg-yellow-500\/80:hover{
  background-color: rgb(245 181 68 / 0.8) !important;
}

.hover\:bg-yellow-500\/85:hover{
  background-color: rgb(245 181 68 / 0.85) !important;
}

.hover\:bg-yellow-500\/90:hover{
  background-color: rgb(245 181 68 / 0.9) !important;
}

.hover\:bg-yellow-500\/95:hover{
  background-color: rgb(245 181 68 / 0.95) !important;
}

.hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 93 13 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-600\/0:hover{
  background-color: rgb(210 93 13 / 0) !important;
}

.hover\:bg-yellow-600\/10:hover{
  background-color: rgb(210 93 13 / 0.1) !important;
}

.hover\:bg-yellow-600\/100:hover{
  background-color: rgb(210 93 13 / 1) !important;
}

.hover\:bg-yellow-600\/15:hover{
  background-color: rgb(210 93 13 / 0.15) !important;
}

.hover\:bg-yellow-600\/20:hover{
  background-color: rgb(210 93 13 / 0.2) !important;
}

.hover\:bg-yellow-600\/25:hover{
  background-color: rgb(210 93 13 / 0.25) !important;
}

.hover\:bg-yellow-600\/30:hover{
  background-color: rgb(210 93 13 / 0.3) !important;
}

.hover\:bg-yellow-600\/35:hover{
  background-color: rgb(210 93 13 / 0.35) !important;
}

.hover\:bg-yellow-600\/40:hover{
  background-color: rgb(210 93 13 / 0.4) !important;
}

.hover\:bg-yellow-600\/45:hover{
  background-color: rgb(210 93 13 / 0.45) !important;
}

.hover\:bg-yellow-600\/5:hover{
  background-color: rgb(210 93 13 / 0.05) !important;
}

.hover\:bg-yellow-600\/50:hover{
  background-color: rgb(210 93 13 / 0.5) !important;
}

.hover\:bg-yellow-600\/55:hover{
  background-color: rgb(210 93 13 / 0.55) !important;
}

.hover\:bg-yellow-600\/60:hover{
  background-color: rgb(210 93 13 / 0.6) !important;
}

.hover\:bg-yellow-600\/65:hover{
  background-color: rgb(210 93 13 / 0.65) !important;
}

.hover\:bg-yellow-600\/70:hover{
  background-color: rgb(210 93 13 / 0.7) !important;
}

.hover\:bg-yellow-600\/75:hover{
  background-color: rgb(210 93 13 / 0.75) !important;
}

.hover\:bg-yellow-600\/80:hover{
  background-color: rgb(210 93 13 / 0.8) !important;
}

.hover\:bg-yellow-600\/85:hover{
  background-color: rgb(210 93 13 / 0.85) !important;
}

.hover\:bg-yellow-600\/90:hover{
  background-color: rgb(210 93 13 / 0.9) !important;
}

.hover\:bg-yellow-600\/95:hover{
  background-color: rgb(210 93 13 / 0.95) !important;
}

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(174 64 15 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-700\/0:hover{
  background-color: rgb(174 64 15 / 0) !important;
}

.hover\:bg-yellow-700\/10:hover{
  background-color: rgb(174 64 15 / 0.1) !important;
}

.hover\:bg-yellow-700\/100:hover{
  background-color: rgb(174 64 15 / 1) !important;
}

.hover\:bg-yellow-700\/15:hover{
  background-color: rgb(174 64 15 / 0.15) !important;
}

.hover\:bg-yellow-700\/20:hover{
  background-color: rgb(174 64 15 / 0.2) !important;
}

.hover\:bg-yellow-700\/25:hover{
  background-color: rgb(174 64 15 / 0.25) !important;
}

.hover\:bg-yellow-700\/30:hover{
  background-color: rgb(174 64 15 / 0.3) !important;
}

.hover\:bg-yellow-700\/35:hover{
  background-color: rgb(174 64 15 / 0.35) !important;
}

.hover\:bg-yellow-700\/40:hover{
  background-color: rgb(174 64 15 / 0.4) !important;
}

.hover\:bg-yellow-700\/45:hover{
  background-color: rgb(174 64 15 / 0.45) !important;
}

.hover\:bg-yellow-700\/5:hover{
  background-color: rgb(174 64 15 / 0.05) !important;
}

.hover\:bg-yellow-700\/50:hover{
  background-color: rgb(174 64 15 / 0.5) !important;
}

.hover\:bg-yellow-700\/55:hover{
  background-color: rgb(174 64 15 / 0.55) !important;
}

.hover\:bg-yellow-700\/60:hover{
  background-color: rgb(174 64 15 / 0.6) !important;
}

.hover\:bg-yellow-700\/65:hover{
  background-color: rgb(174 64 15 / 0.65) !important;
}

.hover\:bg-yellow-700\/70:hover{
  background-color: rgb(174 64 15 / 0.7) !important;
}

.hover\:bg-yellow-700\/75:hover{
  background-color: rgb(174 64 15 / 0.75) !important;
}

.hover\:bg-yellow-700\/80:hover{
  background-color: rgb(174 64 15 / 0.8) !important;
}

.hover\:bg-yellow-700\/85:hover{
  background-color: rgb(174 64 15 / 0.85) !important;
}

.hover\:bg-yellow-700\/90:hover{
  background-color: rgb(174 64 15 / 0.9) !important;
}

.hover\:bg-yellow-700\/95:hover{
  background-color: rgb(174 64 15 / 0.95) !important;
}

.hover\:bg-yellow-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(141 49 19 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-800\/0:hover{
  background-color: rgb(141 49 19 / 0) !important;
}

.hover\:bg-yellow-800\/10:hover{
  background-color: rgb(141 49 19 / 0.1) !important;
}

.hover\:bg-yellow-800\/100:hover{
  background-color: rgb(141 49 19 / 1) !important;
}

.hover\:bg-yellow-800\/15:hover{
  background-color: rgb(141 49 19 / 0.15) !important;
}

.hover\:bg-yellow-800\/20:hover{
  background-color: rgb(141 49 19 / 0.2) !important;
}

.hover\:bg-yellow-800\/25:hover{
  background-color: rgb(141 49 19 / 0.25) !important;
}

.hover\:bg-yellow-800\/30:hover{
  background-color: rgb(141 49 19 / 0.3) !important;
}

.hover\:bg-yellow-800\/35:hover{
  background-color: rgb(141 49 19 / 0.35) !important;
}

.hover\:bg-yellow-800\/40:hover{
  background-color: rgb(141 49 19 / 0.4) !important;
}

.hover\:bg-yellow-800\/45:hover{
  background-color: rgb(141 49 19 / 0.45) !important;
}

.hover\:bg-yellow-800\/5:hover{
  background-color: rgb(141 49 19 / 0.05) !important;
}

.hover\:bg-yellow-800\/50:hover{
  background-color: rgb(141 49 19 / 0.5) !important;
}

.hover\:bg-yellow-800\/55:hover{
  background-color: rgb(141 49 19 / 0.55) !important;
}

.hover\:bg-yellow-800\/60:hover{
  background-color: rgb(141 49 19 / 0.6) !important;
}

.hover\:bg-yellow-800\/65:hover{
  background-color: rgb(141 49 19 / 0.65) !important;
}

.hover\:bg-yellow-800\/70:hover{
  background-color: rgb(141 49 19 / 0.7) !important;
}

.hover\:bg-yellow-800\/75:hover{
  background-color: rgb(141 49 19 / 0.75) !important;
}

.hover\:bg-yellow-800\/80:hover{
  background-color: rgb(141 49 19 / 0.8) !important;
}

.hover\:bg-yellow-800\/85:hover{
  background-color: rgb(141 49 19 / 0.85) !important;
}

.hover\:bg-yellow-800\/90:hover{
  background-color: rgb(141 49 19 / 0.9) !important;
}

.hover\:bg-yellow-800\/95:hover{
  background-color: rgb(141 49 19 / 0.95) !important;
}

.hover\:bg-yellow-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 42 19 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-900\/0:hover{
  background-color: rgb(116 42 19 / 0) !important;
}

.hover\:bg-yellow-900\/10:hover{
  background-color: rgb(116 42 19 / 0.1) !important;
}

.hover\:bg-yellow-900\/100:hover{
  background-color: rgb(116 42 19 / 1) !important;
}

.hover\:bg-yellow-900\/15:hover{
  background-color: rgb(116 42 19 / 0.15) !important;
}

.hover\:bg-yellow-900\/20:hover{
  background-color: rgb(116 42 19 / 0.2) !important;
}

.hover\:bg-yellow-900\/25:hover{
  background-color: rgb(116 42 19 / 0.25) !important;
}

.hover\:bg-yellow-900\/30:hover{
  background-color: rgb(116 42 19 / 0.3) !important;
}

.hover\:bg-yellow-900\/35:hover{
  background-color: rgb(116 42 19 / 0.35) !important;
}

.hover\:bg-yellow-900\/40:hover{
  background-color: rgb(116 42 19 / 0.4) !important;
}

.hover\:bg-yellow-900\/45:hover{
  background-color: rgb(116 42 19 / 0.45) !important;
}

.hover\:bg-yellow-900\/5:hover{
  background-color: rgb(116 42 19 / 0.05) !important;
}

.hover\:bg-yellow-900\/50:hover{
  background-color: rgb(116 42 19 / 0.5) !important;
}

.hover\:bg-yellow-900\/55:hover{
  background-color: rgb(116 42 19 / 0.55) !important;
}

.hover\:bg-yellow-900\/60:hover{
  background-color: rgb(116 42 19 / 0.6) !important;
}

.hover\:bg-yellow-900\/65:hover{
  background-color: rgb(116 42 19 / 0.65) !important;
}

.hover\:bg-yellow-900\/70:hover{
  background-color: rgb(116 42 19 / 0.7) !important;
}

.hover\:bg-yellow-900\/75:hover{
  background-color: rgb(116 42 19 / 0.75) !important;
}

.hover\:bg-yellow-900\/80:hover{
  background-color: rgb(116 42 19 / 0.8) !important;
}

.hover\:bg-yellow-900\/85:hover{
  background-color: rgb(116 42 19 / 0.85) !important;
}

.hover\:bg-yellow-900\/90:hover{
  background-color: rgb(116 42 19 / 0.9) !important;
}

.hover\:bg-yellow-900\/95:hover{
  background-color: rgb(116 42 19 / 0.95) !important;
}

.hover\:bg-yellow-950:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 19 5 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-yellow-950\/0:hover{
  background-color: rgb(67 19 5 / 0) !important;
}

.hover\:bg-yellow-950\/10:hover{
  background-color: rgb(67 19 5 / 0.1) !important;
}

.hover\:bg-yellow-950\/100:hover{
  background-color: rgb(67 19 5 / 1) !important;
}

.hover\:bg-yellow-950\/15:hover{
  background-color: rgb(67 19 5 / 0.15) !important;
}

.hover\:bg-yellow-950\/20:hover{
  background-color: rgb(67 19 5 / 0.2) !important;
}

.hover\:bg-yellow-950\/25:hover{
  background-color: rgb(67 19 5 / 0.25) !important;
}

.hover\:bg-yellow-950\/30:hover{
  background-color: rgb(67 19 5 / 0.3) !important;
}

.hover\:bg-yellow-950\/35:hover{
  background-color: rgb(67 19 5 / 0.35) !important;
}

.hover\:bg-yellow-950\/40:hover{
  background-color: rgb(67 19 5 / 0.4) !important;
}

.hover\:bg-yellow-950\/45:hover{
  background-color: rgb(67 19 5 / 0.45) !important;
}

.hover\:bg-yellow-950\/5:hover{
  background-color: rgb(67 19 5 / 0.05) !important;
}

.hover\:bg-yellow-950\/50:hover{
  background-color: rgb(67 19 5 / 0.5) !important;
}

.hover\:bg-yellow-950\/55:hover{
  background-color: rgb(67 19 5 / 0.55) !important;
}

.hover\:bg-yellow-950\/60:hover{
  background-color: rgb(67 19 5 / 0.6) !important;
}

.hover\:bg-yellow-950\/65:hover{
  background-color: rgb(67 19 5 / 0.65) !important;
}

.hover\:bg-yellow-950\/70:hover{
  background-color: rgb(67 19 5 / 0.7) !important;
}

.hover\:bg-yellow-950\/75:hover{
  background-color: rgb(67 19 5 / 0.75) !important;
}

.hover\:bg-yellow-950\/80:hover{
  background-color: rgb(67 19 5 / 0.8) !important;
}

.hover\:bg-yellow-950\/85:hover{
  background-color: rgb(67 19 5 / 0.85) !important;
}

.hover\:bg-yellow-950\/90:hover{
  background-color: rgb(67 19 5 / 0.9) !important;
}

.hover\:bg-yellow-950\/95:hover{
  background-color: rgb(67 19 5 / 0.95) !important;
}

.hover\:text-black-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(186 188 193 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-100\/0:hover{
  color: rgb(186 188 193 / 0) !important;
}

.hover\:text-black-100\/10:hover{
  color: rgb(186 188 193 / 0.1) !important;
}

.hover\:text-black-100\/100:hover{
  color: rgb(186 188 193 / 1) !important;
}

.hover\:text-black-100\/15:hover{
  color: rgb(186 188 193 / 0.15) !important;
}

.hover\:text-black-100\/20:hover{
  color: rgb(186 188 193 / 0.2) !important;
}

.hover\:text-black-100\/25:hover{
  color: rgb(186 188 193 / 0.25) !important;
}

.hover\:text-black-100\/30:hover{
  color: rgb(186 188 193 / 0.3) !important;
}

.hover\:text-black-100\/35:hover{
  color: rgb(186 188 193 / 0.35) !important;
}

.hover\:text-black-100\/40:hover{
  color: rgb(186 188 193 / 0.4) !important;
}

.hover\:text-black-100\/45:hover{
  color: rgb(186 188 193 / 0.45) !important;
}

.hover\:text-black-100\/5:hover{
  color: rgb(186 188 193 / 0.05) !important;
}

.hover\:text-black-100\/50:hover{
  color: rgb(186 188 193 / 0.5) !important;
}

.hover\:text-black-100\/55:hover{
  color: rgb(186 188 193 / 0.55) !important;
}

.hover\:text-black-100\/60:hover{
  color: rgb(186 188 193 / 0.6) !important;
}

.hover\:text-black-100\/65:hover{
  color: rgb(186 188 193 / 0.65) !important;
}

.hover\:text-black-100\/70:hover{
  color: rgb(186 188 193 / 0.7) !important;
}

.hover\:text-black-100\/75:hover{
  color: rgb(186 188 193 / 0.75) !important;
}

.hover\:text-black-100\/80:hover{
  color: rgb(186 188 193 / 0.8) !important;
}

.hover\:text-black-100\/85:hover{
  color: rgb(186 188 193 / 0.85) !important;
}

.hover\:text-black-100\/90:hover{
  color: rgb(186 188 193 / 0.9) !important;
}

.hover\:text-black-100\/95:hover{
  color: rgb(186 188 193 / 0.95) !important;
}

.hover\:text-black-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(140 143 152 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-200\/0:hover{
  color: rgb(140 143 152 / 0) !important;
}

.hover\:text-black-200\/10:hover{
  color: rgb(140 143 152 / 0.1) !important;
}

.hover\:text-black-200\/100:hover{
  color: rgb(140 143 152 / 1) !important;
}

.hover\:text-black-200\/15:hover{
  color: rgb(140 143 152 / 0.15) !important;
}

.hover\:text-black-200\/20:hover{
  color: rgb(140 143 152 / 0.2) !important;
}

.hover\:text-black-200\/25:hover{
  color: rgb(140 143 152 / 0.25) !important;
}

.hover\:text-black-200\/30:hover{
  color: rgb(140 143 152 / 0.3) !important;
}

.hover\:text-black-200\/35:hover{
  color: rgb(140 143 152 / 0.35) !important;
}

.hover\:text-black-200\/40:hover{
  color: rgb(140 143 152 / 0.4) !important;
}

.hover\:text-black-200\/45:hover{
  color: rgb(140 143 152 / 0.45) !important;
}

.hover\:text-black-200\/5:hover{
  color: rgb(140 143 152 / 0.05) !important;
}

.hover\:text-black-200\/50:hover{
  color: rgb(140 143 152 / 0.5) !important;
}

.hover\:text-black-200\/55:hover{
  color: rgb(140 143 152 / 0.55) !important;
}

.hover\:text-black-200\/60:hover{
  color: rgb(140 143 152 / 0.6) !important;
}

.hover\:text-black-200\/65:hover{
  color: rgb(140 143 152 / 0.65) !important;
}

.hover\:text-black-200\/70:hover{
  color: rgb(140 143 152 / 0.7) !important;
}

.hover\:text-black-200\/75:hover{
  color: rgb(140 143 152 / 0.75) !important;
}

.hover\:text-black-200\/80:hover{
  color: rgb(140 143 152 / 0.8) !important;
}

.hover\:text-black-200\/85:hover{
  color: rgb(140 143 152 / 0.85) !important;
}

.hover\:text-black-200\/90:hover{
  color: rgb(140 143 152 / 0.9) !important;
}

.hover\:text-black-200\/95:hover{
  color: rgb(140 143 152 / 0.95) !important;
}

.hover\:text-black-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(94 98 111 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-300\/0:hover{
  color: rgb(94 98 111 / 0) !important;
}

.hover\:text-black-300\/10:hover{
  color: rgb(94 98 111 / 0.1) !important;
}

.hover\:text-black-300\/100:hover{
  color: rgb(94 98 111 / 1) !important;
}

.hover\:text-black-300\/15:hover{
  color: rgb(94 98 111 / 0.15) !important;
}

.hover\:text-black-300\/20:hover{
  color: rgb(94 98 111 / 0.2) !important;
}

.hover\:text-black-300\/25:hover{
  color: rgb(94 98 111 / 0.25) !important;
}

.hover\:text-black-300\/30:hover{
  color: rgb(94 98 111 / 0.3) !important;
}

.hover\:text-black-300\/35:hover{
  color: rgb(94 98 111 / 0.35) !important;
}

.hover\:text-black-300\/40:hover{
  color: rgb(94 98 111 / 0.4) !important;
}

.hover\:text-black-300\/45:hover{
  color: rgb(94 98 111 / 0.45) !important;
}

.hover\:text-black-300\/5:hover{
  color: rgb(94 98 111 / 0.05) !important;
}

.hover\:text-black-300\/50:hover{
  color: rgb(94 98 111 / 0.5) !important;
}

.hover\:text-black-300\/55:hover{
  color: rgb(94 98 111 / 0.55) !important;
}

.hover\:text-black-300\/60:hover{
  color: rgb(94 98 111 / 0.6) !important;
}

.hover\:text-black-300\/65:hover{
  color: rgb(94 98 111 / 0.65) !important;
}

.hover\:text-black-300\/70:hover{
  color: rgb(94 98 111 / 0.7) !important;
}

.hover\:text-black-300\/75:hover{
  color: rgb(94 98 111 / 0.75) !important;
}

.hover\:text-black-300\/80:hover{
  color: rgb(94 98 111 / 0.8) !important;
}

.hover\:text-black-300\/85:hover{
  color: rgb(94 98 111 / 0.85) !important;
}

.hover\:text-black-300\/90:hover{
  color: rgb(94 98 111 / 0.9) !important;
}

.hover\:text-black-300\/95:hover{
  color: rgb(94 98 111 / 0.95) !important;
}

.hover\:text-black-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(60 64 80 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-400\/0:hover{
  color: rgb(60 64 80 / 0) !important;
}

.hover\:text-black-400\/10:hover{
  color: rgb(60 64 80 / 0.1) !important;
}

.hover\:text-black-400\/100:hover{
  color: rgb(60 64 80 / 1) !important;
}

.hover\:text-black-400\/15:hover{
  color: rgb(60 64 80 / 0.15) !important;
}

.hover\:text-black-400\/20:hover{
  color: rgb(60 64 80 / 0.2) !important;
}

.hover\:text-black-400\/25:hover{
  color: rgb(60 64 80 / 0.25) !important;
}

.hover\:text-black-400\/30:hover{
  color: rgb(60 64 80 / 0.3) !important;
}

.hover\:text-black-400\/35:hover{
  color: rgb(60 64 80 / 0.35) !important;
}

.hover\:text-black-400\/40:hover{
  color: rgb(60 64 80 / 0.4) !important;
}

.hover\:text-black-400\/45:hover{
  color: rgb(60 64 80 / 0.45) !important;
}

.hover\:text-black-400\/5:hover{
  color: rgb(60 64 80 / 0.05) !important;
}

.hover\:text-black-400\/50:hover{
  color: rgb(60 64 80 / 0.5) !important;
}

.hover\:text-black-400\/55:hover{
  color: rgb(60 64 80 / 0.55) !important;
}

.hover\:text-black-400\/60:hover{
  color: rgb(60 64 80 / 0.6) !important;
}

.hover\:text-black-400\/65:hover{
  color: rgb(60 64 80 / 0.65) !important;
}

.hover\:text-black-400\/70:hover{
  color: rgb(60 64 80 / 0.7) !important;
}

.hover\:text-black-400\/75:hover{
  color: rgb(60 64 80 / 0.75) !important;
}

.hover\:text-black-400\/80:hover{
  color: rgb(60 64 80 / 0.8) !important;
}

.hover\:text-black-400\/85:hover{
  color: rgb(60 64 80 / 0.85) !important;
}

.hover\:text-black-400\/90:hover{
  color: rgb(60 64 80 / 0.9) !important;
}

.hover\:text-black-400\/95:hover{
  color: rgb(60 64 80 / 0.95) !important;
}

.hover\:text-black-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(227 228 230 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-50\/0:hover{
  color: rgb(227 228 230 / 0) !important;
}

.hover\:text-black-50\/10:hover{
  color: rgb(227 228 230 / 0.1) !important;
}

.hover\:text-black-50\/100:hover{
  color: rgb(227 228 230 / 1) !important;
}

.hover\:text-black-50\/15:hover{
  color: rgb(227 228 230 / 0.15) !important;
}

.hover\:text-black-50\/20:hover{
  color: rgb(227 228 230 / 0.2) !important;
}

.hover\:text-black-50\/25:hover{
  color: rgb(227 228 230 / 0.25) !important;
}

.hover\:text-black-50\/30:hover{
  color: rgb(227 228 230 / 0.3) !important;
}

.hover\:text-black-50\/35:hover{
  color: rgb(227 228 230 / 0.35) !important;
}

.hover\:text-black-50\/40:hover{
  color: rgb(227 228 230 / 0.4) !important;
}

.hover\:text-black-50\/45:hover{
  color: rgb(227 228 230 / 0.45) !important;
}

.hover\:text-black-50\/5:hover{
  color: rgb(227 228 230 / 0.05) !important;
}

.hover\:text-black-50\/50:hover{
  color: rgb(227 228 230 / 0.5) !important;
}

.hover\:text-black-50\/55:hover{
  color: rgb(227 228 230 / 0.55) !important;
}

.hover\:text-black-50\/60:hover{
  color: rgb(227 228 230 / 0.6) !important;
}

.hover\:text-black-50\/65:hover{
  color: rgb(227 228 230 / 0.65) !important;
}

.hover\:text-black-50\/70:hover{
  color: rgb(227 228 230 / 0.7) !important;
}

.hover\:text-black-50\/75:hover{
  color: rgb(227 228 230 / 0.75) !important;
}

.hover\:text-black-50\/80:hover{
  color: rgb(227 228 230 / 0.8) !important;
}

.hover\:text-black-50\/85:hover{
  color: rgb(227 228 230 / 0.85) !important;
}

.hover\:text-black-50\/90:hover{
  color: rgb(227 228 230 / 0.9) !important;
}

.hover\:text-black-50\/95:hover{
  color: rgb(227 228 230 / 0.95) !important;
}

.hover\:text-black-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-500\/0:hover{
  color: rgb(25 30 49 / 0) !important;
}

.hover\:text-black-500\/10:hover{
  color: rgb(25 30 49 / 0.1) !important;
}

.hover\:text-black-500\/100:hover{
  color: rgb(25 30 49 / 1) !important;
}

.hover\:text-black-500\/15:hover{
  color: rgb(25 30 49 / 0.15) !important;
}

.hover\:text-black-500\/20:hover{
  color: rgb(25 30 49 / 0.2) !important;
}

.hover\:text-black-500\/25:hover{
  color: rgb(25 30 49 / 0.25) !important;
}

.hover\:text-black-500\/30:hover{
  color: rgb(25 30 49 / 0.3) !important;
}

.hover\:text-black-500\/35:hover{
  color: rgb(25 30 49 / 0.35) !important;
}

.hover\:text-black-500\/40:hover{
  color: rgb(25 30 49 / 0.4) !important;
}

.hover\:text-black-500\/45:hover{
  color: rgb(25 30 49 / 0.45) !important;
}

.hover\:text-black-500\/5:hover{
  color: rgb(25 30 49 / 0.05) !important;
}

.hover\:text-black-500\/50:hover{
  color: rgb(25 30 49 / 0.5) !important;
}

.hover\:text-black-500\/55:hover{
  color: rgb(25 30 49 / 0.55) !important;
}

.hover\:text-black-500\/60:hover{
  color: rgb(25 30 49 / 0.6) !important;
}

.hover\:text-black-500\/65:hover{
  color: rgb(25 30 49 / 0.65) !important;
}

.hover\:text-black-500\/70:hover{
  color: rgb(25 30 49 / 0.7) !important;
}

.hover\:text-black-500\/75:hover{
  color: rgb(25 30 49 / 0.75) !important;
}

.hover\:text-black-500\/80:hover{
  color: rgb(25 30 49 / 0.8) !important;
}

.hover\:text-black-500\/85:hover{
  color: rgb(25 30 49 / 0.85) !important;
}

.hover\:text-black-500\/90:hover{
  color: rgb(25 30 49 / 0.9) !important;
}

.hover\:text-black-500\/95:hover{
  color: rgb(25 30 49 / 0.95) !important;
}

.hover\:text-black-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(22 26 44 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-600\/0:hover{
  color: rgb(22 26 44 / 0) !important;
}

.hover\:text-black-600\/10:hover{
  color: rgb(22 26 44 / 0.1) !important;
}

.hover\:text-black-600\/100:hover{
  color: rgb(22 26 44 / 1) !important;
}

.hover\:text-black-600\/15:hover{
  color: rgb(22 26 44 / 0.15) !important;
}

.hover\:text-black-600\/20:hover{
  color: rgb(22 26 44 / 0.2) !important;
}

.hover\:text-black-600\/25:hover{
  color: rgb(22 26 44 / 0.25) !important;
}

.hover\:text-black-600\/30:hover{
  color: rgb(22 26 44 / 0.3) !important;
}

.hover\:text-black-600\/35:hover{
  color: rgb(22 26 44 / 0.35) !important;
}

.hover\:text-black-600\/40:hover{
  color: rgb(22 26 44 / 0.4) !important;
}

.hover\:text-black-600\/45:hover{
  color: rgb(22 26 44 / 0.45) !important;
}

.hover\:text-black-600\/5:hover{
  color: rgb(22 26 44 / 0.05) !important;
}

.hover\:text-black-600\/50:hover{
  color: rgb(22 26 44 / 0.5) !important;
}

.hover\:text-black-600\/55:hover{
  color: rgb(22 26 44 / 0.55) !important;
}

.hover\:text-black-600\/60:hover{
  color: rgb(22 26 44 / 0.6) !important;
}

.hover\:text-black-600\/65:hover{
  color: rgb(22 26 44 / 0.65) !important;
}

.hover\:text-black-600\/70:hover{
  color: rgb(22 26 44 / 0.7) !important;
}

.hover\:text-black-600\/75:hover{
  color: rgb(22 26 44 / 0.75) !important;
}

.hover\:text-black-600\/80:hover{
  color: rgb(22 26 44 / 0.8) !important;
}

.hover\:text-black-600\/85:hover{
  color: rgb(22 26 44 / 0.85) !important;
}

.hover\:text-black-600\/90:hover{
  color: rgb(22 26 44 / 0.9) !important;
}

.hover\:text-black-600\/95:hover{
  color: rgb(22 26 44 / 0.95) !important;
}

.hover\:text-black-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 37 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-700\/0:hover{
  color: rgb(18 22 37 / 0) !important;
}

.hover\:text-black-700\/10:hover{
  color: rgb(18 22 37 / 0.1) !important;
}

.hover\:text-black-700\/100:hover{
  color: rgb(18 22 37 / 1) !important;
}

.hover\:text-black-700\/15:hover{
  color: rgb(18 22 37 / 0.15) !important;
}

.hover\:text-black-700\/20:hover{
  color: rgb(18 22 37 / 0.2) !important;
}

.hover\:text-black-700\/25:hover{
  color: rgb(18 22 37 / 0.25) !important;
}

.hover\:text-black-700\/30:hover{
  color: rgb(18 22 37 / 0.3) !important;
}

.hover\:text-black-700\/35:hover{
  color: rgb(18 22 37 / 0.35) !important;
}

.hover\:text-black-700\/40:hover{
  color: rgb(18 22 37 / 0.4) !important;
}

.hover\:text-black-700\/45:hover{
  color: rgb(18 22 37 / 0.45) !important;
}

.hover\:text-black-700\/5:hover{
  color: rgb(18 22 37 / 0.05) !important;
}

.hover\:text-black-700\/50:hover{
  color: rgb(18 22 37 / 0.5) !important;
}

.hover\:text-black-700\/55:hover{
  color: rgb(18 22 37 / 0.55) !important;
}

.hover\:text-black-700\/60:hover{
  color: rgb(18 22 37 / 0.6) !important;
}

.hover\:text-black-700\/65:hover{
  color: rgb(18 22 37 / 0.65) !important;
}

.hover\:text-black-700\/70:hover{
  color: rgb(18 22 37 / 0.7) !important;
}

.hover\:text-black-700\/75:hover{
  color: rgb(18 22 37 / 0.75) !important;
}

.hover\:text-black-700\/80:hover{
  color: rgb(18 22 37 / 0.8) !important;
}

.hover\:text-black-700\/85:hover{
  color: rgb(18 22 37 / 0.85) !important;
}

.hover\:text-black-700\/90:hover{
  color: rgb(18 22 37 / 0.9) !important;
}

.hover\:text-black-700\/95:hover{
  color: rgb(18 22 37 / 0.95) !important;
}

.hover\:text-black-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(14 18 31 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-800\/0:hover{
  color: rgb(14 18 31 / 0) !important;
}

.hover\:text-black-800\/10:hover{
  color: rgb(14 18 31 / 0.1) !important;
}

.hover\:text-black-800\/100:hover{
  color: rgb(14 18 31 / 1) !important;
}

.hover\:text-black-800\/15:hover{
  color: rgb(14 18 31 / 0.15) !important;
}

.hover\:text-black-800\/20:hover{
  color: rgb(14 18 31 / 0.2) !important;
}

.hover\:text-black-800\/25:hover{
  color: rgb(14 18 31 / 0.25) !important;
}

.hover\:text-black-800\/30:hover{
  color: rgb(14 18 31 / 0.3) !important;
}

.hover\:text-black-800\/35:hover{
  color: rgb(14 18 31 / 0.35) !important;
}

.hover\:text-black-800\/40:hover{
  color: rgb(14 18 31 / 0.4) !important;
}

.hover\:text-black-800\/45:hover{
  color: rgb(14 18 31 / 0.45) !important;
}

.hover\:text-black-800\/5:hover{
  color: rgb(14 18 31 / 0.05) !important;
}

.hover\:text-black-800\/50:hover{
  color: rgb(14 18 31 / 0.5) !important;
}

.hover\:text-black-800\/55:hover{
  color: rgb(14 18 31 / 0.55) !important;
}

.hover\:text-black-800\/60:hover{
  color: rgb(14 18 31 / 0.6) !important;
}

.hover\:text-black-800\/65:hover{
  color: rgb(14 18 31 / 0.65) !important;
}

.hover\:text-black-800\/70:hover{
  color: rgb(14 18 31 / 0.7) !important;
}

.hover\:text-black-800\/75:hover{
  color: rgb(14 18 31 / 0.75) !important;
}

.hover\:text-black-800\/80:hover{
  color: rgb(14 18 31 / 0.8) !important;
}

.hover\:text-black-800\/85:hover{
  color: rgb(14 18 31 / 0.85) !important;
}

.hover\:text-black-800\/90:hover{
  color: rgb(14 18 31 / 0.9) !important;
}

.hover\:text-black-800\/95:hover{
  color: rgb(14 18 31 / 0.95) !important;
}

.hover\:text-black-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(8 10 19 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black-900\/0:hover{
  color: rgb(8 10 19 / 0) !important;
}

.hover\:text-black-900\/10:hover{
  color: rgb(8 10 19 / 0.1) !important;
}

.hover\:text-black-900\/100:hover{
  color: rgb(8 10 19 / 1) !important;
}

.hover\:text-black-900\/15:hover{
  color: rgb(8 10 19 / 0.15) !important;
}

.hover\:text-black-900\/20:hover{
  color: rgb(8 10 19 / 0.2) !important;
}

.hover\:text-black-900\/25:hover{
  color: rgb(8 10 19 / 0.25) !important;
}

.hover\:text-black-900\/30:hover{
  color: rgb(8 10 19 / 0.3) !important;
}

.hover\:text-black-900\/35:hover{
  color: rgb(8 10 19 / 0.35) !important;
}

.hover\:text-black-900\/40:hover{
  color: rgb(8 10 19 / 0.4) !important;
}

.hover\:text-black-900\/45:hover{
  color: rgb(8 10 19 / 0.45) !important;
}

.hover\:text-black-900\/5:hover{
  color: rgb(8 10 19 / 0.05) !important;
}

.hover\:text-black-900\/50:hover{
  color: rgb(8 10 19 / 0.5) !important;
}

.hover\:text-black-900\/55:hover{
  color: rgb(8 10 19 / 0.55) !important;
}

.hover\:text-black-900\/60:hover{
  color: rgb(8 10 19 / 0.6) !important;
}

.hover\:text-black-900\/65:hover{
  color: rgb(8 10 19 / 0.65) !important;
}

.hover\:text-black-900\/70:hover{
  color: rgb(8 10 19 / 0.7) !important;
}

.hover\:text-black-900\/75:hover{
  color: rgb(8 10 19 / 0.75) !important;
}

.hover\:text-black-900\/80:hover{
  color: rgb(8 10 19 / 0.8) !important;
}

.hover\:text-black-900\/85:hover{
  color: rgb(8 10 19 / 0.85) !important;
}

.hover\:text-black-900\/90:hover{
  color: rgb(8 10 19 / 0.9) !important;
}

.hover\:text-black-900\/95:hover{
  color: rgb(8 10 19 / 0.95) !important;
}

.hover\:text-blue-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(217 236 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-100\/0:hover{
  color: rgb(217 236 255 / 0) !important;
}

.hover\:text-blue-100\/10:hover{
  color: rgb(217 236 255 / 0.1) !important;
}

.hover\:text-blue-100\/100:hover{
  color: rgb(217 236 255 / 1) !important;
}

.hover\:text-blue-100\/15:hover{
  color: rgb(217 236 255 / 0.15) !important;
}

.hover\:text-blue-100\/20:hover{
  color: rgb(217 236 255 / 0.2) !important;
}

.hover\:text-blue-100\/25:hover{
  color: rgb(217 236 255 / 0.25) !important;
}

.hover\:text-blue-100\/30:hover{
  color: rgb(217 236 255 / 0.3) !important;
}

.hover\:text-blue-100\/35:hover{
  color: rgb(217 236 255 / 0.35) !important;
}

.hover\:text-blue-100\/40:hover{
  color: rgb(217 236 255 / 0.4) !important;
}

.hover\:text-blue-100\/45:hover{
  color: rgb(217 236 255 / 0.45) !important;
}

.hover\:text-blue-100\/5:hover{
  color: rgb(217 236 255 / 0.05) !important;
}

.hover\:text-blue-100\/50:hover{
  color: rgb(217 236 255 / 0.5) !important;
}

.hover\:text-blue-100\/55:hover{
  color: rgb(217 236 255 / 0.55) !important;
}

.hover\:text-blue-100\/60:hover{
  color: rgb(217 236 255 / 0.6) !important;
}

.hover\:text-blue-100\/65:hover{
  color: rgb(217 236 255 / 0.65) !important;
}

.hover\:text-blue-100\/70:hover{
  color: rgb(217 236 255 / 0.7) !important;
}

.hover\:text-blue-100\/75:hover{
  color: rgb(217 236 255 / 0.75) !important;
}

.hover\:text-blue-100\/80:hover{
  color: rgb(217 236 255 / 0.8) !important;
}

.hover\:text-blue-100\/85:hover{
  color: rgb(217 236 255 / 0.85) !important;
}

.hover\:text-blue-100\/90:hover{
  color: rgb(217 236 255 / 0.9) !important;
}

.hover\:text-blue-100\/95:hover{
  color: rgb(217 236 255 / 0.95) !important;
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(188 222 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-200\/0:hover{
  color: rgb(188 222 255 / 0) !important;
}

.hover\:text-blue-200\/10:hover{
  color: rgb(188 222 255 / 0.1) !important;
}

.hover\:text-blue-200\/100:hover{
  color: rgb(188 222 255 / 1) !important;
}

.hover\:text-blue-200\/15:hover{
  color: rgb(188 222 255 / 0.15) !important;
}

.hover\:text-blue-200\/20:hover{
  color: rgb(188 222 255 / 0.2) !important;
}

.hover\:text-blue-200\/25:hover{
  color: rgb(188 222 255 / 0.25) !important;
}

.hover\:text-blue-200\/30:hover{
  color: rgb(188 222 255 / 0.3) !important;
}

.hover\:text-blue-200\/35:hover{
  color: rgb(188 222 255 / 0.35) !important;
}

.hover\:text-blue-200\/40:hover{
  color: rgb(188 222 255 / 0.4) !important;
}

.hover\:text-blue-200\/45:hover{
  color: rgb(188 222 255 / 0.45) !important;
}

.hover\:text-blue-200\/5:hover{
  color: rgb(188 222 255 / 0.05) !important;
}

.hover\:text-blue-200\/50:hover{
  color: rgb(188 222 255 / 0.5) !important;
}

.hover\:text-blue-200\/55:hover{
  color: rgb(188 222 255 / 0.55) !important;
}

.hover\:text-blue-200\/60:hover{
  color: rgb(188 222 255 / 0.6) !important;
}

.hover\:text-blue-200\/65:hover{
  color: rgb(188 222 255 / 0.65) !important;
}

.hover\:text-blue-200\/70:hover{
  color: rgb(188 222 255 / 0.7) !important;
}

.hover\:text-blue-200\/75:hover{
  color: rgb(188 222 255 / 0.75) !important;
}

.hover\:text-blue-200\/80:hover{
  color: rgb(188 222 255 / 0.8) !important;
}

.hover\:text-blue-200\/85:hover{
  color: rgb(188 222 255 / 0.85) !important;
}

.hover\:text-blue-200\/90:hover{
  color: rgb(188 222 255 / 0.9) !important;
}

.hover\:text-blue-200\/95:hover{
  color: rgb(188 222 255 / 0.95) !important;
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(142 202 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-300\/0:hover{
  color: rgb(142 202 255 / 0) !important;
}

.hover\:text-blue-300\/10:hover{
  color: rgb(142 202 255 / 0.1) !important;
}

.hover\:text-blue-300\/100:hover{
  color: rgb(142 202 255 / 1) !important;
}

.hover\:text-blue-300\/15:hover{
  color: rgb(142 202 255 / 0.15) !important;
}

.hover\:text-blue-300\/20:hover{
  color: rgb(142 202 255 / 0.2) !important;
}

.hover\:text-blue-300\/25:hover{
  color: rgb(142 202 255 / 0.25) !important;
}

.hover\:text-blue-300\/30:hover{
  color: rgb(142 202 255 / 0.3) !important;
}

.hover\:text-blue-300\/35:hover{
  color: rgb(142 202 255 / 0.35) !important;
}

.hover\:text-blue-300\/40:hover{
  color: rgb(142 202 255 / 0.4) !important;
}

.hover\:text-blue-300\/45:hover{
  color: rgb(142 202 255 / 0.45) !important;
}

.hover\:text-blue-300\/5:hover{
  color: rgb(142 202 255 / 0.05) !important;
}

.hover\:text-blue-300\/50:hover{
  color: rgb(142 202 255 / 0.5) !important;
}

.hover\:text-blue-300\/55:hover{
  color: rgb(142 202 255 / 0.55) !important;
}

.hover\:text-blue-300\/60:hover{
  color: rgb(142 202 255 / 0.6) !important;
}

.hover\:text-blue-300\/65:hover{
  color: rgb(142 202 255 / 0.65) !important;
}

.hover\:text-blue-300\/70:hover{
  color: rgb(142 202 255 / 0.7) !important;
}

.hover\:text-blue-300\/75:hover{
  color: rgb(142 202 255 / 0.75) !important;
}

.hover\:text-blue-300\/80:hover{
  color: rgb(142 202 255 / 0.8) !important;
}

.hover\:text-blue-300\/85:hover{
  color: rgb(142 202 255 / 0.85) !important;
}

.hover\:text-blue-300\/90:hover{
  color: rgb(142 202 255 / 0.9) !important;
}

.hover\:text-blue-300\/95:hover{
  color: rgb(142 202 255 / 0.95) !important;
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(89 172 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-400\/0:hover{
  color: rgb(89 172 255 / 0) !important;
}

.hover\:text-blue-400\/10:hover{
  color: rgb(89 172 255 / 0.1) !important;
}

.hover\:text-blue-400\/100:hover{
  color: rgb(89 172 255 / 1) !important;
}

.hover\:text-blue-400\/15:hover{
  color: rgb(89 172 255 / 0.15) !important;
}

.hover\:text-blue-400\/20:hover{
  color: rgb(89 172 255 / 0.2) !important;
}

.hover\:text-blue-400\/25:hover{
  color: rgb(89 172 255 / 0.25) !important;
}

.hover\:text-blue-400\/30:hover{
  color: rgb(89 172 255 / 0.3) !important;
}

.hover\:text-blue-400\/35:hover{
  color: rgb(89 172 255 / 0.35) !important;
}

.hover\:text-blue-400\/40:hover{
  color: rgb(89 172 255 / 0.4) !important;
}

.hover\:text-blue-400\/45:hover{
  color: rgb(89 172 255 / 0.45) !important;
}

.hover\:text-blue-400\/5:hover{
  color: rgb(89 172 255 / 0.05) !important;
}

.hover\:text-blue-400\/50:hover{
  color: rgb(89 172 255 / 0.5) !important;
}

.hover\:text-blue-400\/55:hover{
  color: rgb(89 172 255 / 0.55) !important;
}

.hover\:text-blue-400\/60:hover{
  color: rgb(89 172 255 / 0.6) !important;
}

.hover\:text-blue-400\/65:hover{
  color: rgb(89 172 255 / 0.65) !important;
}

.hover\:text-blue-400\/70:hover{
  color: rgb(89 172 255 / 0.7) !important;
}

.hover\:text-blue-400\/75:hover{
  color: rgb(89 172 255 / 0.75) !important;
}

.hover\:text-blue-400\/80:hover{
  color: rgb(89 172 255 / 0.8) !important;
}

.hover\:text-blue-400\/85:hover{
  color: rgb(89 172 255 / 0.85) !important;
}

.hover\:text-blue-400\/90:hover{
  color: rgb(89 172 255 / 0.9) !important;
}

.hover\:text-blue-400\/95:hover{
  color: rgb(89 172 255 / 0.95) !important;
}

.hover\:text-blue-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(238 247 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-50\/0:hover{
  color: rgb(238 247 255 / 0) !important;
}

.hover\:text-blue-50\/10:hover{
  color: rgb(238 247 255 / 0.1) !important;
}

.hover\:text-blue-50\/100:hover{
  color: rgb(238 247 255 / 1) !important;
}

.hover\:text-blue-50\/15:hover{
  color: rgb(238 247 255 / 0.15) !important;
}

.hover\:text-blue-50\/20:hover{
  color: rgb(238 247 255 / 0.2) !important;
}

.hover\:text-blue-50\/25:hover{
  color: rgb(238 247 255 / 0.25) !important;
}

.hover\:text-blue-50\/30:hover{
  color: rgb(238 247 255 / 0.3) !important;
}

.hover\:text-blue-50\/35:hover{
  color: rgb(238 247 255 / 0.35) !important;
}

.hover\:text-blue-50\/40:hover{
  color: rgb(238 247 255 / 0.4) !important;
}

.hover\:text-blue-50\/45:hover{
  color: rgb(238 247 255 / 0.45) !important;
}

.hover\:text-blue-50\/5:hover{
  color: rgb(238 247 255 / 0.05) !important;
}

.hover\:text-blue-50\/50:hover{
  color: rgb(238 247 255 / 0.5) !important;
}

.hover\:text-blue-50\/55:hover{
  color: rgb(238 247 255 / 0.55) !important;
}

.hover\:text-blue-50\/60:hover{
  color: rgb(238 247 255 / 0.6) !important;
}

.hover\:text-blue-50\/65:hover{
  color: rgb(238 247 255 / 0.65) !important;
}

.hover\:text-blue-50\/70:hover{
  color: rgb(238 247 255 / 0.7) !important;
}

.hover\:text-blue-50\/75:hover{
  color: rgb(238 247 255 / 0.75) !important;
}

.hover\:text-blue-50\/80:hover{
  color: rgb(238 247 255 / 0.8) !important;
}

.hover\:text-blue-50\/85:hover{
  color: rgb(238 247 255 / 0.85) !important;
}

.hover\:text-blue-50\/90:hover{
  color: rgb(238 247 255 / 0.9) !important;
}

.hover\:text-blue-50\/95:hover{
  color: rgb(238 247 255 / 0.95) !important;
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(42 133 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-500\/0:hover{
  color: rgb(42 133 255 / 0) !important;
}

.hover\:text-blue-500\/10:hover{
  color: rgb(42 133 255 / 0.1) !important;
}

.hover\:text-blue-500\/100:hover{
  color: rgb(42 133 255 / 1) !important;
}

.hover\:text-blue-500\/15:hover{
  color: rgb(42 133 255 / 0.15) !important;
}

.hover\:text-blue-500\/20:hover{
  color: rgb(42 133 255 / 0.2) !important;
}

.hover\:text-blue-500\/25:hover{
  color: rgb(42 133 255 / 0.25) !important;
}

.hover\:text-blue-500\/30:hover{
  color: rgb(42 133 255 / 0.3) !important;
}

.hover\:text-blue-500\/35:hover{
  color: rgb(42 133 255 / 0.35) !important;
}

.hover\:text-blue-500\/40:hover{
  color: rgb(42 133 255 / 0.4) !important;
}

.hover\:text-blue-500\/45:hover{
  color: rgb(42 133 255 / 0.45) !important;
}

.hover\:text-blue-500\/5:hover{
  color: rgb(42 133 255 / 0.05) !important;
}

.hover\:text-blue-500\/50:hover{
  color: rgb(42 133 255 / 0.5) !important;
}

.hover\:text-blue-500\/55:hover{
  color: rgb(42 133 255 / 0.55) !important;
}

.hover\:text-blue-500\/60:hover{
  color: rgb(42 133 255 / 0.6) !important;
}

.hover\:text-blue-500\/65:hover{
  color: rgb(42 133 255 / 0.65) !important;
}

.hover\:text-blue-500\/70:hover{
  color: rgb(42 133 255 / 0.7) !important;
}

.hover\:text-blue-500\/75:hover{
  color: rgb(42 133 255 / 0.75) !important;
}

.hover\:text-blue-500\/80:hover{
  color: rgb(42 133 255 / 0.8) !important;
}

.hover\:text-blue-500\/85:hover{
  color: rgb(42 133 255 / 0.85) !important;
}

.hover\:text-blue-500\/90:hover{
  color: rgb(42 133 255 / 0.9) !important;
}

.hover\:text-blue-500\/95:hover{
  color: rgb(42 133 255 / 0.95) !important;
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(27 105 245 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-600\/0:hover{
  color: rgb(27 105 245 / 0) !important;
}

.hover\:text-blue-600\/10:hover{
  color: rgb(27 105 245 / 0.1) !important;
}

.hover\:text-blue-600\/100:hover{
  color: rgb(27 105 245 / 1) !important;
}

.hover\:text-blue-600\/15:hover{
  color: rgb(27 105 245 / 0.15) !important;
}

.hover\:text-blue-600\/20:hover{
  color: rgb(27 105 245 / 0.2) !important;
}

.hover\:text-blue-600\/25:hover{
  color: rgb(27 105 245 / 0.25) !important;
}

.hover\:text-blue-600\/30:hover{
  color: rgb(27 105 245 / 0.3) !important;
}

.hover\:text-blue-600\/35:hover{
  color: rgb(27 105 245 / 0.35) !important;
}

.hover\:text-blue-600\/40:hover{
  color: rgb(27 105 245 / 0.4) !important;
}

.hover\:text-blue-600\/45:hover{
  color: rgb(27 105 245 / 0.45) !important;
}

.hover\:text-blue-600\/5:hover{
  color: rgb(27 105 245 / 0.05) !important;
}

.hover\:text-blue-600\/50:hover{
  color: rgb(27 105 245 / 0.5) !important;
}

.hover\:text-blue-600\/55:hover{
  color: rgb(27 105 245 / 0.55) !important;
}

.hover\:text-blue-600\/60:hover{
  color: rgb(27 105 245 / 0.6) !important;
}

.hover\:text-blue-600\/65:hover{
  color: rgb(27 105 245 / 0.65) !important;
}

.hover\:text-blue-600\/70:hover{
  color: rgb(27 105 245 / 0.7) !important;
}

.hover\:text-blue-600\/75:hover{
  color: rgb(27 105 245 / 0.75) !important;
}

.hover\:text-blue-600\/80:hover{
  color: rgb(27 105 245 / 0.8) !important;
}

.hover\:text-blue-600\/85:hover{
  color: rgb(27 105 245 / 0.85) !important;
}

.hover\:text-blue-600\/90:hover{
  color: rgb(27 105 245 / 0.9) !important;
}

.hover\:text-blue-600\/95:hover{
  color: rgb(27 105 245 / 0.95) !important;
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(20 84 225 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-700\/0:hover{
  color: rgb(20 84 225 / 0) !important;
}

.hover\:text-blue-700\/10:hover{
  color: rgb(20 84 225 / 0.1) !important;
}

.hover\:text-blue-700\/100:hover{
  color: rgb(20 84 225 / 1) !important;
}

.hover\:text-blue-700\/15:hover{
  color: rgb(20 84 225 / 0.15) !important;
}

.hover\:text-blue-700\/20:hover{
  color: rgb(20 84 225 / 0.2) !important;
}

.hover\:text-blue-700\/25:hover{
  color: rgb(20 84 225 / 0.25) !important;
}

.hover\:text-blue-700\/30:hover{
  color: rgb(20 84 225 / 0.3) !important;
}

.hover\:text-blue-700\/35:hover{
  color: rgb(20 84 225 / 0.35) !important;
}

.hover\:text-blue-700\/40:hover{
  color: rgb(20 84 225 / 0.4) !important;
}

.hover\:text-blue-700\/45:hover{
  color: rgb(20 84 225 / 0.45) !important;
}

.hover\:text-blue-700\/5:hover{
  color: rgb(20 84 225 / 0.05) !important;
}

.hover\:text-blue-700\/50:hover{
  color: rgb(20 84 225 / 0.5) !important;
}

.hover\:text-blue-700\/55:hover{
  color: rgb(20 84 225 / 0.55) !important;
}

.hover\:text-blue-700\/60:hover{
  color: rgb(20 84 225 / 0.6) !important;
}

.hover\:text-blue-700\/65:hover{
  color: rgb(20 84 225 / 0.65) !important;
}

.hover\:text-blue-700\/70:hover{
  color: rgb(20 84 225 / 0.7) !important;
}

.hover\:text-blue-700\/75:hover{
  color: rgb(20 84 225 / 0.75) !important;
}

.hover\:text-blue-700\/80:hover{
  color: rgb(20 84 225 / 0.8) !important;
}

.hover\:text-blue-700\/85:hover{
  color: rgb(20 84 225 / 0.85) !important;
}

.hover\:text-blue-700\/90:hover{
  color: rgb(20 84 225 / 0.9) !important;
}

.hover\:text-blue-700\/95:hover{
  color: rgb(20 84 225 / 0.95) !important;
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(23 68 182 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-800\/0:hover{
  color: rgb(23 68 182 / 0) !important;
}

.hover\:text-blue-800\/10:hover{
  color: rgb(23 68 182 / 0.1) !important;
}

.hover\:text-blue-800\/100:hover{
  color: rgb(23 68 182 / 1) !important;
}

.hover\:text-blue-800\/15:hover{
  color: rgb(23 68 182 / 0.15) !important;
}

.hover\:text-blue-800\/20:hover{
  color: rgb(23 68 182 / 0.2) !important;
}

.hover\:text-blue-800\/25:hover{
  color: rgb(23 68 182 / 0.25) !important;
}

.hover\:text-blue-800\/30:hover{
  color: rgb(23 68 182 / 0.3) !important;
}

.hover\:text-blue-800\/35:hover{
  color: rgb(23 68 182 / 0.35) !important;
}

.hover\:text-blue-800\/40:hover{
  color: rgb(23 68 182 / 0.4) !important;
}

.hover\:text-blue-800\/45:hover{
  color: rgb(23 68 182 / 0.45) !important;
}

.hover\:text-blue-800\/5:hover{
  color: rgb(23 68 182 / 0.05) !important;
}

.hover\:text-blue-800\/50:hover{
  color: rgb(23 68 182 / 0.5) !important;
}

.hover\:text-blue-800\/55:hover{
  color: rgb(23 68 182 / 0.55) !important;
}

.hover\:text-blue-800\/60:hover{
  color: rgb(23 68 182 / 0.6) !important;
}

.hover\:text-blue-800\/65:hover{
  color: rgb(23 68 182 / 0.65) !important;
}

.hover\:text-blue-800\/70:hover{
  color: rgb(23 68 182 / 0.7) !important;
}

.hover\:text-blue-800\/75:hover{
  color: rgb(23 68 182 / 0.75) !important;
}

.hover\:text-blue-800\/80:hover{
  color: rgb(23 68 182 / 0.8) !important;
}

.hover\:text-blue-800\/85:hover{
  color: rgb(23 68 182 / 0.85) !important;
}

.hover\:text-blue-800\/90:hover{
  color: rgb(23 68 182 / 0.9) !important;
}

.hover\:text-blue-800\/95:hover{
  color: rgb(23 68 182 / 0.95) !important;
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(25 61 143 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-900\/0:hover{
  color: rgb(25 61 143 / 0) !important;
}

.hover\:text-blue-900\/10:hover{
  color: rgb(25 61 143 / 0.1) !important;
}

.hover\:text-blue-900\/100:hover{
  color: rgb(25 61 143 / 1) !important;
}

.hover\:text-blue-900\/15:hover{
  color: rgb(25 61 143 / 0.15) !important;
}

.hover\:text-blue-900\/20:hover{
  color: rgb(25 61 143 / 0.2) !important;
}

.hover\:text-blue-900\/25:hover{
  color: rgb(25 61 143 / 0.25) !important;
}

.hover\:text-blue-900\/30:hover{
  color: rgb(25 61 143 / 0.3) !important;
}

.hover\:text-blue-900\/35:hover{
  color: rgb(25 61 143 / 0.35) !important;
}

.hover\:text-blue-900\/40:hover{
  color: rgb(25 61 143 / 0.4) !important;
}

.hover\:text-blue-900\/45:hover{
  color: rgb(25 61 143 / 0.45) !important;
}

.hover\:text-blue-900\/5:hover{
  color: rgb(25 61 143 / 0.05) !important;
}

.hover\:text-blue-900\/50:hover{
  color: rgb(25 61 143 / 0.5) !important;
}

.hover\:text-blue-900\/55:hover{
  color: rgb(25 61 143 / 0.55) !important;
}

.hover\:text-blue-900\/60:hover{
  color: rgb(25 61 143 / 0.6) !important;
}

.hover\:text-blue-900\/65:hover{
  color: rgb(25 61 143 / 0.65) !important;
}

.hover\:text-blue-900\/70:hover{
  color: rgb(25 61 143 / 0.7) !important;
}

.hover\:text-blue-900\/75:hover{
  color: rgb(25 61 143 / 0.75) !important;
}

.hover\:text-blue-900\/80:hover{
  color: rgb(25 61 143 / 0.8) !important;
}

.hover\:text-blue-900\/85:hover{
  color: rgb(25 61 143 / 0.85) !important;
}

.hover\:text-blue-900\/90:hover{
  color: rgb(25 61 143 / 0.9) !important;
}

.hover\:text-blue-900\/95:hover{
  color: rgb(25 61 143 / 0.95) !important;
}

.hover\:text-blue-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 87 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-950\/0:hover{
  color: rgb(20 38 87 / 0) !important;
}

.hover\:text-blue-950\/10:hover{
  color: rgb(20 38 87 / 0.1) !important;
}

.hover\:text-blue-950\/100:hover{
  color: rgb(20 38 87 / 1) !important;
}

.hover\:text-blue-950\/15:hover{
  color: rgb(20 38 87 / 0.15) !important;
}

.hover\:text-blue-950\/20:hover{
  color: rgb(20 38 87 / 0.2) !important;
}

.hover\:text-blue-950\/25:hover{
  color: rgb(20 38 87 / 0.25) !important;
}

.hover\:text-blue-950\/30:hover{
  color: rgb(20 38 87 / 0.3) !important;
}

.hover\:text-blue-950\/35:hover{
  color: rgb(20 38 87 / 0.35) !important;
}

.hover\:text-blue-950\/40:hover{
  color: rgb(20 38 87 / 0.4) !important;
}

.hover\:text-blue-950\/45:hover{
  color: rgb(20 38 87 / 0.45) !important;
}

.hover\:text-blue-950\/5:hover{
  color: rgb(20 38 87 / 0.05) !important;
}

.hover\:text-blue-950\/50:hover{
  color: rgb(20 38 87 / 0.5) !important;
}

.hover\:text-blue-950\/55:hover{
  color: rgb(20 38 87 / 0.55) !important;
}

.hover\:text-blue-950\/60:hover{
  color: rgb(20 38 87 / 0.6) !important;
}

.hover\:text-blue-950\/65:hover{
  color: rgb(20 38 87 / 0.65) !important;
}

.hover\:text-blue-950\/70:hover{
  color: rgb(20 38 87 / 0.7) !important;
}

.hover\:text-blue-950\/75:hover{
  color: rgb(20 38 87 / 0.75) !important;
}

.hover\:text-blue-950\/80:hover{
  color: rgb(20 38 87 / 0.8) !important;
}

.hover\:text-blue-950\/85:hover{
  color: rgb(20 38 87 / 0.85) !important;
}

.hover\:text-blue-950\/90:hover{
  color: rgb(20 38 87 / 0.9) !important;
}

.hover\:text-blue-950\/95:hover{
  color: rgb(20 38 87 / 0.95) !important;
}

.hover\:text-cyan-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(187 229 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-100\/0:hover{
  color: rgb(187 229 255 / 0) !important;
}

.hover\:text-cyan-100\/10:hover{
  color: rgb(187 229 255 / 0.1) !important;
}

.hover\:text-cyan-100\/100:hover{
  color: rgb(187 229 255 / 1) !important;
}

.hover\:text-cyan-100\/15:hover{
  color: rgb(187 229 255 / 0.15) !important;
}

.hover\:text-cyan-100\/20:hover{
  color: rgb(187 229 255 / 0.2) !important;
}

.hover\:text-cyan-100\/25:hover{
  color: rgb(187 229 255 / 0.25) !important;
}

.hover\:text-cyan-100\/30:hover{
  color: rgb(187 229 255 / 0.3) !important;
}

.hover\:text-cyan-100\/35:hover{
  color: rgb(187 229 255 / 0.35) !important;
}

.hover\:text-cyan-100\/40:hover{
  color: rgb(187 229 255 / 0.4) !important;
}

.hover\:text-cyan-100\/45:hover{
  color: rgb(187 229 255 / 0.45) !important;
}

.hover\:text-cyan-100\/5:hover{
  color: rgb(187 229 255 / 0.05) !important;
}

.hover\:text-cyan-100\/50:hover{
  color: rgb(187 229 255 / 0.5) !important;
}

.hover\:text-cyan-100\/55:hover{
  color: rgb(187 229 255 / 0.55) !important;
}

.hover\:text-cyan-100\/60:hover{
  color: rgb(187 229 255 / 0.6) !important;
}

.hover\:text-cyan-100\/65:hover{
  color: rgb(187 229 255 / 0.65) !important;
}

.hover\:text-cyan-100\/70:hover{
  color: rgb(187 229 255 / 0.7) !important;
}

.hover\:text-cyan-100\/75:hover{
  color: rgb(187 229 255 / 0.75) !important;
}

.hover\:text-cyan-100\/80:hover{
  color: rgb(187 229 255 / 0.8) !important;
}

.hover\:text-cyan-100\/85:hover{
  color: rgb(187 229 255 / 0.85) !important;
}

.hover\:text-cyan-100\/90:hover{
  color: rgb(187 229 255 / 0.9) !important;
}

.hover\:text-cyan-100\/95:hover{
  color: rgb(187 229 255 / 0.95) !important;
}

.hover\:text-cyan-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(142 211 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-200\/0:hover{
  color: rgb(142 211 255 / 0) !important;
}

.hover\:text-cyan-200\/10:hover{
  color: rgb(142 211 255 / 0.1) !important;
}

.hover\:text-cyan-200\/100:hover{
  color: rgb(142 211 255 / 1) !important;
}

.hover\:text-cyan-200\/15:hover{
  color: rgb(142 211 255 / 0.15) !important;
}

.hover\:text-cyan-200\/20:hover{
  color: rgb(142 211 255 / 0.2) !important;
}

.hover\:text-cyan-200\/25:hover{
  color: rgb(142 211 255 / 0.25) !important;
}

.hover\:text-cyan-200\/30:hover{
  color: rgb(142 211 255 / 0.3) !important;
}

.hover\:text-cyan-200\/35:hover{
  color: rgb(142 211 255 / 0.35) !important;
}

.hover\:text-cyan-200\/40:hover{
  color: rgb(142 211 255 / 0.4) !important;
}

.hover\:text-cyan-200\/45:hover{
  color: rgb(142 211 255 / 0.45) !important;
}

.hover\:text-cyan-200\/5:hover{
  color: rgb(142 211 255 / 0.05) !important;
}

.hover\:text-cyan-200\/50:hover{
  color: rgb(142 211 255 / 0.5) !important;
}

.hover\:text-cyan-200\/55:hover{
  color: rgb(142 211 255 / 0.55) !important;
}

.hover\:text-cyan-200\/60:hover{
  color: rgb(142 211 255 / 0.6) !important;
}

.hover\:text-cyan-200\/65:hover{
  color: rgb(142 211 255 / 0.65) !important;
}

.hover\:text-cyan-200\/70:hover{
  color: rgb(142 211 255 / 0.7) !important;
}

.hover\:text-cyan-200\/75:hover{
  color: rgb(142 211 255 / 0.75) !important;
}

.hover\:text-cyan-200\/80:hover{
  color: rgb(142 211 255 / 0.8) !important;
}

.hover\:text-cyan-200\/85:hover{
  color: rgb(142 211 255 / 0.85) !important;
}

.hover\:text-cyan-200\/90:hover{
  color: rgb(142 211 255 / 0.9) !important;
}

.hover\:text-cyan-200\/95:hover{
  color: rgb(142 211 255 / 0.95) !important;
}

.hover\:text-cyan-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(97 193 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-300\/0:hover{
  color: rgb(97 193 255 / 0) !important;
}

.hover\:text-cyan-300\/10:hover{
  color: rgb(97 193 255 / 0.1) !important;
}

.hover\:text-cyan-300\/100:hover{
  color: rgb(97 193 255 / 1) !important;
}

.hover\:text-cyan-300\/15:hover{
  color: rgb(97 193 255 / 0.15) !important;
}

.hover\:text-cyan-300\/20:hover{
  color: rgb(97 193 255 / 0.2) !important;
}

.hover\:text-cyan-300\/25:hover{
  color: rgb(97 193 255 / 0.25) !important;
}

.hover\:text-cyan-300\/30:hover{
  color: rgb(97 193 255 / 0.3) !important;
}

.hover\:text-cyan-300\/35:hover{
  color: rgb(97 193 255 / 0.35) !important;
}

.hover\:text-cyan-300\/40:hover{
  color: rgb(97 193 255 / 0.4) !important;
}

.hover\:text-cyan-300\/45:hover{
  color: rgb(97 193 255 / 0.45) !important;
}

.hover\:text-cyan-300\/5:hover{
  color: rgb(97 193 255 / 0.05) !important;
}

.hover\:text-cyan-300\/50:hover{
  color: rgb(97 193 255 / 0.5) !important;
}

.hover\:text-cyan-300\/55:hover{
  color: rgb(97 193 255 / 0.55) !important;
}

.hover\:text-cyan-300\/60:hover{
  color: rgb(97 193 255 / 0.6) !important;
}

.hover\:text-cyan-300\/65:hover{
  color: rgb(97 193 255 / 0.65) !important;
}

.hover\:text-cyan-300\/70:hover{
  color: rgb(97 193 255 / 0.7) !important;
}

.hover\:text-cyan-300\/75:hover{
  color: rgb(97 193 255 / 0.75) !important;
}

.hover\:text-cyan-300\/80:hover{
  color: rgb(97 193 255 / 0.8) !important;
}

.hover\:text-cyan-300\/85:hover{
  color: rgb(97 193 255 / 0.85) !important;
}

.hover\:text-cyan-300\/90:hover{
  color: rgb(97 193 255 / 0.9) !important;
}

.hover\:text-cyan-300\/95:hover{
  color: rgb(97 193 255 / 0.95) !important;
}

.hover\:text-cyan-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(63 180 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-400\/0:hover{
  color: rgb(63 180 255 / 0) !important;
}

.hover\:text-cyan-400\/10:hover{
  color: rgb(63 180 255 / 0.1) !important;
}

.hover\:text-cyan-400\/100:hover{
  color: rgb(63 180 255 / 1) !important;
}

.hover\:text-cyan-400\/15:hover{
  color: rgb(63 180 255 / 0.15) !important;
}

.hover\:text-cyan-400\/20:hover{
  color: rgb(63 180 255 / 0.2) !important;
}

.hover\:text-cyan-400\/25:hover{
  color: rgb(63 180 255 / 0.25) !important;
}

.hover\:text-cyan-400\/30:hover{
  color: rgb(63 180 255 / 0.3) !important;
}

.hover\:text-cyan-400\/35:hover{
  color: rgb(63 180 255 / 0.35) !important;
}

.hover\:text-cyan-400\/40:hover{
  color: rgb(63 180 255 / 0.4) !important;
}

.hover\:text-cyan-400\/45:hover{
  color: rgb(63 180 255 / 0.45) !important;
}

.hover\:text-cyan-400\/5:hover{
  color: rgb(63 180 255 / 0.05) !important;
}

.hover\:text-cyan-400\/50:hover{
  color: rgb(63 180 255 / 0.5) !important;
}

.hover\:text-cyan-400\/55:hover{
  color: rgb(63 180 255 / 0.55) !important;
}

.hover\:text-cyan-400\/60:hover{
  color: rgb(63 180 255 / 0.6) !important;
}

.hover\:text-cyan-400\/65:hover{
  color: rgb(63 180 255 / 0.65) !important;
}

.hover\:text-cyan-400\/70:hover{
  color: rgb(63 180 255 / 0.7) !important;
}

.hover\:text-cyan-400\/75:hover{
  color: rgb(63 180 255 / 0.75) !important;
}

.hover\:text-cyan-400\/80:hover{
  color: rgb(63 180 255 / 0.8) !important;
}

.hover\:text-cyan-400\/85:hover{
  color: rgb(63 180 255 / 0.85) !important;
}

.hover\:text-cyan-400\/90:hover{
  color: rgb(63 180 255 / 0.9) !important;
}

.hover\:text-cyan-400\/95:hover{
  color: rgb(63 180 255 / 0.95) !important;
}

.hover\:text-cyan-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(228 244 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-50\/0:hover{
  color: rgb(228 244 255 / 0) !important;
}

.hover\:text-cyan-50\/10:hover{
  color: rgb(228 244 255 / 0.1) !important;
}

.hover\:text-cyan-50\/100:hover{
  color: rgb(228 244 255 / 1) !important;
}

.hover\:text-cyan-50\/15:hover{
  color: rgb(228 244 255 / 0.15) !important;
}

.hover\:text-cyan-50\/20:hover{
  color: rgb(228 244 255 / 0.2) !important;
}

.hover\:text-cyan-50\/25:hover{
  color: rgb(228 244 255 / 0.25) !important;
}

.hover\:text-cyan-50\/30:hover{
  color: rgb(228 244 255 / 0.3) !important;
}

.hover\:text-cyan-50\/35:hover{
  color: rgb(228 244 255 / 0.35) !important;
}

.hover\:text-cyan-50\/40:hover{
  color: rgb(228 244 255 / 0.4) !important;
}

.hover\:text-cyan-50\/45:hover{
  color: rgb(228 244 255 / 0.45) !important;
}

.hover\:text-cyan-50\/5:hover{
  color: rgb(228 244 255 / 0.05) !important;
}

.hover\:text-cyan-50\/50:hover{
  color: rgb(228 244 255 / 0.5) !important;
}

.hover\:text-cyan-50\/55:hover{
  color: rgb(228 244 255 / 0.55) !important;
}

.hover\:text-cyan-50\/60:hover{
  color: rgb(228 244 255 / 0.6) !important;
}

.hover\:text-cyan-50\/65:hover{
  color: rgb(228 244 255 / 0.65) !important;
}

.hover\:text-cyan-50\/70:hover{
  color: rgb(228 244 255 / 0.7) !important;
}

.hover\:text-cyan-50\/75:hover{
  color: rgb(228 244 255 / 0.75) !important;
}

.hover\:text-cyan-50\/80:hover{
  color: rgb(228 244 255 / 0.8) !important;
}

.hover\:text-cyan-50\/85:hover{
  color: rgb(228 244 255 / 0.85) !important;
}

.hover\:text-cyan-50\/90:hover{
  color: rgb(228 244 255 / 0.9) !important;
}

.hover\:text-cyan-50\/95:hover{
  color: rgb(228 244 255 / 0.95) !important;
}

.hover\:text-cyan-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-500\/0:hover{
  color: rgb(29 167 255 / 0) !important;
}

.hover\:text-cyan-500\/10:hover{
  color: rgb(29 167 255 / 0.1) !important;
}

.hover\:text-cyan-500\/100:hover{
  color: rgb(29 167 255 / 1) !important;
}

.hover\:text-cyan-500\/15:hover{
  color: rgb(29 167 255 / 0.15) !important;
}

.hover\:text-cyan-500\/20:hover{
  color: rgb(29 167 255 / 0.2) !important;
}

.hover\:text-cyan-500\/25:hover{
  color: rgb(29 167 255 / 0.25) !important;
}

.hover\:text-cyan-500\/30:hover{
  color: rgb(29 167 255 / 0.3) !important;
}

.hover\:text-cyan-500\/35:hover{
  color: rgb(29 167 255 / 0.35) !important;
}

.hover\:text-cyan-500\/40:hover{
  color: rgb(29 167 255 / 0.4) !important;
}

.hover\:text-cyan-500\/45:hover{
  color: rgb(29 167 255 / 0.45) !important;
}

.hover\:text-cyan-500\/5:hover{
  color: rgb(29 167 255 / 0.05) !important;
}

.hover\:text-cyan-500\/50:hover{
  color: rgb(29 167 255 / 0.5) !important;
}

.hover\:text-cyan-500\/55:hover{
  color: rgb(29 167 255 / 0.55) !important;
}

.hover\:text-cyan-500\/60:hover{
  color: rgb(29 167 255 / 0.6) !important;
}

.hover\:text-cyan-500\/65:hover{
  color: rgb(29 167 255 / 0.65) !important;
}

.hover\:text-cyan-500\/70:hover{
  color: rgb(29 167 255 / 0.7) !important;
}

.hover\:text-cyan-500\/75:hover{
  color: rgb(29 167 255 / 0.75) !important;
}

.hover\:text-cyan-500\/80:hover{
  color: rgb(29 167 255 / 0.8) !important;
}

.hover\:text-cyan-500\/85:hover{
  color: rgb(29 167 255 / 0.85) !important;
}

.hover\:text-cyan-500\/90:hover{
  color: rgb(29 167 255 / 0.9) !important;
}

.hover\:text-cyan-500\/95:hover{
  color: rgb(29 167 255 / 0.95) !important;
}

.hover\:text-cyan-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(26 159 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-600\/0:hover{
  color: rgb(26 159 255 / 0) !important;
}

.hover\:text-cyan-600\/10:hover{
  color: rgb(26 159 255 / 0.1) !important;
}

.hover\:text-cyan-600\/100:hover{
  color: rgb(26 159 255 / 1) !important;
}

.hover\:text-cyan-600\/15:hover{
  color: rgb(26 159 255 / 0.15) !important;
}

.hover\:text-cyan-600\/20:hover{
  color: rgb(26 159 255 / 0.2) !important;
}

.hover\:text-cyan-600\/25:hover{
  color: rgb(26 159 255 / 0.25) !important;
}

.hover\:text-cyan-600\/30:hover{
  color: rgb(26 159 255 / 0.3) !important;
}

.hover\:text-cyan-600\/35:hover{
  color: rgb(26 159 255 / 0.35) !important;
}

.hover\:text-cyan-600\/40:hover{
  color: rgb(26 159 255 / 0.4) !important;
}

.hover\:text-cyan-600\/45:hover{
  color: rgb(26 159 255 / 0.45) !important;
}

.hover\:text-cyan-600\/5:hover{
  color: rgb(26 159 255 / 0.05) !important;
}

.hover\:text-cyan-600\/50:hover{
  color: rgb(26 159 255 / 0.5) !important;
}

.hover\:text-cyan-600\/55:hover{
  color: rgb(26 159 255 / 0.55) !important;
}

.hover\:text-cyan-600\/60:hover{
  color: rgb(26 159 255 / 0.6) !important;
}

.hover\:text-cyan-600\/65:hover{
  color: rgb(26 159 255 / 0.65) !important;
}

.hover\:text-cyan-600\/70:hover{
  color: rgb(26 159 255 / 0.7) !important;
}

.hover\:text-cyan-600\/75:hover{
  color: rgb(26 159 255 / 0.75) !important;
}

.hover\:text-cyan-600\/80:hover{
  color: rgb(26 159 255 / 0.8) !important;
}

.hover\:text-cyan-600\/85:hover{
  color: rgb(26 159 255 / 0.85) !important;
}

.hover\:text-cyan-600\/90:hover{
  color: rgb(26 159 255 / 0.9) !important;
}

.hover\:text-cyan-600\/95:hover{
  color: rgb(26 159 255 / 0.95) !important;
}

.hover\:text-cyan-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(21 150 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-700\/0:hover{
  color: rgb(21 150 255 / 0) !important;
}

.hover\:text-cyan-700\/10:hover{
  color: rgb(21 150 255 / 0.1) !important;
}

.hover\:text-cyan-700\/100:hover{
  color: rgb(21 150 255 / 1) !important;
}

.hover\:text-cyan-700\/15:hover{
  color: rgb(21 150 255 / 0.15) !important;
}

.hover\:text-cyan-700\/20:hover{
  color: rgb(21 150 255 / 0.2) !important;
}

.hover\:text-cyan-700\/25:hover{
  color: rgb(21 150 255 / 0.25) !important;
}

.hover\:text-cyan-700\/30:hover{
  color: rgb(21 150 255 / 0.3) !important;
}

.hover\:text-cyan-700\/35:hover{
  color: rgb(21 150 255 / 0.35) !important;
}

.hover\:text-cyan-700\/40:hover{
  color: rgb(21 150 255 / 0.4) !important;
}

.hover\:text-cyan-700\/45:hover{
  color: rgb(21 150 255 / 0.45) !important;
}

.hover\:text-cyan-700\/5:hover{
  color: rgb(21 150 255 / 0.05) !important;
}

.hover\:text-cyan-700\/50:hover{
  color: rgb(21 150 255 / 0.5) !important;
}

.hover\:text-cyan-700\/55:hover{
  color: rgb(21 150 255 / 0.55) !important;
}

.hover\:text-cyan-700\/60:hover{
  color: rgb(21 150 255 / 0.6) !important;
}

.hover\:text-cyan-700\/65:hover{
  color: rgb(21 150 255 / 0.65) !important;
}

.hover\:text-cyan-700\/70:hover{
  color: rgb(21 150 255 / 0.7) !important;
}

.hover\:text-cyan-700\/75:hover{
  color: rgb(21 150 255 / 0.75) !important;
}

.hover\:text-cyan-700\/80:hover{
  color: rgb(21 150 255 / 0.8) !important;
}

.hover\:text-cyan-700\/85:hover{
  color: rgb(21 150 255 / 0.85) !important;
}

.hover\:text-cyan-700\/90:hover{
  color: rgb(21 150 255 / 0.9) !important;
}

.hover\:text-cyan-700\/95:hover{
  color: rgb(21 150 255 / 0.95) !important;
}

.hover\:text-cyan-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(17 140 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-800\/0:hover{
  color: rgb(17 140 255 / 0) !important;
}

.hover\:text-cyan-800\/10:hover{
  color: rgb(17 140 255 / 0.1) !important;
}

.hover\:text-cyan-800\/100:hover{
  color: rgb(17 140 255 / 1) !important;
}

.hover\:text-cyan-800\/15:hover{
  color: rgb(17 140 255 / 0.15) !important;
}

.hover\:text-cyan-800\/20:hover{
  color: rgb(17 140 255 / 0.2) !important;
}

.hover\:text-cyan-800\/25:hover{
  color: rgb(17 140 255 / 0.25) !important;
}

.hover\:text-cyan-800\/30:hover{
  color: rgb(17 140 255 / 0.3) !important;
}

.hover\:text-cyan-800\/35:hover{
  color: rgb(17 140 255 / 0.35) !important;
}

.hover\:text-cyan-800\/40:hover{
  color: rgb(17 140 255 / 0.4) !important;
}

.hover\:text-cyan-800\/45:hover{
  color: rgb(17 140 255 / 0.45) !important;
}

.hover\:text-cyan-800\/5:hover{
  color: rgb(17 140 255 / 0.05) !important;
}

.hover\:text-cyan-800\/50:hover{
  color: rgb(17 140 255 / 0.5) !important;
}

.hover\:text-cyan-800\/55:hover{
  color: rgb(17 140 255 / 0.55) !important;
}

.hover\:text-cyan-800\/60:hover{
  color: rgb(17 140 255 / 0.6) !important;
}

.hover\:text-cyan-800\/65:hover{
  color: rgb(17 140 255 / 0.65) !important;
}

.hover\:text-cyan-800\/70:hover{
  color: rgb(17 140 255 / 0.7) !important;
}

.hover\:text-cyan-800\/75:hover{
  color: rgb(17 140 255 / 0.75) !important;
}

.hover\:text-cyan-800\/80:hover{
  color: rgb(17 140 255 / 0.8) !important;
}

.hover\:text-cyan-800\/85:hover{
  color: rgb(17 140 255 / 0.85) !important;
}

.hover\:text-cyan-800\/90:hover{
  color: rgb(17 140 255 / 0.9) !important;
}

.hover\:text-cyan-800\/95:hover{
  color: rgb(17 140 255 / 0.95) !important;
}

.hover\:text-cyan-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(10 124 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-900\/0:hover{
  color: rgb(10 124 255 / 0) !important;
}

.hover\:text-cyan-900\/10:hover{
  color: rgb(10 124 255 / 0.1) !important;
}

.hover\:text-cyan-900\/100:hover{
  color: rgb(10 124 255 / 1) !important;
}

.hover\:text-cyan-900\/15:hover{
  color: rgb(10 124 255 / 0.15) !important;
}

.hover\:text-cyan-900\/20:hover{
  color: rgb(10 124 255 / 0.2) !important;
}

.hover\:text-cyan-900\/25:hover{
  color: rgb(10 124 255 / 0.25) !important;
}

.hover\:text-cyan-900\/30:hover{
  color: rgb(10 124 255 / 0.3) !important;
}

.hover\:text-cyan-900\/35:hover{
  color: rgb(10 124 255 / 0.35) !important;
}

.hover\:text-cyan-900\/40:hover{
  color: rgb(10 124 255 / 0.4) !important;
}

.hover\:text-cyan-900\/45:hover{
  color: rgb(10 124 255 / 0.45) !important;
}

.hover\:text-cyan-900\/5:hover{
  color: rgb(10 124 255 / 0.05) !important;
}

.hover\:text-cyan-900\/50:hover{
  color: rgb(10 124 255 / 0.5) !important;
}

.hover\:text-cyan-900\/55:hover{
  color: rgb(10 124 255 / 0.55) !important;
}

.hover\:text-cyan-900\/60:hover{
  color: rgb(10 124 255 / 0.6) !important;
}

.hover\:text-cyan-900\/65:hover{
  color: rgb(10 124 255 / 0.65) !important;
}

.hover\:text-cyan-900\/70:hover{
  color: rgb(10 124 255 / 0.7) !important;
}

.hover\:text-cyan-900\/75:hover{
  color: rgb(10 124 255 / 0.75) !important;
}

.hover\:text-cyan-900\/80:hover{
  color: rgb(10 124 255 / 0.8) !important;
}

.hover\:text-cyan-900\/85:hover{
  color: rgb(10 124 255 / 0.85) !important;
}

.hover\:text-cyan-900\/90:hover{
  color: rgb(10 124 255 / 0.9) !important;
}

.hover\:text-cyan-900\/95:hover{
  color: rgb(10 124 255 / 0.95) !important;
}

.hover\:text-cyan-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-cyan-950\/0:hover{
  color: rgb(8 51 68 / 0) !important;
}

.hover\:text-cyan-950\/10:hover{
  color: rgb(8 51 68 / 0.1) !important;
}

.hover\:text-cyan-950\/100:hover{
  color: rgb(8 51 68 / 1) !important;
}

.hover\:text-cyan-950\/15:hover{
  color: rgb(8 51 68 / 0.15) !important;
}

.hover\:text-cyan-950\/20:hover{
  color: rgb(8 51 68 / 0.2) !important;
}

.hover\:text-cyan-950\/25:hover{
  color: rgb(8 51 68 / 0.25) !important;
}

.hover\:text-cyan-950\/30:hover{
  color: rgb(8 51 68 / 0.3) !important;
}

.hover\:text-cyan-950\/35:hover{
  color: rgb(8 51 68 / 0.35) !important;
}

.hover\:text-cyan-950\/40:hover{
  color: rgb(8 51 68 / 0.4) !important;
}

.hover\:text-cyan-950\/45:hover{
  color: rgb(8 51 68 / 0.45) !important;
}

.hover\:text-cyan-950\/5:hover{
  color: rgb(8 51 68 / 0.05) !important;
}

.hover\:text-cyan-950\/50:hover{
  color: rgb(8 51 68 / 0.5) !important;
}

.hover\:text-cyan-950\/55:hover{
  color: rgb(8 51 68 / 0.55) !important;
}

.hover\:text-cyan-950\/60:hover{
  color: rgb(8 51 68 / 0.6) !important;
}

.hover\:text-cyan-950\/65:hover{
  color: rgb(8 51 68 / 0.65) !important;
}

.hover\:text-cyan-950\/70:hover{
  color: rgb(8 51 68 / 0.7) !important;
}

.hover\:text-cyan-950\/75:hover{
  color: rgb(8 51 68 / 0.75) !important;
}

.hover\:text-cyan-950\/80:hover{
  color: rgb(8 51 68 / 0.8) !important;
}

.hover\:text-cyan-950\/85:hover{
  color: rgb(8 51 68 / 0.85) !important;
}

.hover\:text-cyan-950\/90:hover{
  color: rgb(8 51 68 / 0.9) !important;
}

.hover\:text-cyan-950\/95:hover{
  color: rgb(8 51 68 / 0.95) !important;
}

.hover\:text-darkgrey-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 241 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-100\/0:hover{
  color: rgb(229 229 241 / 0) !important;
}

.hover\:text-darkgrey-100\/10:hover{
  color: rgb(229 229 241 / 0.1) !important;
}

.hover\:text-darkgrey-100\/100:hover{
  color: rgb(229 229 241 / 1) !important;
}

.hover\:text-darkgrey-100\/15:hover{
  color: rgb(229 229 241 / 0.15) !important;
}

.hover\:text-darkgrey-100\/20:hover{
  color: rgb(229 229 241 / 0.2) !important;
}

.hover\:text-darkgrey-100\/25:hover{
  color: rgb(229 229 241 / 0.25) !important;
}

.hover\:text-darkgrey-100\/30:hover{
  color: rgb(229 229 241 / 0.3) !important;
}

.hover\:text-darkgrey-100\/35:hover{
  color: rgb(229 229 241 / 0.35) !important;
}

.hover\:text-darkgrey-100\/40:hover{
  color: rgb(229 229 241 / 0.4) !important;
}

.hover\:text-darkgrey-100\/45:hover{
  color: rgb(229 229 241 / 0.45) !important;
}

.hover\:text-darkgrey-100\/5:hover{
  color: rgb(229 229 241 / 0.05) !important;
}

.hover\:text-darkgrey-100\/50:hover{
  color: rgb(229 229 241 / 0.5) !important;
}

.hover\:text-darkgrey-100\/55:hover{
  color: rgb(229 229 241 / 0.55) !important;
}

.hover\:text-darkgrey-100\/60:hover{
  color: rgb(229 229 241 / 0.6) !important;
}

.hover\:text-darkgrey-100\/65:hover{
  color: rgb(229 229 241 / 0.65) !important;
}

.hover\:text-darkgrey-100\/70:hover{
  color: rgb(229 229 241 / 0.7) !important;
}

.hover\:text-darkgrey-100\/75:hover{
  color: rgb(229 229 241 / 0.75) !important;
}

.hover\:text-darkgrey-100\/80:hover{
  color: rgb(229 229 241 / 0.8) !important;
}

.hover\:text-darkgrey-100\/85:hover{
  color: rgb(229 229 241 / 0.85) !important;
}

.hover\:text-darkgrey-100\/90:hover{
  color: rgb(229 229 241 / 0.9) !important;
}

.hover\:text-darkgrey-100\/95:hover{
  color: rgb(229 229 241 / 0.95) !important;
}

.hover\:text-darkgrey-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(211 212 231 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-200\/0:hover{
  color: rgb(211 212 231 / 0) !important;
}

.hover\:text-darkgrey-200\/10:hover{
  color: rgb(211 212 231 / 0.1) !important;
}

.hover\:text-darkgrey-200\/100:hover{
  color: rgb(211 212 231 / 1) !important;
}

.hover\:text-darkgrey-200\/15:hover{
  color: rgb(211 212 231 / 0.15) !important;
}

.hover\:text-darkgrey-200\/20:hover{
  color: rgb(211 212 231 / 0.2) !important;
}

.hover\:text-darkgrey-200\/25:hover{
  color: rgb(211 212 231 / 0.25) !important;
}

.hover\:text-darkgrey-200\/30:hover{
  color: rgb(211 212 231 / 0.3) !important;
}

.hover\:text-darkgrey-200\/35:hover{
  color: rgb(211 212 231 / 0.35) !important;
}

.hover\:text-darkgrey-200\/40:hover{
  color: rgb(211 212 231 / 0.4) !important;
}

.hover\:text-darkgrey-200\/45:hover{
  color: rgb(211 212 231 / 0.45) !important;
}

.hover\:text-darkgrey-200\/5:hover{
  color: rgb(211 212 231 / 0.05) !important;
}

.hover\:text-darkgrey-200\/50:hover{
  color: rgb(211 212 231 / 0.5) !important;
}

.hover\:text-darkgrey-200\/55:hover{
  color: rgb(211 212 231 / 0.55) !important;
}

.hover\:text-darkgrey-200\/60:hover{
  color: rgb(211 212 231 / 0.6) !important;
}

.hover\:text-darkgrey-200\/65:hover{
  color: rgb(211 212 231 / 0.65) !important;
}

.hover\:text-darkgrey-200\/70:hover{
  color: rgb(211 212 231 / 0.7) !important;
}

.hover\:text-darkgrey-200\/75:hover{
  color: rgb(211 212 231 / 0.75) !important;
}

.hover\:text-darkgrey-200\/80:hover{
  color: rgb(211 212 231 / 0.8) !important;
}

.hover\:text-darkgrey-200\/85:hover{
  color: rgb(211 212 231 / 0.85) !important;
}

.hover\:text-darkgrey-200\/90:hover{
  color: rgb(211 212 231 / 0.9) !important;
}

.hover\:text-darkgrey-200\/95:hover{
  color: rgb(211 212 231 / 0.95) !important;
}

.hover\:text-darkgrey-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(193 195 221 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-300\/0:hover{
  color: rgb(193 195 221 / 0) !important;
}

.hover\:text-darkgrey-300\/10:hover{
  color: rgb(193 195 221 / 0.1) !important;
}

.hover\:text-darkgrey-300\/100:hover{
  color: rgb(193 195 221 / 1) !important;
}

.hover\:text-darkgrey-300\/15:hover{
  color: rgb(193 195 221 / 0.15) !important;
}

.hover\:text-darkgrey-300\/20:hover{
  color: rgb(193 195 221 / 0.2) !important;
}

.hover\:text-darkgrey-300\/25:hover{
  color: rgb(193 195 221 / 0.25) !important;
}

.hover\:text-darkgrey-300\/30:hover{
  color: rgb(193 195 221 / 0.3) !important;
}

.hover\:text-darkgrey-300\/35:hover{
  color: rgb(193 195 221 / 0.35) !important;
}

.hover\:text-darkgrey-300\/40:hover{
  color: rgb(193 195 221 / 0.4) !important;
}

.hover\:text-darkgrey-300\/45:hover{
  color: rgb(193 195 221 / 0.45) !important;
}

.hover\:text-darkgrey-300\/5:hover{
  color: rgb(193 195 221 / 0.05) !important;
}

.hover\:text-darkgrey-300\/50:hover{
  color: rgb(193 195 221 / 0.5) !important;
}

.hover\:text-darkgrey-300\/55:hover{
  color: rgb(193 195 221 / 0.55) !important;
}

.hover\:text-darkgrey-300\/60:hover{
  color: rgb(193 195 221 / 0.6) !important;
}

.hover\:text-darkgrey-300\/65:hover{
  color: rgb(193 195 221 / 0.65) !important;
}

.hover\:text-darkgrey-300\/70:hover{
  color: rgb(193 195 221 / 0.7) !important;
}

.hover\:text-darkgrey-300\/75:hover{
  color: rgb(193 195 221 / 0.75) !important;
}

.hover\:text-darkgrey-300\/80:hover{
  color: rgb(193 195 221 / 0.8) !important;
}

.hover\:text-darkgrey-300\/85:hover{
  color: rgb(193 195 221 / 0.85) !important;
}

.hover\:text-darkgrey-300\/90:hover{
  color: rgb(193 195 221 / 0.9) !important;
}

.hover\:text-darkgrey-300\/95:hover{
  color: rgb(193 195 221 / 0.95) !important;
}

.hover\:text-darkgrey-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(180 182 214 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-400\/0:hover{
  color: rgb(180 182 214 / 0) !important;
}

.hover\:text-darkgrey-400\/10:hover{
  color: rgb(180 182 214 / 0.1) !important;
}

.hover\:text-darkgrey-400\/100:hover{
  color: rgb(180 182 214 / 1) !important;
}

.hover\:text-darkgrey-400\/15:hover{
  color: rgb(180 182 214 / 0.15) !important;
}

.hover\:text-darkgrey-400\/20:hover{
  color: rgb(180 182 214 / 0.2) !important;
}

.hover\:text-darkgrey-400\/25:hover{
  color: rgb(180 182 214 / 0.25) !important;
}

.hover\:text-darkgrey-400\/30:hover{
  color: rgb(180 182 214 / 0.3) !important;
}

.hover\:text-darkgrey-400\/35:hover{
  color: rgb(180 182 214 / 0.35) !important;
}

.hover\:text-darkgrey-400\/40:hover{
  color: rgb(180 182 214 / 0.4) !important;
}

.hover\:text-darkgrey-400\/45:hover{
  color: rgb(180 182 214 / 0.45) !important;
}

.hover\:text-darkgrey-400\/5:hover{
  color: rgb(180 182 214 / 0.05) !important;
}

.hover\:text-darkgrey-400\/50:hover{
  color: rgb(180 182 214 / 0.5) !important;
}

.hover\:text-darkgrey-400\/55:hover{
  color: rgb(180 182 214 / 0.55) !important;
}

.hover\:text-darkgrey-400\/60:hover{
  color: rgb(180 182 214 / 0.6) !important;
}

.hover\:text-darkgrey-400\/65:hover{
  color: rgb(180 182 214 / 0.65) !important;
}

.hover\:text-darkgrey-400\/70:hover{
  color: rgb(180 182 214 / 0.7) !important;
}

.hover\:text-darkgrey-400\/75:hover{
  color: rgb(180 182 214 / 0.75) !important;
}

.hover\:text-darkgrey-400\/80:hover{
  color: rgb(180 182 214 / 0.8) !important;
}

.hover\:text-darkgrey-400\/85:hover{
  color: rgb(180 182 214 / 0.85) !important;
}

.hover\:text-darkgrey-400\/90:hover{
  color: rgb(180 182 214 / 0.9) !important;
}

.hover\:text-darkgrey-400\/95:hover{
  color: rgb(180 182 214 / 0.95) !important;
}

.hover\:text-darkgrey-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(244 245 249 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-50\/0:hover{
  color: rgb(244 245 249 / 0) !important;
}

.hover\:text-darkgrey-50\/10:hover{
  color: rgb(244 245 249 / 0.1) !important;
}

.hover\:text-darkgrey-50\/100:hover{
  color: rgb(244 245 249 / 1) !important;
}

.hover\:text-darkgrey-50\/15:hover{
  color: rgb(244 245 249 / 0.15) !important;
}

.hover\:text-darkgrey-50\/20:hover{
  color: rgb(244 245 249 / 0.2) !important;
}

.hover\:text-darkgrey-50\/25:hover{
  color: rgb(244 245 249 / 0.25) !important;
}

.hover\:text-darkgrey-50\/30:hover{
  color: rgb(244 245 249 / 0.3) !important;
}

.hover\:text-darkgrey-50\/35:hover{
  color: rgb(244 245 249 / 0.35) !important;
}

.hover\:text-darkgrey-50\/40:hover{
  color: rgb(244 245 249 / 0.4) !important;
}

.hover\:text-darkgrey-50\/45:hover{
  color: rgb(244 245 249 / 0.45) !important;
}

.hover\:text-darkgrey-50\/5:hover{
  color: rgb(244 245 249 / 0.05) !important;
}

.hover\:text-darkgrey-50\/50:hover{
  color: rgb(244 245 249 / 0.5) !important;
}

.hover\:text-darkgrey-50\/55:hover{
  color: rgb(244 245 249 / 0.55) !important;
}

.hover\:text-darkgrey-50\/60:hover{
  color: rgb(244 245 249 / 0.6) !important;
}

.hover\:text-darkgrey-50\/65:hover{
  color: rgb(244 245 249 / 0.65) !important;
}

.hover\:text-darkgrey-50\/70:hover{
  color: rgb(244 245 249 / 0.7) !important;
}

.hover\:text-darkgrey-50\/75:hover{
  color: rgb(244 245 249 / 0.75) !important;
}

.hover\:text-darkgrey-50\/80:hover{
  color: rgb(244 245 249 / 0.8) !important;
}

.hover\:text-darkgrey-50\/85:hover{
  color: rgb(244 245 249 / 0.85) !important;
}

.hover\:text-darkgrey-50\/90:hover{
  color: rgb(244 245 249 / 0.9) !important;
}

.hover\:text-darkgrey-50\/95:hover{
  color: rgb(244 245 249 / 0.95) !important;
}

.hover\:text-darkgrey-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 207 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-500\/0:hover{
  color: rgb(167 169 207 / 0) !important;
}

.hover\:text-darkgrey-500\/10:hover{
  color: rgb(167 169 207 / 0.1) !important;
}

.hover\:text-darkgrey-500\/100:hover{
  color: rgb(167 169 207 / 1) !important;
}

.hover\:text-darkgrey-500\/15:hover{
  color: rgb(167 169 207 / 0.15) !important;
}

.hover\:text-darkgrey-500\/20:hover{
  color: rgb(167 169 207 / 0.2) !important;
}

.hover\:text-darkgrey-500\/25:hover{
  color: rgb(167 169 207 / 0.25) !important;
}

.hover\:text-darkgrey-500\/30:hover{
  color: rgb(167 169 207 / 0.3) !important;
}

.hover\:text-darkgrey-500\/35:hover{
  color: rgb(167 169 207 / 0.35) !important;
}

.hover\:text-darkgrey-500\/40:hover{
  color: rgb(167 169 207 / 0.4) !important;
}

.hover\:text-darkgrey-500\/45:hover{
  color: rgb(167 169 207 / 0.45) !important;
}

.hover\:text-darkgrey-500\/5:hover{
  color: rgb(167 169 207 / 0.05) !important;
}

.hover\:text-darkgrey-500\/50:hover{
  color: rgb(167 169 207 / 0.5) !important;
}

.hover\:text-darkgrey-500\/55:hover{
  color: rgb(167 169 207 / 0.55) !important;
}

.hover\:text-darkgrey-500\/60:hover{
  color: rgb(167 169 207 / 0.6) !important;
}

.hover\:text-darkgrey-500\/65:hover{
  color: rgb(167 169 207 / 0.65) !important;
}

.hover\:text-darkgrey-500\/70:hover{
  color: rgb(167 169 207 / 0.7) !important;
}

.hover\:text-darkgrey-500\/75:hover{
  color: rgb(167 169 207 / 0.75) !important;
}

.hover\:text-darkgrey-500\/80:hover{
  color: rgb(167 169 207 / 0.8) !important;
}

.hover\:text-darkgrey-500\/85:hover{
  color: rgb(167 169 207 / 0.85) !important;
}

.hover\:text-darkgrey-500\/90:hover{
  color: rgb(167 169 207 / 0.9) !important;
}

.hover\:text-darkgrey-500\/95:hover{
  color: rgb(167 169 207 / 0.95) !important;
}

.hover\:text-darkgrey-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(159 162 202 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-600\/0:hover{
  color: rgb(159 162 202 / 0) !important;
}

.hover\:text-darkgrey-600\/10:hover{
  color: rgb(159 162 202 / 0.1) !important;
}

.hover\:text-darkgrey-600\/100:hover{
  color: rgb(159 162 202 / 1) !important;
}

.hover\:text-darkgrey-600\/15:hover{
  color: rgb(159 162 202 / 0.15) !important;
}

.hover\:text-darkgrey-600\/20:hover{
  color: rgb(159 162 202 / 0.2) !important;
}

.hover\:text-darkgrey-600\/25:hover{
  color: rgb(159 162 202 / 0.25) !important;
}

.hover\:text-darkgrey-600\/30:hover{
  color: rgb(159 162 202 / 0.3) !important;
}

.hover\:text-darkgrey-600\/35:hover{
  color: rgb(159 162 202 / 0.35) !important;
}

.hover\:text-darkgrey-600\/40:hover{
  color: rgb(159 162 202 / 0.4) !important;
}

.hover\:text-darkgrey-600\/45:hover{
  color: rgb(159 162 202 / 0.45) !important;
}

.hover\:text-darkgrey-600\/5:hover{
  color: rgb(159 162 202 / 0.05) !important;
}

.hover\:text-darkgrey-600\/50:hover{
  color: rgb(159 162 202 / 0.5) !important;
}

.hover\:text-darkgrey-600\/55:hover{
  color: rgb(159 162 202 / 0.55) !important;
}

.hover\:text-darkgrey-600\/60:hover{
  color: rgb(159 162 202 / 0.6) !important;
}

.hover\:text-darkgrey-600\/65:hover{
  color: rgb(159 162 202 / 0.65) !important;
}

.hover\:text-darkgrey-600\/70:hover{
  color: rgb(159 162 202 / 0.7) !important;
}

.hover\:text-darkgrey-600\/75:hover{
  color: rgb(159 162 202 / 0.75) !important;
}

.hover\:text-darkgrey-600\/80:hover{
  color: rgb(159 162 202 / 0.8) !important;
}

.hover\:text-darkgrey-600\/85:hover{
  color: rgb(159 162 202 / 0.85) !important;
}

.hover\:text-darkgrey-600\/90:hover{
  color: rgb(159 162 202 / 0.9) !important;
}

.hover\:text-darkgrey-600\/95:hover{
  color: rgb(159 162 202 / 0.95) !important;
}

.hover\:text-darkgrey-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-700\/0:hover{
  color: rgb(150 152 195 / 0) !important;
}

.hover\:text-darkgrey-700\/10:hover{
  color: rgb(150 152 195 / 0.1) !important;
}

.hover\:text-darkgrey-700\/100:hover{
  color: rgb(150 152 195 / 1) !important;
}

.hover\:text-darkgrey-700\/15:hover{
  color: rgb(150 152 195 / 0.15) !important;
}

.hover\:text-darkgrey-700\/20:hover{
  color: rgb(150 152 195 / 0.2) !important;
}

.hover\:text-darkgrey-700\/25:hover{
  color: rgb(150 152 195 / 0.25) !important;
}

.hover\:text-darkgrey-700\/30:hover{
  color: rgb(150 152 195 / 0.3) !important;
}

.hover\:text-darkgrey-700\/35:hover{
  color: rgb(150 152 195 / 0.35) !important;
}

.hover\:text-darkgrey-700\/40:hover{
  color: rgb(150 152 195 / 0.4) !important;
}

.hover\:text-darkgrey-700\/45:hover{
  color: rgb(150 152 195 / 0.45) !important;
}

.hover\:text-darkgrey-700\/5:hover{
  color: rgb(150 152 195 / 0.05) !important;
}

.hover\:text-darkgrey-700\/50:hover{
  color: rgb(150 152 195 / 0.5) !important;
}

.hover\:text-darkgrey-700\/55:hover{
  color: rgb(150 152 195 / 0.55) !important;
}

.hover\:text-darkgrey-700\/60:hover{
  color: rgb(150 152 195 / 0.6) !important;
}

.hover\:text-darkgrey-700\/65:hover{
  color: rgb(150 152 195 / 0.65) !important;
}

.hover\:text-darkgrey-700\/70:hover{
  color: rgb(150 152 195 / 0.7) !important;
}

.hover\:text-darkgrey-700\/75:hover{
  color: rgb(150 152 195 / 0.75) !important;
}

.hover\:text-darkgrey-700\/80:hover{
  color: rgb(150 152 195 / 0.8) !important;
}

.hover\:text-darkgrey-700\/85:hover{
  color: rgb(150 152 195 / 0.85) !important;
}

.hover\:text-darkgrey-700\/90:hover{
  color: rgb(150 152 195 / 0.9) !important;
}

.hover\:text-darkgrey-700\/95:hover{
  color: rgb(150 152 195 / 0.95) !important;
}

.hover\:text-darkgrey-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(140 143 189 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-800\/0:hover{
  color: rgb(140 143 189 / 0) !important;
}

.hover\:text-darkgrey-800\/10:hover{
  color: rgb(140 143 189 / 0.1) !important;
}

.hover\:text-darkgrey-800\/100:hover{
  color: rgb(140 143 189 / 1) !important;
}

.hover\:text-darkgrey-800\/15:hover{
  color: rgb(140 143 189 / 0.15) !important;
}

.hover\:text-darkgrey-800\/20:hover{
  color: rgb(140 143 189 / 0.2) !important;
}

.hover\:text-darkgrey-800\/25:hover{
  color: rgb(140 143 189 / 0.25) !important;
}

.hover\:text-darkgrey-800\/30:hover{
  color: rgb(140 143 189 / 0.3) !important;
}

.hover\:text-darkgrey-800\/35:hover{
  color: rgb(140 143 189 / 0.35) !important;
}

.hover\:text-darkgrey-800\/40:hover{
  color: rgb(140 143 189 / 0.4) !important;
}

.hover\:text-darkgrey-800\/45:hover{
  color: rgb(140 143 189 / 0.45) !important;
}

.hover\:text-darkgrey-800\/5:hover{
  color: rgb(140 143 189 / 0.05) !important;
}

.hover\:text-darkgrey-800\/50:hover{
  color: rgb(140 143 189 / 0.5) !important;
}

.hover\:text-darkgrey-800\/55:hover{
  color: rgb(140 143 189 / 0.55) !important;
}

.hover\:text-darkgrey-800\/60:hover{
  color: rgb(140 143 189 / 0.6) !important;
}

.hover\:text-darkgrey-800\/65:hover{
  color: rgb(140 143 189 / 0.65) !important;
}

.hover\:text-darkgrey-800\/70:hover{
  color: rgb(140 143 189 / 0.7) !important;
}

.hover\:text-darkgrey-800\/75:hover{
  color: rgb(140 143 189 / 0.75) !important;
}

.hover\:text-darkgrey-800\/80:hover{
  color: rgb(140 143 189 / 0.8) !important;
}

.hover\:text-darkgrey-800\/85:hover{
  color: rgb(140 143 189 / 0.85) !important;
}

.hover\:text-darkgrey-800\/90:hover{
  color: rgb(140 143 189 / 0.9) !important;
}

.hover\:text-darkgrey-800\/95:hover{
  color: rgb(140 143 189 / 0.95) !important;
}

.hover\:text-darkgrey-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(124 126 178 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-darkgrey-900\/0:hover{
  color: rgb(124 126 178 / 0) !important;
}

.hover\:text-darkgrey-900\/10:hover{
  color: rgb(124 126 178 / 0.1) !important;
}

.hover\:text-darkgrey-900\/100:hover{
  color: rgb(124 126 178 / 1) !important;
}

.hover\:text-darkgrey-900\/15:hover{
  color: rgb(124 126 178 / 0.15) !important;
}

.hover\:text-darkgrey-900\/20:hover{
  color: rgb(124 126 178 / 0.2) !important;
}

.hover\:text-darkgrey-900\/25:hover{
  color: rgb(124 126 178 / 0.25) !important;
}

.hover\:text-darkgrey-900\/30:hover{
  color: rgb(124 126 178 / 0.3) !important;
}

.hover\:text-darkgrey-900\/35:hover{
  color: rgb(124 126 178 / 0.35) !important;
}

.hover\:text-darkgrey-900\/40:hover{
  color: rgb(124 126 178 / 0.4) !important;
}

.hover\:text-darkgrey-900\/45:hover{
  color: rgb(124 126 178 / 0.45) !important;
}

.hover\:text-darkgrey-900\/5:hover{
  color: rgb(124 126 178 / 0.05) !important;
}

.hover\:text-darkgrey-900\/50:hover{
  color: rgb(124 126 178 / 0.5) !important;
}

.hover\:text-darkgrey-900\/55:hover{
  color: rgb(124 126 178 / 0.55) !important;
}

.hover\:text-darkgrey-900\/60:hover{
  color: rgb(124 126 178 / 0.6) !important;
}

.hover\:text-darkgrey-900\/65:hover{
  color: rgb(124 126 178 / 0.65) !important;
}

.hover\:text-darkgrey-900\/70:hover{
  color: rgb(124 126 178 / 0.7) !important;
}

.hover\:text-darkgrey-900\/75:hover{
  color: rgb(124 126 178 / 0.75) !important;
}

.hover\:text-darkgrey-900\/80:hover{
  color: rgb(124 126 178 / 0.8) !important;
}

.hover\:text-darkgrey-900\/85:hover{
  color: rgb(124 126 178 / 0.85) !important;
}

.hover\:text-darkgrey-900\/90:hover{
  color: rgb(124 126 178 / 0.9) !important;
}

.hover\:text-darkgrey-900\/95:hover{
  color: rgb(124 126 178 / 0.95) !important;
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-100\/0:hover{
  color: rgb(243 244 246 / 0) !important;
}

.hover\:text-gray-100\/10:hover{
  color: rgb(243 244 246 / 0.1) !important;
}

.hover\:text-gray-100\/100:hover{
  color: rgb(243 244 246 / 1) !important;
}

.hover\:text-gray-100\/15:hover{
  color: rgb(243 244 246 / 0.15) !important;
}

.hover\:text-gray-100\/20:hover{
  color: rgb(243 244 246 / 0.2) !important;
}

.hover\:text-gray-100\/25:hover{
  color: rgb(243 244 246 / 0.25) !important;
}

.hover\:text-gray-100\/30:hover{
  color: rgb(243 244 246 / 0.3) !important;
}

.hover\:text-gray-100\/35:hover{
  color: rgb(243 244 246 / 0.35) !important;
}

.hover\:text-gray-100\/40:hover{
  color: rgb(243 244 246 / 0.4) !important;
}

.hover\:text-gray-100\/45:hover{
  color: rgb(243 244 246 / 0.45) !important;
}

.hover\:text-gray-100\/5:hover{
  color: rgb(243 244 246 / 0.05) !important;
}

.hover\:text-gray-100\/50:hover{
  color: rgb(243 244 246 / 0.5) !important;
}

.hover\:text-gray-100\/55:hover{
  color: rgb(243 244 246 / 0.55) !important;
}

.hover\:text-gray-100\/60:hover{
  color: rgb(243 244 246 / 0.6) !important;
}

.hover\:text-gray-100\/65:hover{
  color: rgb(243 244 246 / 0.65) !important;
}

.hover\:text-gray-100\/70:hover{
  color: rgb(243 244 246 / 0.7) !important;
}

.hover\:text-gray-100\/75:hover{
  color: rgb(243 244 246 / 0.75) !important;
}

.hover\:text-gray-100\/80:hover{
  color: rgb(243 244 246 / 0.8) !important;
}

.hover\:text-gray-100\/85:hover{
  color: rgb(243 244 246 / 0.85) !important;
}

.hover\:text-gray-100\/90:hover{
  color: rgb(243 244 246 / 0.9) !important;
}

.hover\:text-gray-100\/95:hover{
  color: rgb(243 244 246 / 0.95) !important;
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-200\/0:hover{
  color: rgb(229 231 235 / 0) !important;
}

.hover\:text-gray-200\/10:hover{
  color: rgb(229 231 235 / 0.1) !important;
}

.hover\:text-gray-200\/100:hover{
  color: rgb(229 231 235 / 1) !important;
}

.hover\:text-gray-200\/15:hover{
  color: rgb(229 231 235 / 0.15) !important;
}

.hover\:text-gray-200\/20:hover{
  color: rgb(229 231 235 / 0.2) !important;
}

.hover\:text-gray-200\/25:hover{
  color: rgb(229 231 235 / 0.25) !important;
}

.hover\:text-gray-200\/30:hover{
  color: rgb(229 231 235 / 0.3) !important;
}

.hover\:text-gray-200\/35:hover{
  color: rgb(229 231 235 / 0.35) !important;
}

.hover\:text-gray-200\/40:hover{
  color: rgb(229 231 235 / 0.4) !important;
}

.hover\:text-gray-200\/45:hover{
  color: rgb(229 231 235 / 0.45) !important;
}

.hover\:text-gray-200\/5:hover{
  color: rgb(229 231 235 / 0.05) !important;
}

.hover\:text-gray-200\/50:hover{
  color: rgb(229 231 235 / 0.5) !important;
}

.hover\:text-gray-200\/55:hover{
  color: rgb(229 231 235 / 0.55) !important;
}

.hover\:text-gray-200\/60:hover{
  color: rgb(229 231 235 / 0.6) !important;
}

.hover\:text-gray-200\/65:hover{
  color: rgb(229 231 235 / 0.65) !important;
}

.hover\:text-gray-200\/70:hover{
  color: rgb(229 231 235 / 0.7) !important;
}

.hover\:text-gray-200\/75:hover{
  color: rgb(229 231 235 / 0.75) !important;
}

.hover\:text-gray-200\/80:hover{
  color: rgb(229 231 235 / 0.8) !important;
}

.hover\:text-gray-200\/85:hover{
  color: rgb(229 231 235 / 0.85) !important;
}

.hover\:text-gray-200\/90:hover{
  color: rgb(229 231 235 / 0.9) !important;
}

.hover\:text-gray-200\/95:hover{
  color: rgb(229 231 235 / 0.95) !important;
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-300\/0:hover{
  color: rgb(209 213 219 / 0) !important;
}

.hover\:text-gray-300\/10:hover{
  color: rgb(209 213 219 / 0.1) !important;
}

.hover\:text-gray-300\/100:hover{
  color: rgb(209 213 219 / 1) !important;
}

.hover\:text-gray-300\/15:hover{
  color: rgb(209 213 219 / 0.15) !important;
}

.hover\:text-gray-300\/20:hover{
  color: rgb(209 213 219 / 0.2) !important;
}

.hover\:text-gray-300\/25:hover{
  color: rgb(209 213 219 / 0.25) !important;
}

.hover\:text-gray-300\/30:hover{
  color: rgb(209 213 219 / 0.3) !important;
}

.hover\:text-gray-300\/35:hover{
  color: rgb(209 213 219 / 0.35) !important;
}

.hover\:text-gray-300\/40:hover{
  color: rgb(209 213 219 / 0.4) !important;
}

.hover\:text-gray-300\/45:hover{
  color: rgb(209 213 219 / 0.45) !important;
}

.hover\:text-gray-300\/5:hover{
  color: rgb(209 213 219 / 0.05) !important;
}

.hover\:text-gray-300\/50:hover{
  color: rgb(209 213 219 / 0.5) !important;
}

.hover\:text-gray-300\/55:hover{
  color: rgb(209 213 219 / 0.55) !important;
}

.hover\:text-gray-300\/60:hover{
  color: rgb(209 213 219 / 0.6) !important;
}

.hover\:text-gray-300\/65:hover{
  color: rgb(209 213 219 / 0.65) !important;
}

.hover\:text-gray-300\/70:hover{
  color: rgb(209 213 219 / 0.7) !important;
}

.hover\:text-gray-300\/75:hover{
  color: rgb(209 213 219 / 0.75) !important;
}

.hover\:text-gray-300\/80:hover{
  color: rgb(209 213 219 / 0.8) !important;
}

.hover\:text-gray-300\/85:hover{
  color: rgb(209 213 219 / 0.85) !important;
}

.hover\:text-gray-300\/90:hover{
  color: rgb(209 213 219 / 0.9) !important;
}

.hover\:text-gray-300\/95:hover{
  color: rgb(209 213 219 / 0.95) !important;
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-400\/0:hover{
  color: rgb(156 163 175 / 0) !important;
}

.hover\:text-gray-400\/10:hover{
  color: rgb(156 163 175 / 0.1) !important;
}

.hover\:text-gray-400\/100:hover{
  color: rgb(156 163 175 / 1) !important;
}

.hover\:text-gray-400\/15:hover{
  color: rgb(156 163 175 / 0.15) !important;
}

.hover\:text-gray-400\/20:hover{
  color: rgb(156 163 175 / 0.2) !important;
}

.hover\:text-gray-400\/25:hover{
  color: rgb(156 163 175 / 0.25) !important;
}

.hover\:text-gray-400\/30:hover{
  color: rgb(156 163 175 / 0.3) !important;
}

.hover\:text-gray-400\/35:hover{
  color: rgb(156 163 175 / 0.35) !important;
}

.hover\:text-gray-400\/40:hover{
  color: rgb(156 163 175 / 0.4) !important;
}

.hover\:text-gray-400\/45:hover{
  color: rgb(156 163 175 / 0.45) !important;
}

.hover\:text-gray-400\/5:hover{
  color: rgb(156 163 175 / 0.05) !important;
}

.hover\:text-gray-400\/50:hover{
  color: rgb(156 163 175 / 0.5) !important;
}

.hover\:text-gray-400\/55:hover{
  color: rgb(156 163 175 / 0.55) !important;
}

.hover\:text-gray-400\/60:hover{
  color: rgb(156 163 175 / 0.6) !important;
}

.hover\:text-gray-400\/65:hover{
  color: rgb(156 163 175 / 0.65) !important;
}

.hover\:text-gray-400\/70:hover{
  color: rgb(156 163 175 / 0.7) !important;
}

.hover\:text-gray-400\/75:hover{
  color: rgb(156 163 175 / 0.75) !important;
}

.hover\:text-gray-400\/80:hover{
  color: rgb(156 163 175 / 0.8) !important;
}

.hover\:text-gray-400\/85:hover{
  color: rgb(156 163 175 / 0.85) !important;
}

.hover\:text-gray-400\/90:hover{
  color: rgb(156 163 175 / 0.9) !important;
}

.hover\:text-gray-400\/95:hover{
  color: rgb(156 163 175 / 0.95) !important;
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-50\/0:hover{
  color: rgb(249 250 251 / 0) !important;
}

.hover\:text-gray-50\/10:hover{
  color: rgb(249 250 251 / 0.1) !important;
}

.hover\:text-gray-50\/100:hover{
  color: rgb(249 250 251 / 1) !important;
}

.hover\:text-gray-50\/15:hover{
  color: rgb(249 250 251 / 0.15) !important;
}

.hover\:text-gray-50\/20:hover{
  color: rgb(249 250 251 / 0.2) !important;
}

.hover\:text-gray-50\/25:hover{
  color: rgb(249 250 251 / 0.25) !important;
}

.hover\:text-gray-50\/30:hover{
  color: rgb(249 250 251 / 0.3) !important;
}

.hover\:text-gray-50\/35:hover{
  color: rgb(249 250 251 / 0.35) !important;
}

.hover\:text-gray-50\/40:hover{
  color: rgb(249 250 251 / 0.4) !important;
}

.hover\:text-gray-50\/45:hover{
  color: rgb(249 250 251 / 0.45) !important;
}

.hover\:text-gray-50\/5:hover{
  color: rgb(249 250 251 / 0.05) !important;
}

.hover\:text-gray-50\/50:hover{
  color: rgb(249 250 251 / 0.5) !important;
}

.hover\:text-gray-50\/55:hover{
  color: rgb(249 250 251 / 0.55) !important;
}

.hover\:text-gray-50\/60:hover{
  color: rgb(249 250 251 / 0.6) !important;
}

.hover\:text-gray-50\/65:hover{
  color: rgb(249 250 251 / 0.65) !important;
}

.hover\:text-gray-50\/70:hover{
  color: rgb(249 250 251 / 0.7) !important;
}

.hover\:text-gray-50\/75:hover{
  color: rgb(249 250 251 / 0.75) !important;
}

.hover\:text-gray-50\/80:hover{
  color: rgb(249 250 251 / 0.8) !important;
}

.hover\:text-gray-50\/85:hover{
  color: rgb(249 250 251 / 0.85) !important;
}

.hover\:text-gray-50\/90:hover{
  color: rgb(249 250 251 / 0.9) !important;
}

.hover\:text-gray-50\/95:hover{
  color: rgb(249 250 251 / 0.95) !important;
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-500\/0:hover{
  color: rgb(107 114 128 / 0) !important;
}

.hover\:text-gray-500\/10:hover{
  color: rgb(107 114 128 / 0.1) !important;
}

.hover\:text-gray-500\/100:hover{
  color: rgb(107 114 128 / 1) !important;
}

.hover\:text-gray-500\/15:hover{
  color: rgb(107 114 128 / 0.15) !important;
}

.hover\:text-gray-500\/20:hover{
  color: rgb(107 114 128 / 0.2) !important;
}

.hover\:text-gray-500\/25:hover{
  color: rgb(107 114 128 / 0.25) !important;
}

.hover\:text-gray-500\/30:hover{
  color: rgb(107 114 128 / 0.3) !important;
}

.hover\:text-gray-500\/35:hover{
  color: rgb(107 114 128 / 0.35) !important;
}

.hover\:text-gray-500\/40:hover{
  color: rgb(107 114 128 / 0.4) !important;
}

.hover\:text-gray-500\/45:hover{
  color: rgb(107 114 128 / 0.45) !important;
}

.hover\:text-gray-500\/5:hover{
  color: rgb(107 114 128 / 0.05) !important;
}

.hover\:text-gray-500\/50:hover{
  color: rgb(107 114 128 / 0.5) !important;
}

.hover\:text-gray-500\/55:hover{
  color: rgb(107 114 128 / 0.55) !important;
}

.hover\:text-gray-500\/60:hover{
  color: rgb(107 114 128 / 0.6) !important;
}

.hover\:text-gray-500\/65:hover{
  color: rgb(107 114 128 / 0.65) !important;
}

.hover\:text-gray-500\/70:hover{
  color: rgb(107 114 128 / 0.7) !important;
}

.hover\:text-gray-500\/75:hover{
  color: rgb(107 114 128 / 0.75) !important;
}

.hover\:text-gray-500\/80:hover{
  color: rgb(107 114 128 / 0.8) !important;
}

.hover\:text-gray-500\/85:hover{
  color: rgb(107 114 128 / 0.85) !important;
}

.hover\:text-gray-500\/90:hover{
  color: rgb(107 114 128 / 0.9) !important;
}

.hover\:text-gray-500\/95:hover{
  color: rgb(107 114 128 / 0.95) !important;
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-600\/0:hover{
  color: rgb(75 85 99 / 0) !important;
}

.hover\:text-gray-600\/10:hover{
  color: rgb(75 85 99 / 0.1) !important;
}

.hover\:text-gray-600\/100:hover{
  color: rgb(75 85 99 / 1) !important;
}

.hover\:text-gray-600\/15:hover{
  color: rgb(75 85 99 / 0.15) !important;
}

.hover\:text-gray-600\/20:hover{
  color: rgb(75 85 99 / 0.2) !important;
}

.hover\:text-gray-600\/25:hover{
  color: rgb(75 85 99 / 0.25) !important;
}

.hover\:text-gray-600\/30:hover{
  color: rgb(75 85 99 / 0.3) !important;
}

.hover\:text-gray-600\/35:hover{
  color: rgb(75 85 99 / 0.35) !important;
}

.hover\:text-gray-600\/40:hover{
  color: rgb(75 85 99 / 0.4) !important;
}

.hover\:text-gray-600\/45:hover{
  color: rgb(75 85 99 / 0.45) !important;
}

.hover\:text-gray-600\/5:hover{
  color: rgb(75 85 99 / 0.05) !important;
}

.hover\:text-gray-600\/50:hover{
  color: rgb(75 85 99 / 0.5) !important;
}

.hover\:text-gray-600\/55:hover{
  color: rgb(75 85 99 / 0.55) !important;
}

.hover\:text-gray-600\/60:hover{
  color: rgb(75 85 99 / 0.6) !important;
}

.hover\:text-gray-600\/65:hover{
  color: rgb(75 85 99 / 0.65) !important;
}

.hover\:text-gray-600\/70:hover{
  color: rgb(75 85 99 / 0.7) !important;
}

.hover\:text-gray-600\/75:hover{
  color: rgb(75 85 99 / 0.75) !important;
}

.hover\:text-gray-600\/80:hover{
  color: rgb(75 85 99 / 0.8) !important;
}

.hover\:text-gray-600\/85:hover{
  color: rgb(75 85 99 / 0.85) !important;
}

.hover\:text-gray-600\/90:hover{
  color: rgb(75 85 99 / 0.9) !important;
}

.hover\:text-gray-600\/95:hover{
  color: rgb(75 85 99 / 0.95) !important;
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-700\/0:hover{
  color: rgb(55 65 81 / 0) !important;
}

.hover\:text-gray-700\/10:hover{
  color: rgb(55 65 81 / 0.1) !important;
}

.hover\:text-gray-700\/100:hover{
  color: rgb(55 65 81 / 1) !important;
}

.hover\:text-gray-700\/15:hover{
  color: rgb(55 65 81 / 0.15) !important;
}

.hover\:text-gray-700\/20:hover{
  color: rgb(55 65 81 / 0.2) !important;
}

.hover\:text-gray-700\/25:hover{
  color: rgb(55 65 81 / 0.25) !important;
}

.hover\:text-gray-700\/30:hover{
  color: rgb(55 65 81 / 0.3) !important;
}

.hover\:text-gray-700\/35:hover{
  color: rgb(55 65 81 / 0.35) !important;
}

.hover\:text-gray-700\/40:hover{
  color: rgb(55 65 81 / 0.4) !important;
}

.hover\:text-gray-700\/45:hover{
  color: rgb(55 65 81 / 0.45) !important;
}

.hover\:text-gray-700\/5:hover{
  color: rgb(55 65 81 / 0.05) !important;
}

.hover\:text-gray-700\/50:hover{
  color: rgb(55 65 81 / 0.5) !important;
}

.hover\:text-gray-700\/55:hover{
  color: rgb(55 65 81 / 0.55) !important;
}

.hover\:text-gray-700\/60:hover{
  color: rgb(55 65 81 / 0.6) !important;
}

.hover\:text-gray-700\/65:hover{
  color: rgb(55 65 81 / 0.65) !important;
}

.hover\:text-gray-700\/70:hover{
  color: rgb(55 65 81 / 0.7) !important;
}

.hover\:text-gray-700\/75:hover{
  color: rgb(55 65 81 / 0.75) !important;
}

.hover\:text-gray-700\/80:hover{
  color: rgb(55 65 81 / 0.8) !important;
}

.hover\:text-gray-700\/85:hover{
  color: rgb(55 65 81 / 0.85) !important;
}

.hover\:text-gray-700\/90:hover{
  color: rgb(55 65 81 / 0.9) !important;
}

.hover\:text-gray-700\/95:hover{
  color: rgb(55 65 81 / 0.95) !important;
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-800\/0:hover{
  color: rgb(31 41 55 / 0) !important;
}

.hover\:text-gray-800\/10:hover{
  color: rgb(31 41 55 / 0.1) !important;
}

.hover\:text-gray-800\/100:hover{
  color: rgb(31 41 55 / 1) !important;
}

.hover\:text-gray-800\/15:hover{
  color: rgb(31 41 55 / 0.15) !important;
}

.hover\:text-gray-800\/20:hover{
  color: rgb(31 41 55 / 0.2) !important;
}

.hover\:text-gray-800\/25:hover{
  color: rgb(31 41 55 / 0.25) !important;
}

.hover\:text-gray-800\/30:hover{
  color: rgb(31 41 55 / 0.3) !important;
}

.hover\:text-gray-800\/35:hover{
  color: rgb(31 41 55 / 0.35) !important;
}

.hover\:text-gray-800\/40:hover{
  color: rgb(31 41 55 / 0.4) !important;
}

.hover\:text-gray-800\/45:hover{
  color: rgb(31 41 55 / 0.45) !important;
}

.hover\:text-gray-800\/5:hover{
  color: rgb(31 41 55 / 0.05) !important;
}

.hover\:text-gray-800\/50:hover{
  color: rgb(31 41 55 / 0.5) !important;
}

.hover\:text-gray-800\/55:hover{
  color: rgb(31 41 55 / 0.55) !important;
}

.hover\:text-gray-800\/60:hover{
  color: rgb(31 41 55 / 0.6) !important;
}

.hover\:text-gray-800\/65:hover{
  color: rgb(31 41 55 / 0.65) !important;
}

.hover\:text-gray-800\/70:hover{
  color: rgb(31 41 55 / 0.7) !important;
}

.hover\:text-gray-800\/75:hover{
  color: rgb(31 41 55 / 0.75) !important;
}

.hover\:text-gray-800\/80:hover{
  color: rgb(31 41 55 / 0.8) !important;
}

.hover\:text-gray-800\/85:hover{
  color: rgb(31 41 55 / 0.85) !important;
}

.hover\:text-gray-800\/90:hover{
  color: rgb(31 41 55 / 0.9) !important;
}

.hover\:text-gray-800\/95:hover{
  color: rgb(31 41 55 / 0.95) !important;
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-900\/0:hover{
  color: rgb(17 24 39 / 0) !important;
}

.hover\:text-gray-900\/10:hover{
  color: rgb(17 24 39 / 0.1) !important;
}

.hover\:text-gray-900\/100:hover{
  color: rgb(17 24 39 / 1) !important;
}

.hover\:text-gray-900\/15:hover{
  color: rgb(17 24 39 / 0.15) !important;
}

.hover\:text-gray-900\/20:hover{
  color: rgb(17 24 39 / 0.2) !important;
}

.hover\:text-gray-900\/25:hover{
  color: rgb(17 24 39 / 0.25) !important;
}

.hover\:text-gray-900\/30:hover{
  color: rgb(17 24 39 / 0.3) !important;
}

.hover\:text-gray-900\/35:hover{
  color: rgb(17 24 39 / 0.35) !important;
}

.hover\:text-gray-900\/40:hover{
  color: rgb(17 24 39 / 0.4) !important;
}

.hover\:text-gray-900\/45:hover{
  color: rgb(17 24 39 / 0.45) !important;
}

.hover\:text-gray-900\/5:hover{
  color: rgb(17 24 39 / 0.05) !important;
}

.hover\:text-gray-900\/50:hover{
  color: rgb(17 24 39 / 0.5) !important;
}

.hover\:text-gray-900\/55:hover{
  color: rgb(17 24 39 / 0.55) !important;
}

.hover\:text-gray-900\/60:hover{
  color: rgb(17 24 39 / 0.6) !important;
}

.hover\:text-gray-900\/65:hover{
  color: rgb(17 24 39 / 0.65) !important;
}

.hover\:text-gray-900\/70:hover{
  color: rgb(17 24 39 / 0.7) !important;
}

.hover\:text-gray-900\/75:hover{
  color: rgb(17 24 39 / 0.75) !important;
}

.hover\:text-gray-900\/80:hover{
  color: rgb(17 24 39 / 0.8) !important;
}

.hover\:text-gray-900\/85:hover{
  color: rgb(17 24 39 / 0.85) !important;
}

.hover\:text-gray-900\/90:hover{
  color: rgb(17 24 39 / 0.9) !important;
}

.hover\:text-gray-900\/95:hover{
  color: rgb(17 24 39 / 0.95) !important;
}

.hover\:text-gray-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-950\/0:hover{
  color: rgb(3 7 18 / 0) !important;
}

.hover\:text-gray-950\/10:hover{
  color: rgb(3 7 18 / 0.1) !important;
}

.hover\:text-gray-950\/100:hover{
  color: rgb(3 7 18 / 1) !important;
}

.hover\:text-gray-950\/15:hover{
  color: rgb(3 7 18 / 0.15) !important;
}

.hover\:text-gray-950\/20:hover{
  color: rgb(3 7 18 / 0.2) !important;
}

.hover\:text-gray-950\/25:hover{
  color: rgb(3 7 18 / 0.25) !important;
}

.hover\:text-gray-950\/30:hover{
  color: rgb(3 7 18 / 0.3) !important;
}

.hover\:text-gray-950\/35:hover{
  color: rgb(3 7 18 / 0.35) !important;
}

.hover\:text-gray-950\/40:hover{
  color: rgb(3 7 18 / 0.4) !important;
}

.hover\:text-gray-950\/45:hover{
  color: rgb(3 7 18 / 0.45) !important;
}

.hover\:text-gray-950\/5:hover{
  color: rgb(3 7 18 / 0.05) !important;
}

.hover\:text-gray-950\/50:hover{
  color: rgb(3 7 18 / 0.5) !important;
}

.hover\:text-gray-950\/55:hover{
  color: rgb(3 7 18 / 0.55) !important;
}

.hover\:text-gray-950\/60:hover{
  color: rgb(3 7 18 / 0.6) !important;
}

.hover\:text-gray-950\/65:hover{
  color: rgb(3 7 18 / 0.65) !important;
}

.hover\:text-gray-950\/70:hover{
  color: rgb(3 7 18 / 0.7) !important;
}

.hover\:text-gray-950\/75:hover{
  color: rgb(3 7 18 / 0.75) !important;
}

.hover\:text-gray-950\/80:hover{
  color: rgb(3 7 18 / 0.8) !important;
}

.hover\:text-gray-950\/85:hover{
  color: rgb(3 7 18 / 0.85) !important;
}

.hover\:text-gray-950\/90:hover{
  color: rgb(3 7 18 / 0.9) !important;
}

.hover\:text-gray-950\/95:hover{
  color: rgb(3 7 18 / 0.95) !important;
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(222 250 236 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-100\/0:hover{
  color: rgb(222 250 236 / 0) !important;
}

.hover\:text-green-100\/10:hover{
  color: rgb(222 250 236 / 0.1) !important;
}

.hover\:text-green-100\/100:hover{
  color: rgb(222 250 236 / 1) !important;
}

.hover\:text-green-100\/15:hover{
  color: rgb(222 250 236 / 0.15) !important;
}

.hover\:text-green-100\/20:hover{
  color: rgb(222 250 236 / 0.2) !important;
}

.hover\:text-green-100\/25:hover{
  color: rgb(222 250 236 / 0.25) !important;
}

.hover\:text-green-100\/30:hover{
  color: rgb(222 250 236 / 0.3) !important;
}

.hover\:text-green-100\/35:hover{
  color: rgb(222 250 236 / 0.35) !important;
}

.hover\:text-green-100\/40:hover{
  color: rgb(222 250 236 / 0.4) !important;
}

.hover\:text-green-100\/45:hover{
  color: rgb(222 250 236 / 0.45) !important;
}

.hover\:text-green-100\/5:hover{
  color: rgb(222 250 236 / 0.05) !important;
}

.hover\:text-green-100\/50:hover{
  color: rgb(222 250 236 / 0.5) !important;
}

.hover\:text-green-100\/55:hover{
  color: rgb(222 250 236 / 0.55) !important;
}

.hover\:text-green-100\/60:hover{
  color: rgb(222 250 236 / 0.6) !important;
}

.hover\:text-green-100\/65:hover{
  color: rgb(222 250 236 / 0.65) !important;
}

.hover\:text-green-100\/70:hover{
  color: rgb(222 250 236 / 0.7) !important;
}

.hover\:text-green-100\/75:hover{
  color: rgb(222 250 236 / 0.75) !important;
}

.hover\:text-green-100\/80:hover{
  color: rgb(222 250 236 / 0.8) !important;
}

.hover\:text-green-100\/85:hover{
  color: rgb(222 250 236 / 0.85) !important;
}

.hover\:text-green-100\/90:hover{
  color: rgb(222 250 236 / 0.9) !important;
}

.hover\:text-green-100\/95:hover{
  color: rgb(222 250 236 / 0.95) !important;
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(190 244 216 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-200\/0:hover{
  color: rgb(190 244 216 / 0) !important;
}

.hover\:text-green-200\/10:hover{
  color: rgb(190 244 216 / 0.1) !important;
}

.hover\:text-green-200\/100:hover{
  color: rgb(190 244 216 / 1) !important;
}

.hover\:text-green-200\/15:hover{
  color: rgb(190 244 216 / 0.15) !important;
}

.hover\:text-green-200\/20:hover{
  color: rgb(190 244 216 / 0.2) !important;
}

.hover\:text-green-200\/25:hover{
  color: rgb(190 244 216 / 0.25) !important;
}

.hover\:text-green-200\/30:hover{
  color: rgb(190 244 216 / 0.3) !important;
}

.hover\:text-green-200\/35:hover{
  color: rgb(190 244 216 / 0.35) !important;
}

.hover\:text-green-200\/40:hover{
  color: rgb(190 244 216 / 0.4) !important;
}

.hover\:text-green-200\/45:hover{
  color: rgb(190 244 216 / 0.45) !important;
}

.hover\:text-green-200\/5:hover{
  color: rgb(190 244 216 / 0.05) !important;
}

.hover\:text-green-200\/50:hover{
  color: rgb(190 244 216 / 0.5) !important;
}

.hover\:text-green-200\/55:hover{
  color: rgb(190 244 216 / 0.55) !important;
}

.hover\:text-green-200\/60:hover{
  color: rgb(190 244 216 / 0.6) !important;
}

.hover\:text-green-200\/65:hover{
  color: rgb(190 244 216 / 0.65) !important;
}

.hover\:text-green-200\/70:hover{
  color: rgb(190 244 216 / 0.7) !important;
}

.hover\:text-green-200\/75:hover{
  color: rgb(190 244 216 / 0.75) !important;
}

.hover\:text-green-200\/80:hover{
  color: rgb(190 244 216 / 0.8) !important;
}

.hover\:text-green-200\/85:hover{
  color: rgb(190 244 216 / 0.85) !important;
}

.hover\:text-green-200\/90:hover{
  color: rgb(190 244 216 / 0.9) !important;
}

.hover\:text-green-200\/95:hover{
  color: rgb(190 244 216 / 0.95) !important;
}

.hover\:text-green-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(140 233 187 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-300\/0:hover{
  color: rgb(140 233 187 / 0) !important;
}

.hover\:text-green-300\/10:hover{
  color: rgb(140 233 187 / 0.1) !important;
}

.hover\:text-green-300\/100:hover{
  color: rgb(140 233 187 / 1) !important;
}

.hover\:text-green-300\/15:hover{
  color: rgb(140 233 187 / 0.15) !important;
}

.hover\:text-green-300\/20:hover{
  color: rgb(140 233 187 / 0.2) !important;
}

.hover\:text-green-300\/25:hover{
  color: rgb(140 233 187 / 0.25) !important;
}

.hover\:text-green-300\/30:hover{
  color: rgb(140 233 187 / 0.3) !important;
}

.hover\:text-green-300\/35:hover{
  color: rgb(140 233 187 / 0.35) !important;
}

.hover\:text-green-300\/40:hover{
  color: rgb(140 233 187 / 0.4) !important;
}

.hover\:text-green-300\/45:hover{
  color: rgb(140 233 187 / 0.45) !important;
}

.hover\:text-green-300\/5:hover{
  color: rgb(140 233 187 / 0.05) !important;
}

.hover\:text-green-300\/50:hover{
  color: rgb(140 233 187 / 0.5) !important;
}

.hover\:text-green-300\/55:hover{
  color: rgb(140 233 187 / 0.55) !important;
}

.hover\:text-green-300\/60:hover{
  color: rgb(140 233 187 / 0.6) !important;
}

.hover\:text-green-300\/65:hover{
  color: rgb(140 233 187 / 0.65) !important;
}

.hover\:text-green-300\/70:hover{
  color: rgb(140 233 187 / 0.7) !important;
}

.hover\:text-green-300\/75:hover{
  color: rgb(140 233 187 / 0.75) !important;
}

.hover\:text-green-300\/80:hover{
  color: rgb(140 233 187 / 0.8) !important;
}

.hover\:text-green-300\/85:hover{
  color: rgb(140 233 187 / 0.85) !important;
}

.hover\:text-green-300\/90:hover{
  color: rgb(140 233 187 / 0.9) !important;
}

.hover\:text-green-300\/95:hover{
  color: rgb(140 233 187 / 0.95) !important;
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(82 214 148 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-400\/0:hover{
  color: rgb(82 214 148 / 0) !important;
}

.hover\:text-green-400\/10:hover{
  color: rgb(82 214 148 / 0.1) !important;
}

.hover\:text-green-400\/100:hover{
  color: rgb(82 214 148 / 1) !important;
}

.hover\:text-green-400\/15:hover{
  color: rgb(82 214 148 / 0.15) !important;
}

.hover\:text-green-400\/20:hover{
  color: rgb(82 214 148 / 0.2) !important;
}

.hover\:text-green-400\/25:hover{
  color: rgb(82 214 148 / 0.25) !important;
}

.hover\:text-green-400\/30:hover{
  color: rgb(82 214 148 / 0.3) !important;
}

.hover\:text-green-400\/35:hover{
  color: rgb(82 214 148 / 0.35) !important;
}

.hover\:text-green-400\/40:hover{
  color: rgb(82 214 148 / 0.4) !important;
}

.hover\:text-green-400\/45:hover{
  color: rgb(82 214 148 / 0.45) !important;
}

.hover\:text-green-400\/5:hover{
  color: rgb(82 214 148 / 0.05) !important;
}

.hover\:text-green-400\/50:hover{
  color: rgb(82 214 148 / 0.5) !important;
}

.hover\:text-green-400\/55:hover{
  color: rgb(82 214 148 / 0.55) !important;
}

.hover\:text-green-400\/60:hover{
  color: rgb(82 214 148 / 0.6) !important;
}

.hover\:text-green-400\/65:hover{
  color: rgb(82 214 148 / 0.65) !important;
}

.hover\:text-green-400\/70:hover{
  color: rgb(82 214 148 / 0.7) !important;
}

.hover\:text-green-400\/75:hover{
  color: rgb(82 214 148 / 0.75) !important;
}

.hover\:text-green-400\/80:hover{
  color: rgb(82 214 148 / 0.8) !important;
}

.hover\:text-green-400\/85:hover{
  color: rgb(82 214 148 / 0.85) !important;
}

.hover\:text-green-400\/90:hover{
  color: rgb(82 214 148 / 0.9) !important;
}

.hover\:text-green-400\/95:hover{
  color: rgb(82 214 148 / 0.95) !important;
}

.hover\:text-green-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(241 252 245 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-50\/0:hover{
  color: rgb(241 252 245 / 0) !important;
}

.hover\:text-green-50\/10:hover{
  color: rgb(241 252 245 / 0.1) !important;
}

.hover\:text-green-50\/100:hover{
  color: rgb(241 252 245 / 1) !important;
}

.hover\:text-green-50\/15:hover{
  color: rgb(241 252 245 / 0.15) !important;
}

.hover\:text-green-50\/20:hover{
  color: rgb(241 252 245 / 0.2) !important;
}

.hover\:text-green-50\/25:hover{
  color: rgb(241 252 245 / 0.25) !important;
}

.hover\:text-green-50\/30:hover{
  color: rgb(241 252 245 / 0.3) !important;
}

.hover\:text-green-50\/35:hover{
  color: rgb(241 252 245 / 0.35) !important;
}

.hover\:text-green-50\/40:hover{
  color: rgb(241 252 245 / 0.4) !important;
}

.hover\:text-green-50\/45:hover{
  color: rgb(241 252 245 / 0.45) !important;
}

.hover\:text-green-50\/5:hover{
  color: rgb(241 252 245 / 0.05) !important;
}

.hover\:text-green-50\/50:hover{
  color: rgb(241 252 245 / 0.5) !important;
}

.hover\:text-green-50\/55:hover{
  color: rgb(241 252 245 / 0.55) !important;
}

.hover\:text-green-50\/60:hover{
  color: rgb(241 252 245 / 0.6) !important;
}

.hover\:text-green-50\/65:hover{
  color: rgb(241 252 245 / 0.65) !important;
}

.hover\:text-green-50\/70:hover{
  color: rgb(241 252 245 / 0.7) !important;
}

.hover\:text-green-50\/75:hover{
  color: rgb(241 252 245 / 0.75) !important;
}

.hover\:text-green-50\/80:hover{
  color: rgb(241 252 245 / 0.8) !important;
}

.hover\:text-green-50\/85:hover{
  color: rgb(241 252 245 / 0.85) !important;
}

.hover\:text-green-50\/90:hover{
  color: rgb(241 252 245 / 0.9) !important;
}

.hover\:text-green-50\/95:hover{
  color: rgb(241 252 245 / 0.95) !important;
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-500\/0:hover{
  color: rgb(51 208 130 / 0) !important;
}

.hover\:text-green-500\/10:hover{
  color: rgb(51 208 130 / 0.1) !important;
}

.hover\:text-green-500\/100:hover{
  color: rgb(51 208 130 / 1) !important;
}

.hover\:text-green-500\/15:hover{
  color: rgb(51 208 130 / 0.15) !important;
}

.hover\:text-green-500\/20:hover{
  color: rgb(51 208 130 / 0.2) !important;
}

.hover\:text-green-500\/25:hover{
  color: rgb(51 208 130 / 0.25) !important;
}

.hover\:text-green-500\/30:hover{
  color: rgb(51 208 130 / 0.3) !important;
}

.hover\:text-green-500\/35:hover{
  color: rgb(51 208 130 / 0.35) !important;
}

.hover\:text-green-500\/40:hover{
  color: rgb(51 208 130 / 0.4) !important;
}

.hover\:text-green-500\/45:hover{
  color: rgb(51 208 130 / 0.45) !important;
}

.hover\:text-green-500\/5:hover{
  color: rgb(51 208 130 / 0.05) !important;
}

.hover\:text-green-500\/50:hover{
  color: rgb(51 208 130 / 0.5) !important;
}

.hover\:text-green-500\/55:hover{
  color: rgb(51 208 130 / 0.55) !important;
}

.hover\:text-green-500\/60:hover{
  color: rgb(51 208 130 / 0.6) !important;
}

.hover\:text-green-500\/65:hover{
  color: rgb(51 208 130 / 0.65) !important;
}

.hover\:text-green-500\/70:hover{
  color: rgb(51 208 130 / 0.7) !important;
}

.hover\:text-green-500\/75:hover{
  color: rgb(51 208 130 / 0.75) !important;
}

.hover\:text-green-500\/80:hover{
  color: rgb(51 208 130 / 0.8) !important;
}

.hover\:text-green-500\/85:hover{
  color: rgb(51 208 130 / 0.85) !important;
}

.hover\:text-green-500\/90:hover{
  color: rgb(51 208 130 / 0.9) !important;
}

.hover\:text-green-500\/95:hover{
  color: rgb(51 208 130 / 0.95) !important;
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(30 155 93 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-600\/0:hover{
  color: rgb(30 155 93 / 0) !important;
}

.hover\:text-green-600\/10:hover{
  color: rgb(30 155 93 / 0.1) !important;
}

.hover\:text-green-600\/100:hover{
  color: rgb(30 155 93 / 1) !important;
}

.hover\:text-green-600\/15:hover{
  color: rgb(30 155 93 / 0.15) !important;
}

.hover\:text-green-600\/20:hover{
  color: rgb(30 155 93 / 0.2) !important;
}

.hover\:text-green-600\/25:hover{
  color: rgb(30 155 93 / 0.25) !important;
}

.hover\:text-green-600\/30:hover{
  color: rgb(30 155 93 / 0.3) !important;
}

.hover\:text-green-600\/35:hover{
  color: rgb(30 155 93 / 0.35) !important;
}

.hover\:text-green-600\/40:hover{
  color: rgb(30 155 93 / 0.4) !important;
}

.hover\:text-green-600\/45:hover{
  color: rgb(30 155 93 / 0.45) !important;
}

.hover\:text-green-600\/5:hover{
  color: rgb(30 155 93 / 0.05) !important;
}

.hover\:text-green-600\/50:hover{
  color: rgb(30 155 93 / 0.5) !important;
}

.hover\:text-green-600\/55:hover{
  color: rgb(30 155 93 / 0.55) !important;
}

.hover\:text-green-600\/60:hover{
  color: rgb(30 155 93 / 0.6) !important;
}

.hover\:text-green-600\/65:hover{
  color: rgb(30 155 93 / 0.65) !important;
}

.hover\:text-green-600\/70:hover{
  color: rgb(30 155 93 / 0.7) !important;
}

.hover\:text-green-600\/75:hover{
  color: rgb(30 155 93 / 0.75) !important;
}

.hover\:text-green-600\/80:hover{
  color: rgb(30 155 93 / 0.8) !important;
}

.hover\:text-green-600\/85:hover{
  color: rgb(30 155 93 / 0.85) !important;
}

.hover\:text-green-600\/90:hover{
  color: rgb(30 155 93 / 0.9) !important;
}

.hover\:text-green-600\/95:hover{
  color: rgb(30 155 93 / 0.95) !important;
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(27 122 76 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-700\/0:hover{
  color: rgb(27 122 76 / 0) !important;
}

.hover\:text-green-700\/10:hover{
  color: rgb(27 122 76 / 0.1) !important;
}

.hover\:text-green-700\/100:hover{
  color: rgb(27 122 76 / 1) !important;
}

.hover\:text-green-700\/15:hover{
  color: rgb(27 122 76 / 0.15) !important;
}

.hover\:text-green-700\/20:hover{
  color: rgb(27 122 76 / 0.2) !important;
}

.hover\:text-green-700\/25:hover{
  color: rgb(27 122 76 / 0.25) !important;
}

.hover\:text-green-700\/30:hover{
  color: rgb(27 122 76 / 0.3) !important;
}

.hover\:text-green-700\/35:hover{
  color: rgb(27 122 76 / 0.35) !important;
}

.hover\:text-green-700\/40:hover{
  color: rgb(27 122 76 / 0.4) !important;
}

.hover\:text-green-700\/45:hover{
  color: rgb(27 122 76 / 0.45) !important;
}

.hover\:text-green-700\/5:hover{
  color: rgb(27 122 76 / 0.05) !important;
}

.hover\:text-green-700\/50:hover{
  color: rgb(27 122 76 / 0.5) !important;
}

.hover\:text-green-700\/55:hover{
  color: rgb(27 122 76 / 0.55) !important;
}

.hover\:text-green-700\/60:hover{
  color: rgb(27 122 76 / 0.6) !important;
}

.hover\:text-green-700\/65:hover{
  color: rgb(27 122 76 / 0.65) !important;
}

.hover\:text-green-700\/70:hover{
  color: rgb(27 122 76 / 0.7) !important;
}

.hover\:text-green-700\/75:hover{
  color: rgb(27 122 76 / 0.75) !important;
}

.hover\:text-green-700\/80:hover{
  color: rgb(27 122 76 / 0.8) !important;
}

.hover\:text-green-700\/85:hover{
  color: rgb(27 122 76 / 0.85) !important;
}

.hover\:text-green-700\/90:hover{
  color: rgb(27 122 76 / 0.9) !important;
}

.hover\:text-green-700\/95:hover{
  color: rgb(27 122 76 / 0.95) !important;
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(26 97 63 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-800\/0:hover{
  color: rgb(26 97 63 / 0) !important;
}

.hover\:text-green-800\/10:hover{
  color: rgb(26 97 63 / 0.1) !important;
}

.hover\:text-green-800\/100:hover{
  color: rgb(26 97 63 / 1) !important;
}

.hover\:text-green-800\/15:hover{
  color: rgb(26 97 63 / 0.15) !important;
}

.hover\:text-green-800\/20:hover{
  color: rgb(26 97 63 / 0.2) !important;
}

.hover\:text-green-800\/25:hover{
  color: rgb(26 97 63 / 0.25) !important;
}

.hover\:text-green-800\/30:hover{
  color: rgb(26 97 63 / 0.3) !important;
}

.hover\:text-green-800\/35:hover{
  color: rgb(26 97 63 / 0.35) !important;
}

.hover\:text-green-800\/40:hover{
  color: rgb(26 97 63 / 0.4) !important;
}

.hover\:text-green-800\/45:hover{
  color: rgb(26 97 63 / 0.45) !important;
}

.hover\:text-green-800\/5:hover{
  color: rgb(26 97 63 / 0.05) !important;
}

.hover\:text-green-800\/50:hover{
  color: rgb(26 97 63 / 0.5) !important;
}

.hover\:text-green-800\/55:hover{
  color: rgb(26 97 63 / 0.55) !important;
}

.hover\:text-green-800\/60:hover{
  color: rgb(26 97 63 / 0.6) !important;
}

.hover\:text-green-800\/65:hover{
  color: rgb(26 97 63 / 0.65) !important;
}

.hover\:text-green-800\/70:hover{
  color: rgb(26 97 63 / 0.7) !important;
}

.hover\:text-green-800\/75:hover{
  color: rgb(26 97 63 / 0.75) !important;
}

.hover\:text-green-800\/80:hover{
  color: rgb(26 97 63 / 0.8) !important;
}

.hover\:text-green-800\/85:hover{
  color: rgb(26 97 63 / 0.85) !important;
}

.hover\:text-green-800\/90:hover{
  color: rgb(26 97 63 / 0.9) !important;
}

.hover\:text-green-800\/95:hover{
  color: rgb(26 97 63 / 0.95) !important;
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(24 79 53 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-900\/0:hover{
  color: rgb(24 79 53 / 0) !important;
}

.hover\:text-green-900\/10:hover{
  color: rgb(24 79 53 / 0.1) !important;
}

.hover\:text-green-900\/100:hover{
  color: rgb(24 79 53 / 1) !important;
}

.hover\:text-green-900\/15:hover{
  color: rgb(24 79 53 / 0.15) !important;
}

.hover\:text-green-900\/20:hover{
  color: rgb(24 79 53 / 0.2) !important;
}

.hover\:text-green-900\/25:hover{
  color: rgb(24 79 53 / 0.25) !important;
}

.hover\:text-green-900\/30:hover{
  color: rgb(24 79 53 / 0.3) !important;
}

.hover\:text-green-900\/35:hover{
  color: rgb(24 79 53 / 0.35) !important;
}

.hover\:text-green-900\/40:hover{
  color: rgb(24 79 53 / 0.4) !important;
}

.hover\:text-green-900\/45:hover{
  color: rgb(24 79 53 / 0.45) !important;
}

.hover\:text-green-900\/5:hover{
  color: rgb(24 79 53 / 0.05) !important;
}

.hover\:text-green-900\/50:hover{
  color: rgb(24 79 53 / 0.5) !important;
}

.hover\:text-green-900\/55:hover{
  color: rgb(24 79 53 / 0.55) !important;
}

.hover\:text-green-900\/60:hover{
  color: rgb(24 79 53 / 0.6) !important;
}

.hover\:text-green-900\/65:hover{
  color: rgb(24 79 53 / 0.65) !important;
}

.hover\:text-green-900\/70:hover{
  color: rgb(24 79 53 / 0.7) !important;
}

.hover\:text-green-900\/75:hover{
  color: rgb(24 79 53 / 0.75) !important;
}

.hover\:text-green-900\/80:hover{
  color: rgb(24 79 53 / 0.8) !important;
}

.hover\:text-green-900\/85:hover{
  color: rgb(24 79 53 / 0.85) !important;
}

.hover\:text-green-900\/90:hover{
  color: rgb(24 79 53 / 0.9) !important;
}

.hover\:text-green-900\/95:hover{
  color: rgb(24 79 53 / 0.95) !important;
}

.hover\:text-green-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(7 44 27 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-green-950\/0:hover{
  color: rgb(7 44 27 / 0) !important;
}

.hover\:text-green-950\/10:hover{
  color: rgb(7 44 27 / 0.1) !important;
}

.hover\:text-green-950\/100:hover{
  color: rgb(7 44 27 / 1) !important;
}

.hover\:text-green-950\/15:hover{
  color: rgb(7 44 27 / 0.15) !important;
}

.hover\:text-green-950\/20:hover{
  color: rgb(7 44 27 / 0.2) !important;
}

.hover\:text-green-950\/25:hover{
  color: rgb(7 44 27 / 0.25) !important;
}

.hover\:text-green-950\/30:hover{
  color: rgb(7 44 27 / 0.3) !important;
}

.hover\:text-green-950\/35:hover{
  color: rgb(7 44 27 / 0.35) !important;
}

.hover\:text-green-950\/40:hover{
  color: rgb(7 44 27 / 0.4) !important;
}

.hover\:text-green-950\/45:hover{
  color: rgb(7 44 27 / 0.45) !important;
}

.hover\:text-green-950\/5:hover{
  color: rgb(7 44 27 / 0.05) !important;
}

.hover\:text-green-950\/50:hover{
  color: rgb(7 44 27 / 0.5) !important;
}

.hover\:text-green-950\/55:hover{
  color: rgb(7 44 27 / 0.55) !important;
}

.hover\:text-green-950\/60:hover{
  color: rgb(7 44 27 / 0.6) !important;
}

.hover\:text-green-950\/65:hover{
  color: rgb(7 44 27 / 0.65) !important;
}

.hover\:text-green-950\/70:hover{
  color: rgb(7 44 27 / 0.7) !important;
}

.hover\:text-green-950\/75:hover{
  color: rgb(7 44 27 / 0.75) !important;
}

.hover\:text-green-950\/80:hover{
  color: rgb(7 44 27 / 0.8) !important;
}

.hover\:text-green-950\/85:hover{
  color: rgb(7 44 27 / 0.85) !important;
}

.hover\:text-green-950\/90:hover{
  color: rgb(7 44 27 / 0.9) !important;
}

.hover\:text-green-950\/95:hover{
  color: rgb(7 44 27 / 0.95) !important;
}

.hover\:text-grey-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(250 251 252 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-100\/0:hover{
  color: rgb(250 251 252 / 0) !important;
}

.hover\:text-grey-100\/10:hover{
  color: rgb(250 251 252 / 0.1) !important;
}

.hover\:text-grey-100\/100:hover{
  color: rgb(250 251 252 / 1) !important;
}

.hover\:text-grey-100\/15:hover{
  color: rgb(250 251 252 / 0.15) !important;
}

.hover\:text-grey-100\/20:hover{
  color: rgb(250 251 252 / 0.2) !important;
}

.hover\:text-grey-100\/25:hover{
  color: rgb(250 251 252 / 0.25) !important;
}

.hover\:text-grey-100\/30:hover{
  color: rgb(250 251 252 / 0.3) !important;
}

.hover\:text-grey-100\/35:hover{
  color: rgb(250 251 252 / 0.35) !important;
}

.hover\:text-grey-100\/40:hover{
  color: rgb(250 251 252 / 0.4) !important;
}

.hover\:text-grey-100\/45:hover{
  color: rgb(250 251 252 / 0.45) !important;
}

.hover\:text-grey-100\/5:hover{
  color: rgb(250 251 252 / 0.05) !important;
}

.hover\:text-grey-100\/50:hover{
  color: rgb(250 251 252 / 0.5) !important;
}

.hover\:text-grey-100\/55:hover{
  color: rgb(250 251 252 / 0.55) !important;
}

.hover\:text-grey-100\/60:hover{
  color: rgb(250 251 252 / 0.6) !important;
}

.hover\:text-grey-100\/65:hover{
  color: rgb(250 251 252 / 0.65) !important;
}

.hover\:text-grey-100\/70:hover{
  color: rgb(250 251 252 / 0.7) !important;
}

.hover\:text-grey-100\/75:hover{
  color: rgb(250 251 252 / 0.75) !important;
}

.hover\:text-grey-100\/80:hover{
  color: rgb(250 251 252 / 0.8) !important;
}

.hover\:text-grey-100\/85:hover{
  color: rgb(250 251 252 / 0.85) !important;
}

.hover\:text-grey-100\/90:hover{
  color: rgb(250 251 252 / 0.9) !important;
}

.hover\:text-grey-100\/95:hover{
  color: rgb(250 251 252 / 0.95) !important;
}

.hover\:text-grey-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(247 248 250 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-200\/0:hover{
  color: rgb(247 248 250 / 0) !important;
}

.hover\:text-grey-200\/10:hover{
  color: rgb(247 248 250 / 0.1) !important;
}

.hover\:text-grey-200\/100:hover{
  color: rgb(247 248 250 / 1) !important;
}

.hover\:text-grey-200\/15:hover{
  color: rgb(247 248 250 / 0.15) !important;
}

.hover\:text-grey-200\/20:hover{
  color: rgb(247 248 250 / 0.2) !important;
}

.hover\:text-grey-200\/25:hover{
  color: rgb(247 248 250 / 0.25) !important;
}

.hover\:text-grey-200\/30:hover{
  color: rgb(247 248 250 / 0.3) !important;
}

.hover\:text-grey-200\/35:hover{
  color: rgb(247 248 250 / 0.35) !important;
}

.hover\:text-grey-200\/40:hover{
  color: rgb(247 248 250 / 0.4) !important;
}

.hover\:text-grey-200\/45:hover{
  color: rgb(247 248 250 / 0.45) !important;
}

.hover\:text-grey-200\/5:hover{
  color: rgb(247 248 250 / 0.05) !important;
}

.hover\:text-grey-200\/50:hover{
  color: rgb(247 248 250 / 0.5) !important;
}

.hover\:text-grey-200\/55:hover{
  color: rgb(247 248 250 / 0.55) !important;
}

.hover\:text-grey-200\/60:hover{
  color: rgb(247 248 250 / 0.6) !important;
}

.hover\:text-grey-200\/65:hover{
  color: rgb(247 248 250 / 0.65) !important;
}

.hover\:text-grey-200\/70:hover{
  color: rgb(247 248 250 / 0.7) !important;
}

.hover\:text-grey-200\/75:hover{
  color: rgb(247 248 250 / 0.75) !important;
}

.hover\:text-grey-200\/80:hover{
  color: rgb(247 248 250 / 0.8) !important;
}

.hover\:text-grey-200\/85:hover{
  color: rgb(247 248 250 / 0.85) !important;
}

.hover\:text-grey-200\/90:hover{
  color: rgb(247 248 250 / 0.9) !important;
}

.hover\:text-grey-200\/95:hover{
  color: rgb(247 248 250 / 0.95) !important;
}

.hover\:text-grey-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(243 245 248 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-300\/0:hover{
  color: rgb(243 245 248 / 0) !important;
}

.hover\:text-grey-300\/10:hover{
  color: rgb(243 245 248 / 0.1) !important;
}

.hover\:text-grey-300\/100:hover{
  color: rgb(243 245 248 / 1) !important;
}

.hover\:text-grey-300\/15:hover{
  color: rgb(243 245 248 / 0.15) !important;
}

.hover\:text-grey-300\/20:hover{
  color: rgb(243 245 248 / 0.2) !important;
}

.hover\:text-grey-300\/25:hover{
  color: rgb(243 245 248 / 0.25) !important;
}

.hover\:text-grey-300\/30:hover{
  color: rgb(243 245 248 / 0.3) !important;
}

.hover\:text-grey-300\/35:hover{
  color: rgb(243 245 248 / 0.35) !important;
}

.hover\:text-grey-300\/40:hover{
  color: rgb(243 245 248 / 0.4) !important;
}

.hover\:text-grey-300\/45:hover{
  color: rgb(243 245 248 / 0.45) !important;
}

.hover\:text-grey-300\/5:hover{
  color: rgb(243 245 248 / 0.05) !important;
}

.hover\:text-grey-300\/50:hover{
  color: rgb(243 245 248 / 0.5) !important;
}

.hover\:text-grey-300\/55:hover{
  color: rgb(243 245 248 / 0.55) !important;
}

.hover\:text-grey-300\/60:hover{
  color: rgb(243 245 248 / 0.6) !important;
}

.hover\:text-grey-300\/65:hover{
  color: rgb(243 245 248 / 0.65) !important;
}

.hover\:text-grey-300\/70:hover{
  color: rgb(243 245 248 / 0.7) !important;
}

.hover\:text-grey-300\/75:hover{
  color: rgb(243 245 248 / 0.75) !important;
}

.hover\:text-grey-300\/80:hover{
  color: rgb(243 245 248 / 0.8) !important;
}

.hover\:text-grey-300\/85:hover{
  color: rgb(243 245 248 / 0.85) !important;
}

.hover\:text-grey-300\/90:hover{
  color: rgb(243 245 248 / 0.9) !important;
}

.hover\:text-grey-300\/95:hover{
  color: rgb(243 245 248 / 0.95) !important;
}

.hover\:text-grey-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(241 242 247 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-400\/0:hover{
  color: rgb(241 242 247 / 0) !important;
}

.hover\:text-grey-400\/10:hover{
  color: rgb(241 242 247 / 0.1) !important;
}

.hover\:text-grey-400\/100:hover{
  color: rgb(241 242 247 / 1) !important;
}

.hover\:text-grey-400\/15:hover{
  color: rgb(241 242 247 / 0.15) !important;
}

.hover\:text-grey-400\/20:hover{
  color: rgb(241 242 247 / 0.2) !important;
}

.hover\:text-grey-400\/25:hover{
  color: rgb(241 242 247 / 0.25) !important;
}

.hover\:text-grey-400\/30:hover{
  color: rgb(241 242 247 / 0.3) !important;
}

.hover\:text-grey-400\/35:hover{
  color: rgb(241 242 247 / 0.35) !important;
}

.hover\:text-grey-400\/40:hover{
  color: rgb(241 242 247 / 0.4) !important;
}

.hover\:text-grey-400\/45:hover{
  color: rgb(241 242 247 / 0.45) !important;
}

.hover\:text-grey-400\/5:hover{
  color: rgb(241 242 247 / 0.05) !important;
}

.hover\:text-grey-400\/50:hover{
  color: rgb(241 242 247 / 0.5) !important;
}

.hover\:text-grey-400\/55:hover{
  color: rgb(241 242 247 / 0.55) !important;
}

.hover\:text-grey-400\/60:hover{
  color: rgb(241 242 247 / 0.6) !important;
}

.hover\:text-grey-400\/65:hover{
  color: rgb(241 242 247 / 0.65) !important;
}

.hover\:text-grey-400\/70:hover{
  color: rgb(241 242 247 / 0.7) !important;
}

.hover\:text-grey-400\/75:hover{
  color: rgb(241 242 247 / 0.75) !important;
}

.hover\:text-grey-400\/80:hover{
  color: rgb(241 242 247 / 0.8) !important;
}

.hover\:text-grey-400\/85:hover{
  color: rgb(241 242 247 / 0.85) !important;
}

.hover\:text-grey-400\/90:hover{
  color: rgb(241 242 247 / 0.9) !important;
}

.hover\:text-grey-400\/95:hover{
  color: rgb(241 242 247 / 0.95) !important;
}

.hover\:text-grey-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(253 253 254 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-50\/0:hover{
  color: rgb(253 253 254 / 0) !important;
}

.hover\:text-grey-50\/10:hover{
  color: rgb(253 253 254 / 0.1) !important;
}

.hover\:text-grey-50\/100:hover{
  color: rgb(253 253 254 / 1) !important;
}

.hover\:text-grey-50\/15:hover{
  color: rgb(253 253 254 / 0.15) !important;
}

.hover\:text-grey-50\/20:hover{
  color: rgb(253 253 254 / 0.2) !important;
}

.hover\:text-grey-50\/25:hover{
  color: rgb(253 253 254 / 0.25) !important;
}

.hover\:text-grey-50\/30:hover{
  color: rgb(253 253 254 / 0.3) !important;
}

.hover\:text-grey-50\/35:hover{
  color: rgb(253 253 254 / 0.35) !important;
}

.hover\:text-grey-50\/40:hover{
  color: rgb(253 253 254 / 0.4) !important;
}

.hover\:text-grey-50\/45:hover{
  color: rgb(253 253 254 / 0.45) !important;
}

.hover\:text-grey-50\/5:hover{
  color: rgb(253 253 254 / 0.05) !important;
}

.hover\:text-grey-50\/50:hover{
  color: rgb(253 253 254 / 0.5) !important;
}

.hover\:text-grey-50\/55:hover{
  color: rgb(253 253 254 / 0.55) !important;
}

.hover\:text-grey-50\/60:hover{
  color: rgb(253 253 254 / 0.6) !important;
}

.hover\:text-grey-50\/65:hover{
  color: rgb(253 253 254 / 0.65) !important;
}

.hover\:text-grey-50\/70:hover{
  color: rgb(253 253 254 / 0.7) !important;
}

.hover\:text-grey-50\/75:hover{
  color: rgb(253 253 254 / 0.75) !important;
}

.hover\:text-grey-50\/80:hover{
  color: rgb(253 253 254 / 0.8) !important;
}

.hover\:text-grey-50\/85:hover{
  color: rgb(253 253 254 / 0.85) !important;
}

.hover\:text-grey-50\/90:hover{
  color: rgb(253 253 254 / 0.9) !important;
}

.hover\:text-grey-50\/95:hover{
  color: rgb(253 253 254 / 0.95) !important;
}

.hover\:text-grey-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(238 240 245 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-500\/0:hover{
  color: rgb(238 240 245 / 0) !important;
}

.hover\:text-grey-500\/10:hover{
  color: rgb(238 240 245 / 0.1) !important;
}

.hover\:text-grey-500\/100:hover{
  color: rgb(238 240 245 / 1) !important;
}

.hover\:text-grey-500\/15:hover{
  color: rgb(238 240 245 / 0.15) !important;
}

.hover\:text-grey-500\/20:hover{
  color: rgb(238 240 245 / 0.2) !important;
}

.hover\:text-grey-500\/25:hover{
  color: rgb(238 240 245 / 0.25) !important;
}

.hover\:text-grey-500\/30:hover{
  color: rgb(238 240 245 / 0.3) !important;
}

.hover\:text-grey-500\/35:hover{
  color: rgb(238 240 245 / 0.35) !important;
}

.hover\:text-grey-500\/40:hover{
  color: rgb(238 240 245 / 0.4) !important;
}

.hover\:text-grey-500\/45:hover{
  color: rgb(238 240 245 / 0.45) !important;
}

.hover\:text-grey-500\/5:hover{
  color: rgb(238 240 245 / 0.05) !important;
}

.hover\:text-grey-500\/50:hover{
  color: rgb(238 240 245 / 0.5) !important;
}

.hover\:text-grey-500\/55:hover{
  color: rgb(238 240 245 / 0.55) !important;
}

.hover\:text-grey-500\/60:hover{
  color: rgb(238 240 245 / 0.6) !important;
}

.hover\:text-grey-500\/65:hover{
  color: rgb(238 240 245 / 0.65) !important;
}

.hover\:text-grey-500\/70:hover{
  color: rgb(238 240 245 / 0.7) !important;
}

.hover\:text-grey-500\/75:hover{
  color: rgb(238 240 245 / 0.75) !important;
}

.hover\:text-grey-500\/80:hover{
  color: rgb(238 240 245 / 0.8) !important;
}

.hover\:text-grey-500\/85:hover{
  color: rgb(238 240 245 / 0.85) !important;
}

.hover\:text-grey-500\/90:hover{
  color: rgb(238 240 245 / 0.9) !important;
}

.hover\:text-grey-500\/95:hover{
  color: rgb(238 240 245 / 0.95) !important;
}

.hover\:text-grey-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(236 238 244 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-600\/0:hover{
  color: rgb(236 238 244 / 0) !important;
}

.hover\:text-grey-600\/10:hover{
  color: rgb(236 238 244 / 0.1) !important;
}

.hover\:text-grey-600\/100:hover{
  color: rgb(236 238 244 / 1) !important;
}

.hover\:text-grey-600\/15:hover{
  color: rgb(236 238 244 / 0.15) !important;
}

.hover\:text-grey-600\/20:hover{
  color: rgb(236 238 244 / 0.2) !important;
}

.hover\:text-grey-600\/25:hover{
  color: rgb(236 238 244 / 0.25) !important;
}

.hover\:text-grey-600\/30:hover{
  color: rgb(236 238 244 / 0.3) !important;
}

.hover\:text-grey-600\/35:hover{
  color: rgb(236 238 244 / 0.35) !important;
}

.hover\:text-grey-600\/40:hover{
  color: rgb(236 238 244 / 0.4) !important;
}

.hover\:text-grey-600\/45:hover{
  color: rgb(236 238 244 / 0.45) !important;
}

.hover\:text-grey-600\/5:hover{
  color: rgb(236 238 244 / 0.05) !important;
}

.hover\:text-grey-600\/50:hover{
  color: rgb(236 238 244 / 0.5) !important;
}

.hover\:text-grey-600\/55:hover{
  color: rgb(236 238 244 / 0.55) !important;
}

.hover\:text-grey-600\/60:hover{
  color: rgb(236 238 244 / 0.6) !important;
}

.hover\:text-grey-600\/65:hover{
  color: rgb(236 238 244 / 0.65) !important;
}

.hover\:text-grey-600\/70:hover{
  color: rgb(236 238 244 / 0.7) !important;
}

.hover\:text-grey-600\/75:hover{
  color: rgb(236 238 244 / 0.75) !important;
}

.hover\:text-grey-600\/80:hover{
  color: rgb(236 238 244 / 0.8) !important;
}

.hover\:text-grey-600\/85:hover{
  color: rgb(236 238 244 / 0.85) !important;
}

.hover\:text-grey-600\/90:hover{
  color: rgb(236 238 244 / 0.9) !important;
}

.hover\:text-grey-600\/95:hover{
  color: rgb(236 238 244 / 0.95) !important;
}

.hover\:text-grey-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(233 236 242 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-700\/0:hover{
  color: rgb(233 236 242 / 0) !important;
}

.hover\:text-grey-700\/10:hover{
  color: rgb(233 236 242 / 0.1) !important;
}

.hover\:text-grey-700\/100:hover{
  color: rgb(233 236 242 / 1) !important;
}

.hover\:text-grey-700\/15:hover{
  color: rgb(233 236 242 / 0.15) !important;
}

.hover\:text-grey-700\/20:hover{
  color: rgb(233 236 242 / 0.2) !important;
}

.hover\:text-grey-700\/25:hover{
  color: rgb(233 236 242 / 0.25) !important;
}

.hover\:text-grey-700\/30:hover{
  color: rgb(233 236 242 / 0.3) !important;
}

.hover\:text-grey-700\/35:hover{
  color: rgb(233 236 242 / 0.35) !important;
}

.hover\:text-grey-700\/40:hover{
  color: rgb(233 236 242 / 0.4) !important;
}

.hover\:text-grey-700\/45:hover{
  color: rgb(233 236 242 / 0.45) !important;
}

.hover\:text-grey-700\/5:hover{
  color: rgb(233 236 242 / 0.05) !important;
}

.hover\:text-grey-700\/50:hover{
  color: rgb(233 236 242 / 0.5) !important;
}

.hover\:text-grey-700\/55:hover{
  color: rgb(233 236 242 / 0.55) !important;
}

.hover\:text-grey-700\/60:hover{
  color: rgb(233 236 242 / 0.6) !important;
}

.hover\:text-grey-700\/65:hover{
  color: rgb(233 236 242 / 0.65) !important;
}

.hover\:text-grey-700\/70:hover{
  color: rgb(233 236 242 / 0.7) !important;
}

.hover\:text-grey-700\/75:hover{
  color: rgb(233 236 242 / 0.75) !important;
}

.hover\:text-grey-700\/80:hover{
  color: rgb(233 236 242 / 0.8) !important;
}

.hover\:text-grey-700\/85:hover{
  color: rgb(233 236 242 / 0.85) !important;
}

.hover\:text-grey-700\/90:hover{
  color: rgb(233 236 242 / 0.9) !important;
}

.hover\:text-grey-700\/95:hover{
  color: rgb(233 236 242 / 0.95) !important;
}

.hover\:text-grey-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(231 233 240 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-800\/0:hover{
  color: rgb(231 233 240 / 0) !important;
}

.hover\:text-grey-800\/10:hover{
  color: rgb(231 233 240 / 0.1) !important;
}

.hover\:text-grey-800\/100:hover{
  color: rgb(231 233 240 / 1) !important;
}

.hover\:text-grey-800\/15:hover{
  color: rgb(231 233 240 / 0.15) !important;
}

.hover\:text-grey-800\/20:hover{
  color: rgb(231 233 240 / 0.2) !important;
}

.hover\:text-grey-800\/25:hover{
  color: rgb(231 233 240 / 0.25) !important;
}

.hover\:text-grey-800\/30:hover{
  color: rgb(231 233 240 / 0.3) !important;
}

.hover\:text-grey-800\/35:hover{
  color: rgb(231 233 240 / 0.35) !important;
}

.hover\:text-grey-800\/40:hover{
  color: rgb(231 233 240 / 0.4) !important;
}

.hover\:text-grey-800\/45:hover{
  color: rgb(231 233 240 / 0.45) !important;
}

.hover\:text-grey-800\/5:hover{
  color: rgb(231 233 240 / 0.05) !important;
}

.hover\:text-grey-800\/50:hover{
  color: rgb(231 233 240 / 0.5) !important;
}

.hover\:text-grey-800\/55:hover{
  color: rgb(231 233 240 / 0.55) !important;
}

.hover\:text-grey-800\/60:hover{
  color: rgb(231 233 240 / 0.6) !important;
}

.hover\:text-grey-800\/65:hover{
  color: rgb(231 233 240 / 0.65) !important;
}

.hover\:text-grey-800\/70:hover{
  color: rgb(231 233 240 / 0.7) !important;
}

.hover\:text-grey-800\/75:hover{
  color: rgb(231 233 240 / 0.75) !important;
}

.hover\:text-grey-800\/80:hover{
  color: rgb(231 233 240 / 0.8) !important;
}

.hover\:text-grey-800\/85:hover{
  color: rgb(231 233 240 / 0.85) !important;
}

.hover\:text-grey-800\/90:hover{
  color: rgb(231 233 240 / 0.9) !important;
}

.hover\:text-grey-800\/95:hover{
  color: rgb(231 233 240 / 0.95) !important;
}

.hover\:text-grey-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(226 229 238 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-grey-900\/0:hover{
  color: rgb(226 229 238 / 0) !important;
}

.hover\:text-grey-900\/10:hover{
  color: rgb(226 229 238 / 0.1) !important;
}

.hover\:text-grey-900\/100:hover{
  color: rgb(226 229 238 / 1) !important;
}

.hover\:text-grey-900\/15:hover{
  color: rgb(226 229 238 / 0.15) !important;
}

.hover\:text-grey-900\/20:hover{
  color: rgb(226 229 238 / 0.2) !important;
}

.hover\:text-grey-900\/25:hover{
  color: rgb(226 229 238 / 0.25) !important;
}

.hover\:text-grey-900\/30:hover{
  color: rgb(226 229 238 / 0.3) !important;
}

.hover\:text-grey-900\/35:hover{
  color: rgb(226 229 238 / 0.35) !important;
}

.hover\:text-grey-900\/40:hover{
  color: rgb(226 229 238 / 0.4) !important;
}

.hover\:text-grey-900\/45:hover{
  color: rgb(226 229 238 / 0.45) !important;
}

.hover\:text-grey-900\/5:hover{
  color: rgb(226 229 238 / 0.05) !important;
}

.hover\:text-grey-900\/50:hover{
  color: rgb(226 229 238 / 0.5) !important;
}

.hover\:text-grey-900\/55:hover{
  color: rgb(226 229 238 / 0.55) !important;
}

.hover\:text-grey-900\/60:hover{
  color: rgb(226 229 238 / 0.6) !important;
}

.hover\:text-grey-900\/65:hover{
  color: rgb(226 229 238 / 0.65) !important;
}

.hover\:text-grey-900\/70:hover{
  color: rgb(226 229 238 / 0.7) !important;
}

.hover\:text-grey-900\/75:hover{
  color: rgb(226 229 238 / 0.75) !important;
}

.hover\:text-grey-900\/80:hover{
  color: rgb(226 229 238 / 0.8) !important;
}

.hover\:text-grey-900\/85:hover{
  color: rgb(226 229 238 / 0.85) !important;
}

.hover\:text-grey-900\/90:hover{
  color: rgb(226 229 238 / 0.9) !important;
}

.hover\:text-grey-900\/95:hover{
  color: rgb(226 229 238 / 0.95) !important;
}

.hover\:text-navy-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(191 191 248 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-100\/0:hover{
  color: rgb(191 191 248 / 0) !important;
}

.hover\:text-navy-100\/10:hover{
  color: rgb(191 191 248 / 0.1) !important;
}

.hover\:text-navy-100\/100:hover{
  color: rgb(191 191 248 / 1) !important;
}

.hover\:text-navy-100\/15:hover{
  color: rgb(191 191 248 / 0.15) !important;
}

.hover\:text-navy-100\/20:hover{
  color: rgb(191 191 248 / 0.2) !important;
}

.hover\:text-navy-100\/25:hover{
  color: rgb(191 191 248 / 0.25) !important;
}

.hover\:text-navy-100\/30:hover{
  color: rgb(191 191 248 / 0.3) !important;
}

.hover\:text-navy-100\/35:hover{
  color: rgb(191 191 248 / 0.35) !important;
}

.hover\:text-navy-100\/40:hover{
  color: rgb(191 191 248 / 0.4) !important;
}

.hover\:text-navy-100\/45:hover{
  color: rgb(191 191 248 / 0.45) !important;
}

.hover\:text-navy-100\/5:hover{
  color: rgb(191 191 248 / 0.05) !important;
}

.hover\:text-navy-100\/50:hover{
  color: rgb(191 191 248 / 0.5) !important;
}

.hover\:text-navy-100\/55:hover{
  color: rgb(191 191 248 / 0.55) !important;
}

.hover\:text-navy-100\/60:hover{
  color: rgb(191 191 248 / 0.6) !important;
}

.hover\:text-navy-100\/65:hover{
  color: rgb(191 191 248 / 0.65) !important;
}

.hover\:text-navy-100\/70:hover{
  color: rgb(191 191 248 / 0.7) !important;
}

.hover\:text-navy-100\/75:hover{
  color: rgb(191 191 248 / 0.75) !important;
}

.hover\:text-navy-100\/80:hover{
  color: rgb(191 191 248 / 0.8) !important;
}

.hover\:text-navy-100\/85:hover{
  color: rgb(191 191 248 / 0.85) !important;
}

.hover\:text-navy-100\/90:hover{
  color: rgb(191 191 248 / 0.9) !important;
}

.hover\:text-navy-100\/95:hover{
  color: rgb(191 191 248 / 0.95) !important;
}

.hover\:text-navy-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(149 149 243 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-200\/0:hover{
  color: rgb(149 149 243 / 0) !important;
}

.hover\:text-navy-200\/10:hover{
  color: rgb(149 149 243 / 0.1) !important;
}

.hover\:text-navy-200\/100:hover{
  color: rgb(149 149 243 / 1) !important;
}

.hover\:text-navy-200\/15:hover{
  color: rgb(149 149 243 / 0.15) !important;
}

.hover\:text-navy-200\/20:hover{
  color: rgb(149 149 243 / 0.2) !important;
}

.hover\:text-navy-200\/25:hover{
  color: rgb(149 149 243 / 0.25) !important;
}

.hover\:text-navy-200\/30:hover{
  color: rgb(149 149 243 / 0.3) !important;
}

.hover\:text-navy-200\/35:hover{
  color: rgb(149 149 243 / 0.35) !important;
}

.hover\:text-navy-200\/40:hover{
  color: rgb(149 149 243 / 0.4) !important;
}

.hover\:text-navy-200\/45:hover{
  color: rgb(149 149 243 / 0.45) !important;
}

.hover\:text-navy-200\/5:hover{
  color: rgb(149 149 243 / 0.05) !important;
}

.hover\:text-navy-200\/50:hover{
  color: rgb(149 149 243 / 0.5) !important;
}

.hover\:text-navy-200\/55:hover{
  color: rgb(149 149 243 / 0.55) !important;
}

.hover\:text-navy-200\/60:hover{
  color: rgb(149 149 243 / 0.6) !important;
}

.hover\:text-navy-200\/65:hover{
  color: rgb(149 149 243 / 0.65) !important;
}

.hover\:text-navy-200\/70:hover{
  color: rgb(149 149 243 / 0.7) !important;
}

.hover\:text-navy-200\/75:hover{
  color: rgb(149 149 243 / 0.75) !important;
}

.hover\:text-navy-200\/80:hover{
  color: rgb(149 149 243 / 0.8) !important;
}

.hover\:text-navy-200\/85:hover{
  color: rgb(149 149 243 / 0.85) !important;
}

.hover\:text-navy-200\/90:hover{
  color: rgb(149 149 243 / 0.9) !important;
}

.hover\:text-navy-200\/95:hover{
  color: rgb(149 149 243 / 0.95) !important;
}

.hover\:text-navy-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(106 107 238 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-300\/0:hover{
  color: rgb(106 107 238 / 0) !important;
}

.hover\:text-navy-300\/10:hover{
  color: rgb(106 107 238 / 0.1) !important;
}

.hover\:text-navy-300\/100:hover{
  color: rgb(106 107 238 / 1) !important;
}

.hover\:text-navy-300\/15:hover{
  color: rgb(106 107 238 / 0.15) !important;
}

.hover\:text-navy-300\/20:hover{
  color: rgb(106 107 238 / 0.2) !important;
}

.hover\:text-navy-300\/25:hover{
  color: rgb(106 107 238 / 0.25) !important;
}

.hover\:text-navy-300\/30:hover{
  color: rgb(106 107 238 / 0.3) !important;
}

.hover\:text-navy-300\/35:hover{
  color: rgb(106 107 238 / 0.35) !important;
}

.hover\:text-navy-300\/40:hover{
  color: rgb(106 107 238 / 0.4) !important;
}

.hover\:text-navy-300\/45:hover{
  color: rgb(106 107 238 / 0.45) !important;
}

.hover\:text-navy-300\/5:hover{
  color: rgb(106 107 238 / 0.05) !important;
}

.hover\:text-navy-300\/50:hover{
  color: rgb(106 107 238 / 0.5) !important;
}

.hover\:text-navy-300\/55:hover{
  color: rgb(106 107 238 / 0.55) !important;
}

.hover\:text-navy-300\/60:hover{
  color: rgb(106 107 238 / 0.6) !important;
}

.hover\:text-navy-300\/65:hover{
  color: rgb(106 107 238 / 0.65) !important;
}

.hover\:text-navy-300\/70:hover{
  color: rgb(106 107 238 / 0.7) !important;
}

.hover\:text-navy-300\/75:hover{
  color: rgb(106 107 238 / 0.75) !important;
}

.hover\:text-navy-300\/80:hover{
  color: rgb(106 107 238 / 0.8) !important;
}

.hover\:text-navy-300\/85:hover{
  color: rgb(106 107 238 / 0.85) !important;
}

.hover\:text-navy-300\/90:hover{
  color: rgb(106 107 238 / 0.9) !important;
}

.hover\:text-navy-300\/95:hover{
  color: rgb(106 107 238 / 0.95) !important;
}

.hover\:text-navy-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(74 75 235 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-400\/0:hover{
  color: rgb(74 75 235 / 0) !important;
}

.hover\:text-navy-400\/10:hover{
  color: rgb(74 75 235 / 0.1) !important;
}

.hover\:text-navy-400\/100:hover{
  color: rgb(74 75 235 / 1) !important;
}

.hover\:text-navy-400\/15:hover{
  color: rgb(74 75 235 / 0.15) !important;
}

.hover\:text-navy-400\/20:hover{
  color: rgb(74 75 235 / 0.2) !important;
}

.hover\:text-navy-400\/25:hover{
  color: rgb(74 75 235 / 0.25) !important;
}

.hover\:text-navy-400\/30:hover{
  color: rgb(74 75 235 / 0.3) !important;
}

.hover\:text-navy-400\/35:hover{
  color: rgb(74 75 235 / 0.35) !important;
}

.hover\:text-navy-400\/40:hover{
  color: rgb(74 75 235 / 0.4) !important;
}

.hover\:text-navy-400\/45:hover{
  color: rgb(74 75 235 / 0.45) !important;
}

.hover\:text-navy-400\/5:hover{
  color: rgb(74 75 235 / 0.05) !important;
}

.hover\:text-navy-400\/50:hover{
  color: rgb(74 75 235 / 0.5) !important;
}

.hover\:text-navy-400\/55:hover{
  color: rgb(74 75 235 / 0.55) !important;
}

.hover\:text-navy-400\/60:hover{
  color: rgb(74 75 235 / 0.6) !important;
}

.hover\:text-navy-400\/65:hover{
  color: rgb(74 75 235 / 0.65) !important;
}

.hover\:text-navy-400\/70:hover{
  color: rgb(74 75 235 / 0.7) !important;
}

.hover\:text-navy-400\/75:hover{
  color: rgb(74 75 235 / 0.75) !important;
}

.hover\:text-navy-400\/80:hover{
  color: rgb(74 75 235 / 0.8) !important;
}

.hover\:text-navy-400\/85:hover{
  color: rgb(74 75 235 / 0.85) !important;
}

.hover\:text-navy-400\/90:hover{
  color: rgb(74 75 235 / 0.9) !important;
}

.hover\:text-navy-400\/95:hover{
  color: rgb(74 75 235 / 0.95) !important;
}

.hover\:text-navy-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(229 230 252 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-50\/0:hover{
  color: rgb(229 230 252 / 0) !important;
}

.hover\:text-navy-50\/10:hover{
  color: rgb(229 230 252 / 0.1) !important;
}

.hover\:text-navy-50\/100:hover{
  color: rgb(229 230 252 / 1) !important;
}

.hover\:text-navy-50\/15:hover{
  color: rgb(229 230 252 / 0.15) !important;
}

.hover\:text-navy-50\/20:hover{
  color: rgb(229 230 252 / 0.2) !important;
}

.hover\:text-navy-50\/25:hover{
  color: rgb(229 230 252 / 0.25) !important;
}

.hover\:text-navy-50\/30:hover{
  color: rgb(229 230 252 / 0.3) !important;
}

.hover\:text-navy-50\/35:hover{
  color: rgb(229 230 252 / 0.35) !important;
}

.hover\:text-navy-50\/40:hover{
  color: rgb(229 230 252 / 0.4) !important;
}

.hover\:text-navy-50\/45:hover{
  color: rgb(229 230 252 / 0.45) !important;
}

.hover\:text-navy-50\/5:hover{
  color: rgb(229 230 252 / 0.05) !important;
}

.hover\:text-navy-50\/50:hover{
  color: rgb(229 230 252 / 0.5) !important;
}

.hover\:text-navy-50\/55:hover{
  color: rgb(229 230 252 / 0.55) !important;
}

.hover\:text-navy-50\/60:hover{
  color: rgb(229 230 252 / 0.6) !important;
}

.hover\:text-navy-50\/65:hover{
  color: rgb(229 230 252 / 0.65) !important;
}

.hover\:text-navy-50\/70:hover{
  color: rgb(229 230 252 / 0.7) !important;
}

.hover\:text-navy-50\/75:hover{
  color: rgb(229 230 252 / 0.75) !important;
}

.hover\:text-navy-50\/80:hover{
  color: rgb(229 230 252 / 0.8) !important;
}

.hover\:text-navy-50\/85:hover{
  color: rgb(229 230 252 / 0.85) !important;
}

.hover\:text-navy-50\/90:hover{
  color: rgb(229 230 252 / 0.9) !important;
}

.hover\:text-navy-50\/95:hover{
  color: rgb(229 230 252 / 0.95) !important;
}

.hover\:text-navy-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(42 43 231 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-500\/0:hover{
  color: rgb(42 43 231 / 0) !important;
}

.hover\:text-navy-500\/10:hover{
  color: rgb(42 43 231 / 0.1) !important;
}

.hover\:text-navy-500\/100:hover{
  color: rgb(42 43 231 / 1) !important;
}

.hover\:text-navy-500\/15:hover{
  color: rgb(42 43 231 / 0.15) !important;
}

.hover\:text-navy-500\/20:hover{
  color: rgb(42 43 231 / 0.2) !important;
}

.hover\:text-navy-500\/25:hover{
  color: rgb(42 43 231 / 0.25) !important;
}

.hover\:text-navy-500\/30:hover{
  color: rgb(42 43 231 / 0.3) !important;
}

.hover\:text-navy-500\/35:hover{
  color: rgb(42 43 231 / 0.35) !important;
}

.hover\:text-navy-500\/40:hover{
  color: rgb(42 43 231 / 0.4) !important;
}

.hover\:text-navy-500\/45:hover{
  color: rgb(42 43 231 / 0.45) !important;
}

.hover\:text-navy-500\/5:hover{
  color: rgb(42 43 231 / 0.05) !important;
}

.hover\:text-navy-500\/50:hover{
  color: rgb(42 43 231 / 0.5) !important;
}

.hover\:text-navy-500\/55:hover{
  color: rgb(42 43 231 / 0.55) !important;
}

.hover\:text-navy-500\/60:hover{
  color: rgb(42 43 231 / 0.6) !important;
}

.hover\:text-navy-500\/65:hover{
  color: rgb(42 43 231 / 0.65) !important;
}

.hover\:text-navy-500\/70:hover{
  color: rgb(42 43 231 / 0.7) !important;
}

.hover\:text-navy-500\/75:hover{
  color: rgb(42 43 231 / 0.75) !important;
}

.hover\:text-navy-500\/80:hover{
  color: rgb(42 43 231 / 0.8) !important;
}

.hover\:text-navy-500\/85:hover{
  color: rgb(42 43 231 / 0.85) !important;
}

.hover\:text-navy-500\/90:hover{
  color: rgb(42 43 231 / 0.9) !important;
}

.hover\:text-navy-500\/95:hover{
  color: rgb(42 43 231 / 0.95) !important;
}

.hover\:text-navy-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(37 38 228 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-600\/0:hover{
  color: rgb(37 38 228 / 0) !important;
}

.hover\:text-navy-600\/10:hover{
  color: rgb(37 38 228 / 0.1) !important;
}

.hover\:text-navy-600\/100:hover{
  color: rgb(37 38 228 / 1) !important;
}

.hover\:text-navy-600\/15:hover{
  color: rgb(37 38 228 / 0.15) !important;
}

.hover\:text-navy-600\/20:hover{
  color: rgb(37 38 228 / 0.2) !important;
}

.hover\:text-navy-600\/25:hover{
  color: rgb(37 38 228 / 0.25) !important;
}

.hover\:text-navy-600\/30:hover{
  color: rgb(37 38 228 / 0.3) !important;
}

.hover\:text-navy-600\/35:hover{
  color: rgb(37 38 228 / 0.35) !important;
}

.hover\:text-navy-600\/40:hover{
  color: rgb(37 38 228 / 0.4) !important;
}

.hover\:text-navy-600\/45:hover{
  color: rgb(37 38 228 / 0.45) !important;
}

.hover\:text-navy-600\/5:hover{
  color: rgb(37 38 228 / 0.05) !important;
}

.hover\:text-navy-600\/50:hover{
  color: rgb(37 38 228 / 0.5) !important;
}

.hover\:text-navy-600\/55:hover{
  color: rgb(37 38 228 / 0.55) !important;
}

.hover\:text-navy-600\/60:hover{
  color: rgb(37 38 228 / 0.6) !important;
}

.hover\:text-navy-600\/65:hover{
  color: rgb(37 38 228 / 0.65) !important;
}

.hover\:text-navy-600\/70:hover{
  color: rgb(37 38 228 / 0.7) !important;
}

.hover\:text-navy-600\/75:hover{
  color: rgb(37 38 228 / 0.75) !important;
}

.hover\:text-navy-600\/80:hover{
  color: rgb(37 38 228 / 0.8) !important;
}

.hover\:text-navy-600\/85:hover{
  color: rgb(37 38 228 / 0.85) !important;
}

.hover\:text-navy-600\/90:hover{
  color: rgb(37 38 228 / 0.9) !important;
}

.hover\:text-navy-600\/95:hover{
  color: rgb(37 38 228 / 0.95) !important;
}

.hover\:text-navy-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(31 32 224 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-700\/0:hover{
  color: rgb(31 32 224 / 0) !important;
}

.hover\:text-navy-700\/10:hover{
  color: rgb(31 32 224 / 0.1) !important;
}

.hover\:text-navy-700\/100:hover{
  color: rgb(31 32 224 / 1) !important;
}

.hover\:text-navy-700\/15:hover{
  color: rgb(31 32 224 / 0.15) !important;
}

.hover\:text-navy-700\/20:hover{
  color: rgb(31 32 224 / 0.2) !important;
}

.hover\:text-navy-700\/25:hover{
  color: rgb(31 32 224 / 0.25) !important;
}

.hover\:text-navy-700\/30:hover{
  color: rgb(31 32 224 / 0.3) !important;
}

.hover\:text-navy-700\/35:hover{
  color: rgb(31 32 224 / 0.35) !important;
}

.hover\:text-navy-700\/40:hover{
  color: rgb(31 32 224 / 0.4) !important;
}

.hover\:text-navy-700\/45:hover{
  color: rgb(31 32 224 / 0.45) !important;
}

.hover\:text-navy-700\/5:hover{
  color: rgb(31 32 224 / 0.05) !important;
}

.hover\:text-navy-700\/50:hover{
  color: rgb(31 32 224 / 0.5) !important;
}

.hover\:text-navy-700\/55:hover{
  color: rgb(31 32 224 / 0.55) !important;
}

.hover\:text-navy-700\/60:hover{
  color: rgb(31 32 224 / 0.6) !important;
}

.hover\:text-navy-700\/65:hover{
  color: rgb(31 32 224 / 0.65) !important;
}

.hover\:text-navy-700\/70:hover{
  color: rgb(31 32 224 / 0.7) !important;
}

.hover\:text-navy-700\/75:hover{
  color: rgb(31 32 224 / 0.75) !important;
}

.hover\:text-navy-700\/80:hover{
  color: rgb(31 32 224 / 0.8) !important;
}

.hover\:text-navy-700\/85:hover{
  color: rgb(31 32 224 / 0.85) !important;
}

.hover\:text-navy-700\/90:hover{
  color: rgb(31 32 224 / 0.9) !important;
}

.hover\:text-navy-700\/95:hover{
  color: rgb(31 32 224 / 0.95) !important;
}

.hover\:text-navy-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(25 26 221 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-800\/0:hover{
  color: rgb(25 26 221 / 0) !important;
}

.hover\:text-navy-800\/10:hover{
  color: rgb(25 26 221 / 0.1) !important;
}

.hover\:text-navy-800\/100:hover{
  color: rgb(25 26 221 / 1) !important;
}

.hover\:text-navy-800\/15:hover{
  color: rgb(25 26 221 / 0.15) !important;
}

.hover\:text-navy-800\/20:hover{
  color: rgb(25 26 221 / 0.2) !important;
}

.hover\:text-navy-800\/25:hover{
  color: rgb(25 26 221 / 0.25) !important;
}

.hover\:text-navy-800\/30:hover{
  color: rgb(25 26 221 / 0.3) !important;
}

.hover\:text-navy-800\/35:hover{
  color: rgb(25 26 221 / 0.35) !important;
}

.hover\:text-navy-800\/40:hover{
  color: rgb(25 26 221 / 0.4) !important;
}

.hover\:text-navy-800\/45:hover{
  color: rgb(25 26 221 / 0.45) !important;
}

.hover\:text-navy-800\/5:hover{
  color: rgb(25 26 221 / 0.05) !important;
}

.hover\:text-navy-800\/50:hover{
  color: rgb(25 26 221 / 0.5) !important;
}

.hover\:text-navy-800\/55:hover{
  color: rgb(25 26 221 / 0.55) !important;
}

.hover\:text-navy-800\/60:hover{
  color: rgb(25 26 221 / 0.6) !important;
}

.hover\:text-navy-800\/65:hover{
  color: rgb(25 26 221 / 0.65) !important;
}

.hover\:text-navy-800\/70:hover{
  color: rgb(25 26 221 / 0.7) !important;
}

.hover\:text-navy-800\/75:hover{
  color: rgb(25 26 221 / 0.75) !important;
}

.hover\:text-navy-800\/80:hover{
  color: rgb(25 26 221 / 0.8) !important;
}

.hover\:text-navy-800\/85:hover{
  color: rgb(25 26 221 / 0.85) !important;
}

.hover\:text-navy-800\/90:hover{
  color: rgb(25 26 221 / 0.9) !important;
}

.hover\:text-navy-800\/95:hover{
  color: rgb(25 26 221 / 0.95) !important;
}

.hover\:text-navy-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(15 16 215 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-navy-900\/0:hover{
  color: rgb(15 16 215 / 0) !important;
}

.hover\:text-navy-900\/10:hover{
  color: rgb(15 16 215 / 0.1) !important;
}

.hover\:text-navy-900\/100:hover{
  color: rgb(15 16 215 / 1) !important;
}

.hover\:text-navy-900\/15:hover{
  color: rgb(15 16 215 / 0.15) !important;
}

.hover\:text-navy-900\/20:hover{
  color: rgb(15 16 215 / 0.2) !important;
}

.hover\:text-navy-900\/25:hover{
  color: rgb(15 16 215 / 0.25) !important;
}

.hover\:text-navy-900\/30:hover{
  color: rgb(15 16 215 / 0.3) !important;
}

.hover\:text-navy-900\/35:hover{
  color: rgb(15 16 215 / 0.35) !important;
}

.hover\:text-navy-900\/40:hover{
  color: rgb(15 16 215 / 0.4) !important;
}

.hover\:text-navy-900\/45:hover{
  color: rgb(15 16 215 / 0.45) !important;
}

.hover\:text-navy-900\/5:hover{
  color: rgb(15 16 215 / 0.05) !important;
}

.hover\:text-navy-900\/50:hover{
  color: rgb(15 16 215 / 0.5) !important;
}

.hover\:text-navy-900\/55:hover{
  color: rgb(15 16 215 / 0.55) !important;
}

.hover\:text-navy-900\/60:hover{
  color: rgb(15 16 215 / 0.6) !important;
}

.hover\:text-navy-900\/65:hover{
  color: rgb(15 16 215 / 0.65) !important;
}

.hover\:text-navy-900\/70:hover{
  color: rgb(15 16 215 / 0.7) !important;
}

.hover\:text-navy-900\/75:hover{
  color: rgb(15 16 215 / 0.75) !important;
}

.hover\:text-navy-900\/80:hover{
  color: rgb(15 16 215 / 0.8) !important;
}

.hover\:text-navy-900\/85:hover{
  color: rgb(15 16 215 / 0.85) !important;
}

.hover\:text-navy-900\/90:hover{
  color: rgb(15 16 215 / 0.9) !important;
}

.hover\:text-navy-900\/95:hover{
  color: rgb(15 16 215 / 0.95) !important;
}

.hover\:text-orange-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 238 213 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-100\/0:hover{
  color: rgb(255 238 213 / 0) !important;
}

.hover\:text-orange-100\/10:hover{
  color: rgb(255 238 213 / 0.1) !important;
}

.hover\:text-orange-100\/100:hover{
  color: rgb(255 238 213 / 1) !important;
}

.hover\:text-orange-100\/15:hover{
  color: rgb(255 238 213 / 0.15) !important;
}

.hover\:text-orange-100\/20:hover{
  color: rgb(255 238 213 / 0.2) !important;
}

.hover\:text-orange-100\/25:hover{
  color: rgb(255 238 213 / 0.25) !important;
}

.hover\:text-orange-100\/30:hover{
  color: rgb(255 238 213 / 0.3) !important;
}

.hover\:text-orange-100\/35:hover{
  color: rgb(255 238 213 / 0.35) !important;
}

.hover\:text-orange-100\/40:hover{
  color: rgb(255 238 213 / 0.4) !important;
}

.hover\:text-orange-100\/45:hover{
  color: rgb(255 238 213 / 0.45) !important;
}

.hover\:text-orange-100\/5:hover{
  color: rgb(255 238 213 / 0.05) !important;
}

.hover\:text-orange-100\/50:hover{
  color: rgb(255 238 213 / 0.5) !important;
}

.hover\:text-orange-100\/55:hover{
  color: rgb(255 238 213 / 0.55) !important;
}

.hover\:text-orange-100\/60:hover{
  color: rgb(255 238 213 / 0.6) !important;
}

.hover\:text-orange-100\/65:hover{
  color: rgb(255 238 213 / 0.65) !important;
}

.hover\:text-orange-100\/70:hover{
  color: rgb(255 238 213 / 0.7) !important;
}

.hover\:text-orange-100\/75:hover{
  color: rgb(255 238 213 / 0.75) !important;
}

.hover\:text-orange-100\/80:hover{
  color: rgb(255 238 213 / 0.8) !important;
}

.hover\:text-orange-100\/85:hover{
  color: rgb(255 238 213 / 0.85) !important;
}

.hover\:text-orange-100\/90:hover{
  color: rgb(255 238 213 / 0.9) !important;
}

.hover\:text-orange-100\/95:hover{
  color: rgb(255 238 213 / 0.95) !important;
}

.hover\:text-orange-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(254 216 170 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-200\/0:hover{
  color: rgb(254 216 170 / 0) !important;
}

.hover\:text-orange-200\/10:hover{
  color: rgb(254 216 170 / 0.1) !important;
}

.hover\:text-orange-200\/100:hover{
  color: rgb(254 216 170 / 1) !important;
}

.hover\:text-orange-200\/15:hover{
  color: rgb(254 216 170 / 0.15) !important;
}

.hover\:text-orange-200\/20:hover{
  color: rgb(254 216 170 / 0.2) !important;
}

.hover\:text-orange-200\/25:hover{
  color: rgb(254 216 170 / 0.25) !important;
}

.hover\:text-orange-200\/30:hover{
  color: rgb(254 216 170 / 0.3) !important;
}

.hover\:text-orange-200\/35:hover{
  color: rgb(254 216 170 / 0.35) !important;
}

.hover\:text-orange-200\/40:hover{
  color: rgb(254 216 170 / 0.4) !important;
}

.hover\:text-orange-200\/45:hover{
  color: rgb(254 216 170 / 0.45) !important;
}

.hover\:text-orange-200\/5:hover{
  color: rgb(254 216 170 / 0.05) !important;
}

.hover\:text-orange-200\/50:hover{
  color: rgb(254 216 170 / 0.5) !important;
}

.hover\:text-orange-200\/55:hover{
  color: rgb(254 216 170 / 0.55) !important;
}

.hover\:text-orange-200\/60:hover{
  color: rgb(254 216 170 / 0.6) !important;
}

.hover\:text-orange-200\/65:hover{
  color: rgb(254 216 170 / 0.65) !important;
}

.hover\:text-orange-200\/70:hover{
  color: rgb(254 216 170 / 0.7) !important;
}

.hover\:text-orange-200\/75:hover{
  color: rgb(254 216 170 / 0.75) !important;
}

.hover\:text-orange-200\/80:hover{
  color: rgb(254 216 170 / 0.8) !important;
}

.hover\:text-orange-200\/85:hover{
  color: rgb(254 216 170 / 0.85) !important;
}

.hover\:text-orange-200\/90:hover{
  color: rgb(254 216 170 / 0.9) !important;
}

.hover\:text-orange-200\/95:hover{
  color: rgb(254 216 170 / 0.95) !important;
}

.hover\:text-orange-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(253 188 116 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-300\/0:hover{
  color: rgb(253 188 116 / 0) !important;
}

.hover\:text-orange-300\/10:hover{
  color: rgb(253 188 116 / 0.1) !important;
}

.hover\:text-orange-300\/100:hover{
  color: rgb(253 188 116 / 1) !important;
}

.hover\:text-orange-300\/15:hover{
  color: rgb(253 188 116 / 0.15) !important;
}

.hover\:text-orange-300\/20:hover{
  color: rgb(253 188 116 / 0.2) !important;
}

.hover\:text-orange-300\/25:hover{
  color: rgb(253 188 116 / 0.25) !important;
}

.hover\:text-orange-300\/30:hover{
  color: rgb(253 188 116 / 0.3) !important;
}

.hover\:text-orange-300\/35:hover{
  color: rgb(253 188 116 / 0.35) !important;
}

.hover\:text-orange-300\/40:hover{
  color: rgb(253 188 116 / 0.4) !important;
}

.hover\:text-orange-300\/45:hover{
  color: rgb(253 188 116 / 0.45) !important;
}

.hover\:text-orange-300\/5:hover{
  color: rgb(253 188 116 / 0.05) !important;
}

.hover\:text-orange-300\/50:hover{
  color: rgb(253 188 116 / 0.5) !important;
}

.hover\:text-orange-300\/55:hover{
  color: rgb(253 188 116 / 0.55) !important;
}

.hover\:text-orange-300\/60:hover{
  color: rgb(253 188 116 / 0.6) !important;
}

.hover\:text-orange-300\/65:hover{
  color: rgb(253 188 116 / 0.65) !important;
}

.hover\:text-orange-300\/70:hover{
  color: rgb(253 188 116 / 0.7) !important;
}

.hover\:text-orange-300\/75:hover{
  color: rgb(253 188 116 / 0.75) !important;
}

.hover\:text-orange-300\/80:hover{
  color: rgb(253 188 116 / 0.8) !important;
}

.hover\:text-orange-300\/85:hover{
  color: rgb(253 188 116 / 0.85) !important;
}

.hover\:text-orange-300\/90:hover{
  color: rgb(253 188 116 / 0.9) !important;
}

.hover\:text-orange-300\/95:hover{
  color: rgb(253 188 116 / 0.95) !important;
}

.hover\:text-orange-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(252 149 59 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-400\/0:hover{
  color: rgb(252 149 59 / 0) !important;
}

.hover\:text-orange-400\/10:hover{
  color: rgb(252 149 59 / 0.1) !important;
}

.hover\:text-orange-400\/100:hover{
  color: rgb(252 149 59 / 1) !important;
}

.hover\:text-orange-400\/15:hover{
  color: rgb(252 149 59 / 0.15) !important;
}

.hover\:text-orange-400\/20:hover{
  color: rgb(252 149 59 / 0.2) !important;
}

.hover\:text-orange-400\/25:hover{
  color: rgb(252 149 59 / 0.25) !important;
}

.hover\:text-orange-400\/30:hover{
  color: rgb(252 149 59 / 0.3) !important;
}

.hover\:text-orange-400\/35:hover{
  color: rgb(252 149 59 / 0.35) !important;
}

.hover\:text-orange-400\/40:hover{
  color: rgb(252 149 59 / 0.4) !important;
}

.hover\:text-orange-400\/45:hover{
  color: rgb(252 149 59 / 0.45) !important;
}

.hover\:text-orange-400\/5:hover{
  color: rgb(252 149 59 / 0.05) !important;
}

.hover\:text-orange-400\/50:hover{
  color: rgb(252 149 59 / 0.5) !important;
}

.hover\:text-orange-400\/55:hover{
  color: rgb(252 149 59 / 0.55) !important;
}

.hover\:text-orange-400\/60:hover{
  color: rgb(252 149 59 / 0.6) !important;
}

.hover\:text-orange-400\/65:hover{
  color: rgb(252 149 59 / 0.65) !important;
}

.hover\:text-orange-400\/70:hover{
  color: rgb(252 149 59 / 0.7) !important;
}

.hover\:text-orange-400\/75:hover{
  color: rgb(252 149 59 / 0.75) !important;
}

.hover\:text-orange-400\/80:hover{
  color: rgb(252 149 59 / 0.8) !important;
}

.hover\:text-orange-400\/85:hover{
  color: rgb(252 149 59 / 0.85) !important;
}

.hover\:text-orange-400\/90:hover{
  color: rgb(252 149 59 / 0.9) !important;
}

.hover\:text-orange-400\/95:hover{
  color: rgb(252 149 59 / 0.95) !important;
}

.hover\:text-orange-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-50\/0:hover{
  color: rgb(255 247 237 / 0) !important;
}

.hover\:text-orange-50\/10:hover{
  color: rgb(255 247 237 / 0.1) !important;
}

.hover\:text-orange-50\/100:hover{
  color: rgb(255 247 237 / 1) !important;
}

.hover\:text-orange-50\/15:hover{
  color: rgb(255 247 237 / 0.15) !important;
}

.hover\:text-orange-50\/20:hover{
  color: rgb(255 247 237 / 0.2) !important;
}

.hover\:text-orange-50\/25:hover{
  color: rgb(255 247 237 / 0.25) !important;
}

.hover\:text-orange-50\/30:hover{
  color: rgb(255 247 237 / 0.3) !important;
}

.hover\:text-orange-50\/35:hover{
  color: rgb(255 247 237 / 0.35) !important;
}

.hover\:text-orange-50\/40:hover{
  color: rgb(255 247 237 / 0.4) !important;
}

.hover\:text-orange-50\/45:hover{
  color: rgb(255 247 237 / 0.45) !important;
}

.hover\:text-orange-50\/5:hover{
  color: rgb(255 247 237 / 0.05) !important;
}

.hover\:text-orange-50\/50:hover{
  color: rgb(255 247 237 / 0.5) !important;
}

.hover\:text-orange-50\/55:hover{
  color: rgb(255 247 237 / 0.55) !important;
}

.hover\:text-orange-50\/60:hover{
  color: rgb(255 247 237 / 0.6) !important;
}

.hover\:text-orange-50\/65:hover{
  color: rgb(255 247 237 / 0.65) !important;
}

.hover\:text-orange-50\/70:hover{
  color: rgb(255 247 237 / 0.7) !important;
}

.hover\:text-orange-50\/75:hover{
  color: rgb(255 247 237 / 0.75) !important;
}

.hover\:text-orange-50\/80:hover{
  color: rgb(255 247 237 / 0.8) !important;
}

.hover\:text-orange-50\/85:hover{
  color: rgb(255 247 237 / 0.85) !important;
}

.hover\:text-orange-50\/90:hover{
  color: rgb(255 247 237 / 0.9) !important;
}

.hover\:text-orange-50\/95:hover{
  color: rgb(255 247 237 / 0.95) !important;
}

.hover\:text-orange-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-500\/0:hover{
  color: rgb(250 126 34 / 0) !important;
}

.hover\:text-orange-500\/10:hover{
  color: rgb(250 126 34 / 0.1) !important;
}

.hover\:text-orange-500\/100:hover{
  color: rgb(250 126 34 / 1) !important;
}

.hover\:text-orange-500\/15:hover{
  color: rgb(250 126 34 / 0.15) !important;
}

.hover\:text-orange-500\/20:hover{
  color: rgb(250 126 34 / 0.2) !important;
}

.hover\:text-orange-500\/25:hover{
  color: rgb(250 126 34 / 0.25) !important;
}

.hover\:text-orange-500\/30:hover{
  color: rgb(250 126 34 / 0.3) !important;
}

.hover\:text-orange-500\/35:hover{
  color: rgb(250 126 34 / 0.35) !important;
}

.hover\:text-orange-500\/40:hover{
  color: rgb(250 126 34 / 0.4) !important;
}

.hover\:text-orange-500\/45:hover{
  color: rgb(250 126 34 / 0.45) !important;
}

.hover\:text-orange-500\/5:hover{
  color: rgb(250 126 34 / 0.05) !important;
}

.hover\:text-orange-500\/50:hover{
  color: rgb(250 126 34 / 0.5) !important;
}

.hover\:text-orange-500\/55:hover{
  color: rgb(250 126 34 / 0.55) !important;
}

.hover\:text-orange-500\/60:hover{
  color: rgb(250 126 34 / 0.6) !important;
}

.hover\:text-orange-500\/65:hover{
  color: rgb(250 126 34 / 0.65) !important;
}

.hover\:text-orange-500\/70:hover{
  color: rgb(250 126 34 / 0.7) !important;
}

.hover\:text-orange-500\/75:hover{
  color: rgb(250 126 34 / 0.75) !important;
}

.hover\:text-orange-500\/80:hover{
  color: rgb(250 126 34 / 0.8) !important;
}

.hover\:text-orange-500\/85:hover{
  color: rgb(250 126 34 / 0.85) !important;
}

.hover\:text-orange-500\/90:hover{
  color: rgb(250 126 34 / 0.9) !important;
}

.hover\:text-orange-500\/95:hover{
  color: rgb(250 126 34 / 0.95) !important;
}

.hover\:text-orange-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(235 92 11 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-600\/0:hover{
  color: rgb(235 92 11 / 0) !important;
}

.hover\:text-orange-600\/10:hover{
  color: rgb(235 92 11 / 0.1) !important;
}

.hover\:text-orange-600\/100:hover{
  color: rgb(235 92 11 / 1) !important;
}

.hover\:text-orange-600\/15:hover{
  color: rgb(235 92 11 / 0.15) !important;
}

.hover\:text-orange-600\/20:hover{
  color: rgb(235 92 11 / 0.2) !important;
}

.hover\:text-orange-600\/25:hover{
  color: rgb(235 92 11 / 0.25) !important;
}

.hover\:text-orange-600\/30:hover{
  color: rgb(235 92 11 / 0.3) !important;
}

.hover\:text-orange-600\/35:hover{
  color: rgb(235 92 11 / 0.35) !important;
}

.hover\:text-orange-600\/40:hover{
  color: rgb(235 92 11 / 0.4) !important;
}

.hover\:text-orange-600\/45:hover{
  color: rgb(235 92 11 / 0.45) !important;
}

.hover\:text-orange-600\/5:hover{
  color: rgb(235 92 11 / 0.05) !important;
}

.hover\:text-orange-600\/50:hover{
  color: rgb(235 92 11 / 0.5) !important;
}

.hover\:text-orange-600\/55:hover{
  color: rgb(235 92 11 / 0.55) !important;
}

.hover\:text-orange-600\/60:hover{
  color: rgb(235 92 11 / 0.6) !important;
}

.hover\:text-orange-600\/65:hover{
  color: rgb(235 92 11 / 0.65) !important;
}

.hover\:text-orange-600\/70:hover{
  color: rgb(235 92 11 / 0.7) !important;
}

.hover\:text-orange-600\/75:hover{
  color: rgb(235 92 11 / 0.75) !important;
}

.hover\:text-orange-600\/80:hover{
  color: rgb(235 92 11 / 0.8) !important;
}

.hover\:text-orange-600\/85:hover{
  color: rgb(235 92 11 / 0.85) !important;
}

.hover\:text-orange-600\/90:hover{
  color: rgb(235 92 11 / 0.9) !important;
}

.hover\:text-orange-600\/95:hover{
  color: rgb(235 92 11 / 0.95) !important;
}

.hover\:text-orange-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(195 68 11 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-700\/0:hover{
  color: rgb(195 68 11 / 0) !important;
}

.hover\:text-orange-700\/10:hover{
  color: rgb(195 68 11 / 0.1) !important;
}

.hover\:text-orange-700\/100:hover{
  color: rgb(195 68 11 / 1) !important;
}

.hover\:text-orange-700\/15:hover{
  color: rgb(195 68 11 / 0.15) !important;
}

.hover\:text-orange-700\/20:hover{
  color: rgb(195 68 11 / 0.2) !important;
}

.hover\:text-orange-700\/25:hover{
  color: rgb(195 68 11 / 0.25) !important;
}

.hover\:text-orange-700\/30:hover{
  color: rgb(195 68 11 / 0.3) !important;
}

.hover\:text-orange-700\/35:hover{
  color: rgb(195 68 11 / 0.35) !important;
}

.hover\:text-orange-700\/40:hover{
  color: rgb(195 68 11 / 0.4) !important;
}

.hover\:text-orange-700\/45:hover{
  color: rgb(195 68 11 / 0.45) !important;
}

.hover\:text-orange-700\/5:hover{
  color: rgb(195 68 11 / 0.05) !important;
}

.hover\:text-orange-700\/50:hover{
  color: rgb(195 68 11 / 0.5) !important;
}

.hover\:text-orange-700\/55:hover{
  color: rgb(195 68 11 / 0.55) !important;
}

.hover\:text-orange-700\/60:hover{
  color: rgb(195 68 11 / 0.6) !important;
}

.hover\:text-orange-700\/65:hover{
  color: rgb(195 68 11 / 0.65) !important;
}

.hover\:text-orange-700\/70:hover{
  color: rgb(195 68 11 / 0.7) !important;
}

.hover\:text-orange-700\/75:hover{
  color: rgb(195 68 11 / 0.75) !important;
}

.hover\:text-orange-700\/80:hover{
  color: rgb(195 68 11 / 0.8) !important;
}

.hover\:text-orange-700\/85:hover{
  color: rgb(195 68 11 / 0.85) !important;
}

.hover\:text-orange-700\/90:hover{
  color: rgb(195 68 11 / 0.9) !important;
}

.hover\:text-orange-700\/95:hover{
  color: rgb(195 68 11 / 0.95) !important;
}

.hover\:text-orange-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(154 54 18 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-800\/0:hover{
  color: rgb(154 54 18 / 0) !important;
}

.hover\:text-orange-800\/10:hover{
  color: rgb(154 54 18 / 0.1) !important;
}

.hover\:text-orange-800\/100:hover{
  color: rgb(154 54 18 / 1) !important;
}

.hover\:text-orange-800\/15:hover{
  color: rgb(154 54 18 / 0.15) !important;
}

.hover\:text-orange-800\/20:hover{
  color: rgb(154 54 18 / 0.2) !important;
}

.hover\:text-orange-800\/25:hover{
  color: rgb(154 54 18 / 0.25) !important;
}

.hover\:text-orange-800\/30:hover{
  color: rgb(154 54 18 / 0.3) !important;
}

.hover\:text-orange-800\/35:hover{
  color: rgb(154 54 18 / 0.35) !important;
}

.hover\:text-orange-800\/40:hover{
  color: rgb(154 54 18 / 0.4) !important;
}

.hover\:text-orange-800\/45:hover{
  color: rgb(154 54 18 / 0.45) !important;
}

.hover\:text-orange-800\/5:hover{
  color: rgb(154 54 18 / 0.05) !important;
}

.hover\:text-orange-800\/50:hover{
  color: rgb(154 54 18 / 0.5) !important;
}

.hover\:text-orange-800\/55:hover{
  color: rgb(154 54 18 / 0.55) !important;
}

.hover\:text-orange-800\/60:hover{
  color: rgb(154 54 18 / 0.6) !important;
}

.hover\:text-orange-800\/65:hover{
  color: rgb(154 54 18 / 0.65) !important;
}

.hover\:text-orange-800\/70:hover{
  color: rgb(154 54 18 / 0.7) !important;
}

.hover\:text-orange-800\/75:hover{
  color: rgb(154 54 18 / 0.75) !important;
}

.hover\:text-orange-800\/80:hover{
  color: rgb(154 54 18 / 0.8) !important;
}

.hover\:text-orange-800\/85:hover{
  color: rgb(154 54 18 / 0.85) !important;
}

.hover\:text-orange-800\/90:hover{
  color: rgb(154 54 18 / 0.9) !important;
}

.hover\:text-orange-800\/95:hover{
  color: rgb(154 54 18 / 0.95) !important;
}

.hover\:text-orange-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(124 47 18 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-900\/0:hover{
  color: rgb(124 47 18 / 0) !important;
}

.hover\:text-orange-900\/10:hover{
  color: rgb(124 47 18 / 0.1) !important;
}

.hover\:text-orange-900\/100:hover{
  color: rgb(124 47 18 / 1) !important;
}

.hover\:text-orange-900\/15:hover{
  color: rgb(124 47 18 / 0.15) !important;
}

.hover\:text-orange-900\/20:hover{
  color: rgb(124 47 18 / 0.2) !important;
}

.hover\:text-orange-900\/25:hover{
  color: rgb(124 47 18 / 0.25) !important;
}

.hover\:text-orange-900\/30:hover{
  color: rgb(124 47 18 / 0.3) !important;
}

.hover\:text-orange-900\/35:hover{
  color: rgb(124 47 18 / 0.35) !important;
}

.hover\:text-orange-900\/40:hover{
  color: rgb(124 47 18 / 0.4) !important;
}

.hover\:text-orange-900\/45:hover{
  color: rgb(124 47 18 / 0.45) !important;
}

.hover\:text-orange-900\/5:hover{
  color: rgb(124 47 18 / 0.05) !important;
}

.hover\:text-orange-900\/50:hover{
  color: rgb(124 47 18 / 0.5) !important;
}

.hover\:text-orange-900\/55:hover{
  color: rgb(124 47 18 / 0.55) !important;
}

.hover\:text-orange-900\/60:hover{
  color: rgb(124 47 18 / 0.6) !important;
}

.hover\:text-orange-900\/65:hover{
  color: rgb(124 47 18 / 0.65) !important;
}

.hover\:text-orange-900\/70:hover{
  color: rgb(124 47 18 / 0.7) !important;
}

.hover\:text-orange-900\/75:hover{
  color: rgb(124 47 18 / 0.75) !important;
}

.hover\:text-orange-900\/80:hover{
  color: rgb(124 47 18 / 0.8) !important;
}

.hover\:text-orange-900\/85:hover{
  color: rgb(124 47 18 / 0.85) !important;
}

.hover\:text-orange-900\/90:hover{
  color: rgb(124 47 18 / 0.9) !important;
}

.hover\:text-orange-900\/95:hover{
  color: rgb(124 47 18 / 0.95) !important;
}

.hover\:text-orange-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(67 21 7 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-orange-950\/0:hover{
  color: rgb(67 21 7 / 0) !important;
}

.hover\:text-orange-950\/10:hover{
  color: rgb(67 21 7 / 0.1) !important;
}

.hover\:text-orange-950\/100:hover{
  color: rgb(67 21 7 / 1) !important;
}

.hover\:text-orange-950\/15:hover{
  color: rgb(67 21 7 / 0.15) !important;
}

.hover\:text-orange-950\/20:hover{
  color: rgb(67 21 7 / 0.2) !important;
}

.hover\:text-orange-950\/25:hover{
  color: rgb(67 21 7 / 0.25) !important;
}

.hover\:text-orange-950\/30:hover{
  color: rgb(67 21 7 / 0.3) !important;
}

.hover\:text-orange-950\/35:hover{
  color: rgb(67 21 7 / 0.35) !important;
}

.hover\:text-orange-950\/40:hover{
  color: rgb(67 21 7 / 0.4) !important;
}

.hover\:text-orange-950\/45:hover{
  color: rgb(67 21 7 / 0.45) !important;
}

.hover\:text-orange-950\/5:hover{
  color: rgb(67 21 7 / 0.05) !important;
}

.hover\:text-orange-950\/50:hover{
  color: rgb(67 21 7 / 0.5) !important;
}

.hover\:text-orange-950\/55:hover{
  color: rgb(67 21 7 / 0.55) !important;
}

.hover\:text-orange-950\/60:hover{
  color: rgb(67 21 7 / 0.6) !important;
}

.hover\:text-orange-950\/65:hover{
  color: rgb(67 21 7 / 0.65) !important;
}

.hover\:text-orange-950\/70:hover{
  color: rgb(67 21 7 / 0.7) !important;
}

.hover\:text-orange-950\/75:hover{
  color: rgb(67 21 7 / 0.75) !important;
}

.hover\:text-orange-950\/80:hover{
  color: rgb(67 21 7 / 0.8) !important;
}

.hover\:text-orange-950\/85:hover{
  color: rgb(67 21 7 / 0.85) !important;
}

.hover\:text-orange-950\/90:hover{
  color: rgb(67 21 7 / 0.9) !important;
}

.hover\:text-orange-950\/95:hover{
  color: rgb(67 21 7 / 0.95) !important;
}

.hover\:text-pink-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 227 231 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-100\/0:hover{
  color: rgb(255 227 231 / 0) !important;
}

.hover\:text-pink-100\/10:hover{
  color: rgb(255 227 231 / 0.1) !important;
}

.hover\:text-pink-100\/100:hover{
  color: rgb(255 227 231 / 1) !important;
}

.hover\:text-pink-100\/15:hover{
  color: rgb(255 227 231 / 0.15) !important;
}

.hover\:text-pink-100\/20:hover{
  color: rgb(255 227 231 / 0.2) !important;
}

.hover\:text-pink-100\/25:hover{
  color: rgb(255 227 231 / 0.25) !important;
}

.hover\:text-pink-100\/30:hover{
  color: rgb(255 227 231 / 0.3) !important;
}

.hover\:text-pink-100\/35:hover{
  color: rgb(255 227 231 / 0.35) !important;
}

.hover\:text-pink-100\/40:hover{
  color: rgb(255 227 231 / 0.4) !important;
}

.hover\:text-pink-100\/45:hover{
  color: rgb(255 227 231 / 0.45) !important;
}

.hover\:text-pink-100\/5:hover{
  color: rgb(255 227 231 / 0.05) !important;
}

.hover\:text-pink-100\/50:hover{
  color: rgb(255 227 231 / 0.5) !important;
}

.hover\:text-pink-100\/55:hover{
  color: rgb(255 227 231 / 0.55) !important;
}

.hover\:text-pink-100\/60:hover{
  color: rgb(255 227 231 / 0.6) !important;
}

.hover\:text-pink-100\/65:hover{
  color: rgb(255 227 231 / 0.65) !important;
}

.hover\:text-pink-100\/70:hover{
  color: rgb(255 227 231 / 0.7) !important;
}

.hover\:text-pink-100\/75:hover{
  color: rgb(255 227 231 / 0.75) !important;
}

.hover\:text-pink-100\/80:hover{
  color: rgb(255 227 231 / 0.8) !important;
}

.hover\:text-pink-100\/85:hover{
  color: rgb(255 227 231 / 0.85) !important;
}

.hover\:text-pink-100\/90:hover{
  color: rgb(255 227 231 / 0.9) !important;
}

.hover\:text-pink-100\/95:hover{
  color: rgb(255 227 231 / 0.95) !important;
}

.hover\:text-pink-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 214 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-200\/0:hover{
  color: rgb(255 203 214 / 0) !important;
}

.hover\:text-pink-200\/10:hover{
  color: rgb(255 203 214 / 0.1) !important;
}

.hover\:text-pink-200\/100:hover{
  color: rgb(255 203 214 / 1) !important;
}

.hover\:text-pink-200\/15:hover{
  color: rgb(255 203 214 / 0.15) !important;
}

.hover\:text-pink-200\/20:hover{
  color: rgb(255 203 214 / 0.2) !important;
}

.hover\:text-pink-200\/25:hover{
  color: rgb(255 203 214 / 0.25) !important;
}

.hover\:text-pink-200\/30:hover{
  color: rgb(255 203 214 / 0.3) !important;
}

.hover\:text-pink-200\/35:hover{
  color: rgb(255 203 214 / 0.35) !important;
}

.hover\:text-pink-200\/40:hover{
  color: rgb(255 203 214 / 0.4) !important;
}

.hover\:text-pink-200\/45:hover{
  color: rgb(255 203 214 / 0.45) !important;
}

.hover\:text-pink-200\/5:hover{
  color: rgb(255 203 214 / 0.05) !important;
}

.hover\:text-pink-200\/50:hover{
  color: rgb(255 203 214 / 0.5) !important;
}

.hover\:text-pink-200\/55:hover{
  color: rgb(255 203 214 / 0.55) !important;
}

.hover\:text-pink-200\/60:hover{
  color: rgb(255 203 214 / 0.6) !important;
}

.hover\:text-pink-200\/65:hover{
  color: rgb(255 203 214 / 0.65) !important;
}

.hover\:text-pink-200\/70:hover{
  color: rgb(255 203 214 / 0.7) !important;
}

.hover\:text-pink-200\/75:hover{
  color: rgb(255 203 214 / 0.75) !important;
}

.hover\:text-pink-200\/80:hover{
  color: rgb(255 203 214 / 0.8) !important;
}

.hover\:text-pink-200\/85:hover{
  color: rgb(255 203 214 / 0.85) !important;
}

.hover\:text-pink-200\/90:hover{
  color: rgb(255 203 214 / 0.9) !important;
}

.hover\:text-pink-200\/95:hover{
  color: rgb(255 203 214 / 0.95) !important;
}

.hover\:text-pink-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 161 180 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-300\/0:hover{
  color: rgb(255 161 180 / 0) !important;
}

.hover\:text-pink-300\/10:hover{
  color: rgb(255 161 180 / 0.1) !important;
}

.hover\:text-pink-300\/100:hover{
  color: rgb(255 161 180 / 1) !important;
}

.hover\:text-pink-300\/15:hover{
  color: rgb(255 161 180 / 0.15) !important;
}

.hover\:text-pink-300\/20:hover{
  color: rgb(255 161 180 / 0.2) !important;
}

.hover\:text-pink-300\/25:hover{
  color: rgb(255 161 180 / 0.25) !important;
}

.hover\:text-pink-300\/30:hover{
  color: rgb(255 161 180 / 0.3) !important;
}

.hover\:text-pink-300\/35:hover{
  color: rgb(255 161 180 / 0.35) !important;
}

.hover\:text-pink-300\/40:hover{
  color: rgb(255 161 180 / 0.4) !important;
}

.hover\:text-pink-300\/45:hover{
  color: rgb(255 161 180 / 0.45) !important;
}

.hover\:text-pink-300\/5:hover{
  color: rgb(255 161 180 / 0.05) !important;
}

.hover\:text-pink-300\/50:hover{
  color: rgb(255 161 180 / 0.5) !important;
}

.hover\:text-pink-300\/55:hover{
  color: rgb(255 161 180 / 0.55) !important;
}

.hover\:text-pink-300\/60:hover{
  color: rgb(255 161 180 / 0.6) !important;
}

.hover\:text-pink-300\/65:hover{
  color: rgb(255 161 180 / 0.65) !important;
}

.hover\:text-pink-300\/70:hover{
  color: rgb(255 161 180 / 0.7) !important;
}

.hover\:text-pink-300\/75:hover{
  color: rgb(255 161 180 / 0.75) !important;
}

.hover\:text-pink-300\/80:hover{
  color: rgb(255 161 180 / 0.8) !important;
}

.hover\:text-pink-300\/85:hover{
  color: rgb(255 161 180 / 0.85) !important;
}

.hover\:text-pink-300\/90:hover{
  color: rgb(255 161 180 / 0.9) !important;
}

.hover\:text-pink-300\/95:hover{
  color: rgb(255 161 180 / 0.95) !important;
}

.hover\:text-pink-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 108 139 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-400\/0:hover{
  color: rgb(255 108 139 / 0) !important;
}

.hover\:text-pink-400\/10:hover{
  color: rgb(255 108 139 / 0.1) !important;
}

.hover\:text-pink-400\/100:hover{
  color: rgb(255 108 139 / 1) !important;
}

.hover\:text-pink-400\/15:hover{
  color: rgb(255 108 139 / 0.15) !important;
}

.hover\:text-pink-400\/20:hover{
  color: rgb(255 108 139 / 0.2) !important;
}

.hover\:text-pink-400\/25:hover{
  color: rgb(255 108 139 / 0.25) !important;
}

.hover\:text-pink-400\/30:hover{
  color: rgb(255 108 139 / 0.3) !important;
}

.hover\:text-pink-400\/35:hover{
  color: rgb(255 108 139 / 0.35) !important;
}

.hover\:text-pink-400\/40:hover{
  color: rgb(255 108 139 / 0.4) !important;
}

.hover\:text-pink-400\/45:hover{
  color: rgb(255 108 139 / 0.45) !important;
}

.hover\:text-pink-400\/5:hover{
  color: rgb(255 108 139 / 0.05) !important;
}

.hover\:text-pink-400\/50:hover{
  color: rgb(255 108 139 / 0.5) !important;
}

.hover\:text-pink-400\/55:hover{
  color: rgb(255 108 139 / 0.55) !important;
}

.hover\:text-pink-400\/60:hover{
  color: rgb(255 108 139 / 0.6) !important;
}

.hover\:text-pink-400\/65:hover{
  color: rgb(255 108 139 / 0.65) !important;
}

.hover\:text-pink-400\/70:hover{
  color: rgb(255 108 139 / 0.7) !important;
}

.hover\:text-pink-400\/75:hover{
  color: rgb(255 108 139 / 0.75) !important;
}

.hover\:text-pink-400\/80:hover{
  color: rgb(255 108 139 / 0.8) !important;
}

.hover\:text-pink-400\/85:hover{
  color: rgb(255 108 139 / 0.85) !important;
}

.hover\:text-pink-400\/90:hover{
  color: rgb(255 108 139 / 0.9) !important;
}

.hover\:text-pink-400\/95:hover{
  color: rgb(255 108 139 / 0.95) !important;
}

.hover\:text-pink-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 240 243 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-50\/0:hover{
  color: rgb(255 240 243 / 0) !important;
}

.hover\:text-pink-50\/10:hover{
  color: rgb(255 240 243 / 0.1) !important;
}

.hover\:text-pink-50\/100:hover{
  color: rgb(255 240 243 / 1) !important;
}

.hover\:text-pink-50\/15:hover{
  color: rgb(255 240 243 / 0.15) !important;
}

.hover\:text-pink-50\/20:hover{
  color: rgb(255 240 243 / 0.2) !important;
}

.hover\:text-pink-50\/25:hover{
  color: rgb(255 240 243 / 0.25) !important;
}

.hover\:text-pink-50\/30:hover{
  color: rgb(255 240 243 / 0.3) !important;
}

.hover\:text-pink-50\/35:hover{
  color: rgb(255 240 243 / 0.35) !important;
}

.hover\:text-pink-50\/40:hover{
  color: rgb(255 240 243 / 0.4) !important;
}

.hover\:text-pink-50\/45:hover{
  color: rgb(255 240 243 / 0.45) !important;
}

.hover\:text-pink-50\/5:hover{
  color: rgb(255 240 243 / 0.05) !important;
}

.hover\:text-pink-50\/50:hover{
  color: rgb(255 240 243 / 0.5) !important;
}

.hover\:text-pink-50\/55:hover{
  color: rgb(255 240 243 / 0.55) !important;
}

.hover\:text-pink-50\/60:hover{
  color: rgb(255 240 243 / 0.6) !important;
}

.hover\:text-pink-50\/65:hover{
  color: rgb(255 240 243 / 0.65) !important;
}

.hover\:text-pink-50\/70:hover{
  color: rgb(255 240 243 / 0.7) !important;
}

.hover\:text-pink-50\/75:hover{
  color: rgb(255 240 243 / 0.75) !important;
}

.hover\:text-pink-50\/80:hover{
  color: rgb(255 240 243 / 0.8) !important;
}

.hover\:text-pink-50\/85:hover{
  color: rgb(255 240 243 / 0.85) !important;
}

.hover\:text-pink-50\/90:hover{
  color: rgb(255 240 243 / 0.9) !important;
}

.hover\:text-pink-50\/95:hover{
  color: rgb(255 240 243 / 0.95) !important;
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-500\/0:hover{
  color: rgb(250 34 86 / 0) !important;
}

.hover\:text-pink-500\/10:hover{
  color: rgb(250 34 86 / 0.1) !important;
}

.hover\:text-pink-500\/100:hover{
  color: rgb(250 34 86 / 1) !important;
}

.hover\:text-pink-500\/15:hover{
  color: rgb(250 34 86 / 0.15) !important;
}

.hover\:text-pink-500\/20:hover{
  color: rgb(250 34 86 / 0.2) !important;
}

.hover\:text-pink-500\/25:hover{
  color: rgb(250 34 86 / 0.25) !important;
}

.hover\:text-pink-500\/30:hover{
  color: rgb(250 34 86 / 0.3) !important;
}

.hover\:text-pink-500\/35:hover{
  color: rgb(250 34 86 / 0.35) !important;
}

.hover\:text-pink-500\/40:hover{
  color: rgb(250 34 86 / 0.4) !important;
}

.hover\:text-pink-500\/45:hover{
  color: rgb(250 34 86 / 0.45) !important;
}

.hover\:text-pink-500\/5:hover{
  color: rgb(250 34 86 / 0.05) !important;
}

.hover\:text-pink-500\/50:hover{
  color: rgb(250 34 86 / 0.5) !important;
}

.hover\:text-pink-500\/55:hover{
  color: rgb(250 34 86 / 0.55) !important;
}

.hover\:text-pink-500\/60:hover{
  color: rgb(250 34 86 / 0.6) !important;
}

.hover\:text-pink-500\/65:hover{
  color: rgb(250 34 86 / 0.65) !important;
}

.hover\:text-pink-500\/70:hover{
  color: rgb(250 34 86 / 0.7) !important;
}

.hover\:text-pink-500\/75:hover{
  color: rgb(250 34 86 / 0.75) !important;
}

.hover\:text-pink-500\/80:hover{
  color: rgb(250 34 86 / 0.8) !important;
}

.hover\:text-pink-500\/85:hover{
  color: rgb(250 34 86 / 0.85) !important;
}

.hover\:text-pink-500\/90:hover{
  color: rgb(250 34 86 / 0.9) !important;
}

.hover\:text-pink-500\/95:hover{
  color: rgb(250 34 86 / 0.95) !important;
}

.hover\:text-pink-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(232 22 83 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-600\/0:hover{
  color: rgb(232 22 83 / 0) !important;
}

.hover\:text-pink-600\/10:hover{
  color: rgb(232 22 83 / 0.1) !important;
}

.hover\:text-pink-600\/100:hover{
  color: rgb(232 22 83 / 1) !important;
}

.hover\:text-pink-600\/15:hover{
  color: rgb(232 22 83 / 0.15) !important;
}

.hover\:text-pink-600\/20:hover{
  color: rgb(232 22 83 / 0.2) !important;
}

.hover\:text-pink-600\/25:hover{
  color: rgb(232 22 83 / 0.25) !important;
}

.hover\:text-pink-600\/30:hover{
  color: rgb(232 22 83 / 0.3) !important;
}

.hover\:text-pink-600\/35:hover{
  color: rgb(232 22 83 / 0.35) !important;
}

.hover\:text-pink-600\/40:hover{
  color: rgb(232 22 83 / 0.4) !important;
}

.hover\:text-pink-600\/45:hover{
  color: rgb(232 22 83 / 0.45) !important;
}

.hover\:text-pink-600\/5:hover{
  color: rgb(232 22 83 / 0.05) !important;
}

.hover\:text-pink-600\/50:hover{
  color: rgb(232 22 83 / 0.5) !important;
}

.hover\:text-pink-600\/55:hover{
  color: rgb(232 22 83 / 0.55) !important;
}

.hover\:text-pink-600\/60:hover{
  color: rgb(232 22 83 / 0.6) !important;
}

.hover\:text-pink-600\/65:hover{
  color: rgb(232 22 83 / 0.65) !important;
}

.hover\:text-pink-600\/70:hover{
  color: rgb(232 22 83 / 0.7) !important;
}

.hover\:text-pink-600\/75:hover{
  color: rgb(232 22 83 / 0.75) !important;
}

.hover\:text-pink-600\/80:hover{
  color: rgb(232 22 83 / 0.8) !important;
}

.hover\:text-pink-600\/85:hover{
  color: rgb(232 22 83 / 0.85) !important;
}

.hover\:text-pink-600\/90:hover{
  color: rgb(232 22 83 / 0.9) !important;
}

.hover\:text-pink-600\/95:hover{
  color: rgb(232 22 83 / 0.95) !important;
}

.hover\:text-pink-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(196 12 70 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-700\/0:hover{
  color: rgb(196 12 70 / 0) !important;
}

.hover\:text-pink-700\/10:hover{
  color: rgb(196 12 70 / 0.1) !important;
}

.hover\:text-pink-700\/100:hover{
  color: rgb(196 12 70 / 1) !important;
}

.hover\:text-pink-700\/15:hover{
  color: rgb(196 12 70 / 0.15) !important;
}

.hover\:text-pink-700\/20:hover{
  color: rgb(196 12 70 / 0.2) !important;
}

.hover\:text-pink-700\/25:hover{
  color: rgb(196 12 70 / 0.25) !important;
}

.hover\:text-pink-700\/30:hover{
  color: rgb(196 12 70 / 0.3) !important;
}

.hover\:text-pink-700\/35:hover{
  color: rgb(196 12 70 / 0.35) !important;
}

.hover\:text-pink-700\/40:hover{
  color: rgb(196 12 70 / 0.4) !important;
}

.hover\:text-pink-700\/45:hover{
  color: rgb(196 12 70 / 0.45) !important;
}

.hover\:text-pink-700\/5:hover{
  color: rgb(196 12 70 / 0.05) !important;
}

.hover\:text-pink-700\/50:hover{
  color: rgb(196 12 70 / 0.5) !important;
}

.hover\:text-pink-700\/55:hover{
  color: rgb(196 12 70 / 0.55) !important;
}

.hover\:text-pink-700\/60:hover{
  color: rgb(196 12 70 / 0.6) !important;
}

.hover\:text-pink-700\/65:hover{
  color: rgb(196 12 70 / 0.65) !important;
}

.hover\:text-pink-700\/70:hover{
  color: rgb(196 12 70 / 0.7) !important;
}

.hover\:text-pink-700\/75:hover{
  color: rgb(196 12 70 / 0.75) !important;
}

.hover\:text-pink-700\/80:hover{
  color: rgb(196 12 70 / 0.8) !important;
}

.hover\:text-pink-700\/85:hover{
  color: rgb(196 12 70 / 0.85) !important;
}

.hover\:text-pink-700\/90:hover{
  color: rgb(196 12 70 / 0.9) !important;
}

.hover\:text-pink-700\/95:hover{
  color: rgb(196 12 70 / 0.95) !important;
}

.hover\:text-pink-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(164 13 65 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-800\/0:hover{
  color: rgb(164 13 65 / 0) !important;
}

.hover\:text-pink-800\/10:hover{
  color: rgb(164 13 65 / 0.1) !important;
}

.hover\:text-pink-800\/100:hover{
  color: rgb(164 13 65 / 1) !important;
}

.hover\:text-pink-800\/15:hover{
  color: rgb(164 13 65 / 0.15) !important;
}

.hover\:text-pink-800\/20:hover{
  color: rgb(164 13 65 / 0.2) !important;
}

.hover\:text-pink-800\/25:hover{
  color: rgb(164 13 65 / 0.25) !important;
}

.hover\:text-pink-800\/30:hover{
  color: rgb(164 13 65 / 0.3) !important;
}

.hover\:text-pink-800\/35:hover{
  color: rgb(164 13 65 / 0.35) !important;
}

.hover\:text-pink-800\/40:hover{
  color: rgb(164 13 65 / 0.4) !important;
}

.hover\:text-pink-800\/45:hover{
  color: rgb(164 13 65 / 0.45) !important;
}

.hover\:text-pink-800\/5:hover{
  color: rgb(164 13 65 / 0.05) !important;
}

.hover\:text-pink-800\/50:hover{
  color: rgb(164 13 65 / 0.5) !important;
}

.hover\:text-pink-800\/55:hover{
  color: rgb(164 13 65 / 0.55) !important;
}

.hover\:text-pink-800\/60:hover{
  color: rgb(164 13 65 / 0.6) !important;
}

.hover\:text-pink-800\/65:hover{
  color: rgb(164 13 65 / 0.65) !important;
}

.hover\:text-pink-800\/70:hover{
  color: rgb(164 13 65 / 0.7) !important;
}

.hover\:text-pink-800\/75:hover{
  color: rgb(164 13 65 / 0.75) !important;
}

.hover\:text-pink-800\/80:hover{
  color: rgb(164 13 65 / 0.8) !important;
}

.hover\:text-pink-800\/85:hover{
  color: rgb(164 13 65 / 0.85) !important;
}

.hover\:text-pink-800\/90:hover{
  color: rgb(164 13 65 / 0.9) !important;
}

.hover\:text-pink-800\/95:hover{
  color: rgb(164 13 65 / 0.95) !important;
}

.hover\:text-pink-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(140 15 62 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-900\/0:hover{
  color: rgb(140 15 62 / 0) !important;
}

.hover\:text-pink-900\/10:hover{
  color: rgb(140 15 62 / 0.1) !important;
}

.hover\:text-pink-900\/100:hover{
  color: rgb(140 15 62 / 1) !important;
}

.hover\:text-pink-900\/15:hover{
  color: rgb(140 15 62 / 0.15) !important;
}

.hover\:text-pink-900\/20:hover{
  color: rgb(140 15 62 / 0.2) !important;
}

.hover\:text-pink-900\/25:hover{
  color: rgb(140 15 62 / 0.25) !important;
}

.hover\:text-pink-900\/30:hover{
  color: rgb(140 15 62 / 0.3) !important;
}

.hover\:text-pink-900\/35:hover{
  color: rgb(140 15 62 / 0.35) !important;
}

.hover\:text-pink-900\/40:hover{
  color: rgb(140 15 62 / 0.4) !important;
}

.hover\:text-pink-900\/45:hover{
  color: rgb(140 15 62 / 0.45) !important;
}

.hover\:text-pink-900\/5:hover{
  color: rgb(140 15 62 / 0.05) !important;
}

.hover\:text-pink-900\/50:hover{
  color: rgb(140 15 62 / 0.5) !important;
}

.hover\:text-pink-900\/55:hover{
  color: rgb(140 15 62 / 0.55) !important;
}

.hover\:text-pink-900\/60:hover{
  color: rgb(140 15 62 / 0.6) !important;
}

.hover\:text-pink-900\/65:hover{
  color: rgb(140 15 62 / 0.65) !important;
}

.hover\:text-pink-900\/70:hover{
  color: rgb(140 15 62 / 0.7) !important;
}

.hover\:text-pink-900\/75:hover{
  color: rgb(140 15 62 / 0.75) !important;
}

.hover\:text-pink-900\/80:hover{
  color: rgb(140 15 62 / 0.8) !important;
}

.hover\:text-pink-900\/85:hover{
  color: rgb(140 15 62 / 0.85) !important;
}

.hover\:text-pink-900\/90:hover{
  color: rgb(140 15 62 / 0.9) !important;
}

.hover\:text-pink-900\/95:hover{
  color: rgb(140 15 62 / 0.95) !important;
}

.hover\:text-pink-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(79 2 29 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-pink-950\/0:hover{
  color: rgb(79 2 29 / 0) !important;
}

.hover\:text-pink-950\/10:hover{
  color: rgb(79 2 29 / 0.1) !important;
}

.hover\:text-pink-950\/100:hover{
  color: rgb(79 2 29 / 1) !important;
}

.hover\:text-pink-950\/15:hover{
  color: rgb(79 2 29 / 0.15) !important;
}

.hover\:text-pink-950\/20:hover{
  color: rgb(79 2 29 / 0.2) !important;
}

.hover\:text-pink-950\/25:hover{
  color: rgb(79 2 29 / 0.25) !important;
}

.hover\:text-pink-950\/30:hover{
  color: rgb(79 2 29 / 0.3) !important;
}

.hover\:text-pink-950\/35:hover{
  color: rgb(79 2 29 / 0.35) !important;
}

.hover\:text-pink-950\/40:hover{
  color: rgb(79 2 29 / 0.4) !important;
}

.hover\:text-pink-950\/45:hover{
  color: rgb(79 2 29 / 0.45) !important;
}

.hover\:text-pink-950\/5:hover{
  color: rgb(79 2 29 / 0.05) !important;
}

.hover\:text-pink-950\/50:hover{
  color: rgb(79 2 29 / 0.5) !important;
}

.hover\:text-pink-950\/55:hover{
  color: rgb(79 2 29 / 0.55) !important;
}

.hover\:text-pink-950\/60:hover{
  color: rgb(79 2 29 / 0.6) !important;
}

.hover\:text-pink-950\/65:hover{
  color: rgb(79 2 29 / 0.65) !important;
}

.hover\:text-pink-950\/70:hover{
  color: rgb(79 2 29 / 0.7) !important;
}

.hover\:text-pink-950\/75:hover{
  color: rgb(79 2 29 / 0.75) !important;
}

.hover\:text-pink-950\/80:hover{
  color: rgb(79 2 29 / 0.8) !important;
}

.hover\:text-pink-950\/85:hover{
  color: rgb(79 2 29 / 0.85) !important;
}

.hover\:text-pink-950\/90:hover{
  color: rgb(79 2 29 / 0.9) !important;
}

.hover\:text-pink-950\/95:hover{
  color: rgb(79 2 29 / 0.95) !important;
}

.hover\:text-primary-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(232 228 217 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-100\/0:hover{
  color: rgb(232 228 217 / 0) !important;
}

.hover\:text-primary-100\/10:hover{
  color: rgb(232 228 217 / 0.1) !important;
}

.hover\:text-primary-100\/100:hover{
  color: rgb(232 228 217 / 1) !important;
}

.hover\:text-primary-100\/15:hover{
  color: rgb(232 228 217 / 0.15) !important;
}

.hover\:text-primary-100\/20:hover{
  color: rgb(232 228 217 / 0.2) !important;
}

.hover\:text-primary-100\/25:hover{
  color: rgb(232 228 217 / 0.25) !important;
}

.hover\:text-primary-100\/30:hover{
  color: rgb(232 228 217 / 0.3) !important;
}

.hover\:text-primary-100\/35:hover{
  color: rgb(232 228 217 / 0.35) !important;
}

.hover\:text-primary-100\/40:hover{
  color: rgb(232 228 217 / 0.4) !important;
}

.hover\:text-primary-100\/45:hover{
  color: rgb(232 228 217 / 0.45) !important;
}

.hover\:text-primary-100\/5:hover{
  color: rgb(232 228 217 / 0.05) !important;
}

.hover\:text-primary-100\/50:hover{
  color: rgb(232 228 217 / 0.5) !important;
}

.hover\:text-primary-100\/55:hover{
  color: rgb(232 228 217 / 0.55) !important;
}

.hover\:text-primary-100\/60:hover{
  color: rgb(232 228 217 / 0.6) !important;
}

.hover\:text-primary-100\/65:hover{
  color: rgb(232 228 217 / 0.65) !important;
}

.hover\:text-primary-100\/70:hover{
  color: rgb(232 228 217 / 0.7) !important;
}

.hover\:text-primary-100\/75:hover{
  color: rgb(232 228 217 / 0.75) !important;
}

.hover\:text-primary-100\/80:hover{
  color: rgb(232 228 217 / 0.8) !important;
}

.hover\:text-primary-100\/85:hover{
  color: rgb(232 228 217 / 0.85) !important;
}

.hover\:text-primary-100\/90:hover{
  color: rgb(232 228 217 / 0.9) !important;
}

.hover\:text-primary-100\/95:hover{
  color: rgb(232 228 217 / 0.95) !important;
}

.hover\:text-primary-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(211 200 181 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-200\/0:hover{
  color: rgb(211 200 181 / 0) !important;
}

.hover\:text-primary-200\/10:hover{
  color: rgb(211 200 181 / 0.1) !important;
}

.hover\:text-primary-200\/100:hover{
  color: rgb(211 200 181 / 1) !important;
}

.hover\:text-primary-200\/15:hover{
  color: rgb(211 200 181 / 0.15) !important;
}

.hover\:text-primary-200\/20:hover{
  color: rgb(211 200 181 / 0.2) !important;
}

.hover\:text-primary-200\/25:hover{
  color: rgb(211 200 181 / 0.25) !important;
}

.hover\:text-primary-200\/30:hover{
  color: rgb(211 200 181 / 0.3) !important;
}

.hover\:text-primary-200\/35:hover{
  color: rgb(211 200 181 / 0.35) !important;
}

.hover\:text-primary-200\/40:hover{
  color: rgb(211 200 181 / 0.4) !important;
}

.hover\:text-primary-200\/45:hover{
  color: rgb(211 200 181 / 0.45) !important;
}

.hover\:text-primary-200\/5:hover{
  color: rgb(211 200 181 / 0.05) !important;
}

.hover\:text-primary-200\/50:hover{
  color: rgb(211 200 181 / 0.5) !important;
}

.hover\:text-primary-200\/55:hover{
  color: rgb(211 200 181 / 0.55) !important;
}

.hover\:text-primary-200\/60:hover{
  color: rgb(211 200 181 / 0.6) !important;
}

.hover\:text-primary-200\/65:hover{
  color: rgb(211 200 181 / 0.65) !important;
}

.hover\:text-primary-200\/70:hover{
  color: rgb(211 200 181 / 0.7) !important;
}

.hover\:text-primary-200\/75:hover{
  color: rgb(211 200 181 / 0.75) !important;
}

.hover\:text-primary-200\/80:hover{
  color: rgb(211 200 181 / 0.8) !important;
}

.hover\:text-primary-200\/85:hover{
  color: rgb(211 200 181 / 0.85) !important;
}

.hover\:text-primary-200\/90:hover{
  color: rgb(211 200 181 / 0.9) !important;
}

.hover\:text-primary-200\/95:hover{
  color: rgb(211 200 181 / 0.95) !important;
}

.hover\:text-primary-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(185 167 139 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-300\/0:hover{
  color: rgb(185 167 139 / 0) !important;
}

.hover\:text-primary-300\/10:hover{
  color: rgb(185 167 139 / 0.1) !important;
}

.hover\:text-primary-300\/100:hover{
  color: rgb(185 167 139 / 1) !important;
}

.hover\:text-primary-300\/15:hover{
  color: rgb(185 167 139 / 0.15) !important;
}

.hover\:text-primary-300\/20:hover{
  color: rgb(185 167 139 / 0.2) !important;
}

.hover\:text-primary-300\/25:hover{
  color: rgb(185 167 139 / 0.25) !important;
}

.hover\:text-primary-300\/30:hover{
  color: rgb(185 167 139 / 0.3) !important;
}

.hover\:text-primary-300\/35:hover{
  color: rgb(185 167 139 / 0.35) !important;
}

.hover\:text-primary-300\/40:hover{
  color: rgb(185 167 139 / 0.4) !important;
}

.hover\:text-primary-300\/45:hover{
  color: rgb(185 167 139 / 0.45) !important;
}

.hover\:text-primary-300\/5:hover{
  color: rgb(185 167 139 / 0.05) !important;
}

.hover\:text-primary-300\/50:hover{
  color: rgb(185 167 139 / 0.5) !important;
}

.hover\:text-primary-300\/55:hover{
  color: rgb(185 167 139 / 0.55) !important;
}

.hover\:text-primary-300\/60:hover{
  color: rgb(185 167 139 / 0.6) !important;
}

.hover\:text-primary-300\/65:hover{
  color: rgb(185 167 139 / 0.65) !important;
}

.hover\:text-primary-300\/70:hover{
  color: rgb(185 167 139 / 0.7) !important;
}

.hover\:text-primary-300\/75:hover{
  color: rgb(185 167 139 / 0.75) !important;
}

.hover\:text-primary-300\/80:hover{
  color: rgb(185 167 139 / 0.8) !important;
}

.hover\:text-primary-300\/85:hover{
  color: rgb(185 167 139 / 0.85) !important;
}

.hover\:text-primary-300\/90:hover{
  color: rgb(185 167 139 / 0.9) !important;
}

.hover\:text-primary-300\/95:hover{
  color: rgb(185 167 139 / 0.95) !important;
}

.hover\:text-primary-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(165 139 106 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-400\/0:hover{
  color: rgb(165 139 106 / 0) !important;
}

.hover\:text-primary-400\/10:hover{
  color: rgb(165 139 106 / 0.1) !important;
}

.hover\:text-primary-400\/100:hover{
  color: rgb(165 139 106 / 1) !important;
}

.hover\:text-primary-400\/15:hover{
  color: rgb(165 139 106 / 0.15) !important;
}

.hover\:text-primary-400\/20:hover{
  color: rgb(165 139 106 / 0.2) !important;
}

.hover\:text-primary-400\/25:hover{
  color: rgb(165 139 106 / 0.25) !important;
}

.hover\:text-primary-400\/30:hover{
  color: rgb(165 139 106 / 0.3) !important;
}

.hover\:text-primary-400\/35:hover{
  color: rgb(165 139 106 / 0.35) !important;
}

.hover\:text-primary-400\/40:hover{
  color: rgb(165 139 106 / 0.4) !important;
}

.hover\:text-primary-400\/45:hover{
  color: rgb(165 139 106 / 0.45) !important;
}

.hover\:text-primary-400\/5:hover{
  color: rgb(165 139 106 / 0.05) !important;
}

.hover\:text-primary-400\/50:hover{
  color: rgb(165 139 106 / 0.5) !important;
}

.hover\:text-primary-400\/55:hover{
  color: rgb(165 139 106 / 0.55) !important;
}

.hover\:text-primary-400\/60:hover{
  color: rgb(165 139 106 / 0.6) !important;
}

.hover\:text-primary-400\/65:hover{
  color: rgb(165 139 106 / 0.65) !important;
}

.hover\:text-primary-400\/70:hover{
  color: rgb(165 139 106 / 0.7) !important;
}

.hover\:text-primary-400\/75:hover{
  color: rgb(165 139 106 / 0.75) !important;
}

.hover\:text-primary-400\/80:hover{
  color: rgb(165 139 106 / 0.8) !important;
}

.hover\:text-primary-400\/85:hover{
  color: rgb(165 139 106 / 0.85) !important;
}

.hover\:text-primary-400\/90:hover{
  color: rgb(165 139 106 / 0.9) !important;
}

.hover\:text-primary-400\/95:hover{
  color: rgb(165 139 106 / 0.95) !important;
}

.hover\:text-primary-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(246 244 240 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-50\/0:hover{
  color: rgb(246 244 240 / 0) !important;
}

.hover\:text-primary-50\/10:hover{
  color: rgb(246 244 240 / 0.1) !important;
}

.hover\:text-primary-50\/100:hover{
  color: rgb(246 244 240 / 1) !important;
}

.hover\:text-primary-50\/15:hover{
  color: rgb(246 244 240 / 0.15) !important;
}

.hover\:text-primary-50\/20:hover{
  color: rgb(246 244 240 / 0.2) !important;
}

.hover\:text-primary-50\/25:hover{
  color: rgb(246 244 240 / 0.25) !important;
}

.hover\:text-primary-50\/30:hover{
  color: rgb(246 244 240 / 0.3) !important;
}

.hover\:text-primary-50\/35:hover{
  color: rgb(246 244 240 / 0.35) !important;
}

.hover\:text-primary-50\/40:hover{
  color: rgb(246 244 240 / 0.4) !important;
}

.hover\:text-primary-50\/45:hover{
  color: rgb(246 244 240 / 0.45) !important;
}

.hover\:text-primary-50\/5:hover{
  color: rgb(246 244 240 / 0.05) !important;
}

.hover\:text-primary-50\/50:hover{
  color: rgb(246 244 240 / 0.5) !important;
}

.hover\:text-primary-50\/55:hover{
  color: rgb(246 244 240 / 0.55) !important;
}

.hover\:text-primary-50\/60:hover{
  color: rgb(246 244 240 / 0.6) !important;
}

.hover\:text-primary-50\/65:hover{
  color: rgb(246 244 240 / 0.65) !important;
}

.hover\:text-primary-50\/70:hover{
  color: rgb(246 244 240 / 0.7) !important;
}

.hover\:text-primary-50\/75:hover{
  color: rgb(246 244 240 / 0.75) !important;
}

.hover\:text-primary-50\/80:hover{
  color: rgb(246 244 240 / 0.8) !important;
}

.hover\:text-primary-50\/85:hover{
  color: rgb(246 244 240 / 0.85) !important;
}

.hover\:text-primary-50\/90:hover{
  color: rgb(246 244 240 / 0.9) !important;
}

.hover\:text-primary-50\/95:hover{
  color: rgb(246 244 240 / 0.95) !important;
}

.hover\:text-primary-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-500\/0:hover{
  color: rgb(157 128 96 / 0) !important;
}

.hover\:text-primary-500\/10:hover{
  color: rgb(157 128 96 / 0.1) !important;
}

.hover\:text-primary-500\/100:hover{
  color: rgb(157 128 96 / 1) !important;
}

.hover\:text-primary-500\/15:hover{
  color: rgb(157 128 96 / 0.15) !important;
}

.hover\:text-primary-500\/20:hover{
  color: rgb(157 128 96 / 0.2) !important;
}

.hover\:text-primary-500\/25:hover{
  color: rgb(157 128 96 / 0.25) !important;
}

.hover\:text-primary-500\/30:hover{
  color: rgb(157 128 96 / 0.3) !important;
}

.hover\:text-primary-500\/35:hover{
  color: rgb(157 128 96 / 0.35) !important;
}

.hover\:text-primary-500\/40:hover{
  color: rgb(157 128 96 / 0.4) !important;
}

.hover\:text-primary-500\/45:hover{
  color: rgb(157 128 96 / 0.45) !important;
}

.hover\:text-primary-500\/5:hover{
  color: rgb(157 128 96 / 0.05) !important;
}

.hover\:text-primary-500\/50:hover{
  color: rgb(157 128 96 / 0.5) !important;
}

.hover\:text-primary-500\/55:hover{
  color: rgb(157 128 96 / 0.55) !important;
}

.hover\:text-primary-500\/60:hover{
  color: rgb(157 128 96 / 0.6) !important;
}

.hover\:text-primary-500\/65:hover{
  color: rgb(157 128 96 / 0.65) !important;
}

.hover\:text-primary-500\/70:hover{
  color: rgb(157 128 96 / 0.7) !important;
}

.hover\:text-primary-500\/75:hover{
  color: rgb(157 128 96 / 0.75) !important;
}

.hover\:text-primary-500\/80:hover{
  color: rgb(157 128 96 / 0.8) !important;
}

.hover\:text-primary-500\/85:hover{
  color: rgb(157 128 96 / 0.85) !important;
}

.hover\:text-primary-500\/90:hover{
  color: rgb(157 128 96 / 0.9) !important;
}

.hover\:text-primary-500\/95:hover{
  color: rgb(157 128 96 / 0.95) !important;
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(129 100 77 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-600\/0:hover{
  color: rgb(129 100 77 / 0) !important;
}

.hover\:text-primary-600\/10:hover{
  color: rgb(129 100 77 / 0.1) !important;
}

.hover\:text-primary-600\/100:hover{
  color: rgb(129 100 77 / 1) !important;
}

.hover\:text-primary-600\/15:hover{
  color: rgb(129 100 77 / 0.15) !important;
}

.hover\:text-primary-600\/20:hover{
  color: rgb(129 100 77 / 0.2) !important;
}

.hover\:text-primary-600\/25:hover{
  color: rgb(129 100 77 / 0.25) !important;
}

.hover\:text-primary-600\/30:hover{
  color: rgb(129 100 77 / 0.3) !important;
}

.hover\:text-primary-600\/35:hover{
  color: rgb(129 100 77 / 0.35) !important;
}

.hover\:text-primary-600\/40:hover{
  color: rgb(129 100 77 / 0.4) !important;
}

.hover\:text-primary-600\/45:hover{
  color: rgb(129 100 77 / 0.45) !important;
}

.hover\:text-primary-600\/5:hover{
  color: rgb(129 100 77 / 0.05) !important;
}

.hover\:text-primary-600\/50:hover{
  color: rgb(129 100 77 / 0.5) !important;
}

.hover\:text-primary-600\/55:hover{
  color: rgb(129 100 77 / 0.55) !important;
}

.hover\:text-primary-600\/60:hover{
  color: rgb(129 100 77 / 0.6) !important;
}

.hover\:text-primary-600\/65:hover{
  color: rgb(129 100 77 / 0.65) !important;
}

.hover\:text-primary-600\/70:hover{
  color: rgb(129 100 77 / 0.7) !important;
}

.hover\:text-primary-600\/75:hover{
  color: rgb(129 100 77 / 0.75) !important;
}

.hover\:text-primary-600\/80:hover{
  color: rgb(129 100 77 / 0.8) !important;
}

.hover\:text-primary-600\/85:hover{
  color: rgb(129 100 77 / 0.85) !important;
}

.hover\:text-primary-600\/90:hover{
  color: rgb(129 100 77 / 0.9) !important;
}

.hover\:text-primary-600\/95:hover{
  color: rgb(129 100 77 / 0.95) !important;
}

.hover\:text-primary-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(104 79 64 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-700\/0:hover{
  color: rgb(104 79 64 / 0) !important;
}

.hover\:text-primary-700\/10:hover{
  color: rgb(104 79 64 / 0.1) !important;
}

.hover\:text-primary-700\/100:hover{
  color: rgb(104 79 64 / 1) !important;
}

.hover\:text-primary-700\/15:hover{
  color: rgb(104 79 64 / 0.15) !important;
}

.hover\:text-primary-700\/20:hover{
  color: rgb(104 79 64 / 0.2) !important;
}

.hover\:text-primary-700\/25:hover{
  color: rgb(104 79 64 / 0.25) !important;
}

.hover\:text-primary-700\/30:hover{
  color: rgb(104 79 64 / 0.3) !important;
}

.hover\:text-primary-700\/35:hover{
  color: rgb(104 79 64 / 0.35) !important;
}

.hover\:text-primary-700\/40:hover{
  color: rgb(104 79 64 / 0.4) !important;
}

.hover\:text-primary-700\/45:hover{
  color: rgb(104 79 64 / 0.45) !important;
}

.hover\:text-primary-700\/5:hover{
  color: rgb(104 79 64 / 0.05) !important;
}

.hover\:text-primary-700\/50:hover{
  color: rgb(104 79 64 / 0.5) !important;
}

.hover\:text-primary-700\/55:hover{
  color: rgb(104 79 64 / 0.55) !important;
}

.hover\:text-primary-700\/60:hover{
  color: rgb(104 79 64 / 0.6) !important;
}

.hover\:text-primary-700\/65:hover{
  color: rgb(104 79 64 / 0.65) !important;
}

.hover\:text-primary-700\/70:hover{
  color: rgb(104 79 64 / 0.7) !important;
}

.hover\:text-primary-700\/75:hover{
  color: rgb(104 79 64 / 0.75) !important;
}

.hover\:text-primary-700\/80:hover{
  color: rgb(104 79 64 / 0.8) !important;
}

.hover\:text-primary-700\/85:hover{
  color: rgb(104 79 64 / 0.85) !important;
}

.hover\:text-primary-700\/90:hover{
  color: rgb(104 79 64 / 0.9) !important;
}

.hover\:text-primary-700\/95:hover{
  color: rgb(104 79 64 / 0.95) !important;
}

.hover\:text-primary-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(89 67 58 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-800\/0:hover{
  color: rgb(89 67 58 / 0) !important;
}

.hover\:text-primary-800\/10:hover{
  color: rgb(89 67 58 / 0.1) !important;
}

.hover\:text-primary-800\/100:hover{
  color: rgb(89 67 58 / 1) !important;
}

.hover\:text-primary-800\/15:hover{
  color: rgb(89 67 58 / 0.15) !important;
}

.hover\:text-primary-800\/20:hover{
  color: rgb(89 67 58 / 0.2) !important;
}

.hover\:text-primary-800\/25:hover{
  color: rgb(89 67 58 / 0.25) !important;
}

.hover\:text-primary-800\/30:hover{
  color: rgb(89 67 58 / 0.3) !important;
}

.hover\:text-primary-800\/35:hover{
  color: rgb(89 67 58 / 0.35) !important;
}

.hover\:text-primary-800\/40:hover{
  color: rgb(89 67 58 / 0.4) !important;
}

.hover\:text-primary-800\/45:hover{
  color: rgb(89 67 58 / 0.45) !important;
}

.hover\:text-primary-800\/5:hover{
  color: rgb(89 67 58 / 0.05) !important;
}

.hover\:text-primary-800\/50:hover{
  color: rgb(89 67 58 / 0.5) !important;
}

.hover\:text-primary-800\/55:hover{
  color: rgb(89 67 58 / 0.55) !important;
}

.hover\:text-primary-800\/60:hover{
  color: rgb(89 67 58 / 0.6) !important;
}

.hover\:text-primary-800\/65:hover{
  color: rgb(89 67 58 / 0.65) !important;
}

.hover\:text-primary-800\/70:hover{
  color: rgb(89 67 58 / 0.7) !important;
}

.hover\:text-primary-800\/75:hover{
  color: rgb(89 67 58 / 0.75) !important;
}

.hover\:text-primary-800\/80:hover{
  color: rgb(89 67 58 / 0.8) !important;
}

.hover\:text-primary-800\/85:hover{
  color: rgb(89 67 58 / 0.85) !important;
}

.hover\:text-primary-800\/90:hover{
  color: rgb(89 67 58 / 0.9) !important;
}

.hover\:text-primary-800\/95:hover{
  color: rgb(89 67 58 / 0.95) !important;
}

.hover\:text-primary-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(78 59 53 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-900\/0:hover{
  color: rgb(78 59 53 / 0) !important;
}

.hover\:text-primary-900\/10:hover{
  color: rgb(78 59 53 / 0.1) !important;
}

.hover\:text-primary-900\/100:hover{
  color: rgb(78 59 53 / 1) !important;
}

.hover\:text-primary-900\/15:hover{
  color: rgb(78 59 53 / 0.15) !important;
}

.hover\:text-primary-900\/20:hover{
  color: rgb(78 59 53 / 0.2) !important;
}

.hover\:text-primary-900\/25:hover{
  color: rgb(78 59 53 / 0.25) !important;
}

.hover\:text-primary-900\/30:hover{
  color: rgb(78 59 53 / 0.3) !important;
}

.hover\:text-primary-900\/35:hover{
  color: rgb(78 59 53 / 0.35) !important;
}

.hover\:text-primary-900\/40:hover{
  color: rgb(78 59 53 / 0.4) !important;
}

.hover\:text-primary-900\/45:hover{
  color: rgb(78 59 53 / 0.45) !important;
}

.hover\:text-primary-900\/5:hover{
  color: rgb(78 59 53 / 0.05) !important;
}

.hover\:text-primary-900\/50:hover{
  color: rgb(78 59 53 / 0.5) !important;
}

.hover\:text-primary-900\/55:hover{
  color: rgb(78 59 53 / 0.55) !important;
}

.hover\:text-primary-900\/60:hover{
  color: rgb(78 59 53 / 0.6) !important;
}

.hover\:text-primary-900\/65:hover{
  color: rgb(78 59 53 / 0.65) !important;
}

.hover\:text-primary-900\/70:hover{
  color: rgb(78 59 53 / 0.7) !important;
}

.hover\:text-primary-900\/75:hover{
  color: rgb(78 59 53 / 0.75) !important;
}

.hover\:text-primary-900\/80:hover{
  color: rgb(78 59 53 / 0.8) !important;
}

.hover\:text-primary-900\/85:hover{
  color: rgb(78 59 53 / 0.85) !important;
}

.hover\:text-primary-900\/90:hover{
  color: rgb(78 59 53 / 0.9) !important;
}

.hover\:text-primary-900\/95:hover{
  color: rgb(78 59 53 / 0.95) !important;
}

.hover\:text-primary-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(44 31 28 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-950\/0:hover{
  color: rgb(44 31 28 / 0) !important;
}

.hover\:text-primary-950\/10:hover{
  color: rgb(44 31 28 / 0.1) !important;
}

.hover\:text-primary-950\/100:hover{
  color: rgb(44 31 28 / 1) !important;
}

.hover\:text-primary-950\/15:hover{
  color: rgb(44 31 28 / 0.15) !important;
}

.hover\:text-primary-950\/20:hover{
  color: rgb(44 31 28 / 0.2) !important;
}

.hover\:text-primary-950\/25:hover{
  color: rgb(44 31 28 / 0.25) !important;
}

.hover\:text-primary-950\/30:hover{
  color: rgb(44 31 28 / 0.3) !important;
}

.hover\:text-primary-950\/35:hover{
  color: rgb(44 31 28 / 0.35) !important;
}

.hover\:text-primary-950\/40:hover{
  color: rgb(44 31 28 / 0.4) !important;
}

.hover\:text-primary-950\/45:hover{
  color: rgb(44 31 28 / 0.45) !important;
}

.hover\:text-primary-950\/5:hover{
  color: rgb(44 31 28 / 0.05) !important;
}

.hover\:text-primary-950\/50:hover{
  color: rgb(44 31 28 / 0.5) !important;
}

.hover\:text-primary-950\/55:hover{
  color: rgb(44 31 28 / 0.55) !important;
}

.hover\:text-primary-950\/60:hover{
  color: rgb(44 31 28 / 0.6) !important;
}

.hover\:text-primary-950\/65:hover{
  color: rgb(44 31 28 / 0.65) !important;
}

.hover\:text-primary-950\/70:hover{
  color: rgb(44 31 28 / 0.7) !important;
}

.hover\:text-primary-950\/75:hover{
  color: rgb(44 31 28 / 0.75) !important;
}

.hover\:text-primary-950\/80:hover{
  color: rgb(44 31 28 / 0.8) !important;
}

.hover\:text-primary-950\/85:hover{
  color: rgb(44 31 28 / 0.85) !important;
}

.hover\:text-primary-950\/90:hover{
  color: rgb(44 31 28 / 0.9) !important;
}

.hover\:text-primary-950\/95:hover{
  color: rgb(44 31 28 / 0.95) !important;
}

.hover\:text-purple-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(238 232 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-100\/0:hover{
  color: rgb(238 232 255 / 0) !important;
}

.hover\:text-purple-100\/10:hover{
  color: rgb(238 232 255 / 0.1) !important;
}

.hover\:text-purple-100\/100:hover{
  color: rgb(238 232 255 / 1) !important;
}

.hover\:text-purple-100\/15:hover{
  color: rgb(238 232 255 / 0.15) !important;
}

.hover\:text-purple-100\/20:hover{
  color: rgb(238 232 255 / 0.2) !important;
}

.hover\:text-purple-100\/25:hover{
  color: rgb(238 232 255 / 0.25) !important;
}

.hover\:text-purple-100\/30:hover{
  color: rgb(238 232 255 / 0.3) !important;
}

.hover\:text-purple-100\/35:hover{
  color: rgb(238 232 255 / 0.35) !important;
}

.hover\:text-purple-100\/40:hover{
  color: rgb(238 232 255 / 0.4) !important;
}

.hover\:text-purple-100\/45:hover{
  color: rgb(238 232 255 / 0.45) !important;
}

.hover\:text-purple-100\/5:hover{
  color: rgb(238 232 255 / 0.05) !important;
}

.hover\:text-purple-100\/50:hover{
  color: rgb(238 232 255 / 0.5) !important;
}

.hover\:text-purple-100\/55:hover{
  color: rgb(238 232 255 / 0.55) !important;
}

.hover\:text-purple-100\/60:hover{
  color: rgb(238 232 255 / 0.6) !important;
}

.hover\:text-purple-100\/65:hover{
  color: rgb(238 232 255 / 0.65) !important;
}

.hover\:text-purple-100\/70:hover{
  color: rgb(238 232 255 / 0.7) !important;
}

.hover\:text-purple-100\/75:hover{
  color: rgb(238 232 255 / 0.75) !important;
}

.hover\:text-purple-100\/80:hover{
  color: rgb(238 232 255 / 0.8) !important;
}

.hover\:text-purple-100\/85:hover{
  color: rgb(238 232 255 / 0.85) !important;
}

.hover\:text-purple-100\/90:hover{
  color: rgb(238 232 255 / 0.9) !important;
}

.hover\:text-purple-100\/95:hover{
  color: rgb(238 232 255 / 0.95) !important;
}

.hover\:text-purple-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(223 212 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-200\/0:hover{
  color: rgb(223 212 255 / 0) !important;
}

.hover\:text-purple-200\/10:hover{
  color: rgb(223 212 255 / 0.1) !important;
}

.hover\:text-purple-200\/100:hover{
  color: rgb(223 212 255 / 1) !important;
}

.hover\:text-purple-200\/15:hover{
  color: rgb(223 212 255 / 0.15) !important;
}

.hover\:text-purple-200\/20:hover{
  color: rgb(223 212 255 / 0.2) !important;
}

.hover\:text-purple-200\/25:hover{
  color: rgb(223 212 255 / 0.25) !important;
}

.hover\:text-purple-200\/30:hover{
  color: rgb(223 212 255 / 0.3) !important;
}

.hover\:text-purple-200\/35:hover{
  color: rgb(223 212 255 / 0.35) !important;
}

.hover\:text-purple-200\/40:hover{
  color: rgb(223 212 255 / 0.4) !important;
}

.hover\:text-purple-200\/45:hover{
  color: rgb(223 212 255 / 0.45) !important;
}

.hover\:text-purple-200\/5:hover{
  color: rgb(223 212 255 / 0.05) !important;
}

.hover\:text-purple-200\/50:hover{
  color: rgb(223 212 255 / 0.5) !important;
}

.hover\:text-purple-200\/55:hover{
  color: rgb(223 212 255 / 0.55) !important;
}

.hover\:text-purple-200\/60:hover{
  color: rgb(223 212 255 / 0.6) !important;
}

.hover\:text-purple-200\/65:hover{
  color: rgb(223 212 255 / 0.65) !important;
}

.hover\:text-purple-200\/70:hover{
  color: rgb(223 212 255 / 0.7) !important;
}

.hover\:text-purple-200\/75:hover{
  color: rgb(223 212 255 / 0.75) !important;
}

.hover\:text-purple-200\/80:hover{
  color: rgb(223 212 255 / 0.8) !important;
}

.hover\:text-purple-200\/85:hover{
  color: rgb(223 212 255 / 0.85) !important;
}

.hover\:text-purple-200\/90:hover{
  color: rgb(223 212 255 / 0.9) !important;
}

.hover\:text-purple-200\/95:hover{
  color: rgb(223 212 255 / 0.95) !important;
}

.hover\:text-purple-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(199 178 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-300\/0:hover{
  color: rgb(199 178 255 / 0) !important;
}

.hover\:text-purple-300\/10:hover{
  color: rgb(199 178 255 / 0.1) !important;
}

.hover\:text-purple-300\/100:hover{
  color: rgb(199 178 255 / 1) !important;
}

.hover\:text-purple-300\/15:hover{
  color: rgb(199 178 255 / 0.15) !important;
}

.hover\:text-purple-300\/20:hover{
  color: rgb(199 178 255 / 0.2) !important;
}

.hover\:text-purple-300\/25:hover{
  color: rgb(199 178 255 / 0.25) !important;
}

.hover\:text-purple-300\/30:hover{
  color: rgb(199 178 255 / 0.3) !important;
}

.hover\:text-purple-300\/35:hover{
  color: rgb(199 178 255 / 0.35) !important;
}

.hover\:text-purple-300\/40:hover{
  color: rgb(199 178 255 / 0.4) !important;
}

.hover\:text-purple-300\/45:hover{
  color: rgb(199 178 255 / 0.45) !important;
}

.hover\:text-purple-300\/5:hover{
  color: rgb(199 178 255 / 0.05) !important;
}

.hover\:text-purple-300\/50:hover{
  color: rgb(199 178 255 / 0.5) !important;
}

.hover\:text-purple-300\/55:hover{
  color: rgb(199 178 255 / 0.55) !important;
}

.hover\:text-purple-300\/60:hover{
  color: rgb(199 178 255 / 0.6) !important;
}

.hover\:text-purple-300\/65:hover{
  color: rgb(199 178 255 / 0.65) !important;
}

.hover\:text-purple-300\/70:hover{
  color: rgb(199 178 255 / 0.7) !important;
}

.hover\:text-purple-300\/75:hover{
  color: rgb(199 178 255 / 0.75) !important;
}

.hover\:text-purple-300\/80:hover{
  color: rgb(199 178 255 / 0.8) !important;
}

.hover\:text-purple-300\/85:hover{
  color: rgb(199 178 255 / 0.85) !important;
}

.hover\:text-purple-300\/90:hover{
  color: rgb(199 178 255 / 0.9) !important;
}

.hover\:text-purple-300\/95:hover{
  color: rgb(199 178 255 / 0.95) !important;
}

.hover\:text-purple-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-400\/0:hover{
  color: rgb(161 117 255 / 0) !important;
}

.hover\:text-purple-400\/10:hover{
  color: rgb(161 117 255 / 0.1) !important;
}

.hover\:text-purple-400\/100:hover{
  color: rgb(161 117 255 / 1) !important;
}

.hover\:text-purple-400\/15:hover{
  color: rgb(161 117 255 / 0.15) !important;
}

.hover\:text-purple-400\/20:hover{
  color: rgb(161 117 255 / 0.2) !important;
}

.hover\:text-purple-400\/25:hover{
  color: rgb(161 117 255 / 0.25) !important;
}

.hover\:text-purple-400\/30:hover{
  color: rgb(161 117 255 / 0.3) !important;
}

.hover\:text-purple-400\/35:hover{
  color: rgb(161 117 255 / 0.35) !important;
}

.hover\:text-purple-400\/40:hover{
  color: rgb(161 117 255 / 0.4) !important;
}

.hover\:text-purple-400\/45:hover{
  color: rgb(161 117 255 / 0.45) !important;
}

.hover\:text-purple-400\/5:hover{
  color: rgb(161 117 255 / 0.05) !important;
}

.hover\:text-purple-400\/50:hover{
  color: rgb(161 117 255 / 0.5) !important;
}

.hover\:text-purple-400\/55:hover{
  color: rgb(161 117 255 / 0.55) !important;
}

.hover\:text-purple-400\/60:hover{
  color: rgb(161 117 255 / 0.6) !important;
}

.hover\:text-purple-400\/65:hover{
  color: rgb(161 117 255 / 0.65) !important;
}

.hover\:text-purple-400\/70:hover{
  color: rgb(161 117 255 / 0.7) !important;
}

.hover\:text-purple-400\/75:hover{
  color: rgb(161 117 255 / 0.75) !important;
}

.hover\:text-purple-400\/80:hover{
  color: rgb(161 117 255 / 0.8) !important;
}

.hover\:text-purple-400\/85:hover{
  color: rgb(161 117 255 / 0.85) !important;
}

.hover\:text-purple-400\/90:hover{
  color: rgb(161 117 255 / 0.9) !important;
}

.hover\:text-purple-400\/95:hover{
  color: rgb(161 117 255 / 0.95) !important;
}

.hover\:text-purple-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(246 242 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-50\/0:hover{
  color: rgb(246 242 255 / 0) !important;
}

.hover\:text-purple-50\/10:hover{
  color: rgb(246 242 255 / 0.1) !important;
}

.hover\:text-purple-50\/100:hover{
  color: rgb(246 242 255 / 1) !important;
}

.hover\:text-purple-50\/15:hover{
  color: rgb(246 242 255 / 0.15) !important;
}

.hover\:text-purple-50\/20:hover{
  color: rgb(246 242 255 / 0.2) !important;
}

.hover\:text-purple-50\/25:hover{
  color: rgb(246 242 255 / 0.25) !important;
}

.hover\:text-purple-50\/30:hover{
  color: rgb(246 242 255 / 0.3) !important;
}

.hover\:text-purple-50\/35:hover{
  color: rgb(246 242 255 / 0.35) !important;
}

.hover\:text-purple-50\/40:hover{
  color: rgb(246 242 255 / 0.4) !important;
}

.hover\:text-purple-50\/45:hover{
  color: rgb(246 242 255 / 0.45) !important;
}

.hover\:text-purple-50\/5:hover{
  color: rgb(246 242 255 / 0.05) !important;
}

.hover\:text-purple-50\/50:hover{
  color: rgb(246 242 255 / 0.5) !important;
}

.hover\:text-purple-50\/55:hover{
  color: rgb(246 242 255 / 0.55) !important;
}

.hover\:text-purple-50\/60:hover{
  color: rgb(246 242 255 / 0.6) !important;
}

.hover\:text-purple-50\/65:hover{
  color: rgb(246 242 255 / 0.65) !important;
}

.hover\:text-purple-50\/70:hover{
  color: rgb(246 242 255 / 0.7) !important;
}

.hover\:text-purple-50\/75:hover{
  color: rgb(246 242 255 / 0.75) !important;
}

.hover\:text-purple-50\/80:hover{
  color: rgb(246 242 255 / 0.8) !important;
}

.hover\:text-purple-50\/85:hover{
  color: rgb(246 242 255 / 0.85) !important;
}

.hover\:text-purple-50\/90:hover{
  color: rgb(246 242 255 / 0.9) !important;
}

.hover\:text-purple-50\/95:hover{
  color: rgb(246 242 255 / 0.95) !important;
}

.hover\:text-purple-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-500\/0:hover{
  color: rgb(161 117 255 / 0) !important;
}

.hover\:text-purple-500\/10:hover{
  color: rgb(161 117 255 / 0.1) !important;
}

.hover\:text-purple-500\/100:hover{
  color: rgb(161 117 255 / 1) !important;
}

.hover\:text-purple-500\/15:hover{
  color: rgb(161 117 255 / 0.15) !important;
}

.hover\:text-purple-500\/20:hover{
  color: rgb(161 117 255 / 0.2) !important;
}

.hover\:text-purple-500\/25:hover{
  color: rgb(161 117 255 / 0.25) !important;
}

.hover\:text-purple-500\/30:hover{
  color: rgb(161 117 255 / 0.3) !important;
}

.hover\:text-purple-500\/35:hover{
  color: rgb(161 117 255 / 0.35) !important;
}

.hover\:text-purple-500\/40:hover{
  color: rgb(161 117 255 / 0.4) !important;
}

.hover\:text-purple-500\/45:hover{
  color: rgb(161 117 255 / 0.45) !important;
}

.hover\:text-purple-500\/5:hover{
  color: rgb(161 117 255 / 0.05) !important;
}

.hover\:text-purple-500\/50:hover{
  color: rgb(161 117 255 / 0.5) !important;
}

.hover\:text-purple-500\/55:hover{
  color: rgb(161 117 255 / 0.55) !important;
}

.hover\:text-purple-500\/60:hover{
  color: rgb(161 117 255 / 0.6) !important;
}

.hover\:text-purple-500\/65:hover{
  color: rgb(161 117 255 / 0.65) !important;
}

.hover\:text-purple-500\/70:hover{
  color: rgb(161 117 255 / 0.7) !important;
}

.hover\:text-purple-500\/75:hover{
  color: rgb(161 117 255 / 0.75) !important;
}

.hover\:text-purple-500\/80:hover{
  color: rgb(161 117 255 / 0.8) !important;
}

.hover\:text-purple-500\/85:hover{
  color: rgb(161 117 255 / 0.85) !important;
}

.hover\:text-purple-500\/90:hover{
  color: rgb(161 117 255 / 0.9) !important;
}

.hover\:text-purple-500\/95:hover{
  color: rgb(161 117 255 / 0.95) !important;
}

.hover\:text-purple-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(135 50 245 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-600\/0:hover{
  color: rgb(135 50 245 / 0) !important;
}

.hover\:text-purple-600\/10:hover{
  color: rgb(135 50 245 / 0.1) !important;
}

.hover\:text-purple-600\/100:hover{
  color: rgb(135 50 245 / 1) !important;
}

.hover\:text-purple-600\/15:hover{
  color: rgb(135 50 245 / 0.15) !important;
}

.hover\:text-purple-600\/20:hover{
  color: rgb(135 50 245 / 0.2) !important;
}

.hover\:text-purple-600\/25:hover{
  color: rgb(135 50 245 / 0.25) !important;
}

.hover\:text-purple-600\/30:hover{
  color: rgb(135 50 245 / 0.3) !important;
}

.hover\:text-purple-600\/35:hover{
  color: rgb(135 50 245 / 0.35) !important;
}

.hover\:text-purple-600\/40:hover{
  color: rgb(135 50 245 / 0.4) !important;
}

.hover\:text-purple-600\/45:hover{
  color: rgb(135 50 245 / 0.45) !important;
}

.hover\:text-purple-600\/5:hover{
  color: rgb(135 50 245 / 0.05) !important;
}

.hover\:text-purple-600\/50:hover{
  color: rgb(135 50 245 / 0.5) !important;
}

.hover\:text-purple-600\/55:hover{
  color: rgb(135 50 245 / 0.55) !important;
}

.hover\:text-purple-600\/60:hover{
  color: rgb(135 50 245 / 0.6) !important;
}

.hover\:text-purple-600\/65:hover{
  color: rgb(135 50 245 / 0.65) !important;
}

.hover\:text-purple-600\/70:hover{
  color: rgb(135 50 245 / 0.7) !important;
}

.hover\:text-purple-600\/75:hover{
  color: rgb(135 50 245 / 0.75) !important;
}

.hover\:text-purple-600\/80:hover{
  color: rgb(135 50 245 / 0.8) !important;
}

.hover\:text-purple-600\/85:hover{
  color: rgb(135 50 245 / 0.85) !important;
}

.hover\:text-purple-600\/90:hover{
  color: rgb(135 50 245 / 0.9) !important;
}

.hover\:text-purple-600\/95:hover{
  color: rgb(135 50 245 / 0.95) !important;
}

.hover\:text-purple-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(120 32 225 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-700\/0:hover{
  color: rgb(120 32 225 / 0) !important;
}

.hover\:text-purple-700\/10:hover{
  color: rgb(120 32 225 / 0.1) !important;
}

.hover\:text-purple-700\/100:hover{
  color: rgb(120 32 225 / 1) !important;
}

.hover\:text-purple-700\/15:hover{
  color: rgb(120 32 225 / 0.15) !important;
}

.hover\:text-purple-700\/20:hover{
  color: rgb(120 32 225 / 0.2) !important;
}

.hover\:text-purple-700\/25:hover{
  color: rgb(120 32 225 / 0.25) !important;
}

.hover\:text-purple-700\/30:hover{
  color: rgb(120 32 225 / 0.3) !important;
}

.hover\:text-purple-700\/35:hover{
  color: rgb(120 32 225 / 0.35) !important;
}

.hover\:text-purple-700\/40:hover{
  color: rgb(120 32 225 / 0.4) !important;
}

.hover\:text-purple-700\/45:hover{
  color: rgb(120 32 225 / 0.45) !important;
}

.hover\:text-purple-700\/5:hover{
  color: rgb(120 32 225 / 0.05) !important;
}

.hover\:text-purple-700\/50:hover{
  color: rgb(120 32 225 / 0.5) !important;
}

.hover\:text-purple-700\/55:hover{
  color: rgb(120 32 225 / 0.55) !important;
}

.hover\:text-purple-700\/60:hover{
  color: rgb(120 32 225 / 0.6) !important;
}

.hover\:text-purple-700\/65:hover{
  color: rgb(120 32 225 / 0.65) !important;
}

.hover\:text-purple-700\/70:hover{
  color: rgb(120 32 225 / 0.7) !important;
}

.hover\:text-purple-700\/75:hover{
  color: rgb(120 32 225 / 0.75) !important;
}

.hover\:text-purple-700\/80:hover{
  color: rgb(120 32 225 / 0.8) !important;
}

.hover\:text-purple-700\/85:hover{
  color: rgb(120 32 225 / 0.85) !important;
}

.hover\:text-purple-700\/90:hover{
  color: rgb(120 32 225 / 0.9) !important;
}

.hover\:text-purple-700\/95:hover{
  color: rgb(120 32 225 / 0.95) !important;
}

.hover\:text-purple-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(101 26 189 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-800\/0:hover{
  color: rgb(101 26 189 / 0) !important;
}

.hover\:text-purple-800\/10:hover{
  color: rgb(101 26 189 / 0.1) !important;
}

.hover\:text-purple-800\/100:hover{
  color: rgb(101 26 189 / 1) !important;
}

.hover\:text-purple-800\/15:hover{
  color: rgb(101 26 189 / 0.15) !important;
}

.hover\:text-purple-800\/20:hover{
  color: rgb(101 26 189 / 0.2) !important;
}

.hover\:text-purple-800\/25:hover{
  color: rgb(101 26 189 / 0.25) !important;
}

.hover\:text-purple-800\/30:hover{
  color: rgb(101 26 189 / 0.3) !important;
}

.hover\:text-purple-800\/35:hover{
  color: rgb(101 26 189 / 0.35) !important;
}

.hover\:text-purple-800\/40:hover{
  color: rgb(101 26 189 / 0.4) !important;
}

.hover\:text-purple-800\/45:hover{
  color: rgb(101 26 189 / 0.45) !important;
}

.hover\:text-purple-800\/5:hover{
  color: rgb(101 26 189 / 0.05) !important;
}

.hover\:text-purple-800\/50:hover{
  color: rgb(101 26 189 / 0.5) !important;
}

.hover\:text-purple-800\/55:hover{
  color: rgb(101 26 189 / 0.55) !important;
}

.hover\:text-purple-800\/60:hover{
  color: rgb(101 26 189 / 0.6) !important;
}

.hover\:text-purple-800\/65:hover{
  color: rgb(101 26 189 / 0.65) !important;
}

.hover\:text-purple-800\/70:hover{
  color: rgb(101 26 189 / 0.7) !important;
}

.hover\:text-purple-800\/75:hover{
  color: rgb(101 26 189 / 0.75) !important;
}

.hover\:text-purple-800\/80:hover{
  color: rgb(101 26 189 / 0.8) !important;
}

.hover\:text-purple-800\/85:hover{
  color: rgb(101 26 189 / 0.85) !important;
}

.hover\:text-purple-800\/90:hover{
  color: rgb(101 26 189 / 0.9) !important;
}

.hover\:text-purple-800\/95:hover{
  color: rgb(101 26 189 / 0.95) !important;
}

.hover\:text-purple-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(84 24 154 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-900\/0:hover{
  color: rgb(84 24 154 / 0) !important;
}

.hover\:text-purple-900\/10:hover{
  color: rgb(84 24 154 / 0.1) !important;
}

.hover\:text-purple-900\/100:hover{
  color: rgb(84 24 154 / 1) !important;
}

.hover\:text-purple-900\/15:hover{
  color: rgb(84 24 154 / 0.15) !important;
}

.hover\:text-purple-900\/20:hover{
  color: rgb(84 24 154 / 0.2) !important;
}

.hover\:text-purple-900\/25:hover{
  color: rgb(84 24 154 / 0.25) !important;
}

.hover\:text-purple-900\/30:hover{
  color: rgb(84 24 154 / 0.3) !important;
}

.hover\:text-purple-900\/35:hover{
  color: rgb(84 24 154 / 0.35) !important;
}

.hover\:text-purple-900\/40:hover{
  color: rgb(84 24 154 / 0.4) !important;
}

.hover\:text-purple-900\/45:hover{
  color: rgb(84 24 154 / 0.45) !important;
}

.hover\:text-purple-900\/5:hover{
  color: rgb(84 24 154 / 0.05) !important;
}

.hover\:text-purple-900\/50:hover{
  color: rgb(84 24 154 / 0.5) !important;
}

.hover\:text-purple-900\/55:hover{
  color: rgb(84 24 154 / 0.55) !important;
}

.hover\:text-purple-900\/60:hover{
  color: rgb(84 24 154 / 0.6) !important;
}

.hover\:text-purple-900\/65:hover{
  color: rgb(84 24 154 / 0.65) !important;
}

.hover\:text-purple-900\/70:hover{
  color: rgb(84 24 154 / 0.7) !important;
}

.hover\:text-purple-900\/75:hover{
  color: rgb(84 24 154 / 0.75) !important;
}

.hover\:text-purple-900\/80:hover{
  color: rgb(84 24 154 / 0.8) !important;
}

.hover\:text-purple-900\/85:hover{
  color: rgb(84 24 154 / 0.85) !important;
}

.hover\:text-purple-900\/90:hover{
  color: rgb(84 24 154 / 0.9) !important;
}

.hover\:text-purple-900\/95:hover{
  color: rgb(84 24 154 / 0.95) !important;
}

.hover\:text-purple-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(51 12 105 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-purple-950\/0:hover{
  color: rgb(51 12 105 / 0) !important;
}

.hover\:text-purple-950\/10:hover{
  color: rgb(51 12 105 / 0.1) !important;
}

.hover\:text-purple-950\/100:hover{
  color: rgb(51 12 105 / 1) !important;
}

.hover\:text-purple-950\/15:hover{
  color: rgb(51 12 105 / 0.15) !important;
}

.hover\:text-purple-950\/20:hover{
  color: rgb(51 12 105 / 0.2) !important;
}

.hover\:text-purple-950\/25:hover{
  color: rgb(51 12 105 / 0.25) !important;
}

.hover\:text-purple-950\/30:hover{
  color: rgb(51 12 105 / 0.3) !important;
}

.hover\:text-purple-950\/35:hover{
  color: rgb(51 12 105 / 0.35) !important;
}

.hover\:text-purple-950\/40:hover{
  color: rgb(51 12 105 / 0.4) !important;
}

.hover\:text-purple-950\/45:hover{
  color: rgb(51 12 105 / 0.45) !important;
}

.hover\:text-purple-950\/5:hover{
  color: rgb(51 12 105 / 0.05) !important;
}

.hover\:text-purple-950\/50:hover{
  color: rgb(51 12 105 / 0.5) !important;
}

.hover\:text-purple-950\/55:hover{
  color: rgb(51 12 105 / 0.55) !important;
}

.hover\:text-purple-950\/60:hover{
  color: rgb(51 12 105 / 0.6) !important;
}

.hover\:text-purple-950\/65:hover{
  color: rgb(51 12 105 / 0.65) !important;
}

.hover\:text-purple-950\/70:hover{
  color: rgb(51 12 105 / 0.7) !important;
}

.hover\:text-purple-950\/75:hover{
  color: rgb(51 12 105 / 0.75) !important;
}

.hover\:text-purple-950\/80:hover{
  color: rgb(51 12 105 / 0.8) !important;
}

.hover\:text-purple-950\/85:hover{
  color: rgb(51 12 105 / 0.85) !important;
}

.hover\:text-purple-950\/90:hover{
  color: rgb(51 12 105 / 0.9) !important;
}

.hover\:text-purple-950\/95:hover{
  color: rgb(51 12 105 / 0.95) !important;
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 227 231 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-100\/0:hover{
  color: rgb(255 227 231 / 0) !important;
}

.hover\:text-red-100\/10:hover{
  color: rgb(255 227 231 / 0.1) !important;
}

.hover\:text-red-100\/100:hover{
  color: rgb(255 227 231 / 1) !important;
}

.hover\:text-red-100\/15:hover{
  color: rgb(255 227 231 / 0.15) !important;
}

.hover\:text-red-100\/20:hover{
  color: rgb(255 227 231 / 0.2) !important;
}

.hover\:text-red-100\/25:hover{
  color: rgb(255 227 231 / 0.25) !important;
}

.hover\:text-red-100\/30:hover{
  color: rgb(255 227 231 / 0.3) !important;
}

.hover\:text-red-100\/35:hover{
  color: rgb(255 227 231 / 0.35) !important;
}

.hover\:text-red-100\/40:hover{
  color: rgb(255 227 231 / 0.4) !important;
}

.hover\:text-red-100\/45:hover{
  color: rgb(255 227 231 / 0.45) !important;
}

.hover\:text-red-100\/5:hover{
  color: rgb(255 227 231 / 0.05) !important;
}

.hover\:text-red-100\/50:hover{
  color: rgb(255 227 231 / 0.5) !important;
}

.hover\:text-red-100\/55:hover{
  color: rgb(255 227 231 / 0.55) !important;
}

.hover\:text-red-100\/60:hover{
  color: rgb(255 227 231 / 0.6) !important;
}

.hover\:text-red-100\/65:hover{
  color: rgb(255 227 231 / 0.65) !important;
}

.hover\:text-red-100\/70:hover{
  color: rgb(255 227 231 / 0.7) !important;
}

.hover\:text-red-100\/75:hover{
  color: rgb(255 227 231 / 0.75) !important;
}

.hover\:text-red-100\/80:hover{
  color: rgb(255 227 231 / 0.8) !important;
}

.hover\:text-red-100\/85:hover{
  color: rgb(255 227 231 / 0.85) !important;
}

.hover\:text-red-100\/90:hover{
  color: rgb(255 227 231 / 0.9) !important;
}

.hover\:text-red-100\/95:hover{
  color: rgb(255 227 231 / 0.95) !important;
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 214 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-200\/0:hover{
  color: rgb(255 203 214 / 0) !important;
}

.hover\:text-red-200\/10:hover{
  color: rgb(255 203 214 / 0.1) !important;
}

.hover\:text-red-200\/100:hover{
  color: rgb(255 203 214 / 1) !important;
}

.hover\:text-red-200\/15:hover{
  color: rgb(255 203 214 / 0.15) !important;
}

.hover\:text-red-200\/20:hover{
  color: rgb(255 203 214 / 0.2) !important;
}

.hover\:text-red-200\/25:hover{
  color: rgb(255 203 214 / 0.25) !important;
}

.hover\:text-red-200\/30:hover{
  color: rgb(255 203 214 / 0.3) !important;
}

.hover\:text-red-200\/35:hover{
  color: rgb(255 203 214 / 0.35) !important;
}

.hover\:text-red-200\/40:hover{
  color: rgb(255 203 214 / 0.4) !important;
}

.hover\:text-red-200\/45:hover{
  color: rgb(255 203 214 / 0.45) !important;
}

.hover\:text-red-200\/5:hover{
  color: rgb(255 203 214 / 0.05) !important;
}

.hover\:text-red-200\/50:hover{
  color: rgb(255 203 214 / 0.5) !important;
}

.hover\:text-red-200\/55:hover{
  color: rgb(255 203 214 / 0.55) !important;
}

.hover\:text-red-200\/60:hover{
  color: rgb(255 203 214 / 0.6) !important;
}

.hover\:text-red-200\/65:hover{
  color: rgb(255 203 214 / 0.65) !important;
}

.hover\:text-red-200\/70:hover{
  color: rgb(255 203 214 / 0.7) !important;
}

.hover\:text-red-200\/75:hover{
  color: rgb(255 203 214 / 0.75) !important;
}

.hover\:text-red-200\/80:hover{
  color: rgb(255 203 214 / 0.8) !important;
}

.hover\:text-red-200\/85:hover{
  color: rgb(255 203 214 / 0.85) !important;
}

.hover\:text-red-200\/90:hover{
  color: rgb(255 203 214 / 0.9) !important;
}

.hover\:text-red-200\/95:hover{
  color: rgb(255 203 214 / 0.95) !important;
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 161 180 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-300\/0:hover{
  color: rgb(255 161 180 / 0) !important;
}

.hover\:text-red-300\/10:hover{
  color: rgb(255 161 180 / 0.1) !important;
}

.hover\:text-red-300\/100:hover{
  color: rgb(255 161 180 / 1) !important;
}

.hover\:text-red-300\/15:hover{
  color: rgb(255 161 180 / 0.15) !important;
}

.hover\:text-red-300\/20:hover{
  color: rgb(255 161 180 / 0.2) !important;
}

.hover\:text-red-300\/25:hover{
  color: rgb(255 161 180 / 0.25) !important;
}

.hover\:text-red-300\/30:hover{
  color: rgb(255 161 180 / 0.3) !important;
}

.hover\:text-red-300\/35:hover{
  color: rgb(255 161 180 / 0.35) !important;
}

.hover\:text-red-300\/40:hover{
  color: rgb(255 161 180 / 0.4) !important;
}

.hover\:text-red-300\/45:hover{
  color: rgb(255 161 180 / 0.45) !important;
}

.hover\:text-red-300\/5:hover{
  color: rgb(255 161 180 / 0.05) !important;
}

.hover\:text-red-300\/50:hover{
  color: rgb(255 161 180 / 0.5) !important;
}

.hover\:text-red-300\/55:hover{
  color: rgb(255 161 180 / 0.55) !important;
}

.hover\:text-red-300\/60:hover{
  color: rgb(255 161 180 / 0.6) !important;
}

.hover\:text-red-300\/65:hover{
  color: rgb(255 161 180 / 0.65) !important;
}

.hover\:text-red-300\/70:hover{
  color: rgb(255 161 180 / 0.7) !important;
}

.hover\:text-red-300\/75:hover{
  color: rgb(255 161 180 / 0.75) !important;
}

.hover\:text-red-300\/80:hover{
  color: rgb(255 161 180 / 0.8) !important;
}

.hover\:text-red-300\/85:hover{
  color: rgb(255 161 180 / 0.85) !important;
}

.hover\:text-red-300\/90:hover{
  color: rgb(255 161 180 / 0.9) !important;
}

.hover\:text-red-300\/95:hover{
  color: rgb(255 161 180 / 0.95) !important;
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 108 139 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-400\/0:hover{
  color: rgb(255 108 139 / 0) !important;
}

.hover\:text-red-400\/10:hover{
  color: rgb(255 108 139 / 0.1) !important;
}

.hover\:text-red-400\/100:hover{
  color: rgb(255 108 139 / 1) !important;
}

.hover\:text-red-400\/15:hover{
  color: rgb(255 108 139 / 0.15) !important;
}

.hover\:text-red-400\/20:hover{
  color: rgb(255 108 139 / 0.2) !important;
}

.hover\:text-red-400\/25:hover{
  color: rgb(255 108 139 / 0.25) !important;
}

.hover\:text-red-400\/30:hover{
  color: rgb(255 108 139 / 0.3) !important;
}

.hover\:text-red-400\/35:hover{
  color: rgb(255 108 139 / 0.35) !important;
}

.hover\:text-red-400\/40:hover{
  color: rgb(255 108 139 / 0.4) !important;
}

.hover\:text-red-400\/45:hover{
  color: rgb(255 108 139 / 0.45) !important;
}

.hover\:text-red-400\/5:hover{
  color: rgb(255 108 139 / 0.05) !important;
}

.hover\:text-red-400\/50:hover{
  color: rgb(255 108 139 / 0.5) !important;
}

.hover\:text-red-400\/55:hover{
  color: rgb(255 108 139 / 0.55) !important;
}

.hover\:text-red-400\/60:hover{
  color: rgb(255 108 139 / 0.6) !important;
}

.hover\:text-red-400\/65:hover{
  color: rgb(255 108 139 / 0.65) !important;
}

.hover\:text-red-400\/70:hover{
  color: rgb(255 108 139 / 0.7) !important;
}

.hover\:text-red-400\/75:hover{
  color: rgb(255 108 139 / 0.75) !important;
}

.hover\:text-red-400\/80:hover{
  color: rgb(255 108 139 / 0.8) !important;
}

.hover\:text-red-400\/85:hover{
  color: rgb(255 108 139 / 0.85) !important;
}

.hover\:text-red-400\/90:hover{
  color: rgb(255 108 139 / 0.9) !important;
}

.hover\:text-red-400\/95:hover{
  color: rgb(255 108 139 / 0.95) !important;
}

.hover\:text-red-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 240 243 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-50\/0:hover{
  color: rgb(255 240 243 / 0) !important;
}

.hover\:text-red-50\/10:hover{
  color: rgb(255 240 243 / 0.1) !important;
}

.hover\:text-red-50\/100:hover{
  color: rgb(255 240 243 / 1) !important;
}

.hover\:text-red-50\/15:hover{
  color: rgb(255 240 243 / 0.15) !important;
}

.hover\:text-red-50\/20:hover{
  color: rgb(255 240 243 / 0.2) !important;
}

.hover\:text-red-50\/25:hover{
  color: rgb(255 240 243 / 0.25) !important;
}

.hover\:text-red-50\/30:hover{
  color: rgb(255 240 243 / 0.3) !important;
}

.hover\:text-red-50\/35:hover{
  color: rgb(255 240 243 / 0.35) !important;
}

.hover\:text-red-50\/40:hover{
  color: rgb(255 240 243 / 0.4) !important;
}

.hover\:text-red-50\/45:hover{
  color: rgb(255 240 243 / 0.45) !important;
}

.hover\:text-red-50\/5:hover{
  color: rgb(255 240 243 / 0.05) !important;
}

.hover\:text-red-50\/50:hover{
  color: rgb(255 240 243 / 0.5) !important;
}

.hover\:text-red-50\/55:hover{
  color: rgb(255 240 243 / 0.55) !important;
}

.hover\:text-red-50\/60:hover{
  color: rgb(255 240 243 / 0.6) !important;
}

.hover\:text-red-50\/65:hover{
  color: rgb(255 240 243 / 0.65) !important;
}

.hover\:text-red-50\/70:hover{
  color: rgb(255 240 243 / 0.7) !important;
}

.hover\:text-red-50\/75:hover{
  color: rgb(255 240 243 / 0.75) !important;
}

.hover\:text-red-50\/80:hover{
  color: rgb(255 240 243 / 0.8) !important;
}

.hover\:text-red-50\/85:hover{
  color: rgb(255 240 243 / 0.85) !important;
}

.hover\:text-red-50\/90:hover{
  color: rgb(255 240 243 / 0.9) !important;
}

.hover\:text-red-50\/95:hover{
  color: rgb(255 240 243 / 0.95) !important;
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-500\/0:hover{
  color: rgb(250 34 86 / 0) !important;
}

.hover\:text-red-500\/10:hover{
  color: rgb(250 34 86 / 0.1) !important;
}

.hover\:text-red-500\/100:hover{
  color: rgb(250 34 86 / 1) !important;
}

.hover\:text-red-500\/15:hover{
  color: rgb(250 34 86 / 0.15) !important;
}

.hover\:text-red-500\/20:hover{
  color: rgb(250 34 86 / 0.2) !important;
}

.hover\:text-red-500\/25:hover{
  color: rgb(250 34 86 / 0.25) !important;
}

.hover\:text-red-500\/30:hover{
  color: rgb(250 34 86 / 0.3) !important;
}

.hover\:text-red-500\/35:hover{
  color: rgb(250 34 86 / 0.35) !important;
}

.hover\:text-red-500\/40:hover{
  color: rgb(250 34 86 / 0.4) !important;
}

.hover\:text-red-500\/45:hover{
  color: rgb(250 34 86 / 0.45) !important;
}

.hover\:text-red-500\/5:hover{
  color: rgb(250 34 86 / 0.05) !important;
}

.hover\:text-red-500\/50:hover{
  color: rgb(250 34 86 / 0.5) !important;
}

.hover\:text-red-500\/55:hover{
  color: rgb(250 34 86 / 0.55) !important;
}

.hover\:text-red-500\/60:hover{
  color: rgb(250 34 86 / 0.6) !important;
}

.hover\:text-red-500\/65:hover{
  color: rgb(250 34 86 / 0.65) !important;
}

.hover\:text-red-500\/70:hover{
  color: rgb(250 34 86 / 0.7) !important;
}

.hover\:text-red-500\/75:hover{
  color: rgb(250 34 86 / 0.75) !important;
}

.hover\:text-red-500\/80:hover{
  color: rgb(250 34 86 / 0.8) !important;
}

.hover\:text-red-500\/85:hover{
  color: rgb(250 34 86 / 0.85) !important;
}

.hover\:text-red-500\/90:hover{
  color: rgb(250 34 86 / 0.9) !important;
}

.hover\:text-red-500\/95:hover{
  color: rgb(250 34 86 / 0.95) !important;
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(232 22 83 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-600\/0:hover{
  color: rgb(232 22 83 / 0) !important;
}

.hover\:text-red-600\/10:hover{
  color: rgb(232 22 83 / 0.1) !important;
}

.hover\:text-red-600\/100:hover{
  color: rgb(232 22 83 / 1) !important;
}

.hover\:text-red-600\/15:hover{
  color: rgb(232 22 83 / 0.15) !important;
}

.hover\:text-red-600\/20:hover{
  color: rgb(232 22 83 / 0.2) !important;
}

.hover\:text-red-600\/25:hover{
  color: rgb(232 22 83 / 0.25) !important;
}

.hover\:text-red-600\/30:hover{
  color: rgb(232 22 83 / 0.3) !important;
}

.hover\:text-red-600\/35:hover{
  color: rgb(232 22 83 / 0.35) !important;
}

.hover\:text-red-600\/40:hover{
  color: rgb(232 22 83 / 0.4) !important;
}

.hover\:text-red-600\/45:hover{
  color: rgb(232 22 83 / 0.45) !important;
}

.hover\:text-red-600\/5:hover{
  color: rgb(232 22 83 / 0.05) !important;
}

.hover\:text-red-600\/50:hover{
  color: rgb(232 22 83 / 0.5) !important;
}

.hover\:text-red-600\/55:hover{
  color: rgb(232 22 83 / 0.55) !important;
}

.hover\:text-red-600\/60:hover{
  color: rgb(232 22 83 / 0.6) !important;
}

.hover\:text-red-600\/65:hover{
  color: rgb(232 22 83 / 0.65) !important;
}

.hover\:text-red-600\/70:hover{
  color: rgb(232 22 83 / 0.7) !important;
}

.hover\:text-red-600\/75:hover{
  color: rgb(232 22 83 / 0.75) !important;
}

.hover\:text-red-600\/80:hover{
  color: rgb(232 22 83 / 0.8) !important;
}

.hover\:text-red-600\/85:hover{
  color: rgb(232 22 83 / 0.85) !important;
}

.hover\:text-red-600\/90:hover{
  color: rgb(232 22 83 / 0.9) !important;
}

.hover\:text-red-600\/95:hover{
  color: rgb(232 22 83 / 0.95) !important;
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(196 12 70 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-700\/0:hover{
  color: rgb(196 12 70 / 0) !important;
}

.hover\:text-red-700\/10:hover{
  color: rgb(196 12 70 / 0.1) !important;
}

.hover\:text-red-700\/100:hover{
  color: rgb(196 12 70 / 1) !important;
}

.hover\:text-red-700\/15:hover{
  color: rgb(196 12 70 / 0.15) !important;
}

.hover\:text-red-700\/20:hover{
  color: rgb(196 12 70 / 0.2) !important;
}

.hover\:text-red-700\/25:hover{
  color: rgb(196 12 70 / 0.25) !important;
}

.hover\:text-red-700\/30:hover{
  color: rgb(196 12 70 / 0.3) !important;
}

.hover\:text-red-700\/35:hover{
  color: rgb(196 12 70 / 0.35) !important;
}

.hover\:text-red-700\/40:hover{
  color: rgb(196 12 70 / 0.4) !important;
}

.hover\:text-red-700\/45:hover{
  color: rgb(196 12 70 / 0.45) !important;
}

.hover\:text-red-700\/5:hover{
  color: rgb(196 12 70 / 0.05) !important;
}

.hover\:text-red-700\/50:hover{
  color: rgb(196 12 70 / 0.5) !important;
}

.hover\:text-red-700\/55:hover{
  color: rgb(196 12 70 / 0.55) !important;
}

.hover\:text-red-700\/60:hover{
  color: rgb(196 12 70 / 0.6) !important;
}

.hover\:text-red-700\/65:hover{
  color: rgb(196 12 70 / 0.65) !important;
}

.hover\:text-red-700\/70:hover{
  color: rgb(196 12 70 / 0.7) !important;
}

.hover\:text-red-700\/75:hover{
  color: rgb(196 12 70 / 0.75) !important;
}

.hover\:text-red-700\/80:hover{
  color: rgb(196 12 70 / 0.8) !important;
}

.hover\:text-red-700\/85:hover{
  color: rgb(196 12 70 / 0.85) !important;
}

.hover\:text-red-700\/90:hover{
  color: rgb(196 12 70 / 0.9) !important;
}

.hover\:text-red-700\/95:hover{
  color: rgb(196 12 70 / 0.95) !important;
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(164 13 65 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-800\/0:hover{
  color: rgb(164 13 65 / 0) !important;
}

.hover\:text-red-800\/10:hover{
  color: rgb(164 13 65 / 0.1) !important;
}

.hover\:text-red-800\/100:hover{
  color: rgb(164 13 65 / 1) !important;
}

.hover\:text-red-800\/15:hover{
  color: rgb(164 13 65 / 0.15) !important;
}

.hover\:text-red-800\/20:hover{
  color: rgb(164 13 65 / 0.2) !important;
}

.hover\:text-red-800\/25:hover{
  color: rgb(164 13 65 / 0.25) !important;
}

.hover\:text-red-800\/30:hover{
  color: rgb(164 13 65 / 0.3) !important;
}

.hover\:text-red-800\/35:hover{
  color: rgb(164 13 65 / 0.35) !important;
}

.hover\:text-red-800\/40:hover{
  color: rgb(164 13 65 / 0.4) !important;
}

.hover\:text-red-800\/45:hover{
  color: rgb(164 13 65 / 0.45) !important;
}

.hover\:text-red-800\/5:hover{
  color: rgb(164 13 65 / 0.05) !important;
}

.hover\:text-red-800\/50:hover{
  color: rgb(164 13 65 / 0.5) !important;
}

.hover\:text-red-800\/55:hover{
  color: rgb(164 13 65 / 0.55) !important;
}

.hover\:text-red-800\/60:hover{
  color: rgb(164 13 65 / 0.6) !important;
}

.hover\:text-red-800\/65:hover{
  color: rgb(164 13 65 / 0.65) !important;
}

.hover\:text-red-800\/70:hover{
  color: rgb(164 13 65 / 0.7) !important;
}

.hover\:text-red-800\/75:hover{
  color: rgb(164 13 65 / 0.75) !important;
}

.hover\:text-red-800\/80:hover{
  color: rgb(164 13 65 / 0.8) !important;
}

.hover\:text-red-800\/85:hover{
  color: rgb(164 13 65 / 0.85) !important;
}

.hover\:text-red-800\/90:hover{
  color: rgb(164 13 65 / 0.9) !important;
}

.hover\:text-red-800\/95:hover{
  color: rgb(164 13 65 / 0.95) !important;
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(140 15 62 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-900\/0:hover{
  color: rgb(140 15 62 / 0) !important;
}

.hover\:text-red-900\/10:hover{
  color: rgb(140 15 62 / 0.1) !important;
}

.hover\:text-red-900\/100:hover{
  color: rgb(140 15 62 / 1) !important;
}

.hover\:text-red-900\/15:hover{
  color: rgb(140 15 62 / 0.15) !important;
}

.hover\:text-red-900\/20:hover{
  color: rgb(140 15 62 / 0.2) !important;
}

.hover\:text-red-900\/25:hover{
  color: rgb(140 15 62 / 0.25) !important;
}

.hover\:text-red-900\/30:hover{
  color: rgb(140 15 62 / 0.3) !important;
}

.hover\:text-red-900\/35:hover{
  color: rgb(140 15 62 / 0.35) !important;
}

.hover\:text-red-900\/40:hover{
  color: rgb(140 15 62 / 0.4) !important;
}

.hover\:text-red-900\/45:hover{
  color: rgb(140 15 62 / 0.45) !important;
}

.hover\:text-red-900\/5:hover{
  color: rgb(140 15 62 / 0.05) !important;
}

.hover\:text-red-900\/50:hover{
  color: rgb(140 15 62 / 0.5) !important;
}

.hover\:text-red-900\/55:hover{
  color: rgb(140 15 62 / 0.55) !important;
}

.hover\:text-red-900\/60:hover{
  color: rgb(140 15 62 / 0.6) !important;
}

.hover\:text-red-900\/65:hover{
  color: rgb(140 15 62 / 0.65) !important;
}

.hover\:text-red-900\/70:hover{
  color: rgb(140 15 62 / 0.7) !important;
}

.hover\:text-red-900\/75:hover{
  color: rgb(140 15 62 / 0.75) !important;
}

.hover\:text-red-900\/80:hover{
  color: rgb(140 15 62 / 0.8) !important;
}

.hover\:text-red-900\/85:hover{
  color: rgb(140 15 62 / 0.85) !important;
}

.hover\:text-red-900\/90:hover{
  color: rgb(140 15 62 / 0.9) !important;
}

.hover\:text-red-900\/95:hover{
  color: rgb(140 15 62 / 0.95) !important;
}

.hover\:text-red-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(79 2 29 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-950\/0:hover{
  color: rgb(79 2 29 / 0) !important;
}

.hover\:text-red-950\/10:hover{
  color: rgb(79 2 29 / 0.1) !important;
}

.hover\:text-red-950\/100:hover{
  color: rgb(79 2 29 / 1) !important;
}

.hover\:text-red-950\/15:hover{
  color: rgb(79 2 29 / 0.15) !important;
}

.hover\:text-red-950\/20:hover{
  color: rgb(79 2 29 / 0.2) !important;
}

.hover\:text-red-950\/25:hover{
  color: rgb(79 2 29 / 0.25) !important;
}

.hover\:text-red-950\/30:hover{
  color: rgb(79 2 29 / 0.3) !important;
}

.hover\:text-red-950\/35:hover{
  color: rgb(79 2 29 / 0.35) !important;
}

.hover\:text-red-950\/40:hover{
  color: rgb(79 2 29 / 0.4) !important;
}

.hover\:text-red-950\/45:hover{
  color: rgb(79 2 29 / 0.45) !important;
}

.hover\:text-red-950\/5:hover{
  color: rgb(79 2 29 / 0.05) !important;
}

.hover\:text-red-950\/50:hover{
  color: rgb(79 2 29 / 0.5) !important;
}

.hover\:text-red-950\/55:hover{
  color: rgb(79 2 29 / 0.55) !important;
}

.hover\:text-red-950\/60:hover{
  color: rgb(79 2 29 / 0.6) !important;
}

.hover\:text-red-950\/65:hover{
  color: rgb(79 2 29 / 0.65) !important;
}

.hover\:text-red-950\/70:hover{
  color: rgb(79 2 29 / 0.7) !important;
}

.hover\:text-red-950\/75:hover{
  color: rgb(79 2 29 / 0.75) !important;
}

.hover\:text-red-950\/80:hover{
  color: rgb(79 2 29 / 0.8) !important;
}

.hover\:text-red-950\/85:hover{
  color: rgb(79 2 29 / 0.85) !important;
}

.hover\:text-red-950\/90:hover{
  color: rgb(79 2 29 / 0.9) !important;
}

.hover\:text-red-950\/95:hover{
  color: rgb(79 2 29 / 0.95) !important;
}

.hover\:text-rosebrown-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(228 212 220 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-100\/0:hover{
  color: rgb(228 212 220 / 0) !important;
}

.hover\:text-rosebrown-100\/10:hover{
  color: rgb(228 212 220 / 0.1) !important;
}

.hover\:text-rosebrown-100\/100:hover{
  color: rgb(228 212 220 / 1) !important;
}

.hover\:text-rosebrown-100\/15:hover{
  color: rgb(228 212 220 / 0.15) !important;
}

.hover\:text-rosebrown-100\/20:hover{
  color: rgb(228 212 220 / 0.2) !important;
}

.hover\:text-rosebrown-100\/25:hover{
  color: rgb(228 212 220 / 0.25) !important;
}

.hover\:text-rosebrown-100\/30:hover{
  color: rgb(228 212 220 / 0.3) !important;
}

.hover\:text-rosebrown-100\/35:hover{
  color: rgb(228 212 220 / 0.35) !important;
}

.hover\:text-rosebrown-100\/40:hover{
  color: rgb(228 212 220 / 0.4) !important;
}

.hover\:text-rosebrown-100\/45:hover{
  color: rgb(228 212 220 / 0.45) !important;
}

.hover\:text-rosebrown-100\/5:hover{
  color: rgb(228 212 220 / 0.05) !important;
}

.hover\:text-rosebrown-100\/50:hover{
  color: rgb(228 212 220 / 0.5) !important;
}

.hover\:text-rosebrown-100\/55:hover{
  color: rgb(228 212 220 / 0.55) !important;
}

.hover\:text-rosebrown-100\/60:hover{
  color: rgb(228 212 220 / 0.6) !important;
}

.hover\:text-rosebrown-100\/65:hover{
  color: rgb(228 212 220 / 0.65) !important;
}

.hover\:text-rosebrown-100\/70:hover{
  color: rgb(228 212 220 / 0.7) !important;
}

.hover\:text-rosebrown-100\/75:hover{
  color: rgb(228 212 220 / 0.75) !important;
}

.hover\:text-rosebrown-100\/80:hover{
  color: rgb(228 212 220 / 0.8) !important;
}

.hover\:text-rosebrown-100\/85:hover{
  color: rgb(228 212 220 / 0.85) !important;
}

.hover\:text-rosebrown-100\/90:hover{
  color: rgb(228 212 220 / 0.9) !important;
}

.hover\:text-rosebrown-100\/95:hover{
  color: rgb(228 212 220 / 0.95) !important;
}

.hover\:text-rosebrown-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(210 184 196 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-200\/0:hover{
  color: rgb(210 184 196 / 0) !important;
}

.hover\:text-rosebrown-200\/10:hover{
  color: rgb(210 184 196 / 0.1) !important;
}

.hover\:text-rosebrown-200\/100:hover{
  color: rgb(210 184 196 / 1) !important;
}

.hover\:text-rosebrown-200\/15:hover{
  color: rgb(210 184 196 / 0.15) !important;
}

.hover\:text-rosebrown-200\/20:hover{
  color: rgb(210 184 196 / 0.2) !important;
}

.hover\:text-rosebrown-200\/25:hover{
  color: rgb(210 184 196 / 0.25) !important;
}

.hover\:text-rosebrown-200\/30:hover{
  color: rgb(210 184 196 / 0.3) !important;
}

.hover\:text-rosebrown-200\/35:hover{
  color: rgb(210 184 196 / 0.35) !important;
}

.hover\:text-rosebrown-200\/40:hover{
  color: rgb(210 184 196 / 0.4) !important;
}

.hover\:text-rosebrown-200\/45:hover{
  color: rgb(210 184 196 / 0.45) !important;
}

.hover\:text-rosebrown-200\/5:hover{
  color: rgb(210 184 196 / 0.05) !important;
}

.hover\:text-rosebrown-200\/50:hover{
  color: rgb(210 184 196 / 0.5) !important;
}

.hover\:text-rosebrown-200\/55:hover{
  color: rgb(210 184 196 / 0.55) !important;
}

.hover\:text-rosebrown-200\/60:hover{
  color: rgb(210 184 196 / 0.6) !important;
}

.hover\:text-rosebrown-200\/65:hover{
  color: rgb(210 184 196 / 0.65) !important;
}

.hover\:text-rosebrown-200\/70:hover{
  color: rgb(210 184 196 / 0.7) !important;
}

.hover\:text-rosebrown-200\/75:hover{
  color: rgb(210 184 196 / 0.75) !important;
}

.hover\:text-rosebrown-200\/80:hover{
  color: rgb(210 184 196 / 0.8) !important;
}

.hover\:text-rosebrown-200\/85:hover{
  color: rgb(210 184 196 / 0.85) !important;
}

.hover\:text-rosebrown-200\/90:hover{
  color: rgb(210 184 196 / 0.9) !important;
}

.hover\:text-rosebrown-200\/95:hover{
  color: rgb(210 184 196 / 0.95) !important;
}

.hover\:text-rosebrown-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(192 156 172 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-300\/0:hover{
  color: rgb(192 156 172 / 0) !important;
}

.hover\:text-rosebrown-300\/10:hover{
  color: rgb(192 156 172 / 0.1) !important;
}

.hover\:text-rosebrown-300\/100:hover{
  color: rgb(192 156 172 / 1) !important;
}

.hover\:text-rosebrown-300\/15:hover{
  color: rgb(192 156 172 / 0.15) !important;
}

.hover\:text-rosebrown-300\/20:hover{
  color: rgb(192 156 172 / 0.2) !important;
}

.hover\:text-rosebrown-300\/25:hover{
  color: rgb(192 156 172 / 0.25) !important;
}

.hover\:text-rosebrown-300\/30:hover{
  color: rgb(192 156 172 / 0.3) !important;
}

.hover\:text-rosebrown-300\/35:hover{
  color: rgb(192 156 172 / 0.35) !important;
}

.hover\:text-rosebrown-300\/40:hover{
  color: rgb(192 156 172 / 0.4) !important;
}

.hover\:text-rosebrown-300\/45:hover{
  color: rgb(192 156 172 / 0.45) !important;
}

.hover\:text-rosebrown-300\/5:hover{
  color: rgb(192 156 172 / 0.05) !important;
}

.hover\:text-rosebrown-300\/50:hover{
  color: rgb(192 156 172 / 0.5) !important;
}

.hover\:text-rosebrown-300\/55:hover{
  color: rgb(192 156 172 / 0.55) !important;
}

.hover\:text-rosebrown-300\/60:hover{
  color: rgb(192 156 172 / 0.6) !important;
}

.hover\:text-rosebrown-300\/65:hover{
  color: rgb(192 156 172 / 0.65) !important;
}

.hover\:text-rosebrown-300\/70:hover{
  color: rgb(192 156 172 / 0.7) !important;
}

.hover\:text-rosebrown-300\/75:hover{
  color: rgb(192 156 172 / 0.75) !important;
}

.hover\:text-rosebrown-300\/80:hover{
  color: rgb(192 156 172 / 0.8) !important;
}

.hover\:text-rosebrown-300\/85:hover{
  color: rgb(192 156 172 / 0.85) !important;
}

.hover\:text-rosebrown-300\/90:hover{
  color: rgb(192 156 172 / 0.9) !important;
}

.hover\:text-rosebrown-300\/95:hover{
  color: rgb(192 156 172 / 0.95) !important;
}

.hover\:text-rosebrown-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(179 134 155 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-400\/0:hover{
  color: rgb(179 134 155 / 0) !important;
}

.hover\:text-rosebrown-400\/10:hover{
  color: rgb(179 134 155 / 0.1) !important;
}

.hover\:text-rosebrown-400\/100:hover{
  color: rgb(179 134 155 / 1) !important;
}

.hover\:text-rosebrown-400\/15:hover{
  color: rgb(179 134 155 / 0.15) !important;
}

.hover\:text-rosebrown-400\/20:hover{
  color: rgb(179 134 155 / 0.2) !important;
}

.hover\:text-rosebrown-400\/25:hover{
  color: rgb(179 134 155 / 0.25) !important;
}

.hover\:text-rosebrown-400\/30:hover{
  color: rgb(179 134 155 / 0.3) !important;
}

.hover\:text-rosebrown-400\/35:hover{
  color: rgb(179 134 155 / 0.35) !important;
}

.hover\:text-rosebrown-400\/40:hover{
  color: rgb(179 134 155 / 0.4) !important;
}

.hover\:text-rosebrown-400\/45:hover{
  color: rgb(179 134 155 / 0.45) !important;
}

.hover\:text-rosebrown-400\/5:hover{
  color: rgb(179 134 155 / 0.05) !important;
}

.hover\:text-rosebrown-400\/50:hover{
  color: rgb(179 134 155 / 0.5) !important;
}

.hover\:text-rosebrown-400\/55:hover{
  color: rgb(179 134 155 / 0.55) !important;
}

.hover\:text-rosebrown-400\/60:hover{
  color: rgb(179 134 155 / 0.6) !important;
}

.hover\:text-rosebrown-400\/65:hover{
  color: rgb(179 134 155 / 0.65) !important;
}

.hover\:text-rosebrown-400\/70:hover{
  color: rgb(179 134 155 / 0.7) !important;
}

.hover\:text-rosebrown-400\/75:hover{
  color: rgb(179 134 155 / 0.75) !important;
}

.hover\:text-rosebrown-400\/80:hover{
  color: rgb(179 134 155 / 0.8) !important;
}

.hover\:text-rosebrown-400\/85:hover{
  color: rgb(179 134 155 / 0.85) !important;
}

.hover\:text-rosebrown-400\/90:hover{
  color: rgb(179 134 155 / 0.9) !important;
}

.hover\:text-rosebrown-400\/95:hover{
  color: rgb(179 134 155 / 0.95) !important;
}

.hover\:text-rosebrown-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(244 238 241 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-50\/0:hover{
  color: rgb(244 238 241 / 0) !important;
}

.hover\:text-rosebrown-50\/10:hover{
  color: rgb(244 238 241 / 0.1) !important;
}

.hover\:text-rosebrown-50\/100:hover{
  color: rgb(244 238 241 / 1) !important;
}

.hover\:text-rosebrown-50\/15:hover{
  color: rgb(244 238 241 / 0.15) !important;
}

.hover\:text-rosebrown-50\/20:hover{
  color: rgb(244 238 241 / 0.2) !important;
}

.hover\:text-rosebrown-50\/25:hover{
  color: rgb(244 238 241 / 0.25) !important;
}

.hover\:text-rosebrown-50\/30:hover{
  color: rgb(244 238 241 / 0.3) !important;
}

.hover\:text-rosebrown-50\/35:hover{
  color: rgb(244 238 241 / 0.35) !important;
}

.hover\:text-rosebrown-50\/40:hover{
  color: rgb(244 238 241 / 0.4) !important;
}

.hover\:text-rosebrown-50\/45:hover{
  color: rgb(244 238 241 / 0.45) !important;
}

.hover\:text-rosebrown-50\/5:hover{
  color: rgb(244 238 241 / 0.05) !important;
}

.hover\:text-rosebrown-50\/50:hover{
  color: rgb(244 238 241 / 0.5) !important;
}

.hover\:text-rosebrown-50\/55:hover{
  color: rgb(244 238 241 / 0.55) !important;
}

.hover\:text-rosebrown-50\/60:hover{
  color: rgb(244 238 241 / 0.6) !important;
}

.hover\:text-rosebrown-50\/65:hover{
  color: rgb(244 238 241 / 0.65) !important;
}

.hover\:text-rosebrown-50\/70:hover{
  color: rgb(244 238 241 / 0.7) !important;
}

.hover\:text-rosebrown-50\/75:hover{
  color: rgb(244 238 241 / 0.75) !important;
}

.hover\:text-rosebrown-50\/80:hover{
  color: rgb(244 238 241 / 0.8) !important;
}

.hover\:text-rosebrown-50\/85:hover{
  color: rgb(244 238 241 / 0.85) !important;
}

.hover\:text-rosebrown-50\/90:hover{
  color: rgb(244 238 241 / 0.9) !important;
}

.hover\:text-rosebrown-50\/95:hover{
  color: rgb(244 238 241 / 0.95) !important;
}

.hover\:text-rosebrown-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(165 113 137 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-500\/0:hover{
  color: rgb(165 113 137 / 0) !important;
}

.hover\:text-rosebrown-500\/10:hover{
  color: rgb(165 113 137 / 0.1) !important;
}

.hover\:text-rosebrown-500\/100:hover{
  color: rgb(165 113 137 / 1) !important;
}

.hover\:text-rosebrown-500\/15:hover{
  color: rgb(165 113 137 / 0.15) !important;
}

.hover\:text-rosebrown-500\/20:hover{
  color: rgb(165 113 137 / 0.2) !important;
}

.hover\:text-rosebrown-500\/25:hover{
  color: rgb(165 113 137 / 0.25) !important;
}

.hover\:text-rosebrown-500\/30:hover{
  color: rgb(165 113 137 / 0.3) !important;
}

.hover\:text-rosebrown-500\/35:hover{
  color: rgb(165 113 137 / 0.35) !important;
}

.hover\:text-rosebrown-500\/40:hover{
  color: rgb(165 113 137 / 0.4) !important;
}

.hover\:text-rosebrown-500\/45:hover{
  color: rgb(165 113 137 / 0.45) !important;
}

.hover\:text-rosebrown-500\/5:hover{
  color: rgb(165 113 137 / 0.05) !important;
}

.hover\:text-rosebrown-500\/50:hover{
  color: rgb(165 113 137 / 0.5) !important;
}

.hover\:text-rosebrown-500\/55:hover{
  color: rgb(165 113 137 / 0.55) !important;
}

.hover\:text-rosebrown-500\/60:hover{
  color: rgb(165 113 137 / 0.6) !important;
}

.hover\:text-rosebrown-500\/65:hover{
  color: rgb(165 113 137 / 0.65) !important;
}

.hover\:text-rosebrown-500\/70:hover{
  color: rgb(165 113 137 / 0.7) !important;
}

.hover\:text-rosebrown-500\/75:hover{
  color: rgb(165 113 137 / 0.75) !important;
}

.hover\:text-rosebrown-500\/80:hover{
  color: rgb(165 113 137 / 0.8) !important;
}

.hover\:text-rosebrown-500\/85:hover{
  color: rgb(165 113 137 / 0.85) !important;
}

.hover\:text-rosebrown-500\/90:hover{
  color: rgb(165 113 137 / 0.9) !important;
}

.hover\:text-rosebrown-500\/95:hover{
  color: rgb(165 113 137 / 0.95) !important;
}

.hover\:text-rosebrown-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(157 105 129 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-600\/0:hover{
  color: rgb(157 105 129 / 0) !important;
}

.hover\:text-rosebrown-600\/10:hover{
  color: rgb(157 105 129 / 0.1) !important;
}

.hover\:text-rosebrown-600\/100:hover{
  color: rgb(157 105 129 / 1) !important;
}

.hover\:text-rosebrown-600\/15:hover{
  color: rgb(157 105 129 / 0.15) !important;
}

.hover\:text-rosebrown-600\/20:hover{
  color: rgb(157 105 129 / 0.2) !important;
}

.hover\:text-rosebrown-600\/25:hover{
  color: rgb(157 105 129 / 0.25) !important;
}

.hover\:text-rosebrown-600\/30:hover{
  color: rgb(157 105 129 / 0.3) !important;
}

.hover\:text-rosebrown-600\/35:hover{
  color: rgb(157 105 129 / 0.35) !important;
}

.hover\:text-rosebrown-600\/40:hover{
  color: rgb(157 105 129 / 0.4) !important;
}

.hover\:text-rosebrown-600\/45:hover{
  color: rgb(157 105 129 / 0.45) !important;
}

.hover\:text-rosebrown-600\/5:hover{
  color: rgb(157 105 129 / 0.05) !important;
}

.hover\:text-rosebrown-600\/50:hover{
  color: rgb(157 105 129 / 0.5) !important;
}

.hover\:text-rosebrown-600\/55:hover{
  color: rgb(157 105 129 / 0.55) !important;
}

.hover\:text-rosebrown-600\/60:hover{
  color: rgb(157 105 129 / 0.6) !important;
}

.hover\:text-rosebrown-600\/65:hover{
  color: rgb(157 105 129 / 0.65) !important;
}

.hover\:text-rosebrown-600\/70:hover{
  color: rgb(157 105 129 / 0.7) !important;
}

.hover\:text-rosebrown-600\/75:hover{
  color: rgb(157 105 129 / 0.75) !important;
}

.hover\:text-rosebrown-600\/80:hover{
  color: rgb(157 105 129 / 0.8) !important;
}

.hover\:text-rosebrown-600\/85:hover{
  color: rgb(157 105 129 / 0.85) !important;
}

.hover\:text-rosebrown-600\/90:hover{
  color: rgb(157 105 129 / 0.9) !important;
}

.hover\:text-rosebrown-600\/95:hover{
  color: rgb(157 105 129 / 0.95) !important;
}

.hover\:text-rosebrown-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(147 94 118 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-700\/0:hover{
  color: rgb(147 94 118 / 0) !important;
}

.hover\:text-rosebrown-700\/10:hover{
  color: rgb(147 94 118 / 0.1) !important;
}

.hover\:text-rosebrown-700\/100:hover{
  color: rgb(147 94 118 / 1) !important;
}

.hover\:text-rosebrown-700\/15:hover{
  color: rgb(147 94 118 / 0.15) !important;
}

.hover\:text-rosebrown-700\/20:hover{
  color: rgb(147 94 118 / 0.2) !important;
}

.hover\:text-rosebrown-700\/25:hover{
  color: rgb(147 94 118 / 0.25) !important;
}

.hover\:text-rosebrown-700\/30:hover{
  color: rgb(147 94 118 / 0.3) !important;
}

.hover\:text-rosebrown-700\/35:hover{
  color: rgb(147 94 118 / 0.35) !important;
}

.hover\:text-rosebrown-700\/40:hover{
  color: rgb(147 94 118 / 0.4) !important;
}

.hover\:text-rosebrown-700\/45:hover{
  color: rgb(147 94 118 / 0.45) !important;
}

.hover\:text-rosebrown-700\/5:hover{
  color: rgb(147 94 118 / 0.05) !important;
}

.hover\:text-rosebrown-700\/50:hover{
  color: rgb(147 94 118 / 0.5) !important;
}

.hover\:text-rosebrown-700\/55:hover{
  color: rgb(147 94 118 / 0.55) !important;
}

.hover\:text-rosebrown-700\/60:hover{
  color: rgb(147 94 118 / 0.6) !important;
}

.hover\:text-rosebrown-700\/65:hover{
  color: rgb(147 94 118 / 0.65) !important;
}

.hover\:text-rosebrown-700\/70:hover{
  color: rgb(147 94 118 / 0.7) !important;
}

.hover\:text-rosebrown-700\/75:hover{
  color: rgb(147 94 118 / 0.75) !important;
}

.hover\:text-rosebrown-700\/80:hover{
  color: rgb(147 94 118 / 0.8) !important;
}

.hover\:text-rosebrown-700\/85:hover{
  color: rgb(147 94 118 / 0.85) !important;
}

.hover\:text-rosebrown-700\/90:hover{
  color: rgb(147 94 118 / 0.9) !important;
}

.hover\:text-rosebrown-700\/95:hover{
  color: rgb(147 94 118 / 0.95) !important;
}

.hover\:text-rosebrown-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(138 84 108 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-800\/0:hover{
  color: rgb(138 84 108 / 0) !important;
}

.hover\:text-rosebrown-800\/10:hover{
  color: rgb(138 84 108 / 0.1) !important;
}

.hover\:text-rosebrown-800\/100:hover{
  color: rgb(138 84 108 / 1) !important;
}

.hover\:text-rosebrown-800\/15:hover{
  color: rgb(138 84 108 / 0.15) !important;
}

.hover\:text-rosebrown-800\/20:hover{
  color: rgb(138 84 108 / 0.2) !important;
}

.hover\:text-rosebrown-800\/25:hover{
  color: rgb(138 84 108 / 0.25) !important;
}

.hover\:text-rosebrown-800\/30:hover{
  color: rgb(138 84 108 / 0.3) !important;
}

.hover\:text-rosebrown-800\/35:hover{
  color: rgb(138 84 108 / 0.35) !important;
}

.hover\:text-rosebrown-800\/40:hover{
  color: rgb(138 84 108 / 0.4) !important;
}

.hover\:text-rosebrown-800\/45:hover{
  color: rgb(138 84 108 / 0.45) !important;
}

.hover\:text-rosebrown-800\/5:hover{
  color: rgb(138 84 108 / 0.05) !important;
}

.hover\:text-rosebrown-800\/50:hover{
  color: rgb(138 84 108 / 0.5) !important;
}

.hover\:text-rosebrown-800\/55:hover{
  color: rgb(138 84 108 / 0.55) !important;
}

.hover\:text-rosebrown-800\/60:hover{
  color: rgb(138 84 108 / 0.6) !important;
}

.hover\:text-rosebrown-800\/65:hover{
  color: rgb(138 84 108 / 0.65) !important;
}

.hover\:text-rosebrown-800\/70:hover{
  color: rgb(138 84 108 / 0.7) !important;
}

.hover\:text-rosebrown-800\/75:hover{
  color: rgb(138 84 108 / 0.75) !important;
}

.hover\:text-rosebrown-800\/80:hover{
  color: rgb(138 84 108 / 0.8) !important;
}

.hover\:text-rosebrown-800\/85:hover{
  color: rgb(138 84 108 / 0.85) !important;
}

.hover\:text-rosebrown-800\/90:hover{
  color: rgb(138 84 108 / 0.9) !important;
}

.hover\:text-rosebrown-800\/95:hover{
  color: rgb(138 84 108 / 0.95) !important;
}

.hover\:text-rosebrown-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(121 66 89 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-rosebrown-900\/0:hover{
  color: rgb(121 66 89 / 0) !important;
}

.hover\:text-rosebrown-900\/10:hover{
  color: rgb(121 66 89 / 0.1) !important;
}

.hover\:text-rosebrown-900\/100:hover{
  color: rgb(121 66 89 / 1) !important;
}

.hover\:text-rosebrown-900\/15:hover{
  color: rgb(121 66 89 / 0.15) !important;
}

.hover\:text-rosebrown-900\/20:hover{
  color: rgb(121 66 89 / 0.2) !important;
}

.hover\:text-rosebrown-900\/25:hover{
  color: rgb(121 66 89 / 0.25) !important;
}

.hover\:text-rosebrown-900\/30:hover{
  color: rgb(121 66 89 / 0.3) !important;
}

.hover\:text-rosebrown-900\/35:hover{
  color: rgb(121 66 89 / 0.35) !important;
}

.hover\:text-rosebrown-900\/40:hover{
  color: rgb(121 66 89 / 0.4) !important;
}

.hover\:text-rosebrown-900\/45:hover{
  color: rgb(121 66 89 / 0.45) !important;
}

.hover\:text-rosebrown-900\/5:hover{
  color: rgb(121 66 89 / 0.05) !important;
}

.hover\:text-rosebrown-900\/50:hover{
  color: rgb(121 66 89 / 0.5) !important;
}

.hover\:text-rosebrown-900\/55:hover{
  color: rgb(121 66 89 / 0.55) !important;
}

.hover\:text-rosebrown-900\/60:hover{
  color: rgb(121 66 89 / 0.6) !important;
}

.hover\:text-rosebrown-900\/65:hover{
  color: rgb(121 66 89 / 0.65) !important;
}

.hover\:text-rosebrown-900\/70:hover{
  color: rgb(121 66 89 / 0.7) !important;
}

.hover\:text-rosebrown-900\/75:hover{
  color: rgb(121 66 89 / 0.75) !important;
}

.hover\:text-rosebrown-900\/80:hover{
  color: rgb(121 66 89 / 0.8) !important;
}

.hover\:text-rosebrown-900\/85:hover{
  color: rgb(121 66 89 / 0.85) !important;
}

.hover\:text-rosebrown-900\/90:hover{
  color: rgb(121 66 89 / 0.9) !important;
}

.hover\:text-rosebrown-900\/95:hover{
  color: rgb(121 66 89 / 0.95) !important;
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(252 236 201 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-100\/0:hover{
  color: rgb(252 236 201 / 0) !important;
}

.hover\:text-yellow-100\/10:hover{
  color: rgb(252 236 201 / 0.1) !important;
}

.hover\:text-yellow-100\/100:hover{
  color: rgb(252 236 201 / 1) !important;
}

.hover\:text-yellow-100\/15:hover{
  color: rgb(252 236 201 / 0.15) !important;
}

.hover\:text-yellow-100\/20:hover{
  color: rgb(252 236 201 / 0.2) !important;
}

.hover\:text-yellow-100\/25:hover{
  color: rgb(252 236 201 / 0.25) !important;
}

.hover\:text-yellow-100\/30:hover{
  color: rgb(252 236 201 / 0.3) !important;
}

.hover\:text-yellow-100\/35:hover{
  color: rgb(252 236 201 / 0.35) !important;
}

.hover\:text-yellow-100\/40:hover{
  color: rgb(252 236 201 / 0.4) !important;
}

.hover\:text-yellow-100\/45:hover{
  color: rgb(252 236 201 / 0.45) !important;
}

.hover\:text-yellow-100\/5:hover{
  color: rgb(252 236 201 / 0.05) !important;
}

.hover\:text-yellow-100\/50:hover{
  color: rgb(252 236 201 / 0.5) !important;
}

.hover\:text-yellow-100\/55:hover{
  color: rgb(252 236 201 / 0.55) !important;
}

.hover\:text-yellow-100\/60:hover{
  color: rgb(252 236 201 / 0.6) !important;
}

.hover\:text-yellow-100\/65:hover{
  color: rgb(252 236 201 / 0.65) !important;
}

.hover\:text-yellow-100\/70:hover{
  color: rgb(252 236 201 / 0.7) !important;
}

.hover\:text-yellow-100\/75:hover{
  color: rgb(252 236 201 / 0.75) !important;
}

.hover\:text-yellow-100\/80:hover{
  color: rgb(252 236 201 / 0.8) !important;
}

.hover\:text-yellow-100\/85:hover{
  color: rgb(252 236 201 / 0.85) !important;
}

.hover\:text-yellow-100\/90:hover{
  color: rgb(252 236 201 / 0.9) !important;
}

.hover\:text-yellow-100\/95:hover{
  color: rgb(252 236 201 / 0.95) !important;
}

.hover\:text-yellow-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(249 214 142 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-200\/0:hover{
  color: rgb(249 214 142 / 0) !important;
}

.hover\:text-yellow-200\/10:hover{
  color: rgb(249 214 142 / 0.1) !important;
}

.hover\:text-yellow-200\/100:hover{
  color: rgb(249 214 142 / 1) !important;
}

.hover\:text-yellow-200\/15:hover{
  color: rgb(249 214 142 / 0.15) !important;
}

.hover\:text-yellow-200\/20:hover{
  color: rgb(249 214 142 / 0.2) !important;
}

.hover\:text-yellow-200\/25:hover{
  color: rgb(249 214 142 / 0.25) !important;
}

.hover\:text-yellow-200\/30:hover{
  color: rgb(249 214 142 / 0.3) !important;
}

.hover\:text-yellow-200\/35:hover{
  color: rgb(249 214 142 / 0.35) !important;
}

.hover\:text-yellow-200\/40:hover{
  color: rgb(249 214 142 / 0.4) !important;
}

.hover\:text-yellow-200\/45:hover{
  color: rgb(249 214 142 / 0.45) !important;
}

.hover\:text-yellow-200\/5:hover{
  color: rgb(249 214 142 / 0.05) !important;
}

.hover\:text-yellow-200\/50:hover{
  color: rgb(249 214 142 / 0.5) !important;
}

.hover\:text-yellow-200\/55:hover{
  color: rgb(249 214 142 / 0.55) !important;
}

.hover\:text-yellow-200\/60:hover{
  color: rgb(249 214 142 / 0.6) !important;
}

.hover\:text-yellow-200\/65:hover{
  color: rgb(249 214 142 / 0.65) !important;
}

.hover\:text-yellow-200\/70:hover{
  color: rgb(249 214 142 / 0.7) !important;
}

.hover\:text-yellow-200\/75:hover{
  color: rgb(249 214 142 / 0.75) !important;
}

.hover\:text-yellow-200\/80:hover{
  color: rgb(249 214 142 / 0.8) !important;
}

.hover\:text-yellow-200\/85:hover{
  color: rgb(249 214 142 / 0.85) !important;
}

.hover\:text-yellow-200\/90:hover{
  color: rgb(249 214 142 / 0.9) !important;
}

.hover\:text-yellow-200\/95:hover{
  color: rgb(249 214 142 / 0.95) !important;
}

.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-300\/0:hover{
  color: rgb(245 181 68 / 0) !important;
}

.hover\:text-yellow-300\/10:hover{
  color: rgb(245 181 68 / 0.1) !important;
}

.hover\:text-yellow-300\/100:hover{
  color: rgb(245 181 68 / 1) !important;
}

.hover\:text-yellow-300\/15:hover{
  color: rgb(245 181 68 / 0.15) !important;
}

.hover\:text-yellow-300\/20:hover{
  color: rgb(245 181 68 / 0.2) !important;
}

.hover\:text-yellow-300\/25:hover{
  color: rgb(245 181 68 / 0.25) !important;
}

.hover\:text-yellow-300\/30:hover{
  color: rgb(245 181 68 / 0.3) !important;
}

.hover\:text-yellow-300\/35:hover{
  color: rgb(245 181 68 / 0.35) !important;
}

.hover\:text-yellow-300\/40:hover{
  color: rgb(245 181 68 / 0.4) !important;
}

.hover\:text-yellow-300\/45:hover{
  color: rgb(245 181 68 / 0.45) !important;
}

.hover\:text-yellow-300\/5:hover{
  color: rgb(245 181 68 / 0.05) !important;
}

.hover\:text-yellow-300\/50:hover{
  color: rgb(245 181 68 / 0.5) !important;
}

.hover\:text-yellow-300\/55:hover{
  color: rgb(245 181 68 / 0.55) !important;
}

.hover\:text-yellow-300\/60:hover{
  color: rgb(245 181 68 / 0.6) !important;
}

.hover\:text-yellow-300\/65:hover{
  color: rgb(245 181 68 / 0.65) !important;
}

.hover\:text-yellow-300\/70:hover{
  color: rgb(245 181 68 / 0.7) !important;
}

.hover\:text-yellow-300\/75:hover{
  color: rgb(245 181 68 / 0.75) !important;
}

.hover\:text-yellow-300\/80:hover{
  color: rgb(245 181 68 / 0.8) !important;
}

.hover\:text-yellow-300\/85:hover{
  color: rgb(245 181 68 / 0.85) !important;
}

.hover\:text-yellow-300\/90:hover{
  color: rgb(245 181 68 / 0.9) !important;
}

.hover\:text-yellow-300\/95:hover{
  color: rgb(245 181 68 / 0.95) !important;
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(243 163 44 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-400\/0:hover{
  color: rgb(243 163 44 / 0) !important;
}

.hover\:text-yellow-400\/10:hover{
  color: rgb(243 163 44 / 0.1) !important;
}

.hover\:text-yellow-400\/100:hover{
  color: rgb(243 163 44 / 1) !important;
}

.hover\:text-yellow-400\/15:hover{
  color: rgb(243 163 44 / 0.15) !important;
}

.hover\:text-yellow-400\/20:hover{
  color: rgb(243 163 44 / 0.2) !important;
}

.hover\:text-yellow-400\/25:hover{
  color: rgb(243 163 44 / 0.25) !important;
}

.hover\:text-yellow-400\/30:hover{
  color: rgb(243 163 44 / 0.3) !important;
}

.hover\:text-yellow-400\/35:hover{
  color: rgb(243 163 44 / 0.35) !important;
}

.hover\:text-yellow-400\/40:hover{
  color: rgb(243 163 44 / 0.4) !important;
}

.hover\:text-yellow-400\/45:hover{
  color: rgb(243 163 44 / 0.45) !important;
}

.hover\:text-yellow-400\/5:hover{
  color: rgb(243 163 44 / 0.05) !important;
}

.hover\:text-yellow-400\/50:hover{
  color: rgb(243 163 44 / 0.5) !important;
}

.hover\:text-yellow-400\/55:hover{
  color: rgb(243 163 44 / 0.55) !important;
}

.hover\:text-yellow-400\/60:hover{
  color: rgb(243 163 44 / 0.6) !important;
}

.hover\:text-yellow-400\/65:hover{
  color: rgb(243 163 44 / 0.65) !important;
}

.hover\:text-yellow-400\/70:hover{
  color: rgb(243 163 44 / 0.7) !important;
}

.hover\:text-yellow-400\/75:hover{
  color: rgb(243 163 44 / 0.75) !important;
}

.hover\:text-yellow-400\/80:hover{
  color: rgb(243 163 44 / 0.8) !important;
}

.hover\:text-yellow-400\/85:hover{
  color: rgb(243 163 44 / 0.85) !important;
}

.hover\:text-yellow-400\/90:hover{
  color: rgb(243 163 44 / 0.9) !important;
}

.hover\:text-yellow-400\/95:hover{
  color: rgb(243 163 44 / 0.95) !important;
}

.hover\:text-yellow-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 236 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-50\/0:hover{
  color: rgb(254 249 236 / 0) !important;
}

.hover\:text-yellow-50\/10:hover{
  color: rgb(254 249 236 / 0.1) !important;
}

.hover\:text-yellow-50\/100:hover{
  color: rgb(254 249 236 / 1) !important;
}

.hover\:text-yellow-50\/15:hover{
  color: rgb(254 249 236 / 0.15) !important;
}

.hover\:text-yellow-50\/20:hover{
  color: rgb(254 249 236 / 0.2) !important;
}

.hover\:text-yellow-50\/25:hover{
  color: rgb(254 249 236 / 0.25) !important;
}

.hover\:text-yellow-50\/30:hover{
  color: rgb(254 249 236 / 0.3) !important;
}

.hover\:text-yellow-50\/35:hover{
  color: rgb(254 249 236 / 0.35) !important;
}

.hover\:text-yellow-50\/40:hover{
  color: rgb(254 249 236 / 0.4) !important;
}

.hover\:text-yellow-50\/45:hover{
  color: rgb(254 249 236 / 0.45) !important;
}

.hover\:text-yellow-50\/5:hover{
  color: rgb(254 249 236 / 0.05) !important;
}

.hover\:text-yellow-50\/50:hover{
  color: rgb(254 249 236 / 0.5) !important;
}

.hover\:text-yellow-50\/55:hover{
  color: rgb(254 249 236 / 0.55) !important;
}

.hover\:text-yellow-50\/60:hover{
  color: rgb(254 249 236 / 0.6) !important;
}

.hover\:text-yellow-50\/65:hover{
  color: rgb(254 249 236 / 0.65) !important;
}

.hover\:text-yellow-50\/70:hover{
  color: rgb(254 249 236 / 0.7) !important;
}

.hover\:text-yellow-50\/75:hover{
  color: rgb(254 249 236 / 0.75) !important;
}

.hover\:text-yellow-50\/80:hover{
  color: rgb(254 249 236 / 0.8) !important;
}

.hover\:text-yellow-50\/85:hover{
  color: rgb(254 249 236 / 0.85) !important;
}

.hover\:text-yellow-50\/90:hover{
  color: rgb(254 249 236 / 0.9) !important;
}

.hover\:text-yellow-50\/95:hover{
  color: rgb(254 249 236 / 0.95) !important;
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-500\/0:hover{
  color: rgb(245 181 68 / 0) !important;
}

.hover\:text-yellow-500\/10:hover{
  color: rgb(245 181 68 / 0.1) !important;
}

.hover\:text-yellow-500\/100:hover{
  color: rgb(245 181 68 / 1) !important;
}

.hover\:text-yellow-500\/15:hover{
  color: rgb(245 181 68 / 0.15) !important;
}

.hover\:text-yellow-500\/20:hover{
  color: rgb(245 181 68 / 0.2) !important;
}

.hover\:text-yellow-500\/25:hover{
  color: rgb(245 181 68 / 0.25) !important;
}

.hover\:text-yellow-500\/30:hover{
  color: rgb(245 181 68 / 0.3) !important;
}

.hover\:text-yellow-500\/35:hover{
  color: rgb(245 181 68 / 0.35) !important;
}

.hover\:text-yellow-500\/40:hover{
  color: rgb(245 181 68 / 0.4) !important;
}

.hover\:text-yellow-500\/45:hover{
  color: rgb(245 181 68 / 0.45) !important;
}

.hover\:text-yellow-500\/5:hover{
  color: rgb(245 181 68 / 0.05) !important;
}

.hover\:text-yellow-500\/50:hover{
  color: rgb(245 181 68 / 0.5) !important;
}

.hover\:text-yellow-500\/55:hover{
  color: rgb(245 181 68 / 0.55) !important;
}

.hover\:text-yellow-500\/60:hover{
  color: rgb(245 181 68 / 0.6) !important;
}

.hover\:text-yellow-500\/65:hover{
  color: rgb(245 181 68 / 0.65) !important;
}

.hover\:text-yellow-500\/70:hover{
  color: rgb(245 181 68 / 0.7) !important;
}

.hover\:text-yellow-500\/75:hover{
  color: rgb(245 181 68 / 0.75) !important;
}

.hover\:text-yellow-500\/80:hover{
  color: rgb(245 181 68 / 0.8) !important;
}

.hover\:text-yellow-500\/85:hover{
  color: rgb(245 181 68 / 0.85) !important;
}

.hover\:text-yellow-500\/90:hover{
  color: rgb(245 181 68 / 0.9) !important;
}

.hover\:text-yellow-500\/95:hover{
  color: rgb(245 181 68 / 0.95) !important;
}

.hover\:text-yellow-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(210 93 13 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-600\/0:hover{
  color: rgb(210 93 13 / 0) !important;
}

.hover\:text-yellow-600\/10:hover{
  color: rgb(210 93 13 / 0.1) !important;
}

.hover\:text-yellow-600\/100:hover{
  color: rgb(210 93 13 / 1) !important;
}

.hover\:text-yellow-600\/15:hover{
  color: rgb(210 93 13 / 0.15) !important;
}

.hover\:text-yellow-600\/20:hover{
  color: rgb(210 93 13 / 0.2) !important;
}

.hover\:text-yellow-600\/25:hover{
  color: rgb(210 93 13 / 0.25) !important;
}

.hover\:text-yellow-600\/30:hover{
  color: rgb(210 93 13 / 0.3) !important;
}

.hover\:text-yellow-600\/35:hover{
  color: rgb(210 93 13 / 0.35) !important;
}

.hover\:text-yellow-600\/40:hover{
  color: rgb(210 93 13 / 0.4) !important;
}

.hover\:text-yellow-600\/45:hover{
  color: rgb(210 93 13 / 0.45) !important;
}

.hover\:text-yellow-600\/5:hover{
  color: rgb(210 93 13 / 0.05) !important;
}

.hover\:text-yellow-600\/50:hover{
  color: rgb(210 93 13 / 0.5) !important;
}

.hover\:text-yellow-600\/55:hover{
  color: rgb(210 93 13 / 0.55) !important;
}

.hover\:text-yellow-600\/60:hover{
  color: rgb(210 93 13 / 0.6) !important;
}

.hover\:text-yellow-600\/65:hover{
  color: rgb(210 93 13 / 0.65) !important;
}

.hover\:text-yellow-600\/70:hover{
  color: rgb(210 93 13 / 0.7) !important;
}

.hover\:text-yellow-600\/75:hover{
  color: rgb(210 93 13 / 0.75) !important;
}

.hover\:text-yellow-600\/80:hover{
  color: rgb(210 93 13 / 0.8) !important;
}

.hover\:text-yellow-600\/85:hover{
  color: rgb(210 93 13 / 0.85) !important;
}

.hover\:text-yellow-600\/90:hover{
  color: rgb(210 93 13 / 0.9) !important;
}

.hover\:text-yellow-600\/95:hover{
  color: rgb(210 93 13 / 0.95) !important;
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(174 64 15 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-700\/0:hover{
  color: rgb(174 64 15 / 0) !important;
}

.hover\:text-yellow-700\/10:hover{
  color: rgb(174 64 15 / 0.1) !important;
}

.hover\:text-yellow-700\/100:hover{
  color: rgb(174 64 15 / 1) !important;
}

.hover\:text-yellow-700\/15:hover{
  color: rgb(174 64 15 / 0.15) !important;
}

.hover\:text-yellow-700\/20:hover{
  color: rgb(174 64 15 / 0.2) !important;
}

.hover\:text-yellow-700\/25:hover{
  color: rgb(174 64 15 / 0.25) !important;
}

.hover\:text-yellow-700\/30:hover{
  color: rgb(174 64 15 / 0.3) !important;
}

.hover\:text-yellow-700\/35:hover{
  color: rgb(174 64 15 / 0.35) !important;
}

.hover\:text-yellow-700\/40:hover{
  color: rgb(174 64 15 / 0.4) !important;
}

.hover\:text-yellow-700\/45:hover{
  color: rgb(174 64 15 / 0.45) !important;
}

.hover\:text-yellow-700\/5:hover{
  color: rgb(174 64 15 / 0.05) !important;
}

.hover\:text-yellow-700\/50:hover{
  color: rgb(174 64 15 / 0.5) !important;
}

.hover\:text-yellow-700\/55:hover{
  color: rgb(174 64 15 / 0.55) !important;
}

.hover\:text-yellow-700\/60:hover{
  color: rgb(174 64 15 / 0.6) !important;
}

.hover\:text-yellow-700\/65:hover{
  color: rgb(174 64 15 / 0.65) !important;
}

.hover\:text-yellow-700\/70:hover{
  color: rgb(174 64 15 / 0.7) !important;
}

.hover\:text-yellow-700\/75:hover{
  color: rgb(174 64 15 / 0.75) !important;
}

.hover\:text-yellow-700\/80:hover{
  color: rgb(174 64 15 / 0.8) !important;
}

.hover\:text-yellow-700\/85:hover{
  color: rgb(174 64 15 / 0.85) !important;
}

.hover\:text-yellow-700\/90:hover{
  color: rgb(174 64 15 / 0.9) !important;
}

.hover\:text-yellow-700\/95:hover{
  color: rgb(174 64 15 / 0.95) !important;
}

.hover\:text-yellow-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(141 49 19 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-800\/0:hover{
  color: rgb(141 49 19 / 0) !important;
}

.hover\:text-yellow-800\/10:hover{
  color: rgb(141 49 19 / 0.1) !important;
}

.hover\:text-yellow-800\/100:hover{
  color: rgb(141 49 19 / 1) !important;
}

.hover\:text-yellow-800\/15:hover{
  color: rgb(141 49 19 / 0.15) !important;
}

.hover\:text-yellow-800\/20:hover{
  color: rgb(141 49 19 / 0.2) !important;
}

.hover\:text-yellow-800\/25:hover{
  color: rgb(141 49 19 / 0.25) !important;
}

.hover\:text-yellow-800\/30:hover{
  color: rgb(141 49 19 / 0.3) !important;
}

.hover\:text-yellow-800\/35:hover{
  color: rgb(141 49 19 / 0.35) !important;
}

.hover\:text-yellow-800\/40:hover{
  color: rgb(141 49 19 / 0.4) !important;
}

.hover\:text-yellow-800\/45:hover{
  color: rgb(141 49 19 / 0.45) !important;
}

.hover\:text-yellow-800\/5:hover{
  color: rgb(141 49 19 / 0.05) !important;
}

.hover\:text-yellow-800\/50:hover{
  color: rgb(141 49 19 / 0.5) !important;
}

.hover\:text-yellow-800\/55:hover{
  color: rgb(141 49 19 / 0.55) !important;
}

.hover\:text-yellow-800\/60:hover{
  color: rgb(141 49 19 / 0.6) !important;
}

.hover\:text-yellow-800\/65:hover{
  color: rgb(141 49 19 / 0.65) !important;
}

.hover\:text-yellow-800\/70:hover{
  color: rgb(141 49 19 / 0.7) !important;
}

.hover\:text-yellow-800\/75:hover{
  color: rgb(141 49 19 / 0.75) !important;
}

.hover\:text-yellow-800\/80:hover{
  color: rgb(141 49 19 / 0.8) !important;
}

.hover\:text-yellow-800\/85:hover{
  color: rgb(141 49 19 / 0.85) !important;
}

.hover\:text-yellow-800\/90:hover{
  color: rgb(141 49 19 / 0.9) !important;
}

.hover\:text-yellow-800\/95:hover{
  color: rgb(141 49 19 / 0.95) !important;
}

.hover\:text-yellow-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(116 42 19 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-900\/0:hover{
  color: rgb(116 42 19 / 0) !important;
}

.hover\:text-yellow-900\/10:hover{
  color: rgb(116 42 19 / 0.1) !important;
}

.hover\:text-yellow-900\/100:hover{
  color: rgb(116 42 19 / 1) !important;
}

.hover\:text-yellow-900\/15:hover{
  color: rgb(116 42 19 / 0.15) !important;
}

.hover\:text-yellow-900\/20:hover{
  color: rgb(116 42 19 / 0.2) !important;
}

.hover\:text-yellow-900\/25:hover{
  color: rgb(116 42 19 / 0.25) !important;
}

.hover\:text-yellow-900\/30:hover{
  color: rgb(116 42 19 / 0.3) !important;
}

.hover\:text-yellow-900\/35:hover{
  color: rgb(116 42 19 / 0.35) !important;
}

.hover\:text-yellow-900\/40:hover{
  color: rgb(116 42 19 / 0.4) !important;
}

.hover\:text-yellow-900\/45:hover{
  color: rgb(116 42 19 / 0.45) !important;
}

.hover\:text-yellow-900\/5:hover{
  color: rgb(116 42 19 / 0.05) !important;
}

.hover\:text-yellow-900\/50:hover{
  color: rgb(116 42 19 / 0.5) !important;
}

.hover\:text-yellow-900\/55:hover{
  color: rgb(116 42 19 / 0.55) !important;
}

.hover\:text-yellow-900\/60:hover{
  color: rgb(116 42 19 / 0.6) !important;
}

.hover\:text-yellow-900\/65:hover{
  color: rgb(116 42 19 / 0.65) !important;
}

.hover\:text-yellow-900\/70:hover{
  color: rgb(116 42 19 / 0.7) !important;
}

.hover\:text-yellow-900\/75:hover{
  color: rgb(116 42 19 / 0.75) !important;
}

.hover\:text-yellow-900\/80:hover{
  color: rgb(116 42 19 / 0.8) !important;
}

.hover\:text-yellow-900\/85:hover{
  color: rgb(116 42 19 / 0.85) !important;
}

.hover\:text-yellow-900\/90:hover{
  color: rgb(116 42 19 / 0.9) !important;
}

.hover\:text-yellow-900\/95:hover{
  color: rgb(116 42 19 / 0.95) !important;
}

.hover\:text-yellow-950:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(67 19 5 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-yellow-950\/0:hover{
  color: rgb(67 19 5 / 0) !important;
}

.hover\:text-yellow-950\/10:hover{
  color: rgb(67 19 5 / 0.1) !important;
}

.hover\:text-yellow-950\/100:hover{
  color: rgb(67 19 5 / 1) !important;
}

.hover\:text-yellow-950\/15:hover{
  color: rgb(67 19 5 / 0.15) !important;
}

.hover\:text-yellow-950\/20:hover{
  color: rgb(67 19 5 / 0.2) !important;
}

.hover\:text-yellow-950\/25:hover{
  color: rgb(67 19 5 / 0.25) !important;
}

.hover\:text-yellow-950\/30:hover{
  color: rgb(67 19 5 / 0.3) !important;
}

.hover\:text-yellow-950\/35:hover{
  color: rgb(67 19 5 / 0.35) !important;
}

.hover\:text-yellow-950\/40:hover{
  color: rgb(67 19 5 / 0.4) !important;
}

.hover\:text-yellow-950\/45:hover{
  color: rgb(67 19 5 / 0.45) !important;
}

.hover\:text-yellow-950\/5:hover{
  color: rgb(67 19 5 / 0.05) !important;
}

.hover\:text-yellow-950\/50:hover{
  color: rgb(67 19 5 / 0.5) !important;
}

.hover\:text-yellow-950\/55:hover{
  color: rgb(67 19 5 / 0.55) !important;
}

.hover\:text-yellow-950\/60:hover{
  color: rgb(67 19 5 / 0.6) !important;
}

.hover\:text-yellow-950\/65:hover{
  color: rgb(67 19 5 / 0.65) !important;
}

.hover\:text-yellow-950\/70:hover{
  color: rgb(67 19 5 / 0.7) !important;
}

.hover\:text-yellow-950\/75:hover{
  color: rgb(67 19 5 / 0.75) !important;
}

.hover\:text-yellow-950\/80:hover{
  color: rgb(67 19 5 / 0.8) !important;
}

.hover\:text-yellow-950\/85:hover{
  color: rgb(67 19 5 / 0.85) !important;
}

.hover\:text-yellow-950\/90:hover{
  color: rgb(67 19 5 / 0.9) !important;
}

.hover\:text-yellow-950\/95:hover{
  color: rgb(67 19 5 / 0.95) !important;
}

.hover\:underline:hover{
  text-decoration-line: underline !important;
}

.focus\:border-black-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 188 193 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-100\/0:focus{
  border-color: rgb(186 188 193 / 0) !important;
}

.focus\:border-black-100\/10:focus{
  border-color: rgb(186 188 193 / 0.1) !important;
}

.focus\:border-black-100\/100:focus{
  border-color: rgb(186 188 193 / 1) !important;
}

.focus\:border-black-100\/15:focus{
  border-color: rgb(186 188 193 / 0.15) !important;
}

.focus\:border-black-100\/20:focus{
  border-color: rgb(186 188 193 / 0.2) !important;
}

.focus\:border-black-100\/25:focus{
  border-color: rgb(186 188 193 / 0.25) !important;
}

.focus\:border-black-100\/30:focus{
  border-color: rgb(186 188 193 / 0.3) !important;
}

.focus\:border-black-100\/35:focus{
  border-color: rgb(186 188 193 / 0.35) !important;
}

.focus\:border-black-100\/40:focus{
  border-color: rgb(186 188 193 / 0.4) !important;
}

.focus\:border-black-100\/45:focus{
  border-color: rgb(186 188 193 / 0.45) !important;
}

.focus\:border-black-100\/5:focus{
  border-color: rgb(186 188 193 / 0.05) !important;
}

.focus\:border-black-100\/50:focus{
  border-color: rgb(186 188 193 / 0.5) !important;
}

.focus\:border-black-100\/55:focus{
  border-color: rgb(186 188 193 / 0.55) !important;
}

.focus\:border-black-100\/60:focus{
  border-color: rgb(186 188 193 / 0.6) !important;
}

.focus\:border-black-100\/65:focus{
  border-color: rgb(186 188 193 / 0.65) !important;
}

.focus\:border-black-100\/70:focus{
  border-color: rgb(186 188 193 / 0.7) !important;
}

.focus\:border-black-100\/75:focus{
  border-color: rgb(186 188 193 / 0.75) !important;
}

.focus\:border-black-100\/80:focus{
  border-color: rgb(186 188 193 / 0.8) !important;
}

.focus\:border-black-100\/85:focus{
  border-color: rgb(186 188 193 / 0.85) !important;
}

.focus\:border-black-100\/90:focus{
  border-color: rgb(186 188 193 / 0.9) !important;
}

.focus\:border-black-100\/95:focus{
  border-color: rgb(186 188 193 / 0.95) !important;
}

.focus\:border-black-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 152 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-200\/0:focus{
  border-color: rgb(140 143 152 / 0) !important;
}

.focus\:border-black-200\/10:focus{
  border-color: rgb(140 143 152 / 0.1) !important;
}

.focus\:border-black-200\/100:focus{
  border-color: rgb(140 143 152 / 1) !important;
}

.focus\:border-black-200\/15:focus{
  border-color: rgb(140 143 152 / 0.15) !important;
}

.focus\:border-black-200\/20:focus{
  border-color: rgb(140 143 152 / 0.2) !important;
}

.focus\:border-black-200\/25:focus{
  border-color: rgb(140 143 152 / 0.25) !important;
}

.focus\:border-black-200\/30:focus{
  border-color: rgb(140 143 152 / 0.3) !important;
}

.focus\:border-black-200\/35:focus{
  border-color: rgb(140 143 152 / 0.35) !important;
}

.focus\:border-black-200\/40:focus{
  border-color: rgb(140 143 152 / 0.4) !important;
}

.focus\:border-black-200\/45:focus{
  border-color: rgb(140 143 152 / 0.45) !important;
}

.focus\:border-black-200\/5:focus{
  border-color: rgb(140 143 152 / 0.05) !important;
}

.focus\:border-black-200\/50:focus{
  border-color: rgb(140 143 152 / 0.5) !important;
}

.focus\:border-black-200\/55:focus{
  border-color: rgb(140 143 152 / 0.55) !important;
}

.focus\:border-black-200\/60:focus{
  border-color: rgb(140 143 152 / 0.6) !important;
}

.focus\:border-black-200\/65:focus{
  border-color: rgb(140 143 152 / 0.65) !important;
}

.focus\:border-black-200\/70:focus{
  border-color: rgb(140 143 152 / 0.7) !important;
}

.focus\:border-black-200\/75:focus{
  border-color: rgb(140 143 152 / 0.75) !important;
}

.focus\:border-black-200\/80:focus{
  border-color: rgb(140 143 152 / 0.8) !important;
}

.focus\:border-black-200\/85:focus{
  border-color: rgb(140 143 152 / 0.85) !important;
}

.focus\:border-black-200\/90:focus{
  border-color: rgb(140 143 152 / 0.9) !important;
}

.focus\:border-black-200\/95:focus{
  border-color: rgb(140 143 152 / 0.95) !important;
}

.focus\:border-black-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(94 98 111 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-300\/0:focus{
  border-color: rgb(94 98 111 / 0) !important;
}

.focus\:border-black-300\/10:focus{
  border-color: rgb(94 98 111 / 0.1) !important;
}

.focus\:border-black-300\/100:focus{
  border-color: rgb(94 98 111 / 1) !important;
}

.focus\:border-black-300\/15:focus{
  border-color: rgb(94 98 111 / 0.15) !important;
}

.focus\:border-black-300\/20:focus{
  border-color: rgb(94 98 111 / 0.2) !important;
}

.focus\:border-black-300\/25:focus{
  border-color: rgb(94 98 111 / 0.25) !important;
}

.focus\:border-black-300\/30:focus{
  border-color: rgb(94 98 111 / 0.3) !important;
}

.focus\:border-black-300\/35:focus{
  border-color: rgb(94 98 111 / 0.35) !important;
}

.focus\:border-black-300\/40:focus{
  border-color: rgb(94 98 111 / 0.4) !important;
}

.focus\:border-black-300\/45:focus{
  border-color: rgb(94 98 111 / 0.45) !important;
}

.focus\:border-black-300\/5:focus{
  border-color: rgb(94 98 111 / 0.05) !important;
}

.focus\:border-black-300\/50:focus{
  border-color: rgb(94 98 111 / 0.5) !important;
}

.focus\:border-black-300\/55:focus{
  border-color: rgb(94 98 111 / 0.55) !important;
}

.focus\:border-black-300\/60:focus{
  border-color: rgb(94 98 111 / 0.6) !important;
}

.focus\:border-black-300\/65:focus{
  border-color: rgb(94 98 111 / 0.65) !important;
}

.focus\:border-black-300\/70:focus{
  border-color: rgb(94 98 111 / 0.7) !important;
}

.focus\:border-black-300\/75:focus{
  border-color: rgb(94 98 111 / 0.75) !important;
}

.focus\:border-black-300\/80:focus{
  border-color: rgb(94 98 111 / 0.8) !important;
}

.focus\:border-black-300\/85:focus{
  border-color: rgb(94 98 111 / 0.85) !important;
}

.focus\:border-black-300\/90:focus{
  border-color: rgb(94 98 111 / 0.9) !important;
}

.focus\:border-black-300\/95:focus{
  border-color: rgb(94 98 111 / 0.95) !important;
}

.focus\:border-black-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(60 64 80 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-400\/0:focus{
  border-color: rgb(60 64 80 / 0) !important;
}

.focus\:border-black-400\/10:focus{
  border-color: rgb(60 64 80 / 0.1) !important;
}

.focus\:border-black-400\/100:focus{
  border-color: rgb(60 64 80 / 1) !important;
}

.focus\:border-black-400\/15:focus{
  border-color: rgb(60 64 80 / 0.15) !important;
}

.focus\:border-black-400\/20:focus{
  border-color: rgb(60 64 80 / 0.2) !important;
}

.focus\:border-black-400\/25:focus{
  border-color: rgb(60 64 80 / 0.25) !important;
}

.focus\:border-black-400\/30:focus{
  border-color: rgb(60 64 80 / 0.3) !important;
}

.focus\:border-black-400\/35:focus{
  border-color: rgb(60 64 80 / 0.35) !important;
}

.focus\:border-black-400\/40:focus{
  border-color: rgb(60 64 80 / 0.4) !important;
}

.focus\:border-black-400\/45:focus{
  border-color: rgb(60 64 80 / 0.45) !important;
}

.focus\:border-black-400\/5:focus{
  border-color: rgb(60 64 80 / 0.05) !important;
}

.focus\:border-black-400\/50:focus{
  border-color: rgb(60 64 80 / 0.5) !important;
}

.focus\:border-black-400\/55:focus{
  border-color: rgb(60 64 80 / 0.55) !important;
}

.focus\:border-black-400\/60:focus{
  border-color: rgb(60 64 80 / 0.6) !important;
}

.focus\:border-black-400\/65:focus{
  border-color: rgb(60 64 80 / 0.65) !important;
}

.focus\:border-black-400\/70:focus{
  border-color: rgb(60 64 80 / 0.7) !important;
}

.focus\:border-black-400\/75:focus{
  border-color: rgb(60 64 80 / 0.75) !important;
}

.focus\:border-black-400\/80:focus{
  border-color: rgb(60 64 80 / 0.8) !important;
}

.focus\:border-black-400\/85:focus{
  border-color: rgb(60 64 80 / 0.85) !important;
}

.focus\:border-black-400\/90:focus{
  border-color: rgb(60 64 80 / 0.9) !important;
}

.focus\:border-black-400\/95:focus{
  border-color: rgb(60 64 80 / 0.95) !important;
}

.focus\:border-black-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 228 230 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-50\/0:focus{
  border-color: rgb(227 228 230 / 0) !important;
}

.focus\:border-black-50\/10:focus{
  border-color: rgb(227 228 230 / 0.1) !important;
}

.focus\:border-black-50\/100:focus{
  border-color: rgb(227 228 230 / 1) !important;
}

.focus\:border-black-50\/15:focus{
  border-color: rgb(227 228 230 / 0.15) !important;
}

.focus\:border-black-50\/20:focus{
  border-color: rgb(227 228 230 / 0.2) !important;
}

.focus\:border-black-50\/25:focus{
  border-color: rgb(227 228 230 / 0.25) !important;
}

.focus\:border-black-50\/30:focus{
  border-color: rgb(227 228 230 / 0.3) !important;
}

.focus\:border-black-50\/35:focus{
  border-color: rgb(227 228 230 / 0.35) !important;
}

.focus\:border-black-50\/40:focus{
  border-color: rgb(227 228 230 / 0.4) !important;
}

.focus\:border-black-50\/45:focus{
  border-color: rgb(227 228 230 / 0.45) !important;
}

.focus\:border-black-50\/5:focus{
  border-color: rgb(227 228 230 / 0.05) !important;
}

.focus\:border-black-50\/50:focus{
  border-color: rgb(227 228 230 / 0.5) !important;
}

.focus\:border-black-50\/55:focus{
  border-color: rgb(227 228 230 / 0.55) !important;
}

.focus\:border-black-50\/60:focus{
  border-color: rgb(227 228 230 / 0.6) !important;
}

.focus\:border-black-50\/65:focus{
  border-color: rgb(227 228 230 / 0.65) !important;
}

.focus\:border-black-50\/70:focus{
  border-color: rgb(227 228 230 / 0.7) !important;
}

.focus\:border-black-50\/75:focus{
  border-color: rgb(227 228 230 / 0.75) !important;
}

.focus\:border-black-50\/80:focus{
  border-color: rgb(227 228 230 / 0.8) !important;
}

.focus\:border-black-50\/85:focus{
  border-color: rgb(227 228 230 / 0.85) !important;
}

.focus\:border-black-50\/90:focus{
  border-color: rgb(227 228 230 / 0.9) !important;
}

.focus\:border-black-50\/95:focus{
  border-color: rgb(227 228 230 / 0.95) !important;
}

.focus\:border-black-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 30 49 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-500\/0:focus{
  border-color: rgb(25 30 49 / 0) !important;
}

.focus\:border-black-500\/10:focus{
  border-color: rgb(25 30 49 / 0.1) !important;
}

.focus\:border-black-500\/100:focus{
  border-color: rgb(25 30 49 / 1) !important;
}

.focus\:border-black-500\/15:focus{
  border-color: rgb(25 30 49 / 0.15) !important;
}

.focus\:border-black-500\/20:focus{
  border-color: rgb(25 30 49 / 0.2) !important;
}

.focus\:border-black-500\/25:focus{
  border-color: rgb(25 30 49 / 0.25) !important;
}

.focus\:border-black-500\/30:focus{
  border-color: rgb(25 30 49 / 0.3) !important;
}

.focus\:border-black-500\/35:focus{
  border-color: rgb(25 30 49 / 0.35) !important;
}

.focus\:border-black-500\/40:focus{
  border-color: rgb(25 30 49 / 0.4) !important;
}

.focus\:border-black-500\/45:focus{
  border-color: rgb(25 30 49 / 0.45) !important;
}

.focus\:border-black-500\/5:focus{
  border-color: rgb(25 30 49 / 0.05) !important;
}

.focus\:border-black-500\/50:focus{
  border-color: rgb(25 30 49 / 0.5) !important;
}

.focus\:border-black-500\/55:focus{
  border-color: rgb(25 30 49 / 0.55) !important;
}

.focus\:border-black-500\/60:focus{
  border-color: rgb(25 30 49 / 0.6) !important;
}

.focus\:border-black-500\/65:focus{
  border-color: rgb(25 30 49 / 0.65) !important;
}

.focus\:border-black-500\/70:focus{
  border-color: rgb(25 30 49 / 0.7) !important;
}

.focus\:border-black-500\/75:focus{
  border-color: rgb(25 30 49 / 0.75) !important;
}

.focus\:border-black-500\/80:focus{
  border-color: rgb(25 30 49 / 0.8) !important;
}

.focus\:border-black-500\/85:focus{
  border-color: rgb(25 30 49 / 0.85) !important;
}

.focus\:border-black-500\/90:focus{
  border-color: rgb(25 30 49 / 0.9) !important;
}

.focus\:border-black-500\/95:focus{
  border-color: rgb(25 30 49 / 0.95) !important;
}

.focus\:border-black-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 26 44 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-600\/0:focus{
  border-color: rgb(22 26 44 / 0) !important;
}

.focus\:border-black-600\/10:focus{
  border-color: rgb(22 26 44 / 0.1) !important;
}

.focus\:border-black-600\/100:focus{
  border-color: rgb(22 26 44 / 1) !important;
}

.focus\:border-black-600\/15:focus{
  border-color: rgb(22 26 44 / 0.15) !important;
}

.focus\:border-black-600\/20:focus{
  border-color: rgb(22 26 44 / 0.2) !important;
}

.focus\:border-black-600\/25:focus{
  border-color: rgb(22 26 44 / 0.25) !important;
}

.focus\:border-black-600\/30:focus{
  border-color: rgb(22 26 44 / 0.3) !important;
}

.focus\:border-black-600\/35:focus{
  border-color: rgb(22 26 44 / 0.35) !important;
}

.focus\:border-black-600\/40:focus{
  border-color: rgb(22 26 44 / 0.4) !important;
}

.focus\:border-black-600\/45:focus{
  border-color: rgb(22 26 44 / 0.45) !important;
}

.focus\:border-black-600\/5:focus{
  border-color: rgb(22 26 44 / 0.05) !important;
}

.focus\:border-black-600\/50:focus{
  border-color: rgb(22 26 44 / 0.5) !important;
}

.focus\:border-black-600\/55:focus{
  border-color: rgb(22 26 44 / 0.55) !important;
}

.focus\:border-black-600\/60:focus{
  border-color: rgb(22 26 44 / 0.6) !important;
}

.focus\:border-black-600\/65:focus{
  border-color: rgb(22 26 44 / 0.65) !important;
}

.focus\:border-black-600\/70:focus{
  border-color: rgb(22 26 44 / 0.7) !important;
}

.focus\:border-black-600\/75:focus{
  border-color: rgb(22 26 44 / 0.75) !important;
}

.focus\:border-black-600\/80:focus{
  border-color: rgb(22 26 44 / 0.8) !important;
}

.focus\:border-black-600\/85:focus{
  border-color: rgb(22 26 44 / 0.85) !important;
}

.focus\:border-black-600\/90:focus{
  border-color: rgb(22 26 44 / 0.9) !important;
}

.focus\:border-black-600\/95:focus{
  border-color: rgb(22 26 44 / 0.95) !important;
}

.focus\:border-black-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 22 37 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-700\/0:focus{
  border-color: rgb(18 22 37 / 0) !important;
}

.focus\:border-black-700\/10:focus{
  border-color: rgb(18 22 37 / 0.1) !important;
}

.focus\:border-black-700\/100:focus{
  border-color: rgb(18 22 37 / 1) !important;
}

.focus\:border-black-700\/15:focus{
  border-color: rgb(18 22 37 / 0.15) !important;
}

.focus\:border-black-700\/20:focus{
  border-color: rgb(18 22 37 / 0.2) !important;
}

.focus\:border-black-700\/25:focus{
  border-color: rgb(18 22 37 / 0.25) !important;
}

.focus\:border-black-700\/30:focus{
  border-color: rgb(18 22 37 / 0.3) !important;
}

.focus\:border-black-700\/35:focus{
  border-color: rgb(18 22 37 / 0.35) !important;
}

.focus\:border-black-700\/40:focus{
  border-color: rgb(18 22 37 / 0.4) !important;
}

.focus\:border-black-700\/45:focus{
  border-color: rgb(18 22 37 / 0.45) !important;
}

.focus\:border-black-700\/5:focus{
  border-color: rgb(18 22 37 / 0.05) !important;
}

.focus\:border-black-700\/50:focus{
  border-color: rgb(18 22 37 / 0.5) !important;
}

.focus\:border-black-700\/55:focus{
  border-color: rgb(18 22 37 / 0.55) !important;
}

.focus\:border-black-700\/60:focus{
  border-color: rgb(18 22 37 / 0.6) !important;
}

.focus\:border-black-700\/65:focus{
  border-color: rgb(18 22 37 / 0.65) !important;
}

.focus\:border-black-700\/70:focus{
  border-color: rgb(18 22 37 / 0.7) !important;
}

.focus\:border-black-700\/75:focus{
  border-color: rgb(18 22 37 / 0.75) !important;
}

.focus\:border-black-700\/80:focus{
  border-color: rgb(18 22 37 / 0.8) !important;
}

.focus\:border-black-700\/85:focus{
  border-color: rgb(18 22 37 / 0.85) !important;
}

.focus\:border-black-700\/90:focus{
  border-color: rgb(18 22 37 / 0.9) !important;
}

.focus\:border-black-700\/95:focus{
  border-color: rgb(18 22 37 / 0.95) !important;
}

.focus\:border-black-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 18 31 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-800\/0:focus{
  border-color: rgb(14 18 31 / 0) !important;
}

.focus\:border-black-800\/10:focus{
  border-color: rgb(14 18 31 / 0.1) !important;
}

.focus\:border-black-800\/100:focus{
  border-color: rgb(14 18 31 / 1) !important;
}

.focus\:border-black-800\/15:focus{
  border-color: rgb(14 18 31 / 0.15) !important;
}

.focus\:border-black-800\/20:focus{
  border-color: rgb(14 18 31 / 0.2) !important;
}

.focus\:border-black-800\/25:focus{
  border-color: rgb(14 18 31 / 0.25) !important;
}

.focus\:border-black-800\/30:focus{
  border-color: rgb(14 18 31 / 0.3) !important;
}

.focus\:border-black-800\/35:focus{
  border-color: rgb(14 18 31 / 0.35) !important;
}

.focus\:border-black-800\/40:focus{
  border-color: rgb(14 18 31 / 0.4) !important;
}

.focus\:border-black-800\/45:focus{
  border-color: rgb(14 18 31 / 0.45) !important;
}

.focus\:border-black-800\/5:focus{
  border-color: rgb(14 18 31 / 0.05) !important;
}

.focus\:border-black-800\/50:focus{
  border-color: rgb(14 18 31 / 0.5) !important;
}

.focus\:border-black-800\/55:focus{
  border-color: rgb(14 18 31 / 0.55) !important;
}

.focus\:border-black-800\/60:focus{
  border-color: rgb(14 18 31 / 0.6) !important;
}

.focus\:border-black-800\/65:focus{
  border-color: rgb(14 18 31 / 0.65) !important;
}

.focus\:border-black-800\/70:focus{
  border-color: rgb(14 18 31 / 0.7) !important;
}

.focus\:border-black-800\/75:focus{
  border-color: rgb(14 18 31 / 0.75) !important;
}

.focus\:border-black-800\/80:focus{
  border-color: rgb(14 18 31 / 0.8) !important;
}

.focus\:border-black-800\/85:focus{
  border-color: rgb(14 18 31 / 0.85) !important;
}

.focus\:border-black-800\/90:focus{
  border-color: rgb(14 18 31 / 0.9) !important;
}

.focus\:border-black-800\/95:focus{
  border-color: rgb(14 18 31 / 0.95) !important;
}

.focus\:border-black-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 10 19 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-black-900\/0:focus{
  border-color: rgb(8 10 19 / 0) !important;
}

.focus\:border-black-900\/10:focus{
  border-color: rgb(8 10 19 / 0.1) !important;
}

.focus\:border-black-900\/100:focus{
  border-color: rgb(8 10 19 / 1) !important;
}

.focus\:border-black-900\/15:focus{
  border-color: rgb(8 10 19 / 0.15) !important;
}

.focus\:border-black-900\/20:focus{
  border-color: rgb(8 10 19 / 0.2) !important;
}

.focus\:border-black-900\/25:focus{
  border-color: rgb(8 10 19 / 0.25) !important;
}

.focus\:border-black-900\/30:focus{
  border-color: rgb(8 10 19 / 0.3) !important;
}

.focus\:border-black-900\/35:focus{
  border-color: rgb(8 10 19 / 0.35) !important;
}

.focus\:border-black-900\/40:focus{
  border-color: rgb(8 10 19 / 0.4) !important;
}

.focus\:border-black-900\/45:focus{
  border-color: rgb(8 10 19 / 0.45) !important;
}

.focus\:border-black-900\/5:focus{
  border-color: rgb(8 10 19 / 0.05) !important;
}

.focus\:border-black-900\/50:focus{
  border-color: rgb(8 10 19 / 0.5) !important;
}

.focus\:border-black-900\/55:focus{
  border-color: rgb(8 10 19 / 0.55) !important;
}

.focus\:border-black-900\/60:focus{
  border-color: rgb(8 10 19 / 0.6) !important;
}

.focus\:border-black-900\/65:focus{
  border-color: rgb(8 10 19 / 0.65) !important;
}

.focus\:border-black-900\/70:focus{
  border-color: rgb(8 10 19 / 0.7) !important;
}

.focus\:border-black-900\/75:focus{
  border-color: rgb(8 10 19 / 0.75) !important;
}

.focus\:border-black-900\/80:focus{
  border-color: rgb(8 10 19 / 0.8) !important;
}

.focus\:border-black-900\/85:focus{
  border-color: rgb(8 10 19 / 0.85) !important;
}

.focus\:border-black-900\/90:focus{
  border-color: rgb(8 10 19 / 0.9) !important;
}

.focus\:border-black-900\/95:focus{
  border-color: rgb(8 10 19 / 0.95) !important;
}

.focus\:border-blue-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 236 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-100\/0:focus{
  border-color: rgb(217 236 255 / 0) !important;
}

.focus\:border-blue-100\/10:focus{
  border-color: rgb(217 236 255 / 0.1) !important;
}

.focus\:border-blue-100\/100:focus{
  border-color: rgb(217 236 255 / 1) !important;
}

.focus\:border-blue-100\/15:focus{
  border-color: rgb(217 236 255 / 0.15) !important;
}

.focus\:border-blue-100\/20:focus{
  border-color: rgb(217 236 255 / 0.2) !important;
}

.focus\:border-blue-100\/25:focus{
  border-color: rgb(217 236 255 / 0.25) !important;
}

.focus\:border-blue-100\/30:focus{
  border-color: rgb(217 236 255 / 0.3) !important;
}

.focus\:border-blue-100\/35:focus{
  border-color: rgb(217 236 255 / 0.35) !important;
}

.focus\:border-blue-100\/40:focus{
  border-color: rgb(217 236 255 / 0.4) !important;
}

.focus\:border-blue-100\/45:focus{
  border-color: rgb(217 236 255 / 0.45) !important;
}

.focus\:border-blue-100\/5:focus{
  border-color: rgb(217 236 255 / 0.05) !important;
}

.focus\:border-blue-100\/50:focus{
  border-color: rgb(217 236 255 / 0.5) !important;
}

.focus\:border-blue-100\/55:focus{
  border-color: rgb(217 236 255 / 0.55) !important;
}

.focus\:border-blue-100\/60:focus{
  border-color: rgb(217 236 255 / 0.6) !important;
}

.focus\:border-blue-100\/65:focus{
  border-color: rgb(217 236 255 / 0.65) !important;
}

.focus\:border-blue-100\/70:focus{
  border-color: rgb(217 236 255 / 0.7) !important;
}

.focus\:border-blue-100\/75:focus{
  border-color: rgb(217 236 255 / 0.75) !important;
}

.focus\:border-blue-100\/80:focus{
  border-color: rgb(217 236 255 / 0.8) !important;
}

.focus\:border-blue-100\/85:focus{
  border-color: rgb(217 236 255 / 0.85) !important;
}

.focus\:border-blue-100\/90:focus{
  border-color: rgb(217 236 255 / 0.9) !important;
}

.focus\:border-blue-100\/95:focus{
  border-color: rgb(217 236 255 / 0.95) !important;
}

.focus\:border-blue-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(188 222 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-200\/0:focus{
  border-color: rgb(188 222 255 / 0) !important;
}

.focus\:border-blue-200\/10:focus{
  border-color: rgb(188 222 255 / 0.1) !important;
}

.focus\:border-blue-200\/100:focus{
  border-color: rgb(188 222 255 / 1) !important;
}

.focus\:border-blue-200\/15:focus{
  border-color: rgb(188 222 255 / 0.15) !important;
}

.focus\:border-blue-200\/20:focus{
  border-color: rgb(188 222 255 / 0.2) !important;
}

.focus\:border-blue-200\/25:focus{
  border-color: rgb(188 222 255 / 0.25) !important;
}

.focus\:border-blue-200\/30:focus{
  border-color: rgb(188 222 255 / 0.3) !important;
}

.focus\:border-blue-200\/35:focus{
  border-color: rgb(188 222 255 / 0.35) !important;
}

.focus\:border-blue-200\/40:focus{
  border-color: rgb(188 222 255 / 0.4) !important;
}

.focus\:border-blue-200\/45:focus{
  border-color: rgb(188 222 255 / 0.45) !important;
}

.focus\:border-blue-200\/5:focus{
  border-color: rgb(188 222 255 / 0.05) !important;
}

.focus\:border-blue-200\/50:focus{
  border-color: rgb(188 222 255 / 0.5) !important;
}

.focus\:border-blue-200\/55:focus{
  border-color: rgb(188 222 255 / 0.55) !important;
}

.focus\:border-blue-200\/60:focus{
  border-color: rgb(188 222 255 / 0.6) !important;
}

.focus\:border-blue-200\/65:focus{
  border-color: rgb(188 222 255 / 0.65) !important;
}

.focus\:border-blue-200\/70:focus{
  border-color: rgb(188 222 255 / 0.7) !important;
}

.focus\:border-blue-200\/75:focus{
  border-color: rgb(188 222 255 / 0.75) !important;
}

.focus\:border-blue-200\/80:focus{
  border-color: rgb(188 222 255 / 0.8) !important;
}

.focus\:border-blue-200\/85:focus{
  border-color: rgb(188 222 255 / 0.85) !important;
}

.focus\:border-blue-200\/90:focus{
  border-color: rgb(188 222 255 / 0.9) !important;
}

.focus\:border-blue-200\/95:focus{
  border-color: rgb(188 222 255 / 0.95) !important;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 202 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-300\/0:focus{
  border-color: rgb(142 202 255 / 0) !important;
}

.focus\:border-blue-300\/10:focus{
  border-color: rgb(142 202 255 / 0.1) !important;
}

.focus\:border-blue-300\/100:focus{
  border-color: rgb(142 202 255 / 1) !important;
}

.focus\:border-blue-300\/15:focus{
  border-color: rgb(142 202 255 / 0.15) !important;
}

.focus\:border-blue-300\/20:focus{
  border-color: rgb(142 202 255 / 0.2) !important;
}

.focus\:border-blue-300\/25:focus{
  border-color: rgb(142 202 255 / 0.25) !important;
}

.focus\:border-blue-300\/30:focus{
  border-color: rgb(142 202 255 / 0.3) !important;
}

.focus\:border-blue-300\/35:focus{
  border-color: rgb(142 202 255 / 0.35) !important;
}

.focus\:border-blue-300\/40:focus{
  border-color: rgb(142 202 255 / 0.4) !important;
}

.focus\:border-blue-300\/45:focus{
  border-color: rgb(142 202 255 / 0.45) !important;
}

.focus\:border-blue-300\/5:focus{
  border-color: rgb(142 202 255 / 0.05) !important;
}

.focus\:border-blue-300\/50:focus{
  border-color: rgb(142 202 255 / 0.5) !important;
}

.focus\:border-blue-300\/55:focus{
  border-color: rgb(142 202 255 / 0.55) !important;
}

.focus\:border-blue-300\/60:focus{
  border-color: rgb(142 202 255 / 0.6) !important;
}

.focus\:border-blue-300\/65:focus{
  border-color: rgb(142 202 255 / 0.65) !important;
}

.focus\:border-blue-300\/70:focus{
  border-color: rgb(142 202 255 / 0.7) !important;
}

.focus\:border-blue-300\/75:focus{
  border-color: rgb(142 202 255 / 0.75) !important;
}

.focus\:border-blue-300\/80:focus{
  border-color: rgb(142 202 255 / 0.8) !important;
}

.focus\:border-blue-300\/85:focus{
  border-color: rgb(142 202 255 / 0.85) !important;
}

.focus\:border-blue-300\/90:focus{
  border-color: rgb(142 202 255 / 0.9) !important;
}

.focus\:border-blue-300\/95:focus{
  border-color: rgb(142 202 255 / 0.95) !important;
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 172 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-400\/0:focus{
  border-color: rgb(89 172 255 / 0) !important;
}

.focus\:border-blue-400\/10:focus{
  border-color: rgb(89 172 255 / 0.1) !important;
}

.focus\:border-blue-400\/100:focus{
  border-color: rgb(89 172 255 / 1) !important;
}

.focus\:border-blue-400\/15:focus{
  border-color: rgb(89 172 255 / 0.15) !important;
}

.focus\:border-blue-400\/20:focus{
  border-color: rgb(89 172 255 / 0.2) !important;
}

.focus\:border-blue-400\/25:focus{
  border-color: rgb(89 172 255 / 0.25) !important;
}

.focus\:border-blue-400\/30:focus{
  border-color: rgb(89 172 255 / 0.3) !important;
}

.focus\:border-blue-400\/35:focus{
  border-color: rgb(89 172 255 / 0.35) !important;
}

.focus\:border-blue-400\/40:focus{
  border-color: rgb(89 172 255 / 0.4) !important;
}

.focus\:border-blue-400\/45:focus{
  border-color: rgb(89 172 255 / 0.45) !important;
}

.focus\:border-blue-400\/5:focus{
  border-color: rgb(89 172 255 / 0.05) !important;
}

.focus\:border-blue-400\/50:focus{
  border-color: rgb(89 172 255 / 0.5) !important;
}

.focus\:border-blue-400\/55:focus{
  border-color: rgb(89 172 255 / 0.55) !important;
}

.focus\:border-blue-400\/60:focus{
  border-color: rgb(89 172 255 / 0.6) !important;
}

.focus\:border-blue-400\/65:focus{
  border-color: rgb(89 172 255 / 0.65) !important;
}

.focus\:border-blue-400\/70:focus{
  border-color: rgb(89 172 255 / 0.7) !important;
}

.focus\:border-blue-400\/75:focus{
  border-color: rgb(89 172 255 / 0.75) !important;
}

.focus\:border-blue-400\/80:focus{
  border-color: rgb(89 172 255 / 0.8) !important;
}

.focus\:border-blue-400\/85:focus{
  border-color: rgb(89 172 255 / 0.85) !important;
}

.focus\:border-blue-400\/90:focus{
  border-color: rgb(89 172 255 / 0.9) !important;
}

.focus\:border-blue-400\/95:focus{
  border-color: rgb(89 172 255 / 0.95) !important;
}

.focus\:border-blue-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 247 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-50\/0:focus{
  border-color: rgb(238 247 255 / 0) !important;
}

.focus\:border-blue-50\/10:focus{
  border-color: rgb(238 247 255 / 0.1) !important;
}

.focus\:border-blue-50\/100:focus{
  border-color: rgb(238 247 255 / 1) !important;
}

.focus\:border-blue-50\/15:focus{
  border-color: rgb(238 247 255 / 0.15) !important;
}

.focus\:border-blue-50\/20:focus{
  border-color: rgb(238 247 255 / 0.2) !important;
}

.focus\:border-blue-50\/25:focus{
  border-color: rgb(238 247 255 / 0.25) !important;
}

.focus\:border-blue-50\/30:focus{
  border-color: rgb(238 247 255 / 0.3) !important;
}

.focus\:border-blue-50\/35:focus{
  border-color: rgb(238 247 255 / 0.35) !important;
}

.focus\:border-blue-50\/40:focus{
  border-color: rgb(238 247 255 / 0.4) !important;
}

.focus\:border-blue-50\/45:focus{
  border-color: rgb(238 247 255 / 0.45) !important;
}

.focus\:border-blue-50\/5:focus{
  border-color: rgb(238 247 255 / 0.05) !important;
}

.focus\:border-blue-50\/50:focus{
  border-color: rgb(238 247 255 / 0.5) !important;
}

.focus\:border-blue-50\/55:focus{
  border-color: rgb(238 247 255 / 0.55) !important;
}

.focus\:border-blue-50\/60:focus{
  border-color: rgb(238 247 255 / 0.6) !important;
}

.focus\:border-blue-50\/65:focus{
  border-color: rgb(238 247 255 / 0.65) !important;
}

.focus\:border-blue-50\/70:focus{
  border-color: rgb(238 247 255 / 0.7) !important;
}

.focus\:border-blue-50\/75:focus{
  border-color: rgb(238 247 255 / 0.75) !important;
}

.focus\:border-blue-50\/80:focus{
  border-color: rgb(238 247 255 / 0.8) !important;
}

.focus\:border-blue-50\/85:focus{
  border-color: rgb(238 247 255 / 0.85) !important;
}

.focus\:border-blue-50\/90:focus{
  border-color: rgb(238 247 255 / 0.9) !important;
}

.focus\:border-blue-50\/95:focus{
  border-color: rgb(238 247 255 / 0.95) !important;
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 133 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-500\/0:focus{
  border-color: rgb(42 133 255 / 0) !important;
}

.focus\:border-blue-500\/10:focus{
  border-color: rgb(42 133 255 / 0.1) !important;
}

.focus\:border-blue-500\/100:focus{
  border-color: rgb(42 133 255 / 1) !important;
}

.focus\:border-blue-500\/15:focus{
  border-color: rgb(42 133 255 / 0.15) !important;
}

.focus\:border-blue-500\/20:focus{
  border-color: rgb(42 133 255 / 0.2) !important;
}

.focus\:border-blue-500\/25:focus{
  border-color: rgb(42 133 255 / 0.25) !important;
}

.focus\:border-blue-500\/30:focus{
  border-color: rgb(42 133 255 / 0.3) !important;
}

.focus\:border-blue-500\/35:focus{
  border-color: rgb(42 133 255 / 0.35) !important;
}

.focus\:border-blue-500\/40:focus{
  border-color: rgb(42 133 255 / 0.4) !important;
}

.focus\:border-blue-500\/45:focus{
  border-color: rgb(42 133 255 / 0.45) !important;
}

.focus\:border-blue-500\/5:focus{
  border-color: rgb(42 133 255 / 0.05) !important;
}

.focus\:border-blue-500\/50:focus{
  border-color: rgb(42 133 255 / 0.5) !important;
}

.focus\:border-blue-500\/55:focus{
  border-color: rgb(42 133 255 / 0.55) !important;
}

.focus\:border-blue-500\/60:focus{
  border-color: rgb(42 133 255 / 0.6) !important;
}

.focus\:border-blue-500\/65:focus{
  border-color: rgb(42 133 255 / 0.65) !important;
}

.focus\:border-blue-500\/70:focus{
  border-color: rgb(42 133 255 / 0.7) !important;
}

.focus\:border-blue-500\/75:focus{
  border-color: rgb(42 133 255 / 0.75) !important;
}

.focus\:border-blue-500\/80:focus{
  border-color: rgb(42 133 255 / 0.8) !important;
}

.focus\:border-blue-500\/85:focus{
  border-color: rgb(42 133 255 / 0.85) !important;
}

.focus\:border-blue-500\/90:focus{
  border-color: rgb(42 133 255 / 0.9) !important;
}

.focus\:border-blue-500\/95:focus{
  border-color: rgb(42 133 255 / 0.95) !important;
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 105 245 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-600\/0:focus{
  border-color: rgb(27 105 245 / 0) !important;
}

.focus\:border-blue-600\/10:focus{
  border-color: rgb(27 105 245 / 0.1) !important;
}

.focus\:border-blue-600\/100:focus{
  border-color: rgb(27 105 245 / 1) !important;
}

.focus\:border-blue-600\/15:focus{
  border-color: rgb(27 105 245 / 0.15) !important;
}

.focus\:border-blue-600\/20:focus{
  border-color: rgb(27 105 245 / 0.2) !important;
}

.focus\:border-blue-600\/25:focus{
  border-color: rgb(27 105 245 / 0.25) !important;
}

.focus\:border-blue-600\/30:focus{
  border-color: rgb(27 105 245 / 0.3) !important;
}

.focus\:border-blue-600\/35:focus{
  border-color: rgb(27 105 245 / 0.35) !important;
}

.focus\:border-blue-600\/40:focus{
  border-color: rgb(27 105 245 / 0.4) !important;
}

.focus\:border-blue-600\/45:focus{
  border-color: rgb(27 105 245 / 0.45) !important;
}

.focus\:border-blue-600\/5:focus{
  border-color: rgb(27 105 245 / 0.05) !important;
}

.focus\:border-blue-600\/50:focus{
  border-color: rgb(27 105 245 / 0.5) !important;
}

.focus\:border-blue-600\/55:focus{
  border-color: rgb(27 105 245 / 0.55) !important;
}

.focus\:border-blue-600\/60:focus{
  border-color: rgb(27 105 245 / 0.6) !important;
}

.focus\:border-blue-600\/65:focus{
  border-color: rgb(27 105 245 / 0.65) !important;
}

.focus\:border-blue-600\/70:focus{
  border-color: rgb(27 105 245 / 0.7) !important;
}

.focus\:border-blue-600\/75:focus{
  border-color: rgb(27 105 245 / 0.75) !important;
}

.focus\:border-blue-600\/80:focus{
  border-color: rgb(27 105 245 / 0.8) !important;
}

.focus\:border-blue-600\/85:focus{
  border-color: rgb(27 105 245 / 0.85) !important;
}

.focus\:border-blue-600\/90:focus{
  border-color: rgb(27 105 245 / 0.9) !important;
}

.focus\:border-blue-600\/95:focus{
  border-color: rgb(27 105 245 / 0.95) !important;
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 84 225 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-700\/0:focus{
  border-color: rgb(20 84 225 / 0) !important;
}

.focus\:border-blue-700\/10:focus{
  border-color: rgb(20 84 225 / 0.1) !important;
}

.focus\:border-blue-700\/100:focus{
  border-color: rgb(20 84 225 / 1) !important;
}

.focus\:border-blue-700\/15:focus{
  border-color: rgb(20 84 225 / 0.15) !important;
}

.focus\:border-blue-700\/20:focus{
  border-color: rgb(20 84 225 / 0.2) !important;
}

.focus\:border-blue-700\/25:focus{
  border-color: rgb(20 84 225 / 0.25) !important;
}

.focus\:border-blue-700\/30:focus{
  border-color: rgb(20 84 225 / 0.3) !important;
}

.focus\:border-blue-700\/35:focus{
  border-color: rgb(20 84 225 / 0.35) !important;
}

.focus\:border-blue-700\/40:focus{
  border-color: rgb(20 84 225 / 0.4) !important;
}

.focus\:border-blue-700\/45:focus{
  border-color: rgb(20 84 225 / 0.45) !important;
}

.focus\:border-blue-700\/5:focus{
  border-color: rgb(20 84 225 / 0.05) !important;
}

.focus\:border-blue-700\/50:focus{
  border-color: rgb(20 84 225 / 0.5) !important;
}

.focus\:border-blue-700\/55:focus{
  border-color: rgb(20 84 225 / 0.55) !important;
}

.focus\:border-blue-700\/60:focus{
  border-color: rgb(20 84 225 / 0.6) !important;
}

.focus\:border-blue-700\/65:focus{
  border-color: rgb(20 84 225 / 0.65) !important;
}

.focus\:border-blue-700\/70:focus{
  border-color: rgb(20 84 225 / 0.7) !important;
}

.focus\:border-blue-700\/75:focus{
  border-color: rgb(20 84 225 / 0.75) !important;
}

.focus\:border-blue-700\/80:focus{
  border-color: rgb(20 84 225 / 0.8) !important;
}

.focus\:border-blue-700\/85:focus{
  border-color: rgb(20 84 225 / 0.85) !important;
}

.focus\:border-blue-700\/90:focus{
  border-color: rgb(20 84 225 / 0.9) !important;
}

.focus\:border-blue-700\/95:focus{
  border-color: rgb(20 84 225 / 0.95) !important;
}

.focus\:border-blue-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 68 182 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-800\/0:focus{
  border-color: rgb(23 68 182 / 0) !important;
}

.focus\:border-blue-800\/10:focus{
  border-color: rgb(23 68 182 / 0.1) !important;
}

.focus\:border-blue-800\/100:focus{
  border-color: rgb(23 68 182 / 1) !important;
}

.focus\:border-blue-800\/15:focus{
  border-color: rgb(23 68 182 / 0.15) !important;
}

.focus\:border-blue-800\/20:focus{
  border-color: rgb(23 68 182 / 0.2) !important;
}

.focus\:border-blue-800\/25:focus{
  border-color: rgb(23 68 182 / 0.25) !important;
}

.focus\:border-blue-800\/30:focus{
  border-color: rgb(23 68 182 / 0.3) !important;
}

.focus\:border-blue-800\/35:focus{
  border-color: rgb(23 68 182 / 0.35) !important;
}

.focus\:border-blue-800\/40:focus{
  border-color: rgb(23 68 182 / 0.4) !important;
}

.focus\:border-blue-800\/45:focus{
  border-color: rgb(23 68 182 / 0.45) !important;
}

.focus\:border-blue-800\/5:focus{
  border-color: rgb(23 68 182 / 0.05) !important;
}

.focus\:border-blue-800\/50:focus{
  border-color: rgb(23 68 182 / 0.5) !important;
}

.focus\:border-blue-800\/55:focus{
  border-color: rgb(23 68 182 / 0.55) !important;
}

.focus\:border-blue-800\/60:focus{
  border-color: rgb(23 68 182 / 0.6) !important;
}

.focus\:border-blue-800\/65:focus{
  border-color: rgb(23 68 182 / 0.65) !important;
}

.focus\:border-blue-800\/70:focus{
  border-color: rgb(23 68 182 / 0.7) !important;
}

.focus\:border-blue-800\/75:focus{
  border-color: rgb(23 68 182 / 0.75) !important;
}

.focus\:border-blue-800\/80:focus{
  border-color: rgb(23 68 182 / 0.8) !important;
}

.focus\:border-blue-800\/85:focus{
  border-color: rgb(23 68 182 / 0.85) !important;
}

.focus\:border-blue-800\/90:focus{
  border-color: rgb(23 68 182 / 0.9) !important;
}

.focus\:border-blue-800\/95:focus{
  border-color: rgb(23 68 182 / 0.95) !important;
}

.focus\:border-blue-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 61 143 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-blue-900\/0:focus{
  border-color: rgb(25 61 143 / 0) !important;
}

.focus\:border-blue-900\/10:focus{
  border-color: rgb(25 61 143 / 0.1) !important;
}

.focus\:border-blue-900\/100:focus{
  border-color: rgb(25 61 143 / 1) !important;
}

.focus\:border-blue-900\/15:focus{
  border-color: rgb(25 61 143 / 0.15) !important;
}

.focus\:border-blue-900\/20:focus{
  border-color: rgb(25 61 143 / 0.2) !important;
}

.focus\:border-blue-900\/25:focus{
  border-color: rgb(25 61 143 / 0.25) !important;
}

.focus\:border-blue-900\/30:focus{
  border-color: rgb(25 61 143 / 0.3) !important;
}

.focus\:border-blue-900\/35:focus{
  border-color: rgb(25 61 143 / 0.35) !important;
}

.focus\:border-blue-900\/40:focus{
  border-color: rgb(25 61 143 / 0.4) !important;
}

.focus\:border-blue-900\/45:focus{
  border-color: rgb(25 61 143 / 0.45) !important;
}

.focus\:border-blue-900\/5:focus{
  border-color: rgb(25 61 143 / 0.05) !important;
}

.focus\:border-blue-900\/50:focus{
  border-color: rgb(25 61 143 / 0.5) !important;
}

.focus\:border-blue-900\/55:focus{
  border-color: rgb(25 61 143 / 0.55) !important;
}

.focus\:border-blue-900\/60:focus{
  border-color: rgb(25 61 143 / 0.6) !important;
}

.focus\:border-blue-900\/65:focus{
  border-color: rgb(25 61 143 / 0.65) !important;
}

.focus\:border-blue-900\/70:focus{
  border-color: rgb(25 61 143 / 0.7) !important;
}

.focus\:border-blue-900\/75:focus{
  border-color: rgb(25 61 143 / 0.75) !important;
}

.focus\:border-blue-900\/80:focus{
  border-color: rgb(25 61 143 / 0.8) !important;
}

.focus\:border-blue-900\/85:focus{
  border-color: rgb(25 61 143 / 0.85) !important;
}

.focus\:border-blue-900\/90:focus{
  border-color: rgb(25 61 143 / 0.9) !important;
}

.focus\:border-blue-900\/95:focus{
  border-color: rgb(25 61 143 / 0.95) !important;
}

.focus\:border-cyan-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 229 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-100\/0:focus{
  border-color: rgb(187 229 255 / 0) !important;
}

.focus\:border-cyan-100\/10:focus{
  border-color: rgb(187 229 255 / 0.1) !important;
}

.focus\:border-cyan-100\/100:focus{
  border-color: rgb(187 229 255 / 1) !important;
}

.focus\:border-cyan-100\/15:focus{
  border-color: rgb(187 229 255 / 0.15) !important;
}

.focus\:border-cyan-100\/20:focus{
  border-color: rgb(187 229 255 / 0.2) !important;
}

.focus\:border-cyan-100\/25:focus{
  border-color: rgb(187 229 255 / 0.25) !important;
}

.focus\:border-cyan-100\/30:focus{
  border-color: rgb(187 229 255 / 0.3) !important;
}

.focus\:border-cyan-100\/35:focus{
  border-color: rgb(187 229 255 / 0.35) !important;
}

.focus\:border-cyan-100\/40:focus{
  border-color: rgb(187 229 255 / 0.4) !important;
}

.focus\:border-cyan-100\/45:focus{
  border-color: rgb(187 229 255 / 0.45) !important;
}

.focus\:border-cyan-100\/5:focus{
  border-color: rgb(187 229 255 / 0.05) !important;
}

.focus\:border-cyan-100\/50:focus{
  border-color: rgb(187 229 255 / 0.5) !important;
}

.focus\:border-cyan-100\/55:focus{
  border-color: rgb(187 229 255 / 0.55) !important;
}

.focus\:border-cyan-100\/60:focus{
  border-color: rgb(187 229 255 / 0.6) !important;
}

.focus\:border-cyan-100\/65:focus{
  border-color: rgb(187 229 255 / 0.65) !important;
}

.focus\:border-cyan-100\/70:focus{
  border-color: rgb(187 229 255 / 0.7) !important;
}

.focus\:border-cyan-100\/75:focus{
  border-color: rgb(187 229 255 / 0.75) !important;
}

.focus\:border-cyan-100\/80:focus{
  border-color: rgb(187 229 255 / 0.8) !important;
}

.focus\:border-cyan-100\/85:focus{
  border-color: rgb(187 229 255 / 0.85) !important;
}

.focus\:border-cyan-100\/90:focus{
  border-color: rgb(187 229 255 / 0.9) !important;
}

.focus\:border-cyan-100\/95:focus{
  border-color: rgb(187 229 255 / 0.95) !important;
}

.focus\:border-cyan-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 211 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-200\/0:focus{
  border-color: rgb(142 211 255 / 0) !important;
}

.focus\:border-cyan-200\/10:focus{
  border-color: rgb(142 211 255 / 0.1) !important;
}

.focus\:border-cyan-200\/100:focus{
  border-color: rgb(142 211 255 / 1) !important;
}

.focus\:border-cyan-200\/15:focus{
  border-color: rgb(142 211 255 / 0.15) !important;
}

.focus\:border-cyan-200\/20:focus{
  border-color: rgb(142 211 255 / 0.2) !important;
}

.focus\:border-cyan-200\/25:focus{
  border-color: rgb(142 211 255 / 0.25) !important;
}

.focus\:border-cyan-200\/30:focus{
  border-color: rgb(142 211 255 / 0.3) !important;
}

.focus\:border-cyan-200\/35:focus{
  border-color: rgb(142 211 255 / 0.35) !important;
}

.focus\:border-cyan-200\/40:focus{
  border-color: rgb(142 211 255 / 0.4) !important;
}

.focus\:border-cyan-200\/45:focus{
  border-color: rgb(142 211 255 / 0.45) !important;
}

.focus\:border-cyan-200\/5:focus{
  border-color: rgb(142 211 255 / 0.05) !important;
}

.focus\:border-cyan-200\/50:focus{
  border-color: rgb(142 211 255 / 0.5) !important;
}

.focus\:border-cyan-200\/55:focus{
  border-color: rgb(142 211 255 / 0.55) !important;
}

.focus\:border-cyan-200\/60:focus{
  border-color: rgb(142 211 255 / 0.6) !important;
}

.focus\:border-cyan-200\/65:focus{
  border-color: rgb(142 211 255 / 0.65) !important;
}

.focus\:border-cyan-200\/70:focus{
  border-color: rgb(142 211 255 / 0.7) !important;
}

.focus\:border-cyan-200\/75:focus{
  border-color: rgb(142 211 255 / 0.75) !important;
}

.focus\:border-cyan-200\/80:focus{
  border-color: rgb(142 211 255 / 0.8) !important;
}

.focus\:border-cyan-200\/85:focus{
  border-color: rgb(142 211 255 / 0.85) !important;
}

.focus\:border-cyan-200\/90:focus{
  border-color: rgb(142 211 255 / 0.9) !important;
}

.focus\:border-cyan-200\/95:focus{
  border-color: rgb(142 211 255 / 0.95) !important;
}

.focus\:border-cyan-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 193 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-300\/0:focus{
  border-color: rgb(97 193 255 / 0) !important;
}

.focus\:border-cyan-300\/10:focus{
  border-color: rgb(97 193 255 / 0.1) !important;
}

.focus\:border-cyan-300\/100:focus{
  border-color: rgb(97 193 255 / 1) !important;
}

.focus\:border-cyan-300\/15:focus{
  border-color: rgb(97 193 255 / 0.15) !important;
}

.focus\:border-cyan-300\/20:focus{
  border-color: rgb(97 193 255 / 0.2) !important;
}

.focus\:border-cyan-300\/25:focus{
  border-color: rgb(97 193 255 / 0.25) !important;
}

.focus\:border-cyan-300\/30:focus{
  border-color: rgb(97 193 255 / 0.3) !important;
}

.focus\:border-cyan-300\/35:focus{
  border-color: rgb(97 193 255 / 0.35) !important;
}

.focus\:border-cyan-300\/40:focus{
  border-color: rgb(97 193 255 / 0.4) !important;
}

.focus\:border-cyan-300\/45:focus{
  border-color: rgb(97 193 255 / 0.45) !important;
}

.focus\:border-cyan-300\/5:focus{
  border-color: rgb(97 193 255 / 0.05) !important;
}

.focus\:border-cyan-300\/50:focus{
  border-color: rgb(97 193 255 / 0.5) !important;
}

.focus\:border-cyan-300\/55:focus{
  border-color: rgb(97 193 255 / 0.55) !important;
}

.focus\:border-cyan-300\/60:focus{
  border-color: rgb(97 193 255 / 0.6) !important;
}

.focus\:border-cyan-300\/65:focus{
  border-color: rgb(97 193 255 / 0.65) !important;
}

.focus\:border-cyan-300\/70:focus{
  border-color: rgb(97 193 255 / 0.7) !important;
}

.focus\:border-cyan-300\/75:focus{
  border-color: rgb(97 193 255 / 0.75) !important;
}

.focus\:border-cyan-300\/80:focus{
  border-color: rgb(97 193 255 / 0.8) !important;
}

.focus\:border-cyan-300\/85:focus{
  border-color: rgb(97 193 255 / 0.85) !important;
}

.focus\:border-cyan-300\/90:focus{
  border-color: rgb(97 193 255 / 0.9) !important;
}

.focus\:border-cyan-300\/95:focus{
  border-color: rgb(97 193 255 / 0.95) !important;
}

.focus\:border-cyan-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 180 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-400\/0:focus{
  border-color: rgb(63 180 255 / 0) !important;
}

.focus\:border-cyan-400\/10:focus{
  border-color: rgb(63 180 255 / 0.1) !important;
}

.focus\:border-cyan-400\/100:focus{
  border-color: rgb(63 180 255 / 1) !important;
}

.focus\:border-cyan-400\/15:focus{
  border-color: rgb(63 180 255 / 0.15) !important;
}

.focus\:border-cyan-400\/20:focus{
  border-color: rgb(63 180 255 / 0.2) !important;
}

.focus\:border-cyan-400\/25:focus{
  border-color: rgb(63 180 255 / 0.25) !important;
}

.focus\:border-cyan-400\/30:focus{
  border-color: rgb(63 180 255 / 0.3) !important;
}

.focus\:border-cyan-400\/35:focus{
  border-color: rgb(63 180 255 / 0.35) !important;
}

.focus\:border-cyan-400\/40:focus{
  border-color: rgb(63 180 255 / 0.4) !important;
}

.focus\:border-cyan-400\/45:focus{
  border-color: rgb(63 180 255 / 0.45) !important;
}

.focus\:border-cyan-400\/5:focus{
  border-color: rgb(63 180 255 / 0.05) !important;
}

.focus\:border-cyan-400\/50:focus{
  border-color: rgb(63 180 255 / 0.5) !important;
}

.focus\:border-cyan-400\/55:focus{
  border-color: rgb(63 180 255 / 0.55) !important;
}

.focus\:border-cyan-400\/60:focus{
  border-color: rgb(63 180 255 / 0.6) !important;
}

.focus\:border-cyan-400\/65:focus{
  border-color: rgb(63 180 255 / 0.65) !important;
}

.focus\:border-cyan-400\/70:focus{
  border-color: rgb(63 180 255 / 0.7) !important;
}

.focus\:border-cyan-400\/75:focus{
  border-color: rgb(63 180 255 / 0.75) !important;
}

.focus\:border-cyan-400\/80:focus{
  border-color: rgb(63 180 255 / 0.8) !important;
}

.focus\:border-cyan-400\/85:focus{
  border-color: rgb(63 180 255 / 0.85) !important;
}

.focus\:border-cyan-400\/90:focus{
  border-color: rgb(63 180 255 / 0.9) !important;
}

.focus\:border-cyan-400\/95:focus{
  border-color: rgb(63 180 255 / 0.95) !important;
}

.focus\:border-cyan-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 244 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-50\/0:focus{
  border-color: rgb(228 244 255 / 0) !important;
}

.focus\:border-cyan-50\/10:focus{
  border-color: rgb(228 244 255 / 0.1) !important;
}

.focus\:border-cyan-50\/100:focus{
  border-color: rgb(228 244 255 / 1) !important;
}

.focus\:border-cyan-50\/15:focus{
  border-color: rgb(228 244 255 / 0.15) !important;
}

.focus\:border-cyan-50\/20:focus{
  border-color: rgb(228 244 255 / 0.2) !important;
}

.focus\:border-cyan-50\/25:focus{
  border-color: rgb(228 244 255 / 0.25) !important;
}

.focus\:border-cyan-50\/30:focus{
  border-color: rgb(228 244 255 / 0.3) !important;
}

.focus\:border-cyan-50\/35:focus{
  border-color: rgb(228 244 255 / 0.35) !important;
}

.focus\:border-cyan-50\/40:focus{
  border-color: rgb(228 244 255 / 0.4) !important;
}

.focus\:border-cyan-50\/45:focus{
  border-color: rgb(228 244 255 / 0.45) !important;
}

.focus\:border-cyan-50\/5:focus{
  border-color: rgb(228 244 255 / 0.05) !important;
}

.focus\:border-cyan-50\/50:focus{
  border-color: rgb(228 244 255 / 0.5) !important;
}

.focus\:border-cyan-50\/55:focus{
  border-color: rgb(228 244 255 / 0.55) !important;
}

.focus\:border-cyan-50\/60:focus{
  border-color: rgb(228 244 255 / 0.6) !important;
}

.focus\:border-cyan-50\/65:focus{
  border-color: rgb(228 244 255 / 0.65) !important;
}

.focus\:border-cyan-50\/70:focus{
  border-color: rgb(228 244 255 / 0.7) !important;
}

.focus\:border-cyan-50\/75:focus{
  border-color: rgb(228 244 255 / 0.75) !important;
}

.focus\:border-cyan-50\/80:focus{
  border-color: rgb(228 244 255 / 0.8) !important;
}

.focus\:border-cyan-50\/85:focus{
  border-color: rgb(228 244 255 / 0.85) !important;
}

.focus\:border-cyan-50\/90:focus{
  border-color: rgb(228 244 255 / 0.9) !important;
}

.focus\:border-cyan-50\/95:focus{
  border-color: rgb(228 244 255 / 0.95) !important;
}

.focus\:border-cyan-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 167 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-500\/0:focus{
  border-color: rgb(29 167 255 / 0) !important;
}

.focus\:border-cyan-500\/10:focus{
  border-color: rgb(29 167 255 / 0.1) !important;
}

.focus\:border-cyan-500\/100:focus{
  border-color: rgb(29 167 255 / 1) !important;
}

.focus\:border-cyan-500\/15:focus{
  border-color: rgb(29 167 255 / 0.15) !important;
}

.focus\:border-cyan-500\/20:focus{
  border-color: rgb(29 167 255 / 0.2) !important;
}

.focus\:border-cyan-500\/25:focus{
  border-color: rgb(29 167 255 / 0.25) !important;
}

.focus\:border-cyan-500\/30:focus{
  border-color: rgb(29 167 255 / 0.3) !important;
}

.focus\:border-cyan-500\/35:focus{
  border-color: rgb(29 167 255 / 0.35) !important;
}

.focus\:border-cyan-500\/40:focus{
  border-color: rgb(29 167 255 / 0.4) !important;
}

.focus\:border-cyan-500\/45:focus{
  border-color: rgb(29 167 255 / 0.45) !important;
}

.focus\:border-cyan-500\/5:focus{
  border-color: rgb(29 167 255 / 0.05) !important;
}

.focus\:border-cyan-500\/50:focus{
  border-color: rgb(29 167 255 / 0.5) !important;
}

.focus\:border-cyan-500\/55:focus{
  border-color: rgb(29 167 255 / 0.55) !important;
}

.focus\:border-cyan-500\/60:focus{
  border-color: rgb(29 167 255 / 0.6) !important;
}

.focus\:border-cyan-500\/65:focus{
  border-color: rgb(29 167 255 / 0.65) !important;
}

.focus\:border-cyan-500\/70:focus{
  border-color: rgb(29 167 255 / 0.7) !important;
}

.focus\:border-cyan-500\/75:focus{
  border-color: rgb(29 167 255 / 0.75) !important;
}

.focus\:border-cyan-500\/80:focus{
  border-color: rgb(29 167 255 / 0.8) !important;
}

.focus\:border-cyan-500\/85:focus{
  border-color: rgb(29 167 255 / 0.85) !important;
}

.focus\:border-cyan-500\/90:focus{
  border-color: rgb(29 167 255 / 0.9) !important;
}

.focus\:border-cyan-500\/95:focus{
  border-color: rgb(29 167 255 / 0.95) !important;
}

.focus\:border-cyan-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 159 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-600\/0:focus{
  border-color: rgb(26 159 255 / 0) !important;
}

.focus\:border-cyan-600\/10:focus{
  border-color: rgb(26 159 255 / 0.1) !important;
}

.focus\:border-cyan-600\/100:focus{
  border-color: rgb(26 159 255 / 1) !important;
}

.focus\:border-cyan-600\/15:focus{
  border-color: rgb(26 159 255 / 0.15) !important;
}

.focus\:border-cyan-600\/20:focus{
  border-color: rgb(26 159 255 / 0.2) !important;
}

.focus\:border-cyan-600\/25:focus{
  border-color: rgb(26 159 255 / 0.25) !important;
}

.focus\:border-cyan-600\/30:focus{
  border-color: rgb(26 159 255 / 0.3) !important;
}

.focus\:border-cyan-600\/35:focus{
  border-color: rgb(26 159 255 / 0.35) !important;
}

.focus\:border-cyan-600\/40:focus{
  border-color: rgb(26 159 255 / 0.4) !important;
}

.focus\:border-cyan-600\/45:focus{
  border-color: rgb(26 159 255 / 0.45) !important;
}

.focus\:border-cyan-600\/5:focus{
  border-color: rgb(26 159 255 / 0.05) !important;
}

.focus\:border-cyan-600\/50:focus{
  border-color: rgb(26 159 255 / 0.5) !important;
}

.focus\:border-cyan-600\/55:focus{
  border-color: rgb(26 159 255 / 0.55) !important;
}

.focus\:border-cyan-600\/60:focus{
  border-color: rgb(26 159 255 / 0.6) !important;
}

.focus\:border-cyan-600\/65:focus{
  border-color: rgb(26 159 255 / 0.65) !important;
}

.focus\:border-cyan-600\/70:focus{
  border-color: rgb(26 159 255 / 0.7) !important;
}

.focus\:border-cyan-600\/75:focus{
  border-color: rgb(26 159 255 / 0.75) !important;
}

.focus\:border-cyan-600\/80:focus{
  border-color: rgb(26 159 255 / 0.8) !important;
}

.focus\:border-cyan-600\/85:focus{
  border-color: rgb(26 159 255 / 0.85) !important;
}

.focus\:border-cyan-600\/90:focus{
  border-color: rgb(26 159 255 / 0.9) !important;
}

.focus\:border-cyan-600\/95:focus{
  border-color: rgb(26 159 255 / 0.95) !important;
}

.focus\:border-cyan-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 150 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-700\/0:focus{
  border-color: rgb(21 150 255 / 0) !important;
}

.focus\:border-cyan-700\/10:focus{
  border-color: rgb(21 150 255 / 0.1) !important;
}

.focus\:border-cyan-700\/100:focus{
  border-color: rgb(21 150 255 / 1) !important;
}

.focus\:border-cyan-700\/15:focus{
  border-color: rgb(21 150 255 / 0.15) !important;
}

.focus\:border-cyan-700\/20:focus{
  border-color: rgb(21 150 255 / 0.2) !important;
}

.focus\:border-cyan-700\/25:focus{
  border-color: rgb(21 150 255 / 0.25) !important;
}

.focus\:border-cyan-700\/30:focus{
  border-color: rgb(21 150 255 / 0.3) !important;
}

.focus\:border-cyan-700\/35:focus{
  border-color: rgb(21 150 255 / 0.35) !important;
}

.focus\:border-cyan-700\/40:focus{
  border-color: rgb(21 150 255 / 0.4) !important;
}

.focus\:border-cyan-700\/45:focus{
  border-color: rgb(21 150 255 / 0.45) !important;
}

.focus\:border-cyan-700\/5:focus{
  border-color: rgb(21 150 255 / 0.05) !important;
}

.focus\:border-cyan-700\/50:focus{
  border-color: rgb(21 150 255 / 0.5) !important;
}

.focus\:border-cyan-700\/55:focus{
  border-color: rgb(21 150 255 / 0.55) !important;
}

.focus\:border-cyan-700\/60:focus{
  border-color: rgb(21 150 255 / 0.6) !important;
}

.focus\:border-cyan-700\/65:focus{
  border-color: rgb(21 150 255 / 0.65) !important;
}

.focus\:border-cyan-700\/70:focus{
  border-color: rgb(21 150 255 / 0.7) !important;
}

.focus\:border-cyan-700\/75:focus{
  border-color: rgb(21 150 255 / 0.75) !important;
}

.focus\:border-cyan-700\/80:focus{
  border-color: rgb(21 150 255 / 0.8) !important;
}

.focus\:border-cyan-700\/85:focus{
  border-color: rgb(21 150 255 / 0.85) !important;
}

.focus\:border-cyan-700\/90:focus{
  border-color: rgb(21 150 255 / 0.9) !important;
}

.focus\:border-cyan-700\/95:focus{
  border-color: rgb(21 150 255 / 0.95) !important;
}

.focus\:border-cyan-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 140 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-800\/0:focus{
  border-color: rgb(17 140 255 / 0) !important;
}

.focus\:border-cyan-800\/10:focus{
  border-color: rgb(17 140 255 / 0.1) !important;
}

.focus\:border-cyan-800\/100:focus{
  border-color: rgb(17 140 255 / 1) !important;
}

.focus\:border-cyan-800\/15:focus{
  border-color: rgb(17 140 255 / 0.15) !important;
}

.focus\:border-cyan-800\/20:focus{
  border-color: rgb(17 140 255 / 0.2) !important;
}

.focus\:border-cyan-800\/25:focus{
  border-color: rgb(17 140 255 / 0.25) !important;
}

.focus\:border-cyan-800\/30:focus{
  border-color: rgb(17 140 255 / 0.3) !important;
}

.focus\:border-cyan-800\/35:focus{
  border-color: rgb(17 140 255 / 0.35) !important;
}

.focus\:border-cyan-800\/40:focus{
  border-color: rgb(17 140 255 / 0.4) !important;
}

.focus\:border-cyan-800\/45:focus{
  border-color: rgb(17 140 255 / 0.45) !important;
}

.focus\:border-cyan-800\/5:focus{
  border-color: rgb(17 140 255 / 0.05) !important;
}

.focus\:border-cyan-800\/50:focus{
  border-color: rgb(17 140 255 / 0.5) !important;
}

.focus\:border-cyan-800\/55:focus{
  border-color: rgb(17 140 255 / 0.55) !important;
}

.focus\:border-cyan-800\/60:focus{
  border-color: rgb(17 140 255 / 0.6) !important;
}

.focus\:border-cyan-800\/65:focus{
  border-color: rgb(17 140 255 / 0.65) !important;
}

.focus\:border-cyan-800\/70:focus{
  border-color: rgb(17 140 255 / 0.7) !important;
}

.focus\:border-cyan-800\/75:focus{
  border-color: rgb(17 140 255 / 0.75) !important;
}

.focus\:border-cyan-800\/80:focus{
  border-color: rgb(17 140 255 / 0.8) !important;
}

.focus\:border-cyan-800\/85:focus{
  border-color: rgb(17 140 255 / 0.85) !important;
}

.focus\:border-cyan-800\/90:focus{
  border-color: rgb(17 140 255 / 0.9) !important;
}

.focus\:border-cyan-800\/95:focus{
  border-color: rgb(17 140 255 / 0.95) !important;
}

.focus\:border-cyan-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 124 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-cyan-900\/0:focus{
  border-color: rgb(10 124 255 / 0) !important;
}

.focus\:border-cyan-900\/10:focus{
  border-color: rgb(10 124 255 / 0.1) !important;
}

.focus\:border-cyan-900\/100:focus{
  border-color: rgb(10 124 255 / 1) !important;
}

.focus\:border-cyan-900\/15:focus{
  border-color: rgb(10 124 255 / 0.15) !important;
}

.focus\:border-cyan-900\/20:focus{
  border-color: rgb(10 124 255 / 0.2) !important;
}

.focus\:border-cyan-900\/25:focus{
  border-color: rgb(10 124 255 / 0.25) !important;
}

.focus\:border-cyan-900\/30:focus{
  border-color: rgb(10 124 255 / 0.3) !important;
}

.focus\:border-cyan-900\/35:focus{
  border-color: rgb(10 124 255 / 0.35) !important;
}

.focus\:border-cyan-900\/40:focus{
  border-color: rgb(10 124 255 / 0.4) !important;
}

.focus\:border-cyan-900\/45:focus{
  border-color: rgb(10 124 255 / 0.45) !important;
}

.focus\:border-cyan-900\/5:focus{
  border-color: rgb(10 124 255 / 0.05) !important;
}

.focus\:border-cyan-900\/50:focus{
  border-color: rgb(10 124 255 / 0.5) !important;
}

.focus\:border-cyan-900\/55:focus{
  border-color: rgb(10 124 255 / 0.55) !important;
}

.focus\:border-cyan-900\/60:focus{
  border-color: rgb(10 124 255 / 0.6) !important;
}

.focus\:border-cyan-900\/65:focus{
  border-color: rgb(10 124 255 / 0.65) !important;
}

.focus\:border-cyan-900\/70:focus{
  border-color: rgb(10 124 255 / 0.7) !important;
}

.focus\:border-cyan-900\/75:focus{
  border-color: rgb(10 124 255 / 0.75) !important;
}

.focus\:border-cyan-900\/80:focus{
  border-color: rgb(10 124 255 / 0.8) !important;
}

.focus\:border-cyan-900\/85:focus{
  border-color: rgb(10 124 255 / 0.85) !important;
}

.focus\:border-cyan-900\/90:focus{
  border-color: rgb(10 124 255 / 0.9) !important;
}

.focus\:border-cyan-900\/95:focus{
  border-color: rgb(10 124 255 / 0.95) !important;
}

.focus\:border-darkgrey-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 241 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-100\/0:focus{
  border-color: rgb(229 229 241 / 0) !important;
}

.focus\:border-darkgrey-100\/10:focus{
  border-color: rgb(229 229 241 / 0.1) !important;
}

.focus\:border-darkgrey-100\/100:focus{
  border-color: rgb(229 229 241 / 1) !important;
}

.focus\:border-darkgrey-100\/15:focus{
  border-color: rgb(229 229 241 / 0.15) !important;
}

.focus\:border-darkgrey-100\/20:focus{
  border-color: rgb(229 229 241 / 0.2) !important;
}

.focus\:border-darkgrey-100\/25:focus{
  border-color: rgb(229 229 241 / 0.25) !important;
}

.focus\:border-darkgrey-100\/30:focus{
  border-color: rgb(229 229 241 / 0.3) !important;
}

.focus\:border-darkgrey-100\/35:focus{
  border-color: rgb(229 229 241 / 0.35) !important;
}

.focus\:border-darkgrey-100\/40:focus{
  border-color: rgb(229 229 241 / 0.4) !important;
}

.focus\:border-darkgrey-100\/45:focus{
  border-color: rgb(229 229 241 / 0.45) !important;
}

.focus\:border-darkgrey-100\/5:focus{
  border-color: rgb(229 229 241 / 0.05) !important;
}

.focus\:border-darkgrey-100\/50:focus{
  border-color: rgb(229 229 241 / 0.5) !important;
}

.focus\:border-darkgrey-100\/55:focus{
  border-color: rgb(229 229 241 / 0.55) !important;
}

.focus\:border-darkgrey-100\/60:focus{
  border-color: rgb(229 229 241 / 0.6) !important;
}

.focus\:border-darkgrey-100\/65:focus{
  border-color: rgb(229 229 241 / 0.65) !important;
}

.focus\:border-darkgrey-100\/70:focus{
  border-color: rgb(229 229 241 / 0.7) !important;
}

.focus\:border-darkgrey-100\/75:focus{
  border-color: rgb(229 229 241 / 0.75) !important;
}

.focus\:border-darkgrey-100\/80:focus{
  border-color: rgb(229 229 241 / 0.8) !important;
}

.focus\:border-darkgrey-100\/85:focus{
  border-color: rgb(229 229 241 / 0.85) !important;
}

.focus\:border-darkgrey-100\/90:focus{
  border-color: rgb(229 229 241 / 0.9) !important;
}

.focus\:border-darkgrey-100\/95:focus{
  border-color: rgb(229 229 241 / 0.95) !important;
}

.focus\:border-darkgrey-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 212 231 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-200\/0:focus{
  border-color: rgb(211 212 231 / 0) !important;
}

.focus\:border-darkgrey-200\/10:focus{
  border-color: rgb(211 212 231 / 0.1) !important;
}

.focus\:border-darkgrey-200\/100:focus{
  border-color: rgb(211 212 231 / 1) !important;
}

.focus\:border-darkgrey-200\/15:focus{
  border-color: rgb(211 212 231 / 0.15) !important;
}

.focus\:border-darkgrey-200\/20:focus{
  border-color: rgb(211 212 231 / 0.2) !important;
}

.focus\:border-darkgrey-200\/25:focus{
  border-color: rgb(211 212 231 / 0.25) !important;
}

.focus\:border-darkgrey-200\/30:focus{
  border-color: rgb(211 212 231 / 0.3) !important;
}

.focus\:border-darkgrey-200\/35:focus{
  border-color: rgb(211 212 231 / 0.35) !important;
}

.focus\:border-darkgrey-200\/40:focus{
  border-color: rgb(211 212 231 / 0.4) !important;
}

.focus\:border-darkgrey-200\/45:focus{
  border-color: rgb(211 212 231 / 0.45) !important;
}

.focus\:border-darkgrey-200\/5:focus{
  border-color: rgb(211 212 231 / 0.05) !important;
}

.focus\:border-darkgrey-200\/50:focus{
  border-color: rgb(211 212 231 / 0.5) !important;
}

.focus\:border-darkgrey-200\/55:focus{
  border-color: rgb(211 212 231 / 0.55) !important;
}

.focus\:border-darkgrey-200\/60:focus{
  border-color: rgb(211 212 231 / 0.6) !important;
}

.focus\:border-darkgrey-200\/65:focus{
  border-color: rgb(211 212 231 / 0.65) !important;
}

.focus\:border-darkgrey-200\/70:focus{
  border-color: rgb(211 212 231 / 0.7) !important;
}

.focus\:border-darkgrey-200\/75:focus{
  border-color: rgb(211 212 231 / 0.75) !important;
}

.focus\:border-darkgrey-200\/80:focus{
  border-color: rgb(211 212 231 / 0.8) !important;
}

.focus\:border-darkgrey-200\/85:focus{
  border-color: rgb(211 212 231 / 0.85) !important;
}

.focus\:border-darkgrey-200\/90:focus{
  border-color: rgb(211 212 231 / 0.9) !important;
}

.focus\:border-darkgrey-200\/95:focus{
  border-color: rgb(211 212 231 / 0.95) !important;
}

.focus\:border-darkgrey-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 195 221 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-300\/0:focus{
  border-color: rgb(193 195 221 / 0) !important;
}

.focus\:border-darkgrey-300\/10:focus{
  border-color: rgb(193 195 221 / 0.1) !important;
}

.focus\:border-darkgrey-300\/100:focus{
  border-color: rgb(193 195 221 / 1) !important;
}

.focus\:border-darkgrey-300\/15:focus{
  border-color: rgb(193 195 221 / 0.15) !important;
}

.focus\:border-darkgrey-300\/20:focus{
  border-color: rgb(193 195 221 / 0.2) !important;
}

.focus\:border-darkgrey-300\/25:focus{
  border-color: rgb(193 195 221 / 0.25) !important;
}

.focus\:border-darkgrey-300\/30:focus{
  border-color: rgb(193 195 221 / 0.3) !important;
}

.focus\:border-darkgrey-300\/35:focus{
  border-color: rgb(193 195 221 / 0.35) !important;
}

.focus\:border-darkgrey-300\/40:focus{
  border-color: rgb(193 195 221 / 0.4) !important;
}

.focus\:border-darkgrey-300\/45:focus{
  border-color: rgb(193 195 221 / 0.45) !important;
}

.focus\:border-darkgrey-300\/5:focus{
  border-color: rgb(193 195 221 / 0.05) !important;
}

.focus\:border-darkgrey-300\/50:focus{
  border-color: rgb(193 195 221 / 0.5) !important;
}

.focus\:border-darkgrey-300\/55:focus{
  border-color: rgb(193 195 221 / 0.55) !important;
}

.focus\:border-darkgrey-300\/60:focus{
  border-color: rgb(193 195 221 / 0.6) !important;
}

.focus\:border-darkgrey-300\/65:focus{
  border-color: rgb(193 195 221 / 0.65) !important;
}

.focus\:border-darkgrey-300\/70:focus{
  border-color: rgb(193 195 221 / 0.7) !important;
}

.focus\:border-darkgrey-300\/75:focus{
  border-color: rgb(193 195 221 / 0.75) !important;
}

.focus\:border-darkgrey-300\/80:focus{
  border-color: rgb(193 195 221 / 0.8) !important;
}

.focus\:border-darkgrey-300\/85:focus{
  border-color: rgb(193 195 221 / 0.85) !important;
}

.focus\:border-darkgrey-300\/90:focus{
  border-color: rgb(193 195 221 / 0.9) !important;
}

.focus\:border-darkgrey-300\/95:focus{
  border-color: rgb(193 195 221 / 0.95) !important;
}

.focus\:border-darkgrey-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 182 214 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-400\/0:focus{
  border-color: rgb(180 182 214 / 0) !important;
}

.focus\:border-darkgrey-400\/10:focus{
  border-color: rgb(180 182 214 / 0.1) !important;
}

.focus\:border-darkgrey-400\/100:focus{
  border-color: rgb(180 182 214 / 1) !important;
}

.focus\:border-darkgrey-400\/15:focus{
  border-color: rgb(180 182 214 / 0.15) !important;
}

.focus\:border-darkgrey-400\/20:focus{
  border-color: rgb(180 182 214 / 0.2) !important;
}

.focus\:border-darkgrey-400\/25:focus{
  border-color: rgb(180 182 214 / 0.25) !important;
}

.focus\:border-darkgrey-400\/30:focus{
  border-color: rgb(180 182 214 / 0.3) !important;
}

.focus\:border-darkgrey-400\/35:focus{
  border-color: rgb(180 182 214 / 0.35) !important;
}

.focus\:border-darkgrey-400\/40:focus{
  border-color: rgb(180 182 214 / 0.4) !important;
}

.focus\:border-darkgrey-400\/45:focus{
  border-color: rgb(180 182 214 / 0.45) !important;
}

.focus\:border-darkgrey-400\/5:focus{
  border-color: rgb(180 182 214 / 0.05) !important;
}

.focus\:border-darkgrey-400\/50:focus{
  border-color: rgb(180 182 214 / 0.5) !important;
}

.focus\:border-darkgrey-400\/55:focus{
  border-color: rgb(180 182 214 / 0.55) !important;
}

.focus\:border-darkgrey-400\/60:focus{
  border-color: rgb(180 182 214 / 0.6) !important;
}

.focus\:border-darkgrey-400\/65:focus{
  border-color: rgb(180 182 214 / 0.65) !important;
}

.focus\:border-darkgrey-400\/70:focus{
  border-color: rgb(180 182 214 / 0.7) !important;
}

.focus\:border-darkgrey-400\/75:focus{
  border-color: rgb(180 182 214 / 0.75) !important;
}

.focus\:border-darkgrey-400\/80:focus{
  border-color: rgb(180 182 214 / 0.8) !important;
}

.focus\:border-darkgrey-400\/85:focus{
  border-color: rgb(180 182 214 / 0.85) !important;
}

.focus\:border-darkgrey-400\/90:focus{
  border-color: rgb(180 182 214 / 0.9) !important;
}

.focus\:border-darkgrey-400\/95:focus{
  border-color: rgb(180 182 214 / 0.95) !important;
}

.focus\:border-darkgrey-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 245 249 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-50\/0:focus{
  border-color: rgb(244 245 249 / 0) !important;
}

.focus\:border-darkgrey-50\/10:focus{
  border-color: rgb(244 245 249 / 0.1) !important;
}

.focus\:border-darkgrey-50\/100:focus{
  border-color: rgb(244 245 249 / 1) !important;
}

.focus\:border-darkgrey-50\/15:focus{
  border-color: rgb(244 245 249 / 0.15) !important;
}

.focus\:border-darkgrey-50\/20:focus{
  border-color: rgb(244 245 249 / 0.2) !important;
}

.focus\:border-darkgrey-50\/25:focus{
  border-color: rgb(244 245 249 / 0.25) !important;
}

.focus\:border-darkgrey-50\/30:focus{
  border-color: rgb(244 245 249 / 0.3) !important;
}

.focus\:border-darkgrey-50\/35:focus{
  border-color: rgb(244 245 249 / 0.35) !important;
}

.focus\:border-darkgrey-50\/40:focus{
  border-color: rgb(244 245 249 / 0.4) !important;
}

.focus\:border-darkgrey-50\/45:focus{
  border-color: rgb(244 245 249 / 0.45) !important;
}

.focus\:border-darkgrey-50\/5:focus{
  border-color: rgb(244 245 249 / 0.05) !important;
}

.focus\:border-darkgrey-50\/50:focus{
  border-color: rgb(244 245 249 / 0.5) !important;
}

.focus\:border-darkgrey-50\/55:focus{
  border-color: rgb(244 245 249 / 0.55) !important;
}

.focus\:border-darkgrey-50\/60:focus{
  border-color: rgb(244 245 249 / 0.6) !important;
}

.focus\:border-darkgrey-50\/65:focus{
  border-color: rgb(244 245 249 / 0.65) !important;
}

.focus\:border-darkgrey-50\/70:focus{
  border-color: rgb(244 245 249 / 0.7) !important;
}

.focus\:border-darkgrey-50\/75:focus{
  border-color: rgb(244 245 249 / 0.75) !important;
}

.focus\:border-darkgrey-50\/80:focus{
  border-color: rgb(244 245 249 / 0.8) !important;
}

.focus\:border-darkgrey-50\/85:focus{
  border-color: rgb(244 245 249 / 0.85) !important;
}

.focus\:border-darkgrey-50\/90:focus{
  border-color: rgb(244 245 249 / 0.9) !important;
}

.focus\:border-darkgrey-50\/95:focus{
  border-color: rgb(244 245 249 / 0.95) !important;
}

.focus\:border-darkgrey-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 207 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-500\/0:focus{
  border-color: rgb(167 169 207 / 0) !important;
}

.focus\:border-darkgrey-500\/10:focus{
  border-color: rgb(167 169 207 / 0.1) !important;
}

.focus\:border-darkgrey-500\/100:focus{
  border-color: rgb(167 169 207 / 1) !important;
}

.focus\:border-darkgrey-500\/15:focus{
  border-color: rgb(167 169 207 / 0.15) !important;
}

.focus\:border-darkgrey-500\/20:focus{
  border-color: rgb(167 169 207 / 0.2) !important;
}

.focus\:border-darkgrey-500\/25:focus{
  border-color: rgb(167 169 207 / 0.25) !important;
}

.focus\:border-darkgrey-500\/30:focus{
  border-color: rgb(167 169 207 / 0.3) !important;
}

.focus\:border-darkgrey-500\/35:focus{
  border-color: rgb(167 169 207 / 0.35) !important;
}

.focus\:border-darkgrey-500\/40:focus{
  border-color: rgb(167 169 207 / 0.4) !important;
}

.focus\:border-darkgrey-500\/45:focus{
  border-color: rgb(167 169 207 / 0.45) !important;
}

.focus\:border-darkgrey-500\/5:focus{
  border-color: rgb(167 169 207 / 0.05) !important;
}

.focus\:border-darkgrey-500\/50:focus{
  border-color: rgb(167 169 207 / 0.5) !important;
}

.focus\:border-darkgrey-500\/55:focus{
  border-color: rgb(167 169 207 / 0.55) !important;
}

.focus\:border-darkgrey-500\/60:focus{
  border-color: rgb(167 169 207 / 0.6) !important;
}

.focus\:border-darkgrey-500\/65:focus{
  border-color: rgb(167 169 207 / 0.65) !important;
}

.focus\:border-darkgrey-500\/70:focus{
  border-color: rgb(167 169 207 / 0.7) !important;
}

.focus\:border-darkgrey-500\/75:focus{
  border-color: rgb(167 169 207 / 0.75) !important;
}

.focus\:border-darkgrey-500\/80:focus{
  border-color: rgb(167 169 207 / 0.8) !important;
}

.focus\:border-darkgrey-500\/85:focus{
  border-color: rgb(167 169 207 / 0.85) !important;
}

.focus\:border-darkgrey-500\/90:focus{
  border-color: rgb(167 169 207 / 0.9) !important;
}

.focus\:border-darkgrey-500\/95:focus{
  border-color: rgb(167 169 207 / 0.95) !important;
}

.focus\:border-darkgrey-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 162 202 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-600\/0:focus{
  border-color: rgb(159 162 202 / 0) !important;
}

.focus\:border-darkgrey-600\/10:focus{
  border-color: rgb(159 162 202 / 0.1) !important;
}

.focus\:border-darkgrey-600\/100:focus{
  border-color: rgb(159 162 202 / 1) !important;
}

.focus\:border-darkgrey-600\/15:focus{
  border-color: rgb(159 162 202 / 0.15) !important;
}

.focus\:border-darkgrey-600\/20:focus{
  border-color: rgb(159 162 202 / 0.2) !important;
}

.focus\:border-darkgrey-600\/25:focus{
  border-color: rgb(159 162 202 / 0.25) !important;
}

.focus\:border-darkgrey-600\/30:focus{
  border-color: rgb(159 162 202 / 0.3) !important;
}

.focus\:border-darkgrey-600\/35:focus{
  border-color: rgb(159 162 202 / 0.35) !important;
}

.focus\:border-darkgrey-600\/40:focus{
  border-color: rgb(159 162 202 / 0.4) !important;
}

.focus\:border-darkgrey-600\/45:focus{
  border-color: rgb(159 162 202 / 0.45) !important;
}

.focus\:border-darkgrey-600\/5:focus{
  border-color: rgb(159 162 202 / 0.05) !important;
}

.focus\:border-darkgrey-600\/50:focus{
  border-color: rgb(159 162 202 / 0.5) !important;
}

.focus\:border-darkgrey-600\/55:focus{
  border-color: rgb(159 162 202 / 0.55) !important;
}

.focus\:border-darkgrey-600\/60:focus{
  border-color: rgb(159 162 202 / 0.6) !important;
}

.focus\:border-darkgrey-600\/65:focus{
  border-color: rgb(159 162 202 / 0.65) !important;
}

.focus\:border-darkgrey-600\/70:focus{
  border-color: rgb(159 162 202 / 0.7) !important;
}

.focus\:border-darkgrey-600\/75:focus{
  border-color: rgb(159 162 202 / 0.75) !important;
}

.focus\:border-darkgrey-600\/80:focus{
  border-color: rgb(159 162 202 / 0.8) !important;
}

.focus\:border-darkgrey-600\/85:focus{
  border-color: rgb(159 162 202 / 0.85) !important;
}

.focus\:border-darkgrey-600\/90:focus{
  border-color: rgb(159 162 202 / 0.9) !important;
}

.focus\:border-darkgrey-600\/95:focus{
  border-color: rgb(159 162 202 / 0.95) !important;
}

.focus\:border-darkgrey-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(150 152 195 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-700\/0:focus{
  border-color: rgb(150 152 195 / 0) !important;
}

.focus\:border-darkgrey-700\/10:focus{
  border-color: rgb(150 152 195 / 0.1) !important;
}

.focus\:border-darkgrey-700\/100:focus{
  border-color: rgb(150 152 195 / 1) !important;
}

.focus\:border-darkgrey-700\/15:focus{
  border-color: rgb(150 152 195 / 0.15) !important;
}

.focus\:border-darkgrey-700\/20:focus{
  border-color: rgb(150 152 195 / 0.2) !important;
}

.focus\:border-darkgrey-700\/25:focus{
  border-color: rgb(150 152 195 / 0.25) !important;
}

.focus\:border-darkgrey-700\/30:focus{
  border-color: rgb(150 152 195 / 0.3) !important;
}

.focus\:border-darkgrey-700\/35:focus{
  border-color: rgb(150 152 195 / 0.35) !important;
}

.focus\:border-darkgrey-700\/40:focus{
  border-color: rgb(150 152 195 / 0.4) !important;
}

.focus\:border-darkgrey-700\/45:focus{
  border-color: rgb(150 152 195 / 0.45) !important;
}

.focus\:border-darkgrey-700\/5:focus{
  border-color: rgb(150 152 195 / 0.05) !important;
}

.focus\:border-darkgrey-700\/50:focus{
  border-color: rgb(150 152 195 / 0.5) !important;
}

.focus\:border-darkgrey-700\/55:focus{
  border-color: rgb(150 152 195 / 0.55) !important;
}

.focus\:border-darkgrey-700\/60:focus{
  border-color: rgb(150 152 195 / 0.6) !important;
}

.focus\:border-darkgrey-700\/65:focus{
  border-color: rgb(150 152 195 / 0.65) !important;
}

.focus\:border-darkgrey-700\/70:focus{
  border-color: rgb(150 152 195 / 0.7) !important;
}

.focus\:border-darkgrey-700\/75:focus{
  border-color: rgb(150 152 195 / 0.75) !important;
}

.focus\:border-darkgrey-700\/80:focus{
  border-color: rgb(150 152 195 / 0.8) !important;
}

.focus\:border-darkgrey-700\/85:focus{
  border-color: rgb(150 152 195 / 0.85) !important;
}

.focus\:border-darkgrey-700\/90:focus{
  border-color: rgb(150 152 195 / 0.9) !important;
}

.focus\:border-darkgrey-700\/95:focus{
  border-color: rgb(150 152 195 / 0.95) !important;
}

.focus\:border-darkgrey-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 189 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-800\/0:focus{
  border-color: rgb(140 143 189 / 0) !important;
}

.focus\:border-darkgrey-800\/10:focus{
  border-color: rgb(140 143 189 / 0.1) !important;
}

.focus\:border-darkgrey-800\/100:focus{
  border-color: rgb(140 143 189 / 1) !important;
}

.focus\:border-darkgrey-800\/15:focus{
  border-color: rgb(140 143 189 / 0.15) !important;
}

.focus\:border-darkgrey-800\/20:focus{
  border-color: rgb(140 143 189 / 0.2) !important;
}

.focus\:border-darkgrey-800\/25:focus{
  border-color: rgb(140 143 189 / 0.25) !important;
}

.focus\:border-darkgrey-800\/30:focus{
  border-color: rgb(140 143 189 / 0.3) !important;
}

.focus\:border-darkgrey-800\/35:focus{
  border-color: rgb(140 143 189 / 0.35) !important;
}

.focus\:border-darkgrey-800\/40:focus{
  border-color: rgb(140 143 189 / 0.4) !important;
}

.focus\:border-darkgrey-800\/45:focus{
  border-color: rgb(140 143 189 / 0.45) !important;
}

.focus\:border-darkgrey-800\/5:focus{
  border-color: rgb(140 143 189 / 0.05) !important;
}

.focus\:border-darkgrey-800\/50:focus{
  border-color: rgb(140 143 189 / 0.5) !important;
}

.focus\:border-darkgrey-800\/55:focus{
  border-color: rgb(140 143 189 / 0.55) !important;
}

.focus\:border-darkgrey-800\/60:focus{
  border-color: rgb(140 143 189 / 0.6) !important;
}

.focus\:border-darkgrey-800\/65:focus{
  border-color: rgb(140 143 189 / 0.65) !important;
}

.focus\:border-darkgrey-800\/70:focus{
  border-color: rgb(140 143 189 / 0.7) !important;
}

.focus\:border-darkgrey-800\/75:focus{
  border-color: rgb(140 143 189 / 0.75) !important;
}

.focus\:border-darkgrey-800\/80:focus{
  border-color: rgb(140 143 189 / 0.8) !important;
}

.focus\:border-darkgrey-800\/85:focus{
  border-color: rgb(140 143 189 / 0.85) !important;
}

.focus\:border-darkgrey-800\/90:focus{
  border-color: rgb(140 143 189 / 0.9) !important;
}

.focus\:border-darkgrey-800\/95:focus{
  border-color: rgb(140 143 189 / 0.95) !important;
}

.focus\:border-darkgrey-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 126 178 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-darkgrey-900\/0:focus{
  border-color: rgb(124 126 178 / 0) !important;
}

.focus\:border-darkgrey-900\/10:focus{
  border-color: rgb(124 126 178 / 0.1) !important;
}

.focus\:border-darkgrey-900\/100:focus{
  border-color: rgb(124 126 178 / 1) !important;
}

.focus\:border-darkgrey-900\/15:focus{
  border-color: rgb(124 126 178 / 0.15) !important;
}

.focus\:border-darkgrey-900\/20:focus{
  border-color: rgb(124 126 178 / 0.2) !important;
}

.focus\:border-darkgrey-900\/25:focus{
  border-color: rgb(124 126 178 / 0.25) !important;
}

.focus\:border-darkgrey-900\/30:focus{
  border-color: rgb(124 126 178 / 0.3) !important;
}

.focus\:border-darkgrey-900\/35:focus{
  border-color: rgb(124 126 178 / 0.35) !important;
}

.focus\:border-darkgrey-900\/40:focus{
  border-color: rgb(124 126 178 / 0.4) !important;
}

.focus\:border-darkgrey-900\/45:focus{
  border-color: rgb(124 126 178 / 0.45) !important;
}

.focus\:border-darkgrey-900\/5:focus{
  border-color: rgb(124 126 178 / 0.05) !important;
}

.focus\:border-darkgrey-900\/50:focus{
  border-color: rgb(124 126 178 / 0.5) !important;
}

.focus\:border-darkgrey-900\/55:focus{
  border-color: rgb(124 126 178 / 0.55) !important;
}

.focus\:border-darkgrey-900\/60:focus{
  border-color: rgb(124 126 178 / 0.6) !important;
}

.focus\:border-darkgrey-900\/65:focus{
  border-color: rgb(124 126 178 / 0.65) !important;
}

.focus\:border-darkgrey-900\/70:focus{
  border-color: rgb(124 126 178 / 0.7) !important;
}

.focus\:border-darkgrey-900\/75:focus{
  border-color: rgb(124 126 178 / 0.75) !important;
}

.focus\:border-darkgrey-900\/80:focus{
  border-color: rgb(124 126 178 / 0.8) !important;
}

.focus\:border-darkgrey-900\/85:focus{
  border-color: rgb(124 126 178 / 0.85) !important;
}

.focus\:border-darkgrey-900\/90:focus{
  border-color: rgb(124 126 178 / 0.9) !important;
}

.focus\:border-darkgrey-900\/95:focus{
  border-color: rgb(124 126 178 / 0.95) !important;
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-100\/0:focus{
  border-color: rgb(243 244 246 / 0) !important;
}

.focus\:border-gray-100\/10:focus{
  border-color: rgb(243 244 246 / 0.1) !important;
}

.focus\:border-gray-100\/100:focus{
  border-color: rgb(243 244 246 / 1) !important;
}

.focus\:border-gray-100\/15:focus{
  border-color: rgb(243 244 246 / 0.15) !important;
}

.focus\:border-gray-100\/20:focus{
  border-color: rgb(243 244 246 / 0.2) !important;
}

.focus\:border-gray-100\/25:focus{
  border-color: rgb(243 244 246 / 0.25) !important;
}

.focus\:border-gray-100\/30:focus{
  border-color: rgb(243 244 246 / 0.3) !important;
}

.focus\:border-gray-100\/35:focus{
  border-color: rgb(243 244 246 / 0.35) !important;
}

.focus\:border-gray-100\/40:focus{
  border-color: rgb(243 244 246 / 0.4) !important;
}

.focus\:border-gray-100\/45:focus{
  border-color: rgb(243 244 246 / 0.45) !important;
}

.focus\:border-gray-100\/5:focus{
  border-color: rgb(243 244 246 / 0.05) !important;
}

.focus\:border-gray-100\/50:focus{
  border-color: rgb(243 244 246 / 0.5) !important;
}

.focus\:border-gray-100\/55:focus{
  border-color: rgb(243 244 246 / 0.55) !important;
}

.focus\:border-gray-100\/60:focus{
  border-color: rgb(243 244 246 / 0.6) !important;
}

.focus\:border-gray-100\/65:focus{
  border-color: rgb(243 244 246 / 0.65) !important;
}

.focus\:border-gray-100\/70:focus{
  border-color: rgb(243 244 246 / 0.7) !important;
}

.focus\:border-gray-100\/75:focus{
  border-color: rgb(243 244 246 / 0.75) !important;
}

.focus\:border-gray-100\/80:focus{
  border-color: rgb(243 244 246 / 0.8) !important;
}

.focus\:border-gray-100\/85:focus{
  border-color: rgb(243 244 246 / 0.85) !important;
}

.focus\:border-gray-100\/90:focus{
  border-color: rgb(243 244 246 / 0.9) !important;
}

.focus\:border-gray-100\/95:focus{
  border-color: rgb(243 244 246 / 0.95) !important;
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-200\/0:focus{
  border-color: rgb(229 231 235 / 0) !important;
}

.focus\:border-gray-200\/10:focus{
  border-color: rgb(229 231 235 / 0.1) !important;
}

.focus\:border-gray-200\/100:focus{
  border-color: rgb(229 231 235 / 1) !important;
}

.focus\:border-gray-200\/15:focus{
  border-color: rgb(229 231 235 / 0.15) !important;
}

.focus\:border-gray-200\/20:focus{
  border-color: rgb(229 231 235 / 0.2) !important;
}

.focus\:border-gray-200\/25:focus{
  border-color: rgb(229 231 235 / 0.25) !important;
}

.focus\:border-gray-200\/30:focus{
  border-color: rgb(229 231 235 / 0.3) !important;
}

.focus\:border-gray-200\/35:focus{
  border-color: rgb(229 231 235 / 0.35) !important;
}

.focus\:border-gray-200\/40:focus{
  border-color: rgb(229 231 235 / 0.4) !important;
}

.focus\:border-gray-200\/45:focus{
  border-color: rgb(229 231 235 / 0.45) !important;
}

.focus\:border-gray-200\/5:focus{
  border-color: rgb(229 231 235 / 0.05) !important;
}

.focus\:border-gray-200\/50:focus{
  border-color: rgb(229 231 235 / 0.5) !important;
}

.focus\:border-gray-200\/55:focus{
  border-color: rgb(229 231 235 / 0.55) !important;
}

.focus\:border-gray-200\/60:focus{
  border-color: rgb(229 231 235 / 0.6) !important;
}

.focus\:border-gray-200\/65:focus{
  border-color: rgb(229 231 235 / 0.65) !important;
}

.focus\:border-gray-200\/70:focus{
  border-color: rgb(229 231 235 / 0.7) !important;
}

.focus\:border-gray-200\/75:focus{
  border-color: rgb(229 231 235 / 0.75) !important;
}

.focus\:border-gray-200\/80:focus{
  border-color: rgb(229 231 235 / 0.8) !important;
}

.focus\:border-gray-200\/85:focus{
  border-color: rgb(229 231 235 / 0.85) !important;
}

.focus\:border-gray-200\/90:focus{
  border-color: rgb(229 231 235 / 0.9) !important;
}

.focus\:border-gray-200\/95:focus{
  border-color: rgb(229 231 235 / 0.95) !important;
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-300\/0:focus{
  border-color: rgb(209 213 219 / 0) !important;
}

.focus\:border-gray-300\/10:focus{
  border-color: rgb(209 213 219 / 0.1) !important;
}

.focus\:border-gray-300\/100:focus{
  border-color: rgb(209 213 219 / 1) !important;
}

.focus\:border-gray-300\/15:focus{
  border-color: rgb(209 213 219 / 0.15) !important;
}

.focus\:border-gray-300\/20:focus{
  border-color: rgb(209 213 219 / 0.2) !important;
}

.focus\:border-gray-300\/25:focus{
  border-color: rgb(209 213 219 / 0.25) !important;
}

.focus\:border-gray-300\/30:focus{
  border-color: rgb(209 213 219 / 0.3) !important;
}

.focus\:border-gray-300\/35:focus{
  border-color: rgb(209 213 219 / 0.35) !important;
}

.focus\:border-gray-300\/40:focus{
  border-color: rgb(209 213 219 / 0.4) !important;
}

.focus\:border-gray-300\/45:focus{
  border-color: rgb(209 213 219 / 0.45) !important;
}

.focus\:border-gray-300\/5:focus{
  border-color: rgb(209 213 219 / 0.05) !important;
}

.focus\:border-gray-300\/50:focus{
  border-color: rgb(209 213 219 / 0.5) !important;
}

.focus\:border-gray-300\/55:focus{
  border-color: rgb(209 213 219 / 0.55) !important;
}

.focus\:border-gray-300\/60:focus{
  border-color: rgb(209 213 219 / 0.6) !important;
}

.focus\:border-gray-300\/65:focus{
  border-color: rgb(209 213 219 / 0.65) !important;
}

.focus\:border-gray-300\/70:focus{
  border-color: rgb(209 213 219 / 0.7) !important;
}

.focus\:border-gray-300\/75:focus{
  border-color: rgb(209 213 219 / 0.75) !important;
}

.focus\:border-gray-300\/80:focus{
  border-color: rgb(209 213 219 / 0.8) !important;
}

.focus\:border-gray-300\/85:focus{
  border-color: rgb(209 213 219 / 0.85) !important;
}

.focus\:border-gray-300\/90:focus{
  border-color: rgb(209 213 219 / 0.9) !important;
}

.focus\:border-gray-300\/95:focus{
  border-color: rgb(209 213 219 / 0.95) !important;
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-400\/0:focus{
  border-color: rgb(156 163 175 / 0) !important;
}

.focus\:border-gray-400\/10:focus{
  border-color: rgb(156 163 175 / 0.1) !important;
}

.focus\:border-gray-400\/100:focus{
  border-color: rgb(156 163 175 / 1) !important;
}

.focus\:border-gray-400\/15:focus{
  border-color: rgb(156 163 175 / 0.15) !important;
}

.focus\:border-gray-400\/20:focus{
  border-color: rgb(156 163 175 / 0.2) !important;
}

.focus\:border-gray-400\/25:focus{
  border-color: rgb(156 163 175 / 0.25) !important;
}

.focus\:border-gray-400\/30:focus{
  border-color: rgb(156 163 175 / 0.3) !important;
}

.focus\:border-gray-400\/35:focus{
  border-color: rgb(156 163 175 / 0.35) !important;
}

.focus\:border-gray-400\/40:focus{
  border-color: rgb(156 163 175 / 0.4) !important;
}

.focus\:border-gray-400\/45:focus{
  border-color: rgb(156 163 175 / 0.45) !important;
}

.focus\:border-gray-400\/5:focus{
  border-color: rgb(156 163 175 / 0.05) !important;
}

.focus\:border-gray-400\/50:focus{
  border-color: rgb(156 163 175 / 0.5) !important;
}

.focus\:border-gray-400\/55:focus{
  border-color: rgb(156 163 175 / 0.55) !important;
}

.focus\:border-gray-400\/60:focus{
  border-color: rgb(156 163 175 / 0.6) !important;
}

.focus\:border-gray-400\/65:focus{
  border-color: rgb(156 163 175 / 0.65) !important;
}

.focus\:border-gray-400\/70:focus{
  border-color: rgb(156 163 175 / 0.7) !important;
}

.focus\:border-gray-400\/75:focus{
  border-color: rgb(156 163 175 / 0.75) !important;
}

.focus\:border-gray-400\/80:focus{
  border-color: rgb(156 163 175 / 0.8) !important;
}

.focus\:border-gray-400\/85:focus{
  border-color: rgb(156 163 175 / 0.85) !important;
}

.focus\:border-gray-400\/90:focus{
  border-color: rgb(156 163 175 / 0.9) !important;
}

.focus\:border-gray-400\/95:focus{
  border-color: rgb(156 163 175 / 0.95) !important;
}

.focus\:border-gray-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-50\/0:focus{
  border-color: rgb(249 250 251 / 0) !important;
}

.focus\:border-gray-50\/10:focus{
  border-color: rgb(249 250 251 / 0.1) !important;
}

.focus\:border-gray-50\/100:focus{
  border-color: rgb(249 250 251 / 1) !important;
}

.focus\:border-gray-50\/15:focus{
  border-color: rgb(249 250 251 / 0.15) !important;
}

.focus\:border-gray-50\/20:focus{
  border-color: rgb(249 250 251 / 0.2) !important;
}

.focus\:border-gray-50\/25:focus{
  border-color: rgb(249 250 251 / 0.25) !important;
}

.focus\:border-gray-50\/30:focus{
  border-color: rgb(249 250 251 / 0.3) !important;
}

.focus\:border-gray-50\/35:focus{
  border-color: rgb(249 250 251 / 0.35) !important;
}

.focus\:border-gray-50\/40:focus{
  border-color: rgb(249 250 251 / 0.4) !important;
}

.focus\:border-gray-50\/45:focus{
  border-color: rgb(249 250 251 / 0.45) !important;
}

.focus\:border-gray-50\/5:focus{
  border-color: rgb(249 250 251 / 0.05) !important;
}

.focus\:border-gray-50\/50:focus{
  border-color: rgb(249 250 251 / 0.5) !important;
}

.focus\:border-gray-50\/55:focus{
  border-color: rgb(249 250 251 / 0.55) !important;
}

.focus\:border-gray-50\/60:focus{
  border-color: rgb(249 250 251 / 0.6) !important;
}

.focus\:border-gray-50\/65:focus{
  border-color: rgb(249 250 251 / 0.65) !important;
}

.focus\:border-gray-50\/70:focus{
  border-color: rgb(249 250 251 / 0.7) !important;
}

.focus\:border-gray-50\/75:focus{
  border-color: rgb(249 250 251 / 0.75) !important;
}

.focus\:border-gray-50\/80:focus{
  border-color: rgb(249 250 251 / 0.8) !important;
}

.focus\:border-gray-50\/85:focus{
  border-color: rgb(249 250 251 / 0.85) !important;
}

.focus\:border-gray-50\/90:focus{
  border-color: rgb(249 250 251 / 0.9) !important;
}

.focus\:border-gray-50\/95:focus{
  border-color: rgb(249 250 251 / 0.95) !important;
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-500\/0:focus{
  border-color: rgb(107 114 128 / 0) !important;
}

.focus\:border-gray-500\/10:focus{
  border-color: rgb(107 114 128 / 0.1) !important;
}

.focus\:border-gray-500\/100:focus{
  border-color: rgb(107 114 128 / 1) !important;
}

.focus\:border-gray-500\/15:focus{
  border-color: rgb(107 114 128 / 0.15) !important;
}

.focus\:border-gray-500\/20:focus{
  border-color: rgb(107 114 128 / 0.2) !important;
}

.focus\:border-gray-500\/25:focus{
  border-color: rgb(107 114 128 / 0.25) !important;
}

.focus\:border-gray-500\/30:focus{
  border-color: rgb(107 114 128 / 0.3) !important;
}

.focus\:border-gray-500\/35:focus{
  border-color: rgb(107 114 128 / 0.35) !important;
}

.focus\:border-gray-500\/40:focus{
  border-color: rgb(107 114 128 / 0.4) !important;
}

.focus\:border-gray-500\/45:focus{
  border-color: rgb(107 114 128 / 0.45) !important;
}

.focus\:border-gray-500\/5:focus{
  border-color: rgb(107 114 128 / 0.05) !important;
}

.focus\:border-gray-500\/50:focus{
  border-color: rgb(107 114 128 / 0.5) !important;
}

.focus\:border-gray-500\/55:focus{
  border-color: rgb(107 114 128 / 0.55) !important;
}

.focus\:border-gray-500\/60:focus{
  border-color: rgb(107 114 128 / 0.6) !important;
}

.focus\:border-gray-500\/65:focus{
  border-color: rgb(107 114 128 / 0.65) !important;
}

.focus\:border-gray-500\/70:focus{
  border-color: rgb(107 114 128 / 0.7) !important;
}

.focus\:border-gray-500\/75:focus{
  border-color: rgb(107 114 128 / 0.75) !important;
}

.focus\:border-gray-500\/80:focus{
  border-color: rgb(107 114 128 / 0.8) !important;
}

.focus\:border-gray-500\/85:focus{
  border-color: rgb(107 114 128 / 0.85) !important;
}

.focus\:border-gray-500\/90:focus{
  border-color: rgb(107 114 128 / 0.9) !important;
}

.focus\:border-gray-500\/95:focus{
  border-color: rgb(107 114 128 / 0.95) !important;
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-600\/0:focus{
  border-color: rgb(75 85 99 / 0) !important;
}

.focus\:border-gray-600\/10:focus{
  border-color: rgb(75 85 99 / 0.1) !important;
}

.focus\:border-gray-600\/100:focus{
  border-color: rgb(75 85 99 / 1) !important;
}

.focus\:border-gray-600\/15:focus{
  border-color: rgb(75 85 99 / 0.15) !important;
}

.focus\:border-gray-600\/20:focus{
  border-color: rgb(75 85 99 / 0.2) !important;
}

.focus\:border-gray-600\/25:focus{
  border-color: rgb(75 85 99 / 0.25) !important;
}

.focus\:border-gray-600\/30:focus{
  border-color: rgb(75 85 99 / 0.3) !important;
}

.focus\:border-gray-600\/35:focus{
  border-color: rgb(75 85 99 / 0.35) !important;
}

.focus\:border-gray-600\/40:focus{
  border-color: rgb(75 85 99 / 0.4) !important;
}

.focus\:border-gray-600\/45:focus{
  border-color: rgb(75 85 99 / 0.45) !important;
}

.focus\:border-gray-600\/5:focus{
  border-color: rgb(75 85 99 / 0.05) !important;
}

.focus\:border-gray-600\/50:focus{
  border-color: rgb(75 85 99 / 0.5) !important;
}

.focus\:border-gray-600\/55:focus{
  border-color: rgb(75 85 99 / 0.55) !important;
}

.focus\:border-gray-600\/60:focus{
  border-color: rgb(75 85 99 / 0.6) !important;
}

.focus\:border-gray-600\/65:focus{
  border-color: rgb(75 85 99 / 0.65) !important;
}

.focus\:border-gray-600\/70:focus{
  border-color: rgb(75 85 99 / 0.7) !important;
}

.focus\:border-gray-600\/75:focus{
  border-color: rgb(75 85 99 / 0.75) !important;
}

.focus\:border-gray-600\/80:focus{
  border-color: rgb(75 85 99 / 0.8) !important;
}

.focus\:border-gray-600\/85:focus{
  border-color: rgb(75 85 99 / 0.85) !important;
}

.focus\:border-gray-600\/90:focus{
  border-color: rgb(75 85 99 / 0.9) !important;
}

.focus\:border-gray-600\/95:focus{
  border-color: rgb(75 85 99 / 0.95) !important;
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-700\/0:focus{
  border-color: rgb(55 65 81 / 0) !important;
}

.focus\:border-gray-700\/10:focus{
  border-color: rgb(55 65 81 / 0.1) !important;
}

.focus\:border-gray-700\/100:focus{
  border-color: rgb(55 65 81 / 1) !important;
}

.focus\:border-gray-700\/15:focus{
  border-color: rgb(55 65 81 / 0.15) !important;
}

.focus\:border-gray-700\/20:focus{
  border-color: rgb(55 65 81 / 0.2) !important;
}

.focus\:border-gray-700\/25:focus{
  border-color: rgb(55 65 81 / 0.25) !important;
}

.focus\:border-gray-700\/30:focus{
  border-color: rgb(55 65 81 / 0.3) !important;
}

.focus\:border-gray-700\/35:focus{
  border-color: rgb(55 65 81 / 0.35) !important;
}

.focus\:border-gray-700\/40:focus{
  border-color: rgb(55 65 81 / 0.4) !important;
}

.focus\:border-gray-700\/45:focus{
  border-color: rgb(55 65 81 / 0.45) !important;
}

.focus\:border-gray-700\/5:focus{
  border-color: rgb(55 65 81 / 0.05) !important;
}

.focus\:border-gray-700\/50:focus{
  border-color: rgb(55 65 81 / 0.5) !important;
}

.focus\:border-gray-700\/55:focus{
  border-color: rgb(55 65 81 / 0.55) !important;
}

.focus\:border-gray-700\/60:focus{
  border-color: rgb(55 65 81 / 0.6) !important;
}

.focus\:border-gray-700\/65:focus{
  border-color: rgb(55 65 81 / 0.65) !important;
}

.focus\:border-gray-700\/70:focus{
  border-color: rgb(55 65 81 / 0.7) !important;
}

.focus\:border-gray-700\/75:focus{
  border-color: rgb(55 65 81 / 0.75) !important;
}

.focus\:border-gray-700\/80:focus{
  border-color: rgb(55 65 81 / 0.8) !important;
}

.focus\:border-gray-700\/85:focus{
  border-color: rgb(55 65 81 / 0.85) !important;
}

.focus\:border-gray-700\/90:focus{
  border-color: rgb(55 65 81 / 0.9) !important;
}

.focus\:border-gray-700\/95:focus{
  border-color: rgb(55 65 81 / 0.95) !important;
}

.focus\:border-gray-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-800\/0:focus{
  border-color: rgb(31 41 55 / 0) !important;
}

.focus\:border-gray-800\/10:focus{
  border-color: rgb(31 41 55 / 0.1) !important;
}

.focus\:border-gray-800\/100:focus{
  border-color: rgb(31 41 55 / 1) !important;
}

.focus\:border-gray-800\/15:focus{
  border-color: rgb(31 41 55 / 0.15) !important;
}

.focus\:border-gray-800\/20:focus{
  border-color: rgb(31 41 55 / 0.2) !important;
}

.focus\:border-gray-800\/25:focus{
  border-color: rgb(31 41 55 / 0.25) !important;
}

.focus\:border-gray-800\/30:focus{
  border-color: rgb(31 41 55 / 0.3) !important;
}

.focus\:border-gray-800\/35:focus{
  border-color: rgb(31 41 55 / 0.35) !important;
}

.focus\:border-gray-800\/40:focus{
  border-color: rgb(31 41 55 / 0.4) !important;
}

.focus\:border-gray-800\/45:focus{
  border-color: rgb(31 41 55 / 0.45) !important;
}

.focus\:border-gray-800\/5:focus{
  border-color: rgb(31 41 55 / 0.05) !important;
}

.focus\:border-gray-800\/50:focus{
  border-color: rgb(31 41 55 / 0.5) !important;
}

.focus\:border-gray-800\/55:focus{
  border-color: rgb(31 41 55 / 0.55) !important;
}

.focus\:border-gray-800\/60:focus{
  border-color: rgb(31 41 55 / 0.6) !important;
}

.focus\:border-gray-800\/65:focus{
  border-color: rgb(31 41 55 / 0.65) !important;
}

.focus\:border-gray-800\/70:focus{
  border-color: rgb(31 41 55 / 0.7) !important;
}

.focus\:border-gray-800\/75:focus{
  border-color: rgb(31 41 55 / 0.75) !important;
}

.focus\:border-gray-800\/80:focus{
  border-color: rgb(31 41 55 / 0.8) !important;
}

.focus\:border-gray-800\/85:focus{
  border-color: rgb(31 41 55 / 0.85) !important;
}

.focus\:border-gray-800\/90:focus{
  border-color: rgb(31 41 55 / 0.9) !important;
}

.focus\:border-gray-800\/95:focus{
  border-color: rgb(31 41 55 / 0.95) !important;
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-gray-900\/0:focus{
  border-color: rgb(17 24 39 / 0) !important;
}

.focus\:border-gray-900\/10:focus{
  border-color: rgb(17 24 39 / 0.1) !important;
}

.focus\:border-gray-900\/100:focus{
  border-color: rgb(17 24 39 / 1) !important;
}

.focus\:border-gray-900\/15:focus{
  border-color: rgb(17 24 39 / 0.15) !important;
}

.focus\:border-gray-900\/20:focus{
  border-color: rgb(17 24 39 / 0.2) !important;
}

.focus\:border-gray-900\/25:focus{
  border-color: rgb(17 24 39 / 0.25) !important;
}

.focus\:border-gray-900\/30:focus{
  border-color: rgb(17 24 39 / 0.3) !important;
}

.focus\:border-gray-900\/35:focus{
  border-color: rgb(17 24 39 / 0.35) !important;
}

.focus\:border-gray-900\/40:focus{
  border-color: rgb(17 24 39 / 0.4) !important;
}

.focus\:border-gray-900\/45:focus{
  border-color: rgb(17 24 39 / 0.45) !important;
}

.focus\:border-gray-900\/5:focus{
  border-color: rgb(17 24 39 / 0.05) !important;
}

.focus\:border-gray-900\/50:focus{
  border-color: rgb(17 24 39 / 0.5) !important;
}

.focus\:border-gray-900\/55:focus{
  border-color: rgb(17 24 39 / 0.55) !important;
}

.focus\:border-gray-900\/60:focus{
  border-color: rgb(17 24 39 / 0.6) !important;
}

.focus\:border-gray-900\/65:focus{
  border-color: rgb(17 24 39 / 0.65) !important;
}

.focus\:border-gray-900\/70:focus{
  border-color: rgb(17 24 39 / 0.7) !important;
}

.focus\:border-gray-900\/75:focus{
  border-color: rgb(17 24 39 / 0.75) !important;
}

.focus\:border-gray-900\/80:focus{
  border-color: rgb(17 24 39 / 0.8) !important;
}

.focus\:border-gray-900\/85:focus{
  border-color: rgb(17 24 39 / 0.85) !important;
}

.focus\:border-gray-900\/90:focus{
  border-color: rgb(17 24 39 / 0.9) !important;
}

.focus\:border-gray-900\/95:focus{
  border-color: rgb(17 24 39 / 0.95) !important;
}

.focus\:border-green-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 250 236 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-100\/0:focus{
  border-color: rgb(222 250 236 / 0) !important;
}

.focus\:border-green-100\/10:focus{
  border-color: rgb(222 250 236 / 0.1) !important;
}

.focus\:border-green-100\/100:focus{
  border-color: rgb(222 250 236 / 1) !important;
}

.focus\:border-green-100\/15:focus{
  border-color: rgb(222 250 236 / 0.15) !important;
}

.focus\:border-green-100\/20:focus{
  border-color: rgb(222 250 236 / 0.2) !important;
}

.focus\:border-green-100\/25:focus{
  border-color: rgb(222 250 236 / 0.25) !important;
}

.focus\:border-green-100\/30:focus{
  border-color: rgb(222 250 236 / 0.3) !important;
}

.focus\:border-green-100\/35:focus{
  border-color: rgb(222 250 236 / 0.35) !important;
}

.focus\:border-green-100\/40:focus{
  border-color: rgb(222 250 236 / 0.4) !important;
}

.focus\:border-green-100\/45:focus{
  border-color: rgb(222 250 236 / 0.45) !important;
}

.focus\:border-green-100\/5:focus{
  border-color: rgb(222 250 236 / 0.05) !important;
}

.focus\:border-green-100\/50:focus{
  border-color: rgb(222 250 236 / 0.5) !important;
}

.focus\:border-green-100\/55:focus{
  border-color: rgb(222 250 236 / 0.55) !important;
}

.focus\:border-green-100\/60:focus{
  border-color: rgb(222 250 236 / 0.6) !important;
}

.focus\:border-green-100\/65:focus{
  border-color: rgb(222 250 236 / 0.65) !important;
}

.focus\:border-green-100\/70:focus{
  border-color: rgb(222 250 236 / 0.7) !important;
}

.focus\:border-green-100\/75:focus{
  border-color: rgb(222 250 236 / 0.75) !important;
}

.focus\:border-green-100\/80:focus{
  border-color: rgb(222 250 236 / 0.8) !important;
}

.focus\:border-green-100\/85:focus{
  border-color: rgb(222 250 236 / 0.85) !important;
}

.focus\:border-green-100\/90:focus{
  border-color: rgb(222 250 236 / 0.9) !important;
}

.focus\:border-green-100\/95:focus{
  border-color: rgb(222 250 236 / 0.95) !important;
}

.focus\:border-green-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 244 216 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-200\/0:focus{
  border-color: rgb(190 244 216 / 0) !important;
}

.focus\:border-green-200\/10:focus{
  border-color: rgb(190 244 216 / 0.1) !important;
}

.focus\:border-green-200\/100:focus{
  border-color: rgb(190 244 216 / 1) !important;
}

.focus\:border-green-200\/15:focus{
  border-color: rgb(190 244 216 / 0.15) !important;
}

.focus\:border-green-200\/20:focus{
  border-color: rgb(190 244 216 / 0.2) !important;
}

.focus\:border-green-200\/25:focus{
  border-color: rgb(190 244 216 / 0.25) !important;
}

.focus\:border-green-200\/30:focus{
  border-color: rgb(190 244 216 / 0.3) !important;
}

.focus\:border-green-200\/35:focus{
  border-color: rgb(190 244 216 / 0.35) !important;
}

.focus\:border-green-200\/40:focus{
  border-color: rgb(190 244 216 / 0.4) !important;
}

.focus\:border-green-200\/45:focus{
  border-color: rgb(190 244 216 / 0.45) !important;
}

.focus\:border-green-200\/5:focus{
  border-color: rgb(190 244 216 / 0.05) !important;
}

.focus\:border-green-200\/50:focus{
  border-color: rgb(190 244 216 / 0.5) !important;
}

.focus\:border-green-200\/55:focus{
  border-color: rgb(190 244 216 / 0.55) !important;
}

.focus\:border-green-200\/60:focus{
  border-color: rgb(190 244 216 / 0.6) !important;
}

.focus\:border-green-200\/65:focus{
  border-color: rgb(190 244 216 / 0.65) !important;
}

.focus\:border-green-200\/70:focus{
  border-color: rgb(190 244 216 / 0.7) !important;
}

.focus\:border-green-200\/75:focus{
  border-color: rgb(190 244 216 / 0.75) !important;
}

.focus\:border-green-200\/80:focus{
  border-color: rgb(190 244 216 / 0.8) !important;
}

.focus\:border-green-200\/85:focus{
  border-color: rgb(190 244 216 / 0.85) !important;
}

.focus\:border-green-200\/90:focus{
  border-color: rgb(190 244 216 / 0.9) !important;
}

.focus\:border-green-200\/95:focus{
  border-color: rgb(190 244 216 / 0.95) !important;
}

.focus\:border-green-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 233 187 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-300\/0:focus{
  border-color: rgb(140 233 187 / 0) !important;
}

.focus\:border-green-300\/10:focus{
  border-color: rgb(140 233 187 / 0.1) !important;
}

.focus\:border-green-300\/100:focus{
  border-color: rgb(140 233 187 / 1) !important;
}

.focus\:border-green-300\/15:focus{
  border-color: rgb(140 233 187 / 0.15) !important;
}

.focus\:border-green-300\/20:focus{
  border-color: rgb(140 233 187 / 0.2) !important;
}

.focus\:border-green-300\/25:focus{
  border-color: rgb(140 233 187 / 0.25) !important;
}

.focus\:border-green-300\/30:focus{
  border-color: rgb(140 233 187 / 0.3) !important;
}

.focus\:border-green-300\/35:focus{
  border-color: rgb(140 233 187 / 0.35) !important;
}

.focus\:border-green-300\/40:focus{
  border-color: rgb(140 233 187 / 0.4) !important;
}

.focus\:border-green-300\/45:focus{
  border-color: rgb(140 233 187 / 0.45) !important;
}

.focus\:border-green-300\/5:focus{
  border-color: rgb(140 233 187 / 0.05) !important;
}

.focus\:border-green-300\/50:focus{
  border-color: rgb(140 233 187 / 0.5) !important;
}

.focus\:border-green-300\/55:focus{
  border-color: rgb(140 233 187 / 0.55) !important;
}

.focus\:border-green-300\/60:focus{
  border-color: rgb(140 233 187 / 0.6) !important;
}

.focus\:border-green-300\/65:focus{
  border-color: rgb(140 233 187 / 0.65) !important;
}

.focus\:border-green-300\/70:focus{
  border-color: rgb(140 233 187 / 0.7) !important;
}

.focus\:border-green-300\/75:focus{
  border-color: rgb(140 233 187 / 0.75) !important;
}

.focus\:border-green-300\/80:focus{
  border-color: rgb(140 233 187 / 0.8) !important;
}

.focus\:border-green-300\/85:focus{
  border-color: rgb(140 233 187 / 0.85) !important;
}

.focus\:border-green-300\/90:focus{
  border-color: rgb(140 233 187 / 0.9) !important;
}

.focus\:border-green-300\/95:focus{
  border-color: rgb(140 233 187 / 0.95) !important;
}

.focus\:border-green-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 214 148 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-400\/0:focus{
  border-color: rgb(82 214 148 / 0) !important;
}

.focus\:border-green-400\/10:focus{
  border-color: rgb(82 214 148 / 0.1) !important;
}

.focus\:border-green-400\/100:focus{
  border-color: rgb(82 214 148 / 1) !important;
}

.focus\:border-green-400\/15:focus{
  border-color: rgb(82 214 148 / 0.15) !important;
}

.focus\:border-green-400\/20:focus{
  border-color: rgb(82 214 148 / 0.2) !important;
}

.focus\:border-green-400\/25:focus{
  border-color: rgb(82 214 148 / 0.25) !important;
}

.focus\:border-green-400\/30:focus{
  border-color: rgb(82 214 148 / 0.3) !important;
}

.focus\:border-green-400\/35:focus{
  border-color: rgb(82 214 148 / 0.35) !important;
}

.focus\:border-green-400\/40:focus{
  border-color: rgb(82 214 148 / 0.4) !important;
}

.focus\:border-green-400\/45:focus{
  border-color: rgb(82 214 148 / 0.45) !important;
}

.focus\:border-green-400\/5:focus{
  border-color: rgb(82 214 148 / 0.05) !important;
}

.focus\:border-green-400\/50:focus{
  border-color: rgb(82 214 148 / 0.5) !important;
}

.focus\:border-green-400\/55:focus{
  border-color: rgb(82 214 148 / 0.55) !important;
}

.focus\:border-green-400\/60:focus{
  border-color: rgb(82 214 148 / 0.6) !important;
}

.focus\:border-green-400\/65:focus{
  border-color: rgb(82 214 148 / 0.65) !important;
}

.focus\:border-green-400\/70:focus{
  border-color: rgb(82 214 148 / 0.7) !important;
}

.focus\:border-green-400\/75:focus{
  border-color: rgb(82 214 148 / 0.75) !important;
}

.focus\:border-green-400\/80:focus{
  border-color: rgb(82 214 148 / 0.8) !important;
}

.focus\:border-green-400\/85:focus{
  border-color: rgb(82 214 148 / 0.85) !important;
}

.focus\:border-green-400\/90:focus{
  border-color: rgb(82 214 148 / 0.9) !important;
}

.focus\:border-green-400\/95:focus{
  border-color: rgb(82 214 148 / 0.95) !important;
}

.focus\:border-green-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 252 245 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-50\/0:focus{
  border-color: rgb(241 252 245 / 0) !important;
}

.focus\:border-green-50\/10:focus{
  border-color: rgb(241 252 245 / 0.1) !important;
}

.focus\:border-green-50\/100:focus{
  border-color: rgb(241 252 245 / 1) !important;
}

.focus\:border-green-50\/15:focus{
  border-color: rgb(241 252 245 / 0.15) !important;
}

.focus\:border-green-50\/20:focus{
  border-color: rgb(241 252 245 / 0.2) !important;
}

.focus\:border-green-50\/25:focus{
  border-color: rgb(241 252 245 / 0.25) !important;
}

.focus\:border-green-50\/30:focus{
  border-color: rgb(241 252 245 / 0.3) !important;
}

.focus\:border-green-50\/35:focus{
  border-color: rgb(241 252 245 / 0.35) !important;
}

.focus\:border-green-50\/40:focus{
  border-color: rgb(241 252 245 / 0.4) !important;
}

.focus\:border-green-50\/45:focus{
  border-color: rgb(241 252 245 / 0.45) !important;
}

.focus\:border-green-50\/5:focus{
  border-color: rgb(241 252 245 / 0.05) !important;
}

.focus\:border-green-50\/50:focus{
  border-color: rgb(241 252 245 / 0.5) !important;
}

.focus\:border-green-50\/55:focus{
  border-color: rgb(241 252 245 / 0.55) !important;
}

.focus\:border-green-50\/60:focus{
  border-color: rgb(241 252 245 / 0.6) !important;
}

.focus\:border-green-50\/65:focus{
  border-color: rgb(241 252 245 / 0.65) !important;
}

.focus\:border-green-50\/70:focus{
  border-color: rgb(241 252 245 / 0.7) !important;
}

.focus\:border-green-50\/75:focus{
  border-color: rgb(241 252 245 / 0.75) !important;
}

.focus\:border-green-50\/80:focus{
  border-color: rgb(241 252 245 / 0.8) !important;
}

.focus\:border-green-50\/85:focus{
  border-color: rgb(241 252 245 / 0.85) !important;
}

.focus\:border-green-50\/90:focus{
  border-color: rgb(241 252 245 / 0.9) !important;
}

.focus\:border-green-50\/95:focus{
  border-color: rgb(241 252 245 / 0.95) !important;
}

.focus\:border-green-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 208 130 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-500\/0:focus{
  border-color: rgb(51 208 130 / 0) !important;
}

.focus\:border-green-500\/10:focus{
  border-color: rgb(51 208 130 / 0.1) !important;
}

.focus\:border-green-500\/100:focus{
  border-color: rgb(51 208 130 / 1) !important;
}

.focus\:border-green-500\/15:focus{
  border-color: rgb(51 208 130 / 0.15) !important;
}

.focus\:border-green-500\/20:focus{
  border-color: rgb(51 208 130 / 0.2) !important;
}

.focus\:border-green-500\/25:focus{
  border-color: rgb(51 208 130 / 0.25) !important;
}

.focus\:border-green-500\/30:focus{
  border-color: rgb(51 208 130 / 0.3) !important;
}

.focus\:border-green-500\/35:focus{
  border-color: rgb(51 208 130 / 0.35) !important;
}

.focus\:border-green-500\/40:focus{
  border-color: rgb(51 208 130 / 0.4) !important;
}

.focus\:border-green-500\/45:focus{
  border-color: rgb(51 208 130 / 0.45) !important;
}

.focus\:border-green-500\/5:focus{
  border-color: rgb(51 208 130 / 0.05) !important;
}

.focus\:border-green-500\/50:focus{
  border-color: rgb(51 208 130 / 0.5) !important;
}

.focus\:border-green-500\/55:focus{
  border-color: rgb(51 208 130 / 0.55) !important;
}

.focus\:border-green-500\/60:focus{
  border-color: rgb(51 208 130 / 0.6) !important;
}

.focus\:border-green-500\/65:focus{
  border-color: rgb(51 208 130 / 0.65) !important;
}

.focus\:border-green-500\/70:focus{
  border-color: rgb(51 208 130 / 0.7) !important;
}

.focus\:border-green-500\/75:focus{
  border-color: rgb(51 208 130 / 0.75) !important;
}

.focus\:border-green-500\/80:focus{
  border-color: rgb(51 208 130 / 0.8) !important;
}

.focus\:border-green-500\/85:focus{
  border-color: rgb(51 208 130 / 0.85) !important;
}

.focus\:border-green-500\/90:focus{
  border-color: rgb(51 208 130 / 0.9) !important;
}

.focus\:border-green-500\/95:focus{
  border-color: rgb(51 208 130 / 0.95) !important;
}

.focus\:border-green-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 155 93 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-600\/0:focus{
  border-color: rgb(30 155 93 / 0) !important;
}

.focus\:border-green-600\/10:focus{
  border-color: rgb(30 155 93 / 0.1) !important;
}

.focus\:border-green-600\/100:focus{
  border-color: rgb(30 155 93 / 1) !important;
}

.focus\:border-green-600\/15:focus{
  border-color: rgb(30 155 93 / 0.15) !important;
}

.focus\:border-green-600\/20:focus{
  border-color: rgb(30 155 93 / 0.2) !important;
}

.focus\:border-green-600\/25:focus{
  border-color: rgb(30 155 93 / 0.25) !important;
}

.focus\:border-green-600\/30:focus{
  border-color: rgb(30 155 93 / 0.3) !important;
}

.focus\:border-green-600\/35:focus{
  border-color: rgb(30 155 93 / 0.35) !important;
}

.focus\:border-green-600\/40:focus{
  border-color: rgb(30 155 93 / 0.4) !important;
}

.focus\:border-green-600\/45:focus{
  border-color: rgb(30 155 93 / 0.45) !important;
}

.focus\:border-green-600\/5:focus{
  border-color: rgb(30 155 93 / 0.05) !important;
}

.focus\:border-green-600\/50:focus{
  border-color: rgb(30 155 93 / 0.5) !important;
}

.focus\:border-green-600\/55:focus{
  border-color: rgb(30 155 93 / 0.55) !important;
}

.focus\:border-green-600\/60:focus{
  border-color: rgb(30 155 93 / 0.6) !important;
}

.focus\:border-green-600\/65:focus{
  border-color: rgb(30 155 93 / 0.65) !important;
}

.focus\:border-green-600\/70:focus{
  border-color: rgb(30 155 93 / 0.7) !important;
}

.focus\:border-green-600\/75:focus{
  border-color: rgb(30 155 93 / 0.75) !important;
}

.focus\:border-green-600\/80:focus{
  border-color: rgb(30 155 93 / 0.8) !important;
}

.focus\:border-green-600\/85:focus{
  border-color: rgb(30 155 93 / 0.85) !important;
}

.focus\:border-green-600\/90:focus{
  border-color: rgb(30 155 93 / 0.9) !important;
}

.focus\:border-green-600\/95:focus{
  border-color: rgb(30 155 93 / 0.95) !important;
}

.focus\:border-green-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 122 76 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-700\/0:focus{
  border-color: rgb(27 122 76 / 0) !important;
}

.focus\:border-green-700\/10:focus{
  border-color: rgb(27 122 76 / 0.1) !important;
}

.focus\:border-green-700\/100:focus{
  border-color: rgb(27 122 76 / 1) !important;
}

.focus\:border-green-700\/15:focus{
  border-color: rgb(27 122 76 / 0.15) !important;
}

.focus\:border-green-700\/20:focus{
  border-color: rgb(27 122 76 / 0.2) !important;
}

.focus\:border-green-700\/25:focus{
  border-color: rgb(27 122 76 / 0.25) !important;
}

.focus\:border-green-700\/30:focus{
  border-color: rgb(27 122 76 / 0.3) !important;
}

.focus\:border-green-700\/35:focus{
  border-color: rgb(27 122 76 / 0.35) !important;
}

.focus\:border-green-700\/40:focus{
  border-color: rgb(27 122 76 / 0.4) !important;
}

.focus\:border-green-700\/45:focus{
  border-color: rgb(27 122 76 / 0.45) !important;
}

.focus\:border-green-700\/5:focus{
  border-color: rgb(27 122 76 / 0.05) !important;
}

.focus\:border-green-700\/50:focus{
  border-color: rgb(27 122 76 / 0.5) !important;
}

.focus\:border-green-700\/55:focus{
  border-color: rgb(27 122 76 / 0.55) !important;
}

.focus\:border-green-700\/60:focus{
  border-color: rgb(27 122 76 / 0.6) !important;
}

.focus\:border-green-700\/65:focus{
  border-color: rgb(27 122 76 / 0.65) !important;
}

.focus\:border-green-700\/70:focus{
  border-color: rgb(27 122 76 / 0.7) !important;
}

.focus\:border-green-700\/75:focus{
  border-color: rgb(27 122 76 / 0.75) !important;
}

.focus\:border-green-700\/80:focus{
  border-color: rgb(27 122 76 / 0.8) !important;
}

.focus\:border-green-700\/85:focus{
  border-color: rgb(27 122 76 / 0.85) !important;
}

.focus\:border-green-700\/90:focus{
  border-color: rgb(27 122 76 / 0.9) !important;
}

.focus\:border-green-700\/95:focus{
  border-color: rgb(27 122 76 / 0.95) !important;
}

.focus\:border-green-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 97 63 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-800\/0:focus{
  border-color: rgb(26 97 63 / 0) !important;
}

.focus\:border-green-800\/10:focus{
  border-color: rgb(26 97 63 / 0.1) !important;
}

.focus\:border-green-800\/100:focus{
  border-color: rgb(26 97 63 / 1) !important;
}

.focus\:border-green-800\/15:focus{
  border-color: rgb(26 97 63 / 0.15) !important;
}

.focus\:border-green-800\/20:focus{
  border-color: rgb(26 97 63 / 0.2) !important;
}

.focus\:border-green-800\/25:focus{
  border-color: rgb(26 97 63 / 0.25) !important;
}

.focus\:border-green-800\/30:focus{
  border-color: rgb(26 97 63 / 0.3) !important;
}

.focus\:border-green-800\/35:focus{
  border-color: rgb(26 97 63 / 0.35) !important;
}

.focus\:border-green-800\/40:focus{
  border-color: rgb(26 97 63 / 0.4) !important;
}

.focus\:border-green-800\/45:focus{
  border-color: rgb(26 97 63 / 0.45) !important;
}

.focus\:border-green-800\/5:focus{
  border-color: rgb(26 97 63 / 0.05) !important;
}

.focus\:border-green-800\/50:focus{
  border-color: rgb(26 97 63 / 0.5) !important;
}

.focus\:border-green-800\/55:focus{
  border-color: rgb(26 97 63 / 0.55) !important;
}

.focus\:border-green-800\/60:focus{
  border-color: rgb(26 97 63 / 0.6) !important;
}

.focus\:border-green-800\/65:focus{
  border-color: rgb(26 97 63 / 0.65) !important;
}

.focus\:border-green-800\/70:focus{
  border-color: rgb(26 97 63 / 0.7) !important;
}

.focus\:border-green-800\/75:focus{
  border-color: rgb(26 97 63 / 0.75) !important;
}

.focus\:border-green-800\/80:focus{
  border-color: rgb(26 97 63 / 0.8) !important;
}

.focus\:border-green-800\/85:focus{
  border-color: rgb(26 97 63 / 0.85) !important;
}

.focus\:border-green-800\/90:focus{
  border-color: rgb(26 97 63 / 0.9) !important;
}

.focus\:border-green-800\/95:focus{
  border-color: rgb(26 97 63 / 0.95) !important;
}

.focus\:border-green-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 79 53 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-green-900\/0:focus{
  border-color: rgb(24 79 53 / 0) !important;
}

.focus\:border-green-900\/10:focus{
  border-color: rgb(24 79 53 / 0.1) !important;
}

.focus\:border-green-900\/100:focus{
  border-color: rgb(24 79 53 / 1) !important;
}

.focus\:border-green-900\/15:focus{
  border-color: rgb(24 79 53 / 0.15) !important;
}

.focus\:border-green-900\/20:focus{
  border-color: rgb(24 79 53 / 0.2) !important;
}

.focus\:border-green-900\/25:focus{
  border-color: rgb(24 79 53 / 0.25) !important;
}

.focus\:border-green-900\/30:focus{
  border-color: rgb(24 79 53 / 0.3) !important;
}

.focus\:border-green-900\/35:focus{
  border-color: rgb(24 79 53 / 0.35) !important;
}

.focus\:border-green-900\/40:focus{
  border-color: rgb(24 79 53 / 0.4) !important;
}

.focus\:border-green-900\/45:focus{
  border-color: rgb(24 79 53 / 0.45) !important;
}

.focus\:border-green-900\/5:focus{
  border-color: rgb(24 79 53 / 0.05) !important;
}

.focus\:border-green-900\/50:focus{
  border-color: rgb(24 79 53 / 0.5) !important;
}

.focus\:border-green-900\/55:focus{
  border-color: rgb(24 79 53 / 0.55) !important;
}

.focus\:border-green-900\/60:focus{
  border-color: rgb(24 79 53 / 0.6) !important;
}

.focus\:border-green-900\/65:focus{
  border-color: rgb(24 79 53 / 0.65) !important;
}

.focus\:border-green-900\/70:focus{
  border-color: rgb(24 79 53 / 0.7) !important;
}

.focus\:border-green-900\/75:focus{
  border-color: rgb(24 79 53 / 0.75) !important;
}

.focus\:border-green-900\/80:focus{
  border-color: rgb(24 79 53 / 0.8) !important;
}

.focus\:border-green-900\/85:focus{
  border-color: rgb(24 79 53 / 0.85) !important;
}

.focus\:border-green-900\/90:focus{
  border-color: rgb(24 79 53 / 0.9) !important;
}

.focus\:border-green-900\/95:focus{
  border-color: rgb(24 79 53 / 0.95) !important;
}

.focus\:border-grey-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 251 252 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-100\/0:focus{
  border-color: rgb(250 251 252 / 0) !important;
}

.focus\:border-grey-100\/10:focus{
  border-color: rgb(250 251 252 / 0.1) !important;
}

.focus\:border-grey-100\/100:focus{
  border-color: rgb(250 251 252 / 1) !important;
}

.focus\:border-grey-100\/15:focus{
  border-color: rgb(250 251 252 / 0.15) !important;
}

.focus\:border-grey-100\/20:focus{
  border-color: rgb(250 251 252 / 0.2) !important;
}

.focus\:border-grey-100\/25:focus{
  border-color: rgb(250 251 252 / 0.25) !important;
}

.focus\:border-grey-100\/30:focus{
  border-color: rgb(250 251 252 / 0.3) !important;
}

.focus\:border-grey-100\/35:focus{
  border-color: rgb(250 251 252 / 0.35) !important;
}

.focus\:border-grey-100\/40:focus{
  border-color: rgb(250 251 252 / 0.4) !important;
}

.focus\:border-grey-100\/45:focus{
  border-color: rgb(250 251 252 / 0.45) !important;
}

.focus\:border-grey-100\/5:focus{
  border-color: rgb(250 251 252 / 0.05) !important;
}

.focus\:border-grey-100\/50:focus{
  border-color: rgb(250 251 252 / 0.5) !important;
}

.focus\:border-grey-100\/55:focus{
  border-color: rgb(250 251 252 / 0.55) !important;
}

.focus\:border-grey-100\/60:focus{
  border-color: rgb(250 251 252 / 0.6) !important;
}

.focus\:border-grey-100\/65:focus{
  border-color: rgb(250 251 252 / 0.65) !important;
}

.focus\:border-grey-100\/70:focus{
  border-color: rgb(250 251 252 / 0.7) !important;
}

.focus\:border-grey-100\/75:focus{
  border-color: rgb(250 251 252 / 0.75) !important;
}

.focus\:border-grey-100\/80:focus{
  border-color: rgb(250 251 252 / 0.8) !important;
}

.focus\:border-grey-100\/85:focus{
  border-color: rgb(250 251 252 / 0.85) !important;
}

.focus\:border-grey-100\/90:focus{
  border-color: rgb(250 251 252 / 0.9) !important;
}

.focus\:border-grey-100\/95:focus{
  border-color: rgb(250 251 252 / 0.95) !important;
}

.focus\:border-grey-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 248 250 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-200\/0:focus{
  border-color: rgb(247 248 250 / 0) !important;
}

.focus\:border-grey-200\/10:focus{
  border-color: rgb(247 248 250 / 0.1) !important;
}

.focus\:border-grey-200\/100:focus{
  border-color: rgb(247 248 250 / 1) !important;
}

.focus\:border-grey-200\/15:focus{
  border-color: rgb(247 248 250 / 0.15) !important;
}

.focus\:border-grey-200\/20:focus{
  border-color: rgb(247 248 250 / 0.2) !important;
}

.focus\:border-grey-200\/25:focus{
  border-color: rgb(247 248 250 / 0.25) !important;
}

.focus\:border-grey-200\/30:focus{
  border-color: rgb(247 248 250 / 0.3) !important;
}

.focus\:border-grey-200\/35:focus{
  border-color: rgb(247 248 250 / 0.35) !important;
}

.focus\:border-grey-200\/40:focus{
  border-color: rgb(247 248 250 / 0.4) !important;
}

.focus\:border-grey-200\/45:focus{
  border-color: rgb(247 248 250 / 0.45) !important;
}

.focus\:border-grey-200\/5:focus{
  border-color: rgb(247 248 250 / 0.05) !important;
}

.focus\:border-grey-200\/50:focus{
  border-color: rgb(247 248 250 / 0.5) !important;
}

.focus\:border-grey-200\/55:focus{
  border-color: rgb(247 248 250 / 0.55) !important;
}

.focus\:border-grey-200\/60:focus{
  border-color: rgb(247 248 250 / 0.6) !important;
}

.focus\:border-grey-200\/65:focus{
  border-color: rgb(247 248 250 / 0.65) !important;
}

.focus\:border-grey-200\/70:focus{
  border-color: rgb(247 248 250 / 0.7) !important;
}

.focus\:border-grey-200\/75:focus{
  border-color: rgb(247 248 250 / 0.75) !important;
}

.focus\:border-grey-200\/80:focus{
  border-color: rgb(247 248 250 / 0.8) !important;
}

.focus\:border-grey-200\/85:focus{
  border-color: rgb(247 248 250 / 0.85) !important;
}

.focus\:border-grey-200\/90:focus{
  border-color: rgb(247 248 250 / 0.9) !important;
}

.focus\:border-grey-200\/95:focus{
  border-color: rgb(247 248 250 / 0.95) !important;
}

.focus\:border-grey-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 245 248 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-300\/0:focus{
  border-color: rgb(243 245 248 / 0) !important;
}

.focus\:border-grey-300\/10:focus{
  border-color: rgb(243 245 248 / 0.1) !important;
}

.focus\:border-grey-300\/100:focus{
  border-color: rgb(243 245 248 / 1) !important;
}

.focus\:border-grey-300\/15:focus{
  border-color: rgb(243 245 248 / 0.15) !important;
}

.focus\:border-grey-300\/20:focus{
  border-color: rgb(243 245 248 / 0.2) !important;
}

.focus\:border-grey-300\/25:focus{
  border-color: rgb(243 245 248 / 0.25) !important;
}

.focus\:border-grey-300\/30:focus{
  border-color: rgb(243 245 248 / 0.3) !important;
}

.focus\:border-grey-300\/35:focus{
  border-color: rgb(243 245 248 / 0.35) !important;
}

.focus\:border-grey-300\/40:focus{
  border-color: rgb(243 245 248 / 0.4) !important;
}

.focus\:border-grey-300\/45:focus{
  border-color: rgb(243 245 248 / 0.45) !important;
}

.focus\:border-grey-300\/5:focus{
  border-color: rgb(243 245 248 / 0.05) !important;
}

.focus\:border-grey-300\/50:focus{
  border-color: rgb(243 245 248 / 0.5) !important;
}

.focus\:border-grey-300\/55:focus{
  border-color: rgb(243 245 248 / 0.55) !important;
}

.focus\:border-grey-300\/60:focus{
  border-color: rgb(243 245 248 / 0.6) !important;
}

.focus\:border-grey-300\/65:focus{
  border-color: rgb(243 245 248 / 0.65) !important;
}

.focus\:border-grey-300\/70:focus{
  border-color: rgb(243 245 248 / 0.7) !important;
}

.focus\:border-grey-300\/75:focus{
  border-color: rgb(243 245 248 / 0.75) !important;
}

.focus\:border-grey-300\/80:focus{
  border-color: rgb(243 245 248 / 0.8) !important;
}

.focus\:border-grey-300\/85:focus{
  border-color: rgb(243 245 248 / 0.85) !important;
}

.focus\:border-grey-300\/90:focus{
  border-color: rgb(243 245 248 / 0.9) !important;
}

.focus\:border-grey-300\/95:focus{
  border-color: rgb(243 245 248 / 0.95) !important;
}

.focus\:border-grey-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 242 247 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-400\/0:focus{
  border-color: rgb(241 242 247 / 0) !important;
}

.focus\:border-grey-400\/10:focus{
  border-color: rgb(241 242 247 / 0.1) !important;
}

.focus\:border-grey-400\/100:focus{
  border-color: rgb(241 242 247 / 1) !important;
}

.focus\:border-grey-400\/15:focus{
  border-color: rgb(241 242 247 / 0.15) !important;
}

.focus\:border-grey-400\/20:focus{
  border-color: rgb(241 242 247 / 0.2) !important;
}

.focus\:border-grey-400\/25:focus{
  border-color: rgb(241 242 247 / 0.25) !important;
}

.focus\:border-grey-400\/30:focus{
  border-color: rgb(241 242 247 / 0.3) !important;
}

.focus\:border-grey-400\/35:focus{
  border-color: rgb(241 242 247 / 0.35) !important;
}

.focus\:border-grey-400\/40:focus{
  border-color: rgb(241 242 247 / 0.4) !important;
}

.focus\:border-grey-400\/45:focus{
  border-color: rgb(241 242 247 / 0.45) !important;
}

.focus\:border-grey-400\/5:focus{
  border-color: rgb(241 242 247 / 0.05) !important;
}

.focus\:border-grey-400\/50:focus{
  border-color: rgb(241 242 247 / 0.5) !important;
}

.focus\:border-grey-400\/55:focus{
  border-color: rgb(241 242 247 / 0.55) !important;
}

.focus\:border-grey-400\/60:focus{
  border-color: rgb(241 242 247 / 0.6) !important;
}

.focus\:border-grey-400\/65:focus{
  border-color: rgb(241 242 247 / 0.65) !important;
}

.focus\:border-grey-400\/70:focus{
  border-color: rgb(241 242 247 / 0.7) !important;
}

.focus\:border-grey-400\/75:focus{
  border-color: rgb(241 242 247 / 0.75) !important;
}

.focus\:border-grey-400\/80:focus{
  border-color: rgb(241 242 247 / 0.8) !important;
}

.focus\:border-grey-400\/85:focus{
  border-color: rgb(241 242 247 / 0.85) !important;
}

.focus\:border-grey-400\/90:focus{
  border-color: rgb(241 242 247 / 0.9) !important;
}

.focus\:border-grey-400\/95:focus{
  border-color: rgb(241 242 247 / 0.95) !important;
}

.focus\:border-grey-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 253 254 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-50\/0:focus{
  border-color: rgb(253 253 254 / 0) !important;
}

.focus\:border-grey-50\/10:focus{
  border-color: rgb(253 253 254 / 0.1) !important;
}

.focus\:border-grey-50\/100:focus{
  border-color: rgb(253 253 254 / 1) !important;
}

.focus\:border-grey-50\/15:focus{
  border-color: rgb(253 253 254 / 0.15) !important;
}

.focus\:border-grey-50\/20:focus{
  border-color: rgb(253 253 254 / 0.2) !important;
}

.focus\:border-grey-50\/25:focus{
  border-color: rgb(253 253 254 / 0.25) !important;
}

.focus\:border-grey-50\/30:focus{
  border-color: rgb(253 253 254 / 0.3) !important;
}

.focus\:border-grey-50\/35:focus{
  border-color: rgb(253 253 254 / 0.35) !important;
}

.focus\:border-grey-50\/40:focus{
  border-color: rgb(253 253 254 / 0.4) !important;
}

.focus\:border-grey-50\/45:focus{
  border-color: rgb(253 253 254 / 0.45) !important;
}

.focus\:border-grey-50\/5:focus{
  border-color: rgb(253 253 254 / 0.05) !important;
}

.focus\:border-grey-50\/50:focus{
  border-color: rgb(253 253 254 / 0.5) !important;
}

.focus\:border-grey-50\/55:focus{
  border-color: rgb(253 253 254 / 0.55) !important;
}

.focus\:border-grey-50\/60:focus{
  border-color: rgb(253 253 254 / 0.6) !important;
}

.focus\:border-grey-50\/65:focus{
  border-color: rgb(253 253 254 / 0.65) !important;
}

.focus\:border-grey-50\/70:focus{
  border-color: rgb(253 253 254 / 0.7) !important;
}

.focus\:border-grey-50\/75:focus{
  border-color: rgb(253 253 254 / 0.75) !important;
}

.focus\:border-grey-50\/80:focus{
  border-color: rgb(253 253 254 / 0.8) !important;
}

.focus\:border-grey-50\/85:focus{
  border-color: rgb(253 253 254 / 0.85) !important;
}

.focus\:border-grey-50\/90:focus{
  border-color: rgb(253 253 254 / 0.9) !important;
}

.focus\:border-grey-50\/95:focus{
  border-color: rgb(253 253 254 / 0.95) !important;
}

.focus\:border-grey-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 240 245 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-500\/0:focus{
  border-color: rgb(238 240 245 / 0) !important;
}

.focus\:border-grey-500\/10:focus{
  border-color: rgb(238 240 245 / 0.1) !important;
}

.focus\:border-grey-500\/100:focus{
  border-color: rgb(238 240 245 / 1) !important;
}

.focus\:border-grey-500\/15:focus{
  border-color: rgb(238 240 245 / 0.15) !important;
}

.focus\:border-grey-500\/20:focus{
  border-color: rgb(238 240 245 / 0.2) !important;
}

.focus\:border-grey-500\/25:focus{
  border-color: rgb(238 240 245 / 0.25) !important;
}

.focus\:border-grey-500\/30:focus{
  border-color: rgb(238 240 245 / 0.3) !important;
}

.focus\:border-grey-500\/35:focus{
  border-color: rgb(238 240 245 / 0.35) !important;
}

.focus\:border-grey-500\/40:focus{
  border-color: rgb(238 240 245 / 0.4) !important;
}

.focus\:border-grey-500\/45:focus{
  border-color: rgb(238 240 245 / 0.45) !important;
}

.focus\:border-grey-500\/5:focus{
  border-color: rgb(238 240 245 / 0.05) !important;
}

.focus\:border-grey-500\/50:focus{
  border-color: rgb(238 240 245 / 0.5) !important;
}

.focus\:border-grey-500\/55:focus{
  border-color: rgb(238 240 245 / 0.55) !important;
}

.focus\:border-grey-500\/60:focus{
  border-color: rgb(238 240 245 / 0.6) !important;
}

.focus\:border-grey-500\/65:focus{
  border-color: rgb(238 240 245 / 0.65) !important;
}

.focus\:border-grey-500\/70:focus{
  border-color: rgb(238 240 245 / 0.7) !important;
}

.focus\:border-grey-500\/75:focus{
  border-color: rgb(238 240 245 / 0.75) !important;
}

.focus\:border-grey-500\/80:focus{
  border-color: rgb(238 240 245 / 0.8) !important;
}

.focus\:border-grey-500\/85:focus{
  border-color: rgb(238 240 245 / 0.85) !important;
}

.focus\:border-grey-500\/90:focus{
  border-color: rgb(238 240 245 / 0.9) !important;
}

.focus\:border-grey-500\/95:focus{
  border-color: rgb(238 240 245 / 0.95) !important;
}

.focus\:border-grey-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 238 244 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-600\/0:focus{
  border-color: rgb(236 238 244 / 0) !important;
}

.focus\:border-grey-600\/10:focus{
  border-color: rgb(236 238 244 / 0.1) !important;
}

.focus\:border-grey-600\/100:focus{
  border-color: rgb(236 238 244 / 1) !important;
}

.focus\:border-grey-600\/15:focus{
  border-color: rgb(236 238 244 / 0.15) !important;
}

.focus\:border-grey-600\/20:focus{
  border-color: rgb(236 238 244 / 0.2) !important;
}

.focus\:border-grey-600\/25:focus{
  border-color: rgb(236 238 244 / 0.25) !important;
}

.focus\:border-grey-600\/30:focus{
  border-color: rgb(236 238 244 / 0.3) !important;
}

.focus\:border-grey-600\/35:focus{
  border-color: rgb(236 238 244 / 0.35) !important;
}

.focus\:border-grey-600\/40:focus{
  border-color: rgb(236 238 244 / 0.4) !important;
}

.focus\:border-grey-600\/45:focus{
  border-color: rgb(236 238 244 / 0.45) !important;
}

.focus\:border-grey-600\/5:focus{
  border-color: rgb(236 238 244 / 0.05) !important;
}

.focus\:border-grey-600\/50:focus{
  border-color: rgb(236 238 244 / 0.5) !important;
}

.focus\:border-grey-600\/55:focus{
  border-color: rgb(236 238 244 / 0.55) !important;
}

.focus\:border-grey-600\/60:focus{
  border-color: rgb(236 238 244 / 0.6) !important;
}

.focus\:border-grey-600\/65:focus{
  border-color: rgb(236 238 244 / 0.65) !important;
}

.focus\:border-grey-600\/70:focus{
  border-color: rgb(236 238 244 / 0.7) !important;
}

.focus\:border-grey-600\/75:focus{
  border-color: rgb(236 238 244 / 0.75) !important;
}

.focus\:border-grey-600\/80:focus{
  border-color: rgb(236 238 244 / 0.8) !important;
}

.focus\:border-grey-600\/85:focus{
  border-color: rgb(236 238 244 / 0.85) !important;
}

.focus\:border-grey-600\/90:focus{
  border-color: rgb(236 238 244 / 0.9) !important;
}

.focus\:border-grey-600\/95:focus{
  border-color: rgb(236 238 244 / 0.95) !important;
}

.focus\:border-grey-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 236 242 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-700\/0:focus{
  border-color: rgb(233 236 242 / 0) !important;
}

.focus\:border-grey-700\/10:focus{
  border-color: rgb(233 236 242 / 0.1) !important;
}

.focus\:border-grey-700\/100:focus{
  border-color: rgb(233 236 242 / 1) !important;
}

.focus\:border-grey-700\/15:focus{
  border-color: rgb(233 236 242 / 0.15) !important;
}

.focus\:border-grey-700\/20:focus{
  border-color: rgb(233 236 242 / 0.2) !important;
}

.focus\:border-grey-700\/25:focus{
  border-color: rgb(233 236 242 / 0.25) !important;
}

.focus\:border-grey-700\/30:focus{
  border-color: rgb(233 236 242 / 0.3) !important;
}

.focus\:border-grey-700\/35:focus{
  border-color: rgb(233 236 242 / 0.35) !important;
}

.focus\:border-grey-700\/40:focus{
  border-color: rgb(233 236 242 / 0.4) !important;
}

.focus\:border-grey-700\/45:focus{
  border-color: rgb(233 236 242 / 0.45) !important;
}

.focus\:border-grey-700\/5:focus{
  border-color: rgb(233 236 242 / 0.05) !important;
}

.focus\:border-grey-700\/50:focus{
  border-color: rgb(233 236 242 / 0.5) !important;
}

.focus\:border-grey-700\/55:focus{
  border-color: rgb(233 236 242 / 0.55) !important;
}

.focus\:border-grey-700\/60:focus{
  border-color: rgb(233 236 242 / 0.6) !important;
}

.focus\:border-grey-700\/65:focus{
  border-color: rgb(233 236 242 / 0.65) !important;
}

.focus\:border-grey-700\/70:focus{
  border-color: rgb(233 236 242 / 0.7) !important;
}

.focus\:border-grey-700\/75:focus{
  border-color: rgb(233 236 242 / 0.75) !important;
}

.focus\:border-grey-700\/80:focus{
  border-color: rgb(233 236 242 / 0.8) !important;
}

.focus\:border-grey-700\/85:focus{
  border-color: rgb(233 236 242 / 0.85) !important;
}

.focus\:border-grey-700\/90:focus{
  border-color: rgb(233 236 242 / 0.9) !important;
}

.focus\:border-grey-700\/95:focus{
  border-color: rgb(233 236 242 / 0.95) !important;
}

.focus\:border-grey-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 233 240 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-800\/0:focus{
  border-color: rgb(231 233 240 / 0) !important;
}

.focus\:border-grey-800\/10:focus{
  border-color: rgb(231 233 240 / 0.1) !important;
}

.focus\:border-grey-800\/100:focus{
  border-color: rgb(231 233 240 / 1) !important;
}

.focus\:border-grey-800\/15:focus{
  border-color: rgb(231 233 240 / 0.15) !important;
}

.focus\:border-grey-800\/20:focus{
  border-color: rgb(231 233 240 / 0.2) !important;
}

.focus\:border-grey-800\/25:focus{
  border-color: rgb(231 233 240 / 0.25) !important;
}

.focus\:border-grey-800\/30:focus{
  border-color: rgb(231 233 240 / 0.3) !important;
}

.focus\:border-grey-800\/35:focus{
  border-color: rgb(231 233 240 / 0.35) !important;
}

.focus\:border-grey-800\/40:focus{
  border-color: rgb(231 233 240 / 0.4) !important;
}

.focus\:border-grey-800\/45:focus{
  border-color: rgb(231 233 240 / 0.45) !important;
}

.focus\:border-grey-800\/5:focus{
  border-color: rgb(231 233 240 / 0.05) !important;
}

.focus\:border-grey-800\/50:focus{
  border-color: rgb(231 233 240 / 0.5) !important;
}

.focus\:border-grey-800\/55:focus{
  border-color: rgb(231 233 240 / 0.55) !important;
}

.focus\:border-grey-800\/60:focus{
  border-color: rgb(231 233 240 / 0.6) !important;
}

.focus\:border-grey-800\/65:focus{
  border-color: rgb(231 233 240 / 0.65) !important;
}

.focus\:border-grey-800\/70:focus{
  border-color: rgb(231 233 240 / 0.7) !important;
}

.focus\:border-grey-800\/75:focus{
  border-color: rgb(231 233 240 / 0.75) !important;
}

.focus\:border-grey-800\/80:focus{
  border-color: rgb(231 233 240 / 0.8) !important;
}

.focus\:border-grey-800\/85:focus{
  border-color: rgb(231 233 240 / 0.85) !important;
}

.focus\:border-grey-800\/90:focus{
  border-color: rgb(231 233 240 / 0.9) !important;
}

.focus\:border-grey-800\/95:focus{
  border-color: rgb(231 233 240 / 0.95) !important;
}

.focus\:border-grey-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 229 238 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-grey-900\/0:focus{
  border-color: rgb(226 229 238 / 0) !important;
}

.focus\:border-grey-900\/10:focus{
  border-color: rgb(226 229 238 / 0.1) !important;
}

.focus\:border-grey-900\/100:focus{
  border-color: rgb(226 229 238 / 1) !important;
}

.focus\:border-grey-900\/15:focus{
  border-color: rgb(226 229 238 / 0.15) !important;
}

.focus\:border-grey-900\/20:focus{
  border-color: rgb(226 229 238 / 0.2) !important;
}

.focus\:border-grey-900\/25:focus{
  border-color: rgb(226 229 238 / 0.25) !important;
}

.focus\:border-grey-900\/30:focus{
  border-color: rgb(226 229 238 / 0.3) !important;
}

.focus\:border-grey-900\/35:focus{
  border-color: rgb(226 229 238 / 0.35) !important;
}

.focus\:border-grey-900\/40:focus{
  border-color: rgb(226 229 238 / 0.4) !important;
}

.focus\:border-grey-900\/45:focus{
  border-color: rgb(226 229 238 / 0.45) !important;
}

.focus\:border-grey-900\/5:focus{
  border-color: rgb(226 229 238 / 0.05) !important;
}

.focus\:border-grey-900\/50:focus{
  border-color: rgb(226 229 238 / 0.5) !important;
}

.focus\:border-grey-900\/55:focus{
  border-color: rgb(226 229 238 / 0.55) !important;
}

.focus\:border-grey-900\/60:focus{
  border-color: rgb(226 229 238 / 0.6) !important;
}

.focus\:border-grey-900\/65:focus{
  border-color: rgb(226 229 238 / 0.65) !important;
}

.focus\:border-grey-900\/70:focus{
  border-color: rgb(226 229 238 / 0.7) !important;
}

.focus\:border-grey-900\/75:focus{
  border-color: rgb(226 229 238 / 0.75) !important;
}

.focus\:border-grey-900\/80:focus{
  border-color: rgb(226 229 238 / 0.8) !important;
}

.focus\:border-grey-900\/85:focus{
  border-color: rgb(226 229 238 / 0.85) !important;
}

.focus\:border-grey-900\/90:focus{
  border-color: rgb(226 229 238 / 0.9) !important;
}

.focus\:border-grey-900\/95:focus{
  border-color: rgb(226 229 238 / 0.95) !important;
}

.focus\:border-navy-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 191 248 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-100\/0:focus{
  border-color: rgb(191 191 248 / 0) !important;
}

.focus\:border-navy-100\/10:focus{
  border-color: rgb(191 191 248 / 0.1) !important;
}

.focus\:border-navy-100\/100:focus{
  border-color: rgb(191 191 248 / 1) !important;
}

.focus\:border-navy-100\/15:focus{
  border-color: rgb(191 191 248 / 0.15) !important;
}

.focus\:border-navy-100\/20:focus{
  border-color: rgb(191 191 248 / 0.2) !important;
}

.focus\:border-navy-100\/25:focus{
  border-color: rgb(191 191 248 / 0.25) !important;
}

.focus\:border-navy-100\/30:focus{
  border-color: rgb(191 191 248 / 0.3) !important;
}

.focus\:border-navy-100\/35:focus{
  border-color: rgb(191 191 248 / 0.35) !important;
}

.focus\:border-navy-100\/40:focus{
  border-color: rgb(191 191 248 / 0.4) !important;
}

.focus\:border-navy-100\/45:focus{
  border-color: rgb(191 191 248 / 0.45) !important;
}

.focus\:border-navy-100\/5:focus{
  border-color: rgb(191 191 248 / 0.05) !important;
}

.focus\:border-navy-100\/50:focus{
  border-color: rgb(191 191 248 / 0.5) !important;
}

.focus\:border-navy-100\/55:focus{
  border-color: rgb(191 191 248 / 0.55) !important;
}

.focus\:border-navy-100\/60:focus{
  border-color: rgb(191 191 248 / 0.6) !important;
}

.focus\:border-navy-100\/65:focus{
  border-color: rgb(191 191 248 / 0.65) !important;
}

.focus\:border-navy-100\/70:focus{
  border-color: rgb(191 191 248 / 0.7) !important;
}

.focus\:border-navy-100\/75:focus{
  border-color: rgb(191 191 248 / 0.75) !important;
}

.focus\:border-navy-100\/80:focus{
  border-color: rgb(191 191 248 / 0.8) !important;
}

.focus\:border-navy-100\/85:focus{
  border-color: rgb(191 191 248 / 0.85) !important;
}

.focus\:border-navy-100\/90:focus{
  border-color: rgb(191 191 248 / 0.9) !important;
}

.focus\:border-navy-100\/95:focus{
  border-color: rgb(191 191 248 / 0.95) !important;
}

.focus\:border-navy-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(149 149 243 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-200\/0:focus{
  border-color: rgb(149 149 243 / 0) !important;
}

.focus\:border-navy-200\/10:focus{
  border-color: rgb(149 149 243 / 0.1) !important;
}

.focus\:border-navy-200\/100:focus{
  border-color: rgb(149 149 243 / 1) !important;
}

.focus\:border-navy-200\/15:focus{
  border-color: rgb(149 149 243 / 0.15) !important;
}

.focus\:border-navy-200\/20:focus{
  border-color: rgb(149 149 243 / 0.2) !important;
}

.focus\:border-navy-200\/25:focus{
  border-color: rgb(149 149 243 / 0.25) !important;
}

.focus\:border-navy-200\/30:focus{
  border-color: rgb(149 149 243 / 0.3) !important;
}

.focus\:border-navy-200\/35:focus{
  border-color: rgb(149 149 243 / 0.35) !important;
}

.focus\:border-navy-200\/40:focus{
  border-color: rgb(149 149 243 / 0.4) !important;
}

.focus\:border-navy-200\/45:focus{
  border-color: rgb(149 149 243 / 0.45) !important;
}

.focus\:border-navy-200\/5:focus{
  border-color: rgb(149 149 243 / 0.05) !important;
}

.focus\:border-navy-200\/50:focus{
  border-color: rgb(149 149 243 / 0.5) !important;
}

.focus\:border-navy-200\/55:focus{
  border-color: rgb(149 149 243 / 0.55) !important;
}

.focus\:border-navy-200\/60:focus{
  border-color: rgb(149 149 243 / 0.6) !important;
}

.focus\:border-navy-200\/65:focus{
  border-color: rgb(149 149 243 / 0.65) !important;
}

.focus\:border-navy-200\/70:focus{
  border-color: rgb(149 149 243 / 0.7) !important;
}

.focus\:border-navy-200\/75:focus{
  border-color: rgb(149 149 243 / 0.75) !important;
}

.focus\:border-navy-200\/80:focus{
  border-color: rgb(149 149 243 / 0.8) !important;
}

.focus\:border-navy-200\/85:focus{
  border-color: rgb(149 149 243 / 0.85) !important;
}

.focus\:border-navy-200\/90:focus{
  border-color: rgb(149 149 243 / 0.9) !important;
}

.focus\:border-navy-200\/95:focus{
  border-color: rgb(149 149 243 / 0.95) !important;
}

.focus\:border-navy-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(106 107 238 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-300\/0:focus{
  border-color: rgb(106 107 238 / 0) !important;
}

.focus\:border-navy-300\/10:focus{
  border-color: rgb(106 107 238 / 0.1) !important;
}

.focus\:border-navy-300\/100:focus{
  border-color: rgb(106 107 238 / 1) !important;
}

.focus\:border-navy-300\/15:focus{
  border-color: rgb(106 107 238 / 0.15) !important;
}

.focus\:border-navy-300\/20:focus{
  border-color: rgb(106 107 238 / 0.2) !important;
}

.focus\:border-navy-300\/25:focus{
  border-color: rgb(106 107 238 / 0.25) !important;
}

.focus\:border-navy-300\/30:focus{
  border-color: rgb(106 107 238 / 0.3) !important;
}

.focus\:border-navy-300\/35:focus{
  border-color: rgb(106 107 238 / 0.35) !important;
}

.focus\:border-navy-300\/40:focus{
  border-color: rgb(106 107 238 / 0.4) !important;
}

.focus\:border-navy-300\/45:focus{
  border-color: rgb(106 107 238 / 0.45) !important;
}

.focus\:border-navy-300\/5:focus{
  border-color: rgb(106 107 238 / 0.05) !important;
}

.focus\:border-navy-300\/50:focus{
  border-color: rgb(106 107 238 / 0.5) !important;
}

.focus\:border-navy-300\/55:focus{
  border-color: rgb(106 107 238 / 0.55) !important;
}

.focus\:border-navy-300\/60:focus{
  border-color: rgb(106 107 238 / 0.6) !important;
}

.focus\:border-navy-300\/65:focus{
  border-color: rgb(106 107 238 / 0.65) !important;
}

.focus\:border-navy-300\/70:focus{
  border-color: rgb(106 107 238 / 0.7) !important;
}

.focus\:border-navy-300\/75:focus{
  border-color: rgb(106 107 238 / 0.75) !important;
}

.focus\:border-navy-300\/80:focus{
  border-color: rgb(106 107 238 / 0.8) !important;
}

.focus\:border-navy-300\/85:focus{
  border-color: rgb(106 107 238 / 0.85) !important;
}

.focus\:border-navy-300\/90:focus{
  border-color: rgb(106 107 238 / 0.9) !important;
}

.focus\:border-navy-300\/95:focus{
  border-color: rgb(106 107 238 / 0.95) !important;
}

.focus\:border-navy-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 75 235 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-400\/0:focus{
  border-color: rgb(74 75 235 / 0) !important;
}

.focus\:border-navy-400\/10:focus{
  border-color: rgb(74 75 235 / 0.1) !important;
}

.focus\:border-navy-400\/100:focus{
  border-color: rgb(74 75 235 / 1) !important;
}

.focus\:border-navy-400\/15:focus{
  border-color: rgb(74 75 235 / 0.15) !important;
}

.focus\:border-navy-400\/20:focus{
  border-color: rgb(74 75 235 / 0.2) !important;
}

.focus\:border-navy-400\/25:focus{
  border-color: rgb(74 75 235 / 0.25) !important;
}

.focus\:border-navy-400\/30:focus{
  border-color: rgb(74 75 235 / 0.3) !important;
}

.focus\:border-navy-400\/35:focus{
  border-color: rgb(74 75 235 / 0.35) !important;
}

.focus\:border-navy-400\/40:focus{
  border-color: rgb(74 75 235 / 0.4) !important;
}

.focus\:border-navy-400\/45:focus{
  border-color: rgb(74 75 235 / 0.45) !important;
}

.focus\:border-navy-400\/5:focus{
  border-color: rgb(74 75 235 / 0.05) !important;
}

.focus\:border-navy-400\/50:focus{
  border-color: rgb(74 75 235 / 0.5) !important;
}

.focus\:border-navy-400\/55:focus{
  border-color: rgb(74 75 235 / 0.55) !important;
}

.focus\:border-navy-400\/60:focus{
  border-color: rgb(74 75 235 / 0.6) !important;
}

.focus\:border-navy-400\/65:focus{
  border-color: rgb(74 75 235 / 0.65) !important;
}

.focus\:border-navy-400\/70:focus{
  border-color: rgb(74 75 235 / 0.7) !important;
}

.focus\:border-navy-400\/75:focus{
  border-color: rgb(74 75 235 / 0.75) !important;
}

.focus\:border-navy-400\/80:focus{
  border-color: rgb(74 75 235 / 0.8) !important;
}

.focus\:border-navy-400\/85:focus{
  border-color: rgb(74 75 235 / 0.85) !important;
}

.focus\:border-navy-400\/90:focus{
  border-color: rgb(74 75 235 / 0.9) !important;
}

.focus\:border-navy-400\/95:focus{
  border-color: rgb(74 75 235 / 0.95) !important;
}

.focus\:border-navy-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 230 252 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-50\/0:focus{
  border-color: rgb(229 230 252 / 0) !important;
}

.focus\:border-navy-50\/10:focus{
  border-color: rgb(229 230 252 / 0.1) !important;
}

.focus\:border-navy-50\/100:focus{
  border-color: rgb(229 230 252 / 1) !important;
}

.focus\:border-navy-50\/15:focus{
  border-color: rgb(229 230 252 / 0.15) !important;
}

.focus\:border-navy-50\/20:focus{
  border-color: rgb(229 230 252 / 0.2) !important;
}

.focus\:border-navy-50\/25:focus{
  border-color: rgb(229 230 252 / 0.25) !important;
}

.focus\:border-navy-50\/30:focus{
  border-color: rgb(229 230 252 / 0.3) !important;
}

.focus\:border-navy-50\/35:focus{
  border-color: rgb(229 230 252 / 0.35) !important;
}

.focus\:border-navy-50\/40:focus{
  border-color: rgb(229 230 252 / 0.4) !important;
}

.focus\:border-navy-50\/45:focus{
  border-color: rgb(229 230 252 / 0.45) !important;
}

.focus\:border-navy-50\/5:focus{
  border-color: rgb(229 230 252 / 0.05) !important;
}

.focus\:border-navy-50\/50:focus{
  border-color: rgb(229 230 252 / 0.5) !important;
}

.focus\:border-navy-50\/55:focus{
  border-color: rgb(229 230 252 / 0.55) !important;
}

.focus\:border-navy-50\/60:focus{
  border-color: rgb(229 230 252 / 0.6) !important;
}

.focus\:border-navy-50\/65:focus{
  border-color: rgb(229 230 252 / 0.65) !important;
}

.focus\:border-navy-50\/70:focus{
  border-color: rgb(229 230 252 / 0.7) !important;
}

.focus\:border-navy-50\/75:focus{
  border-color: rgb(229 230 252 / 0.75) !important;
}

.focus\:border-navy-50\/80:focus{
  border-color: rgb(229 230 252 / 0.8) !important;
}

.focus\:border-navy-50\/85:focus{
  border-color: rgb(229 230 252 / 0.85) !important;
}

.focus\:border-navy-50\/90:focus{
  border-color: rgb(229 230 252 / 0.9) !important;
}

.focus\:border-navy-50\/95:focus{
  border-color: rgb(229 230 252 / 0.95) !important;
}

.focus\:border-navy-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 43 231 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-500\/0:focus{
  border-color: rgb(42 43 231 / 0) !important;
}

.focus\:border-navy-500\/10:focus{
  border-color: rgb(42 43 231 / 0.1) !important;
}

.focus\:border-navy-500\/100:focus{
  border-color: rgb(42 43 231 / 1) !important;
}

.focus\:border-navy-500\/15:focus{
  border-color: rgb(42 43 231 / 0.15) !important;
}

.focus\:border-navy-500\/20:focus{
  border-color: rgb(42 43 231 / 0.2) !important;
}

.focus\:border-navy-500\/25:focus{
  border-color: rgb(42 43 231 / 0.25) !important;
}

.focus\:border-navy-500\/30:focus{
  border-color: rgb(42 43 231 / 0.3) !important;
}

.focus\:border-navy-500\/35:focus{
  border-color: rgb(42 43 231 / 0.35) !important;
}

.focus\:border-navy-500\/40:focus{
  border-color: rgb(42 43 231 / 0.4) !important;
}

.focus\:border-navy-500\/45:focus{
  border-color: rgb(42 43 231 / 0.45) !important;
}

.focus\:border-navy-500\/5:focus{
  border-color: rgb(42 43 231 / 0.05) !important;
}

.focus\:border-navy-500\/50:focus{
  border-color: rgb(42 43 231 / 0.5) !important;
}

.focus\:border-navy-500\/55:focus{
  border-color: rgb(42 43 231 / 0.55) !important;
}

.focus\:border-navy-500\/60:focus{
  border-color: rgb(42 43 231 / 0.6) !important;
}

.focus\:border-navy-500\/65:focus{
  border-color: rgb(42 43 231 / 0.65) !important;
}

.focus\:border-navy-500\/70:focus{
  border-color: rgb(42 43 231 / 0.7) !important;
}

.focus\:border-navy-500\/75:focus{
  border-color: rgb(42 43 231 / 0.75) !important;
}

.focus\:border-navy-500\/80:focus{
  border-color: rgb(42 43 231 / 0.8) !important;
}

.focus\:border-navy-500\/85:focus{
  border-color: rgb(42 43 231 / 0.85) !important;
}

.focus\:border-navy-500\/90:focus{
  border-color: rgb(42 43 231 / 0.9) !important;
}

.focus\:border-navy-500\/95:focus{
  border-color: rgb(42 43 231 / 0.95) !important;
}

.focus\:border-navy-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 38 228 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-600\/0:focus{
  border-color: rgb(37 38 228 / 0) !important;
}

.focus\:border-navy-600\/10:focus{
  border-color: rgb(37 38 228 / 0.1) !important;
}

.focus\:border-navy-600\/100:focus{
  border-color: rgb(37 38 228 / 1) !important;
}

.focus\:border-navy-600\/15:focus{
  border-color: rgb(37 38 228 / 0.15) !important;
}

.focus\:border-navy-600\/20:focus{
  border-color: rgb(37 38 228 / 0.2) !important;
}

.focus\:border-navy-600\/25:focus{
  border-color: rgb(37 38 228 / 0.25) !important;
}

.focus\:border-navy-600\/30:focus{
  border-color: rgb(37 38 228 / 0.3) !important;
}

.focus\:border-navy-600\/35:focus{
  border-color: rgb(37 38 228 / 0.35) !important;
}

.focus\:border-navy-600\/40:focus{
  border-color: rgb(37 38 228 / 0.4) !important;
}

.focus\:border-navy-600\/45:focus{
  border-color: rgb(37 38 228 / 0.45) !important;
}

.focus\:border-navy-600\/5:focus{
  border-color: rgb(37 38 228 / 0.05) !important;
}

.focus\:border-navy-600\/50:focus{
  border-color: rgb(37 38 228 / 0.5) !important;
}

.focus\:border-navy-600\/55:focus{
  border-color: rgb(37 38 228 / 0.55) !important;
}

.focus\:border-navy-600\/60:focus{
  border-color: rgb(37 38 228 / 0.6) !important;
}

.focus\:border-navy-600\/65:focus{
  border-color: rgb(37 38 228 / 0.65) !important;
}

.focus\:border-navy-600\/70:focus{
  border-color: rgb(37 38 228 / 0.7) !important;
}

.focus\:border-navy-600\/75:focus{
  border-color: rgb(37 38 228 / 0.75) !important;
}

.focus\:border-navy-600\/80:focus{
  border-color: rgb(37 38 228 / 0.8) !important;
}

.focus\:border-navy-600\/85:focus{
  border-color: rgb(37 38 228 / 0.85) !important;
}

.focus\:border-navy-600\/90:focus{
  border-color: rgb(37 38 228 / 0.9) !important;
}

.focus\:border-navy-600\/95:focus{
  border-color: rgb(37 38 228 / 0.95) !important;
}

.focus\:border-navy-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 32 224 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-700\/0:focus{
  border-color: rgb(31 32 224 / 0) !important;
}

.focus\:border-navy-700\/10:focus{
  border-color: rgb(31 32 224 / 0.1) !important;
}

.focus\:border-navy-700\/100:focus{
  border-color: rgb(31 32 224 / 1) !important;
}

.focus\:border-navy-700\/15:focus{
  border-color: rgb(31 32 224 / 0.15) !important;
}

.focus\:border-navy-700\/20:focus{
  border-color: rgb(31 32 224 / 0.2) !important;
}

.focus\:border-navy-700\/25:focus{
  border-color: rgb(31 32 224 / 0.25) !important;
}

.focus\:border-navy-700\/30:focus{
  border-color: rgb(31 32 224 / 0.3) !important;
}

.focus\:border-navy-700\/35:focus{
  border-color: rgb(31 32 224 / 0.35) !important;
}

.focus\:border-navy-700\/40:focus{
  border-color: rgb(31 32 224 / 0.4) !important;
}

.focus\:border-navy-700\/45:focus{
  border-color: rgb(31 32 224 / 0.45) !important;
}

.focus\:border-navy-700\/5:focus{
  border-color: rgb(31 32 224 / 0.05) !important;
}

.focus\:border-navy-700\/50:focus{
  border-color: rgb(31 32 224 / 0.5) !important;
}

.focus\:border-navy-700\/55:focus{
  border-color: rgb(31 32 224 / 0.55) !important;
}

.focus\:border-navy-700\/60:focus{
  border-color: rgb(31 32 224 / 0.6) !important;
}

.focus\:border-navy-700\/65:focus{
  border-color: rgb(31 32 224 / 0.65) !important;
}

.focus\:border-navy-700\/70:focus{
  border-color: rgb(31 32 224 / 0.7) !important;
}

.focus\:border-navy-700\/75:focus{
  border-color: rgb(31 32 224 / 0.75) !important;
}

.focus\:border-navy-700\/80:focus{
  border-color: rgb(31 32 224 / 0.8) !important;
}

.focus\:border-navy-700\/85:focus{
  border-color: rgb(31 32 224 / 0.85) !important;
}

.focus\:border-navy-700\/90:focus{
  border-color: rgb(31 32 224 / 0.9) !important;
}

.focus\:border-navy-700\/95:focus{
  border-color: rgb(31 32 224 / 0.95) !important;
}

.focus\:border-navy-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 26 221 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-800\/0:focus{
  border-color: rgb(25 26 221 / 0) !important;
}

.focus\:border-navy-800\/10:focus{
  border-color: rgb(25 26 221 / 0.1) !important;
}

.focus\:border-navy-800\/100:focus{
  border-color: rgb(25 26 221 / 1) !important;
}

.focus\:border-navy-800\/15:focus{
  border-color: rgb(25 26 221 / 0.15) !important;
}

.focus\:border-navy-800\/20:focus{
  border-color: rgb(25 26 221 / 0.2) !important;
}

.focus\:border-navy-800\/25:focus{
  border-color: rgb(25 26 221 / 0.25) !important;
}

.focus\:border-navy-800\/30:focus{
  border-color: rgb(25 26 221 / 0.3) !important;
}

.focus\:border-navy-800\/35:focus{
  border-color: rgb(25 26 221 / 0.35) !important;
}

.focus\:border-navy-800\/40:focus{
  border-color: rgb(25 26 221 / 0.4) !important;
}

.focus\:border-navy-800\/45:focus{
  border-color: rgb(25 26 221 / 0.45) !important;
}

.focus\:border-navy-800\/5:focus{
  border-color: rgb(25 26 221 / 0.05) !important;
}

.focus\:border-navy-800\/50:focus{
  border-color: rgb(25 26 221 / 0.5) !important;
}

.focus\:border-navy-800\/55:focus{
  border-color: rgb(25 26 221 / 0.55) !important;
}

.focus\:border-navy-800\/60:focus{
  border-color: rgb(25 26 221 / 0.6) !important;
}

.focus\:border-navy-800\/65:focus{
  border-color: rgb(25 26 221 / 0.65) !important;
}

.focus\:border-navy-800\/70:focus{
  border-color: rgb(25 26 221 / 0.7) !important;
}

.focus\:border-navy-800\/75:focus{
  border-color: rgb(25 26 221 / 0.75) !important;
}

.focus\:border-navy-800\/80:focus{
  border-color: rgb(25 26 221 / 0.8) !important;
}

.focus\:border-navy-800\/85:focus{
  border-color: rgb(25 26 221 / 0.85) !important;
}

.focus\:border-navy-800\/90:focus{
  border-color: rgb(25 26 221 / 0.9) !important;
}

.focus\:border-navy-800\/95:focus{
  border-color: rgb(25 26 221 / 0.95) !important;
}

.focus\:border-navy-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 16 215 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-navy-900\/0:focus{
  border-color: rgb(15 16 215 / 0) !important;
}

.focus\:border-navy-900\/10:focus{
  border-color: rgb(15 16 215 / 0.1) !important;
}

.focus\:border-navy-900\/100:focus{
  border-color: rgb(15 16 215 / 1) !important;
}

.focus\:border-navy-900\/15:focus{
  border-color: rgb(15 16 215 / 0.15) !important;
}

.focus\:border-navy-900\/20:focus{
  border-color: rgb(15 16 215 / 0.2) !important;
}

.focus\:border-navy-900\/25:focus{
  border-color: rgb(15 16 215 / 0.25) !important;
}

.focus\:border-navy-900\/30:focus{
  border-color: rgb(15 16 215 / 0.3) !important;
}

.focus\:border-navy-900\/35:focus{
  border-color: rgb(15 16 215 / 0.35) !important;
}

.focus\:border-navy-900\/40:focus{
  border-color: rgb(15 16 215 / 0.4) !important;
}

.focus\:border-navy-900\/45:focus{
  border-color: rgb(15 16 215 / 0.45) !important;
}

.focus\:border-navy-900\/5:focus{
  border-color: rgb(15 16 215 / 0.05) !important;
}

.focus\:border-navy-900\/50:focus{
  border-color: rgb(15 16 215 / 0.5) !important;
}

.focus\:border-navy-900\/55:focus{
  border-color: rgb(15 16 215 / 0.55) !important;
}

.focus\:border-navy-900\/60:focus{
  border-color: rgb(15 16 215 / 0.6) !important;
}

.focus\:border-navy-900\/65:focus{
  border-color: rgb(15 16 215 / 0.65) !important;
}

.focus\:border-navy-900\/70:focus{
  border-color: rgb(15 16 215 / 0.7) !important;
}

.focus\:border-navy-900\/75:focus{
  border-color: rgb(15 16 215 / 0.75) !important;
}

.focus\:border-navy-900\/80:focus{
  border-color: rgb(15 16 215 / 0.8) !important;
}

.focus\:border-navy-900\/85:focus{
  border-color: rgb(15 16 215 / 0.85) !important;
}

.focus\:border-navy-900\/90:focus{
  border-color: rgb(15 16 215 / 0.9) !important;
}

.focus\:border-navy-900\/95:focus{
  border-color: rgb(15 16 215 / 0.95) !important;
}

.focus\:border-orange-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 238 213 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-100\/0:focus{
  border-color: rgb(255 238 213 / 0) !important;
}

.focus\:border-orange-100\/10:focus{
  border-color: rgb(255 238 213 / 0.1) !important;
}

.focus\:border-orange-100\/100:focus{
  border-color: rgb(255 238 213 / 1) !important;
}

.focus\:border-orange-100\/15:focus{
  border-color: rgb(255 238 213 / 0.15) !important;
}

.focus\:border-orange-100\/20:focus{
  border-color: rgb(255 238 213 / 0.2) !important;
}

.focus\:border-orange-100\/25:focus{
  border-color: rgb(255 238 213 / 0.25) !important;
}

.focus\:border-orange-100\/30:focus{
  border-color: rgb(255 238 213 / 0.3) !important;
}

.focus\:border-orange-100\/35:focus{
  border-color: rgb(255 238 213 / 0.35) !important;
}

.focus\:border-orange-100\/40:focus{
  border-color: rgb(255 238 213 / 0.4) !important;
}

.focus\:border-orange-100\/45:focus{
  border-color: rgb(255 238 213 / 0.45) !important;
}

.focus\:border-orange-100\/5:focus{
  border-color: rgb(255 238 213 / 0.05) !important;
}

.focus\:border-orange-100\/50:focus{
  border-color: rgb(255 238 213 / 0.5) !important;
}

.focus\:border-orange-100\/55:focus{
  border-color: rgb(255 238 213 / 0.55) !important;
}

.focus\:border-orange-100\/60:focus{
  border-color: rgb(255 238 213 / 0.6) !important;
}

.focus\:border-orange-100\/65:focus{
  border-color: rgb(255 238 213 / 0.65) !important;
}

.focus\:border-orange-100\/70:focus{
  border-color: rgb(255 238 213 / 0.7) !important;
}

.focus\:border-orange-100\/75:focus{
  border-color: rgb(255 238 213 / 0.75) !important;
}

.focus\:border-orange-100\/80:focus{
  border-color: rgb(255 238 213 / 0.8) !important;
}

.focus\:border-orange-100\/85:focus{
  border-color: rgb(255 238 213 / 0.85) !important;
}

.focus\:border-orange-100\/90:focus{
  border-color: rgb(255 238 213 / 0.9) !important;
}

.focus\:border-orange-100\/95:focus{
  border-color: rgb(255 238 213 / 0.95) !important;
}

.focus\:border-orange-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 216 170 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-200\/0:focus{
  border-color: rgb(254 216 170 / 0) !important;
}

.focus\:border-orange-200\/10:focus{
  border-color: rgb(254 216 170 / 0.1) !important;
}

.focus\:border-orange-200\/100:focus{
  border-color: rgb(254 216 170 / 1) !important;
}

.focus\:border-orange-200\/15:focus{
  border-color: rgb(254 216 170 / 0.15) !important;
}

.focus\:border-orange-200\/20:focus{
  border-color: rgb(254 216 170 / 0.2) !important;
}

.focus\:border-orange-200\/25:focus{
  border-color: rgb(254 216 170 / 0.25) !important;
}

.focus\:border-orange-200\/30:focus{
  border-color: rgb(254 216 170 / 0.3) !important;
}

.focus\:border-orange-200\/35:focus{
  border-color: rgb(254 216 170 / 0.35) !important;
}

.focus\:border-orange-200\/40:focus{
  border-color: rgb(254 216 170 / 0.4) !important;
}

.focus\:border-orange-200\/45:focus{
  border-color: rgb(254 216 170 / 0.45) !important;
}

.focus\:border-orange-200\/5:focus{
  border-color: rgb(254 216 170 / 0.05) !important;
}

.focus\:border-orange-200\/50:focus{
  border-color: rgb(254 216 170 / 0.5) !important;
}

.focus\:border-orange-200\/55:focus{
  border-color: rgb(254 216 170 / 0.55) !important;
}

.focus\:border-orange-200\/60:focus{
  border-color: rgb(254 216 170 / 0.6) !important;
}

.focus\:border-orange-200\/65:focus{
  border-color: rgb(254 216 170 / 0.65) !important;
}

.focus\:border-orange-200\/70:focus{
  border-color: rgb(254 216 170 / 0.7) !important;
}

.focus\:border-orange-200\/75:focus{
  border-color: rgb(254 216 170 / 0.75) !important;
}

.focus\:border-orange-200\/80:focus{
  border-color: rgb(254 216 170 / 0.8) !important;
}

.focus\:border-orange-200\/85:focus{
  border-color: rgb(254 216 170 / 0.85) !important;
}

.focus\:border-orange-200\/90:focus{
  border-color: rgb(254 216 170 / 0.9) !important;
}

.focus\:border-orange-200\/95:focus{
  border-color: rgb(254 216 170 / 0.95) !important;
}

.focus\:border-orange-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 188 116 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-300\/0:focus{
  border-color: rgb(253 188 116 / 0) !important;
}

.focus\:border-orange-300\/10:focus{
  border-color: rgb(253 188 116 / 0.1) !important;
}

.focus\:border-orange-300\/100:focus{
  border-color: rgb(253 188 116 / 1) !important;
}

.focus\:border-orange-300\/15:focus{
  border-color: rgb(253 188 116 / 0.15) !important;
}

.focus\:border-orange-300\/20:focus{
  border-color: rgb(253 188 116 / 0.2) !important;
}

.focus\:border-orange-300\/25:focus{
  border-color: rgb(253 188 116 / 0.25) !important;
}

.focus\:border-orange-300\/30:focus{
  border-color: rgb(253 188 116 / 0.3) !important;
}

.focus\:border-orange-300\/35:focus{
  border-color: rgb(253 188 116 / 0.35) !important;
}

.focus\:border-orange-300\/40:focus{
  border-color: rgb(253 188 116 / 0.4) !important;
}

.focus\:border-orange-300\/45:focus{
  border-color: rgb(253 188 116 / 0.45) !important;
}

.focus\:border-orange-300\/5:focus{
  border-color: rgb(253 188 116 / 0.05) !important;
}

.focus\:border-orange-300\/50:focus{
  border-color: rgb(253 188 116 / 0.5) !important;
}

.focus\:border-orange-300\/55:focus{
  border-color: rgb(253 188 116 / 0.55) !important;
}

.focus\:border-orange-300\/60:focus{
  border-color: rgb(253 188 116 / 0.6) !important;
}

.focus\:border-orange-300\/65:focus{
  border-color: rgb(253 188 116 / 0.65) !important;
}

.focus\:border-orange-300\/70:focus{
  border-color: rgb(253 188 116 / 0.7) !important;
}

.focus\:border-orange-300\/75:focus{
  border-color: rgb(253 188 116 / 0.75) !important;
}

.focus\:border-orange-300\/80:focus{
  border-color: rgb(253 188 116 / 0.8) !important;
}

.focus\:border-orange-300\/85:focus{
  border-color: rgb(253 188 116 / 0.85) !important;
}

.focus\:border-orange-300\/90:focus{
  border-color: rgb(253 188 116 / 0.9) !important;
}

.focus\:border-orange-300\/95:focus{
  border-color: rgb(253 188 116 / 0.95) !important;
}

.focus\:border-orange-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 149 59 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-400\/0:focus{
  border-color: rgb(252 149 59 / 0) !important;
}

.focus\:border-orange-400\/10:focus{
  border-color: rgb(252 149 59 / 0.1) !important;
}

.focus\:border-orange-400\/100:focus{
  border-color: rgb(252 149 59 / 1) !important;
}

.focus\:border-orange-400\/15:focus{
  border-color: rgb(252 149 59 / 0.15) !important;
}

.focus\:border-orange-400\/20:focus{
  border-color: rgb(252 149 59 / 0.2) !important;
}

.focus\:border-orange-400\/25:focus{
  border-color: rgb(252 149 59 / 0.25) !important;
}

.focus\:border-orange-400\/30:focus{
  border-color: rgb(252 149 59 / 0.3) !important;
}

.focus\:border-orange-400\/35:focus{
  border-color: rgb(252 149 59 / 0.35) !important;
}

.focus\:border-orange-400\/40:focus{
  border-color: rgb(252 149 59 / 0.4) !important;
}

.focus\:border-orange-400\/45:focus{
  border-color: rgb(252 149 59 / 0.45) !important;
}

.focus\:border-orange-400\/5:focus{
  border-color: rgb(252 149 59 / 0.05) !important;
}

.focus\:border-orange-400\/50:focus{
  border-color: rgb(252 149 59 / 0.5) !important;
}

.focus\:border-orange-400\/55:focus{
  border-color: rgb(252 149 59 / 0.55) !important;
}

.focus\:border-orange-400\/60:focus{
  border-color: rgb(252 149 59 / 0.6) !important;
}

.focus\:border-orange-400\/65:focus{
  border-color: rgb(252 149 59 / 0.65) !important;
}

.focus\:border-orange-400\/70:focus{
  border-color: rgb(252 149 59 / 0.7) !important;
}

.focus\:border-orange-400\/75:focus{
  border-color: rgb(252 149 59 / 0.75) !important;
}

.focus\:border-orange-400\/80:focus{
  border-color: rgb(252 149 59 / 0.8) !important;
}

.focus\:border-orange-400\/85:focus{
  border-color: rgb(252 149 59 / 0.85) !important;
}

.focus\:border-orange-400\/90:focus{
  border-color: rgb(252 149 59 / 0.9) !important;
}

.focus\:border-orange-400\/95:focus{
  border-color: rgb(252 149 59 / 0.95) !important;
}

.focus\:border-orange-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-50\/0:focus{
  border-color: rgb(255 247 237 / 0) !important;
}

.focus\:border-orange-50\/10:focus{
  border-color: rgb(255 247 237 / 0.1) !important;
}

.focus\:border-orange-50\/100:focus{
  border-color: rgb(255 247 237 / 1) !important;
}

.focus\:border-orange-50\/15:focus{
  border-color: rgb(255 247 237 / 0.15) !important;
}

.focus\:border-orange-50\/20:focus{
  border-color: rgb(255 247 237 / 0.2) !important;
}

.focus\:border-orange-50\/25:focus{
  border-color: rgb(255 247 237 / 0.25) !important;
}

.focus\:border-orange-50\/30:focus{
  border-color: rgb(255 247 237 / 0.3) !important;
}

.focus\:border-orange-50\/35:focus{
  border-color: rgb(255 247 237 / 0.35) !important;
}

.focus\:border-orange-50\/40:focus{
  border-color: rgb(255 247 237 / 0.4) !important;
}

.focus\:border-orange-50\/45:focus{
  border-color: rgb(255 247 237 / 0.45) !important;
}

.focus\:border-orange-50\/5:focus{
  border-color: rgb(255 247 237 / 0.05) !important;
}

.focus\:border-orange-50\/50:focus{
  border-color: rgb(255 247 237 / 0.5) !important;
}

.focus\:border-orange-50\/55:focus{
  border-color: rgb(255 247 237 / 0.55) !important;
}

.focus\:border-orange-50\/60:focus{
  border-color: rgb(255 247 237 / 0.6) !important;
}

.focus\:border-orange-50\/65:focus{
  border-color: rgb(255 247 237 / 0.65) !important;
}

.focus\:border-orange-50\/70:focus{
  border-color: rgb(255 247 237 / 0.7) !important;
}

.focus\:border-orange-50\/75:focus{
  border-color: rgb(255 247 237 / 0.75) !important;
}

.focus\:border-orange-50\/80:focus{
  border-color: rgb(255 247 237 / 0.8) !important;
}

.focus\:border-orange-50\/85:focus{
  border-color: rgb(255 247 237 / 0.85) !important;
}

.focus\:border-orange-50\/90:focus{
  border-color: rgb(255 247 237 / 0.9) !important;
}

.focus\:border-orange-50\/95:focus{
  border-color: rgb(255 247 237 / 0.95) !important;
}

.focus\:border-orange-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 126 34 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-500\/0:focus{
  border-color: rgb(250 126 34 / 0) !important;
}

.focus\:border-orange-500\/10:focus{
  border-color: rgb(250 126 34 / 0.1) !important;
}

.focus\:border-orange-500\/100:focus{
  border-color: rgb(250 126 34 / 1) !important;
}

.focus\:border-orange-500\/15:focus{
  border-color: rgb(250 126 34 / 0.15) !important;
}

.focus\:border-orange-500\/20:focus{
  border-color: rgb(250 126 34 / 0.2) !important;
}

.focus\:border-orange-500\/25:focus{
  border-color: rgb(250 126 34 / 0.25) !important;
}

.focus\:border-orange-500\/30:focus{
  border-color: rgb(250 126 34 / 0.3) !important;
}

.focus\:border-orange-500\/35:focus{
  border-color: rgb(250 126 34 / 0.35) !important;
}

.focus\:border-orange-500\/40:focus{
  border-color: rgb(250 126 34 / 0.4) !important;
}

.focus\:border-orange-500\/45:focus{
  border-color: rgb(250 126 34 / 0.45) !important;
}

.focus\:border-orange-500\/5:focus{
  border-color: rgb(250 126 34 / 0.05) !important;
}

.focus\:border-orange-500\/50:focus{
  border-color: rgb(250 126 34 / 0.5) !important;
}

.focus\:border-orange-500\/55:focus{
  border-color: rgb(250 126 34 / 0.55) !important;
}

.focus\:border-orange-500\/60:focus{
  border-color: rgb(250 126 34 / 0.6) !important;
}

.focus\:border-orange-500\/65:focus{
  border-color: rgb(250 126 34 / 0.65) !important;
}

.focus\:border-orange-500\/70:focus{
  border-color: rgb(250 126 34 / 0.7) !important;
}

.focus\:border-orange-500\/75:focus{
  border-color: rgb(250 126 34 / 0.75) !important;
}

.focus\:border-orange-500\/80:focus{
  border-color: rgb(250 126 34 / 0.8) !important;
}

.focus\:border-orange-500\/85:focus{
  border-color: rgb(250 126 34 / 0.85) !important;
}

.focus\:border-orange-500\/90:focus{
  border-color: rgb(250 126 34 / 0.9) !important;
}

.focus\:border-orange-500\/95:focus{
  border-color: rgb(250 126 34 / 0.95) !important;
}

.focus\:border-orange-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 92 11 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-600\/0:focus{
  border-color: rgb(235 92 11 / 0) !important;
}

.focus\:border-orange-600\/10:focus{
  border-color: rgb(235 92 11 / 0.1) !important;
}

.focus\:border-orange-600\/100:focus{
  border-color: rgb(235 92 11 / 1) !important;
}

.focus\:border-orange-600\/15:focus{
  border-color: rgb(235 92 11 / 0.15) !important;
}

.focus\:border-orange-600\/20:focus{
  border-color: rgb(235 92 11 / 0.2) !important;
}

.focus\:border-orange-600\/25:focus{
  border-color: rgb(235 92 11 / 0.25) !important;
}

.focus\:border-orange-600\/30:focus{
  border-color: rgb(235 92 11 / 0.3) !important;
}

.focus\:border-orange-600\/35:focus{
  border-color: rgb(235 92 11 / 0.35) !important;
}

.focus\:border-orange-600\/40:focus{
  border-color: rgb(235 92 11 / 0.4) !important;
}

.focus\:border-orange-600\/45:focus{
  border-color: rgb(235 92 11 / 0.45) !important;
}

.focus\:border-orange-600\/5:focus{
  border-color: rgb(235 92 11 / 0.05) !important;
}

.focus\:border-orange-600\/50:focus{
  border-color: rgb(235 92 11 / 0.5) !important;
}

.focus\:border-orange-600\/55:focus{
  border-color: rgb(235 92 11 / 0.55) !important;
}

.focus\:border-orange-600\/60:focus{
  border-color: rgb(235 92 11 / 0.6) !important;
}

.focus\:border-orange-600\/65:focus{
  border-color: rgb(235 92 11 / 0.65) !important;
}

.focus\:border-orange-600\/70:focus{
  border-color: rgb(235 92 11 / 0.7) !important;
}

.focus\:border-orange-600\/75:focus{
  border-color: rgb(235 92 11 / 0.75) !important;
}

.focus\:border-orange-600\/80:focus{
  border-color: rgb(235 92 11 / 0.8) !important;
}

.focus\:border-orange-600\/85:focus{
  border-color: rgb(235 92 11 / 0.85) !important;
}

.focus\:border-orange-600\/90:focus{
  border-color: rgb(235 92 11 / 0.9) !important;
}

.focus\:border-orange-600\/95:focus{
  border-color: rgb(235 92 11 / 0.95) !important;
}

.focus\:border-orange-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(195 68 11 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-700\/0:focus{
  border-color: rgb(195 68 11 / 0) !important;
}

.focus\:border-orange-700\/10:focus{
  border-color: rgb(195 68 11 / 0.1) !important;
}

.focus\:border-orange-700\/100:focus{
  border-color: rgb(195 68 11 / 1) !important;
}

.focus\:border-orange-700\/15:focus{
  border-color: rgb(195 68 11 / 0.15) !important;
}

.focus\:border-orange-700\/20:focus{
  border-color: rgb(195 68 11 / 0.2) !important;
}

.focus\:border-orange-700\/25:focus{
  border-color: rgb(195 68 11 / 0.25) !important;
}

.focus\:border-orange-700\/30:focus{
  border-color: rgb(195 68 11 / 0.3) !important;
}

.focus\:border-orange-700\/35:focus{
  border-color: rgb(195 68 11 / 0.35) !important;
}

.focus\:border-orange-700\/40:focus{
  border-color: rgb(195 68 11 / 0.4) !important;
}

.focus\:border-orange-700\/45:focus{
  border-color: rgb(195 68 11 / 0.45) !important;
}

.focus\:border-orange-700\/5:focus{
  border-color: rgb(195 68 11 / 0.05) !important;
}

.focus\:border-orange-700\/50:focus{
  border-color: rgb(195 68 11 / 0.5) !important;
}

.focus\:border-orange-700\/55:focus{
  border-color: rgb(195 68 11 / 0.55) !important;
}

.focus\:border-orange-700\/60:focus{
  border-color: rgb(195 68 11 / 0.6) !important;
}

.focus\:border-orange-700\/65:focus{
  border-color: rgb(195 68 11 / 0.65) !important;
}

.focus\:border-orange-700\/70:focus{
  border-color: rgb(195 68 11 / 0.7) !important;
}

.focus\:border-orange-700\/75:focus{
  border-color: rgb(195 68 11 / 0.75) !important;
}

.focus\:border-orange-700\/80:focus{
  border-color: rgb(195 68 11 / 0.8) !important;
}

.focus\:border-orange-700\/85:focus{
  border-color: rgb(195 68 11 / 0.85) !important;
}

.focus\:border-orange-700\/90:focus{
  border-color: rgb(195 68 11 / 0.9) !important;
}

.focus\:border-orange-700\/95:focus{
  border-color: rgb(195 68 11 / 0.95) !important;
}

.focus\:border-orange-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 54 18 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-800\/0:focus{
  border-color: rgb(154 54 18 / 0) !important;
}

.focus\:border-orange-800\/10:focus{
  border-color: rgb(154 54 18 / 0.1) !important;
}

.focus\:border-orange-800\/100:focus{
  border-color: rgb(154 54 18 / 1) !important;
}

.focus\:border-orange-800\/15:focus{
  border-color: rgb(154 54 18 / 0.15) !important;
}

.focus\:border-orange-800\/20:focus{
  border-color: rgb(154 54 18 / 0.2) !important;
}

.focus\:border-orange-800\/25:focus{
  border-color: rgb(154 54 18 / 0.25) !important;
}

.focus\:border-orange-800\/30:focus{
  border-color: rgb(154 54 18 / 0.3) !important;
}

.focus\:border-orange-800\/35:focus{
  border-color: rgb(154 54 18 / 0.35) !important;
}

.focus\:border-orange-800\/40:focus{
  border-color: rgb(154 54 18 / 0.4) !important;
}

.focus\:border-orange-800\/45:focus{
  border-color: rgb(154 54 18 / 0.45) !important;
}

.focus\:border-orange-800\/5:focus{
  border-color: rgb(154 54 18 / 0.05) !important;
}

.focus\:border-orange-800\/50:focus{
  border-color: rgb(154 54 18 / 0.5) !important;
}

.focus\:border-orange-800\/55:focus{
  border-color: rgb(154 54 18 / 0.55) !important;
}

.focus\:border-orange-800\/60:focus{
  border-color: rgb(154 54 18 / 0.6) !important;
}

.focus\:border-orange-800\/65:focus{
  border-color: rgb(154 54 18 / 0.65) !important;
}

.focus\:border-orange-800\/70:focus{
  border-color: rgb(154 54 18 / 0.7) !important;
}

.focus\:border-orange-800\/75:focus{
  border-color: rgb(154 54 18 / 0.75) !important;
}

.focus\:border-orange-800\/80:focus{
  border-color: rgb(154 54 18 / 0.8) !important;
}

.focus\:border-orange-800\/85:focus{
  border-color: rgb(154 54 18 / 0.85) !important;
}

.focus\:border-orange-800\/90:focus{
  border-color: rgb(154 54 18 / 0.9) !important;
}

.focus\:border-orange-800\/95:focus{
  border-color: rgb(154 54 18 / 0.95) !important;
}

.focus\:border-orange-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 47 18 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-orange-900\/0:focus{
  border-color: rgb(124 47 18 / 0) !important;
}

.focus\:border-orange-900\/10:focus{
  border-color: rgb(124 47 18 / 0.1) !important;
}

.focus\:border-orange-900\/100:focus{
  border-color: rgb(124 47 18 / 1) !important;
}

.focus\:border-orange-900\/15:focus{
  border-color: rgb(124 47 18 / 0.15) !important;
}

.focus\:border-orange-900\/20:focus{
  border-color: rgb(124 47 18 / 0.2) !important;
}

.focus\:border-orange-900\/25:focus{
  border-color: rgb(124 47 18 / 0.25) !important;
}

.focus\:border-orange-900\/30:focus{
  border-color: rgb(124 47 18 / 0.3) !important;
}

.focus\:border-orange-900\/35:focus{
  border-color: rgb(124 47 18 / 0.35) !important;
}

.focus\:border-orange-900\/40:focus{
  border-color: rgb(124 47 18 / 0.4) !important;
}

.focus\:border-orange-900\/45:focus{
  border-color: rgb(124 47 18 / 0.45) !important;
}

.focus\:border-orange-900\/5:focus{
  border-color: rgb(124 47 18 / 0.05) !important;
}

.focus\:border-orange-900\/50:focus{
  border-color: rgb(124 47 18 / 0.5) !important;
}

.focus\:border-orange-900\/55:focus{
  border-color: rgb(124 47 18 / 0.55) !important;
}

.focus\:border-orange-900\/60:focus{
  border-color: rgb(124 47 18 / 0.6) !important;
}

.focus\:border-orange-900\/65:focus{
  border-color: rgb(124 47 18 / 0.65) !important;
}

.focus\:border-orange-900\/70:focus{
  border-color: rgb(124 47 18 / 0.7) !important;
}

.focus\:border-orange-900\/75:focus{
  border-color: rgb(124 47 18 / 0.75) !important;
}

.focus\:border-orange-900\/80:focus{
  border-color: rgb(124 47 18 / 0.8) !important;
}

.focus\:border-orange-900\/85:focus{
  border-color: rgb(124 47 18 / 0.85) !important;
}

.focus\:border-orange-900\/90:focus{
  border-color: rgb(124 47 18 / 0.9) !important;
}

.focus\:border-orange-900\/95:focus{
  border-color: rgb(124 47 18 / 0.95) !important;
}

.focus\:border-pink-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 227 231 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-100\/0:focus{
  border-color: rgb(255 227 231 / 0) !important;
}

.focus\:border-pink-100\/10:focus{
  border-color: rgb(255 227 231 / 0.1) !important;
}

.focus\:border-pink-100\/100:focus{
  border-color: rgb(255 227 231 / 1) !important;
}

.focus\:border-pink-100\/15:focus{
  border-color: rgb(255 227 231 / 0.15) !important;
}

.focus\:border-pink-100\/20:focus{
  border-color: rgb(255 227 231 / 0.2) !important;
}

.focus\:border-pink-100\/25:focus{
  border-color: rgb(255 227 231 / 0.25) !important;
}

.focus\:border-pink-100\/30:focus{
  border-color: rgb(255 227 231 / 0.3) !important;
}

.focus\:border-pink-100\/35:focus{
  border-color: rgb(255 227 231 / 0.35) !important;
}

.focus\:border-pink-100\/40:focus{
  border-color: rgb(255 227 231 / 0.4) !important;
}

.focus\:border-pink-100\/45:focus{
  border-color: rgb(255 227 231 / 0.45) !important;
}

.focus\:border-pink-100\/5:focus{
  border-color: rgb(255 227 231 / 0.05) !important;
}

.focus\:border-pink-100\/50:focus{
  border-color: rgb(255 227 231 / 0.5) !important;
}

.focus\:border-pink-100\/55:focus{
  border-color: rgb(255 227 231 / 0.55) !important;
}

.focus\:border-pink-100\/60:focus{
  border-color: rgb(255 227 231 / 0.6) !important;
}

.focus\:border-pink-100\/65:focus{
  border-color: rgb(255 227 231 / 0.65) !important;
}

.focus\:border-pink-100\/70:focus{
  border-color: rgb(255 227 231 / 0.7) !important;
}

.focus\:border-pink-100\/75:focus{
  border-color: rgb(255 227 231 / 0.75) !important;
}

.focus\:border-pink-100\/80:focus{
  border-color: rgb(255 227 231 / 0.8) !important;
}

.focus\:border-pink-100\/85:focus{
  border-color: rgb(255 227 231 / 0.85) !important;
}

.focus\:border-pink-100\/90:focus{
  border-color: rgb(255 227 231 / 0.9) !important;
}

.focus\:border-pink-100\/95:focus{
  border-color: rgb(255 227 231 / 0.95) !important;
}

.focus\:border-pink-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 203 214 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-200\/0:focus{
  border-color: rgb(255 203 214 / 0) !important;
}

.focus\:border-pink-200\/10:focus{
  border-color: rgb(255 203 214 / 0.1) !important;
}

.focus\:border-pink-200\/100:focus{
  border-color: rgb(255 203 214 / 1) !important;
}

.focus\:border-pink-200\/15:focus{
  border-color: rgb(255 203 214 / 0.15) !important;
}

.focus\:border-pink-200\/20:focus{
  border-color: rgb(255 203 214 / 0.2) !important;
}

.focus\:border-pink-200\/25:focus{
  border-color: rgb(255 203 214 / 0.25) !important;
}

.focus\:border-pink-200\/30:focus{
  border-color: rgb(255 203 214 / 0.3) !important;
}

.focus\:border-pink-200\/35:focus{
  border-color: rgb(255 203 214 / 0.35) !important;
}

.focus\:border-pink-200\/40:focus{
  border-color: rgb(255 203 214 / 0.4) !important;
}

.focus\:border-pink-200\/45:focus{
  border-color: rgb(255 203 214 / 0.45) !important;
}

.focus\:border-pink-200\/5:focus{
  border-color: rgb(255 203 214 / 0.05) !important;
}

.focus\:border-pink-200\/50:focus{
  border-color: rgb(255 203 214 / 0.5) !important;
}

.focus\:border-pink-200\/55:focus{
  border-color: rgb(255 203 214 / 0.55) !important;
}

.focus\:border-pink-200\/60:focus{
  border-color: rgb(255 203 214 / 0.6) !important;
}

.focus\:border-pink-200\/65:focus{
  border-color: rgb(255 203 214 / 0.65) !important;
}

.focus\:border-pink-200\/70:focus{
  border-color: rgb(255 203 214 / 0.7) !important;
}

.focus\:border-pink-200\/75:focus{
  border-color: rgb(255 203 214 / 0.75) !important;
}

.focus\:border-pink-200\/80:focus{
  border-color: rgb(255 203 214 / 0.8) !important;
}

.focus\:border-pink-200\/85:focus{
  border-color: rgb(255 203 214 / 0.85) !important;
}

.focus\:border-pink-200\/90:focus{
  border-color: rgb(255 203 214 / 0.9) !important;
}

.focus\:border-pink-200\/95:focus{
  border-color: rgb(255 203 214 / 0.95) !important;
}

.focus\:border-pink-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-300\/0:focus{
  border-color: rgb(255 161 180 / 0) !important;
}

.focus\:border-pink-300\/10:focus{
  border-color: rgb(255 161 180 / 0.1) !important;
}

.focus\:border-pink-300\/100:focus{
  border-color: rgb(255 161 180 / 1) !important;
}

.focus\:border-pink-300\/15:focus{
  border-color: rgb(255 161 180 / 0.15) !important;
}

.focus\:border-pink-300\/20:focus{
  border-color: rgb(255 161 180 / 0.2) !important;
}

.focus\:border-pink-300\/25:focus{
  border-color: rgb(255 161 180 / 0.25) !important;
}

.focus\:border-pink-300\/30:focus{
  border-color: rgb(255 161 180 / 0.3) !important;
}

.focus\:border-pink-300\/35:focus{
  border-color: rgb(255 161 180 / 0.35) !important;
}

.focus\:border-pink-300\/40:focus{
  border-color: rgb(255 161 180 / 0.4) !important;
}

.focus\:border-pink-300\/45:focus{
  border-color: rgb(255 161 180 / 0.45) !important;
}

.focus\:border-pink-300\/5:focus{
  border-color: rgb(255 161 180 / 0.05) !important;
}

.focus\:border-pink-300\/50:focus{
  border-color: rgb(255 161 180 / 0.5) !important;
}

.focus\:border-pink-300\/55:focus{
  border-color: rgb(255 161 180 / 0.55) !important;
}

.focus\:border-pink-300\/60:focus{
  border-color: rgb(255 161 180 / 0.6) !important;
}

.focus\:border-pink-300\/65:focus{
  border-color: rgb(255 161 180 / 0.65) !important;
}

.focus\:border-pink-300\/70:focus{
  border-color: rgb(255 161 180 / 0.7) !important;
}

.focus\:border-pink-300\/75:focus{
  border-color: rgb(255 161 180 / 0.75) !important;
}

.focus\:border-pink-300\/80:focus{
  border-color: rgb(255 161 180 / 0.8) !important;
}

.focus\:border-pink-300\/85:focus{
  border-color: rgb(255 161 180 / 0.85) !important;
}

.focus\:border-pink-300\/90:focus{
  border-color: rgb(255 161 180 / 0.9) !important;
}

.focus\:border-pink-300\/95:focus{
  border-color: rgb(255 161 180 / 0.95) !important;
}

.focus\:border-pink-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 108 139 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-400\/0:focus{
  border-color: rgb(255 108 139 / 0) !important;
}

.focus\:border-pink-400\/10:focus{
  border-color: rgb(255 108 139 / 0.1) !important;
}

.focus\:border-pink-400\/100:focus{
  border-color: rgb(255 108 139 / 1) !important;
}

.focus\:border-pink-400\/15:focus{
  border-color: rgb(255 108 139 / 0.15) !important;
}

.focus\:border-pink-400\/20:focus{
  border-color: rgb(255 108 139 / 0.2) !important;
}

.focus\:border-pink-400\/25:focus{
  border-color: rgb(255 108 139 / 0.25) !important;
}

.focus\:border-pink-400\/30:focus{
  border-color: rgb(255 108 139 / 0.3) !important;
}

.focus\:border-pink-400\/35:focus{
  border-color: rgb(255 108 139 / 0.35) !important;
}

.focus\:border-pink-400\/40:focus{
  border-color: rgb(255 108 139 / 0.4) !important;
}

.focus\:border-pink-400\/45:focus{
  border-color: rgb(255 108 139 / 0.45) !important;
}

.focus\:border-pink-400\/5:focus{
  border-color: rgb(255 108 139 / 0.05) !important;
}

.focus\:border-pink-400\/50:focus{
  border-color: rgb(255 108 139 / 0.5) !important;
}

.focus\:border-pink-400\/55:focus{
  border-color: rgb(255 108 139 / 0.55) !important;
}

.focus\:border-pink-400\/60:focus{
  border-color: rgb(255 108 139 / 0.6) !important;
}

.focus\:border-pink-400\/65:focus{
  border-color: rgb(255 108 139 / 0.65) !important;
}

.focus\:border-pink-400\/70:focus{
  border-color: rgb(255 108 139 / 0.7) !important;
}

.focus\:border-pink-400\/75:focus{
  border-color: rgb(255 108 139 / 0.75) !important;
}

.focus\:border-pink-400\/80:focus{
  border-color: rgb(255 108 139 / 0.8) !important;
}

.focus\:border-pink-400\/85:focus{
  border-color: rgb(255 108 139 / 0.85) !important;
}

.focus\:border-pink-400\/90:focus{
  border-color: rgb(255 108 139 / 0.9) !important;
}

.focus\:border-pink-400\/95:focus{
  border-color: rgb(255 108 139 / 0.95) !important;
}

.focus\:border-pink-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 243 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-50\/0:focus{
  border-color: rgb(255 240 243 / 0) !important;
}

.focus\:border-pink-50\/10:focus{
  border-color: rgb(255 240 243 / 0.1) !important;
}

.focus\:border-pink-50\/100:focus{
  border-color: rgb(255 240 243 / 1) !important;
}

.focus\:border-pink-50\/15:focus{
  border-color: rgb(255 240 243 / 0.15) !important;
}

.focus\:border-pink-50\/20:focus{
  border-color: rgb(255 240 243 / 0.2) !important;
}

.focus\:border-pink-50\/25:focus{
  border-color: rgb(255 240 243 / 0.25) !important;
}

.focus\:border-pink-50\/30:focus{
  border-color: rgb(255 240 243 / 0.3) !important;
}

.focus\:border-pink-50\/35:focus{
  border-color: rgb(255 240 243 / 0.35) !important;
}

.focus\:border-pink-50\/40:focus{
  border-color: rgb(255 240 243 / 0.4) !important;
}

.focus\:border-pink-50\/45:focus{
  border-color: rgb(255 240 243 / 0.45) !important;
}

.focus\:border-pink-50\/5:focus{
  border-color: rgb(255 240 243 / 0.05) !important;
}

.focus\:border-pink-50\/50:focus{
  border-color: rgb(255 240 243 / 0.5) !important;
}

.focus\:border-pink-50\/55:focus{
  border-color: rgb(255 240 243 / 0.55) !important;
}

.focus\:border-pink-50\/60:focus{
  border-color: rgb(255 240 243 / 0.6) !important;
}

.focus\:border-pink-50\/65:focus{
  border-color: rgb(255 240 243 / 0.65) !important;
}

.focus\:border-pink-50\/70:focus{
  border-color: rgb(255 240 243 / 0.7) !important;
}

.focus\:border-pink-50\/75:focus{
  border-color: rgb(255 240 243 / 0.75) !important;
}

.focus\:border-pink-50\/80:focus{
  border-color: rgb(255 240 243 / 0.8) !important;
}

.focus\:border-pink-50\/85:focus{
  border-color: rgb(255 240 243 / 0.85) !important;
}

.focus\:border-pink-50\/90:focus{
  border-color: rgb(255 240 243 / 0.9) !important;
}

.focus\:border-pink-50\/95:focus{
  border-color: rgb(255 240 243 / 0.95) !important;
}

.focus\:border-pink-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-500\/0:focus{
  border-color: rgb(250 34 86 / 0) !important;
}

.focus\:border-pink-500\/10:focus{
  border-color: rgb(250 34 86 / 0.1) !important;
}

.focus\:border-pink-500\/100:focus{
  border-color: rgb(250 34 86 / 1) !important;
}

.focus\:border-pink-500\/15:focus{
  border-color: rgb(250 34 86 / 0.15) !important;
}

.focus\:border-pink-500\/20:focus{
  border-color: rgb(250 34 86 / 0.2) !important;
}

.focus\:border-pink-500\/25:focus{
  border-color: rgb(250 34 86 / 0.25) !important;
}

.focus\:border-pink-500\/30:focus{
  border-color: rgb(250 34 86 / 0.3) !important;
}

.focus\:border-pink-500\/35:focus{
  border-color: rgb(250 34 86 / 0.35) !important;
}

.focus\:border-pink-500\/40:focus{
  border-color: rgb(250 34 86 / 0.4) !important;
}

.focus\:border-pink-500\/45:focus{
  border-color: rgb(250 34 86 / 0.45) !important;
}

.focus\:border-pink-500\/5:focus{
  border-color: rgb(250 34 86 / 0.05) !important;
}

.focus\:border-pink-500\/50:focus{
  border-color: rgb(250 34 86 / 0.5) !important;
}

.focus\:border-pink-500\/55:focus{
  border-color: rgb(250 34 86 / 0.55) !important;
}

.focus\:border-pink-500\/60:focus{
  border-color: rgb(250 34 86 / 0.6) !important;
}

.focus\:border-pink-500\/65:focus{
  border-color: rgb(250 34 86 / 0.65) !important;
}

.focus\:border-pink-500\/70:focus{
  border-color: rgb(250 34 86 / 0.7) !important;
}

.focus\:border-pink-500\/75:focus{
  border-color: rgb(250 34 86 / 0.75) !important;
}

.focus\:border-pink-500\/80:focus{
  border-color: rgb(250 34 86 / 0.8) !important;
}

.focus\:border-pink-500\/85:focus{
  border-color: rgb(250 34 86 / 0.85) !important;
}

.focus\:border-pink-500\/90:focus{
  border-color: rgb(250 34 86 / 0.9) !important;
}

.focus\:border-pink-500\/95:focus{
  border-color: rgb(250 34 86 / 0.95) !important;
}

.focus\:border-pink-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 22 83 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-600\/0:focus{
  border-color: rgb(232 22 83 / 0) !important;
}

.focus\:border-pink-600\/10:focus{
  border-color: rgb(232 22 83 / 0.1) !important;
}

.focus\:border-pink-600\/100:focus{
  border-color: rgb(232 22 83 / 1) !important;
}

.focus\:border-pink-600\/15:focus{
  border-color: rgb(232 22 83 / 0.15) !important;
}

.focus\:border-pink-600\/20:focus{
  border-color: rgb(232 22 83 / 0.2) !important;
}

.focus\:border-pink-600\/25:focus{
  border-color: rgb(232 22 83 / 0.25) !important;
}

.focus\:border-pink-600\/30:focus{
  border-color: rgb(232 22 83 / 0.3) !important;
}

.focus\:border-pink-600\/35:focus{
  border-color: rgb(232 22 83 / 0.35) !important;
}

.focus\:border-pink-600\/40:focus{
  border-color: rgb(232 22 83 / 0.4) !important;
}

.focus\:border-pink-600\/45:focus{
  border-color: rgb(232 22 83 / 0.45) !important;
}

.focus\:border-pink-600\/5:focus{
  border-color: rgb(232 22 83 / 0.05) !important;
}

.focus\:border-pink-600\/50:focus{
  border-color: rgb(232 22 83 / 0.5) !important;
}

.focus\:border-pink-600\/55:focus{
  border-color: rgb(232 22 83 / 0.55) !important;
}

.focus\:border-pink-600\/60:focus{
  border-color: rgb(232 22 83 / 0.6) !important;
}

.focus\:border-pink-600\/65:focus{
  border-color: rgb(232 22 83 / 0.65) !important;
}

.focus\:border-pink-600\/70:focus{
  border-color: rgb(232 22 83 / 0.7) !important;
}

.focus\:border-pink-600\/75:focus{
  border-color: rgb(232 22 83 / 0.75) !important;
}

.focus\:border-pink-600\/80:focus{
  border-color: rgb(232 22 83 / 0.8) !important;
}

.focus\:border-pink-600\/85:focus{
  border-color: rgb(232 22 83 / 0.85) !important;
}

.focus\:border-pink-600\/90:focus{
  border-color: rgb(232 22 83 / 0.9) !important;
}

.focus\:border-pink-600\/95:focus{
  border-color: rgb(232 22 83 / 0.95) !important;
}

.focus\:border-pink-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 12 70 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-700\/0:focus{
  border-color: rgb(196 12 70 / 0) !important;
}

.focus\:border-pink-700\/10:focus{
  border-color: rgb(196 12 70 / 0.1) !important;
}

.focus\:border-pink-700\/100:focus{
  border-color: rgb(196 12 70 / 1) !important;
}

.focus\:border-pink-700\/15:focus{
  border-color: rgb(196 12 70 / 0.15) !important;
}

.focus\:border-pink-700\/20:focus{
  border-color: rgb(196 12 70 / 0.2) !important;
}

.focus\:border-pink-700\/25:focus{
  border-color: rgb(196 12 70 / 0.25) !important;
}

.focus\:border-pink-700\/30:focus{
  border-color: rgb(196 12 70 / 0.3) !important;
}

.focus\:border-pink-700\/35:focus{
  border-color: rgb(196 12 70 / 0.35) !important;
}

.focus\:border-pink-700\/40:focus{
  border-color: rgb(196 12 70 / 0.4) !important;
}

.focus\:border-pink-700\/45:focus{
  border-color: rgb(196 12 70 / 0.45) !important;
}

.focus\:border-pink-700\/5:focus{
  border-color: rgb(196 12 70 / 0.05) !important;
}

.focus\:border-pink-700\/50:focus{
  border-color: rgb(196 12 70 / 0.5) !important;
}

.focus\:border-pink-700\/55:focus{
  border-color: rgb(196 12 70 / 0.55) !important;
}

.focus\:border-pink-700\/60:focus{
  border-color: rgb(196 12 70 / 0.6) !important;
}

.focus\:border-pink-700\/65:focus{
  border-color: rgb(196 12 70 / 0.65) !important;
}

.focus\:border-pink-700\/70:focus{
  border-color: rgb(196 12 70 / 0.7) !important;
}

.focus\:border-pink-700\/75:focus{
  border-color: rgb(196 12 70 / 0.75) !important;
}

.focus\:border-pink-700\/80:focus{
  border-color: rgb(196 12 70 / 0.8) !important;
}

.focus\:border-pink-700\/85:focus{
  border-color: rgb(196 12 70 / 0.85) !important;
}

.focus\:border-pink-700\/90:focus{
  border-color: rgb(196 12 70 / 0.9) !important;
}

.focus\:border-pink-700\/95:focus{
  border-color: rgb(196 12 70 / 0.95) !important;
}

.focus\:border-pink-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 13 65 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-800\/0:focus{
  border-color: rgb(164 13 65 / 0) !important;
}

.focus\:border-pink-800\/10:focus{
  border-color: rgb(164 13 65 / 0.1) !important;
}

.focus\:border-pink-800\/100:focus{
  border-color: rgb(164 13 65 / 1) !important;
}

.focus\:border-pink-800\/15:focus{
  border-color: rgb(164 13 65 / 0.15) !important;
}

.focus\:border-pink-800\/20:focus{
  border-color: rgb(164 13 65 / 0.2) !important;
}

.focus\:border-pink-800\/25:focus{
  border-color: rgb(164 13 65 / 0.25) !important;
}

.focus\:border-pink-800\/30:focus{
  border-color: rgb(164 13 65 / 0.3) !important;
}

.focus\:border-pink-800\/35:focus{
  border-color: rgb(164 13 65 / 0.35) !important;
}

.focus\:border-pink-800\/40:focus{
  border-color: rgb(164 13 65 / 0.4) !important;
}

.focus\:border-pink-800\/45:focus{
  border-color: rgb(164 13 65 / 0.45) !important;
}

.focus\:border-pink-800\/5:focus{
  border-color: rgb(164 13 65 / 0.05) !important;
}

.focus\:border-pink-800\/50:focus{
  border-color: rgb(164 13 65 / 0.5) !important;
}

.focus\:border-pink-800\/55:focus{
  border-color: rgb(164 13 65 / 0.55) !important;
}

.focus\:border-pink-800\/60:focus{
  border-color: rgb(164 13 65 / 0.6) !important;
}

.focus\:border-pink-800\/65:focus{
  border-color: rgb(164 13 65 / 0.65) !important;
}

.focus\:border-pink-800\/70:focus{
  border-color: rgb(164 13 65 / 0.7) !important;
}

.focus\:border-pink-800\/75:focus{
  border-color: rgb(164 13 65 / 0.75) !important;
}

.focus\:border-pink-800\/80:focus{
  border-color: rgb(164 13 65 / 0.8) !important;
}

.focus\:border-pink-800\/85:focus{
  border-color: rgb(164 13 65 / 0.85) !important;
}

.focus\:border-pink-800\/90:focus{
  border-color: rgb(164 13 65 / 0.9) !important;
}

.focus\:border-pink-800\/95:focus{
  border-color: rgb(164 13 65 / 0.95) !important;
}

.focus\:border-pink-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-pink-900\/0:focus{
  border-color: rgb(140 15 62 / 0) !important;
}

.focus\:border-pink-900\/10:focus{
  border-color: rgb(140 15 62 / 0.1) !important;
}

.focus\:border-pink-900\/100:focus{
  border-color: rgb(140 15 62 / 1) !important;
}

.focus\:border-pink-900\/15:focus{
  border-color: rgb(140 15 62 / 0.15) !important;
}

.focus\:border-pink-900\/20:focus{
  border-color: rgb(140 15 62 / 0.2) !important;
}

.focus\:border-pink-900\/25:focus{
  border-color: rgb(140 15 62 / 0.25) !important;
}

.focus\:border-pink-900\/30:focus{
  border-color: rgb(140 15 62 / 0.3) !important;
}

.focus\:border-pink-900\/35:focus{
  border-color: rgb(140 15 62 / 0.35) !important;
}

.focus\:border-pink-900\/40:focus{
  border-color: rgb(140 15 62 / 0.4) !important;
}

.focus\:border-pink-900\/45:focus{
  border-color: rgb(140 15 62 / 0.45) !important;
}

.focus\:border-pink-900\/5:focus{
  border-color: rgb(140 15 62 / 0.05) !important;
}

.focus\:border-pink-900\/50:focus{
  border-color: rgb(140 15 62 / 0.5) !important;
}

.focus\:border-pink-900\/55:focus{
  border-color: rgb(140 15 62 / 0.55) !important;
}

.focus\:border-pink-900\/60:focus{
  border-color: rgb(140 15 62 / 0.6) !important;
}

.focus\:border-pink-900\/65:focus{
  border-color: rgb(140 15 62 / 0.65) !important;
}

.focus\:border-pink-900\/70:focus{
  border-color: rgb(140 15 62 / 0.7) !important;
}

.focus\:border-pink-900\/75:focus{
  border-color: rgb(140 15 62 / 0.75) !important;
}

.focus\:border-pink-900\/80:focus{
  border-color: rgb(140 15 62 / 0.8) !important;
}

.focus\:border-pink-900\/85:focus{
  border-color: rgb(140 15 62 / 0.85) !important;
}

.focus\:border-pink-900\/90:focus{
  border-color: rgb(140 15 62 / 0.9) !important;
}

.focus\:border-pink-900\/95:focus{
  border-color: rgb(140 15 62 / 0.95) !important;
}

.focus\:border-primary-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 228 217 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-100\/0:focus{
  border-color: rgb(232 228 217 / 0) !important;
}

.focus\:border-primary-100\/10:focus{
  border-color: rgb(232 228 217 / 0.1) !important;
}

.focus\:border-primary-100\/100:focus{
  border-color: rgb(232 228 217 / 1) !important;
}

.focus\:border-primary-100\/15:focus{
  border-color: rgb(232 228 217 / 0.15) !important;
}

.focus\:border-primary-100\/20:focus{
  border-color: rgb(232 228 217 / 0.2) !important;
}

.focus\:border-primary-100\/25:focus{
  border-color: rgb(232 228 217 / 0.25) !important;
}

.focus\:border-primary-100\/30:focus{
  border-color: rgb(232 228 217 / 0.3) !important;
}

.focus\:border-primary-100\/35:focus{
  border-color: rgb(232 228 217 / 0.35) !important;
}

.focus\:border-primary-100\/40:focus{
  border-color: rgb(232 228 217 / 0.4) !important;
}

.focus\:border-primary-100\/45:focus{
  border-color: rgb(232 228 217 / 0.45) !important;
}

.focus\:border-primary-100\/5:focus{
  border-color: rgb(232 228 217 / 0.05) !important;
}

.focus\:border-primary-100\/50:focus{
  border-color: rgb(232 228 217 / 0.5) !important;
}

.focus\:border-primary-100\/55:focus{
  border-color: rgb(232 228 217 / 0.55) !important;
}

.focus\:border-primary-100\/60:focus{
  border-color: rgb(232 228 217 / 0.6) !important;
}

.focus\:border-primary-100\/65:focus{
  border-color: rgb(232 228 217 / 0.65) !important;
}

.focus\:border-primary-100\/70:focus{
  border-color: rgb(232 228 217 / 0.7) !important;
}

.focus\:border-primary-100\/75:focus{
  border-color: rgb(232 228 217 / 0.75) !important;
}

.focus\:border-primary-100\/80:focus{
  border-color: rgb(232 228 217 / 0.8) !important;
}

.focus\:border-primary-100\/85:focus{
  border-color: rgb(232 228 217 / 0.85) !important;
}

.focus\:border-primary-100\/90:focus{
  border-color: rgb(232 228 217 / 0.9) !important;
}

.focus\:border-primary-100\/95:focus{
  border-color: rgb(232 228 217 / 0.95) !important;
}

.focus\:border-primary-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 200 181 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-200\/0:focus{
  border-color: rgb(211 200 181 / 0) !important;
}

.focus\:border-primary-200\/10:focus{
  border-color: rgb(211 200 181 / 0.1) !important;
}

.focus\:border-primary-200\/100:focus{
  border-color: rgb(211 200 181 / 1) !important;
}

.focus\:border-primary-200\/15:focus{
  border-color: rgb(211 200 181 / 0.15) !important;
}

.focus\:border-primary-200\/20:focus{
  border-color: rgb(211 200 181 / 0.2) !important;
}

.focus\:border-primary-200\/25:focus{
  border-color: rgb(211 200 181 / 0.25) !important;
}

.focus\:border-primary-200\/30:focus{
  border-color: rgb(211 200 181 / 0.3) !important;
}

.focus\:border-primary-200\/35:focus{
  border-color: rgb(211 200 181 / 0.35) !important;
}

.focus\:border-primary-200\/40:focus{
  border-color: rgb(211 200 181 / 0.4) !important;
}

.focus\:border-primary-200\/45:focus{
  border-color: rgb(211 200 181 / 0.45) !important;
}

.focus\:border-primary-200\/5:focus{
  border-color: rgb(211 200 181 / 0.05) !important;
}

.focus\:border-primary-200\/50:focus{
  border-color: rgb(211 200 181 / 0.5) !important;
}

.focus\:border-primary-200\/55:focus{
  border-color: rgb(211 200 181 / 0.55) !important;
}

.focus\:border-primary-200\/60:focus{
  border-color: rgb(211 200 181 / 0.6) !important;
}

.focus\:border-primary-200\/65:focus{
  border-color: rgb(211 200 181 / 0.65) !important;
}

.focus\:border-primary-200\/70:focus{
  border-color: rgb(211 200 181 / 0.7) !important;
}

.focus\:border-primary-200\/75:focus{
  border-color: rgb(211 200 181 / 0.75) !important;
}

.focus\:border-primary-200\/80:focus{
  border-color: rgb(211 200 181 / 0.8) !important;
}

.focus\:border-primary-200\/85:focus{
  border-color: rgb(211 200 181 / 0.85) !important;
}

.focus\:border-primary-200\/90:focus{
  border-color: rgb(211 200 181 / 0.9) !important;
}

.focus\:border-primary-200\/95:focus{
  border-color: rgb(211 200 181 / 0.95) !important;
}

.focus\:border-primary-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 167 139 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-300\/0:focus{
  border-color: rgb(185 167 139 / 0) !important;
}

.focus\:border-primary-300\/10:focus{
  border-color: rgb(185 167 139 / 0.1) !important;
}

.focus\:border-primary-300\/100:focus{
  border-color: rgb(185 167 139 / 1) !important;
}

.focus\:border-primary-300\/15:focus{
  border-color: rgb(185 167 139 / 0.15) !important;
}

.focus\:border-primary-300\/20:focus{
  border-color: rgb(185 167 139 / 0.2) !important;
}

.focus\:border-primary-300\/25:focus{
  border-color: rgb(185 167 139 / 0.25) !important;
}

.focus\:border-primary-300\/30:focus{
  border-color: rgb(185 167 139 / 0.3) !important;
}

.focus\:border-primary-300\/35:focus{
  border-color: rgb(185 167 139 / 0.35) !important;
}

.focus\:border-primary-300\/40:focus{
  border-color: rgb(185 167 139 / 0.4) !important;
}

.focus\:border-primary-300\/45:focus{
  border-color: rgb(185 167 139 / 0.45) !important;
}

.focus\:border-primary-300\/5:focus{
  border-color: rgb(185 167 139 / 0.05) !important;
}

.focus\:border-primary-300\/50:focus{
  border-color: rgb(185 167 139 / 0.5) !important;
}

.focus\:border-primary-300\/55:focus{
  border-color: rgb(185 167 139 / 0.55) !important;
}

.focus\:border-primary-300\/60:focus{
  border-color: rgb(185 167 139 / 0.6) !important;
}

.focus\:border-primary-300\/65:focus{
  border-color: rgb(185 167 139 / 0.65) !important;
}

.focus\:border-primary-300\/70:focus{
  border-color: rgb(185 167 139 / 0.7) !important;
}

.focus\:border-primary-300\/75:focus{
  border-color: rgb(185 167 139 / 0.75) !important;
}

.focus\:border-primary-300\/80:focus{
  border-color: rgb(185 167 139 / 0.8) !important;
}

.focus\:border-primary-300\/85:focus{
  border-color: rgb(185 167 139 / 0.85) !important;
}

.focus\:border-primary-300\/90:focus{
  border-color: rgb(185 167 139 / 0.9) !important;
}

.focus\:border-primary-300\/95:focus{
  border-color: rgb(185 167 139 / 0.95) !important;
}

.focus\:border-primary-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 139 106 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-400\/0:focus{
  border-color: rgb(165 139 106 / 0) !important;
}

.focus\:border-primary-400\/10:focus{
  border-color: rgb(165 139 106 / 0.1) !important;
}

.focus\:border-primary-400\/100:focus{
  border-color: rgb(165 139 106 / 1) !important;
}

.focus\:border-primary-400\/15:focus{
  border-color: rgb(165 139 106 / 0.15) !important;
}

.focus\:border-primary-400\/20:focus{
  border-color: rgb(165 139 106 / 0.2) !important;
}

.focus\:border-primary-400\/25:focus{
  border-color: rgb(165 139 106 / 0.25) !important;
}

.focus\:border-primary-400\/30:focus{
  border-color: rgb(165 139 106 / 0.3) !important;
}

.focus\:border-primary-400\/35:focus{
  border-color: rgb(165 139 106 / 0.35) !important;
}

.focus\:border-primary-400\/40:focus{
  border-color: rgb(165 139 106 / 0.4) !important;
}

.focus\:border-primary-400\/45:focus{
  border-color: rgb(165 139 106 / 0.45) !important;
}

.focus\:border-primary-400\/5:focus{
  border-color: rgb(165 139 106 / 0.05) !important;
}

.focus\:border-primary-400\/50:focus{
  border-color: rgb(165 139 106 / 0.5) !important;
}

.focus\:border-primary-400\/55:focus{
  border-color: rgb(165 139 106 / 0.55) !important;
}

.focus\:border-primary-400\/60:focus{
  border-color: rgb(165 139 106 / 0.6) !important;
}

.focus\:border-primary-400\/65:focus{
  border-color: rgb(165 139 106 / 0.65) !important;
}

.focus\:border-primary-400\/70:focus{
  border-color: rgb(165 139 106 / 0.7) !important;
}

.focus\:border-primary-400\/75:focus{
  border-color: rgb(165 139 106 / 0.75) !important;
}

.focus\:border-primary-400\/80:focus{
  border-color: rgb(165 139 106 / 0.8) !important;
}

.focus\:border-primary-400\/85:focus{
  border-color: rgb(165 139 106 / 0.85) !important;
}

.focus\:border-primary-400\/90:focus{
  border-color: rgb(165 139 106 / 0.9) !important;
}

.focus\:border-primary-400\/95:focus{
  border-color: rgb(165 139 106 / 0.95) !important;
}

.focus\:border-primary-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 244 240 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-50\/0:focus{
  border-color: rgb(246 244 240 / 0) !important;
}

.focus\:border-primary-50\/10:focus{
  border-color: rgb(246 244 240 / 0.1) !important;
}

.focus\:border-primary-50\/100:focus{
  border-color: rgb(246 244 240 / 1) !important;
}

.focus\:border-primary-50\/15:focus{
  border-color: rgb(246 244 240 / 0.15) !important;
}

.focus\:border-primary-50\/20:focus{
  border-color: rgb(246 244 240 / 0.2) !important;
}

.focus\:border-primary-50\/25:focus{
  border-color: rgb(246 244 240 / 0.25) !important;
}

.focus\:border-primary-50\/30:focus{
  border-color: rgb(246 244 240 / 0.3) !important;
}

.focus\:border-primary-50\/35:focus{
  border-color: rgb(246 244 240 / 0.35) !important;
}

.focus\:border-primary-50\/40:focus{
  border-color: rgb(246 244 240 / 0.4) !important;
}

.focus\:border-primary-50\/45:focus{
  border-color: rgb(246 244 240 / 0.45) !important;
}

.focus\:border-primary-50\/5:focus{
  border-color: rgb(246 244 240 / 0.05) !important;
}

.focus\:border-primary-50\/50:focus{
  border-color: rgb(246 244 240 / 0.5) !important;
}

.focus\:border-primary-50\/55:focus{
  border-color: rgb(246 244 240 / 0.55) !important;
}

.focus\:border-primary-50\/60:focus{
  border-color: rgb(246 244 240 / 0.6) !important;
}

.focus\:border-primary-50\/65:focus{
  border-color: rgb(246 244 240 / 0.65) !important;
}

.focus\:border-primary-50\/70:focus{
  border-color: rgb(246 244 240 / 0.7) !important;
}

.focus\:border-primary-50\/75:focus{
  border-color: rgb(246 244 240 / 0.75) !important;
}

.focus\:border-primary-50\/80:focus{
  border-color: rgb(246 244 240 / 0.8) !important;
}

.focus\:border-primary-50\/85:focus{
  border-color: rgb(246 244 240 / 0.85) !important;
}

.focus\:border-primary-50\/90:focus{
  border-color: rgb(246 244 240 / 0.9) !important;
}

.focus\:border-primary-50\/95:focus{
  border-color: rgb(246 244 240 / 0.95) !important;
}

.focus\:border-primary-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 128 96 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-500\/0:focus{
  border-color: rgb(157 128 96 / 0) !important;
}

.focus\:border-primary-500\/10:focus{
  border-color: rgb(157 128 96 / 0.1) !important;
}

.focus\:border-primary-500\/100:focus{
  border-color: rgb(157 128 96 / 1) !important;
}

.focus\:border-primary-500\/15:focus{
  border-color: rgb(157 128 96 / 0.15) !important;
}

.focus\:border-primary-500\/20:focus{
  border-color: rgb(157 128 96 / 0.2) !important;
}

.focus\:border-primary-500\/25:focus{
  border-color: rgb(157 128 96 / 0.25) !important;
}

.focus\:border-primary-500\/30:focus{
  border-color: rgb(157 128 96 / 0.3) !important;
}

.focus\:border-primary-500\/35:focus{
  border-color: rgb(157 128 96 / 0.35) !important;
}

.focus\:border-primary-500\/40:focus{
  border-color: rgb(157 128 96 / 0.4) !important;
}

.focus\:border-primary-500\/45:focus{
  border-color: rgb(157 128 96 / 0.45) !important;
}

.focus\:border-primary-500\/5:focus{
  border-color: rgb(157 128 96 / 0.05) !important;
}

.focus\:border-primary-500\/50:focus{
  border-color: rgb(157 128 96 / 0.5) !important;
}

.focus\:border-primary-500\/55:focus{
  border-color: rgb(157 128 96 / 0.55) !important;
}

.focus\:border-primary-500\/60:focus{
  border-color: rgb(157 128 96 / 0.6) !important;
}

.focus\:border-primary-500\/65:focus{
  border-color: rgb(157 128 96 / 0.65) !important;
}

.focus\:border-primary-500\/70:focus{
  border-color: rgb(157 128 96 / 0.7) !important;
}

.focus\:border-primary-500\/75:focus{
  border-color: rgb(157 128 96 / 0.75) !important;
}

.focus\:border-primary-500\/80:focus{
  border-color: rgb(157 128 96 / 0.8) !important;
}

.focus\:border-primary-500\/85:focus{
  border-color: rgb(157 128 96 / 0.85) !important;
}

.focus\:border-primary-500\/90:focus{
  border-color: rgb(157 128 96 / 0.9) !important;
}

.focus\:border-primary-500\/95:focus{
  border-color: rgb(157 128 96 / 0.95) !important;
}

.focus\:border-primary-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(129 100 77 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-600\/0:focus{
  border-color: rgb(129 100 77 / 0) !important;
}

.focus\:border-primary-600\/10:focus{
  border-color: rgb(129 100 77 / 0.1) !important;
}

.focus\:border-primary-600\/100:focus{
  border-color: rgb(129 100 77 / 1) !important;
}

.focus\:border-primary-600\/15:focus{
  border-color: rgb(129 100 77 / 0.15) !important;
}

.focus\:border-primary-600\/20:focus{
  border-color: rgb(129 100 77 / 0.2) !important;
}

.focus\:border-primary-600\/25:focus{
  border-color: rgb(129 100 77 / 0.25) !important;
}

.focus\:border-primary-600\/30:focus{
  border-color: rgb(129 100 77 / 0.3) !important;
}

.focus\:border-primary-600\/35:focus{
  border-color: rgb(129 100 77 / 0.35) !important;
}

.focus\:border-primary-600\/40:focus{
  border-color: rgb(129 100 77 / 0.4) !important;
}

.focus\:border-primary-600\/45:focus{
  border-color: rgb(129 100 77 / 0.45) !important;
}

.focus\:border-primary-600\/5:focus{
  border-color: rgb(129 100 77 / 0.05) !important;
}

.focus\:border-primary-600\/50:focus{
  border-color: rgb(129 100 77 / 0.5) !important;
}

.focus\:border-primary-600\/55:focus{
  border-color: rgb(129 100 77 / 0.55) !important;
}

.focus\:border-primary-600\/60:focus{
  border-color: rgb(129 100 77 / 0.6) !important;
}

.focus\:border-primary-600\/65:focus{
  border-color: rgb(129 100 77 / 0.65) !important;
}

.focus\:border-primary-600\/70:focus{
  border-color: rgb(129 100 77 / 0.7) !important;
}

.focus\:border-primary-600\/75:focus{
  border-color: rgb(129 100 77 / 0.75) !important;
}

.focus\:border-primary-600\/80:focus{
  border-color: rgb(129 100 77 / 0.8) !important;
}

.focus\:border-primary-600\/85:focus{
  border-color: rgb(129 100 77 / 0.85) !important;
}

.focus\:border-primary-600\/90:focus{
  border-color: rgb(129 100 77 / 0.9) !important;
}

.focus\:border-primary-600\/95:focus{
  border-color: rgb(129 100 77 / 0.95) !important;
}

.focus\:border-primary-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(104 79 64 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-700\/0:focus{
  border-color: rgb(104 79 64 / 0) !important;
}

.focus\:border-primary-700\/10:focus{
  border-color: rgb(104 79 64 / 0.1) !important;
}

.focus\:border-primary-700\/100:focus{
  border-color: rgb(104 79 64 / 1) !important;
}

.focus\:border-primary-700\/15:focus{
  border-color: rgb(104 79 64 / 0.15) !important;
}

.focus\:border-primary-700\/20:focus{
  border-color: rgb(104 79 64 / 0.2) !important;
}

.focus\:border-primary-700\/25:focus{
  border-color: rgb(104 79 64 / 0.25) !important;
}

.focus\:border-primary-700\/30:focus{
  border-color: rgb(104 79 64 / 0.3) !important;
}

.focus\:border-primary-700\/35:focus{
  border-color: rgb(104 79 64 / 0.35) !important;
}

.focus\:border-primary-700\/40:focus{
  border-color: rgb(104 79 64 / 0.4) !important;
}

.focus\:border-primary-700\/45:focus{
  border-color: rgb(104 79 64 / 0.45) !important;
}

.focus\:border-primary-700\/5:focus{
  border-color: rgb(104 79 64 / 0.05) !important;
}

.focus\:border-primary-700\/50:focus{
  border-color: rgb(104 79 64 / 0.5) !important;
}

.focus\:border-primary-700\/55:focus{
  border-color: rgb(104 79 64 / 0.55) !important;
}

.focus\:border-primary-700\/60:focus{
  border-color: rgb(104 79 64 / 0.6) !important;
}

.focus\:border-primary-700\/65:focus{
  border-color: rgb(104 79 64 / 0.65) !important;
}

.focus\:border-primary-700\/70:focus{
  border-color: rgb(104 79 64 / 0.7) !important;
}

.focus\:border-primary-700\/75:focus{
  border-color: rgb(104 79 64 / 0.75) !important;
}

.focus\:border-primary-700\/80:focus{
  border-color: rgb(104 79 64 / 0.8) !important;
}

.focus\:border-primary-700\/85:focus{
  border-color: rgb(104 79 64 / 0.85) !important;
}

.focus\:border-primary-700\/90:focus{
  border-color: rgb(104 79 64 / 0.9) !important;
}

.focus\:border-primary-700\/95:focus{
  border-color: rgb(104 79 64 / 0.95) !important;
}

.focus\:border-primary-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(89 67 58 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-800\/0:focus{
  border-color: rgb(89 67 58 / 0) !important;
}

.focus\:border-primary-800\/10:focus{
  border-color: rgb(89 67 58 / 0.1) !important;
}

.focus\:border-primary-800\/100:focus{
  border-color: rgb(89 67 58 / 1) !important;
}

.focus\:border-primary-800\/15:focus{
  border-color: rgb(89 67 58 / 0.15) !important;
}

.focus\:border-primary-800\/20:focus{
  border-color: rgb(89 67 58 / 0.2) !important;
}

.focus\:border-primary-800\/25:focus{
  border-color: rgb(89 67 58 / 0.25) !important;
}

.focus\:border-primary-800\/30:focus{
  border-color: rgb(89 67 58 / 0.3) !important;
}

.focus\:border-primary-800\/35:focus{
  border-color: rgb(89 67 58 / 0.35) !important;
}

.focus\:border-primary-800\/40:focus{
  border-color: rgb(89 67 58 / 0.4) !important;
}

.focus\:border-primary-800\/45:focus{
  border-color: rgb(89 67 58 / 0.45) !important;
}

.focus\:border-primary-800\/5:focus{
  border-color: rgb(89 67 58 / 0.05) !important;
}

.focus\:border-primary-800\/50:focus{
  border-color: rgb(89 67 58 / 0.5) !important;
}

.focus\:border-primary-800\/55:focus{
  border-color: rgb(89 67 58 / 0.55) !important;
}

.focus\:border-primary-800\/60:focus{
  border-color: rgb(89 67 58 / 0.6) !important;
}

.focus\:border-primary-800\/65:focus{
  border-color: rgb(89 67 58 / 0.65) !important;
}

.focus\:border-primary-800\/70:focus{
  border-color: rgb(89 67 58 / 0.7) !important;
}

.focus\:border-primary-800\/75:focus{
  border-color: rgb(89 67 58 / 0.75) !important;
}

.focus\:border-primary-800\/80:focus{
  border-color: rgb(89 67 58 / 0.8) !important;
}

.focus\:border-primary-800\/85:focus{
  border-color: rgb(89 67 58 / 0.85) !important;
}

.focus\:border-primary-800\/90:focus{
  border-color: rgb(89 67 58 / 0.9) !important;
}

.focus\:border-primary-800\/95:focus{
  border-color: rgb(89 67 58 / 0.95) !important;
}

.focus\:border-primary-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 59 53 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary-900\/0:focus{
  border-color: rgb(78 59 53 / 0) !important;
}

.focus\:border-primary-900\/10:focus{
  border-color: rgb(78 59 53 / 0.1) !important;
}

.focus\:border-primary-900\/100:focus{
  border-color: rgb(78 59 53 / 1) !important;
}

.focus\:border-primary-900\/15:focus{
  border-color: rgb(78 59 53 / 0.15) !important;
}

.focus\:border-primary-900\/20:focus{
  border-color: rgb(78 59 53 / 0.2) !important;
}

.focus\:border-primary-900\/25:focus{
  border-color: rgb(78 59 53 / 0.25) !important;
}

.focus\:border-primary-900\/30:focus{
  border-color: rgb(78 59 53 / 0.3) !important;
}

.focus\:border-primary-900\/35:focus{
  border-color: rgb(78 59 53 / 0.35) !important;
}

.focus\:border-primary-900\/40:focus{
  border-color: rgb(78 59 53 / 0.4) !important;
}

.focus\:border-primary-900\/45:focus{
  border-color: rgb(78 59 53 / 0.45) !important;
}

.focus\:border-primary-900\/5:focus{
  border-color: rgb(78 59 53 / 0.05) !important;
}

.focus\:border-primary-900\/50:focus{
  border-color: rgb(78 59 53 / 0.5) !important;
}

.focus\:border-primary-900\/55:focus{
  border-color: rgb(78 59 53 / 0.55) !important;
}

.focus\:border-primary-900\/60:focus{
  border-color: rgb(78 59 53 / 0.6) !important;
}

.focus\:border-primary-900\/65:focus{
  border-color: rgb(78 59 53 / 0.65) !important;
}

.focus\:border-primary-900\/70:focus{
  border-color: rgb(78 59 53 / 0.7) !important;
}

.focus\:border-primary-900\/75:focus{
  border-color: rgb(78 59 53 / 0.75) !important;
}

.focus\:border-primary-900\/80:focus{
  border-color: rgb(78 59 53 / 0.8) !important;
}

.focus\:border-primary-900\/85:focus{
  border-color: rgb(78 59 53 / 0.85) !important;
}

.focus\:border-primary-900\/90:focus{
  border-color: rgb(78 59 53 / 0.9) !important;
}

.focus\:border-primary-900\/95:focus{
  border-color: rgb(78 59 53 / 0.95) !important;
}

.focus\:border-purple-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 232 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-100\/0:focus{
  border-color: rgb(238 232 255 / 0) !important;
}

.focus\:border-purple-100\/10:focus{
  border-color: rgb(238 232 255 / 0.1) !important;
}

.focus\:border-purple-100\/100:focus{
  border-color: rgb(238 232 255 / 1) !important;
}

.focus\:border-purple-100\/15:focus{
  border-color: rgb(238 232 255 / 0.15) !important;
}

.focus\:border-purple-100\/20:focus{
  border-color: rgb(238 232 255 / 0.2) !important;
}

.focus\:border-purple-100\/25:focus{
  border-color: rgb(238 232 255 / 0.25) !important;
}

.focus\:border-purple-100\/30:focus{
  border-color: rgb(238 232 255 / 0.3) !important;
}

.focus\:border-purple-100\/35:focus{
  border-color: rgb(238 232 255 / 0.35) !important;
}

.focus\:border-purple-100\/40:focus{
  border-color: rgb(238 232 255 / 0.4) !important;
}

.focus\:border-purple-100\/45:focus{
  border-color: rgb(238 232 255 / 0.45) !important;
}

.focus\:border-purple-100\/5:focus{
  border-color: rgb(238 232 255 / 0.05) !important;
}

.focus\:border-purple-100\/50:focus{
  border-color: rgb(238 232 255 / 0.5) !important;
}

.focus\:border-purple-100\/55:focus{
  border-color: rgb(238 232 255 / 0.55) !important;
}

.focus\:border-purple-100\/60:focus{
  border-color: rgb(238 232 255 / 0.6) !important;
}

.focus\:border-purple-100\/65:focus{
  border-color: rgb(238 232 255 / 0.65) !important;
}

.focus\:border-purple-100\/70:focus{
  border-color: rgb(238 232 255 / 0.7) !important;
}

.focus\:border-purple-100\/75:focus{
  border-color: rgb(238 232 255 / 0.75) !important;
}

.focus\:border-purple-100\/80:focus{
  border-color: rgb(238 232 255 / 0.8) !important;
}

.focus\:border-purple-100\/85:focus{
  border-color: rgb(238 232 255 / 0.85) !important;
}

.focus\:border-purple-100\/90:focus{
  border-color: rgb(238 232 255 / 0.9) !important;
}

.focus\:border-purple-100\/95:focus{
  border-color: rgb(238 232 255 / 0.95) !important;
}

.focus\:border-purple-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 212 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-200\/0:focus{
  border-color: rgb(223 212 255 / 0) !important;
}

.focus\:border-purple-200\/10:focus{
  border-color: rgb(223 212 255 / 0.1) !important;
}

.focus\:border-purple-200\/100:focus{
  border-color: rgb(223 212 255 / 1) !important;
}

.focus\:border-purple-200\/15:focus{
  border-color: rgb(223 212 255 / 0.15) !important;
}

.focus\:border-purple-200\/20:focus{
  border-color: rgb(223 212 255 / 0.2) !important;
}

.focus\:border-purple-200\/25:focus{
  border-color: rgb(223 212 255 / 0.25) !important;
}

.focus\:border-purple-200\/30:focus{
  border-color: rgb(223 212 255 / 0.3) !important;
}

.focus\:border-purple-200\/35:focus{
  border-color: rgb(223 212 255 / 0.35) !important;
}

.focus\:border-purple-200\/40:focus{
  border-color: rgb(223 212 255 / 0.4) !important;
}

.focus\:border-purple-200\/45:focus{
  border-color: rgb(223 212 255 / 0.45) !important;
}

.focus\:border-purple-200\/5:focus{
  border-color: rgb(223 212 255 / 0.05) !important;
}

.focus\:border-purple-200\/50:focus{
  border-color: rgb(223 212 255 / 0.5) !important;
}

.focus\:border-purple-200\/55:focus{
  border-color: rgb(223 212 255 / 0.55) !important;
}

.focus\:border-purple-200\/60:focus{
  border-color: rgb(223 212 255 / 0.6) !important;
}

.focus\:border-purple-200\/65:focus{
  border-color: rgb(223 212 255 / 0.65) !important;
}

.focus\:border-purple-200\/70:focus{
  border-color: rgb(223 212 255 / 0.7) !important;
}

.focus\:border-purple-200\/75:focus{
  border-color: rgb(223 212 255 / 0.75) !important;
}

.focus\:border-purple-200\/80:focus{
  border-color: rgb(223 212 255 / 0.8) !important;
}

.focus\:border-purple-200\/85:focus{
  border-color: rgb(223 212 255 / 0.85) !important;
}

.focus\:border-purple-200\/90:focus{
  border-color: rgb(223 212 255 / 0.9) !important;
}

.focus\:border-purple-200\/95:focus{
  border-color: rgb(223 212 255 / 0.95) !important;
}

.focus\:border-purple-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 178 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-300\/0:focus{
  border-color: rgb(199 178 255 / 0) !important;
}

.focus\:border-purple-300\/10:focus{
  border-color: rgb(199 178 255 / 0.1) !important;
}

.focus\:border-purple-300\/100:focus{
  border-color: rgb(199 178 255 / 1) !important;
}

.focus\:border-purple-300\/15:focus{
  border-color: rgb(199 178 255 / 0.15) !important;
}

.focus\:border-purple-300\/20:focus{
  border-color: rgb(199 178 255 / 0.2) !important;
}

.focus\:border-purple-300\/25:focus{
  border-color: rgb(199 178 255 / 0.25) !important;
}

.focus\:border-purple-300\/30:focus{
  border-color: rgb(199 178 255 / 0.3) !important;
}

.focus\:border-purple-300\/35:focus{
  border-color: rgb(199 178 255 / 0.35) !important;
}

.focus\:border-purple-300\/40:focus{
  border-color: rgb(199 178 255 / 0.4) !important;
}

.focus\:border-purple-300\/45:focus{
  border-color: rgb(199 178 255 / 0.45) !important;
}

.focus\:border-purple-300\/5:focus{
  border-color: rgb(199 178 255 / 0.05) !important;
}

.focus\:border-purple-300\/50:focus{
  border-color: rgb(199 178 255 / 0.5) !important;
}

.focus\:border-purple-300\/55:focus{
  border-color: rgb(199 178 255 / 0.55) !important;
}

.focus\:border-purple-300\/60:focus{
  border-color: rgb(199 178 255 / 0.6) !important;
}

.focus\:border-purple-300\/65:focus{
  border-color: rgb(199 178 255 / 0.65) !important;
}

.focus\:border-purple-300\/70:focus{
  border-color: rgb(199 178 255 / 0.7) !important;
}

.focus\:border-purple-300\/75:focus{
  border-color: rgb(199 178 255 / 0.75) !important;
}

.focus\:border-purple-300\/80:focus{
  border-color: rgb(199 178 255 / 0.8) !important;
}

.focus\:border-purple-300\/85:focus{
  border-color: rgb(199 178 255 / 0.85) !important;
}

.focus\:border-purple-300\/90:focus{
  border-color: rgb(199 178 255 / 0.9) !important;
}

.focus\:border-purple-300\/95:focus{
  border-color: rgb(199 178 255 / 0.95) !important;
}

.focus\:border-purple-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 117 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-400\/0:focus{
  border-color: rgb(161 117 255 / 0) !important;
}

.focus\:border-purple-400\/10:focus{
  border-color: rgb(161 117 255 / 0.1) !important;
}

.focus\:border-purple-400\/100:focus{
  border-color: rgb(161 117 255 / 1) !important;
}

.focus\:border-purple-400\/15:focus{
  border-color: rgb(161 117 255 / 0.15) !important;
}

.focus\:border-purple-400\/20:focus{
  border-color: rgb(161 117 255 / 0.2) !important;
}

.focus\:border-purple-400\/25:focus{
  border-color: rgb(161 117 255 / 0.25) !important;
}

.focus\:border-purple-400\/30:focus{
  border-color: rgb(161 117 255 / 0.3) !important;
}

.focus\:border-purple-400\/35:focus{
  border-color: rgb(161 117 255 / 0.35) !important;
}

.focus\:border-purple-400\/40:focus{
  border-color: rgb(161 117 255 / 0.4) !important;
}

.focus\:border-purple-400\/45:focus{
  border-color: rgb(161 117 255 / 0.45) !important;
}

.focus\:border-purple-400\/5:focus{
  border-color: rgb(161 117 255 / 0.05) !important;
}

.focus\:border-purple-400\/50:focus{
  border-color: rgb(161 117 255 / 0.5) !important;
}

.focus\:border-purple-400\/55:focus{
  border-color: rgb(161 117 255 / 0.55) !important;
}

.focus\:border-purple-400\/60:focus{
  border-color: rgb(161 117 255 / 0.6) !important;
}

.focus\:border-purple-400\/65:focus{
  border-color: rgb(161 117 255 / 0.65) !important;
}

.focus\:border-purple-400\/70:focus{
  border-color: rgb(161 117 255 / 0.7) !important;
}

.focus\:border-purple-400\/75:focus{
  border-color: rgb(161 117 255 / 0.75) !important;
}

.focus\:border-purple-400\/80:focus{
  border-color: rgb(161 117 255 / 0.8) !important;
}

.focus\:border-purple-400\/85:focus{
  border-color: rgb(161 117 255 / 0.85) !important;
}

.focus\:border-purple-400\/90:focus{
  border-color: rgb(161 117 255 / 0.9) !important;
}

.focus\:border-purple-400\/95:focus{
  border-color: rgb(161 117 255 / 0.95) !important;
}

.focus\:border-purple-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 242 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-50\/0:focus{
  border-color: rgb(246 242 255 / 0) !important;
}

.focus\:border-purple-50\/10:focus{
  border-color: rgb(246 242 255 / 0.1) !important;
}

.focus\:border-purple-50\/100:focus{
  border-color: rgb(246 242 255 / 1) !important;
}

.focus\:border-purple-50\/15:focus{
  border-color: rgb(246 242 255 / 0.15) !important;
}

.focus\:border-purple-50\/20:focus{
  border-color: rgb(246 242 255 / 0.2) !important;
}

.focus\:border-purple-50\/25:focus{
  border-color: rgb(246 242 255 / 0.25) !important;
}

.focus\:border-purple-50\/30:focus{
  border-color: rgb(246 242 255 / 0.3) !important;
}

.focus\:border-purple-50\/35:focus{
  border-color: rgb(246 242 255 / 0.35) !important;
}

.focus\:border-purple-50\/40:focus{
  border-color: rgb(246 242 255 / 0.4) !important;
}

.focus\:border-purple-50\/45:focus{
  border-color: rgb(246 242 255 / 0.45) !important;
}

.focus\:border-purple-50\/5:focus{
  border-color: rgb(246 242 255 / 0.05) !important;
}

.focus\:border-purple-50\/50:focus{
  border-color: rgb(246 242 255 / 0.5) !important;
}

.focus\:border-purple-50\/55:focus{
  border-color: rgb(246 242 255 / 0.55) !important;
}

.focus\:border-purple-50\/60:focus{
  border-color: rgb(246 242 255 / 0.6) !important;
}

.focus\:border-purple-50\/65:focus{
  border-color: rgb(246 242 255 / 0.65) !important;
}

.focus\:border-purple-50\/70:focus{
  border-color: rgb(246 242 255 / 0.7) !important;
}

.focus\:border-purple-50\/75:focus{
  border-color: rgb(246 242 255 / 0.75) !important;
}

.focus\:border-purple-50\/80:focus{
  border-color: rgb(246 242 255 / 0.8) !important;
}

.focus\:border-purple-50\/85:focus{
  border-color: rgb(246 242 255 / 0.85) !important;
}

.focus\:border-purple-50\/90:focus{
  border-color: rgb(246 242 255 / 0.9) !important;
}

.focus\:border-purple-50\/95:focus{
  border-color: rgb(246 242 255 / 0.95) !important;
}

.focus\:border-purple-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 117 255 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-500\/0:focus{
  border-color: rgb(161 117 255 / 0) !important;
}

.focus\:border-purple-500\/10:focus{
  border-color: rgb(161 117 255 / 0.1) !important;
}

.focus\:border-purple-500\/100:focus{
  border-color: rgb(161 117 255 / 1) !important;
}

.focus\:border-purple-500\/15:focus{
  border-color: rgb(161 117 255 / 0.15) !important;
}

.focus\:border-purple-500\/20:focus{
  border-color: rgb(161 117 255 / 0.2) !important;
}

.focus\:border-purple-500\/25:focus{
  border-color: rgb(161 117 255 / 0.25) !important;
}

.focus\:border-purple-500\/30:focus{
  border-color: rgb(161 117 255 / 0.3) !important;
}

.focus\:border-purple-500\/35:focus{
  border-color: rgb(161 117 255 / 0.35) !important;
}

.focus\:border-purple-500\/40:focus{
  border-color: rgb(161 117 255 / 0.4) !important;
}

.focus\:border-purple-500\/45:focus{
  border-color: rgb(161 117 255 / 0.45) !important;
}

.focus\:border-purple-500\/5:focus{
  border-color: rgb(161 117 255 / 0.05) !important;
}

.focus\:border-purple-500\/50:focus{
  border-color: rgb(161 117 255 / 0.5) !important;
}

.focus\:border-purple-500\/55:focus{
  border-color: rgb(161 117 255 / 0.55) !important;
}

.focus\:border-purple-500\/60:focus{
  border-color: rgb(161 117 255 / 0.6) !important;
}

.focus\:border-purple-500\/65:focus{
  border-color: rgb(161 117 255 / 0.65) !important;
}

.focus\:border-purple-500\/70:focus{
  border-color: rgb(161 117 255 / 0.7) !important;
}

.focus\:border-purple-500\/75:focus{
  border-color: rgb(161 117 255 / 0.75) !important;
}

.focus\:border-purple-500\/80:focus{
  border-color: rgb(161 117 255 / 0.8) !important;
}

.focus\:border-purple-500\/85:focus{
  border-color: rgb(161 117 255 / 0.85) !important;
}

.focus\:border-purple-500\/90:focus{
  border-color: rgb(161 117 255 / 0.9) !important;
}

.focus\:border-purple-500\/95:focus{
  border-color: rgb(161 117 255 / 0.95) !important;
}

.focus\:border-purple-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(135 50 245 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-600\/0:focus{
  border-color: rgb(135 50 245 / 0) !important;
}

.focus\:border-purple-600\/10:focus{
  border-color: rgb(135 50 245 / 0.1) !important;
}

.focus\:border-purple-600\/100:focus{
  border-color: rgb(135 50 245 / 1) !important;
}

.focus\:border-purple-600\/15:focus{
  border-color: rgb(135 50 245 / 0.15) !important;
}

.focus\:border-purple-600\/20:focus{
  border-color: rgb(135 50 245 / 0.2) !important;
}

.focus\:border-purple-600\/25:focus{
  border-color: rgb(135 50 245 / 0.25) !important;
}

.focus\:border-purple-600\/30:focus{
  border-color: rgb(135 50 245 / 0.3) !important;
}

.focus\:border-purple-600\/35:focus{
  border-color: rgb(135 50 245 / 0.35) !important;
}

.focus\:border-purple-600\/40:focus{
  border-color: rgb(135 50 245 / 0.4) !important;
}

.focus\:border-purple-600\/45:focus{
  border-color: rgb(135 50 245 / 0.45) !important;
}

.focus\:border-purple-600\/5:focus{
  border-color: rgb(135 50 245 / 0.05) !important;
}

.focus\:border-purple-600\/50:focus{
  border-color: rgb(135 50 245 / 0.5) !important;
}

.focus\:border-purple-600\/55:focus{
  border-color: rgb(135 50 245 / 0.55) !important;
}

.focus\:border-purple-600\/60:focus{
  border-color: rgb(135 50 245 / 0.6) !important;
}

.focus\:border-purple-600\/65:focus{
  border-color: rgb(135 50 245 / 0.65) !important;
}

.focus\:border-purple-600\/70:focus{
  border-color: rgb(135 50 245 / 0.7) !important;
}

.focus\:border-purple-600\/75:focus{
  border-color: rgb(135 50 245 / 0.75) !important;
}

.focus\:border-purple-600\/80:focus{
  border-color: rgb(135 50 245 / 0.8) !important;
}

.focus\:border-purple-600\/85:focus{
  border-color: rgb(135 50 245 / 0.85) !important;
}

.focus\:border-purple-600\/90:focus{
  border-color: rgb(135 50 245 / 0.9) !important;
}

.focus\:border-purple-600\/95:focus{
  border-color: rgb(135 50 245 / 0.95) !important;
}

.focus\:border-purple-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 32 225 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-700\/0:focus{
  border-color: rgb(120 32 225 / 0) !important;
}

.focus\:border-purple-700\/10:focus{
  border-color: rgb(120 32 225 / 0.1) !important;
}

.focus\:border-purple-700\/100:focus{
  border-color: rgb(120 32 225 / 1) !important;
}

.focus\:border-purple-700\/15:focus{
  border-color: rgb(120 32 225 / 0.15) !important;
}

.focus\:border-purple-700\/20:focus{
  border-color: rgb(120 32 225 / 0.2) !important;
}

.focus\:border-purple-700\/25:focus{
  border-color: rgb(120 32 225 / 0.25) !important;
}

.focus\:border-purple-700\/30:focus{
  border-color: rgb(120 32 225 / 0.3) !important;
}

.focus\:border-purple-700\/35:focus{
  border-color: rgb(120 32 225 / 0.35) !important;
}

.focus\:border-purple-700\/40:focus{
  border-color: rgb(120 32 225 / 0.4) !important;
}

.focus\:border-purple-700\/45:focus{
  border-color: rgb(120 32 225 / 0.45) !important;
}

.focus\:border-purple-700\/5:focus{
  border-color: rgb(120 32 225 / 0.05) !important;
}

.focus\:border-purple-700\/50:focus{
  border-color: rgb(120 32 225 / 0.5) !important;
}

.focus\:border-purple-700\/55:focus{
  border-color: rgb(120 32 225 / 0.55) !important;
}

.focus\:border-purple-700\/60:focus{
  border-color: rgb(120 32 225 / 0.6) !important;
}

.focus\:border-purple-700\/65:focus{
  border-color: rgb(120 32 225 / 0.65) !important;
}

.focus\:border-purple-700\/70:focus{
  border-color: rgb(120 32 225 / 0.7) !important;
}

.focus\:border-purple-700\/75:focus{
  border-color: rgb(120 32 225 / 0.75) !important;
}

.focus\:border-purple-700\/80:focus{
  border-color: rgb(120 32 225 / 0.8) !important;
}

.focus\:border-purple-700\/85:focus{
  border-color: rgb(120 32 225 / 0.85) !important;
}

.focus\:border-purple-700\/90:focus{
  border-color: rgb(120 32 225 / 0.9) !important;
}

.focus\:border-purple-700\/95:focus{
  border-color: rgb(120 32 225 / 0.95) !important;
}

.focus\:border-purple-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 26 189 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-800\/0:focus{
  border-color: rgb(101 26 189 / 0) !important;
}

.focus\:border-purple-800\/10:focus{
  border-color: rgb(101 26 189 / 0.1) !important;
}

.focus\:border-purple-800\/100:focus{
  border-color: rgb(101 26 189 / 1) !important;
}

.focus\:border-purple-800\/15:focus{
  border-color: rgb(101 26 189 / 0.15) !important;
}

.focus\:border-purple-800\/20:focus{
  border-color: rgb(101 26 189 / 0.2) !important;
}

.focus\:border-purple-800\/25:focus{
  border-color: rgb(101 26 189 / 0.25) !important;
}

.focus\:border-purple-800\/30:focus{
  border-color: rgb(101 26 189 / 0.3) !important;
}

.focus\:border-purple-800\/35:focus{
  border-color: rgb(101 26 189 / 0.35) !important;
}

.focus\:border-purple-800\/40:focus{
  border-color: rgb(101 26 189 / 0.4) !important;
}

.focus\:border-purple-800\/45:focus{
  border-color: rgb(101 26 189 / 0.45) !important;
}

.focus\:border-purple-800\/5:focus{
  border-color: rgb(101 26 189 / 0.05) !important;
}

.focus\:border-purple-800\/50:focus{
  border-color: rgb(101 26 189 / 0.5) !important;
}

.focus\:border-purple-800\/55:focus{
  border-color: rgb(101 26 189 / 0.55) !important;
}

.focus\:border-purple-800\/60:focus{
  border-color: rgb(101 26 189 / 0.6) !important;
}

.focus\:border-purple-800\/65:focus{
  border-color: rgb(101 26 189 / 0.65) !important;
}

.focus\:border-purple-800\/70:focus{
  border-color: rgb(101 26 189 / 0.7) !important;
}

.focus\:border-purple-800\/75:focus{
  border-color: rgb(101 26 189 / 0.75) !important;
}

.focus\:border-purple-800\/80:focus{
  border-color: rgb(101 26 189 / 0.8) !important;
}

.focus\:border-purple-800\/85:focus{
  border-color: rgb(101 26 189 / 0.85) !important;
}

.focus\:border-purple-800\/90:focus{
  border-color: rgb(101 26 189 / 0.9) !important;
}

.focus\:border-purple-800\/95:focus{
  border-color: rgb(101 26 189 / 0.95) !important;
}

.focus\:border-purple-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 24 154 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-purple-900\/0:focus{
  border-color: rgb(84 24 154 / 0) !important;
}

.focus\:border-purple-900\/10:focus{
  border-color: rgb(84 24 154 / 0.1) !important;
}

.focus\:border-purple-900\/100:focus{
  border-color: rgb(84 24 154 / 1) !important;
}

.focus\:border-purple-900\/15:focus{
  border-color: rgb(84 24 154 / 0.15) !important;
}

.focus\:border-purple-900\/20:focus{
  border-color: rgb(84 24 154 / 0.2) !important;
}

.focus\:border-purple-900\/25:focus{
  border-color: rgb(84 24 154 / 0.25) !important;
}

.focus\:border-purple-900\/30:focus{
  border-color: rgb(84 24 154 / 0.3) !important;
}

.focus\:border-purple-900\/35:focus{
  border-color: rgb(84 24 154 / 0.35) !important;
}

.focus\:border-purple-900\/40:focus{
  border-color: rgb(84 24 154 / 0.4) !important;
}

.focus\:border-purple-900\/45:focus{
  border-color: rgb(84 24 154 / 0.45) !important;
}

.focus\:border-purple-900\/5:focus{
  border-color: rgb(84 24 154 / 0.05) !important;
}

.focus\:border-purple-900\/50:focus{
  border-color: rgb(84 24 154 / 0.5) !important;
}

.focus\:border-purple-900\/55:focus{
  border-color: rgb(84 24 154 / 0.55) !important;
}

.focus\:border-purple-900\/60:focus{
  border-color: rgb(84 24 154 / 0.6) !important;
}

.focus\:border-purple-900\/65:focus{
  border-color: rgb(84 24 154 / 0.65) !important;
}

.focus\:border-purple-900\/70:focus{
  border-color: rgb(84 24 154 / 0.7) !important;
}

.focus\:border-purple-900\/75:focus{
  border-color: rgb(84 24 154 / 0.75) !important;
}

.focus\:border-purple-900\/80:focus{
  border-color: rgb(84 24 154 / 0.8) !important;
}

.focus\:border-purple-900\/85:focus{
  border-color: rgb(84 24 154 / 0.85) !important;
}

.focus\:border-purple-900\/90:focus{
  border-color: rgb(84 24 154 / 0.9) !important;
}

.focus\:border-purple-900\/95:focus{
  border-color: rgb(84 24 154 / 0.95) !important;
}

.focus\:border-red-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 227 231 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-100\/0:focus{
  border-color: rgb(255 227 231 / 0) !important;
}

.focus\:border-red-100\/10:focus{
  border-color: rgb(255 227 231 / 0.1) !important;
}

.focus\:border-red-100\/100:focus{
  border-color: rgb(255 227 231 / 1) !important;
}

.focus\:border-red-100\/15:focus{
  border-color: rgb(255 227 231 / 0.15) !important;
}

.focus\:border-red-100\/20:focus{
  border-color: rgb(255 227 231 / 0.2) !important;
}

.focus\:border-red-100\/25:focus{
  border-color: rgb(255 227 231 / 0.25) !important;
}

.focus\:border-red-100\/30:focus{
  border-color: rgb(255 227 231 / 0.3) !important;
}

.focus\:border-red-100\/35:focus{
  border-color: rgb(255 227 231 / 0.35) !important;
}

.focus\:border-red-100\/40:focus{
  border-color: rgb(255 227 231 / 0.4) !important;
}

.focus\:border-red-100\/45:focus{
  border-color: rgb(255 227 231 / 0.45) !important;
}

.focus\:border-red-100\/5:focus{
  border-color: rgb(255 227 231 / 0.05) !important;
}

.focus\:border-red-100\/50:focus{
  border-color: rgb(255 227 231 / 0.5) !important;
}

.focus\:border-red-100\/55:focus{
  border-color: rgb(255 227 231 / 0.55) !important;
}

.focus\:border-red-100\/60:focus{
  border-color: rgb(255 227 231 / 0.6) !important;
}

.focus\:border-red-100\/65:focus{
  border-color: rgb(255 227 231 / 0.65) !important;
}

.focus\:border-red-100\/70:focus{
  border-color: rgb(255 227 231 / 0.7) !important;
}

.focus\:border-red-100\/75:focus{
  border-color: rgb(255 227 231 / 0.75) !important;
}

.focus\:border-red-100\/80:focus{
  border-color: rgb(255 227 231 / 0.8) !important;
}

.focus\:border-red-100\/85:focus{
  border-color: rgb(255 227 231 / 0.85) !important;
}

.focus\:border-red-100\/90:focus{
  border-color: rgb(255 227 231 / 0.9) !important;
}

.focus\:border-red-100\/95:focus{
  border-color: rgb(255 227 231 / 0.95) !important;
}

.focus\:border-red-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 203 214 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-200\/0:focus{
  border-color: rgb(255 203 214 / 0) !important;
}

.focus\:border-red-200\/10:focus{
  border-color: rgb(255 203 214 / 0.1) !important;
}

.focus\:border-red-200\/100:focus{
  border-color: rgb(255 203 214 / 1) !important;
}

.focus\:border-red-200\/15:focus{
  border-color: rgb(255 203 214 / 0.15) !important;
}

.focus\:border-red-200\/20:focus{
  border-color: rgb(255 203 214 / 0.2) !important;
}

.focus\:border-red-200\/25:focus{
  border-color: rgb(255 203 214 / 0.25) !important;
}

.focus\:border-red-200\/30:focus{
  border-color: rgb(255 203 214 / 0.3) !important;
}

.focus\:border-red-200\/35:focus{
  border-color: rgb(255 203 214 / 0.35) !important;
}

.focus\:border-red-200\/40:focus{
  border-color: rgb(255 203 214 / 0.4) !important;
}

.focus\:border-red-200\/45:focus{
  border-color: rgb(255 203 214 / 0.45) !important;
}

.focus\:border-red-200\/5:focus{
  border-color: rgb(255 203 214 / 0.05) !important;
}

.focus\:border-red-200\/50:focus{
  border-color: rgb(255 203 214 / 0.5) !important;
}

.focus\:border-red-200\/55:focus{
  border-color: rgb(255 203 214 / 0.55) !important;
}

.focus\:border-red-200\/60:focus{
  border-color: rgb(255 203 214 / 0.6) !important;
}

.focus\:border-red-200\/65:focus{
  border-color: rgb(255 203 214 / 0.65) !important;
}

.focus\:border-red-200\/70:focus{
  border-color: rgb(255 203 214 / 0.7) !important;
}

.focus\:border-red-200\/75:focus{
  border-color: rgb(255 203 214 / 0.75) !important;
}

.focus\:border-red-200\/80:focus{
  border-color: rgb(255 203 214 / 0.8) !important;
}

.focus\:border-red-200\/85:focus{
  border-color: rgb(255 203 214 / 0.85) !important;
}

.focus\:border-red-200\/90:focus{
  border-color: rgb(255 203 214 / 0.9) !important;
}

.focus\:border-red-200\/95:focus{
  border-color: rgb(255 203 214 / 0.95) !important;
}

.focus\:border-red-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 161 180 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-300\/0:focus{
  border-color: rgb(255 161 180 / 0) !important;
}

.focus\:border-red-300\/10:focus{
  border-color: rgb(255 161 180 / 0.1) !important;
}

.focus\:border-red-300\/100:focus{
  border-color: rgb(255 161 180 / 1) !important;
}

.focus\:border-red-300\/15:focus{
  border-color: rgb(255 161 180 / 0.15) !important;
}

.focus\:border-red-300\/20:focus{
  border-color: rgb(255 161 180 / 0.2) !important;
}

.focus\:border-red-300\/25:focus{
  border-color: rgb(255 161 180 / 0.25) !important;
}

.focus\:border-red-300\/30:focus{
  border-color: rgb(255 161 180 / 0.3) !important;
}

.focus\:border-red-300\/35:focus{
  border-color: rgb(255 161 180 / 0.35) !important;
}

.focus\:border-red-300\/40:focus{
  border-color: rgb(255 161 180 / 0.4) !important;
}

.focus\:border-red-300\/45:focus{
  border-color: rgb(255 161 180 / 0.45) !important;
}

.focus\:border-red-300\/5:focus{
  border-color: rgb(255 161 180 / 0.05) !important;
}

.focus\:border-red-300\/50:focus{
  border-color: rgb(255 161 180 / 0.5) !important;
}

.focus\:border-red-300\/55:focus{
  border-color: rgb(255 161 180 / 0.55) !important;
}

.focus\:border-red-300\/60:focus{
  border-color: rgb(255 161 180 / 0.6) !important;
}

.focus\:border-red-300\/65:focus{
  border-color: rgb(255 161 180 / 0.65) !important;
}

.focus\:border-red-300\/70:focus{
  border-color: rgb(255 161 180 / 0.7) !important;
}

.focus\:border-red-300\/75:focus{
  border-color: rgb(255 161 180 / 0.75) !important;
}

.focus\:border-red-300\/80:focus{
  border-color: rgb(255 161 180 / 0.8) !important;
}

.focus\:border-red-300\/85:focus{
  border-color: rgb(255 161 180 / 0.85) !important;
}

.focus\:border-red-300\/90:focus{
  border-color: rgb(255 161 180 / 0.9) !important;
}

.focus\:border-red-300\/95:focus{
  border-color: rgb(255 161 180 / 0.95) !important;
}

.focus\:border-red-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 108 139 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-400\/0:focus{
  border-color: rgb(255 108 139 / 0) !important;
}

.focus\:border-red-400\/10:focus{
  border-color: rgb(255 108 139 / 0.1) !important;
}

.focus\:border-red-400\/100:focus{
  border-color: rgb(255 108 139 / 1) !important;
}

.focus\:border-red-400\/15:focus{
  border-color: rgb(255 108 139 / 0.15) !important;
}

.focus\:border-red-400\/20:focus{
  border-color: rgb(255 108 139 / 0.2) !important;
}

.focus\:border-red-400\/25:focus{
  border-color: rgb(255 108 139 / 0.25) !important;
}

.focus\:border-red-400\/30:focus{
  border-color: rgb(255 108 139 / 0.3) !important;
}

.focus\:border-red-400\/35:focus{
  border-color: rgb(255 108 139 / 0.35) !important;
}

.focus\:border-red-400\/40:focus{
  border-color: rgb(255 108 139 / 0.4) !important;
}

.focus\:border-red-400\/45:focus{
  border-color: rgb(255 108 139 / 0.45) !important;
}

.focus\:border-red-400\/5:focus{
  border-color: rgb(255 108 139 / 0.05) !important;
}

.focus\:border-red-400\/50:focus{
  border-color: rgb(255 108 139 / 0.5) !important;
}

.focus\:border-red-400\/55:focus{
  border-color: rgb(255 108 139 / 0.55) !important;
}

.focus\:border-red-400\/60:focus{
  border-color: rgb(255 108 139 / 0.6) !important;
}

.focus\:border-red-400\/65:focus{
  border-color: rgb(255 108 139 / 0.65) !important;
}

.focus\:border-red-400\/70:focus{
  border-color: rgb(255 108 139 / 0.7) !important;
}

.focus\:border-red-400\/75:focus{
  border-color: rgb(255 108 139 / 0.75) !important;
}

.focus\:border-red-400\/80:focus{
  border-color: rgb(255 108 139 / 0.8) !important;
}

.focus\:border-red-400\/85:focus{
  border-color: rgb(255 108 139 / 0.85) !important;
}

.focus\:border-red-400\/90:focus{
  border-color: rgb(255 108 139 / 0.9) !important;
}

.focus\:border-red-400\/95:focus{
  border-color: rgb(255 108 139 / 0.95) !important;
}

.focus\:border-red-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 243 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-50\/0:focus{
  border-color: rgb(255 240 243 / 0) !important;
}

.focus\:border-red-50\/10:focus{
  border-color: rgb(255 240 243 / 0.1) !important;
}

.focus\:border-red-50\/100:focus{
  border-color: rgb(255 240 243 / 1) !important;
}

.focus\:border-red-50\/15:focus{
  border-color: rgb(255 240 243 / 0.15) !important;
}

.focus\:border-red-50\/20:focus{
  border-color: rgb(255 240 243 / 0.2) !important;
}

.focus\:border-red-50\/25:focus{
  border-color: rgb(255 240 243 / 0.25) !important;
}

.focus\:border-red-50\/30:focus{
  border-color: rgb(255 240 243 / 0.3) !important;
}

.focus\:border-red-50\/35:focus{
  border-color: rgb(255 240 243 / 0.35) !important;
}

.focus\:border-red-50\/40:focus{
  border-color: rgb(255 240 243 / 0.4) !important;
}

.focus\:border-red-50\/45:focus{
  border-color: rgb(255 240 243 / 0.45) !important;
}

.focus\:border-red-50\/5:focus{
  border-color: rgb(255 240 243 / 0.05) !important;
}

.focus\:border-red-50\/50:focus{
  border-color: rgb(255 240 243 / 0.5) !important;
}

.focus\:border-red-50\/55:focus{
  border-color: rgb(255 240 243 / 0.55) !important;
}

.focus\:border-red-50\/60:focus{
  border-color: rgb(255 240 243 / 0.6) !important;
}

.focus\:border-red-50\/65:focus{
  border-color: rgb(255 240 243 / 0.65) !important;
}

.focus\:border-red-50\/70:focus{
  border-color: rgb(255 240 243 / 0.7) !important;
}

.focus\:border-red-50\/75:focus{
  border-color: rgb(255 240 243 / 0.75) !important;
}

.focus\:border-red-50\/80:focus{
  border-color: rgb(255 240 243 / 0.8) !important;
}

.focus\:border-red-50\/85:focus{
  border-color: rgb(255 240 243 / 0.85) !important;
}

.focus\:border-red-50\/90:focus{
  border-color: rgb(255 240 243 / 0.9) !important;
}

.focus\:border-red-50\/95:focus{
  border-color: rgb(255 240 243 / 0.95) !important;
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 34 86 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-500\/0:focus{
  border-color: rgb(250 34 86 / 0) !important;
}

.focus\:border-red-500\/10:focus{
  border-color: rgb(250 34 86 / 0.1) !important;
}

.focus\:border-red-500\/100:focus{
  border-color: rgb(250 34 86 / 1) !important;
}

.focus\:border-red-500\/15:focus{
  border-color: rgb(250 34 86 / 0.15) !important;
}

.focus\:border-red-500\/20:focus{
  border-color: rgb(250 34 86 / 0.2) !important;
}

.focus\:border-red-500\/25:focus{
  border-color: rgb(250 34 86 / 0.25) !important;
}

.focus\:border-red-500\/30:focus{
  border-color: rgb(250 34 86 / 0.3) !important;
}

.focus\:border-red-500\/35:focus{
  border-color: rgb(250 34 86 / 0.35) !important;
}

.focus\:border-red-500\/40:focus{
  border-color: rgb(250 34 86 / 0.4) !important;
}

.focus\:border-red-500\/45:focus{
  border-color: rgb(250 34 86 / 0.45) !important;
}

.focus\:border-red-500\/5:focus{
  border-color: rgb(250 34 86 / 0.05) !important;
}

.focus\:border-red-500\/50:focus{
  border-color: rgb(250 34 86 / 0.5) !important;
}

.focus\:border-red-500\/55:focus{
  border-color: rgb(250 34 86 / 0.55) !important;
}

.focus\:border-red-500\/60:focus{
  border-color: rgb(250 34 86 / 0.6) !important;
}

.focus\:border-red-500\/65:focus{
  border-color: rgb(250 34 86 / 0.65) !important;
}

.focus\:border-red-500\/70:focus{
  border-color: rgb(250 34 86 / 0.7) !important;
}

.focus\:border-red-500\/75:focus{
  border-color: rgb(250 34 86 / 0.75) !important;
}

.focus\:border-red-500\/80:focus{
  border-color: rgb(250 34 86 / 0.8) !important;
}

.focus\:border-red-500\/85:focus{
  border-color: rgb(250 34 86 / 0.85) !important;
}

.focus\:border-red-500\/90:focus{
  border-color: rgb(250 34 86 / 0.9) !important;
}

.focus\:border-red-500\/95:focus{
  border-color: rgb(250 34 86 / 0.95) !important;
}

.focus\:border-red-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 22 83 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-600\/0:focus{
  border-color: rgb(232 22 83 / 0) !important;
}

.focus\:border-red-600\/10:focus{
  border-color: rgb(232 22 83 / 0.1) !important;
}

.focus\:border-red-600\/100:focus{
  border-color: rgb(232 22 83 / 1) !important;
}

.focus\:border-red-600\/15:focus{
  border-color: rgb(232 22 83 / 0.15) !important;
}

.focus\:border-red-600\/20:focus{
  border-color: rgb(232 22 83 / 0.2) !important;
}

.focus\:border-red-600\/25:focus{
  border-color: rgb(232 22 83 / 0.25) !important;
}

.focus\:border-red-600\/30:focus{
  border-color: rgb(232 22 83 / 0.3) !important;
}

.focus\:border-red-600\/35:focus{
  border-color: rgb(232 22 83 / 0.35) !important;
}

.focus\:border-red-600\/40:focus{
  border-color: rgb(232 22 83 / 0.4) !important;
}

.focus\:border-red-600\/45:focus{
  border-color: rgb(232 22 83 / 0.45) !important;
}

.focus\:border-red-600\/5:focus{
  border-color: rgb(232 22 83 / 0.05) !important;
}

.focus\:border-red-600\/50:focus{
  border-color: rgb(232 22 83 / 0.5) !important;
}

.focus\:border-red-600\/55:focus{
  border-color: rgb(232 22 83 / 0.55) !important;
}

.focus\:border-red-600\/60:focus{
  border-color: rgb(232 22 83 / 0.6) !important;
}

.focus\:border-red-600\/65:focus{
  border-color: rgb(232 22 83 / 0.65) !important;
}

.focus\:border-red-600\/70:focus{
  border-color: rgb(232 22 83 / 0.7) !important;
}

.focus\:border-red-600\/75:focus{
  border-color: rgb(232 22 83 / 0.75) !important;
}

.focus\:border-red-600\/80:focus{
  border-color: rgb(232 22 83 / 0.8) !important;
}

.focus\:border-red-600\/85:focus{
  border-color: rgb(232 22 83 / 0.85) !important;
}

.focus\:border-red-600\/90:focus{
  border-color: rgb(232 22 83 / 0.9) !important;
}

.focus\:border-red-600\/95:focus{
  border-color: rgb(232 22 83 / 0.95) !important;
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 12 70 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-700\/0:focus{
  border-color: rgb(196 12 70 / 0) !important;
}

.focus\:border-red-700\/10:focus{
  border-color: rgb(196 12 70 / 0.1) !important;
}

.focus\:border-red-700\/100:focus{
  border-color: rgb(196 12 70 / 1) !important;
}

.focus\:border-red-700\/15:focus{
  border-color: rgb(196 12 70 / 0.15) !important;
}

.focus\:border-red-700\/20:focus{
  border-color: rgb(196 12 70 / 0.2) !important;
}

.focus\:border-red-700\/25:focus{
  border-color: rgb(196 12 70 / 0.25) !important;
}

.focus\:border-red-700\/30:focus{
  border-color: rgb(196 12 70 / 0.3) !important;
}

.focus\:border-red-700\/35:focus{
  border-color: rgb(196 12 70 / 0.35) !important;
}

.focus\:border-red-700\/40:focus{
  border-color: rgb(196 12 70 / 0.4) !important;
}

.focus\:border-red-700\/45:focus{
  border-color: rgb(196 12 70 / 0.45) !important;
}

.focus\:border-red-700\/5:focus{
  border-color: rgb(196 12 70 / 0.05) !important;
}

.focus\:border-red-700\/50:focus{
  border-color: rgb(196 12 70 / 0.5) !important;
}

.focus\:border-red-700\/55:focus{
  border-color: rgb(196 12 70 / 0.55) !important;
}

.focus\:border-red-700\/60:focus{
  border-color: rgb(196 12 70 / 0.6) !important;
}

.focus\:border-red-700\/65:focus{
  border-color: rgb(196 12 70 / 0.65) !important;
}

.focus\:border-red-700\/70:focus{
  border-color: rgb(196 12 70 / 0.7) !important;
}

.focus\:border-red-700\/75:focus{
  border-color: rgb(196 12 70 / 0.75) !important;
}

.focus\:border-red-700\/80:focus{
  border-color: rgb(196 12 70 / 0.8) !important;
}

.focus\:border-red-700\/85:focus{
  border-color: rgb(196 12 70 / 0.85) !important;
}

.focus\:border-red-700\/90:focus{
  border-color: rgb(196 12 70 / 0.9) !important;
}

.focus\:border-red-700\/95:focus{
  border-color: rgb(196 12 70 / 0.95) !important;
}

.focus\:border-red-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(164 13 65 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-800\/0:focus{
  border-color: rgb(164 13 65 / 0) !important;
}

.focus\:border-red-800\/10:focus{
  border-color: rgb(164 13 65 / 0.1) !important;
}

.focus\:border-red-800\/100:focus{
  border-color: rgb(164 13 65 / 1) !important;
}

.focus\:border-red-800\/15:focus{
  border-color: rgb(164 13 65 / 0.15) !important;
}

.focus\:border-red-800\/20:focus{
  border-color: rgb(164 13 65 / 0.2) !important;
}

.focus\:border-red-800\/25:focus{
  border-color: rgb(164 13 65 / 0.25) !important;
}

.focus\:border-red-800\/30:focus{
  border-color: rgb(164 13 65 / 0.3) !important;
}

.focus\:border-red-800\/35:focus{
  border-color: rgb(164 13 65 / 0.35) !important;
}

.focus\:border-red-800\/40:focus{
  border-color: rgb(164 13 65 / 0.4) !important;
}

.focus\:border-red-800\/45:focus{
  border-color: rgb(164 13 65 / 0.45) !important;
}

.focus\:border-red-800\/5:focus{
  border-color: rgb(164 13 65 / 0.05) !important;
}

.focus\:border-red-800\/50:focus{
  border-color: rgb(164 13 65 / 0.5) !important;
}

.focus\:border-red-800\/55:focus{
  border-color: rgb(164 13 65 / 0.55) !important;
}

.focus\:border-red-800\/60:focus{
  border-color: rgb(164 13 65 / 0.6) !important;
}

.focus\:border-red-800\/65:focus{
  border-color: rgb(164 13 65 / 0.65) !important;
}

.focus\:border-red-800\/70:focus{
  border-color: rgb(164 13 65 / 0.7) !important;
}

.focus\:border-red-800\/75:focus{
  border-color: rgb(164 13 65 / 0.75) !important;
}

.focus\:border-red-800\/80:focus{
  border-color: rgb(164 13 65 / 0.8) !important;
}

.focus\:border-red-800\/85:focus{
  border-color: rgb(164 13 65 / 0.85) !important;
}

.focus\:border-red-800\/90:focus{
  border-color: rgb(164 13 65 / 0.9) !important;
}

.focus\:border-red-800\/95:focus{
  border-color: rgb(164 13 65 / 0.95) !important;
}

.focus\:border-red-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 15 62 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-red-900\/0:focus{
  border-color: rgb(140 15 62 / 0) !important;
}

.focus\:border-red-900\/10:focus{
  border-color: rgb(140 15 62 / 0.1) !important;
}

.focus\:border-red-900\/100:focus{
  border-color: rgb(140 15 62 / 1) !important;
}

.focus\:border-red-900\/15:focus{
  border-color: rgb(140 15 62 / 0.15) !important;
}

.focus\:border-red-900\/20:focus{
  border-color: rgb(140 15 62 / 0.2) !important;
}

.focus\:border-red-900\/25:focus{
  border-color: rgb(140 15 62 / 0.25) !important;
}

.focus\:border-red-900\/30:focus{
  border-color: rgb(140 15 62 / 0.3) !important;
}

.focus\:border-red-900\/35:focus{
  border-color: rgb(140 15 62 / 0.35) !important;
}

.focus\:border-red-900\/40:focus{
  border-color: rgb(140 15 62 / 0.4) !important;
}

.focus\:border-red-900\/45:focus{
  border-color: rgb(140 15 62 / 0.45) !important;
}

.focus\:border-red-900\/5:focus{
  border-color: rgb(140 15 62 / 0.05) !important;
}

.focus\:border-red-900\/50:focus{
  border-color: rgb(140 15 62 / 0.5) !important;
}

.focus\:border-red-900\/55:focus{
  border-color: rgb(140 15 62 / 0.55) !important;
}

.focus\:border-red-900\/60:focus{
  border-color: rgb(140 15 62 / 0.6) !important;
}

.focus\:border-red-900\/65:focus{
  border-color: rgb(140 15 62 / 0.65) !important;
}

.focus\:border-red-900\/70:focus{
  border-color: rgb(140 15 62 / 0.7) !important;
}

.focus\:border-red-900\/75:focus{
  border-color: rgb(140 15 62 / 0.75) !important;
}

.focus\:border-red-900\/80:focus{
  border-color: rgb(140 15 62 / 0.8) !important;
}

.focus\:border-red-900\/85:focus{
  border-color: rgb(140 15 62 / 0.85) !important;
}

.focus\:border-red-900\/90:focus{
  border-color: rgb(140 15 62 / 0.9) !important;
}

.focus\:border-red-900\/95:focus{
  border-color: rgb(140 15 62 / 0.95) !important;
}

.focus\:border-rosebrown-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 212 220 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-100\/0:focus{
  border-color: rgb(228 212 220 / 0) !important;
}

.focus\:border-rosebrown-100\/10:focus{
  border-color: rgb(228 212 220 / 0.1) !important;
}

.focus\:border-rosebrown-100\/100:focus{
  border-color: rgb(228 212 220 / 1) !important;
}

.focus\:border-rosebrown-100\/15:focus{
  border-color: rgb(228 212 220 / 0.15) !important;
}

.focus\:border-rosebrown-100\/20:focus{
  border-color: rgb(228 212 220 / 0.2) !important;
}

.focus\:border-rosebrown-100\/25:focus{
  border-color: rgb(228 212 220 / 0.25) !important;
}

.focus\:border-rosebrown-100\/30:focus{
  border-color: rgb(228 212 220 / 0.3) !important;
}

.focus\:border-rosebrown-100\/35:focus{
  border-color: rgb(228 212 220 / 0.35) !important;
}

.focus\:border-rosebrown-100\/40:focus{
  border-color: rgb(228 212 220 / 0.4) !important;
}

.focus\:border-rosebrown-100\/45:focus{
  border-color: rgb(228 212 220 / 0.45) !important;
}

.focus\:border-rosebrown-100\/5:focus{
  border-color: rgb(228 212 220 / 0.05) !important;
}

.focus\:border-rosebrown-100\/50:focus{
  border-color: rgb(228 212 220 / 0.5) !important;
}

.focus\:border-rosebrown-100\/55:focus{
  border-color: rgb(228 212 220 / 0.55) !important;
}

.focus\:border-rosebrown-100\/60:focus{
  border-color: rgb(228 212 220 / 0.6) !important;
}

.focus\:border-rosebrown-100\/65:focus{
  border-color: rgb(228 212 220 / 0.65) !important;
}

.focus\:border-rosebrown-100\/70:focus{
  border-color: rgb(228 212 220 / 0.7) !important;
}

.focus\:border-rosebrown-100\/75:focus{
  border-color: rgb(228 212 220 / 0.75) !important;
}

.focus\:border-rosebrown-100\/80:focus{
  border-color: rgb(228 212 220 / 0.8) !important;
}

.focus\:border-rosebrown-100\/85:focus{
  border-color: rgb(228 212 220 / 0.85) !important;
}

.focus\:border-rosebrown-100\/90:focus{
  border-color: rgb(228 212 220 / 0.9) !important;
}

.focus\:border-rosebrown-100\/95:focus{
  border-color: rgb(228 212 220 / 0.95) !important;
}

.focus\:border-rosebrown-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 184 196 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-200\/0:focus{
  border-color: rgb(210 184 196 / 0) !important;
}

.focus\:border-rosebrown-200\/10:focus{
  border-color: rgb(210 184 196 / 0.1) !important;
}

.focus\:border-rosebrown-200\/100:focus{
  border-color: rgb(210 184 196 / 1) !important;
}

.focus\:border-rosebrown-200\/15:focus{
  border-color: rgb(210 184 196 / 0.15) !important;
}

.focus\:border-rosebrown-200\/20:focus{
  border-color: rgb(210 184 196 / 0.2) !important;
}

.focus\:border-rosebrown-200\/25:focus{
  border-color: rgb(210 184 196 / 0.25) !important;
}

.focus\:border-rosebrown-200\/30:focus{
  border-color: rgb(210 184 196 / 0.3) !important;
}

.focus\:border-rosebrown-200\/35:focus{
  border-color: rgb(210 184 196 / 0.35) !important;
}

.focus\:border-rosebrown-200\/40:focus{
  border-color: rgb(210 184 196 / 0.4) !important;
}

.focus\:border-rosebrown-200\/45:focus{
  border-color: rgb(210 184 196 / 0.45) !important;
}

.focus\:border-rosebrown-200\/5:focus{
  border-color: rgb(210 184 196 / 0.05) !important;
}

.focus\:border-rosebrown-200\/50:focus{
  border-color: rgb(210 184 196 / 0.5) !important;
}

.focus\:border-rosebrown-200\/55:focus{
  border-color: rgb(210 184 196 / 0.55) !important;
}

.focus\:border-rosebrown-200\/60:focus{
  border-color: rgb(210 184 196 / 0.6) !important;
}

.focus\:border-rosebrown-200\/65:focus{
  border-color: rgb(210 184 196 / 0.65) !important;
}

.focus\:border-rosebrown-200\/70:focus{
  border-color: rgb(210 184 196 / 0.7) !important;
}

.focus\:border-rosebrown-200\/75:focus{
  border-color: rgb(210 184 196 / 0.75) !important;
}

.focus\:border-rosebrown-200\/80:focus{
  border-color: rgb(210 184 196 / 0.8) !important;
}

.focus\:border-rosebrown-200\/85:focus{
  border-color: rgb(210 184 196 / 0.85) !important;
}

.focus\:border-rosebrown-200\/90:focus{
  border-color: rgb(210 184 196 / 0.9) !important;
}

.focus\:border-rosebrown-200\/95:focus{
  border-color: rgb(210 184 196 / 0.95) !important;
}

.focus\:border-rosebrown-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 156 172 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-300\/0:focus{
  border-color: rgb(192 156 172 / 0) !important;
}

.focus\:border-rosebrown-300\/10:focus{
  border-color: rgb(192 156 172 / 0.1) !important;
}

.focus\:border-rosebrown-300\/100:focus{
  border-color: rgb(192 156 172 / 1) !important;
}

.focus\:border-rosebrown-300\/15:focus{
  border-color: rgb(192 156 172 / 0.15) !important;
}

.focus\:border-rosebrown-300\/20:focus{
  border-color: rgb(192 156 172 / 0.2) !important;
}

.focus\:border-rosebrown-300\/25:focus{
  border-color: rgb(192 156 172 / 0.25) !important;
}

.focus\:border-rosebrown-300\/30:focus{
  border-color: rgb(192 156 172 / 0.3) !important;
}

.focus\:border-rosebrown-300\/35:focus{
  border-color: rgb(192 156 172 / 0.35) !important;
}

.focus\:border-rosebrown-300\/40:focus{
  border-color: rgb(192 156 172 / 0.4) !important;
}

.focus\:border-rosebrown-300\/45:focus{
  border-color: rgb(192 156 172 / 0.45) !important;
}

.focus\:border-rosebrown-300\/5:focus{
  border-color: rgb(192 156 172 / 0.05) !important;
}

.focus\:border-rosebrown-300\/50:focus{
  border-color: rgb(192 156 172 / 0.5) !important;
}

.focus\:border-rosebrown-300\/55:focus{
  border-color: rgb(192 156 172 / 0.55) !important;
}

.focus\:border-rosebrown-300\/60:focus{
  border-color: rgb(192 156 172 / 0.6) !important;
}

.focus\:border-rosebrown-300\/65:focus{
  border-color: rgb(192 156 172 / 0.65) !important;
}

.focus\:border-rosebrown-300\/70:focus{
  border-color: rgb(192 156 172 / 0.7) !important;
}

.focus\:border-rosebrown-300\/75:focus{
  border-color: rgb(192 156 172 / 0.75) !important;
}

.focus\:border-rosebrown-300\/80:focus{
  border-color: rgb(192 156 172 / 0.8) !important;
}

.focus\:border-rosebrown-300\/85:focus{
  border-color: rgb(192 156 172 / 0.85) !important;
}

.focus\:border-rosebrown-300\/90:focus{
  border-color: rgb(192 156 172 / 0.9) !important;
}

.focus\:border-rosebrown-300\/95:focus{
  border-color: rgb(192 156 172 / 0.95) !important;
}

.focus\:border-rosebrown-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 134 155 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-400\/0:focus{
  border-color: rgb(179 134 155 / 0) !important;
}

.focus\:border-rosebrown-400\/10:focus{
  border-color: rgb(179 134 155 / 0.1) !important;
}

.focus\:border-rosebrown-400\/100:focus{
  border-color: rgb(179 134 155 / 1) !important;
}

.focus\:border-rosebrown-400\/15:focus{
  border-color: rgb(179 134 155 / 0.15) !important;
}

.focus\:border-rosebrown-400\/20:focus{
  border-color: rgb(179 134 155 / 0.2) !important;
}

.focus\:border-rosebrown-400\/25:focus{
  border-color: rgb(179 134 155 / 0.25) !important;
}

.focus\:border-rosebrown-400\/30:focus{
  border-color: rgb(179 134 155 / 0.3) !important;
}

.focus\:border-rosebrown-400\/35:focus{
  border-color: rgb(179 134 155 / 0.35) !important;
}

.focus\:border-rosebrown-400\/40:focus{
  border-color: rgb(179 134 155 / 0.4) !important;
}

.focus\:border-rosebrown-400\/45:focus{
  border-color: rgb(179 134 155 / 0.45) !important;
}

.focus\:border-rosebrown-400\/5:focus{
  border-color: rgb(179 134 155 / 0.05) !important;
}

.focus\:border-rosebrown-400\/50:focus{
  border-color: rgb(179 134 155 / 0.5) !important;
}

.focus\:border-rosebrown-400\/55:focus{
  border-color: rgb(179 134 155 / 0.55) !important;
}

.focus\:border-rosebrown-400\/60:focus{
  border-color: rgb(179 134 155 / 0.6) !important;
}

.focus\:border-rosebrown-400\/65:focus{
  border-color: rgb(179 134 155 / 0.65) !important;
}

.focus\:border-rosebrown-400\/70:focus{
  border-color: rgb(179 134 155 / 0.7) !important;
}

.focus\:border-rosebrown-400\/75:focus{
  border-color: rgb(179 134 155 / 0.75) !important;
}

.focus\:border-rosebrown-400\/80:focus{
  border-color: rgb(179 134 155 / 0.8) !important;
}

.focus\:border-rosebrown-400\/85:focus{
  border-color: rgb(179 134 155 / 0.85) !important;
}

.focus\:border-rosebrown-400\/90:focus{
  border-color: rgb(179 134 155 / 0.9) !important;
}

.focus\:border-rosebrown-400\/95:focus{
  border-color: rgb(179 134 155 / 0.95) !important;
}

.focus\:border-rosebrown-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 238 241 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-50\/0:focus{
  border-color: rgb(244 238 241 / 0) !important;
}

.focus\:border-rosebrown-50\/10:focus{
  border-color: rgb(244 238 241 / 0.1) !important;
}

.focus\:border-rosebrown-50\/100:focus{
  border-color: rgb(244 238 241 / 1) !important;
}

.focus\:border-rosebrown-50\/15:focus{
  border-color: rgb(244 238 241 / 0.15) !important;
}

.focus\:border-rosebrown-50\/20:focus{
  border-color: rgb(244 238 241 / 0.2) !important;
}

.focus\:border-rosebrown-50\/25:focus{
  border-color: rgb(244 238 241 / 0.25) !important;
}

.focus\:border-rosebrown-50\/30:focus{
  border-color: rgb(244 238 241 / 0.3) !important;
}

.focus\:border-rosebrown-50\/35:focus{
  border-color: rgb(244 238 241 / 0.35) !important;
}

.focus\:border-rosebrown-50\/40:focus{
  border-color: rgb(244 238 241 / 0.4) !important;
}

.focus\:border-rosebrown-50\/45:focus{
  border-color: rgb(244 238 241 / 0.45) !important;
}

.focus\:border-rosebrown-50\/5:focus{
  border-color: rgb(244 238 241 / 0.05) !important;
}

.focus\:border-rosebrown-50\/50:focus{
  border-color: rgb(244 238 241 / 0.5) !important;
}

.focus\:border-rosebrown-50\/55:focus{
  border-color: rgb(244 238 241 / 0.55) !important;
}

.focus\:border-rosebrown-50\/60:focus{
  border-color: rgb(244 238 241 / 0.6) !important;
}

.focus\:border-rosebrown-50\/65:focus{
  border-color: rgb(244 238 241 / 0.65) !important;
}

.focus\:border-rosebrown-50\/70:focus{
  border-color: rgb(244 238 241 / 0.7) !important;
}

.focus\:border-rosebrown-50\/75:focus{
  border-color: rgb(244 238 241 / 0.75) !important;
}

.focus\:border-rosebrown-50\/80:focus{
  border-color: rgb(244 238 241 / 0.8) !important;
}

.focus\:border-rosebrown-50\/85:focus{
  border-color: rgb(244 238 241 / 0.85) !important;
}

.focus\:border-rosebrown-50\/90:focus{
  border-color: rgb(244 238 241 / 0.9) !important;
}

.focus\:border-rosebrown-50\/95:focus{
  border-color: rgb(244 238 241 / 0.95) !important;
}

.focus\:border-rosebrown-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 113 137 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-500\/0:focus{
  border-color: rgb(165 113 137 / 0) !important;
}

.focus\:border-rosebrown-500\/10:focus{
  border-color: rgb(165 113 137 / 0.1) !important;
}

.focus\:border-rosebrown-500\/100:focus{
  border-color: rgb(165 113 137 / 1) !important;
}

.focus\:border-rosebrown-500\/15:focus{
  border-color: rgb(165 113 137 / 0.15) !important;
}

.focus\:border-rosebrown-500\/20:focus{
  border-color: rgb(165 113 137 / 0.2) !important;
}

.focus\:border-rosebrown-500\/25:focus{
  border-color: rgb(165 113 137 / 0.25) !important;
}

.focus\:border-rosebrown-500\/30:focus{
  border-color: rgb(165 113 137 / 0.3) !important;
}

.focus\:border-rosebrown-500\/35:focus{
  border-color: rgb(165 113 137 / 0.35) !important;
}

.focus\:border-rosebrown-500\/40:focus{
  border-color: rgb(165 113 137 / 0.4) !important;
}

.focus\:border-rosebrown-500\/45:focus{
  border-color: rgb(165 113 137 / 0.45) !important;
}

.focus\:border-rosebrown-500\/5:focus{
  border-color: rgb(165 113 137 / 0.05) !important;
}

.focus\:border-rosebrown-500\/50:focus{
  border-color: rgb(165 113 137 / 0.5) !important;
}

.focus\:border-rosebrown-500\/55:focus{
  border-color: rgb(165 113 137 / 0.55) !important;
}

.focus\:border-rosebrown-500\/60:focus{
  border-color: rgb(165 113 137 / 0.6) !important;
}

.focus\:border-rosebrown-500\/65:focus{
  border-color: rgb(165 113 137 / 0.65) !important;
}

.focus\:border-rosebrown-500\/70:focus{
  border-color: rgb(165 113 137 / 0.7) !important;
}

.focus\:border-rosebrown-500\/75:focus{
  border-color: rgb(165 113 137 / 0.75) !important;
}

.focus\:border-rosebrown-500\/80:focus{
  border-color: rgb(165 113 137 / 0.8) !important;
}

.focus\:border-rosebrown-500\/85:focus{
  border-color: rgb(165 113 137 / 0.85) !important;
}

.focus\:border-rosebrown-500\/90:focus{
  border-color: rgb(165 113 137 / 0.9) !important;
}

.focus\:border-rosebrown-500\/95:focus{
  border-color: rgb(165 113 137 / 0.95) !important;
}

.focus\:border-rosebrown-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 105 129 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-600\/0:focus{
  border-color: rgb(157 105 129 / 0) !important;
}

.focus\:border-rosebrown-600\/10:focus{
  border-color: rgb(157 105 129 / 0.1) !important;
}

.focus\:border-rosebrown-600\/100:focus{
  border-color: rgb(157 105 129 / 1) !important;
}

.focus\:border-rosebrown-600\/15:focus{
  border-color: rgb(157 105 129 / 0.15) !important;
}

.focus\:border-rosebrown-600\/20:focus{
  border-color: rgb(157 105 129 / 0.2) !important;
}

.focus\:border-rosebrown-600\/25:focus{
  border-color: rgb(157 105 129 / 0.25) !important;
}

.focus\:border-rosebrown-600\/30:focus{
  border-color: rgb(157 105 129 / 0.3) !important;
}

.focus\:border-rosebrown-600\/35:focus{
  border-color: rgb(157 105 129 / 0.35) !important;
}

.focus\:border-rosebrown-600\/40:focus{
  border-color: rgb(157 105 129 / 0.4) !important;
}

.focus\:border-rosebrown-600\/45:focus{
  border-color: rgb(157 105 129 / 0.45) !important;
}

.focus\:border-rosebrown-600\/5:focus{
  border-color: rgb(157 105 129 / 0.05) !important;
}

.focus\:border-rosebrown-600\/50:focus{
  border-color: rgb(157 105 129 / 0.5) !important;
}

.focus\:border-rosebrown-600\/55:focus{
  border-color: rgb(157 105 129 / 0.55) !important;
}

.focus\:border-rosebrown-600\/60:focus{
  border-color: rgb(157 105 129 / 0.6) !important;
}

.focus\:border-rosebrown-600\/65:focus{
  border-color: rgb(157 105 129 / 0.65) !important;
}

.focus\:border-rosebrown-600\/70:focus{
  border-color: rgb(157 105 129 / 0.7) !important;
}

.focus\:border-rosebrown-600\/75:focus{
  border-color: rgb(157 105 129 / 0.75) !important;
}

.focus\:border-rosebrown-600\/80:focus{
  border-color: rgb(157 105 129 / 0.8) !important;
}

.focus\:border-rosebrown-600\/85:focus{
  border-color: rgb(157 105 129 / 0.85) !important;
}

.focus\:border-rosebrown-600\/90:focus{
  border-color: rgb(157 105 129 / 0.9) !important;
}

.focus\:border-rosebrown-600\/95:focus{
  border-color: rgb(157 105 129 / 0.95) !important;
}

.focus\:border-rosebrown-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 94 118 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-700\/0:focus{
  border-color: rgb(147 94 118 / 0) !important;
}

.focus\:border-rosebrown-700\/10:focus{
  border-color: rgb(147 94 118 / 0.1) !important;
}

.focus\:border-rosebrown-700\/100:focus{
  border-color: rgb(147 94 118 / 1) !important;
}

.focus\:border-rosebrown-700\/15:focus{
  border-color: rgb(147 94 118 / 0.15) !important;
}

.focus\:border-rosebrown-700\/20:focus{
  border-color: rgb(147 94 118 / 0.2) !important;
}

.focus\:border-rosebrown-700\/25:focus{
  border-color: rgb(147 94 118 / 0.25) !important;
}

.focus\:border-rosebrown-700\/30:focus{
  border-color: rgb(147 94 118 / 0.3) !important;
}

.focus\:border-rosebrown-700\/35:focus{
  border-color: rgb(147 94 118 / 0.35) !important;
}

.focus\:border-rosebrown-700\/40:focus{
  border-color: rgb(147 94 118 / 0.4) !important;
}

.focus\:border-rosebrown-700\/45:focus{
  border-color: rgb(147 94 118 / 0.45) !important;
}

.focus\:border-rosebrown-700\/5:focus{
  border-color: rgb(147 94 118 / 0.05) !important;
}

.focus\:border-rosebrown-700\/50:focus{
  border-color: rgb(147 94 118 / 0.5) !important;
}

.focus\:border-rosebrown-700\/55:focus{
  border-color: rgb(147 94 118 / 0.55) !important;
}

.focus\:border-rosebrown-700\/60:focus{
  border-color: rgb(147 94 118 / 0.6) !important;
}

.focus\:border-rosebrown-700\/65:focus{
  border-color: rgb(147 94 118 / 0.65) !important;
}

.focus\:border-rosebrown-700\/70:focus{
  border-color: rgb(147 94 118 / 0.7) !important;
}

.focus\:border-rosebrown-700\/75:focus{
  border-color: rgb(147 94 118 / 0.75) !important;
}

.focus\:border-rosebrown-700\/80:focus{
  border-color: rgb(147 94 118 / 0.8) !important;
}

.focus\:border-rosebrown-700\/85:focus{
  border-color: rgb(147 94 118 / 0.85) !important;
}

.focus\:border-rosebrown-700\/90:focus{
  border-color: rgb(147 94 118 / 0.9) !important;
}

.focus\:border-rosebrown-700\/95:focus{
  border-color: rgb(147 94 118 / 0.95) !important;
}

.focus\:border-rosebrown-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 84 108 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-800\/0:focus{
  border-color: rgb(138 84 108 / 0) !important;
}

.focus\:border-rosebrown-800\/10:focus{
  border-color: rgb(138 84 108 / 0.1) !important;
}

.focus\:border-rosebrown-800\/100:focus{
  border-color: rgb(138 84 108 / 1) !important;
}

.focus\:border-rosebrown-800\/15:focus{
  border-color: rgb(138 84 108 / 0.15) !important;
}

.focus\:border-rosebrown-800\/20:focus{
  border-color: rgb(138 84 108 / 0.2) !important;
}

.focus\:border-rosebrown-800\/25:focus{
  border-color: rgb(138 84 108 / 0.25) !important;
}

.focus\:border-rosebrown-800\/30:focus{
  border-color: rgb(138 84 108 / 0.3) !important;
}

.focus\:border-rosebrown-800\/35:focus{
  border-color: rgb(138 84 108 / 0.35) !important;
}

.focus\:border-rosebrown-800\/40:focus{
  border-color: rgb(138 84 108 / 0.4) !important;
}

.focus\:border-rosebrown-800\/45:focus{
  border-color: rgb(138 84 108 / 0.45) !important;
}

.focus\:border-rosebrown-800\/5:focus{
  border-color: rgb(138 84 108 / 0.05) !important;
}

.focus\:border-rosebrown-800\/50:focus{
  border-color: rgb(138 84 108 / 0.5) !important;
}

.focus\:border-rosebrown-800\/55:focus{
  border-color: rgb(138 84 108 / 0.55) !important;
}

.focus\:border-rosebrown-800\/60:focus{
  border-color: rgb(138 84 108 / 0.6) !important;
}

.focus\:border-rosebrown-800\/65:focus{
  border-color: rgb(138 84 108 / 0.65) !important;
}

.focus\:border-rosebrown-800\/70:focus{
  border-color: rgb(138 84 108 / 0.7) !important;
}

.focus\:border-rosebrown-800\/75:focus{
  border-color: rgb(138 84 108 / 0.75) !important;
}

.focus\:border-rosebrown-800\/80:focus{
  border-color: rgb(138 84 108 / 0.8) !important;
}

.focus\:border-rosebrown-800\/85:focus{
  border-color: rgb(138 84 108 / 0.85) !important;
}

.focus\:border-rosebrown-800\/90:focus{
  border-color: rgb(138 84 108 / 0.9) !important;
}

.focus\:border-rosebrown-800\/95:focus{
  border-color: rgb(138 84 108 / 0.95) !important;
}

.focus\:border-rosebrown-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(121 66 89 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-rosebrown-900\/0:focus{
  border-color: rgb(121 66 89 / 0) !important;
}

.focus\:border-rosebrown-900\/10:focus{
  border-color: rgb(121 66 89 / 0.1) !important;
}

.focus\:border-rosebrown-900\/100:focus{
  border-color: rgb(121 66 89 / 1) !important;
}

.focus\:border-rosebrown-900\/15:focus{
  border-color: rgb(121 66 89 / 0.15) !important;
}

.focus\:border-rosebrown-900\/20:focus{
  border-color: rgb(121 66 89 / 0.2) !important;
}

.focus\:border-rosebrown-900\/25:focus{
  border-color: rgb(121 66 89 / 0.25) !important;
}

.focus\:border-rosebrown-900\/30:focus{
  border-color: rgb(121 66 89 / 0.3) !important;
}

.focus\:border-rosebrown-900\/35:focus{
  border-color: rgb(121 66 89 / 0.35) !important;
}

.focus\:border-rosebrown-900\/40:focus{
  border-color: rgb(121 66 89 / 0.4) !important;
}

.focus\:border-rosebrown-900\/45:focus{
  border-color: rgb(121 66 89 / 0.45) !important;
}

.focus\:border-rosebrown-900\/5:focus{
  border-color: rgb(121 66 89 / 0.05) !important;
}

.focus\:border-rosebrown-900\/50:focus{
  border-color: rgb(121 66 89 / 0.5) !important;
}

.focus\:border-rosebrown-900\/55:focus{
  border-color: rgb(121 66 89 / 0.55) !important;
}

.focus\:border-rosebrown-900\/60:focus{
  border-color: rgb(121 66 89 / 0.6) !important;
}

.focus\:border-rosebrown-900\/65:focus{
  border-color: rgb(121 66 89 / 0.65) !important;
}

.focus\:border-rosebrown-900\/70:focus{
  border-color: rgb(121 66 89 / 0.7) !important;
}

.focus\:border-rosebrown-900\/75:focus{
  border-color: rgb(121 66 89 / 0.75) !important;
}

.focus\:border-rosebrown-900\/80:focus{
  border-color: rgb(121 66 89 / 0.8) !important;
}

.focus\:border-rosebrown-900\/85:focus{
  border-color: rgb(121 66 89 / 0.85) !important;
}

.focus\:border-rosebrown-900\/90:focus{
  border-color: rgb(121 66 89 / 0.9) !important;
}

.focus\:border-rosebrown-900\/95:focus{
  border-color: rgb(121 66 89 / 0.95) !important;
}

.focus\:border-yellow-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 236 201 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-100\/0:focus{
  border-color: rgb(252 236 201 / 0) !important;
}

.focus\:border-yellow-100\/10:focus{
  border-color: rgb(252 236 201 / 0.1) !important;
}

.focus\:border-yellow-100\/100:focus{
  border-color: rgb(252 236 201 / 1) !important;
}

.focus\:border-yellow-100\/15:focus{
  border-color: rgb(252 236 201 / 0.15) !important;
}

.focus\:border-yellow-100\/20:focus{
  border-color: rgb(252 236 201 / 0.2) !important;
}

.focus\:border-yellow-100\/25:focus{
  border-color: rgb(252 236 201 / 0.25) !important;
}

.focus\:border-yellow-100\/30:focus{
  border-color: rgb(252 236 201 / 0.3) !important;
}

.focus\:border-yellow-100\/35:focus{
  border-color: rgb(252 236 201 / 0.35) !important;
}

.focus\:border-yellow-100\/40:focus{
  border-color: rgb(252 236 201 / 0.4) !important;
}

.focus\:border-yellow-100\/45:focus{
  border-color: rgb(252 236 201 / 0.45) !important;
}

.focus\:border-yellow-100\/5:focus{
  border-color: rgb(252 236 201 / 0.05) !important;
}

.focus\:border-yellow-100\/50:focus{
  border-color: rgb(252 236 201 / 0.5) !important;
}

.focus\:border-yellow-100\/55:focus{
  border-color: rgb(252 236 201 / 0.55) !important;
}

.focus\:border-yellow-100\/60:focus{
  border-color: rgb(252 236 201 / 0.6) !important;
}

.focus\:border-yellow-100\/65:focus{
  border-color: rgb(252 236 201 / 0.65) !important;
}

.focus\:border-yellow-100\/70:focus{
  border-color: rgb(252 236 201 / 0.7) !important;
}

.focus\:border-yellow-100\/75:focus{
  border-color: rgb(252 236 201 / 0.75) !important;
}

.focus\:border-yellow-100\/80:focus{
  border-color: rgb(252 236 201 / 0.8) !important;
}

.focus\:border-yellow-100\/85:focus{
  border-color: rgb(252 236 201 / 0.85) !important;
}

.focus\:border-yellow-100\/90:focus{
  border-color: rgb(252 236 201 / 0.9) !important;
}

.focus\:border-yellow-100\/95:focus{
  border-color: rgb(252 236 201 / 0.95) !important;
}

.focus\:border-yellow-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 214 142 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-200\/0:focus{
  border-color: rgb(249 214 142 / 0) !important;
}

.focus\:border-yellow-200\/10:focus{
  border-color: rgb(249 214 142 / 0.1) !important;
}

.focus\:border-yellow-200\/100:focus{
  border-color: rgb(249 214 142 / 1) !important;
}

.focus\:border-yellow-200\/15:focus{
  border-color: rgb(249 214 142 / 0.15) !important;
}

.focus\:border-yellow-200\/20:focus{
  border-color: rgb(249 214 142 / 0.2) !important;
}

.focus\:border-yellow-200\/25:focus{
  border-color: rgb(249 214 142 / 0.25) !important;
}

.focus\:border-yellow-200\/30:focus{
  border-color: rgb(249 214 142 / 0.3) !important;
}

.focus\:border-yellow-200\/35:focus{
  border-color: rgb(249 214 142 / 0.35) !important;
}

.focus\:border-yellow-200\/40:focus{
  border-color: rgb(249 214 142 / 0.4) !important;
}

.focus\:border-yellow-200\/45:focus{
  border-color: rgb(249 214 142 / 0.45) !important;
}

.focus\:border-yellow-200\/5:focus{
  border-color: rgb(249 214 142 / 0.05) !important;
}

.focus\:border-yellow-200\/50:focus{
  border-color: rgb(249 214 142 / 0.5) !important;
}

.focus\:border-yellow-200\/55:focus{
  border-color: rgb(249 214 142 / 0.55) !important;
}

.focus\:border-yellow-200\/60:focus{
  border-color: rgb(249 214 142 / 0.6) !important;
}

.focus\:border-yellow-200\/65:focus{
  border-color: rgb(249 214 142 / 0.65) !important;
}

.focus\:border-yellow-200\/70:focus{
  border-color: rgb(249 214 142 / 0.7) !important;
}

.focus\:border-yellow-200\/75:focus{
  border-color: rgb(249 214 142 / 0.75) !important;
}

.focus\:border-yellow-200\/80:focus{
  border-color: rgb(249 214 142 / 0.8) !important;
}

.focus\:border-yellow-200\/85:focus{
  border-color: rgb(249 214 142 / 0.85) !important;
}

.focus\:border-yellow-200\/90:focus{
  border-color: rgb(249 214 142 / 0.9) !important;
}

.focus\:border-yellow-200\/95:focus{
  border-color: rgb(249 214 142 / 0.95) !important;
}

.focus\:border-yellow-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-300\/0:focus{
  border-color: rgb(245 181 68 / 0) !important;
}

.focus\:border-yellow-300\/10:focus{
  border-color: rgb(245 181 68 / 0.1) !important;
}

.focus\:border-yellow-300\/100:focus{
  border-color: rgb(245 181 68 / 1) !important;
}

.focus\:border-yellow-300\/15:focus{
  border-color: rgb(245 181 68 / 0.15) !important;
}

.focus\:border-yellow-300\/20:focus{
  border-color: rgb(245 181 68 / 0.2) !important;
}

.focus\:border-yellow-300\/25:focus{
  border-color: rgb(245 181 68 / 0.25) !important;
}

.focus\:border-yellow-300\/30:focus{
  border-color: rgb(245 181 68 / 0.3) !important;
}

.focus\:border-yellow-300\/35:focus{
  border-color: rgb(245 181 68 / 0.35) !important;
}

.focus\:border-yellow-300\/40:focus{
  border-color: rgb(245 181 68 / 0.4) !important;
}

.focus\:border-yellow-300\/45:focus{
  border-color: rgb(245 181 68 / 0.45) !important;
}

.focus\:border-yellow-300\/5:focus{
  border-color: rgb(245 181 68 / 0.05) !important;
}

.focus\:border-yellow-300\/50:focus{
  border-color: rgb(245 181 68 / 0.5) !important;
}

.focus\:border-yellow-300\/55:focus{
  border-color: rgb(245 181 68 / 0.55) !important;
}

.focus\:border-yellow-300\/60:focus{
  border-color: rgb(245 181 68 / 0.6) !important;
}

.focus\:border-yellow-300\/65:focus{
  border-color: rgb(245 181 68 / 0.65) !important;
}

.focus\:border-yellow-300\/70:focus{
  border-color: rgb(245 181 68 / 0.7) !important;
}

.focus\:border-yellow-300\/75:focus{
  border-color: rgb(245 181 68 / 0.75) !important;
}

.focus\:border-yellow-300\/80:focus{
  border-color: rgb(245 181 68 / 0.8) !important;
}

.focus\:border-yellow-300\/85:focus{
  border-color: rgb(245 181 68 / 0.85) !important;
}

.focus\:border-yellow-300\/90:focus{
  border-color: rgb(245 181 68 / 0.9) !important;
}

.focus\:border-yellow-300\/95:focus{
  border-color: rgb(245 181 68 / 0.95) !important;
}

.focus\:border-yellow-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 163 44 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-400\/0:focus{
  border-color: rgb(243 163 44 / 0) !important;
}

.focus\:border-yellow-400\/10:focus{
  border-color: rgb(243 163 44 / 0.1) !important;
}

.focus\:border-yellow-400\/100:focus{
  border-color: rgb(243 163 44 / 1) !important;
}

.focus\:border-yellow-400\/15:focus{
  border-color: rgb(243 163 44 / 0.15) !important;
}

.focus\:border-yellow-400\/20:focus{
  border-color: rgb(243 163 44 / 0.2) !important;
}

.focus\:border-yellow-400\/25:focus{
  border-color: rgb(243 163 44 / 0.25) !important;
}

.focus\:border-yellow-400\/30:focus{
  border-color: rgb(243 163 44 / 0.3) !important;
}

.focus\:border-yellow-400\/35:focus{
  border-color: rgb(243 163 44 / 0.35) !important;
}

.focus\:border-yellow-400\/40:focus{
  border-color: rgb(243 163 44 / 0.4) !important;
}

.focus\:border-yellow-400\/45:focus{
  border-color: rgb(243 163 44 / 0.45) !important;
}

.focus\:border-yellow-400\/5:focus{
  border-color: rgb(243 163 44 / 0.05) !important;
}

.focus\:border-yellow-400\/50:focus{
  border-color: rgb(243 163 44 / 0.5) !important;
}

.focus\:border-yellow-400\/55:focus{
  border-color: rgb(243 163 44 / 0.55) !important;
}

.focus\:border-yellow-400\/60:focus{
  border-color: rgb(243 163 44 / 0.6) !important;
}

.focus\:border-yellow-400\/65:focus{
  border-color: rgb(243 163 44 / 0.65) !important;
}

.focus\:border-yellow-400\/70:focus{
  border-color: rgb(243 163 44 / 0.7) !important;
}

.focus\:border-yellow-400\/75:focus{
  border-color: rgb(243 163 44 / 0.75) !important;
}

.focus\:border-yellow-400\/80:focus{
  border-color: rgb(243 163 44 / 0.8) !important;
}

.focus\:border-yellow-400\/85:focus{
  border-color: rgb(243 163 44 / 0.85) !important;
}

.focus\:border-yellow-400\/90:focus{
  border-color: rgb(243 163 44 / 0.9) !important;
}

.focus\:border-yellow-400\/95:focus{
  border-color: rgb(243 163 44 / 0.95) !important;
}

.focus\:border-yellow-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 236 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-50\/0:focus{
  border-color: rgb(254 249 236 / 0) !important;
}

.focus\:border-yellow-50\/10:focus{
  border-color: rgb(254 249 236 / 0.1) !important;
}

.focus\:border-yellow-50\/100:focus{
  border-color: rgb(254 249 236 / 1) !important;
}

.focus\:border-yellow-50\/15:focus{
  border-color: rgb(254 249 236 / 0.15) !important;
}

.focus\:border-yellow-50\/20:focus{
  border-color: rgb(254 249 236 / 0.2) !important;
}

.focus\:border-yellow-50\/25:focus{
  border-color: rgb(254 249 236 / 0.25) !important;
}

.focus\:border-yellow-50\/30:focus{
  border-color: rgb(254 249 236 / 0.3) !important;
}

.focus\:border-yellow-50\/35:focus{
  border-color: rgb(254 249 236 / 0.35) !important;
}

.focus\:border-yellow-50\/40:focus{
  border-color: rgb(254 249 236 / 0.4) !important;
}

.focus\:border-yellow-50\/45:focus{
  border-color: rgb(254 249 236 / 0.45) !important;
}

.focus\:border-yellow-50\/5:focus{
  border-color: rgb(254 249 236 / 0.05) !important;
}

.focus\:border-yellow-50\/50:focus{
  border-color: rgb(254 249 236 / 0.5) !important;
}

.focus\:border-yellow-50\/55:focus{
  border-color: rgb(254 249 236 / 0.55) !important;
}

.focus\:border-yellow-50\/60:focus{
  border-color: rgb(254 249 236 / 0.6) !important;
}

.focus\:border-yellow-50\/65:focus{
  border-color: rgb(254 249 236 / 0.65) !important;
}

.focus\:border-yellow-50\/70:focus{
  border-color: rgb(254 249 236 / 0.7) !important;
}

.focus\:border-yellow-50\/75:focus{
  border-color: rgb(254 249 236 / 0.75) !important;
}

.focus\:border-yellow-50\/80:focus{
  border-color: rgb(254 249 236 / 0.8) !important;
}

.focus\:border-yellow-50\/85:focus{
  border-color: rgb(254 249 236 / 0.85) !important;
}

.focus\:border-yellow-50\/90:focus{
  border-color: rgb(254 249 236 / 0.9) !important;
}

.focus\:border-yellow-50\/95:focus{
  border-color: rgb(254 249 236 / 0.95) !important;
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 181 68 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-500\/0:focus{
  border-color: rgb(245 181 68 / 0) !important;
}

.focus\:border-yellow-500\/10:focus{
  border-color: rgb(245 181 68 / 0.1) !important;
}

.focus\:border-yellow-500\/100:focus{
  border-color: rgb(245 181 68 / 1) !important;
}

.focus\:border-yellow-500\/15:focus{
  border-color: rgb(245 181 68 / 0.15) !important;
}

.focus\:border-yellow-500\/20:focus{
  border-color: rgb(245 181 68 / 0.2) !important;
}

.focus\:border-yellow-500\/25:focus{
  border-color: rgb(245 181 68 / 0.25) !important;
}

.focus\:border-yellow-500\/30:focus{
  border-color: rgb(245 181 68 / 0.3) !important;
}

.focus\:border-yellow-500\/35:focus{
  border-color: rgb(245 181 68 / 0.35) !important;
}

.focus\:border-yellow-500\/40:focus{
  border-color: rgb(245 181 68 / 0.4) !important;
}

.focus\:border-yellow-500\/45:focus{
  border-color: rgb(245 181 68 / 0.45) !important;
}

.focus\:border-yellow-500\/5:focus{
  border-color: rgb(245 181 68 / 0.05) !important;
}

.focus\:border-yellow-500\/50:focus{
  border-color: rgb(245 181 68 / 0.5) !important;
}

.focus\:border-yellow-500\/55:focus{
  border-color: rgb(245 181 68 / 0.55) !important;
}

.focus\:border-yellow-500\/60:focus{
  border-color: rgb(245 181 68 / 0.6) !important;
}

.focus\:border-yellow-500\/65:focus{
  border-color: rgb(245 181 68 / 0.65) !important;
}

.focus\:border-yellow-500\/70:focus{
  border-color: rgb(245 181 68 / 0.7) !important;
}

.focus\:border-yellow-500\/75:focus{
  border-color: rgb(245 181 68 / 0.75) !important;
}

.focus\:border-yellow-500\/80:focus{
  border-color: rgb(245 181 68 / 0.8) !important;
}

.focus\:border-yellow-500\/85:focus{
  border-color: rgb(245 181 68 / 0.85) !important;
}

.focus\:border-yellow-500\/90:focus{
  border-color: rgb(245 181 68 / 0.9) !important;
}

.focus\:border-yellow-500\/95:focus{
  border-color: rgb(245 181 68 / 0.95) !important;
}

.focus\:border-yellow-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 93 13 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-600\/0:focus{
  border-color: rgb(210 93 13 / 0) !important;
}

.focus\:border-yellow-600\/10:focus{
  border-color: rgb(210 93 13 / 0.1) !important;
}

.focus\:border-yellow-600\/100:focus{
  border-color: rgb(210 93 13 / 1) !important;
}

.focus\:border-yellow-600\/15:focus{
  border-color: rgb(210 93 13 / 0.15) !important;
}

.focus\:border-yellow-600\/20:focus{
  border-color: rgb(210 93 13 / 0.2) !important;
}

.focus\:border-yellow-600\/25:focus{
  border-color: rgb(210 93 13 / 0.25) !important;
}

.focus\:border-yellow-600\/30:focus{
  border-color: rgb(210 93 13 / 0.3) !important;
}

.focus\:border-yellow-600\/35:focus{
  border-color: rgb(210 93 13 / 0.35) !important;
}

.focus\:border-yellow-600\/40:focus{
  border-color: rgb(210 93 13 / 0.4) !important;
}

.focus\:border-yellow-600\/45:focus{
  border-color: rgb(210 93 13 / 0.45) !important;
}

.focus\:border-yellow-600\/5:focus{
  border-color: rgb(210 93 13 / 0.05) !important;
}

.focus\:border-yellow-600\/50:focus{
  border-color: rgb(210 93 13 / 0.5) !important;
}

.focus\:border-yellow-600\/55:focus{
  border-color: rgb(210 93 13 / 0.55) !important;
}

.focus\:border-yellow-600\/60:focus{
  border-color: rgb(210 93 13 / 0.6) !important;
}

.focus\:border-yellow-600\/65:focus{
  border-color: rgb(210 93 13 / 0.65) !important;
}

.focus\:border-yellow-600\/70:focus{
  border-color: rgb(210 93 13 / 0.7) !important;
}

.focus\:border-yellow-600\/75:focus{
  border-color: rgb(210 93 13 / 0.75) !important;
}

.focus\:border-yellow-600\/80:focus{
  border-color: rgb(210 93 13 / 0.8) !important;
}

.focus\:border-yellow-600\/85:focus{
  border-color: rgb(210 93 13 / 0.85) !important;
}

.focus\:border-yellow-600\/90:focus{
  border-color: rgb(210 93 13 / 0.9) !important;
}

.focus\:border-yellow-600\/95:focus{
  border-color: rgb(210 93 13 / 0.95) !important;
}

.focus\:border-yellow-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(174 64 15 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-700\/0:focus{
  border-color: rgb(174 64 15 / 0) !important;
}

.focus\:border-yellow-700\/10:focus{
  border-color: rgb(174 64 15 / 0.1) !important;
}

.focus\:border-yellow-700\/100:focus{
  border-color: rgb(174 64 15 / 1) !important;
}

.focus\:border-yellow-700\/15:focus{
  border-color: rgb(174 64 15 / 0.15) !important;
}

.focus\:border-yellow-700\/20:focus{
  border-color: rgb(174 64 15 / 0.2) !important;
}

.focus\:border-yellow-700\/25:focus{
  border-color: rgb(174 64 15 / 0.25) !important;
}

.focus\:border-yellow-700\/30:focus{
  border-color: rgb(174 64 15 / 0.3) !important;
}

.focus\:border-yellow-700\/35:focus{
  border-color: rgb(174 64 15 / 0.35) !important;
}

.focus\:border-yellow-700\/40:focus{
  border-color: rgb(174 64 15 / 0.4) !important;
}

.focus\:border-yellow-700\/45:focus{
  border-color: rgb(174 64 15 / 0.45) !important;
}

.focus\:border-yellow-700\/5:focus{
  border-color: rgb(174 64 15 / 0.05) !important;
}

.focus\:border-yellow-700\/50:focus{
  border-color: rgb(174 64 15 / 0.5) !important;
}

.focus\:border-yellow-700\/55:focus{
  border-color: rgb(174 64 15 / 0.55) !important;
}

.focus\:border-yellow-700\/60:focus{
  border-color: rgb(174 64 15 / 0.6) !important;
}

.focus\:border-yellow-700\/65:focus{
  border-color: rgb(174 64 15 / 0.65) !important;
}

.focus\:border-yellow-700\/70:focus{
  border-color: rgb(174 64 15 / 0.7) !important;
}

.focus\:border-yellow-700\/75:focus{
  border-color: rgb(174 64 15 / 0.75) !important;
}

.focus\:border-yellow-700\/80:focus{
  border-color: rgb(174 64 15 / 0.8) !important;
}

.focus\:border-yellow-700\/85:focus{
  border-color: rgb(174 64 15 / 0.85) !important;
}

.focus\:border-yellow-700\/90:focus{
  border-color: rgb(174 64 15 / 0.9) !important;
}

.focus\:border-yellow-700\/95:focus{
  border-color: rgb(174 64 15 / 0.95) !important;
}

.focus\:border-yellow-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 49 19 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-800\/0:focus{
  border-color: rgb(141 49 19 / 0) !important;
}

.focus\:border-yellow-800\/10:focus{
  border-color: rgb(141 49 19 / 0.1) !important;
}

.focus\:border-yellow-800\/100:focus{
  border-color: rgb(141 49 19 / 1) !important;
}

.focus\:border-yellow-800\/15:focus{
  border-color: rgb(141 49 19 / 0.15) !important;
}

.focus\:border-yellow-800\/20:focus{
  border-color: rgb(141 49 19 / 0.2) !important;
}

.focus\:border-yellow-800\/25:focus{
  border-color: rgb(141 49 19 / 0.25) !important;
}

.focus\:border-yellow-800\/30:focus{
  border-color: rgb(141 49 19 / 0.3) !important;
}

.focus\:border-yellow-800\/35:focus{
  border-color: rgb(141 49 19 / 0.35) !important;
}

.focus\:border-yellow-800\/40:focus{
  border-color: rgb(141 49 19 / 0.4) !important;
}

.focus\:border-yellow-800\/45:focus{
  border-color: rgb(141 49 19 / 0.45) !important;
}

.focus\:border-yellow-800\/5:focus{
  border-color: rgb(141 49 19 / 0.05) !important;
}

.focus\:border-yellow-800\/50:focus{
  border-color: rgb(141 49 19 / 0.5) !important;
}

.focus\:border-yellow-800\/55:focus{
  border-color: rgb(141 49 19 / 0.55) !important;
}

.focus\:border-yellow-800\/60:focus{
  border-color: rgb(141 49 19 / 0.6) !important;
}

.focus\:border-yellow-800\/65:focus{
  border-color: rgb(141 49 19 / 0.65) !important;
}

.focus\:border-yellow-800\/70:focus{
  border-color: rgb(141 49 19 / 0.7) !important;
}

.focus\:border-yellow-800\/75:focus{
  border-color: rgb(141 49 19 / 0.75) !important;
}

.focus\:border-yellow-800\/80:focus{
  border-color: rgb(141 49 19 / 0.8) !important;
}

.focus\:border-yellow-800\/85:focus{
  border-color: rgb(141 49 19 / 0.85) !important;
}

.focus\:border-yellow-800\/90:focus{
  border-color: rgb(141 49 19 / 0.9) !important;
}

.focus\:border-yellow-800\/95:focus{
  border-color: rgb(141 49 19 / 0.95) !important;
}

.focus\:border-yellow-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 42 19 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-yellow-900\/0:focus{
  border-color: rgb(116 42 19 / 0) !important;
}

.focus\:border-yellow-900\/10:focus{
  border-color: rgb(116 42 19 / 0.1) !important;
}

.focus\:border-yellow-900\/100:focus{
  border-color: rgb(116 42 19 / 1) !important;
}

.focus\:border-yellow-900\/15:focus{
  border-color: rgb(116 42 19 / 0.15) !important;
}

.focus\:border-yellow-900\/20:focus{
  border-color: rgb(116 42 19 / 0.2) !important;
}

.focus\:border-yellow-900\/25:focus{
  border-color: rgb(116 42 19 / 0.25) !important;
}

.focus\:border-yellow-900\/30:focus{
  border-color: rgb(116 42 19 / 0.3) !important;
}

.focus\:border-yellow-900\/35:focus{
  border-color: rgb(116 42 19 / 0.35) !important;
}

.focus\:border-yellow-900\/40:focus{
  border-color: rgb(116 42 19 / 0.4) !important;
}

.focus\:border-yellow-900\/45:focus{
  border-color: rgb(116 42 19 / 0.45) !important;
}

.focus\:border-yellow-900\/5:focus{
  border-color: rgb(116 42 19 / 0.05) !important;
}

.focus\:border-yellow-900\/50:focus{
  border-color: rgb(116 42 19 / 0.5) !important;
}

.focus\:border-yellow-900\/55:focus{
  border-color: rgb(116 42 19 / 0.55) !important;
}

.focus\:border-yellow-900\/60:focus{
  border-color: rgb(116 42 19 / 0.6) !important;
}

.focus\:border-yellow-900\/65:focus{
  border-color: rgb(116 42 19 / 0.65) !important;
}

.focus\:border-yellow-900\/70:focus{
  border-color: rgb(116 42 19 / 0.7) !important;
}

.focus\:border-yellow-900\/75:focus{
  border-color: rgb(116 42 19 / 0.75) !important;
}

.focus\:border-yellow-900\/80:focus{
  border-color: rgb(116 42 19 / 0.8) !important;
}

.focus\:border-yellow-900\/85:focus{
  border-color: rgb(116 42 19 / 0.85) !important;
}

.focus\:border-yellow-900\/90:focus{
  border-color: rgb(116 42 19 / 0.9) !important;
}

.focus\:border-yellow-900\/95:focus{
  border-color: rgb(116 42 19 / 0.95) !important;
}

.focus\:bg-black-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 188 193 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-100\/0:focus{
  background-color: rgb(186 188 193 / 0) !important;
}

.focus\:bg-black-100\/10:focus{
  background-color: rgb(186 188 193 / 0.1) !important;
}

.focus\:bg-black-100\/100:focus{
  background-color: rgb(186 188 193 / 1) !important;
}

.focus\:bg-black-100\/15:focus{
  background-color: rgb(186 188 193 / 0.15) !important;
}

.focus\:bg-black-100\/20:focus{
  background-color: rgb(186 188 193 / 0.2) !important;
}

.focus\:bg-black-100\/25:focus{
  background-color: rgb(186 188 193 / 0.25) !important;
}

.focus\:bg-black-100\/30:focus{
  background-color: rgb(186 188 193 / 0.3) !important;
}

.focus\:bg-black-100\/35:focus{
  background-color: rgb(186 188 193 / 0.35) !important;
}

.focus\:bg-black-100\/40:focus{
  background-color: rgb(186 188 193 / 0.4) !important;
}

.focus\:bg-black-100\/45:focus{
  background-color: rgb(186 188 193 / 0.45) !important;
}

.focus\:bg-black-100\/5:focus{
  background-color: rgb(186 188 193 / 0.05) !important;
}

.focus\:bg-black-100\/50:focus{
  background-color: rgb(186 188 193 / 0.5) !important;
}

.focus\:bg-black-100\/55:focus{
  background-color: rgb(186 188 193 / 0.55) !important;
}

.focus\:bg-black-100\/60:focus{
  background-color: rgb(186 188 193 / 0.6) !important;
}

.focus\:bg-black-100\/65:focus{
  background-color: rgb(186 188 193 / 0.65) !important;
}

.focus\:bg-black-100\/70:focus{
  background-color: rgb(186 188 193 / 0.7) !important;
}

.focus\:bg-black-100\/75:focus{
  background-color: rgb(186 188 193 / 0.75) !important;
}

.focus\:bg-black-100\/80:focus{
  background-color: rgb(186 188 193 / 0.8) !important;
}

.focus\:bg-black-100\/85:focus{
  background-color: rgb(186 188 193 / 0.85) !important;
}

.focus\:bg-black-100\/90:focus{
  background-color: rgb(186 188 193 / 0.9) !important;
}

.focus\:bg-black-100\/95:focus{
  background-color: rgb(186 188 193 / 0.95) !important;
}

.focus\:bg-black-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 143 152 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-200\/0:focus{
  background-color: rgb(140 143 152 / 0) !important;
}

.focus\:bg-black-200\/10:focus{
  background-color: rgb(140 143 152 / 0.1) !important;
}

.focus\:bg-black-200\/100:focus{
  background-color: rgb(140 143 152 / 1) !important;
}

.focus\:bg-black-200\/15:focus{
  background-color: rgb(140 143 152 / 0.15) !important;
}

.focus\:bg-black-200\/20:focus{
  background-color: rgb(140 143 152 / 0.2) !important;
}

.focus\:bg-black-200\/25:focus{
  background-color: rgb(140 143 152 / 0.25) !important;
}

.focus\:bg-black-200\/30:focus{
  background-color: rgb(140 143 152 / 0.3) !important;
}

.focus\:bg-black-200\/35:focus{
  background-color: rgb(140 143 152 / 0.35) !important;
}

.focus\:bg-black-200\/40:focus{
  background-color: rgb(140 143 152 / 0.4) !important;
}

.focus\:bg-black-200\/45:focus{
  background-color: rgb(140 143 152 / 0.45) !important;
}

.focus\:bg-black-200\/5:focus{
  background-color: rgb(140 143 152 / 0.05) !important;
}

.focus\:bg-black-200\/50:focus{
  background-color: rgb(140 143 152 / 0.5) !important;
}

.focus\:bg-black-200\/55:focus{
  background-color: rgb(140 143 152 / 0.55) !important;
}

.focus\:bg-black-200\/60:focus{
  background-color: rgb(140 143 152 / 0.6) !important;
}

.focus\:bg-black-200\/65:focus{
  background-color: rgb(140 143 152 / 0.65) !important;
}

.focus\:bg-black-200\/70:focus{
  background-color: rgb(140 143 152 / 0.7) !important;
}

.focus\:bg-black-200\/75:focus{
  background-color: rgb(140 143 152 / 0.75) !important;
}

.focus\:bg-black-200\/80:focus{
  background-color: rgb(140 143 152 / 0.8) !important;
}

.focus\:bg-black-200\/85:focus{
  background-color: rgb(140 143 152 / 0.85) !important;
}

.focus\:bg-black-200\/90:focus{
  background-color: rgb(140 143 152 / 0.9) !important;
}

.focus\:bg-black-200\/95:focus{
  background-color: rgb(140 143 152 / 0.95) !important;
}

.focus\:bg-black-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 98 111 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-300\/0:focus{
  background-color: rgb(94 98 111 / 0) !important;
}

.focus\:bg-black-300\/10:focus{
  background-color: rgb(94 98 111 / 0.1) !important;
}

.focus\:bg-black-300\/100:focus{
  background-color: rgb(94 98 111 / 1) !important;
}

.focus\:bg-black-300\/15:focus{
  background-color: rgb(94 98 111 / 0.15) !important;
}

.focus\:bg-black-300\/20:focus{
  background-color: rgb(94 98 111 / 0.2) !important;
}

.focus\:bg-black-300\/25:focus{
  background-color: rgb(94 98 111 / 0.25) !important;
}

.focus\:bg-black-300\/30:focus{
  background-color: rgb(94 98 111 / 0.3) !important;
}

.focus\:bg-black-300\/35:focus{
  background-color: rgb(94 98 111 / 0.35) !important;
}

.focus\:bg-black-300\/40:focus{
  background-color: rgb(94 98 111 / 0.4) !important;
}

.focus\:bg-black-300\/45:focus{
  background-color: rgb(94 98 111 / 0.45) !important;
}

.focus\:bg-black-300\/5:focus{
  background-color: rgb(94 98 111 / 0.05) !important;
}

.focus\:bg-black-300\/50:focus{
  background-color: rgb(94 98 111 / 0.5) !important;
}

.focus\:bg-black-300\/55:focus{
  background-color: rgb(94 98 111 / 0.55) !important;
}

.focus\:bg-black-300\/60:focus{
  background-color: rgb(94 98 111 / 0.6) !important;
}

.focus\:bg-black-300\/65:focus{
  background-color: rgb(94 98 111 / 0.65) !important;
}

.focus\:bg-black-300\/70:focus{
  background-color: rgb(94 98 111 / 0.7) !important;
}

.focus\:bg-black-300\/75:focus{
  background-color: rgb(94 98 111 / 0.75) !important;
}

.focus\:bg-black-300\/80:focus{
  background-color: rgb(94 98 111 / 0.8) !important;
}

.focus\:bg-black-300\/85:focus{
  background-color: rgb(94 98 111 / 0.85) !important;
}

.focus\:bg-black-300\/90:focus{
  background-color: rgb(94 98 111 / 0.9) !important;
}

.focus\:bg-black-300\/95:focus{
  background-color: rgb(94 98 111 / 0.95) !important;
}

.focus\:bg-black-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 64 80 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-400\/0:focus{
  background-color: rgb(60 64 80 / 0) !important;
}

.focus\:bg-black-400\/10:focus{
  background-color: rgb(60 64 80 / 0.1) !important;
}

.focus\:bg-black-400\/100:focus{
  background-color: rgb(60 64 80 / 1) !important;
}

.focus\:bg-black-400\/15:focus{
  background-color: rgb(60 64 80 / 0.15) !important;
}

.focus\:bg-black-400\/20:focus{
  background-color: rgb(60 64 80 / 0.2) !important;
}

.focus\:bg-black-400\/25:focus{
  background-color: rgb(60 64 80 / 0.25) !important;
}

.focus\:bg-black-400\/30:focus{
  background-color: rgb(60 64 80 / 0.3) !important;
}

.focus\:bg-black-400\/35:focus{
  background-color: rgb(60 64 80 / 0.35) !important;
}

.focus\:bg-black-400\/40:focus{
  background-color: rgb(60 64 80 / 0.4) !important;
}

.focus\:bg-black-400\/45:focus{
  background-color: rgb(60 64 80 / 0.45) !important;
}

.focus\:bg-black-400\/5:focus{
  background-color: rgb(60 64 80 / 0.05) !important;
}

.focus\:bg-black-400\/50:focus{
  background-color: rgb(60 64 80 / 0.5) !important;
}

.focus\:bg-black-400\/55:focus{
  background-color: rgb(60 64 80 / 0.55) !important;
}

.focus\:bg-black-400\/60:focus{
  background-color: rgb(60 64 80 / 0.6) !important;
}

.focus\:bg-black-400\/65:focus{
  background-color: rgb(60 64 80 / 0.65) !important;
}

.focus\:bg-black-400\/70:focus{
  background-color: rgb(60 64 80 / 0.7) !important;
}

.focus\:bg-black-400\/75:focus{
  background-color: rgb(60 64 80 / 0.75) !important;
}

.focus\:bg-black-400\/80:focus{
  background-color: rgb(60 64 80 / 0.8) !important;
}

.focus\:bg-black-400\/85:focus{
  background-color: rgb(60 64 80 / 0.85) !important;
}

.focus\:bg-black-400\/90:focus{
  background-color: rgb(60 64 80 / 0.9) !important;
}

.focus\:bg-black-400\/95:focus{
  background-color: rgb(60 64 80 / 0.95) !important;
}

.focus\:bg-black-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 228 230 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-50\/0:focus{
  background-color: rgb(227 228 230 / 0) !important;
}

.focus\:bg-black-50\/10:focus{
  background-color: rgb(227 228 230 / 0.1) !important;
}

.focus\:bg-black-50\/100:focus{
  background-color: rgb(227 228 230 / 1) !important;
}

.focus\:bg-black-50\/15:focus{
  background-color: rgb(227 228 230 / 0.15) !important;
}

.focus\:bg-black-50\/20:focus{
  background-color: rgb(227 228 230 / 0.2) !important;
}

.focus\:bg-black-50\/25:focus{
  background-color: rgb(227 228 230 / 0.25) !important;
}

.focus\:bg-black-50\/30:focus{
  background-color: rgb(227 228 230 / 0.3) !important;
}

.focus\:bg-black-50\/35:focus{
  background-color: rgb(227 228 230 / 0.35) !important;
}

.focus\:bg-black-50\/40:focus{
  background-color: rgb(227 228 230 / 0.4) !important;
}

.focus\:bg-black-50\/45:focus{
  background-color: rgb(227 228 230 / 0.45) !important;
}

.focus\:bg-black-50\/5:focus{
  background-color: rgb(227 228 230 / 0.05) !important;
}

.focus\:bg-black-50\/50:focus{
  background-color: rgb(227 228 230 / 0.5) !important;
}

.focus\:bg-black-50\/55:focus{
  background-color: rgb(227 228 230 / 0.55) !important;
}

.focus\:bg-black-50\/60:focus{
  background-color: rgb(227 228 230 / 0.6) !important;
}

.focus\:bg-black-50\/65:focus{
  background-color: rgb(227 228 230 / 0.65) !important;
}

.focus\:bg-black-50\/70:focus{
  background-color: rgb(227 228 230 / 0.7) !important;
}

.focus\:bg-black-50\/75:focus{
  background-color: rgb(227 228 230 / 0.75) !important;
}

.focus\:bg-black-50\/80:focus{
  background-color: rgb(227 228 230 / 0.8) !important;
}

.focus\:bg-black-50\/85:focus{
  background-color: rgb(227 228 230 / 0.85) !important;
}

.focus\:bg-black-50\/90:focus{
  background-color: rgb(227 228 230 / 0.9) !important;
}

.focus\:bg-black-50\/95:focus{
  background-color: rgb(227 228 230 / 0.95) !important;
}

.focus\:bg-black-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 30 49 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-500\/0:focus{
  background-color: rgb(25 30 49 / 0) !important;
}

.focus\:bg-black-500\/10:focus{
  background-color: rgb(25 30 49 / 0.1) !important;
}

.focus\:bg-black-500\/100:focus{
  background-color: rgb(25 30 49 / 1) !important;
}

.focus\:bg-black-500\/15:focus{
  background-color: rgb(25 30 49 / 0.15) !important;
}

.focus\:bg-black-500\/20:focus{
  background-color: rgb(25 30 49 / 0.2) !important;
}

.focus\:bg-black-500\/25:focus{
  background-color: rgb(25 30 49 / 0.25) !important;
}

.focus\:bg-black-500\/30:focus{
  background-color: rgb(25 30 49 / 0.3) !important;
}

.focus\:bg-black-500\/35:focus{
  background-color: rgb(25 30 49 / 0.35) !important;
}

.focus\:bg-black-500\/40:focus{
  background-color: rgb(25 30 49 / 0.4) !important;
}

.focus\:bg-black-500\/45:focus{
  background-color: rgb(25 30 49 / 0.45) !important;
}

.focus\:bg-black-500\/5:focus{
  background-color: rgb(25 30 49 / 0.05) !important;
}

.focus\:bg-black-500\/50:focus{
  background-color: rgb(25 30 49 / 0.5) !important;
}

.focus\:bg-black-500\/55:focus{
  background-color: rgb(25 30 49 / 0.55) !important;
}

.focus\:bg-black-500\/60:focus{
  background-color: rgb(25 30 49 / 0.6) !important;
}

.focus\:bg-black-500\/65:focus{
  background-color: rgb(25 30 49 / 0.65) !important;
}

.focus\:bg-black-500\/70:focus{
  background-color: rgb(25 30 49 / 0.7) !important;
}

.focus\:bg-black-500\/75:focus{
  background-color: rgb(25 30 49 / 0.75) !important;
}

.focus\:bg-black-500\/80:focus{
  background-color: rgb(25 30 49 / 0.8) !important;
}

.focus\:bg-black-500\/85:focus{
  background-color: rgb(25 30 49 / 0.85) !important;
}

.focus\:bg-black-500\/90:focus{
  background-color: rgb(25 30 49 / 0.9) !important;
}

.focus\:bg-black-500\/95:focus{
  background-color: rgb(25 30 49 / 0.95) !important;
}

.focus\:bg-black-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 26 44 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-600\/0:focus{
  background-color: rgb(22 26 44 / 0) !important;
}

.focus\:bg-black-600\/10:focus{
  background-color: rgb(22 26 44 / 0.1) !important;
}

.focus\:bg-black-600\/100:focus{
  background-color: rgb(22 26 44 / 1) !important;
}

.focus\:bg-black-600\/15:focus{
  background-color: rgb(22 26 44 / 0.15) !important;
}

.focus\:bg-black-600\/20:focus{
  background-color: rgb(22 26 44 / 0.2) !important;
}

.focus\:bg-black-600\/25:focus{
  background-color: rgb(22 26 44 / 0.25) !important;
}

.focus\:bg-black-600\/30:focus{
  background-color: rgb(22 26 44 / 0.3) !important;
}

.focus\:bg-black-600\/35:focus{
  background-color: rgb(22 26 44 / 0.35) !important;
}

.focus\:bg-black-600\/40:focus{
  background-color: rgb(22 26 44 / 0.4) !important;
}

.focus\:bg-black-600\/45:focus{
  background-color: rgb(22 26 44 / 0.45) !important;
}

.focus\:bg-black-600\/5:focus{
  background-color: rgb(22 26 44 / 0.05) !important;
}

.focus\:bg-black-600\/50:focus{
  background-color: rgb(22 26 44 / 0.5) !important;
}

.focus\:bg-black-600\/55:focus{
  background-color: rgb(22 26 44 / 0.55) !important;
}

.focus\:bg-black-600\/60:focus{
  background-color: rgb(22 26 44 / 0.6) !important;
}

.focus\:bg-black-600\/65:focus{
  background-color: rgb(22 26 44 / 0.65) !important;
}

.focus\:bg-black-600\/70:focus{
  background-color: rgb(22 26 44 / 0.7) !important;
}

.focus\:bg-black-600\/75:focus{
  background-color: rgb(22 26 44 / 0.75) !important;
}

.focus\:bg-black-600\/80:focus{
  background-color: rgb(22 26 44 / 0.8) !important;
}

.focus\:bg-black-600\/85:focus{
  background-color: rgb(22 26 44 / 0.85) !important;
}

.focus\:bg-black-600\/90:focus{
  background-color: rgb(22 26 44 / 0.9) !important;
}

.focus\:bg-black-600\/95:focus{
  background-color: rgb(22 26 44 / 0.95) !important;
}

.focus\:bg-black-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 22 37 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-700\/0:focus{
  background-color: rgb(18 22 37 / 0) !important;
}

.focus\:bg-black-700\/10:focus{
  background-color: rgb(18 22 37 / 0.1) !important;
}

.focus\:bg-black-700\/100:focus{
  background-color: rgb(18 22 37 / 1) !important;
}

.focus\:bg-black-700\/15:focus{
  background-color: rgb(18 22 37 / 0.15) !important;
}

.focus\:bg-black-700\/20:focus{
  background-color: rgb(18 22 37 / 0.2) !important;
}

.focus\:bg-black-700\/25:focus{
  background-color: rgb(18 22 37 / 0.25) !important;
}

.focus\:bg-black-700\/30:focus{
  background-color: rgb(18 22 37 / 0.3) !important;
}

.focus\:bg-black-700\/35:focus{
  background-color: rgb(18 22 37 / 0.35) !important;
}

.focus\:bg-black-700\/40:focus{
  background-color: rgb(18 22 37 / 0.4) !important;
}

.focus\:bg-black-700\/45:focus{
  background-color: rgb(18 22 37 / 0.45) !important;
}

.focus\:bg-black-700\/5:focus{
  background-color: rgb(18 22 37 / 0.05) !important;
}

.focus\:bg-black-700\/50:focus{
  background-color: rgb(18 22 37 / 0.5) !important;
}

.focus\:bg-black-700\/55:focus{
  background-color: rgb(18 22 37 / 0.55) !important;
}

.focus\:bg-black-700\/60:focus{
  background-color: rgb(18 22 37 / 0.6) !important;
}

.focus\:bg-black-700\/65:focus{
  background-color: rgb(18 22 37 / 0.65) !important;
}

.focus\:bg-black-700\/70:focus{
  background-color: rgb(18 22 37 / 0.7) !important;
}

.focus\:bg-black-700\/75:focus{
  background-color: rgb(18 22 37 / 0.75) !important;
}

.focus\:bg-black-700\/80:focus{
  background-color: rgb(18 22 37 / 0.8) !important;
}

.focus\:bg-black-700\/85:focus{
  background-color: rgb(18 22 37 / 0.85) !important;
}

.focus\:bg-black-700\/90:focus{
  background-color: rgb(18 22 37 / 0.9) !important;
}

.focus\:bg-black-700\/95:focus{
  background-color: rgb(18 22 37 / 0.95) !important;
}

.focus\:bg-black-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 18 31 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-800\/0:focus{
  background-color: rgb(14 18 31 / 0) !important;
}

.focus\:bg-black-800\/10:focus{
  background-color: rgb(14 18 31 / 0.1) !important;
}

.focus\:bg-black-800\/100:focus{
  background-color: rgb(14 18 31 / 1) !important;
}

.focus\:bg-black-800\/15:focus{
  background-color: rgb(14 18 31 / 0.15) !important;
}

.focus\:bg-black-800\/20:focus{
  background-color: rgb(14 18 31 / 0.2) !important;
}

.focus\:bg-black-800\/25:focus{
  background-color: rgb(14 18 31 / 0.25) !important;
}

.focus\:bg-black-800\/30:focus{
  background-color: rgb(14 18 31 / 0.3) !important;
}

.focus\:bg-black-800\/35:focus{
  background-color: rgb(14 18 31 / 0.35) !important;
}

.focus\:bg-black-800\/40:focus{
  background-color: rgb(14 18 31 / 0.4) !important;
}

.focus\:bg-black-800\/45:focus{
  background-color: rgb(14 18 31 / 0.45) !important;
}

.focus\:bg-black-800\/5:focus{
  background-color: rgb(14 18 31 / 0.05) !important;
}

.focus\:bg-black-800\/50:focus{
  background-color: rgb(14 18 31 / 0.5) !important;
}

.focus\:bg-black-800\/55:focus{
  background-color: rgb(14 18 31 / 0.55) !important;
}

.focus\:bg-black-800\/60:focus{
  background-color: rgb(14 18 31 / 0.6) !important;
}

.focus\:bg-black-800\/65:focus{
  background-color: rgb(14 18 31 / 0.65) !important;
}

.focus\:bg-black-800\/70:focus{
  background-color: rgb(14 18 31 / 0.7) !important;
}

.focus\:bg-black-800\/75:focus{
  background-color: rgb(14 18 31 / 0.75) !important;
}

.focus\:bg-black-800\/80:focus{
  background-color: rgb(14 18 31 / 0.8) !important;
}

.focus\:bg-black-800\/85:focus{
  background-color: rgb(14 18 31 / 0.85) !important;
}

.focus\:bg-black-800\/90:focus{
  background-color: rgb(14 18 31 / 0.9) !important;
}

.focus\:bg-black-800\/95:focus{
  background-color: rgb(14 18 31 / 0.95) !important;
}

.focus\:bg-black-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 10 19 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-black-900\/0:focus{
  background-color: rgb(8 10 19 / 0) !important;
}

.focus\:bg-black-900\/10:focus{
  background-color: rgb(8 10 19 / 0.1) !important;
}

.focus\:bg-black-900\/100:focus{
  background-color: rgb(8 10 19 / 1) !important;
}

.focus\:bg-black-900\/15:focus{
  background-color: rgb(8 10 19 / 0.15) !important;
}

.focus\:bg-black-900\/20:focus{
  background-color: rgb(8 10 19 / 0.2) !important;
}

.focus\:bg-black-900\/25:focus{
  background-color: rgb(8 10 19 / 0.25) !important;
}

.focus\:bg-black-900\/30:focus{
  background-color: rgb(8 10 19 / 0.3) !important;
}

.focus\:bg-black-900\/35:focus{
  background-color: rgb(8 10 19 / 0.35) !important;
}

.focus\:bg-black-900\/40:focus{
  background-color: rgb(8 10 19 / 0.4) !important;
}

.focus\:bg-black-900\/45:focus{
  background-color: rgb(8 10 19 / 0.45) !important;
}

.focus\:bg-black-900\/5:focus{
  background-color: rgb(8 10 19 / 0.05) !important;
}

.focus\:bg-black-900\/50:focus{
  background-color: rgb(8 10 19 / 0.5) !important;
}

.focus\:bg-black-900\/55:focus{
  background-color: rgb(8 10 19 / 0.55) !important;
}

.focus\:bg-black-900\/60:focus{
  background-color: rgb(8 10 19 / 0.6) !important;
}

.focus\:bg-black-900\/65:focus{
  background-color: rgb(8 10 19 / 0.65) !important;
}

.focus\:bg-black-900\/70:focus{
  background-color: rgb(8 10 19 / 0.7) !important;
}

.focus\:bg-black-900\/75:focus{
  background-color: rgb(8 10 19 / 0.75) !important;
}

.focus\:bg-black-900\/80:focus{
  background-color: rgb(8 10 19 / 0.8) !important;
}

.focus\:bg-black-900\/85:focus{
  background-color: rgb(8 10 19 / 0.85) !important;
}

.focus\:bg-black-900\/90:focus{
  background-color: rgb(8 10 19 / 0.9) !important;
}

.focus\:bg-black-900\/95:focus{
  background-color: rgb(8 10 19 / 0.95) !important;
}

.focus\:bg-blue-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 236 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-100\/0:focus{
  background-color: rgb(217 236 255 / 0) !important;
}

.focus\:bg-blue-100\/10:focus{
  background-color: rgb(217 236 255 / 0.1) !important;
}

.focus\:bg-blue-100\/100:focus{
  background-color: rgb(217 236 255 / 1) !important;
}

.focus\:bg-blue-100\/15:focus{
  background-color: rgb(217 236 255 / 0.15) !important;
}

.focus\:bg-blue-100\/20:focus{
  background-color: rgb(217 236 255 / 0.2) !important;
}

.focus\:bg-blue-100\/25:focus{
  background-color: rgb(217 236 255 / 0.25) !important;
}

.focus\:bg-blue-100\/30:focus{
  background-color: rgb(217 236 255 / 0.3) !important;
}

.focus\:bg-blue-100\/35:focus{
  background-color: rgb(217 236 255 / 0.35) !important;
}

.focus\:bg-blue-100\/40:focus{
  background-color: rgb(217 236 255 / 0.4) !important;
}

.focus\:bg-blue-100\/45:focus{
  background-color: rgb(217 236 255 / 0.45) !important;
}

.focus\:bg-blue-100\/5:focus{
  background-color: rgb(217 236 255 / 0.05) !important;
}

.focus\:bg-blue-100\/50:focus{
  background-color: rgb(217 236 255 / 0.5) !important;
}

.focus\:bg-blue-100\/55:focus{
  background-color: rgb(217 236 255 / 0.55) !important;
}

.focus\:bg-blue-100\/60:focus{
  background-color: rgb(217 236 255 / 0.6) !important;
}

.focus\:bg-blue-100\/65:focus{
  background-color: rgb(217 236 255 / 0.65) !important;
}

.focus\:bg-blue-100\/70:focus{
  background-color: rgb(217 236 255 / 0.7) !important;
}

.focus\:bg-blue-100\/75:focus{
  background-color: rgb(217 236 255 / 0.75) !important;
}

.focus\:bg-blue-100\/80:focus{
  background-color: rgb(217 236 255 / 0.8) !important;
}

.focus\:bg-blue-100\/85:focus{
  background-color: rgb(217 236 255 / 0.85) !important;
}

.focus\:bg-blue-100\/90:focus{
  background-color: rgb(217 236 255 / 0.9) !important;
}

.focus\:bg-blue-100\/95:focus{
  background-color: rgb(217 236 255 / 0.95) !important;
}

.focus\:bg-blue-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 222 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-200\/0:focus{
  background-color: rgb(188 222 255 / 0) !important;
}

.focus\:bg-blue-200\/10:focus{
  background-color: rgb(188 222 255 / 0.1) !important;
}

.focus\:bg-blue-200\/100:focus{
  background-color: rgb(188 222 255 / 1) !important;
}

.focus\:bg-blue-200\/15:focus{
  background-color: rgb(188 222 255 / 0.15) !important;
}

.focus\:bg-blue-200\/20:focus{
  background-color: rgb(188 222 255 / 0.2) !important;
}

.focus\:bg-blue-200\/25:focus{
  background-color: rgb(188 222 255 / 0.25) !important;
}

.focus\:bg-blue-200\/30:focus{
  background-color: rgb(188 222 255 / 0.3) !important;
}

.focus\:bg-blue-200\/35:focus{
  background-color: rgb(188 222 255 / 0.35) !important;
}

.focus\:bg-blue-200\/40:focus{
  background-color: rgb(188 222 255 / 0.4) !important;
}

.focus\:bg-blue-200\/45:focus{
  background-color: rgb(188 222 255 / 0.45) !important;
}

.focus\:bg-blue-200\/5:focus{
  background-color: rgb(188 222 255 / 0.05) !important;
}

.focus\:bg-blue-200\/50:focus{
  background-color: rgb(188 222 255 / 0.5) !important;
}

.focus\:bg-blue-200\/55:focus{
  background-color: rgb(188 222 255 / 0.55) !important;
}

.focus\:bg-blue-200\/60:focus{
  background-color: rgb(188 222 255 / 0.6) !important;
}

.focus\:bg-blue-200\/65:focus{
  background-color: rgb(188 222 255 / 0.65) !important;
}

.focus\:bg-blue-200\/70:focus{
  background-color: rgb(188 222 255 / 0.7) !important;
}

.focus\:bg-blue-200\/75:focus{
  background-color: rgb(188 222 255 / 0.75) !important;
}

.focus\:bg-blue-200\/80:focus{
  background-color: rgb(188 222 255 / 0.8) !important;
}

.focus\:bg-blue-200\/85:focus{
  background-color: rgb(188 222 255 / 0.85) !important;
}

.focus\:bg-blue-200\/90:focus{
  background-color: rgb(188 222 255 / 0.9) !important;
}

.focus\:bg-blue-200\/95:focus{
  background-color: rgb(188 222 255 / 0.95) !important;
}

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 202 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-300\/0:focus{
  background-color: rgb(142 202 255 / 0) !important;
}

.focus\:bg-blue-300\/10:focus{
  background-color: rgb(142 202 255 / 0.1) !important;
}

.focus\:bg-blue-300\/100:focus{
  background-color: rgb(142 202 255 / 1) !important;
}

.focus\:bg-blue-300\/15:focus{
  background-color: rgb(142 202 255 / 0.15) !important;
}

.focus\:bg-blue-300\/20:focus{
  background-color: rgb(142 202 255 / 0.2) !important;
}

.focus\:bg-blue-300\/25:focus{
  background-color: rgb(142 202 255 / 0.25) !important;
}

.focus\:bg-blue-300\/30:focus{
  background-color: rgb(142 202 255 / 0.3) !important;
}

.focus\:bg-blue-300\/35:focus{
  background-color: rgb(142 202 255 / 0.35) !important;
}

.focus\:bg-blue-300\/40:focus{
  background-color: rgb(142 202 255 / 0.4) !important;
}

.focus\:bg-blue-300\/45:focus{
  background-color: rgb(142 202 255 / 0.45) !important;
}

.focus\:bg-blue-300\/5:focus{
  background-color: rgb(142 202 255 / 0.05) !important;
}

.focus\:bg-blue-300\/50:focus{
  background-color: rgb(142 202 255 / 0.5) !important;
}

.focus\:bg-blue-300\/55:focus{
  background-color: rgb(142 202 255 / 0.55) !important;
}

.focus\:bg-blue-300\/60:focus{
  background-color: rgb(142 202 255 / 0.6) !important;
}

.focus\:bg-blue-300\/65:focus{
  background-color: rgb(142 202 255 / 0.65) !important;
}

.focus\:bg-blue-300\/70:focus{
  background-color: rgb(142 202 255 / 0.7) !important;
}

.focus\:bg-blue-300\/75:focus{
  background-color: rgb(142 202 255 / 0.75) !important;
}

.focus\:bg-blue-300\/80:focus{
  background-color: rgb(142 202 255 / 0.8) !important;
}

.focus\:bg-blue-300\/85:focus{
  background-color: rgb(142 202 255 / 0.85) !important;
}

.focus\:bg-blue-300\/90:focus{
  background-color: rgb(142 202 255 / 0.9) !important;
}

.focus\:bg-blue-300\/95:focus{
  background-color: rgb(142 202 255 / 0.95) !important;
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 172 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-400\/0:focus{
  background-color: rgb(89 172 255 / 0) !important;
}

.focus\:bg-blue-400\/10:focus{
  background-color: rgb(89 172 255 / 0.1) !important;
}

.focus\:bg-blue-400\/100:focus{
  background-color: rgb(89 172 255 / 1) !important;
}

.focus\:bg-blue-400\/15:focus{
  background-color: rgb(89 172 255 / 0.15) !important;
}

.focus\:bg-blue-400\/20:focus{
  background-color: rgb(89 172 255 / 0.2) !important;
}

.focus\:bg-blue-400\/25:focus{
  background-color: rgb(89 172 255 / 0.25) !important;
}

.focus\:bg-blue-400\/30:focus{
  background-color: rgb(89 172 255 / 0.3) !important;
}

.focus\:bg-blue-400\/35:focus{
  background-color: rgb(89 172 255 / 0.35) !important;
}

.focus\:bg-blue-400\/40:focus{
  background-color: rgb(89 172 255 / 0.4) !important;
}

.focus\:bg-blue-400\/45:focus{
  background-color: rgb(89 172 255 / 0.45) !important;
}

.focus\:bg-blue-400\/5:focus{
  background-color: rgb(89 172 255 / 0.05) !important;
}

.focus\:bg-blue-400\/50:focus{
  background-color: rgb(89 172 255 / 0.5) !important;
}

.focus\:bg-blue-400\/55:focus{
  background-color: rgb(89 172 255 / 0.55) !important;
}

.focus\:bg-blue-400\/60:focus{
  background-color: rgb(89 172 255 / 0.6) !important;
}

.focus\:bg-blue-400\/65:focus{
  background-color: rgb(89 172 255 / 0.65) !important;
}

.focus\:bg-blue-400\/70:focus{
  background-color: rgb(89 172 255 / 0.7) !important;
}

.focus\:bg-blue-400\/75:focus{
  background-color: rgb(89 172 255 / 0.75) !important;
}

.focus\:bg-blue-400\/80:focus{
  background-color: rgb(89 172 255 / 0.8) !important;
}

.focus\:bg-blue-400\/85:focus{
  background-color: rgb(89 172 255 / 0.85) !important;
}

.focus\:bg-blue-400\/90:focus{
  background-color: rgb(89 172 255 / 0.9) !important;
}

.focus\:bg-blue-400\/95:focus{
  background-color: rgb(89 172 255 / 0.95) !important;
}

.focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-50\/0:focus{
  background-color: rgb(238 247 255 / 0) !important;
}

.focus\:bg-blue-50\/10:focus{
  background-color: rgb(238 247 255 / 0.1) !important;
}

.focus\:bg-blue-50\/100:focus{
  background-color: rgb(238 247 255 / 1) !important;
}

.focus\:bg-blue-50\/15:focus{
  background-color: rgb(238 247 255 / 0.15) !important;
}

.focus\:bg-blue-50\/20:focus{
  background-color: rgb(238 247 255 / 0.2) !important;
}

.focus\:bg-blue-50\/25:focus{
  background-color: rgb(238 247 255 / 0.25) !important;
}

.focus\:bg-blue-50\/30:focus{
  background-color: rgb(238 247 255 / 0.3) !important;
}

.focus\:bg-blue-50\/35:focus{
  background-color: rgb(238 247 255 / 0.35) !important;
}

.focus\:bg-blue-50\/40:focus{
  background-color: rgb(238 247 255 / 0.4) !important;
}

.focus\:bg-blue-50\/45:focus{
  background-color: rgb(238 247 255 / 0.45) !important;
}

.focus\:bg-blue-50\/5:focus{
  background-color: rgb(238 247 255 / 0.05) !important;
}

.focus\:bg-blue-50\/50:focus{
  background-color: rgb(238 247 255 / 0.5) !important;
}

.focus\:bg-blue-50\/55:focus{
  background-color: rgb(238 247 255 / 0.55) !important;
}

.focus\:bg-blue-50\/60:focus{
  background-color: rgb(238 247 255 / 0.6) !important;
}

.focus\:bg-blue-50\/65:focus{
  background-color: rgb(238 247 255 / 0.65) !important;
}

.focus\:bg-blue-50\/70:focus{
  background-color: rgb(238 247 255 / 0.7) !important;
}

.focus\:bg-blue-50\/75:focus{
  background-color: rgb(238 247 255 / 0.75) !important;
}

.focus\:bg-blue-50\/80:focus{
  background-color: rgb(238 247 255 / 0.8) !important;
}

.focus\:bg-blue-50\/85:focus{
  background-color: rgb(238 247 255 / 0.85) !important;
}

.focus\:bg-blue-50\/90:focus{
  background-color: rgb(238 247 255 / 0.9) !important;
}

.focus\:bg-blue-50\/95:focus{
  background-color: rgb(238 247 255 / 0.95) !important;
}

.focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 133 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-500\/0:focus{
  background-color: rgb(42 133 255 / 0) !important;
}

.focus\:bg-blue-500\/10:focus{
  background-color: rgb(42 133 255 / 0.1) !important;
}

.focus\:bg-blue-500\/100:focus{
  background-color: rgb(42 133 255 / 1) !important;
}

.focus\:bg-blue-500\/15:focus{
  background-color: rgb(42 133 255 / 0.15) !important;
}

.focus\:bg-blue-500\/20:focus{
  background-color: rgb(42 133 255 / 0.2) !important;
}

.focus\:bg-blue-500\/25:focus{
  background-color: rgb(42 133 255 / 0.25) !important;
}

.focus\:bg-blue-500\/30:focus{
  background-color: rgb(42 133 255 / 0.3) !important;
}

.focus\:bg-blue-500\/35:focus{
  background-color: rgb(42 133 255 / 0.35) !important;
}

.focus\:bg-blue-500\/40:focus{
  background-color: rgb(42 133 255 / 0.4) !important;
}

.focus\:bg-blue-500\/45:focus{
  background-color: rgb(42 133 255 / 0.45) !important;
}

.focus\:bg-blue-500\/5:focus{
  background-color: rgb(42 133 255 / 0.05) !important;
}

.focus\:bg-blue-500\/50:focus{
  background-color: rgb(42 133 255 / 0.5) !important;
}

.focus\:bg-blue-500\/55:focus{
  background-color: rgb(42 133 255 / 0.55) !important;
}

.focus\:bg-blue-500\/60:focus{
  background-color: rgb(42 133 255 / 0.6) !important;
}

.focus\:bg-blue-500\/65:focus{
  background-color: rgb(42 133 255 / 0.65) !important;
}

.focus\:bg-blue-500\/70:focus{
  background-color: rgb(42 133 255 / 0.7) !important;
}

.focus\:bg-blue-500\/75:focus{
  background-color: rgb(42 133 255 / 0.75) !important;
}

.focus\:bg-blue-500\/80:focus{
  background-color: rgb(42 133 255 / 0.8) !important;
}

.focus\:bg-blue-500\/85:focus{
  background-color: rgb(42 133 255 / 0.85) !important;
}

.focus\:bg-blue-500\/90:focus{
  background-color: rgb(42 133 255 / 0.9) !important;
}

.focus\:bg-blue-500\/95:focus{
  background-color: rgb(42 133 255 / 0.95) !important;
}

.focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 105 245 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-600\/0:focus{
  background-color: rgb(27 105 245 / 0) !important;
}

.focus\:bg-blue-600\/10:focus{
  background-color: rgb(27 105 245 / 0.1) !important;
}

.focus\:bg-blue-600\/100:focus{
  background-color: rgb(27 105 245 / 1) !important;
}

.focus\:bg-blue-600\/15:focus{
  background-color: rgb(27 105 245 / 0.15) !important;
}

.focus\:bg-blue-600\/20:focus{
  background-color: rgb(27 105 245 / 0.2) !important;
}

.focus\:bg-blue-600\/25:focus{
  background-color: rgb(27 105 245 / 0.25) !important;
}

.focus\:bg-blue-600\/30:focus{
  background-color: rgb(27 105 245 / 0.3) !important;
}

.focus\:bg-blue-600\/35:focus{
  background-color: rgb(27 105 245 / 0.35) !important;
}

.focus\:bg-blue-600\/40:focus{
  background-color: rgb(27 105 245 / 0.4) !important;
}

.focus\:bg-blue-600\/45:focus{
  background-color: rgb(27 105 245 / 0.45) !important;
}

.focus\:bg-blue-600\/5:focus{
  background-color: rgb(27 105 245 / 0.05) !important;
}

.focus\:bg-blue-600\/50:focus{
  background-color: rgb(27 105 245 / 0.5) !important;
}

.focus\:bg-blue-600\/55:focus{
  background-color: rgb(27 105 245 / 0.55) !important;
}

.focus\:bg-blue-600\/60:focus{
  background-color: rgb(27 105 245 / 0.6) !important;
}

.focus\:bg-blue-600\/65:focus{
  background-color: rgb(27 105 245 / 0.65) !important;
}

.focus\:bg-blue-600\/70:focus{
  background-color: rgb(27 105 245 / 0.7) !important;
}

.focus\:bg-blue-600\/75:focus{
  background-color: rgb(27 105 245 / 0.75) !important;
}

.focus\:bg-blue-600\/80:focus{
  background-color: rgb(27 105 245 / 0.8) !important;
}

.focus\:bg-blue-600\/85:focus{
  background-color: rgb(27 105 245 / 0.85) !important;
}

.focus\:bg-blue-600\/90:focus{
  background-color: rgb(27 105 245 / 0.9) !important;
}

.focus\:bg-blue-600\/95:focus{
  background-color: rgb(27 105 245 / 0.95) !important;
}

.focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 84 225 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-700\/0:focus{
  background-color: rgb(20 84 225 / 0) !important;
}

.focus\:bg-blue-700\/10:focus{
  background-color: rgb(20 84 225 / 0.1) !important;
}

.focus\:bg-blue-700\/100:focus{
  background-color: rgb(20 84 225 / 1) !important;
}

.focus\:bg-blue-700\/15:focus{
  background-color: rgb(20 84 225 / 0.15) !important;
}

.focus\:bg-blue-700\/20:focus{
  background-color: rgb(20 84 225 / 0.2) !important;
}

.focus\:bg-blue-700\/25:focus{
  background-color: rgb(20 84 225 / 0.25) !important;
}

.focus\:bg-blue-700\/30:focus{
  background-color: rgb(20 84 225 / 0.3) !important;
}

.focus\:bg-blue-700\/35:focus{
  background-color: rgb(20 84 225 / 0.35) !important;
}

.focus\:bg-blue-700\/40:focus{
  background-color: rgb(20 84 225 / 0.4) !important;
}

.focus\:bg-blue-700\/45:focus{
  background-color: rgb(20 84 225 / 0.45) !important;
}

.focus\:bg-blue-700\/5:focus{
  background-color: rgb(20 84 225 / 0.05) !important;
}

.focus\:bg-blue-700\/50:focus{
  background-color: rgb(20 84 225 / 0.5) !important;
}

.focus\:bg-blue-700\/55:focus{
  background-color: rgb(20 84 225 / 0.55) !important;
}

.focus\:bg-blue-700\/60:focus{
  background-color: rgb(20 84 225 / 0.6) !important;
}

.focus\:bg-blue-700\/65:focus{
  background-color: rgb(20 84 225 / 0.65) !important;
}

.focus\:bg-blue-700\/70:focus{
  background-color: rgb(20 84 225 / 0.7) !important;
}

.focus\:bg-blue-700\/75:focus{
  background-color: rgb(20 84 225 / 0.75) !important;
}

.focus\:bg-blue-700\/80:focus{
  background-color: rgb(20 84 225 / 0.8) !important;
}

.focus\:bg-blue-700\/85:focus{
  background-color: rgb(20 84 225 / 0.85) !important;
}

.focus\:bg-blue-700\/90:focus{
  background-color: rgb(20 84 225 / 0.9) !important;
}

.focus\:bg-blue-700\/95:focus{
  background-color: rgb(20 84 225 / 0.95) !important;
}

.focus\:bg-blue-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 68 182 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-800\/0:focus{
  background-color: rgb(23 68 182 / 0) !important;
}

.focus\:bg-blue-800\/10:focus{
  background-color: rgb(23 68 182 / 0.1) !important;
}

.focus\:bg-blue-800\/100:focus{
  background-color: rgb(23 68 182 / 1) !important;
}

.focus\:bg-blue-800\/15:focus{
  background-color: rgb(23 68 182 / 0.15) !important;
}

.focus\:bg-blue-800\/20:focus{
  background-color: rgb(23 68 182 / 0.2) !important;
}

.focus\:bg-blue-800\/25:focus{
  background-color: rgb(23 68 182 / 0.25) !important;
}

.focus\:bg-blue-800\/30:focus{
  background-color: rgb(23 68 182 / 0.3) !important;
}

.focus\:bg-blue-800\/35:focus{
  background-color: rgb(23 68 182 / 0.35) !important;
}

.focus\:bg-blue-800\/40:focus{
  background-color: rgb(23 68 182 / 0.4) !important;
}

.focus\:bg-blue-800\/45:focus{
  background-color: rgb(23 68 182 / 0.45) !important;
}

.focus\:bg-blue-800\/5:focus{
  background-color: rgb(23 68 182 / 0.05) !important;
}

.focus\:bg-blue-800\/50:focus{
  background-color: rgb(23 68 182 / 0.5) !important;
}

.focus\:bg-blue-800\/55:focus{
  background-color: rgb(23 68 182 / 0.55) !important;
}

.focus\:bg-blue-800\/60:focus{
  background-color: rgb(23 68 182 / 0.6) !important;
}

.focus\:bg-blue-800\/65:focus{
  background-color: rgb(23 68 182 / 0.65) !important;
}

.focus\:bg-blue-800\/70:focus{
  background-color: rgb(23 68 182 / 0.7) !important;
}

.focus\:bg-blue-800\/75:focus{
  background-color: rgb(23 68 182 / 0.75) !important;
}

.focus\:bg-blue-800\/80:focus{
  background-color: rgb(23 68 182 / 0.8) !important;
}

.focus\:bg-blue-800\/85:focus{
  background-color: rgb(23 68 182 / 0.85) !important;
}

.focus\:bg-blue-800\/90:focus{
  background-color: rgb(23 68 182 / 0.9) !important;
}

.focus\:bg-blue-800\/95:focus{
  background-color: rgb(23 68 182 / 0.95) !important;
}

.focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 61 143 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-900\/0:focus{
  background-color: rgb(25 61 143 / 0) !important;
}

.focus\:bg-blue-900\/10:focus{
  background-color: rgb(25 61 143 / 0.1) !important;
}

.focus\:bg-blue-900\/100:focus{
  background-color: rgb(25 61 143 / 1) !important;
}

.focus\:bg-blue-900\/15:focus{
  background-color: rgb(25 61 143 / 0.15) !important;
}

.focus\:bg-blue-900\/20:focus{
  background-color: rgb(25 61 143 / 0.2) !important;
}

.focus\:bg-blue-900\/25:focus{
  background-color: rgb(25 61 143 / 0.25) !important;
}

.focus\:bg-blue-900\/30:focus{
  background-color: rgb(25 61 143 / 0.3) !important;
}

.focus\:bg-blue-900\/35:focus{
  background-color: rgb(25 61 143 / 0.35) !important;
}

.focus\:bg-blue-900\/40:focus{
  background-color: rgb(25 61 143 / 0.4) !important;
}

.focus\:bg-blue-900\/45:focus{
  background-color: rgb(25 61 143 / 0.45) !important;
}

.focus\:bg-blue-900\/5:focus{
  background-color: rgb(25 61 143 / 0.05) !important;
}

.focus\:bg-blue-900\/50:focus{
  background-color: rgb(25 61 143 / 0.5) !important;
}

.focus\:bg-blue-900\/55:focus{
  background-color: rgb(25 61 143 / 0.55) !important;
}

.focus\:bg-blue-900\/60:focus{
  background-color: rgb(25 61 143 / 0.6) !important;
}

.focus\:bg-blue-900\/65:focus{
  background-color: rgb(25 61 143 / 0.65) !important;
}

.focus\:bg-blue-900\/70:focus{
  background-color: rgb(25 61 143 / 0.7) !important;
}

.focus\:bg-blue-900\/75:focus{
  background-color: rgb(25 61 143 / 0.75) !important;
}

.focus\:bg-blue-900\/80:focus{
  background-color: rgb(25 61 143 / 0.8) !important;
}

.focus\:bg-blue-900\/85:focus{
  background-color: rgb(25 61 143 / 0.85) !important;
}

.focus\:bg-blue-900\/90:focus{
  background-color: rgb(25 61 143 / 0.9) !important;
}

.focus\:bg-blue-900\/95:focus{
  background-color: rgb(25 61 143 / 0.95) !important;
}

.focus\:bg-blue-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 38 87 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-blue-950\/0:focus{
  background-color: rgb(20 38 87 / 0) !important;
}

.focus\:bg-blue-950\/10:focus{
  background-color: rgb(20 38 87 / 0.1) !important;
}

.focus\:bg-blue-950\/100:focus{
  background-color: rgb(20 38 87 / 1) !important;
}

.focus\:bg-blue-950\/15:focus{
  background-color: rgb(20 38 87 / 0.15) !important;
}

.focus\:bg-blue-950\/20:focus{
  background-color: rgb(20 38 87 / 0.2) !important;
}

.focus\:bg-blue-950\/25:focus{
  background-color: rgb(20 38 87 / 0.25) !important;
}

.focus\:bg-blue-950\/30:focus{
  background-color: rgb(20 38 87 / 0.3) !important;
}

.focus\:bg-blue-950\/35:focus{
  background-color: rgb(20 38 87 / 0.35) !important;
}

.focus\:bg-blue-950\/40:focus{
  background-color: rgb(20 38 87 / 0.4) !important;
}

.focus\:bg-blue-950\/45:focus{
  background-color: rgb(20 38 87 / 0.45) !important;
}

.focus\:bg-blue-950\/5:focus{
  background-color: rgb(20 38 87 / 0.05) !important;
}

.focus\:bg-blue-950\/50:focus{
  background-color: rgb(20 38 87 / 0.5) !important;
}

.focus\:bg-blue-950\/55:focus{
  background-color: rgb(20 38 87 / 0.55) !important;
}

.focus\:bg-blue-950\/60:focus{
  background-color: rgb(20 38 87 / 0.6) !important;
}

.focus\:bg-blue-950\/65:focus{
  background-color: rgb(20 38 87 / 0.65) !important;
}

.focus\:bg-blue-950\/70:focus{
  background-color: rgb(20 38 87 / 0.7) !important;
}

.focus\:bg-blue-950\/75:focus{
  background-color: rgb(20 38 87 / 0.75) !important;
}

.focus\:bg-blue-950\/80:focus{
  background-color: rgb(20 38 87 / 0.8) !important;
}

.focus\:bg-blue-950\/85:focus{
  background-color: rgb(20 38 87 / 0.85) !important;
}

.focus\:bg-blue-950\/90:focus{
  background-color: rgb(20 38 87 / 0.9) !important;
}

.focus\:bg-blue-950\/95:focus{
  background-color: rgb(20 38 87 / 0.95) !important;
}

.focus\:bg-cyan-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 229 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-100\/0:focus{
  background-color: rgb(187 229 255 / 0) !important;
}

.focus\:bg-cyan-100\/10:focus{
  background-color: rgb(187 229 255 / 0.1) !important;
}

.focus\:bg-cyan-100\/100:focus{
  background-color: rgb(187 229 255 / 1) !important;
}

.focus\:bg-cyan-100\/15:focus{
  background-color: rgb(187 229 255 / 0.15) !important;
}

.focus\:bg-cyan-100\/20:focus{
  background-color: rgb(187 229 255 / 0.2) !important;
}

.focus\:bg-cyan-100\/25:focus{
  background-color: rgb(187 229 255 / 0.25) !important;
}

.focus\:bg-cyan-100\/30:focus{
  background-color: rgb(187 229 255 / 0.3) !important;
}

.focus\:bg-cyan-100\/35:focus{
  background-color: rgb(187 229 255 / 0.35) !important;
}

.focus\:bg-cyan-100\/40:focus{
  background-color: rgb(187 229 255 / 0.4) !important;
}

.focus\:bg-cyan-100\/45:focus{
  background-color: rgb(187 229 255 / 0.45) !important;
}

.focus\:bg-cyan-100\/5:focus{
  background-color: rgb(187 229 255 / 0.05) !important;
}

.focus\:bg-cyan-100\/50:focus{
  background-color: rgb(187 229 255 / 0.5) !important;
}

.focus\:bg-cyan-100\/55:focus{
  background-color: rgb(187 229 255 / 0.55) !important;
}

.focus\:bg-cyan-100\/60:focus{
  background-color: rgb(187 229 255 / 0.6) !important;
}

.focus\:bg-cyan-100\/65:focus{
  background-color: rgb(187 229 255 / 0.65) !important;
}

.focus\:bg-cyan-100\/70:focus{
  background-color: rgb(187 229 255 / 0.7) !important;
}

.focus\:bg-cyan-100\/75:focus{
  background-color: rgb(187 229 255 / 0.75) !important;
}

.focus\:bg-cyan-100\/80:focus{
  background-color: rgb(187 229 255 / 0.8) !important;
}

.focus\:bg-cyan-100\/85:focus{
  background-color: rgb(187 229 255 / 0.85) !important;
}

.focus\:bg-cyan-100\/90:focus{
  background-color: rgb(187 229 255 / 0.9) !important;
}

.focus\:bg-cyan-100\/95:focus{
  background-color: rgb(187 229 255 / 0.95) !important;
}

.focus\:bg-cyan-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 211 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-200\/0:focus{
  background-color: rgb(142 211 255 / 0) !important;
}

.focus\:bg-cyan-200\/10:focus{
  background-color: rgb(142 211 255 / 0.1) !important;
}

.focus\:bg-cyan-200\/100:focus{
  background-color: rgb(142 211 255 / 1) !important;
}

.focus\:bg-cyan-200\/15:focus{
  background-color: rgb(142 211 255 / 0.15) !important;
}

.focus\:bg-cyan-200\/20:focus{
  background-color: rgb(142 211 255 / 0.2) !important;
}

.focus\:bg-cyan-200\/25:focus{
  background-color: rgb(142 211 255 / 0.25) !important;
}

.focus\:bg-cyan-200\/30:focus{
  background-color: rgb(142 211 255 / 0.3) !important;
}

.focus\:bg-cyan-200\/35:focus{
  background-color: rgb(142 211 255 / 0.35) !important;
}

.focus\:bg-cyan-200\/40:focus{
  background-color: rgb(142 211 255 / 0.4) !important;
}

.focus\:bg-cyan-200\/45:focus{
  background-color: rgb(142 211 255 / 0.45) !important;
}

.focus\:bg-cyan-200\/5:focus{
  background-color: rgb(142 211 255 / 0.05) !important;
}

.focus\:bg-cyan-200\/50:focus{
  background-color: rgb(142 211 255 / 0.5) !important;
}

.focus\:bg-cyan-200\/55:focus{
  background-color: rgb(142 211 255 / 0.55) !important;
}

.focus\:bg-cyan-200\/60:focus{
  background-color: rgb(142 211 255 / 0.6) !important;
}

.focus\:bg-cyan-200\/65:focus{
  background-color: rgb(142 211 255 / 0.65) !important;
}

.focus\:bg-cyan-200\/70:focus{
  background-color: rgb(142 211 255 / 0.7) !important;
}

.focus\:bg-cyan-200\/75:focus{
  background-color: rgb(142 211 255 / 0.75) !important;
}

.focus\:bg-cyan-200\/80:focus{
  background-color: rgb(142 211 255 / 0.8) !important;
}

.focus\:bg-cyan-200\/85:focus{
  background-color: rgb(142 211 255 / 0.85) !important;
}

.focus\:bg-cyan-200\/90:focus{
  background-color: rgb(142 211 255 / 0.9) !important;
}

.focus\:bg-cyan-200\/95:focus{
  background-color: rgb(142 211 255 / 0.95) !important;
}

.focus\:bg-cyan-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 193 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-300\/0:focus{
  background-color: rgb(97 193 255 / 0) !important;
}

.focus\:bg-cyan-300\/10:focus{
  background-color: rgb(97 193 255 / 0.1) !important;
}

.focus\:bg-cyan-300\/100:focus{
  background-color: rgb(97 193 255 / 1) !important;
}

.focus\:bg-cyan-300\/15:focus{
  background-color: rgb(97 193 255 / 0.15) !important;
}

.focus\:bg-cyan-300\/20:focus{
  background-color: rgb(97 193 255 / 0.2) !important;
}

.focus\:bg-cyan-300\/25:focus{
  background-color: rgb(97 193 255 / 0.25) !important;
}

.focus\:bg-cyan-300\/30:focus{
  background-color: rgb(97 193 255 / 0.3) !important;
}

.focus\:bg-cyan-300\/35:focus{
  background-color: rgb(97 193 255 / 0.35) !important;
}

.focus\:bg-cyan-300\/40:focus{
  background-color: rgb(97 193 255 / 0.4) !important;
}

.focus\:bg-cyan-300\/45:focus{
  background-color: rgb(97 193 255 / 0.45) !important;
}

.focus\:bg-cyan-300\/5:focus{
  background-color: rgb(97 193 255 / 0.05) !important;
}

.focus\:bg-cyan-300\/50:focus{
  background-color: rgb(97 193 255 / 0.5) !important;
}

.focus\:bg-cyan-300\/55:focus{
  background-color: rgb(97 193 255 / 0.55) !important;
}

.focus\:bg-cyan-300\/60:focus{
  background-color: rgb(97 193 255 / 0.6) !important;
}

.focus\:bg-cyan-300\/65:focus{
  background-color: rgb(97 193 255 / 0.65) !important;
}

.focus\:bg-cyan-300\/70:focus{
  background-color: rgb(97 193 255 / 0.7) !important;
}

.focus\:bg-cyan-300\/75:focus{
  background-color: rgb(97 193 255 / 0.75) !important;
}

.focus\:bg-cyan-300\/80:focus{
  background-color: rgb(97 193 255 / 0.8) !important;
}

.focus\:bg-cyan-300\/85:focus{
  background-color: rgb(97 193 255 / 0.85) !important;
}

.focus\:bg-cyan-300\/90:focus{
  background-color: rgb(97 193 255 / 0.9) !important;
}

.focus\:bg-cyan-300\/95:focus{
  background-color: rgb(97 193 255 / 0.95) !important;
}

.focus\:bg-cyan-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 180 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-400\/0:focus{
  background-color: rgb(63 180 255 / 0) !important;
}

.focus\:bg-cyan-400\/10:focus{
  background-color: rgb(63 180 255 / 0.1) !important;
}

.focus\:bg-cyan-400\/100:focus{
  background-color: rgb(63 180 255 / 1) !important;
}

.focus\:bg-cyan-400\/15:focus{
  background-color: rgb(63 180 255 / 0.15) !important;
}

.focus\:bg-cyan-400\/20:focus{
  background-color: rgb(63 180 255 / 0.2) !important;
}

.focus\:bg-cyan-400\/25:focus{
  background-color: rgb(63 180 255 / 0.25) !important;
}

.focus\:bg-cyan-400\/30:focus{
  background-color: rgb(63 180 255 / 0.3) !important;
}

.focus\:bg-cyan-400\/35:focus{
  background-color: rgb(63 180 255 / 0.35) !important;
}

.focus\:bg-cyan-400\/40:focus{
  background-color: rgb(63 180 255 / 0.4) !important;
}

.focus\:bg-cyan-400\/45:focus{
  background-color: rgb(63 180 255 / 0.45) !important;
}

.focus\:bg-cyan-400\/5:focus{
  background-color: rgb(63 180 255 / 0.05) !important;
}

.focus\:bg-cyan-400\/50:focus{
  background-color: rgb(63 180 255 / 0.5) !important;
}

.focus\:bg-cyan-400\/55:focus{
  background-color: rgb(63 180 255 / 0.55) !important;
}

.focus\:bg-cyan-400\/60:focus{
  background-color: rgb(63 180 255 / 0.6) !important;
}

.focus\:bg-cyan-400\/65:focus{
  background-color: rgb(63 180 255 / 0.65) !important;
}

.focus\:bg-cyan-400\/70:focus{
  background-color: rgb(63 180 255 / 0.7) !important;
}

.focus\:bg-cyan-400\/75:focus{
  background-color: rgb(63 180 255 / 0.75) !important;
}

.focus\:bg-cyan-400\/80:focus{
  background-color: rgb(63 180 255 / 0.8) !important;
}

.focus\:bg-cyan-400\/85:focus{
  background-color: rgb(63 180 255 / 0.85) !important;
}

.focus\:bg-cyan-400\/90:focus{
  background-color: rgb(63 180 255 / 0.9) !important;
}

.focus\:bg-cyan-400\/95:focus{
  background-color: rgb(63 180 255 / 0.95) !important;
}

.focus\:bg-cyan-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 244 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-50\/0:focus{
  background-color: rgb(228 244 255 / 0) !important;
}

.focus\:bg-cyan-50\/10:focus{
  background-color: rgb(228 244 255 / 0.1) !important;
}

.focus\:bg-cyan-50\/100:focus{
  background-color: rgb(228 244 255 / 1) !important;
}

.focus\:bg-cyan-50\/15:focus{
  background-color: rgb(228 244 255 / 0.15) !important;
}

.focus\:bg-cyan-50\/20:focus{
  background-color: rgb(228 244 255 / 0.2) !important;
}

.focus\:bg-cyan-50\/25:focus{
  background-color: rgb(228 244 255 / 0.25) !important;
}

.focus\:bg-cyan-50\/30:focus{
  background-color: rgb(228 244 255 / 0.3) !important;
}

.focus\:bg-cyan-50\/35:focus{
  background-color: rgb(228 244 255 / 0.35) !important;
}

.focus\:bg-cyan-50\/40:focus{
  background-color: rgb(228 244 255 / 0.4) !important;
}

.focus\:bg-cyan-50\/45:focus{
  background-color: rgb(228 244 255 / 0.45) !important;
}

.focus\:bg-cyan-50\/5:focus{
  background-color: rgb(228 244 255 / 0.05) !important;
}

.focus\:bg-cyan-50\/50:focus{
  background-color: rgb(228 244 255 / 0.5) !important;
}

.focus\:bg-cyan-50\/55:focus{
  background-color: rgb(228 244 255 / 0.55) !important;
}

.focus\:bg-cyan-50\/60:focus{
  background-color: rgb(228 244 255 / 0.6) !important;
}

.focus\:bg-cyan-50\/65:focus{
  background-color: rgb(228 244 255 / 0.65) !important;
}

.focus\:bg-cyan-50\/70:focus{
  background-color: rgb(228 244 255 / 0.7) !important;
}

.focus\:bg-cyan-50\/75:focus{
  background-color: rgb(228 244 255 / 0.75) !important;
}

.focus\:bg-cyan-50\/80:focus{
  background-color: rgb(228 244 255 / 0.8) !important;
}

.focus\:bg-cyan-50\/85:focus{
  background-color: rgb(228 244 255 / 0.85) !important;
}

.focus\:bg-cyan-50\/90:focus{
  background-color: rgb(228 244 255 / 0.9) !important;
}

.focus\:bg-cyan-50\/95:focus{
  background-color: rgb(228 244 255 / 0.95) !important;
}

.focus\:bg-cyan-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 167 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-500\/0:focus{
  background-color: rgb(29 167 255 / 0) !important;
}

.focus\:bg-cyan-500\/10:focus{
  background-color: rgb(29 167 255 / 0.1) !important;
}

.focus\:bg-cyan-500\/100:focus{
  background-color: rgb(29 167 255 / 1) !important;
}

.focus\:bg-cyan-500\/15:focus{
  background-color: rgb(29 167 255 / 0.15) !important;
}

.focus\:bg-cyan-500\/20:focus{
  background-color: rgb(29 167 255 / 0.2) !important;
}

.focus\:bg-cyan-500\/25:focus{
  background-color: rgb(29 167 255 / 0.25) !important;
}

.focus\:bg-cyan-500\/30:focus{
  background-color: rgb(29 167 255 / 0.3) !important;
}

.focus\:bg-cyan-500\/35:focus{
  background-color: rgb(29 167 255 / 0.35) !important;
}

.focus\:bg-cyan-500\/40:focus{
  background-color: rgb(29 167 255 / 0.4) !important;
}

.focus\:bg-cyan-500\/45:focus{
  background-color: rgb(29 167 255 / 0.45) !important;
}

.focus\:bg-cyan-500\/5:focus{
  background-color: rgb(29 167 255 / 0.05) !important;
}

.focus\:bg-cyan-500\/50:focus{
  background-color: rgb(29 167 255 / 0.5) !important;
}

.focus\:bg-cyan-500\/55:focus{
  background-color: rgb(29 167 255 / 0.55) !important;
}

.focus\:bg-cyan-500\/60:focus{
  background-color: rgb(29 167 255 / 0.6) !important;
}

.focus\:bg-cyan-500\/65:focus{
  background-color: rgb(29 167 255 / 0.65) !important;
}

.focus\:bg-cyan-500\/70:focus{
  background-color: rgb(29 167 255 / 0.7) !important;
}

.focus\:bg-cyan-500\/75:focus{
  background-color: rgb(29 167 255 / 0.75) !important;
}

.focus\:bg-cyan-500\/80:focus{
  background-color: rgb(29 167 255 / 0.8) !important;
}

.focus\:bg-cyan-500\/85:focus{
  background-color: rgb(29 167 255 / 0.85) !important;
}

.focus\:bg-cyan-500\/90:focus{
  background-color: rgb(29 167 255 / 0.9) !important;
}

.focus\:bg-cyan-500\/95:focus{
  background-color: rgb(29 167 255 / 0.95) !important;
}

.focus\:bg-cyan-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 159 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-600\/0:focus{
  background-color: rgb(26 159 255 / 0) !important;
}

.focus\:bg-cyan-600\/10:focus{
  background-color: rgb(26 159 255 / 0.1) !important;
}

.focus\:bg-cyan-600\/100:focus{
  background-color: rgb(26 159 255 / 1) !important;
}

.focus\:bg-cyan-600\/15:focus{
  background-color: rgb(26 159 255 / 0.15) !important;
}

.focus\:bg-cyan-600\/20:focus{
  background-color: rgb(26 159 255 / 0.2) !important;
}

.focus\:bg-cyan-600\/25:focus{
  background-color: rgb(26 159 255 / 0.25) !important;
}

.focus\:bg-cyan-600\/30:focus{
  background-color: rgb(26 159 255 / 0.3) !important;
}

.focus\:bg-cyan-600\/35:focus{
  background-color: rgb(26 159 255 / 0.35) !important;
}

.focus\:bg-cyan-600\/40:focus{
  background-color: rgb(26 159 255 / 0.4) !important;
}

.focus\:bg-cyan-600\/45:focus{
  background-color: rgb(26 159 255 / 0.45) !important;
}

.focus\:bg-cyan-600\/5:focus{
  background-color: rgb(26 159 255 / 0.05) !important;
}

.focus\:bg-cyan-600\/50:focus{
  background-color: rgb(26 159 255 / 0.5) !important;
}

.focus\:bg-cyan-600\/55:focus{
  background-color: rgb(26 159 255 / 0.55) !important;
}

.focus\:bg-cyan-600\/60:focus{
  background-color: rgb(26 159 255 / 0.6) !important;
}

.focus\:bg-cyan-600\/65:focus{
  background-color: rgb(26 159 255 / 0.65) !important;
}

.focus\:bg-cyan-600\/70:focus{
  background-color: rgb(26 159 255 / 0.7) !important;
}

.focus\:bg-cyan-600\/75:focus{
  background-color: rgb(26 159 255 / 0.75) !important;
}

.focus\:bg-cyan-600\/80:focus{
  background-color: rgb(26 159 255 / 0.8) !important;
}

.focus\:bg-cyan-600\/85:focus{
  background-color: rgb(26 159 255 / 0.85) !important;
}

.focus\:bg-cyan-600\/90:focus{
  background-color: rgb(26 159 255 / 0.9) !important;
}

.focus\:bg-cyan-600\/95:focus{
  background-color: rgb(26 159 255 / 0.95) !important;
}

.focus\:bg-cyan-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 150 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-700\/0:focus{
  background-color: rgb(21 150 255 / 0) !important;
}

.focus\:bg-cyan-700\/10:focus{
  background-color: rgb(21 150 255 / 0.1) !important;
}

.focus\:bg-cyan-700\/100:focus{
  background-color: rgb(21 150 255 / 1) !important;
}

.focus\:bg-cyan-700\/15:focus{
  background-color: rgb(21 150 255 / 0.15) !important;
}

.focus\:bg-cyan-700\/20:focus{
  background-color: rgb(21 150 255 / 0.2) !important;
}

.focus\:bg-cyan-700\/25:focus{
  background-color: rgb(21 150 255 / 0.25) !important;
}

.focus\:bg-cyan-700\/30:focus{
  background-color: rgb(21 150 255 / 0.3) !important;
}

.focus\:bg-cyan-700\/35:focus{
  background-color: rgb(21 150 255 / 0.35) !important;
}

.focus\:bg-cyan-700\/40:focus{
  background-color: rgb(21 150 255 / 0.4) !important;
}

.focus\:bg-cyan-700\/45:focus{
  background-color: rgb(21 150 255 / 0.45) !important;
}

.focus\:bg-cyan-700\/5:focus{
  background-color: rgb(21 150 255 / 0.05) !important;
}

.focus\:bg-cyan-700\/50:focus{
  background-color: rgb(21 150 255 / 0.5) !important;
}

.focus\:bg-cyan-700\/55:focus{
  background-color: rgb(21 150 255 / 0.55) !important;
}

.focus\:bg-cyan-700\/60:focus{
  background-color: rgb(21 150 255 / 0.6) !important;
}

.focus\:bg-cyan-700\/65:focus{
  background-color: rgb(21 150 255 / 0.65) !important;
}

.focus\:bg-cyan-700\/70:focus{
  background-color: rgb(21 150 255 / 0.7) !important;
}

.focus\:bg-cyan-700\/75:focus{
  background-color: rgb(21 150 255 / 0.75) !important;
}

.focus\:bg-cyan-700\/80:focus{
  background-color: rgb(21 150 255 / 0.8) !important;
}

.focus\:bg-cyan-700\/85:focus{
  background-color: rgb(21 150 255 / 0.85) !important;
}

.focus\:bg-cyan-700\/90:focus{
  background-color: rgb(21 150 255 / 0.9) !important;
}

.focus\:bg-cyan-700\/95:focus{
  background-color: rgb(21 150 255 / 0.95) !important;
}

.focus\:bg-cyan-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 140 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-800\/0:focus{
  background-color: rgb(17 140 255 / 0) !important;
}

.focus\:bg-cyan-800\/10:focus{
  background-color: rgb(17 140 255 / 0.1) !important;
}

.focus\:bg-cyan-800\/100:focus{
  background-color: rgb(17 140 255 / 1) !important;
}

.focus\:bg-cyan-800\/15:focus{
  background-color: rgb(17 140 255 / 0.15) !important;
}

.focus\:bg-cyan-800\/20:focus{
  background-color: rgb(17 140 255 / 0.2) !important;
}

.focus\:bg-cyan-800\/25:focus{
  background-color: rgb(17 140 255 / 0.25) !important;
}

.focus\:bg-cyan-800\/30:focus{
  background-color: rgb(17 140 255 / 0.3) !important;
}

.focus\:bg-cyan-800\/35:focus{
  background-color: rgb(17 140 255 / 0.35) !important;
}

.focus\:bg-cyan-800\/40:focus{
  background-color: rgb(17 140 255 / 0.4) !important;
}

.focus\:bg-cyan-800\/45:focus{
  background-color: rgb(17 140 255 / 0.45) !important;
}

.focus\:bg-cyan-800\/5:focus{
  background-color: rgb(17 140 255 / 0.05) !important;
}

.focus\:bg-cyan-800\/50:focus{
  background-color: rgb(17 140 255 / 0.5) !important;
}

.focus\:bg-cyan-800\/55:focus{
  background-color: rgb(17 140 255 / 0.55) !important;
}

.focus\:bg-cyan-800\/60:focus{
  background-color: rgb(17 140 255 / 0.6) !important;
}

.focus\:bg-cyan-800\/65:focus{
  background-color: rgb(17 140 255 / 0.65) !important;
}

.focus\:bg-cyan-800\/70:focus{
  background-color: rgb(17 140 255 / 0.7) !important;
}

.focus\:bg-cyan-800\/75:focus{
  background-color: rgb(17 140 255 / 0.75) !important;
}

.focus\:bg-cyan-800\/80:focus{
  background-color: rgb(17 140 255 / 0.8) !important;
}

.focus\:bg-cyan-800\/85:focus{
  background-color: rgb(17 140 255 / 0.85) !important;
}

.focus\:bg-cyan-800\/90:focus{
  background-color: rgb(17 140 255 / 0.9) !important;
}

.focus\:bg-cyan-800\/95:focus{
  background-color: rgb(17 140 255 / 0.95) !important;
}

.focus\:bg-cyan-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 124 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-900\/0:focus{
  background-color: rgb(10 124 255 / 0) !important;
}

.focus\:bg-cyan-900\/10:focus{
  background-color: rgb(10 124 255 / 0.1) !important;
}

.focus\:bg-cyan-900\/100:focus{
  background-color: rgb(10 124 255 / 1) !important;
}

.focus\:bg-cyan-900\/15:focus{
  background-color: rgb(10 124 255 / 0.15) !important;
}

.focus\:bg-cyan-900\/20:focus{
  background-color: rgb(10 124 255 / 0.2) !important;
}

.focus\:bg-cyan-900\/25:focus{
  background-color: rgb(10 124 255 / 0.25) !important;
}

.focus\:bg-cyan-900\/30:focus{
  background-color: rgb(10 124 255 / 0.3) !important;
}

.focus\:bg-cyan-900\/35:focus{
  background-color: rgb(10 124 255 / 0.35) !important;
}

.focus\:bg-cyan-900\/40:focus{
  background-color: rgb(10 124 255 / 0.4) !important;
}

.focus\:bg-cyan-900\/45:focus{
  background-color: rgb(10 124 255 / 0.45) !important;
}

.focus\:bg-cyan-900\/5:focus{
  background-color: rgb(10 124 255 / 0.05) !important;
}

.focus\:bg-cyan-900\/50:focus{
  background-color: rgb(10 124 255 / 0.5) !important;
}

.focus\:bg-cyan-900\/55:focus{
  background-color: rgb(10 124 255 / 0.55) !important;
}

.focus\:bg-cyan-900\/60:focus{
  background-color: rgb(10 124 255 / 0.6) !important;
}

.focus\:bg-cyan-900\/65:focus{
  background-color: rgb(10 124 255 / 0.65) !important;
}

.focus\:bg-cyan-900\/70:focus{
  background-color: rgb(10 124 255 / 0.7) !important;
}

.focus\:bg-cyan-900\/75:focus{
  background-color: rgb(10 124 255 / 0.75) !important;
}

.focus\:bg-cyan-900\/80:focus{
  background-color: rgb(10 124 255 / 0.8) !important;
}

.focus\:bg-cyan-900\/85:focus{
  background-color: rgb(10 124 255 / 0.85) !important;
}

.focus\:bg-cyan-900\/90:focus{
  background-color: rgb(10 124 255 / 0.9) !important;
}

.focus\:bg-cyan-900\/95:focus{
  background-color: rgb(10 124 255 / 0.95) !important;
}

.focus\:bg-cyan-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-cyan-950\/0:focus{
  background-color: rgb(8 51 68 / 0) !important;
}

.focus\:bg-cyan-950\/10:focus{
  background-color: rgb(8 51 68 / 0.1) !important;
}

.focus\:bg-cyan-950\/100:focus{
  background-color: rgb(8 51 68 / 1) !important;
}

.focus\:bg-cyan-950\/15:focus{
  background-color: rgb(8 51 68 / 0.15) !important;
}

.focus\:bg-cyan-950\/20:focus{
  background-color: rgb(8 51 68 / 0.2) !important;
}

.focus\:bg-cyan-950\/25:focus{
  background-color: rgb(8 51 68 / 0.25) !important;
}

.focus\:bg-cyan-950\/30:focus{
  background-color: rgb(8 51 68 / 0.3) !important;
}

.focus\:bg-cyan-950\/35:focus{
  background-color: rgb(8 51 68 / 0.35) !important;
}

.focus\:bg-cyan-950\/40:focus{
  background-color: rgb(8 51 68 / 0.4) !important;
}

.focus\:bg-cyan-950\/45:focus{
  background-color: rgb(8 51 68 / 0.45) !important;
}

.focus\:bg-cyan-950\/5:focus{
  background-color: rgb(8 51 68 / 0.05) !important;
}

.focus\:bg-cyan-950\/50:focus{
  background-color: rgb(8 51 68 / 0.5) !important;
}

.focus\:bg-cyan-950\/55:focus{
  background-color: rgb(8 51 68 / 0.55) !important;
}

.focus\:bg-cyan-950\/60:focus{
  background-color: rgb(8 51 68 / 0.6) !important;
}

.focus\:bg-cyan-950\/65:focus{
  background-color: rgb(8 51 68 / 0.65) !important;
}

.focus\:bg-cyan-950\/70:focus{
  background-color: rgb(8 51 68 / 0.7) !important;
}

.focus\:bg-cyan-950\/75:focus{
  background-color: rgb(8 51 68 / 0.75) !important;
}

.focus\:bg-cyan-950\/80:focus{
  background-color: rgb(8 51 68 / 0.8) !important;
}

.focus\:bg-cyan-950\/85:focus{
  background-color: rgb(8 51 68 / 0.85) !important;
}

.focus\:bg-cyan-950\/90:focus{
  background-color: rgb(8 51 68 / 0.9) !important;
}

.focus\:bg-cyan-950\/95:focus{
  background-color: rgb(8 51 68 / 0.95) !important;
}

.focus\:bg-darkgrey-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 241 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-100\/0:focus{
  background-color: rgb(229 229 241 / 0) !important;
}

.focus\:bg-darkgrey-100\/10:focus{
  background-color: rgb(229 229 241 / 0.1) !important;
}

.focus\:bg-darkgrey-100\/100:focus{
  background-color: rgb(229 229 241 / 1) !important;
}

.focus\:bg-darkgrey-100\/15:focus{
  background-color: rgb(229 229 241 / 0.15) !important;
}

.focus\:bg-darkgrey-100\/20:focus{
  background-color: rgb(229 229 241 / 0.2) !important;
}

.focus\:bg-darkgrey-100\/25:focus{
  background-color: rgb(229 229 241 / 0.25) !important;
}

.focus\:bg-darkgrey-100\/30:focus{
  background-color: rgb(229 229 241 / 0.3) !important;
}

.focus\:bg-darkgrey-100\/35:focus{
  background-color: rgb(229 229 241 / 0.35) !important;
}

.focus\:bg-darkgrey-100\/40:focus{
  background-color: rgb(229 229 241 / 0.4) !important;
}

.focus\:bg-darkgrey-100\/45:focus{
  background-color: rgb(229 229 241 / 0.45) !important;
}

.focus\:bg-darkgrey-100\/5:focus{
  background-color: rgb(229 229 241 / 0.05) !important;
}

.focus\:bg-darkgrey-100\/50:focus{
  background-color: rgb(229 229 241 / 0.5) !important;
}

.focus\:bg-darkgrey-100\/55:focus{
  background-color: rgb(229 229 241 / 0.55) !important;
}

.focus\:bg-darkgrey-100\/60:focus{
  background-color: rgb(229 229 241 / 0.6) !important;
}

.focus\:bg-darkgrey-100\/65:focus{
  background-color: rgb(229 229 241 / 0.65) !important;
}

.focus\:bg-darkgrey-100\/70:focus{
  background-color: rgb(229 229 241 / 0.7) !important;
}

.focus\:bg-darkgrey-100\/75:focus{
  background-color: rgb(229 229 241 / 0.75) !important;
}

.focus\:bg-darkgrey-100\/80:focus{
  background-color: rgb(229 229 241 / 0.8) !important;
}

.focus\:bg-darkgrey-100\/85:focus{
  background-color: rgb(229 229 241 / 0.85) !important;
}

.focus\:bg-darkgrey-100\/90:focus{
  background-color: rgb(229 229 241 / 0.9) !important;
}

.focus\:bg-darkgrey-100\/95:focus{
  background-color: rgb(229 229 241 / 0.95) !important;
}

.focus\:bg-darkgrey-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 212 231 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-200\/0:focus{
  background-color: rgb(211 212 231 / 0) !important;
}

.focus\:bg-darkgrey-200\/10:focus{
  background-color: rgb(211 212 231 / 0.1) !important;
}

.focus\:bg-darkgrey-200\/100:focus{
  background-color: rgb(211 212 231 / 1) !important;
}

.focus\:bg-darkgrey-200\/15:focus{
  background-color: rgb(211 212 231 / 0.15) !important;
}

.focus\:bg-darkgrey-200\/20:focus{
  background-color: rgb(211 212 231 / 0.2) !important;
}

.focus\:bg-darkgrey-200\/25:focus{
  background-color: rgb(211 212 231 / 0.25) !important;
}

.focus\:bg-darkgrey-200\/30:focus{
  background-color: rgb(211 212 231 / 0.3) !important;
}

.focus\:bg-darkgrey-200\/35:focus{
  background-color: rgb(211 212 231 / 0.35) !important;
}

.focus\:bg-darkgrey-200\/40:focus{
  background-color: rgb(211 212 231 / 0.4) !important;
}

.focus\:bg-darkgrey-200\/45:focus{
  background-color: rgb(211 212 231 / 0.45) !important;
}

.focus\:bg-darkgrey-200\/5:focus{
  background-color: rgb(211 212 231 / 0.05) !important;
}

.focus\:bg-darkgrey-200\/50:focus{
  background-color: rgb(211 212 231 / 0.5) !important;
}

.focus\:bg-darkgrey-200\/55:focus{
  background-color: rgb(211 212 231 / 0.55) !important;
}

.focus\:bg-darkgrey-200\/60:focus{
  background-color: rgb(211 212 231 / 0.6) !important;
}

.focus\:bg-darkgrey-200\/65:focus{
  background-color: rgb(211 212 231 / 0.65) !important;
}

.focus\:bg-darkgrey-200\/70:focus{
  background-color: rgb(211 212 231 / 0.7) !important;
}

.focus\:bg-darkgrey-200\/75:focus{
  background-color: rgb(211 212 231 / 0.75) !important;
}

.focus\:bg-darkgrey-200\/80:focus{
  background-color: rgb(211 212 231 / 0.8) !important;
}

.focus\:bg-darkgrey-200\/85:focus{
  background-color: rgb(211 212 231 / 0.85) !important;
}

.focus\:bg-darkgrey-200\/90:focus{
  background-color: rgb(211 212 231 / 0.9) !important;
}

.focus\:bg-darkgrey-200\/95:focus{
  background-color: rgb(211 212 231 / 0.95) !important;
}

.focus\:bg-darkgrey-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(193 195 221 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-300\/0:focus{
  background-color: rgb(193 195 221 / 0) !important;
}

.focus\:bg-darkgrey-300\/10:focus{
  background-color: rgb(193 195 221 / 0.1) !important;
}

.focus\:bg-darkgrey-300\/100:focus{
  background-color: rgb(193 195 221 / 1) !important;
}

.focus\:bg-darkgrey-300\/15:focus{
  background-color: rgb(193 195 221 / 0.15) !important;
}

.focus\:bg-darkgrey-300\/20:focus{
  background-color: rgb(193 195 221 / 0.2) !important;
}

.focus\:bg-darkgrey-300\/25:focus{
  background-color: rgb(193 195 221 / 0.25) !important;
}

.focus\:bg-darkgrey-300\/30:focus{
  background-color: rgb(193 195 221 / 0.3) !important;
}

.focus\:bg-darkgrey-300\/35:focus{
  background-color: rgb(193 195 221 / 0.35) !important;
}

.focus\:bg-darkgrey-300\/40:focus{
  background-color: rgb(193 195 221 / 0.4) !important;
}

.focus\:bg-darkgrey-300\/45:focus{
  background-color: rgb(193 195 221 / 0.45) !important;
}

.focus\:bg-darkgrey-300\/5:focus{
  background-color: rgb(193 195 221 / 0.05) !important;
}

.focus\:bg-darkgrey-300\/50:focus{
  background-color: rgb(193 195 221 / 0.5) !important;
}

.focus\:bg-darkgrey-300\/55:focus{
  background-color: rgb(193 195 221 / 0.55) !important;
}

.focus\:bg-darkgrey-300\/60:focus{
  background-color: rgb(193 195 221 / 0.6) !important;
}

.focus\:bg-darkgrey-300\/65:focus{
  background-color: rgb(193 195 221 / 0.65) !important;
}

.focus\:bg-darkgrey-300\/70:focus{
  background-color: rgb(193 195 221 / 0.7) !important;
}

.focus\:bg-darkgrey-300\/75:focus{
  background-color: rgb(193 195 221 / 0.75) !important;
}

.focus\:bg-darkgrey-300\/80:focus{
  background-color: rgb(193 195 221 / 0.8) !important;
}

.focus\:bg-darkgrey-300\/85:focus{
  background-color: rgb(193 195 221 / 0.85) !important;
}

.focus\:bg-darkgrey-300\/90:focus{
  background-color: rgb(193 195 221 / 0.9) !important;
}

.focus\:bg-darkgrey-300\/95:focus{
  background-color: rgb(193 195 221 / 0.95) !important;
}

.focus\:bg-darkgrey-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 182 214 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-400\/0:focus{
  background-color: rgb(180 182 214 / 0) !important;
}

.focus\:bg-darkgrey-400\/10:focus{
  background-color: rgb(180 182 214 / 0.1) !important;
}

.focus\:bg-darkgrey-400\/100:focus{
  background-color: rgb(180 182 214 / 1) !important;
}

.focus\:bg-darkgrey-400\/15:focus{
  background-color: rgb(180 182 214 / 0.15) !important;
}

.focus\:bg-darkgrey-400\/20:focus{
  background-color: rgb(180 182 214 / 0.2) !important;
}

.focus\:bg-darkgrey-400\/25:focus{
  background-color: rgb(180 182 214 / 0.25) !important;
}

.focus\:bg-darkgrey-400\/30:focus{
  background-color: rgb(180 182 214 / 0.3) !important;
}

.focus\:bg-darkgrey-400\/35:focus{
  background-color: rgb(180 182 214 / 0.35) !important;
}

.focus\:bg-darkgrey-400\/40:focus{
  background-color: rgb(180 182 214 / 0.4) !important;
}

.focus\:bg-darkgrey-400\/45:focus{
  background-color: rgb(180 182 214 / 0.45) !important;
}

.focus\:bg-darkgrey-400\/5:focus{
  background-color: rgb(180 182 214 / 0.05) !important;
}

.focus\:bg-darkgrey-400\/50:focus{
  background-color: rgb(180 182 214 / 0.5) !important;
}

.focus\:bg-darkgrey-400\/55:focus{
  background-color: rgb(180 182 214 / 0.55) !important;
}

.focus\:bg-darkgrey-400\/60:focus{
  background-color: rgb(180 182 214 / 0.6) !important;
}

.focus\:bg-darkgrey-400\/65:focus{
  background-color: rgb(180 182 214 / 0.65) !important;
}

.focus\:bg-darkgrey-400\/70:focus{
  background-color: rgb(180 182 214 / 0.7) !important;
}

.focus\:bg-darkgrey-400\/75:focus{
  background-color: rgb(180 182 214 / 0.75) !important;
}

.focus\:bg-darkgrey-400\/80:focus{
  background-color: rgb(180 182 214 / 0.8) !important;
}

.focus\:bg-darkgrey-400\/85:focus{
  background-color: rgb(180 182 214 / 0.85) !important;
}

.focus\:bg-darkgrey-400\/90:focus{
  background-color: rgb(180 182 214 / 0.9) !important;
}

.focus\:bg-darkgrey-400\/95:focus{
  background-color: rgb(180 182 214 / 0.95) !important;
}

.focus\:bg-darkgrey-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-50\/0:focus{
  background-color: rgb(244 245 249 / 0) !important;
}

.focus\:bg-darkgrey-50\/10:focus{
  background-color: rgb(244 245 249 / 0.1) !important;
}

.focus\:bg-darkgrey-50\/100:focus{
  background-color: rgb(244 245 249 / 1) !important;
}

.focus\:bg-darkgrey-50\/15:focus{
  background-color: rgb(244 245 249 / 0.15) !important;
}

.focus\:bg-darkgrey-50\/20:focus{
  background-color: rgb(244 245 249 / 0.2) !important;
}

.focus\:bg-darkgrey-50\/25:focus{
  background-color: rgb(244 245 249 / 0.25) !important;
}

.focus\:bg-darkgrey-50\/30:focus{
  background-color: rgb(244 245 249 / 0.3) !important;
}

.focus\:bg-darkgrey-50\/35:focus{
  background-color: rgb(244 245 249 / 0.35) !important;
}

.focus\:bg-darkgrey-50\/40:focus{
  background-color: rgb(244 245 249 / 0.4) !important;
}

.focus\:bg-darkgrey-50\/45:focus{
  background-color: rgb(244 245 249 / 0.45) !important;
}

.focus\:bg-darkgrey-50\/5:focus{
  background-color: rgb(244 245 249 / 0.05) !important;
}

.focus\:bg-darkgrey-50\/50:focus{
  background-color: rgb(244 245 249 / 0.5) !important;
}

.focus\:bg-darkgrey-50\/55:focus{
  background-color: rgb(244 245 249 / 0.55) !important;
}

.focus\:bg-darkgrey-50\/60:focus{
  background-color: rgb(244 245 249 / 0.6) !important;
}

.focus\:bg-darkgrey-50\/65:focus{
  background-color: rgb(244 245 249 / 0.65) !important;
}

.focus\:bg-darkgrey-50\/70:focus{
  background-color: rgb(244 245 249 / 0.7) !important;
}

.focus\:bg-darkgrey-50\/75:focus{
  background-color: rgb(244 245 249 / 0.75) !important;
}

.focus\:bg-darkgrey-50\/80:focus{
  background-color: rgb(244 245 249 / 0.8) !important;
}

.focus\:bg-darkgrey-50\/85:focus{
  background-color: rgb(244 245 249 / 0.85) !important;
}

.focus\:bg-darkgrey-50\/90:focus{
  background-color: rgb(244 245 249 / 0.9) !important;
}

.focus\:bg-darkgrey-50\/95:focus{
  background-color: rgb(244 245 249 / 0.95) !important;
}

.focus\:bg-darkgrey-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 207 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-500\/0:focus{
  background-color: rgb(167 169 207 / 0) !important;
}

.focus\:bg-darkgrey-500\/10:focus{
  background-color: rgb(167 169 207 / 0.1) !important;
}

.focus\:bg-darkgrey-500\/100:focus{
  background-color: rgb(167 169 207 / 1) !important;
}

.focus\:bg-darkgrey-500\/15:focus{
  background-color: rgb(167 169 207 / 0.15) !important;
}

.focus\:bg-darkgrey-500\/20:focus{
  background-color: rgb(167 169 207 / 0.2) !important;
}

.focus\:bg-darkgrey-500\/25:focus{
  background-color: rgb(167 169 207 / 0.25) !important;
}

.focus\:bg-darkgrey-500\/30:focus{
  background-color: rgb(167 169 207 / 0.3) !important;
}

.focus\:bg-darkgrey-500\/35:focus{
  background-color: rgb(167 169 207 / 0.35) !important;
}

.focus\:bg-darkgrey-500\/40:focus{
  background-color: rgb(167 169 207 / 0.4) !important;
}

.focus\:bg-darkgrey-500\/45:focus{
  background-color: rgb(167 169 207 / 0.45) !important;
}

.focus\:bg-darkgrey-500\/5:focus{
  background-color: rgb(167 169 207 / 0.05) !important;
}

.focus\:bg-darkgrey-500\/50:focus{
  background-color: rgb(167 169 207 / 0.5) !important;
}

.focus\:bg-darkgrey-500\/55:focus{
  background-color: rgb(167 169 207 / 0.55) !important;
}

.focus\:bg-darkgrey-500\/60:focus{
  background-color: rgb(167 169 207 / 0.6) !important;
}

.focus\:bg-darkgrey-500\/65:focus{
  background-color: rgb(167 169 207 / 0.65) !important;
}

.focus\:bg-darkgrey-500\/70:focus{
  background-color: rgb(167 169 207 / 0.7) !important;
}

.focus\:bg-darkgrey-500\/75:focus{
  background-color: rgb(167 169 207 / 0.75) !important;
}

.focus\:bg-darkgrey-500\/80:focus{
  background-color: rgb(167 169 207 / 0.8) !important;
}

.focus\:bg-darkgrey-500\/85:focus{
  background-color: rgb(167 169 207 / 0.85) !important;
}

.focus\:bg-darkgrey-500\/90:focus{
  background-color: rgb(167 169 207 / 0.9) !important;
}

.focus\:bg-darkgrey-500\/95:focus{
  background-color: rgb(167 169 207 / 0.95) !important;
}

.focus\:bg-darkgrey-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 162 202 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-600\/0:focus{
  background-color: rgb(159 162 202 / 0) !important;
}

.focus\:bg-darkgrey-600\/10:focus{
  background-color: rgb(159 162 202 / 0.1) !important;
}

.focus\:bg-darkgrey-600\/100:focus{
  background-color: rgb(159 162 202 / 1) !important;
}

.focus\:bg-darkgrey-600\/15:focus{
  background-color: rgb(159 162 202 / 0.15) !important;
}

.focus\:bg-darkgrey-600\/20:focus{
  background-color: rgb(159 162 202 / 0.2) !important;
}

.focus\:bg-darkgrey-600\/25:focus{
  background-color: rgb(159 162 202 / 0.25) !important;
}

.focus\:bg-darkgrey-600\/30:focus{
  background-color: rgb(159 162 202 / 0.3) !important;
}

.focus\:bg-darkgrey-600\/35:focus{
  background-color: rgb(159 162 202 / 0.35) !important;
}

.focus\:bg-darkgrey-600\/40:focus{
  background-color: rgb(159 162 202 / 0.4) !important;
}

.focus\:bg-darkgrey-600\/45:focus{
  background-color: rgb(159 162 202 / 0.45) !important;
}

.focus\:bg-darkgrey-600\/5:focus{
  background-color: rgb(159 162 202 / 0.05) !important;
}

.focus\:bg-darkgrey-600\/50:focus{
  background-color: rgb(159 162 202 / 0.5) !important;
}

.focus\:bg-darkgrey-600\/55:focus{
  background-color: rgb(159 162 202 / 0.55) !important;
}

.focus\:bg-darkgrey-600\/60:focus{
  background-color: rgb(159 162 202 / 0.6) !important;
}

.focus\:bg-darkgrey-600\/65:focus{
  background-color: rgb(159 162 202 / 0.65) !important;
}

.focus\:bg-darkgrey-600\/70:focus{
  background-color: rgb(159 162 202 / 0.7) !important;
}

.focus\:bg-darkgrey-600\/75:focus{
  background-color: rgb(159 162 202 / 0.75) !important;
}

.focus\:bg-darkgrey-600\/80:focus{
  background-color: rgb(159 162 202 / 0.8) !important;
}

.focus\:bg-darkgrey-600\/85:focus{
  background-color: rgb(159 162 202 / 0.85) !important;
}

.focus\:bg-darkgrey-600\/90:focus{
  background-color: rgb(159 162 202 / 0.9) !important;
}

.focus\:bg-darkgrey-600\/95:focus{
  background-color: rgb(159 162 202 / 0.95) !important;
}

.focus\:bg-darkgrey-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(150 152 195 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-700\/0:focus{
  background-color: rgb(150 152 195 / 0) !important;
}

.focus\:bg-darkgrey-700\/10:focus{
  background-color: rgb(150 152 195 / 0.1) !important;
}

.focus\:bg-darkgrey-700\/100:focus{
  background-color: rgb(150 152 195 / 1) !important;
}

.focus\:bg-darkgrey-700\/15:focus{
  background-color: rgb(150 152 195 / 0.15) !important;
}

.focus\:bg-darkgrey-700\/20:focus{
  background-color: rgb(150 152 195 / 0.2) !important;
}

.focus\:bg-darkgrey-700\/25:focus{
  background-color: rgb(150 152 195 / 0.25) !important;
}

.focus\:bg-darkgrey-700\/30:focus{
  background-color: rgb(150 152 195 / 0.3) !important;
}

.focus\:bg-darkgrey-700\/35:focus{
  background-color: rgb(150 152 195 / 0.35) !important;
}

.focus\:bg-darkgrey-700\/40:focus{
  background-color: rgb(150 152 195 / 0.4) !important;
}

.focus\:bg-darkgrey-700\/45:focus{
  background-color: rgb(150 152 195 / 0.45) !important;
}

.focus\:bg-darkgrey-700\/5:focus{
  background-color: rgb(150 152 195 / 0.05) !important;
}

.focus\:bg-darkgrey-700\/50:focus{
  background-color: rgb(150 152 195 / 0.5) !important;
}

.focus\:bg-darkgrey-700\/55:focus{
  background-color: rgb(150 152 195 / 0.55) !important;
}

.focus\:bg-darkgrey-700\/60:focus{
  background-color: rgb(150 152 195 / 0.6) !important;
}

.focus\:bg-darkgrey-700\/65:focus{
  background-color: rgb(150 152 195 / 0.65) !important;
}

.focus\:bg-darkgrey-700\/70:focus{
  background-color: rgb(150 152 195 / 0.7) !important;
}

.focus\:bg-darkgrey-700\/75:focus{
  background-color: rgb(150 152 195 / 0.75) !important;
}

.focus\:bg-darkgrey-700\/80:focus{
  background-color: rgb(150 152 195 / 0.8) !important;
}

.focus\:bg-darkgrey-700\/85:focus{
  background-color: rgb(150 152 195 / 0.85) !important;
}

.focus\:bg-darkgrey-700\/90:focus{
  background-color: rgb(150 152 195 / 0.9) !important;
}

.focus\:bg-darkgrey-700\/95:focus{
  background-color: rgb(150 152 195 / 0.95) !important;
}

.focus\:bg-darkgrey-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 143 189 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-800\/0:focus{
  background-color: rgb(140 143 189 / 0) !important;
}

.focus\:bg-darkgrey-800\/10:focus{
  background-color: rgb(140 143 189 / 0.1) !important;
}

.focus\:bg-darkgrey-800\/100:focus{
  background-color: rgb(140 143 189 / 1) !important;
}

.focus\:bg-darkgrey-800\/15:focus{
  background-color: rgb(140 143 189 / 0.15) !important;
}

.focus\:bg-darkgrey-800\/20:focus{
  background-color: rgb(140 143 189 / 0.2) !important;
}

.focus\:bg-darkgrey-800\/25:focus{
  background-color: rgb(140 143 189 / 0.25) !important;
}

.focus\:bg-darkgrey-800\/30:focus{
  background-color: rgb(140 143 189 / 0.3) !important;
}

.focus\:bg-darkgrey-800\/35:focus{
  background-color: rgb(140 143 189 / 0.35) !important;
}

.focus\:bg-darkgrey-800\/40:focus{
  background-color: rgb(140 143 189 / 0.4) !important;
}

.focus\:bg-darkgrey-800\/45:focus{
  background-color: rgb(140 143 189 / 0.45) !important;
}

.focus\:bg-darkgrey-800\/5:focus{
  background-color: rgb(140 143 189 / 0.05) !important;
}

.focus\:bg-darkgrey-800\/50:focus{
  background-color: rgb(140 143 189 / 0.5) !important;
}

.focus\:bg-darkgrey-800\/55:focus{
  background-color: rgb(140 143 189 / 0.55) !important;
}

.focus\:bg-darkgrey-800\/60:focus{
  background-color: rgb(140 143 189 / 0.6) !important;
}

.focus\:bg-darkgrey-800\/65:focus{
  background-color: rgb(140 143 189 / 0.65) !important;
}

.focus\:bg-darkgrey-800\/70:focus{
  background-color: rgb(140 143 189 / 0.7) !important;
}

.focus\:bg-darkgrey-800\/75:focus{
  background-color: rgb(140 143 189 / 0.75) !important;
}

.focus\:bg-darkgrey-800\/80:focus{
  background-color: rgb(140 143 189 / 0.8) !important;
}

.focus\:bg-darkgrey-800\/85:focus{
  background-color: rgb(140 143 189 / 0.85) !important;
}

.focus\:bg-darkgrey-800\/90:focus{
  background-color: rgb(140 143 189 / 0.9) !important;
}

.focus\:bg-darkgrey-800\/95:focus{
  background-color: rgb(140 143 189 / 0.95) !important;
}

.focus\:bg-darkgrey-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 126 178 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-darkgrey-900\/0:focus{
  background-color: rgb(124 126 178 / 0) !important;
}

.focus\:bg-darkgrey-900\/10:focus{
  background-color: rgb(124 126 178 / 0.1) !important;
}

.focus\:bg-darkgrey-900\/100:focus{
  background-color: rgb(124 126 178 / 1) !important;
}

.focus\:bg-darkgrey-900\/15:focus{
  background-color: rgb(124 126 178 / 0.15) !important;
}

.focus\:bg-darkgrey-900\/20:focus{
  background-color: rgb(124 126 178 / 0.2) !important;
}

.focus\:bg-darkgrey-900\/25:focus{
  background-color: rgb(124 126 178 / 0.25) !important;
}

.focus\:bg-darkgrey-900\/30:focus{
  background-color: rgb(124 126 178 / 0.3) !important;
}

.focus\:bg-darkgrey-900\/35:focus{
  background-color: rgb(124 126 178 / 0.35) !important;
}

.focus\:bg-darkgrey-900\/40:focus{
  background-color: rgb(124 126 178 / 0.4) !important;
}

.focus\:bg-darkgrey-900\/45:focus{
  background-color: rgb(124 126 178 / 0.45) !important;
}

.focus\:bg-darkgrey-900\/5:focus{
  background-color: rgb(124 126 178 / 0.05) !important;
}

.focus\:bg-darkgrey-900\/50:focus{
  background-color: rgb(124 126 178 / 0.5) !important;
}

.focus\:bg-darkgrey-900\/55:focus{
  background-color: rgb(124 126 178 / 0.55) !important;
}

.focus\:bg-darkgrey-900\/60:focus{
  background-color: rgb(124 126 178 / 0.6) !important;
}

.focus\:bg-darkgrey-900\/65:focus{
  background-color: rgb(124 126 178 / 0.65) !important;
}

.focus\:bg-darkgrey-900\/70:focus{
  background-color: rgb(124 126 178 / 0.7) !important;
}

.focus\:bg-darkgrey-900\/75:focus{
  background-color: rgb(124 126 178 / 0.75) !important;
}

.focus\:bg-darkgrey-900\/80:focus{
  background-color: rgb(124 126 178 / 0.8) !important;
}

.focus\:bg-darkgrey-900\/85:focus{
  background-color: rgb(124 126 178 / 0.85) !important;
}

.focus\:bg-darkgrey-900\/90:focus{
  background-color: rgb(124 126 178 / 0.9) !important;
}

.focus\:bg-darkgrey-900\/95:focus{
  background-color: rgb(124 126 178 / 0.95) !important;
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-100\/0:focus{
  background-color: rgb(243 244 246 / 0) !important;
}

.focus\:bg-gray-100\/10:focus{
  background-color: rgb(243 244 246 / 0.1) !important;
}

.focus\:bg-gray-100\/100:focus{
  background-color: rgb(243 244 246 / 1) !important;
}

.focus\:bg-gray-100\/15:focus{
  background-color: rgb(243 244 246 / 0.15) !important;
}

.focus\:bg-gray-100\/20:focus{
  background-color: rgb(243 244 246 / 0.2) !important;
}

.focus\:bg-gray-100\/25:focus{
  background-color: rgb(243 244 246 / 0.25) !important;
}

.focus\:bg-gray-100\/30:focus{
  background-color: rgb(243 244 246 / 0.3) !important;
}

.focus\:bg-gray-100\/35:focus{
  background-color: rgb(243 244 246 / 0.35) !important;
}

.focus\:bg-gray-100\/40:focus{
  background-color: rgb(243 244 246 / 0.4) !important;
}

.focus\:bg-gray-100\/45:focus{
  background-color: rgb(243 244 246 / 0.45) !important;
}

.focus\:bg-gray-100\/5:focus{
  background-color: rgb(243 244 246 / 0.05) !important;
}

.focus\:bg-gray-100\/50:focus{
  background-color: rgb(243 244 246 / 0.5) !important;
}

.focus\:bg-gray-100\/55:focus{
  background-color: rgb(243 244 246 / 0.55) !important;
}

.focus\:bg-gray-100\/60:focus{
  background-color: rgb(243 244 246 / 0.6) !important;
}

.focus\:bg-gray-100\/65:focus{
  background-color: rgb(243 244 246 / 0.65) !important;
}

.focus\:bg-gray-100\/70:focus{
  background-color: rgb(243 244 246 / 0.7) !important;
}

.focus\:bg-gray-100\/75:focus{
  background-color: rgb(243 244 246 / 0.75) !important;
}

.focus\:bg-gray-100\/80:focus{
  background-color: rgb(243 244 246 / 0.8) !important;
}

.focus\:bg-gray-100\/85:focus{
  background-color: rgb(243 244 246 / 0.85) !important;
}

.focus\:bg-gray-100\/90:focus{
  background-color: rgb(243 244 246 / 0.9) !important;
}

.focus\:bg-gray-100\/95:focus{
  background-color: rgb(243 244 246 / 0.95) !important;
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-200\/0:focus{
  background-color: rgb(229 231 235 / 0) !important;
}

.focus\:bg-gray-200\/10:focus{
  background-color: rgb(229 231 235 / 0.1) !important;
}

.focus\:bg-gray-200\/100:focus{
  background-color: rgb(229 231 235 / 1) !important;
}

.focus\:bg-gray-200\/15:focus{
  background-color: rgb(229 231 235 / 0.15) !important;
}

.focus\:bg-gray-200\/20:focus{
  background-color: rgb(229 231 235 / 0.2) !important;
}

.focus\:bg-gray-200\/25:focus{
  background-color: rgb(229 231 235 / 0.25) !important;
}

.focus\:bg-gray-200\/30:focus{
  background-color: rgb(229 231 235 / 0.3) !important;
}

.focus\:bg-gray-200\/35:focus{
  background-color: rgb(229 231 235 / 0.35) !important;
}

.focus\:bg-gray-200\/40:focus{
  background-color: rgb(229 231 235 / 0.4) !important;
}

.focus\:bg-gray-200\/45:focus{
  background-color: rgb(229 231 235 / 0.45) !important;
}

.focus\:bg-gray-200\/5:focus{
  background-color: rgb(229 231 235 / 0.05) !important;
}

.focus\:bg-gray-200\/50:focus{
  background-color: rgb(229 231 235 / 0.5) !important;
}

.focus\:bg-gray-200\/55:focus{
  background-color: rgb(229 231 235 / 0.55) !important;
}

.focus\:bg-gray-200\/60:focus{
  background-color: rgb(229 231 235 / 0.6) !important;
}

.focus\:bg-gray-200\/65:focus{
  background-color: rgb(229 231 235 / 0.65) !important;
}

.focus\:bg-gray-200\/70:focus{
  background-color: rgb(229 231 235 / 0.7) !important;
}

.focus\:bg-gray-200\/75:focus{
  background-color: rgb(229 231 235 / 0.75) !important;
}

.focus\:bg-gray-200\/80:focus{
  background-color: rgb(229 231 235 / 0.8) !important;
}

.focus\:bg-gray-200\/85:focus{
  background-color: rgb(229 231 235 / 0.85) !important;
}

.focus\:bg-gray-200\/90:focus{
  background-color: rgb(229 231 235 / 0.9) !important;
}

.focus\:bg-gray-200\/95:focus{
  background-color: rgb(229 231 235 / 0.95) !important;
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-300\/0:focus{
  background-color: rgb(209 213 219 / 0) !important;
}

.focus\:bg-gray-300\/10:focus{
  background-color: rgb(209 213 219 / 0.1) !important;
}

.focus\:bg-gray-300\/100:focus{
  background-color: rgb(209 213 219 / 1) !important;
}

.focus\:bg-gray-300\/15:focus{
  background-color: rgb(209 213 219 / 0.15) !important;
}

.focus\:bg-gray-300\/20:focus{
  background-color: rgb(209 213 219 / 0.2) !important;
}

.focus\:bg-gray-300\/25:focus{
  background-color: rgb(209 213 219 / 0.25) !important;
}

.focus\:bg-gray-300\/30:focus{
  background-color: rgb(209 213 219 / 0.3) !important;
}

.focus\:bg-gray-300\/35:focus{
  background-color: rgb(209 213 219 / 0.35) !important;
}

.focus\:bg-gray-300\/40:focus{
  background-color: rgb(209 213 219 / 0.4) !important;
}

.focus\:bg-gray-300\/45:focus{
  background-color: rgb(209 213 219 / 0.45) !important;
}

.focus\:bg-gray-300\/5:focus{
  background-color: rgb(209 213 219 / 0.05) !important;
}

.focus\:bg-gray-300\/50:focus{
  background-color: rgb(209 213 219 / 0.5) !important;
}

.focus\:bg-gray-300\/55:focus{
  background-color: rgb(209 213 219 / 0.55) !important;
}

.focus\:bg-gray-300\/60:focus{
  background-color: rgb(209 213 219 / 0.6) !important;
}

.focus\:bg-gray-300\/65:focus{
  background-color: rgb(209 213 219 / 0.65) !important;
}

.focus\:bg-gray-300\/70:focus{
  background-color: rgb(209 213 219 / 0.7) !important;
}

.focus\:bg-gray-300\/75:focus{
  background-color: rgb(209 213 219 / 0.75) !important;
}

.focus\:bg-gray-300\/80:focus{
  background-color: rgb(209 213 219 / 0.8) !important;
}

.focus\:bg-gray-300\/85:focus{
  background-color: rgb(209 213 219 / 0.85) !important;
}

.focus\:bg-gray-300\/90:focus{
  background-color: rgb(209 213 219 / 0.9) !important;
}

.focus\:bg-gray-300\/95:focus{
  background-color: rgb(209 213 219 / 0.95) !important;
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-400\/0:focus{
  background-color: rgb(156 163 175 / 0) !important;
}

.focus\:bg-gray-400\/10:focus{
  background-color: rgb(156 163 175 / 0.1) !important;
}

.focus\:bg-gray-400\/100:focus{
  background-color: rgb(156 163 175 / 1) !important;
}

.focus\:bg-gray-400\/15:focus{
  background-color: rgb(156 163 175 / 0.15) !important;
}

.focus\:bg-gray-400\/20:focus{
  background-color: rgb(156 163 175 / 0.2) !important;
}

.focus\:bg-gray-400\/25:focus{
  background-color: rgb(156 163 175 / 0.25) !important;
}

.focus\:bg-gray-400\/30:focus{
  background-color: rgb(156 163 175 / 0.3) !important;
}

.focus\:bg-gray-400\/35:focus{
  background-color: rgb(156 163 175 / 0.35) !important;
}

.focus\:bg-gray-400\/40:focus{
  background-color: rgb(156 163 175 / 0.4) !important;
}

.focus\:bg-gray-400\/45:focus{
  background-color: rgb(156 163 175 / 0.45) !important;
}

.focus\:bg-gray-400\/5:focus{
  background-color: rgb(156 163 175 / 0.05) !important;
}

.focus\:bg-gray-400\/50:focus{
  background-color: rgb(156 163 175 / 0.5) !important;
}

.focus\:bg-gray-400\/55:focus{
  background-color: rgb(156 163 175 / 0.55) !important;
}

.focus\:bg-gray-400\/60:focus{
  background-color: rgb(156 163 175 / 0.6) !important;
}

.focus\:bg-gray-400\/65:focus{
  background-color: rgb(156 163 175 / 0.65) !important;
}

.focus\:bg-gray-400\/70:focus{
  background-color: rgb(156 163 175 / 0.7) !important;
}

.focus\:bg-gray-400\/75:focus{
  background-color: rgb(156 163 175 / 0.75) !important;
}

.focus\:bg-gray-400\/80:focus{
  background-color: rgb(156 163 175 / 0.8) !important;
}

.focus\:bg-gray-400\/85:focus{
  background-color: rgb(156 163 175 / 0.85) !important;
}

.focus\:bg-gray-400\/90:focus{
  background-color: rgb(156 163 175 / 0.9) !important;
}

.focus\:bg-gray-400\/95:focus{
  background-color: rgb(156 163 175 / 0.95) !important;
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-50\/0:focus{
  background-color: rgb(249 250 251 / 0) !important;
}

.focus\:bg-gray-50\/10:focus{
  background-color: rgb(249 250 251 / 0.1) !important;
}

.focus\:bg-gray-50\/100:focus{
  background-color: rgb(249 250 251 / 1) !important;
}

.focus\:bg-gray-50\/15:focus{
  background-color: rgb(249 250 251 / 0.15) !important;
}

.focus\:bg-gray-50\/20:focus{
  background-color: rgb(249 250 251 / 0.2) !important;
}

.focus\:bg-gray-50\/25:focus{
  background-color: rgb(249 250 251 / 0.25) !important;
}

.focus\:bg-gray-50\/30:focus{
  background-color: rgb(249 250 251 / 0.3) !important;
}

.focus\:bg-gray-50\/35:focus{
  background-color: rgb(249 250 251 / 0.35) !important;
}

.focus\:bg-gray-50\/40:focus{
  background-color: rgb(249 250 251 / 0.4) !important;
}

.focus\:bg-gray-50\/45:focus{
  background-color: rgb(249 250 251 / 0.45) !important;
}

.focus\:bg-gray-50\/5:focus{
  background-color: rgb(249 250 251 / 0.05) !important;
}

.focus\:bg-gray-50\/50:focus{
  background-color: rgb(249 250 251 / 0.5) !important;
}

.focus\:bg-gray-50\/55:focus{
  background-color: rgb(249 250 251 / 0.55) !important;
}

.focus\:bg-gray-50\/60:focus{
  background-color: rgb(249 250 251 / 0.6) !important;
}

.focus\:bg-gray-50\/65:focus{
  background-color: rgb(249 250 251 / 0.65) !important;
}

.focus\:bg-gray-50\/70:focus{
  background-color: rgb(249 250 251 / 0.7) !important;
}

.focus\:bg-gray-50\/75:focus{
  background-color: rgb(249 250 251 / 0.75) !important;
}

.focus\:bg-gray-50\/80:focus{
  background-color: rgb(249 250 251 / 0.8) !important;
}

.focus\:bg-gray-50\/85:focus{
  background-color: rgb(249 250 251 / 0.85) !important;
}

.focus\:bg-gray-50\/90:focus{
  background-color: rgb(249 250 251 / 0.9) !important;
}

.focus\:bg-gray-50\/95:focus{
  background-color: rgb(249 250 251 / 0.95) !important;
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-500\/0:focus{
  background-color: rgb(107 114 128 / 0) !important;
}

.focus\:bg-gray-500\/10:focus{
  background-color: rgb(107 114 128 / 0.1) !important;
}

.focus\:bg-gray-500\/100:focus{
  background-color: rgb(107 114 128 / 1) !important;
}

.focus\:bg-gray-500\/15:focus{
  background-color: rgb(107 114 128 / 0.15) !important;
}

.focus\:bg-gray-500\/20:focus{
  background-color: rgb(107 114 128 / 0.2) !important;
}

.focus\:bg-gray-500\/25:focus{
  background-color: rgb(107 114 128 / 0.25) !important;
}

.focus\:bg-gray-500\/30:focus{
  background-color: rgb(107 114 128 / 0.3) !important;
}

.focus\:bg-gray-500\/35:focus{
  background-color: rgb(107 114 128 / 0.35) !important;
}

.focus\:bg-gray-500\/40:focus{
  background-color: rgb(107 114 128 / 0.4) !important;
}

.focus\:bg-gray-500\/45:focus{
  background-color: rgb(107 114 128 / 0.45) !important;
}

.focus\:bg-gray-500\/5:focus{
  background-color: rgb(107 114 128 / 0.05) !important;
}

.focus\:bg-gray-500\/50:focus{
  background-color: rgb(107 114 128 / 0.5) !important;
}

.focus\:bg-gray-500\/55:focus{
  background-color: rgb(107 114 128 / 0.55) !important;
}

.focus\:bg-gray-500\/60:focus{
  background-color: rgb(107 114 128 / 0.6) !important;
}

.focus\:bg-gray-500\/65:focus{
  background-color: rgb(107 114 128 / 0.65) !important;
}

.focus\:bg-gray-500\/70:focus{
  background-color: rgb(107 114 128 / 0.7) !important;
}

.focus\:bg-gray-500\/75:focus{
  background-color: rgb(107 114 128 / 0.75) !important;
}

.focus\:bg-gray-500\/80:focus{
  background-color: rgb(107 114 128 / 0.8) !important;
}

.focus\:bg-gray-500\/85:focus{
  background-color: rgb(107 114 128 / 0.85) !important;
}

.focus\:bg-gray-500\/90:focus{
  background-color: rgb(107 114 128 / 0.9) !important;
}

.focus\:bg-gray-500\/95:focus{
  background-color: rgb(107 114 128 / 0.95) !important;
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-600\/0:focus{
  background-color: rgb(75 85 99 / 0) !important;
}

.focus\:bg-gray-600\/10:focus{
  background-color: rgb(75 85 99 / 0.1) !important;
}

.focus\:bg-gray-600\/100:focus{
  background-color: rgb(75 85 99 / 1) !important;
}

.focus\:bg-gray-600\/15:focus{
  background-color: rgb(75 85 99 / 0.15) !important;
}

.focus\:bg-gray-600\/20:focus{
  background-color: rgb(75 85 99 / 0.2) !important;
}

.focus\:bg-gray-600\/25:focus{
  background-color: rgb(75 85 99 / 0.25) !important;
}

.focus\:bg-gray-600\/30:focus{
  background-color: rgb(75 85 99 / 0.3) !important;
}

.focus\:bg-gray-600\/35:focus{
  background-color: rgb(75 85 99 / 0.35) !important;
}

.focus\:bg-gray-600\/40:focus{
  background-color: rgb(75 85 99 / 0.4) !important;
}

.focus\:bg-gray-600\/45:focus{
  background-color: rgb(75 85 99 / 0.45) !important;
}

.focus\:bg-gray-600\/5:focus{
  background-color: rgb(75 85 99 / 0.05) !important;
}

.focus\:bg-gray-600\/50:focus{
  background-color: rgb(75 85 99 / 0.5) !important;
}

.focus\:bg-gray-600\/55:focus{
  background-color: rgb(75 85 99 / 0.55) !important;
}

.focus\:bg-gray-600\/60:focus{
  background-color: rgb(75 85 99 / 0.6) !important;
}

.focus\:bg-gray-600\/65:focus{
  background-color: rgb(75 85 99 / 0.65) !important;
}

.focus\:bg-gray-600\/70:focus{
  background-color: rgb(75 85 99 / 0.7) !important;
}

.focus\:bg-gray-600\/75:focus{
  background-color: rgb(75 85 99 / 0.75) !important;
}

.focus\:bg-gray-600\/80:focus{
  background-color: rgb(75 85 99 / 0.8) !important;
}

.focus\:bg-gray-600\/85:focus{
  background-color: rgb(75 85 99 / 0.85) !important;
}

.focus\:bg-gray-600\/90:focus{
  background-color: rgb(75 85 99 / 0.9) !important;
}

.focus\:bg-gray-600\/95:focus{
  background-color: rgb(75 85 99 / 0.95) !important;
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-700\/0:focus{
  background-color: rgb(55 65 81 / 0) !important;
}

.focus\:bg-gray-700\/10:focus{
  background-color: rgb(55 65 81 / 0.1) !important;
}

.focus\:bg-gray-700\/100:focus{
  background-color: rgb(55 65 81 / 1) !important;
}

.focus\:bg-gray-700\/15:focus{
  background-color: rgb(55 65 81 / 0.15) !important;
}

.focus\:bg-gray-700\/20:focus{
  background-color: rgb(55 65 81 / 0.2) !important;
}

.focus\:bg-gray-700\/25:focus{
  background-color: rgb(55 65 81 / 0.25) !important;
}

.focus\:bg-gray-700\/30:focus{
  background-color: rgb(55 65 81 / 0.3) !important;
}

.focus\:bg-gray-700\/35:focus{
  background-color: rgb(55 65 81 / 0.35) !important;
}

.focus\:bg-gray-700\/40:focus{
  background-color: rgb(55 65 81 / 0.4) !important;
}

.focus\:bg-gray-700\/45:focus{
  background-color: rgb(55 65 81 / 0.45) !important;
}

.focus\:bg-gray-700\/5:focus{
  background-color: rgb(55 65 81 / 0.05) !important;
}

.focus\:bg-gray-700\/50:focus{
  background-color: rgb(55 65 81 / 0.5) !important;
}

.focus\:bg-gray-700\/55:focus{
  background-color: rgb(55 65 81 / 0.55) !important;
}

.focus\:bg-gray-700\/60:focus{
  background-color: rgb(55 65 81 / 0.6) !important;
}

.focus\:bg-gray-700\/65:focus{
  background-color: rgb(55 65 81 / 0.65) !important;
}

.focus\:bg-gray-700\/70:focus{
  background-color: rgb(55 65 81 / 0.7) !important;
}

.focus\:bg-gray-700\/75:focus{
  background-color: rgb(55 65 81 / 0.75) !important;
}

.focus\:bg-gray-700\/80:focus{
  background-color: rgb(55 65 81 / 0.8) !important;
}

.focus\:bg-gray-700\/85:focus{
  background-color: rgb(55 65 81 / 0.85) !important;
}

.focus\:bg-gray-700\/90:focus{
  background-color: rgb(55 65 81 / 0.9) !important;
}

.focus\:bg-gray-700\/95:focus{
  background-color: rgb(55 65 81 / 0.95) !important;
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-800\/0:focus{
  background-color: rgb(31 41 55 / 0) !important;
}

.focus\:bg-gray-800\/10:focus{
  background-color: rgb(31 41 55 / 0.1) !important;
}

.focus\:bg-gray-800\/100:focus{
  background-color: rgb(31 41 55 / 1) !important;
}

.focus\:bg-gray-800\/15:focus{
  background-color: rgb(31 41 55 / 0.15) !important;
}

.focus\:bg-gray-800\/20:focus{
  background-color: rgb(31 41 55 / 0.2) !important;
}

.focus\:bg-gray-800\/25:focus{
  background-color: rgb(31 41 55 / 0.25) !important;
}

.focus\:bg-gray-800\/30:focus{
  background-color: rgb(31 41 55 / 0.3) !important;
}

.focus\:bg-gray-800\/35:focus{
  background-color: rgb(31 41 55 / 0.35) !important;
}

.focus\:bg-gray-800\/40:focus{
  background-color: rgb(31 41 55 / 0.4) !important;
}

.focus\:bg-gray-800\/45:focus{
  background-color: rgb(31 41 55 / 0.45) !important;
}

.focus\:bg-gray-800\/5:focus{
  background-color: rgb(31 41 55 / 0.05) !important;
}

.focus\:bg-gray-800\/50:focus{
  background-color: rgb(31 41 55 / 0.5) !important;
}

.focus\:bg-gray-800\/55:focus{
  background-color: rgb(31 41 55 / 0.55) !important;
}

.focus\:bg-gray-800\/60:focus{
  background-color: rgb(31 41 55 / 0.6) !important;
}

.focus\:bg-gray-800\/65:focus{
  background-color: rgb(31 41 55 / 0.65) !important;
}

.focus\:bg-gray-800\/70:focus{
  background-color: rgb(31 41 55 / 0.7) !important;
}

.focus\:bg-gray-800\/75:focus{
  background-color: rgb(31 41 55 / 0.75) !important;
}

.focus\:bg-gray-800\/80:focus{
  background-color: rgb(31 41 55 / 0.8) !important;
}

.focus\:bg-gray-800\/85:focus{
  background-color: rgb(31 41 55 / 0.85) !important;
}

.focus\:bg-gray-800\/90:focus{
  background-color: rgb(31 41 55 / 0.9) !important;
}

.focus\:bg-gray-800\/95:focus{
  background-color: rgb(31 41 55 / 0.95) !important;
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-900\/0:focus{
  background-color: rgb(17 24 39 / 0) !important;
}

.focus\:bg-gray-900\/10:focus{
  background-color: rgb(17 24 39 / 0.1) !important;
}

.focus\:bg-gray-900\/100:focus{
  background-color: rgb(17 24 39 / 1) !important;
}

.focus\:bg-gray-900\/15:focus{
  background-color: rgb(17 24 39 / 0.15) !important;
}

.focus\:bg-gray-900\/20:focus{
  background-color: rgb(17 24 39 / 0.2) !important;
}

.focus\:bg-gray-900\/25:focus{
  background-color: rgb(17 24 39 / 0.25) !important;
}

.focus\:bg-gray-900\/30:focus{
  background-color: rgb(17 24 39 / 0.3) !important;
}

.focus\:bg-gray-900\/35:focus{
  background-color: rgb(17 24 39 / 0.35) !important;
}

.focus\:bg-gray-900\/40:focus{
  background-color: rgb(17 24 39 / 0.4) !important;
}

.focus\:bg-gray-900\/45:focus{
  background-color: rgb(17 24 39 / 0.45) !important;
}

.focus\:bg-gray-900\/5:focus{
  background-color: rgb(17 24 39 / 0.05) !important;
}

.focus\:bg-gray-900\/50:focus{
  background-color: rgb(17 24 39 / 0.5) !important;
}

.focus\:bg-gray-900\/55:focus{
  background-color: rgb(17 24 39 / 0.55) !important;
}

.focus\:bg-gray-900\/60:focus{
  background-color: rgb(17 24 39 / 0.6) !important;
}

.focus\:bg-gray-900\/65:focus{
  background-color: rgb(17 24 39 / 0.65) !important;
}

.focus\:bg-gray-900\/70:focus{
  background-color: rgb(17 24 39 / 0.7) !important;
}

.focus\:bg-gray-900\/75:focus{
  background-color: rgb(17 24 39 / 0.75) !important;
}

.focus\:bg-gray-900\/80:focus{
  background-color: rgb(17 24 39 / 0.8) !important;
}

.focus\:bg-gray-900\/85:focus{
  background-color: rgb(17 24 39 / 0.85) !important;
}

.focus\:bg-gray-900\/90:focus{
  background-color: rgb(17 24 39 / 0.9) !important;
}

.focus\:bg-gray-900\/95:focus{
  background-color: rgb(17 24 39 / 0.95) !important;
}

.focus\:bg-gray-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-950\/0:focus{
  background-color: rgb(3 7 18 / 0) !important;
}

.focus\:bg-gray-950\/10:focus{
  background-color: rgb(3 7 18 / 0.1) !important;
}

.focus\:bg-gray-950\/100:focus{
  background-color: rgb(3 7 18 / 1) !important;
}

.focus\:bg-gray-950\/15:focus{
  background-color: rgb(3 7 18 / 0.15) !important;
}

.focus\:bg-gray-950\/20:focus{
  background-color: rgb(3 7 18 / 0.2) !important;
}

.focus\:bg-gray-950\/25:focus{
  background-color: rgb(3 7 18 / 0.25) !important;
}

.focus\:bg-gray-950\/30:focus{
  background-color: rgb(3 7 18 / 0.3) !important;
}

.focus\:bg-gray-950\/35:focus{
  background-color: rgb(3 7 18 / 0.35) !important;
}

.focus\:bg-gray-950\/40:focus{
  background-color: rgb(3 7 18 / 0.4) !important;
}

.focus\:bg-gray-950\/45:focus{
  background-color: rgb(3 7 18 / 0.45) !important;
}

.focus\:bg-gray-950\/5:focus{
  background-color: rgb(3 7 18 / 0.05) !important;
}

.focus\:bg-gray-950\/50:focus{
  background-color: rgb(3 7 18 / 0.5) !important;
}

.focus\:bg-gray-950\/55:focus{
  background-color: rgb(3 7 18 / 0.55) !important;
}

.focus\:bg-gray-950\/60:focus{
  background-color: rgb(3 7 18 / 0.6) !important;
}

.focus\:bg-gray-950\/65:focus{
  background-color: rgb(3 7 18 / 0.65) !important;
}

.focus\:bg-gray-950\/70:focus{
  background-color: rgb(3 7 18 / 0.7) !important;
}

.focus\:bg-gray-950\/75:focus{
  background-color: rgb(3 7 18 / 0.75) !important;
}

.focus\:bg-gray-950\/80:focus{
  background-color: rgb(3 7 18 / 0.8) !important;
}

.focus\:bg-gray-950\/85:focus{
  background-color: rgb(3 7 18 / 0.85) !important;
}

.focus\:bg-gray-950\/90:focus{
  background-color: rgb(3 7 18 / 0.9) !important;
}

.focus\:bg-gray-950\/95:focus{
  background-color: rgb(3 7 18 / 0.95) !important;
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 250 236 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-100\/0:focus{
  background-color: rgb(222 250 236 / 0) !important;
}

.focus\:bg-green-100\/10:focus{
  background-color: rgb(222 250 236 / 0.1) !important;
}

.focus\:bg-green-100\/100:focus{
  background-color: rgb(222 250 236 / 1) !important;
}

.focus\:bg-green-100\/15:focus{
  background-color: rgb(222 250 236 / 0.15) !important;
}

.focus\:bg-green-100\/20:focus{
  background-color: rgb(222 250 236 / 0.2) !important;
}

.focus\:bg-green-100\/25:focus{
  background-color: rgb(222 250 236 / 0.25) !important;
}

.focus\:bg-green-100\/30:focus{
  background-color: rgb(222 250 236 / 0.3) !important;
}

.focus\:bg-green-100\/35:focus{
  background-color: rgb(222 250 236 / 0.35) !important;
}

.focus\:bg-green-100\/40:focus{
  background-color: rgb(222 250 236 / 0.4) !important;
}

.focus\:bg-green-100\/45:focus{
  background-color: rgb(222 250 236 / 0.45) !important;
}

.focus\:bg-green-100\/5:focus{
  background-color: rgb(222 250 236 / 0.05) !important;
}

.focus\:bg-green-100\/50:focus{
  background-color: rgb(222 250 236 / 0.5) !important;
}

.focus\:bg-green-100\/55:focus{
  background-color: rgb(222 250 236 / 0.55) !important;
}

.focus\:bg-green-100\/60:focus{
  background-color: rgb(222 250 236 / 0.6) !important;
}

.focus\:bg-green-100\/65:focus{
  background-color: rgb(222 250 236 / 0.65) !important;
}

.focus\:bg-green-100\/70:focus{
  background-color: rgb(222 250 236 / 0.7) !important;
}

.focus\:bg-green-100\/75:focus{
  background-color: rgb(222 250 236 / 0.75) !important;
}

.focus\:bg-green-100\/80:focus{
  background-color: rgb(222 250 236 / 0.8) !important;
}

.focus\:bg-green-100\/85:focus{
  background-color: rgb(222 250 236 / 0.85) !important;
}

.focus\:bg-green-100\/90:focus{
  background-color: rgb(222 250 236 / 0.9) !important;
}

.focus\:bg-green-100\/95:focus{
  background-color: rgb(222 250 236 / 0.95) !important;
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 244 216 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-200\/0:focus{
  background-color: rgb(190 244 216 / 0) !important;
}

.focus\:bg-green-200\/10:focus{
  background-color: rgb(190 244 216 / 0.1) !important;
}

.focus\:bg-green-200\/100:focus{
  background-color: rgb(190 244 216 / 1) !important;
}

.focus\:bg-green-200\/15:focus{
  background-color: rgb(190 244 216 / 0.15) !important;
}

.focus\:bg-green-200\/20:focus{
  background-color: rgb(190 244 216 / 0.2) !important;
}

.focus\:bg-green-200\/25:focus{
  background-color: rgb(190 244 216 / 0.25) !important;
}

.focus\:bg-green-200\/30:focus{
  background-color: rgb(190 244 216 / 0.3) !important;
}

.focus\:bg-green-200\/35:focus{
  background-color: rgb(190 244 216 / 0.35) !important;
}

.focus\:bg-green-200\/40:focus{
  background-color: rgb(190 244 216 / 0.4) !important;
}

.focus\:bg-green-200\/45:focus{
  background-color: rgb(190 244 216 / 0.45) !important;
}

.focus\:bg-green-200\/5:focus{
  background-color: rgb(190 244 216 / 0.05) !important;
}

.focus\:bg-green-200\/50:focus{
  background-color: rgb(190 244 216 / 0.5) !important;
}

.focus\:bg-green-200\/55:focus{
  background-color: rgb(190 244 216 / 0.55) !important;
}

.focus\:bg-green-200\/60:focus{
  background-color: rgb(190 244 216 / 0.6) !important;
}

.focus\:bg-green-200\/65:focus{
  background-color: rgb(190 244 216 / 0.65) !important;
}

.focus\:bg-green-200\/70:focus{
  background-color: rgb(190 244 216 / 0.7) !important;
}

.focus\:bg-green-200\/75:focus{
  background-color: rgb(190 244 216 / 0.75) !important;
}

.focus\:bg-green-200\/80:focus{
  background-color: rgb(190 244 216 / 0.8) !important;
}

.focus\:bg-green-200\/85:focus{
  background-color: rgb(190 244 216 / 0.85) !important;
}

.focus\:bg-green-200\/90:focus{
  background-color: rgb(190 244 216 / 0.9) !important;
}

.focus\:bg-green-200\/95:focus{
  background-color: rgb(190 244 216 / 0.95) !important;
}

.focus\:bg-green-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 233 187 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-300\/0:focus{
  background-color: rgb(140 233 187 / 0) !important;
}

.focus\:bg-green-300\/10:focus{
  background-color: rgb(140 233 187 / 0.1) !important;
}

.focus\:bg-green-300\/100:focus{
  background-color: rgb(140 233 187 / 1) !important;
}

.focus\:bg-green-300\/15:focus{
  background-color: rgb(140 233 187 / 0.15) !important;
}

.focus\:bg-green-300\/20:focus{
  background-color: rgb(140 233 187 / 0.2) !important;
}

.focus\:bg-green-300\/25:focus{
  background-color: rgb(140 233 187 / 0.25) !important;
}

.focus\:bg-green-300\/30:focus{
  background-color: rgb(140 233 187 / 0.3) !important;
}

.focus\:bg-green-300\/35:focus{
  background-color: rgb(140 233 187 / 0.35) !important;
}

.focus\:bg-green-300\/40:focus{
  background-color: rgb(140 233 187 / 0.4) !important;
}

.focus\:bg-green-300\/45:focus{
  background-color: rgb(140 233 187 / 0.45) !important;
}

.focus\:bg-green-300\/5:focus{
  background-color: rgb(140 233 187 / 0.05) !important;
}

.focus\:bg-green-300\/50:focus{
  background-color: rgb(140 233 187 / 0.5) !important;
}

.focus\:bg-green-300\/55:focus{
  background-color: rgb(140 233 187 / 0.55) !important;
}

.focus\:bg-green-300\/60:focus{
  background-color: rgb(140 233 187 / 0.6) !important;
}

.focus\:bg-green-300\/65:focus{
  background-color: rgb(140 233 187 / 0.65) !important;
}

.focus\:bg-green-300\/70:focus{
  background-color: rgb(140 233 187 / 0.7) !important;
}

.focus\:bg-green-300\/75:focus{
  background-color: rgb(140 233 187 / 0.75) !important;
}

.focus\:bg-green-300\/80:focus{
  background-color: rgb(140 233 187 / 0.8) !important;
}

.focus\:bg-green-300\/85:focus{
  background-color: rgb(140 233 187 / 0.85) !important;
}

.focus\:bg-green-300\/90:focus{
  background-color: rgb(140 233 187 / 0.9) !important;
}

.focus\:bg-green-300\/95:focus{
  background-color: rgb(140 233 187 / 0.95) !important;
}

.focus\:bg-green-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 214 148 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-400\/0:focus{
  background-color: rgb(82 214 148 / 0) !important;
}

.focus\:bg-green-400\/10:focus{
  background-color: rgb(82 214 148 / 0.1) !important;
}

.focus\:bg-green-400\/100:focus{
  background-color: rgb(82 214 148 / 1) !important;
}

.focus\:bg-green-400\/15:focus{
  background-color: rgb(82 214 148 / 0.15) !important;
}

.focus\:bg-green-400\/20:focus{
  background-color: rgb(82 214 148 / 0.2) !important;
}

.focus\:bg-green-400\/25:focus{
  background-color: rgb(82 214 148 / 0.25) !important;
}

.focus\:bg-green-400\/30:focus{
  background-color: rgb(82 214 148 / 0.3) !important;
}

.focus\:bg-green-400\/35:focus{
  background-color: rgb(82 214 148 / 0.35) !important;
}

.focus\:bg-green-400\/40:focus{
  background-color: rgb(82 214 148 / 0.4) !important;
}

.focus\:bg-green-400\/45:focus{
  background-color: rgb(82 214 148 / 0.45) !important;
}

.focus\:bg-green-400\/5:focus{
  background-color: rgb(82 214 148 / 0.05) !important;
}

.focus\:bg-green-400\/50:focus{
  background-color: rgb(82 214 148 / 0.5) !important;
}

.focus\:bg-green-400\/55:focus{
  background-color: rgb(82 214 148 / 0.55) !important;
}

.focus\:bg-green-400\/60:focus{
  background-color: rgb(82 214 148 / 0.6) !important;
}

.focus\:bg-green-400\/65:focus{
  background-color: rgb(82 214 148 / 0.65) !important;
}

.focus\:bg-green-400\/70:focus{
  background-color: rgb(82 214 148 / 0.7) !important;
}

.focus\:bg-green-400\/75:focus{
  background-color: rgb(82 214 148 / 0.75) !important;
}

.focus\:bg-green-400\/80:focus{
  background-color: rgb(82 214 148 / 0.8) !important;
}

.focus\:bg-green-400\/85:focus{
  background-color: rgb(82 214 148 / 0.85) !important;
}

.focus\:bg-green-400\/90:focus{
  background-color: rgb(82 214 148 / 0.9) !important;
}

.focus\:bg-green-400\/95:focus{
  background-color: rgb(82 214 148 / 0.95) !important;
}

.focus\:bg-green-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-50\/0:focus{
  background-color: rgb(241 252 245 / 0) !important;
}

.focus\:bg-green-50\/10:focus{
  background-color: rgb(241 252 245 / 0.1) !important;
}

.focus\:bg-green-50\/100:focus{
  background-color: rgb(241 252 245 / 1) !important;
}

.focus\:bg-green-50\/15:focus{
  background-color: rgb(241 252 245 / 0.15) !important;
}

.focus\:bg-green-50\/20:focus{
  background-color: rgb(241 252 245 / 0.2) !important;
}

.focus\:bg-green-50\/25:focus{
  background-color: rgb(241 252 245 / 0.25) !important;
}

.focus\:bg-green-50\/30:focus{
  background-color: rgb(241 252 245 / 0.3) !important;
}

.focus\:bg-green-50\/35:focus{
  background-color: rgb(241 252 245 / 0.35) !important;
}

.focus\:bg-green-50\/40:focus{
  background-color: rgb(241 252 245 / 0.4) !important;
}

.focus\:bg-green-50\/45:focus{
  background-color: rgb(241 252 245 / 0.45) !important;
}

.focus\:bg-green-50\/5:focus{
  background-color: rgb(241 252 245 / 0.05) !important;
}

.focus\:bg-green-50\/50:focus{
  background-color: rgb(241 252 245 / 0.5) !important;
}

.focus\:bg-green-50\/55:focus{
  background-color: rgb(241 252 245 / 0.55) !important;
}

.focus\:bg-green-50\/60:focus{
  background-color: rgb(241 252 245 / 0.6) !important;
}

.focus\:bg-green-50\/65:focus{
  background-color: rgb(241 252 245 / 0.65) !important;
}

.focus\:bg-green-50\/70:focus{
  background-color: rgb(241 252 245 / 0.7) !important;
}

.focus\:bg-green-50\/75:focus{
  background-color: rgb(241 252 245 / 0.75) !important;
}

.focus\:bg-green-50\/80:focus{
  background-color: rgb(241 252 245 / 0.8) !important;
}

.focus\:bg-green-50\/85:focus{
  background-color: rgb(241 252 245 / 0.85) !important;
}

.focus\:bg-green-50\/90:focus{
  background-color: rgb(241 252 245 / 0.9) !important;
}

.focus\:bg-green-50\/95:focus{
  background-color: rgb(241 252 245 / 0.95) !important;
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 208 130 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-500\/0:focus{
  background-color: rgb(51 208 130 / 0) !important;
}

.focus\:bg-green-500\/10:focus{
  background-color: rgb(51 208 130 / 0.1) !important;
}

.focus\:bg-green-500\/100:focus{
  background-color: rgb(51 208 130 / 1) !important;
}

.focus\:bg-green-500\/15:focus{
  background-color: rgb(51 208 130 / 0.15) !important;
}

.focus\:bg-green-500\/20:focus{
  background-color: rgb(51 208 130 / 0.2) !important;
}

.focus\:bg-green-500\/25:focus{
  background-color: rgb(51 208 130 / 0.25) !important;
}

.focus\:bg-green-500\/30:focus{
  background-color: rgb(51 208 130 / 0.3) !important;
}

.focus\:bg-green-500\/35:focus{
  background-color: rgb(51 208 130 / 0.35) !important;
}

.focus\:bg-green-500\/40:focus{
  background-color: rgb(51 208 130 / 0.4) !important;
}

.focus\:bg-green-500\/45:focus{
  background-color: rgb(51 208 130 / 0.45) !important;
}

.focus\:bg-green-500\/5:focus{
  background-color: rgb(51 208 130 / 0.05) !important;
}

.focus\:bg-green-500\/50:focus{
  background-color: rgb(51 208 130 / 0.5) !important;
}

.focus\:bg-green-500\/55:focus{
  background-color: rgb(51 208 130 / 0.55) !important;
}

.focus\:bg-green-500\/60:focus{
  background-color: rgb(51 208 130 / 0.6) !important;
}

.focus\:bg-green-500\/65:focus{
  background-color: rgb(51 208 130 / 0.65) !important;
}

.focus\:bg-green-500\/70:focus{
  background-color: rgb(51 208 130 / 0.7) !important;
}

.focus\:bg-green-500\/75:focus{
  background-color: rgb(51 208 130 / 0.75) !important;
}

.focus\:bg-green-500\/80:focus{
  background-color: rgb(51 208 130 / 0.8) !important;
}

.focus\:bg-green-500\/85:focus{
  background-color: rgb(51 208 130 / 0.85) !important;
}

.focus\:bg-green-500\/90:focus{
  background-color: rgb(51 208 130 / 0.9) !important;
}

.focus\:bg-green-500\/95:focus{
  background-color: rgb(51 208 130 / 0.95) !important;
}

.focus\:bg-green-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 155 93 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-600\/0:focus{
  background-color: rgb(30 155 93 / 0) !important;
}

.focus\:bg-green-600\/10:focus{
  background-color: rgb(30 155 93 / 0.1) !important;
}

.focus\:bg-green-600\/100:focus{
  background-color: rgb(30 155 93 / 1) !important;
}

.focus\:bg-green-600\/15:focus{
  background-color: rgb(30 155 93 / 0.15) !important;
}

.focus\:bg-green-600\/20:focus{
  background-color: rgb(30 155 93 / 0.2) !important;
}

.focus\:bg-green-600\/25:focus{
  background-color: rgb(30 155 93 / 0.25) !important;
}

.focus\:bg-green-600\/30:focus{
  background-color: rgb(30 155 93 / 0.3) !important;
}

.focus\:bg-green-600\/35:focus{
  background-color: rgb(30 155 93 / 0.35) !important;
}

.focus\:bg-green-600\/40:focus{
  background-color: rgb(30 155 93 / 0.4) !important;
}

.focus\:bg-green-600\/45:focus{
  background-color: rgb(30 155 93 / 0.45) !important;
}

.focus\:bg-green-600\/5:focus{
  background-color: rgb(30 155 93 / 0.05) !important;
}

.focus\:bg-green-600\/50:focus{
  background-color: rgb(30 155 93 / 0.5) !important;
}

.focus\:bg-green-600\/55:focus{
  background-color: rgb(30 155 93 / 0.55) !important;
}

.focus\:bg-green-600\/60:focus{
  background-color: rgb(30 155 93 / 0.6) !important;
}

.focus\:bg-green-600\/65:focus{
  background-color: rgb(30 155 93 / 0.65) !important;
}

.focus\:bg-green-600\/70:focus{
  background-color: rgb(30 155 93 / 0.7) !important;
}

.focus\:bg-green-600\/75:focus{
  background-color: rgb(30 155 93 / 0.75) !important;
}

.focus\:bg-green-600\/80:focus{
  background-color: rgb(30 155 93 / 0.8) !important;
}

.focus\:bg-green-600\/85:focus{
  background-color: rgb(30 155 93 / 0.85) !important;
}

.focus\:bg-green-600\/90:focus{
  background-color: rgb(30 155 93 / 0.9) !important;
}

.focus\:bg-green-600\/95:focus{
  background-color: rgb(30 155 93 / 0.95) !important;
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 122 76 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-700\/0:focus{
  background-color: rgb(27 122 76 / 0) !important;
}

.focus\:bg-green-700\/10:focus{
  background-color: rgb(27 122 76 / 0.1) !important;
}

.focus\:bg-green-700\/100:focus{
  background-color: rgb(27 122 76 / 1) !important;
}

.focus\:bg-green-700\/15:focus{
  background-color: rgb(27 122 76 / 0.15) !important;
}

.focus\:bg-green-700\/20:focus{
  background-color: rgb(27 122 76 / 0.2) !important;
}

.focus\:bg-green-700\/25:focus{
  background-color: rgb(27 122 76 / 0.25) !important;
}

.focus\:bg-green-700\/30:focus{
  background-color: rgb(27 122 76 / 0.3) !important;
}

.focus\:bg-green-700\/35:focus{
  background-color: rgb(27 122 76 / 0.35) !important;
}

.focus\:bg-green-700\/40:focus{
  background-color: rgb(27 122 76 / 0.4) !important;
}

.focus\:bg-green-700\/45:focus{
  background-color: rgb(27 122 76 / 0.45) !important;
}

.focus\:bg-green-700\/5:focus{
  background-color: rgb(27 122 76 / 0.05) !important;
}

.focus\:bg-green-700\/50:focus{
  background-color: rgb(27 122 76 / 0.5) !important;
}

.focus\:bg-green-700\/55:focus{
  background-color: rgb(27 122 76 / 0.55) !important;
}

.focus\:bg-green-700\/60:focus{
  background-color: rgb(27 122 76 / 0.6) !important;
}

.focus\:bg-green-700\/65:focus{
  background-color: rgb(27 122 76 / 0.65) !important;
}

.focus\:bg-green-700\/70:focus{
  background-color: rgb(27 122 76 / 0.7) !important;
}

.focus\:bg-green-700\/75:focus{
  background-color: rgb(27 122 76 / 0.75) !important;
}

.focus\:bg-green-700\/80:focus{
  background-color: rgb(27 122 76 / 0.8) !important;
}

.focus\:bg-green-700\/85:focus{
  background-color: rgb(27 122 76 / 0.85) !important;
}

.focus\:bg-green-700\/90:focus{
  background-color: rgb(27 122 76 / 0.9) !important;
}

.focus\:bg-green-700\/95:focus{
  background-color: rgb(27 122 76 / 0.95) !important;
}

.focus\:bg-green-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 97 63 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-800\/0:focus{
  background-color: rgb(26 97 63 / 0) !important;
}

.focus\:bg-green-800\/10:focus{
  background-color: rgb(26 97 63 / 0.1) !important;
}

.focus\:bg-green-800\/100:focus{
  background-color: rgb(26 97 63 / 1) !important;
}

.focus\:bg-green-800\/15:focus{
  background-color: rgb(26 97 63 / 0.15) !important;
}

.focus\:bg-green-800\/20:focus{
  background-color: rgb(26 97 63 / 0.2) !important;
}

.focus\:bg-green-800\/25:focus{
  background-color: rgb(26 97 63 / 0.25) !important;
}

.focus\:bg-green-800\/30:focus{
  background-color: rgb(26 97 63 / 0.3) !important;
}

.focus\:bg-green-800\/35:focus{
  background-color: rgb(26 97 63 / 0.35) !important;
}

.focus\:bg-green-800\/40:focus{
  background-color: rgb(26 97 63 / 0.4) !important;
}

.focus\:bg-green-800\/45:focus{
  background-color: rgb(26 97 63 / 0.45) !important;
}

.focus\:bg-green-800\/5:focus{
  background-color: rgb(26 97 63 / 0.05) !important;
}

.focus\:bg-green-800\/50:focus{
  background-color: rgb(26 97 63 / 0.5) !important;
}

.focus\:bg-green-800\/55:focus{
  background-color: rgb(26 97 63 / 0.55) !important;
}

.focus\:bg-green-800\/60:focus{
  background-color: rgb(26 97 63 / 0.6) !important;
}

.focus\:bg-green-800\/65:focus{
  background-color: rgb(26 97 63 / 0.65) !important;
}

.focus\:bg-green-800\/70:focus{
  background-color: rgb(26 97 63 / 0.7) !important;
}

.focus\:bg-green-800\/75:focus{
  background-color: rgb(26 97 63 / 0.75) !important;
}

.focus\:bg-green-800\/80:focus{
  background-color: rgb(26 97 63 / 0.8) !important;
}

.focus\:bg-green-800\/85:focus{
  background-color: rgb(26 97 63 / 0.85) !important;
}

.focus\:bg-green-800\/90:focus{
  background-color: rgb(26 97 63 / 0.9) !important;
}

.focus\:bg-green-800\/95:focus{
  background-color: rgb(26 97 63 / 0.95) !important;
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 79 53 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-900\/0:focus{
  background-color: rgb(24 79 53 / 0) !important;
}

.focus\:bg-green-900\/10:focus{
  background-color: rgb(24 79 53 / 0.1) !important;
}

.focus\:bg-green-900\/100:focus{
  background-color: rgb(24 79 53 / 1) !important;
}

.focus\:bg-green-900\/15:focus{
  background-color: rgb(24 79 53 / 0.15) !important;
}

.focus\:bg-green-900\/20:focus{
  background-color: rgb(24 79 53 / 0.2) !important;
}

.focus\:bg-green-900\/25:focus{
  background-color: rgb(24 79 53 / 0.25) !important;
}

.focus\:bg-green-900\/30:focus{
  background-color: rgb(24 79 53 / 0.3) !important;
}

.focus\:bg-green-900\/35:focus{
  background-color: rgb(24 79 53 / 0.35) !important;
}

.focus\:bg-green-900\/40:focus{
  background-color: rgb(24 79 53 / 0.4) !important;
}

.focus\:bg-green-900\/45:focus{
  background-color: rgb(24 79 53 / 0.45) !important;
}

.focus\:bg-green-900\/5:focus{
  background-color: rgb(24 79 53 / 0.05) !important;
}

.focus\:bg-green-900\/50:focus{
  background-color: rgb(24 79 53 / 0.5) !important;
}

.focus\:bg-green-900\/55:focus{
  background-color: rgb(24 79 53 / 0.55) !important;
}

.focus\:bg-green-900\/60:focus{
  background-color: rgb(24 79 53 / 0.6) !important;
}

.focus\:bg-green-900\/65:focus{
  background-color: rgb(24 79 53 / 0.65) !important;
}

.focus\:bg-green-900\/70:focus{
  background-color: rgb(24 79 53 / 0.7) !important;
}

.focus\:bg-green-900\/75:focus{
  background-color: rgb(24 79 53 / 0.75) !important;
}

.focus\:bg-green-900\/80:focus{
  background-color: rgb(24 79 53 / 0.8) !important;
}

.focus\:bg-green-900\/85:focus{
  background-color: rgb(24 79 53 / 0.85) !important;
}

.focus\:bg-green-900\/90:focus{
  background-color: rgb(24 79 53 / 0.9) !important;
}

.focus\:bg-green-900\/95:focus{
  background-color: rgb(24 79 53 / 0.95) !important;
}

.focus\:bg-green-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 44 27 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-green-950\/0:focus{
  background-color: rgb(7 44 27 / 0) !important;
}

.focus\:bg-green-950\/10:focus{
  background-color: rgb(7 44 27 / 0.1) !important;
}

.focus\:bg-green-950\/100:focus{
  background-color: rgb(7 44 27 / 1) !important;
}

.focus\:bg-green-950\/15:focus{
  background-color: rgb(7 44 27 / 0.15) !important;
}

.focus\:bg-green-950\/20:focus{
  background-color: rgb(7 44 27 / 0.2) !important;
}

.focus\:bg-green-950\/25:focus{
  background-color: rgb(7 44 27 / 0.25) !important;
}

.focus\:bg-green-950\/30:focus{
  background-color: rgb(7 44 27 / 0.3) !important;
}

.focus\:bg-green-950\/35:focus{
  background-color: rgb(7 44 27 / 0.35) !important;
}

.focus\:bg-green-950\/40:focus{
  background-color: rgb(7 44 27 / 0.4) !important;
}

.focus\:bg-green-950\/45:focus{
  background-color: rgb(7 44 27 / 0.45) !important;
}

.focus\:bg-green-950\/5:focus{
  background-color: rgb(7 44 27 / 0.05) !important;
}

.focus\:bg-green-950\/50:focus{
  background-color: rgb(7 44 27 / 0.5) !important;
}

.focus\:bg-green-950\/55:focus{
  background-color: rgb(7 44 27 / 0.55) !important;
}

.focus\:bg-green-950\/60:focus{
  background-color: rgb(7 44 27 / 0.6) !important;
}

.focus\:bg-green-950\/65:focus{
  background-color: rgb(7 44 27 / 0.65) !important;
}

.focus\:bg-green-950\/70:focus{
  background-color: rgb(7 44 27 / 0.7) !important;
}

.focus\:bg-green-950\/75:focus{
  background-color: rgb(7 44 27 / 0.75) !important;
}

.focus\:bg-green-950\/80:focus{
  background-color: rgb(7 44 27 / 0.8) !important;
}

.focus\:bg-green-950\/85:focus{
  background-color: rgb(7 44 27 / 0.85) !important;
}

.focus\:bg-green-950\/90:focus{
  background-color: rgb(7 44 27 / 0.9) !important;
}

.focus\:bg-green-950\/95:focus{
  background-color: rgb(7 44 27 / 0.95) !important;
}

.focus\:bg-grey-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-100\/0:focus{
  background-color: rgb(250 251 252 / 0) !important;
}

.focus\:bg-grey-100\/10:focus{
  background-color: rgb(250 251 252 / 0.1) !important;
}

.focus\:bg-grey-100\/100:focus{
  background-color: rgb(250 251 252 / 1) !important;
}

.focus\:bg-grey-100\/15:focus{
  background-color: rgb(250 251 252 / 0.15) !important;
}

.focus\:bg-grey-100\/20:focus{
  background-color: rgb(250 251 252 / 0.2) !important;
}

.focus\:bg-grey-100\/25:focus{
  background-color: rgb(250 251 252 / 0.25) !important;
}

.focus\:bg-grey-100\/30:focus{
  background-color: rgb(250 251 252 / 0.3) !important;
}

.focus\:bg-grey-100\/35:focus{
  background-color: rgb(250 251 252 / 0.35) !important;
}

.focus\:bg-grey-100\/40:focus{
  background-color: rgb(250 251 252 / 0.4) !important;
}

.focus\:bg-grey-100\/45:focus{
  background-color: rgb(250 251 252 / 0.45) !important;
}

.focus\:bg-grey-100\/5:focus{
  background-color: rgb(250 251 252 / 0.05) !important;
}

.focus\:bg-grey-100\/50:focus{
  background-color: rgb(250 251 252 / 0.5) !important;
}

.focus\:bg-grey-100\/55:focus{
  background-color: rgb(250 251 252 / 0.55) !important;
}

.focus\:bg-grey-100\/60:focus{
  background-color: rgb(250 251 252 / 0.6) !important;
}

.focus\:bg-grey-100\/65:focus{
  background-color: rgb(250 251 252 / 0.65) !important;
}

.focus\:bg-grey-100\/70:focus{
  background-color: rgb(250 251 252 / 0.7) !important;
}

.focus\:bg-grey-100\/75:focus{
  background-color: rgb(250 251 252 / 0.75) !important;
}

.focus\:bg-grey-100\/80:focus{
  background-color: rgb(250 251 252 / 0.8) !important;
}

.focus\:bg-grey-100\/85:focus{
  background-color: rgb(250 251 252 / 0.85) !important;
}

.focus\:bg-grey-100\/90:focus{
  background-color: rgb(250 251 252 / 0.9) !important;
}

.focus\:bg-grey-100\/95:focus{
  background-color: rgb(250 251 252 / 0.95) !important;
}

.focus\:bg-grey-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-200\/0:focus{
  background-color: rgb(247 248 250 / 0) !important;
}

.focus\:bg-grey-200\/10:focus{
  background-color: rgb(247 248 250 / 0.1) !important;
}

.focus\:bg-grey-200\/100:focus{
  background-color: rgb(247 248 250 / 1) !important;
}

.focus\:bg-grey-200\/15:focus{
  background-color: rgb(247 248 250 / 0.15) !important;
}

.focus\:bg-grey-200\/20:focus{
  background-color: rgb(247 248 250 / 0.2) !important;
}

.focus\:bg-grey-200\/25:focus{
  background-color: rgb(247 248 250 / 0.25) !important;
}

.focus\:bg-grey-200\/30:focus{
  background-color: rgb(247 248 250 / 0.3) !important;
}

.focus\:bg-grey-200\/35:focus{
  background-color: rgb(247 248 250 / 0.35) !important;
}

.focus\:bg-grey-200\/40:focus{
  background-color: rgb(247 248 250 / 0.4) !important;
}

.focus\:bg-grey-200\/45:focus{
  background-color: rgb(247 248 250 / 0.45) !important;
}

.focus\:bg-grey-200\/5:focus{
  background-color: rgb(247 248 250 / 0.05) !important;
}

.focus\:bg-grey-200\/50:focus{
  background-color: rgb(247 248 250 / 0.5) !important;
}

.focus\:bg-grey-200\/55:focus{
  background-color: rgb(247 248 250 / 0.55) !important;
}

.focus\:bg-grey-200\/60:focus{
  background-color: rgb(247 248 250 / 0.6) !important;
}

.focus\:bg-grey-200\/65:focus{
  background-color: rgb(247 248 250 / 0.65) !important;
}

.focus\:bg-grey-200\/70:focus{
  background-color: rgb(247 248 250 / 0.7) !important;
}

.focus\:bg-grey-200\/75:focus{
  background-color: rgb(247 248 250 / 0.75) !important;
}

.focus\:bg-grey-200\/80:focus{
  background-color: rgb(247 248 250 / 0.8) !important;
}

.focus\:bg-grey-200\/85:focus{
  background-color: rgb(247 248 250 / 0.85) !important;
}

.focus\:bg-grey-200\/90:focus{
  background-color: rgb(247 248 250 / 0.9) !important;
}

.focus\:bg-grey-200\/95:focus{
  background-color: rgb(247 248 250 / 0.95) !important;
}

.focus\:bg-grey-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 245 248 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-300\/0:focus{
  background-color: rgb(243 245 248 / 0) !important;
}

.focus\:bg-grey-300\/10:focus{
  background-color: rgb(243 245 248 / 0.1) !important;
}

.focus\:bg-grey-300\/100:focus{
  background-color: rgb(243 245 248 / 1) !important;
}

.focus\:bg-grey-300\/15:focus{
  background-color: rgb(243 245 248 / 0.15) !important;
}

.focus\:bg-grey-300\/20:focus{
  background-color: rgb(243 245 248 / 0.2) !important;
}

.focus\:bg-grey-300\/25:focus{
  background-color: rgb(243 245 248 / 0.25) !important;
}

.focus\:bg-grey-300\/30:focus{
  background-color: rgb(243 245 248 / 0.3) !important;
}

.focus\:bg-grey-300\/35:focus{
  background-color: rgb(243 245 248 / 0.35) !important;
}

.focus\:bg-grey-300\/40:focus{
  background-color: rgb(243 245 248 / 0.4) !important;
}

.focus\:bg-grey-300\/45:focus{
  background-color: rgb(243 245 248 / 0.45) !important;
}

.focus\:bg-grey-300\/5:focus{
  background-color: rgb(243 245 248 / 0.05) !important;
}

.focus\:bg-grey-300\/50:focus{
  background-color: rgb(243 245 248 / 0.5) !important;
}

.focus\:bg-grey-300\/55:focus{
  background-color: rgb(243 245 248 / 0.55) !important;
}

.focus\:bg-grey-300\/60:focus{
  background-color: rgb(243 245 248 / 0.6) !important;
}

.focus\:bg-grey-300\/65:focus{
  background-color: rgb(243 245 248 / 0.65) !important;
}

.focus\:bg-grey-300\/70:focus{
  background-color: rgb(243 245 248 / 0.7) !important;
}

.focus\:bg-grey-300\/75:focus{
  background-color: rgb(243 245 248 / 0.75) !important;
}

.focus\:bg-grey-300\/80:focus{
  background-color: rgb(243 245 248 / 0.8) !important;
}

.focus\:bg-grey-300\/85:focus{
  background-color: rgb(243 245 248 / 0.85) !important;
}

.focus\:bg-grey-300\/90:focus{
  background-color: rgb(243 245 248 / 0.9) !important;
}

.focus\:bg-grey-300\/95:focus{
  background-color: rgb(243 245 248 / 0.95) !important;
}

.focus\:bg-grey-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 242 247 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-400\/0:focus{
  background-color: rgb(241 242 247 / 0) !important;
}

.focus\:bg-grey-400\/10:focus{
  background-color: rgb(241 242 247 / 0.1) !important;
}

.focus\:bg-grey-400\/100:focus{
  background-color: rgb(241 242 247 / 1) !important;
}

.focus\:bg-grey-400\/15:focus{
  background-color: rgb(241 242 247 / 0.15) !important;
}

.focus\:bg-grey-400\/20:focus{
  background-color: rgb(241 242 247 / 0.2) !important;
}

.focus\:bg-grey-400\/25:focus{
  background-color: rgb(241 242 247 / 0.25) !important;
}

.focus\:bg-grey-400\/30:focus{
  background-color: rgb(241 242 247 / 0.3) !important;
}

.focus\:bg-grey-400\/35:focus{
  background-color: rgb(241 242 247 / 0.35) !important;
}

.focus\:bg-grey-400\/40:focus{
  background-color: rgb(241 242 247 / 0.4) !important;
}

.focus\:bg-grey-400\/45:focus{
  background-color: rgb(241 242 247 / 0.45) !important;
}

.focus\:bg-grey-400\/5:focus{
  background-color: rgb(241 242 247 / 0.05) !important;
}

.focus\:bg-grey-400\/50:focus{
  background-color: rgb(241 242 247 / 0.5) !important;
}

.focus\:bg-grey-400\/55:focus{
  background-color: rgb(241 242 247 / 0.55) !important;
}

.focus\:bg-grey-400\/60:focus{
  background-color: rgb(241 242 247 / 0.6) !important;
}

.focus\:bg-grey-400\/65:focus{
  background-color: rgb(241 242 247 / 0.65) !important;
}

.focus\:bg-grey-400\/70:focus{
  background-color: rgb(241 242 247 / 0.7) !important;
}

.focus\:bg-grey-400\/75:focus{
  background-color: rgb(241 242 247 / 0.75) !important;
}

.focus\:bg-grey-400\/80:focus{
  background-color: rgb(241 242 247 / 0.8) !important;
}

.focus\:bg-grey-400\/85:focus{
  background-color: rgb(241 242 247 / 0.85) !important;
}

.focus\:bg-grey-400\/90:focus{
  background-color: rgb(241 242 247 / 0.9) !important;
}

.focus\:bg-grey-400\/95:focus{
  background-color: rgb(241 242 247 / 0.95) !important;
}

.focus\:bg-grey-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 253 254 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-50\/0:focus{
  background-color: rgb(253 253 254 / 0) !important;
}

.focus\:bg-grey-50\/10:focus{
  background-color: rgb(253 253 254 / 0.1) !important;
}

.focus\:bg-grey-50\/100:focus{
  background-color: rgb(253 253 254 / 1) !important;
}

.focus\:bg-grey-50\/15:focus{
  background-color: rgb(253 253 254 / 0.15) !important;
}

.focus\:bg-grey-50\/20:focus{
  background-color: rgb(253 253 254 / 0.2) !important;
}

.focus\:bg-grey-50\/25:focus{
  background-color: rgb(253 253 254 / 0.25) !important;
}

.focus\:bg-grey-50\/30:focus{
  background-color: rgb(253 253 254 / 0.3) !important;
}

.focus\:bg-grey-50\/35:focus{
  background-color: rgb(253 253 254 / 0.35) !important;
}

.focus\:bg-grey-50\/40:focus{
  background-color: rgb(253 253 254 / 0.4) !important;
}

.focus\:bg-grey-50\/45:focus{
  background-color: rgb(253 253 254 / 0.45) !important;
}

.focus\:bg-grey-50\/5:focus{
  background-color: rgb(253 253 254 / 0.05) !important;
}

.focus\:bg-grey-50\/50:focus{
  background-color: rgb(253 253 254 / 0.5) !important;
}

.focus\:bg-grey-50\/55:focus{
  background-color: rgb(253 253 254 / 0.55) !important;
}

.focus\:bg-grey-50\/60:focus{
  background-color: rgb(253 253 254 / 0.6) !important;
}

.focus\:bg-grey-50\/65:focus{
  background-color: rgb(253 253 254 / 0.65) !important;
}

.focus\:bg-grey-50\/70:focus{
  background-color: rgb(253 253 254 / 0.7) !important;
}

.focus\:bg-grey-50\/75:focus{
  background-color: rgb(253 253 254 / 0.75) !important;
}

.focus\:bg-grey-50\/80:focus{
  background-color: rgb(253 253 254 / 0.8) !important;
}

.focus\:bg-grey-50\/85:focus{
  background-color: rgb(253 253 254 / 0.85) !important;
}

.focus\:bg-grey-50\/90:focus{
  background-color: rgb(253 253 254 / 0.9) !important;
}

.focus\:bg-grey-50\/95:focus{
  background-color: rgb(253 253 254 / 0.95) !important;
}

.focus\:bg-grey-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 240 245 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-500\/0:focus{
  background-color: rgb(238 240 245 / 0) !important;
}

.focus\:bg-grey-500\/10:focus{
  background-color: rgb(238 240 245 / 0.1) !important;
}

.focus\:bg-grey-500\/100:focus{
  background-color: rgb(238 240 245 / 1) !important;
}

.focus\:bg-grey-500\/15:focus{
  background-color: rgb(238 240 245 / 0.15) !important;
}

.focus\:bg-grey-500\/20:focus{
  background-color: rgb(238 240 245 / 0.2) !important;
}

.focus\:bg-grey-500\/25:focus{
  background-color: rgb(238 240 245 / 0.25) !important;
}

.focus\:bg-grey-500\/30:focus{
  background-color: rgb(238 240 245 / 0.3) !important;
}

.focus\:bg-grey-500\/35:focus{
  background-color: rgb(238 240 245 / 0.35) !important;
}

.focus\:bg-grey-500\/40:focus{
  background-color: rgb(238 240 245 / 0.4) !important;
}

.focus\:bg-grey-500\/45:focus{
  background-color: rgb(238 240 245 / 0.45) !important;
}

.focus\:bg-grey-500\/5:focus{
  background-color: rgb(238 240 245 / 0.05) !important;
}

.focus\:bg-grey-500\/50:focus{
  background-color: rgb(238 240 245 / 0.5) !important;
}

.focus\:bg-grey-500\/55:focus{
  background-color: rgb(238 240 245 / 0.55) !important;
}

.focus\:bg-grey-500\/60:focus{
  background-color: rgb(238 240 245 / 0.6) !important;
}

.focus\:bg-grey-500\/65:focus{
  background-color: rgb(238 240 245 / 0.65) !important;
}

.focus\:bg-grey-500\/70:focus{
  background-color: rgb(238 240 245 / 0.7) !important;
}

.focus\:bg-grey-500\/75:focus{
  background-color: rgb(238 240 245 / 0.75) !important;
}

.focus\:bg-grey-500\/80:focus{
  background-color: rgb(238 240 245 / 0.8) !important;
}

.focus\:bg-grey-500\/85:focus{
  background-color: rgb(238 240 245 / 0.85) !important;
}

.focus\:bg-grey-500\/90:focus{
  background-color: rgb(238 240 245 / 0.9) !important;
}

.focus\:bg-grey-500\/95:focus{
  background-color: rgb(238 240 245 / 0.95) !important;
}

.focus\:bg-grey-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 238 244 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-600\/0:focus{
  background-color: rgb(236 238 244 / 0) !important;
}

.focus\:bg-grey-600\/10:focus{
  background-color: rgb(236 238 244 / 0.1) !important;
}

.focus\:bg-grey-600\/100:focus{
  background-color: rgb(236 238 244 / 1) !important;
}

.focus\:bg-grey-600\/15:focus{
  background-color: rgb(236 238 244 / 0.15) !important;
}

.focus\:bg-grey-600\/20:focus{
  background-color: rgb(236 238 244 / 0.2) !important;
}

.focus\:bg-grey-600\/25:focus{
  background-color: rgb(236 238 244 / 0.25) !important;
}

.focus\:bg-grey-600\/30:focus{
  background-color: rgb(236 238 244 / 0.3) !important;
}

.focus\:bg-grey-600\/35:focus{
  background-color: rgb(236 238 244 / 0.35) !important;
}

.focus\:bg-grey-600\/40:focus{
  background-color: rgb(236 238 244 / 0.4) !important;
}

.focus\:bg-grey-600\/45:focus{
  background-color: rgb(236 238 244 / 0.45) !important;
}

.focus\:bg-grey-600\/5:focus{
  background-color: rgb(236 238 244 / 0.05) !important;
}

.focus\:bg-grey-600\/50:focus{
  background-color: rgb(236 238 244 / 0.5) !important;
}

.focus\:bg-grey-600\/55:focus{
  background-color: rgb(236 238 244 / 0.55) !important;
}

.focus\:bg-grey-600\/60:focus{
  background-color: rgb(236 238 244 / 0.6) !important;
}

.focus\:bg-grey-600\/65:focus{
  background-color: rgb(236 238 244 / 0.65) !important;
}

.focus\:bg-grey-600\/70:focus{
  background-color: rgb(236 238 244 / 0.7) !important;
}

.focus\:bg-grey-600\/75:focus{
  background-color: rgb(236 238 244 / 0.75) !important;
}

.focus\:bg-grey-600\/80:focus{
  background-color: rgb(236 238 244 / 0.8) !important;
}

.focus\:bg-grey-600\/85:focus{
  background-color: rgb(236 238 244 / 0.85) !important;
}

.focus\:bg-grey-600\/90:focus{
  background-color: rgb(236 238 244 / 0.9) !important;
}

.focus\:bg-grey-600\/95:focus{
  background-color: rgb(236 238 244 / 0.95) !important;
}

.focus\:bg-grey-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 236 242 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-700\/0:focus{
  background-color: rgb(233 236 242 / 0) !important;
}

.focus\:bg-grey-700\/10:focus{
  background-color: rgb(233 236 242 / 0.1) !important;
}

.focus\:bg-grey-700\/100:focus{
  background-color: rgb(233 236 242 / 1) !important;
}

.focus\:bg-grey-700\/15:focus{
  background-color: rgb(233 236 242 / 0.15) !important;
}

.focus\:bg-grey-700\/20:focus{
  background-color: rgb(233 236 242 / 0.2) !important;
}

.focus\:bg-grey-700\/25:focus{
  background-color: rgb(233 236 242 / 0.25) !important;
}

.focus\:bg-grey-700\/30:focus{
  background-color: rgb(233 236 242 / 0.3) !important;
}

.focus\:bg-grey-700\/35:focus{
  background-color: rgb(233 236 242 / 0.35) !important;
}

.focus\:bg-grey-700\/40:focus{
  background-color: rgb(233 236 242 / 0.4) !important;
}

.focus\:bg-grey-700\/45:focus{
  background-color: rgb(233 236 242 / 0.45) !important;
}

.focus\:bg-grey-700\/5:focus{
  background-color: rgb(233 236 242 / 0.05) !important;
}

.focus\:bg-grey-700\/50:focus{
  background-color: rgb(233 236 242 / 0.5) !important;
}

.focus\:bg-grey-700\/55:focus{
  background-color: rgb(233 236 242 / 0.55) !important;
}

.focus\:bg-grey-700\/60:focus{
  background-color: rgb(233 236 242 / 0.6) !important;
}

.focus\:bg-grey-700\/65:focus{
  background-color: rgb(233 236 242 / 0.65) !important;
}

.focus\:bg-grey-700\/70:focus{
  background-color: rgb(233 236 242 / 0.7) !important;
}

.focus\:bg-grey-700\/75:focus{
  background-color: rgb(233 236 242 / 0.75) !important;
}

.focus\:bg-grey-700\/80:focus{
  background-color: rgb(233 236 242 / 0.8) !important;
}

.focus\:bg-grey-700\/85:focus{
  background-color: rgb(233 236 242 / 0.85) !important;
}

.focus\:bg-grey-700\/90:focus{
  background-color: rgb(233 236 242 / 0.9) !important;
}

.focus\:bg-grey-700\/95:focus{
  background-color: rgb(233 236 242 / 0.95) !important;
}

.focus\:bg-grey-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 233 240 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-800\/0:focus{
  background-color: rgb(231 233 240 / 0) !important;
}

.focus\:bg-grey-800\/10:focus{
  background-color: rgb(231 233 240 / 0.1) !important;
}

.focus\:bg-grey-800\/100:focus{
  background-color: rgb(231 233 240 / 1) !important;
}

.focus\:bg-grey-800\/15:focus{
  background-color: rgb(231 233 240 / 0.15) !important;
}

.focus\:bg-grey-800\/20:focus{
  background-color: rgb(231 233 240 / 0.2) !important;
}

.focus\:bg-grey-800\/25:focus{
  background-color: rgb(231 233 240 / 0.25) !important;
}

.focus\:bg-grey-800\/30:focus{
  background-color: rgb(231 233 240 / 0.3) !important;
}

.focus\:bg-grey-800\/35:focus{
  background-color: rgb(231 233 240 / 0.35) !important;
}

.focus\:bg-grey-800\/40:focus{
  background-color: rgb(231 233 240 / 0.4) !important;
}

.focus\:bg-grey-800\/45:focus{
  background-color: rgb(231 233 240 / 0.45) !important;
}

.focus\:bg-grey-800\/5:focus{
  background-color: rgb(231 233 240 / 0.05) !important;
}

.focus\:bg-grey-800\/50:focus{
  background-color: rgb(231 233 240 / 0.5) !important;
}

.focus\:bg-grey-800\/55:focus{
  background-color: rgb(231 233 240 / 0.55) !important;
}

.focus\:bg-grey-800\/60:focus{
  background-color: rgb(231 233 240 / 0.6) !important;
}

.focus\:bg-grey-800\/65:focus{
  background-color: rgb(231 233 240 / 0.65) !important;
}

.focus\:bg-grey-800\/70:focus{
  background-color: rgb(231 233 240 / 0.7) !important;
}

.focus\:bg-grey-800\/75:focus{
  background-color: rgb(231 233 240 / 0.75) !important;
}

.focus\:bg-grey-800\/80:focus{
  background-color: rgb(231 233 240 / 0.8) !important;
}

.focus\:bg-grey-800\/85:focus{
  background-color: rgb(231 233 240 / 0.85) !important;
}

.focus\:bg-grey-800\/90:focus{
  background-color: rgb(231 233 240 / 0.9) !important;
}

.focus\:bg-grey-800\/95:focus{
  background-color: rgb(231 233 240 / 0.95) !important;
}

.focus\:bg-grey-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 229 238 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-grey-900\/0:focus{
  background-color: rgb(226 229 238 / 0) !important;
}

.focus\:bg-grey-900\/10:focus{
  background-color: rgb(226 229 238 / 0.1) !important;
}

.focus\:bg-grey-900\/100:focus{
  background-color: rgb(226 229 238 / 1) !important;
}

.focus\:bg-grey-900\/15:focus{
  background-color: rgb(226 229 238 / 0.15) !important;
}

.focus\:bg-grey-900\/20:focus{
  background-color: rgb(226 229 238 / 0.2) !important;
}

.focus\:bg-grey-900\/25:focus{
  background-color: rgb(226 229 238 / 0.25) !important;
}

.focus\:bg-grey-900\/30:focus{
  background-color: rgb(226 229 238 / 0.3) !important;
}

.focus\:bg-grey-900\/35:focus{
  background-color: rgb(226 229 238 / 0.35) !important;
}

.focus\:bg-grey-900\/40:focus{
  background-color: rgb(226 229 238 / 0.4) !important;
}

.focus\:bg-grey-900\/45:focus{
  background-color: rgb(226 229 238 / 0.45) !important;
}

.focus\:bg-grey-900\/5:focus{
  background-color: rgb(226 229 238 / 0.05) !important;
}

.focus\:bg-grey-900\/50:focus{
  background-color: rgb(226 229 238 / 0.5) !important;
}

.focus\:bg-grey-900\/55:focus{
  background-color: rgb(226 229 238 / 0.55) !important;
}

.focus\:bg-grey-900\/60:focus{
  background-color: rgb(226 229 238 / 0.6) !important;
}

.focus\:bg-grey-900\/65:focus{
  background-color: rgb(226 229 238 / 0.65) !important;
}

.focus\:bg-grey-900\/70:focus{
  background-color: rgb(226 229 238 / 0.7) !important;
}

.focus\:bg-grey-900\/75:focus{
  background-color: rgb(226 229 238 / 0.75) !important;
}

.focus\:bg-grey-900\/80:focus{
  background-color: rgb(226 229 238 / 0.8) !important;
}

.focus\:bg-grey-900\/85:focus{
  background-color: rgb(226 229 238 / 0.85) !important;
}

.focus\:bg-grey-900\/90:focus{
  background-color: rgb(226 229 238 / 0.9) !important;
}

.focus\:bg-grey-900\/95:focus{
  background-color: rgb(226 229 238 / 0.95) !important;
}

.focus\:bg-navy-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 191 248 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-100\/0:focus{
  background-color: rgb(191 191 248 / 0) !important;
}

.focus\:bg-navy-100\/10:focus{
  background-color: rgb(191 191 248 / 0.1) !important;
}

.focus\:bg-navy-100\/100:focus{
  background-color: rgb(191 191 248 / 1) !important;
}

.focus\:bg-navy-100\/15:focus{
  background-color: rgb(191 191 248 / 0.15) !important;
}

.focus\:bg-navy-100\/20:focus{
  background-color: rgb(191 191 248 / 0.2) !important;
}

.focus\:bg-navy-100\/25:focus{
  background-color: rgb(191 191 248 / 0.25) !important;
}

.focus\:bg-navy-100\/30:focus{
  background-color: rgb(191 191 248 / 0.3) !important;
}

.focus\:bg-navy-100\/35:focus{
  background-color: rgb(191 191 248 / 0.35) !important;
}

.focus\:bg-navy-100\/40:focus{
  background-color: rgb(191 191 248 / 0.4) !important;
}

.focus\:bg-navy-100\/45:focus{
  background-color: rgb(191 191 248 / 0.45) !important;
}

.focus\:bg-navy-100\/5:focus{
  background-color: rgb(191 191 248 / 0.05) !important;
}

.focus\:bg-navy-100\/50:focus{
  background-color: rgb(191 191 248 / 0.5) !important;
}

.focus\:bg-navy-100\/55:focus{
  background-color: rgb(191 191 248 / 0.55) !important;
}

.focus\:bg-navy-100\/60:focus{
  background-color: rgb(191 191 248 / 0.6) !important;
}

.focus\:bg-navy-100\/65:focus{
  background-color: rgb(191 191 248 / 0.65) !important;
}

.focus\:bg-navy-100\/70:focus{
  background-color: rgb(191 191 248 / 0.7) !important;
}

.focus\:bg-navy-100\/75:focus{
  background-color: rgb(191 191 248 / 0.75) !important;
}

.focus\:bg-navy-100\/80:focus{
  background-color: rgb(191 191 248 / 0.8) !important;
}

.focus\:bg-navy-100\/85:focus{
  background-color: rgb(191 191 248 / 0.85) !important;
}

.focus\:bg-navy-100\/90:focus{
  background-color: rgb(191 191 248 / 0.9) !important;
}

.focus\:bg-navy-100\/95:focus{
  background-color: rgb(191 191 248 / 0.95) !important;
}

.focus\:bg-navy-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 149 243 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-200\/0:focus{
  background-color: rgb(149 149 243 / 0) !important;
}

.focus\:bg-navy-200\/10:focus{
  background-color: rgb(149 149 243 / 0.1) !important;
}

.focus\:bg-navy-200\/100:focus{
  background-color: rgb(149 149 243 / 1) !important;
}

.focus\:bg-navy-200\/15:focus{
  background-color: rgb(149 149 243 / 0.15) !important;
}

.focus\:bg-navy-200\/20:focus{
  background-color: rgb(149 149 243 / 0.2) !important;
}

.focus\:bg-navy-200\/25:focus{
  background-color: rgb(149 149 243 / 0.25) !important;
}

.focus\:bg-navy-200\/30:focus{
  background-color: rgb(149 149 243 / 0.3) !important;
}

.focus\:bg-navy-200\/35:focus{
  background-color: rgb(149 149 243 / 0.35) !important;
}

.focus\:bg-navy-200\/40:focus{
  background-color: rgb(149 149 243 / 0.4) !important;
}

.focus\:bg-navy-200\/45:focus{
  background-color: rgb(149 149 243 / 0.45) !important;
}

.focus\:bg-navy-200\/5:focus{
  background-color: rgb(149 149 243 / 0.05) !important;
}

.focus\:bg-navy-200\/50:focus{
  background-color: rgb(149 149 243 / 0.5) !important;
}

.focus\:bg-navy-200\/55:focus{
  background-color: rgb(149 149 243 / 0.55) !important;
}

.focus\:bg-navy-200\/60:focus{
  background-color: rgb(149 149 243 / 0.6) !important;
}

.focus\:bg-navy-200\/65:focus{
  background-color: rgb(149 149 243 / 0.65) !important;
}

.focus\:bg-navy-200\/70:focus{
  background-color: rgb(149 149 243 / 0.7) !important;
}

.focus\:bg-navy-200\/75:focus{
  background-color: rgb(149 149 243 / 0.75) !important;
}

.focus\:bg-navy-200\/80:focus{
  background-color: rgb(149 149 243 / 0.8) !important;
}

.focus\:bg-navy-200\/85:focus{
  background-color: rgb(149 149 243 / 0.85) !important;
}

.focus\:bg-navy-200\/90:focus{
  background-color: rgb(149 149 243 / 0.9) !important;
}

.focus\:bg-navy-200\/95:focus{
  background-color: rgb(149 149 243 / 0.95) !important;
}

.focus\:bg-navy-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 107 238 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-300\/0:focus{
  background-color: rgb(106 107 238 / 0) !important;
}

.focus\:bg-navy-300\/10:focus{
  background-color: rgb(106 107 238 / 0.1) !important;
}

.focus\:bg-navy-300\/100:focus{
  background-color: rgb(106 107 238 / 1) !important;
}

.focus\:bg-navy-300\/15:focus{
  background-color: rgb(106 107 238 / 0.15) !important;
}

.focus\:bg-navy-300\/20:focus{
  background-color: rgb(106 107 238 / 0.2) !important;
}

.focus\:bg-navy-300\/25:focus{
  background-color: rgb(106 107 238 / 0.25) !important;
}

.focus\:bg-navy-300\/30:focus{
  background-color: rgb(106 107 238 / 0.3) !important;
}

.focus\:bg-navy-300\/35:focus{
  background-color: rgb(106 107 238 / 0.35) !important;
}

.focus\:bg-navy-300\/40:focus{
  background-color: rgb(106 107 238 / 0.4) !important;
}

.focus\:bg-navy-300\/45:focus{
  background-color: rgb(106 107 238 / 0.45) !important;
}

.focus\:bg-navy-300\/5:focus{
  background-color: rgb(106 107 238 / 0.05) !important;
}

.focus\:bg-navy-300\/50:focus{
  background-color: rgb(106 107 238 / 0.5) !important;
}

.focus\:bg-navy-300\/55:focus{
  background-color: rgb(106 107 238 / 0.55) !important;
}

.focus\:bg-navy-300\/60:focus{
  background-color: rgb(106 107 238 / 0.6) !important;
}

.focus\:bg-navy-300\/65:focus{
  background-color: rgb(106 107 238 / 0.65) !important;
}

.focus\:bg-navy-300\/70:focus{
  background-color: rgb(106 107 238 / 0.7) !important;
}

.focus\:bg-navy-300\/75:focus{
  background-color: rgb(106 107 238 / 0.75) !important;
}

.focus\:bg-navy-300\/80:focus{
  background-color: rgb(106 107 238 / 0.8) !important;
}

.focus\:bg-navy-300\/85:focus{
  background-color: rgb(106 107 238 / 0.85) !important;
}

.focus\:bg-navy-300\/90:focus{
  background-color: rgb(106 107 238 / 0.9) !important;
}

.focus\:bg-navy-300\/95:focus{
  background-color: rgb(106 107 238 / 0.95) !important;
}

.focus\:bg-navy-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 75 235 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-400\/0:focus{
  background-color: rgb(74 75 235 / 0) !important;
}

.focus\:bg-navy-400\/10:focus{
  background-color: rgb(74 75 235 / 0.1) !important;
}

.focus\:bg-navy-400\/100:focus{
  background-color: rgb(74 75 235 / 1) !important;
}

.focus\:bg-navy-400\/15:focus{
  background-color: rgb(74 75 235 / 0.15) !important;
}

.focus\:bg-navy-400\/20:focus{
  background-color: rgb(74 75 235 / 0.2) !important;
}

.focus\:bg-navy-400\/25:focus{
  background-color: rgb(74 75 235 / 0.25) !important;
}

.focus\:bg-navy-400\/30:focus{
  background-color: rgb(74 75 235 / 0.3) !important;
}

.focus\:bg-navy-400\/35:focus{
  background-color: rgb(74 75 235 / 0.35) !important;
}

.focus\:bg-navy-400\/40:focus{
  background-color: rgb(74 75 235 / 0.4) !important;
}

.focus\:bg-navy-400\/45:focus{
  background-color: rgb(74 75 235 / 0.45) !important;
}

.focus\:bg-navy-400\/5:focus{
  background-color: rgb(74 75 235 / 0.05) !important;
}

.focus\:bg-navy-400\/50:focus{
  background-color: rgb(74 75 235 / 0.5) !important;
}

.focus\:bg-navy-400\/55:focus{
  background-color: rgb(74 75 235 / 0.55) !important;
}

.focus\:bg-navy-400\/60:focus{
  background-color: rgb(74 75 235 / 0.6) !important;
}

.focus\:bg-navy-400\/65:focus{
  background-color: rgb(74 75 235 / 0.65) !important;
}

.focus\:bg-navy-400\/70:focus{
  background-color: rgb(74 75 235 / 0.7) !important;
}

.focus\:bg-navy-400\/75:focus{
  background-color: rgb(74 75 235 / 0.75) !important;
}

.focus\:bg-navy-400\/80:focus{
  background-color: rgb(74 75 235 / 0.8) !important;
}

.focus\:bg-navy-400\/85:focus{
  background-color: rgb(74 75 235 / 0.85) !important;
}

.focus\:bg-navy-400\/90:focus{
  background-color: rgb(74 75 235 / 0.9) !important;
}

.focus\:bg-navy-400\/95:focus{
  background-color: rgb(74 75 235 / 0.95) !important;
}

.focus\:bg-navy-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 230 252 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-50\/0:focus{
  background-color: rgb(229 230 252 / 0) !important;
}

.focus\:bg-navy-50\/10:focus{
  background-color: rgb(229 230 252 / 0.1) !important;
}

.focus\:bg-navy-50\/100:focus{
  background-color: rgb(229 230 252 / 1) !important;
}

.focus\:bg-navy-50\/15:focus{
  background-color: rgb(229 230 252 / 0.15) !important;
}

.focus\:bg-navy-50\/20:focus{
  background-color: rgb(229 230 252 / 0.2) !important;
}

.focus\:bg-navy-50\/25:focus{
  background-color: rgb(229 230 252 / 0.25) !important;
}

.focus\:bg-navy-50\/30:focus{
  background-color: rgb(229 230 252 / 0.3) !important;
}

.focus\:bg-navy-50\/35:focus{
  background-color: rgb(229 230 252 / 0.35) !important;
}

.focus\:bg-navy-50\/40:focus{
  background-color: rgb(229 230 252 / 0.4) !important;
}

.focus\:bg-navy-50\/45:focus{
  background-color: rgb(229 230 252 / 0.45) !important;
}

.focus\:bg-navy-50\/5:focus{
  background-color: rgb(229 230 252 / 0.05) !important;
}

.focus\:bg-navy-50\/50:focus{
  background-color: rgb(229 230 252 / 0.5) !important;
}

.focus\:bg-navy-50\/55:focus{
  background-color: rgb(229 230 252 / 0.55) !important;
}

.focus\:bg-navy-50\/60:focus{
  background-color: rgb(229 230 252 / 0.6) !important;
}

.focus\:bg-navy-50\/65:focus{
  background-color: rgb(229 230 252 / 0.65) !important;
}

.focus\:bg-navy-50\/70:focus{
  background-color: rgb(229 230 252 / 0.7) !important;
}

.focus\:bg-navy-50\/75:focus{
  background-color: rgb(229 230 252 / 0.75) !important;
}

.focus\:bg-navy-50\/80:focus{
  background-color: rgb(229 230 252 / 0.8) !important;
}

.focus\:bg-navy-50\/85:focus{
  background-color: rgb(229 230 252 / 0.85) !important;
}

.focus\:bg-navy-50\/90:focus{
  background-color: rgb(229 230 252 / 0.9) !important;
}

.focus\:bg-navy-50\/95:focus{
  background-color: rgb(229 230 252 / 0.95) !important;
}

.focus\:bg-navy-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 43 231 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-500\/0:focus{
  background-color: rgb(42 43 231 / 0) !important;
}

.focus\:bg-navy-500\/10:focus{
  background-color: rgb(42 43 231 / 0.1) !important;
}

.focus\:bg-navy-500\/100:focus{
  background-color: rgb(42 43 231 / 1) !important;
}

.focus\:bg-navy-500\/15:focus{
  background-color: rgb(42 43 231 / 0.15) !important;
}

.focus\:bg-navy-500\/20:focus{
  background-color: rgb(42 43 231 / 0.2) !important;
}

.focus\:bg-navy-500\/25:focus{
  background-color: rgb(42 43 231 / 0.25) !important;
}

.focus\:bg-navy-500\/30:focus{
  background-color: rgb(42 43 231 / 0.3) !important;
}

.focus\:bg-navy-500\/35:focus{
  background-color: rgb(42 43 231 / 0.35) !important;
}

.focus\:bg-navy-500\/40:focus{
  background-color: rgb(42 43 231 / 0.4) !important;
}

.focus\:bg-navy-500\/45:focus{
  background-color: rgb(42 43 231 / 0.45) !important;
}

.focus\:bg-navy-500\/5:focus{
  background-color: rgb(42 43 231 / 0.05) !important;
}

.focus\:bg-navy-500\/50:focus{
  background-color: rgb(42 43 231 / 0.5) !important;
}

.focus\:bg-navy-500\/55:focus{
  background-color: rgb(42 43 231 / 0.55) !important;
}

.focus\:bg-navy-500\/60:focus{
  background-color: rgb(42 43 231 / 0.6) !important;
}

.focus\:bg-navy-500\/65:focus{
  background-color: rgb(42 43 231 / 0.65) !important;
}

.focus\:bg-navy-500\/70:focus{
  background-color: rgb(42 43 231 / 0.7) !important;
}

.focus\:bg-navy-500\/75:focus{
  background-color: rgb(42 43 231 / 0.75) !important;
}

.focus\:bg-navy-500\/80:focus{
  background-color: rgb(42 43 231 / 0.8) !important;
}

.focus\:bg-navy-500\/85:focus{
  background-color: rgb(42 43 231 / 0.85) !important;
}

.focus\:bg-navy-500\/90:focus{
  background-color: rgb(42 43 231 / 0.9) !important;
}

.focus\:bg-navy-500\/95:focus{
  background-color: rgb(42 43 231 / 0.95) !important;
}

.focus\:bg-navy-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 38 228 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-600\/0:focus{
  background-color: rgb(37 38 228 / 0) !important;
}

.focus\:bg-navy-600\/10:focus{
  background-color: rgb(37 38 228 / 0.1) !important;
}

.focus\:bg-navy-600\/100:focus{
  background-color: rgb(37 38 228 / 1) !important;
}

.focus\:bg-navy-600\/15:focus{
  background-color: rgb(37 38 228 / 0.15) !important;
}

.focus\:bg-navy-600\/20:focus{
  background-color: rgb(37 38 228 / 0.2) !important;
}

.focus\:bg-navy-600\/25:focus{
  background-color: rgb(37 38 228 / 0.25) !important;
}

.focus\:bg-navy-600\/30:focus{
  background-color: rgb(37 38 228 / 0.3) !important;
}

.focus\:bg-navy-600\/35:focus{
  background-color: rgb(37 38 228 / 0.35) !important;
}

.focus\:bg-navy-600\/40:focus{
  background-color: rgb(37 38 228 / 0.4) !important;
}

.focus\:bg-navy-600\/45:focus{
  background-color: rgb(37 38 228 / 0.45) !important;
}

.focus\:bg-navy-600\/5:focus{
  background-color: rgb(37 38 228 / 0.05) !important;
}

.focus\:bg-navy-600\/50:focus{
  background-color: rgb(37 38 228 / 0.5) !important;
}

.focus\:bg-navy-600\/55:focus{
  background-color: rgb(37 38 228 / 0.55) !important;
}

.focus\:bg-navy-600\/60:focus{
  background-color: rgb(37 38 228 / 0.6) !important;
}

.focus\:bg-navy-600\/65:focus{
  background-color: rgb(37 38 228 / 0.65) !important;
}

.focus\:bg-navy-600\/70:focus{
  background-color: rgb(37 38 228 / 0.7) !important;
}

.focus\:bg-navy-600\/75:focus{
  background-color: rgb(37 38 228 / 0.75) !important;
}

.focus\:bg-navy-600\/80:focus{
  background-color: rgb(37 38 228 / 0.8) !important;
}

.focus\:bg-navy-600\/85:focus{
  background-color: rgb(37 38 228 / 0.85) !important;
}

.focus\:bg-navy-600\/90:focus{
  background-color: rgb(37 38 228 / 0.9) !important;
}

.focus\:bg-navy-600\/95:focus{
  background-color: rgb(37 38 228 / 0.95) !important;
}

.focus\:bg-navy-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 32 224 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-700\/0:focus{
  background-color: rgb(31 32 224 / 0) !important;
}

.focus\:bg-navy-700\/10:focus{
  background-color: rgb(31 32 224 / 0.1) !important;
}

.focus\:bg-navy-700\/100:focus{
  background-color: rgb(31 32 224 / 1) !important;
}

.focus\:bg-navy-700\/15:focus{
  background-color: rgb(31 32 224 / 0.15) !important;
}

.focus\:bg-navy-700\/20:focus{
  background-color: rgb(31 32 224 / 0.2) !important;
}

.focus\:bg-navy-700\/25:focus{
  background-color: rgb(31 32 224 / 0.25) !important;
}

.focus\:bg-navy-700\/30:focus{
  background-color: rgb(31 32 224 / 0.3) !important;
}

.focus\:bg-navy-700\/35:focus{
  background-color: rgb(31 32 224 / 0.35) !important;
}

.focus\:bg-navy-700\/40:focus{
  background-color: rgb(31 32 224 / 0.4) !important;
}

.focus\:bg-navy-700\/45:focus{
  background-color: rgb(31 32 224 / 0.45) !important;
}

.focus\:bg-navy-700\/5:focus{
  background-color: rgb(31 32 224 / 0.05) !important;
}

.focus\:bg-navy-700\/50:focus{
  background-color: rgb(31 32 224 / 0.5) !important;
}

.focus\:bg-navy-700\/55:focus{
  background-color: rgb(31 32 224 / 0.55) !important;
}

.focus\:bg-navy-700\/60:focus{
  background-color: rgb(31 32 224 / 0.6) !important;
}

.focus\:bg-navy-700\/65:focus{
  background-color: rgb(31 32 224 / 0.65) !important;
}

.focus\:bg-navy-700\/70:focus{
  background-color: rgb(31 32 224 / 0.7) !important;
}

.focus\:bg-navy-700\/75:focus{
  background-color: rgb(31 32 224 / 0.75) !important;
}

.focus\:bg-navy-700\/80:focus{
  background-color: rgb(31 32 224 / 0.8) !important;
}

.focus\:bg-navy-700\/85:focus{
  background-color: rgb(31 32 224 / 0.85) !important;
}

.focus\:bg-navy-700\/90:focus{
  background-color: rgb(31 32 224 / 0.9) !important;
}

.focus\:bg-navy-700\/95:focus{
  background-color: rgb(31 32 224 / 0.95) !important;
}

.focus\:bg-navy-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 26 221 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-800\/0:focus{
  background-color: rgb(25 26 221 / 0) !important;
}

.focus\:bg-navy-800\/10:focus{
  background-color: rgb(25 26 221 / 0.1) !important;
}

.focus\:bg-navy-800\/100:focus{
  background-color: rgb(25 26 221 / 1) !important;
}

.focus\:bg-navy-800\/15:focus{
  background-color: rgb(25 26 221 / 0.15) !important;
}

.focus\:bg-navy-800\/20:focus{
  background-color: rgb(25 26 221 / 0.2) !important;
}

.focus\:bg-navy-800\/25:focus{
  background-color: rgb(25 26 221 / 0.25) !important;
}

.focus\:bg-navy-800\/30:focus{
  background-color: rgb(25 26 221 / 0.3) !important;
}

.focus\:bg-navy-800\/35:focus{
  background-color: rgb(25 26 221 / 0.35) !important;
}

.focus\:bg-navy-800\/40:focus{
  background-color: rgb(25 26 221 / 0.4) !important;
}

.focus\:bg-navy-800\/45:focus{
  background-color: rgb(25 26 221 / 0.45) !important;
}

.focus\:bg-navy-800\/5:focus{
  background-color: rgb(25 26 221 / 0.05) !important;
}

.focus\:bg-navy-800\/50:focus{
  background-color: rgb(25 26 221 / 0.5) !important;
}

.focus\:bg-navy-800\/55:focus{
  background-color: rgb(25 26 221 / 0.55) !important;
}

.focus\:bg-navy-800\/60:focus{
  background-color: rgb(25 26 221 / 0.6) !important;
}

.focus\:bg-navy-800\/65:focus{
  background-color: rgb(25 26 221 / 0.65) !important;
}

.focus\:bg-navy-800\/70:focus{
  background-color: rgb(25 26 221 / 0.7) !important;
}

.focus\:bg-navy-800\/75:focus{
  background-color: rgb(25 26 221 / 0.75) !important;
}

.focus\:bg-navy-800\/80:focus{
  background-color: rgb(25 26 221 / 0.8) !important;
}

.focus\:bg-navy-800\/85:focus{
  background-color: rgb(25 26 221 / 0.85) !important;
}

.focus\:bg-navy-800\/90:focus{
  background-color: rgb(25 26 221 / 0.9) !important;
}

.focus\:bg-navy-800\/95:focus{
  background-color: rgb(25 26 221 / 0.95) !important;
}

.focus\:bg-navy-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 16 215 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-navy-900\/0:focus{
  background-color: rgb(15 16 215 / 0) !important;
}

.focus\:bg-navy-900\/10:focus{
  background-color: rgb(15 16 215 / 0.1) !important;
}

.focus\:bg-navy-900\/100:focus{
  background-color: rgb(15 16 215 / 1) !important;
}

.focus\:bg-navy-900\/15:focus{
  background-color: rgb(15 16 215 / 0.15) !important;
}

.focus\:bg-navy-900\/20:focus{
  background-color: rgb(15 16 215 / 0.2) !important;
}

.focus\:bg-navy-900\/25:focus{
  background-color: rgb(15 16 215 / 0.25) !important;
}

.focus\:bg-navy-900\/30:focus{
  background-color: rgb(15 16 215 / 0.3) !important;
}

.focus\:bg-navy-900\/35:focus{
  background-color: rgb(15 16 215 / 0.35) !important;
}

.focus\:bg-navy-900\/40:focus{
  background-color: rgb(15 16 215 / 0.4) !important;
}

.focus\:bg-navy-900\/45:focus{
  background-color: rgb(15 16 215 / 0.45) !important;
}

.focus\:bg-navy-900\/5:focus{
  background-color: rgb(15 16 215 / 0.05) !important;
}

.focus\:bg-navy-900\/50:focus{
  background-color: rgb(15 16 215 / 0.5) !important;
}

.focus\:bg-navy-900\/55:focus{
  background-color: rgb(15 16 215 / 0.55) !important;
}

.focus\:bg-navy-900\/60:focus{
  background-color: rgb(15 16 215 / 0.6) !important;
}

.focus\:bg-navy-900\/65:focus{
  background-color: rgb(15 16 215 / 0.65) !important;
}

.focus\:bg-navy-900\/70:focus{
  background-color: rgb(15 16 215 / 0.7) !important;
}

.focus\:bg-navy-900\/75:focus{
  background-color: rgb(15 16 215 / 0.75) !important;
}

.focus\:bg-navy-900\/80:focus{
  background-color: rgb(15 16 215 / 0.8) !important;
}

.focus\:bg-navy-900\/85:focus{
  background-color: rgb(15 16 215 / 0.85) !important;
}

.focus\:bg-navy-900\/90:focus{
  background-color: rgb(15 16 215 / 0.9) !important;
}

.focus\:bg-navy-900\/95:focus{
  background-color: rgb(15 16 215 / 0.95) !important;
}

.focus\:bg-orange-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 213 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-100\/0:focus{
  background-color: rgb(255 238 213 / 0) !important;
}

.focus\:bg-orange-100\/10:focus{
  background-color: rgb(255 238 213 / 0.1) !important;
}

.focus\:bg-orange-100\/100:focus{
  background-color: rgb(255 238 213 / 1) !important;
}

.focus\:bg-orange-100\/15:focus{
  background-color: rgb(255 238 213 / 0.15) !important;
}

.focus\:bg-orange-100\/20:focus{
  background-color: rgb(255 238 213 / 0.2) !important;
}

.focus\:bg-orange-100\/25:focus{
  background-color: rgb(255 238 213 / 0.25) !important;
}

.focus\:bg-orange-100\/30:focus{
  background-color: rgb(255 238 213 / 0.3) !important;
}

.focus\:bg-orange-100\/35:focus{
  background-color: rgb(255 238 213 / 0.35) !important;
}

.focus\:bg-orange-100\/40:focus{
  background-color: rgb(255 238 213 / 0.4) !important;
}

.focus\:bg-orange-100\/45:focus{
  background-color: rgb(255 238 213 / 0.45) !important;
}

.focus\:bg-orange-100\/5:focus{
  background-color: rgb(255 238 213 / 0.05) !important;
}

.focus\:bg-orange-100\/50:focus{
  background-color: rgb(255 238 213 / 0.5) !important;
}

.focus\:bg-orange-100\/55:focus{
  background-color: rgb(255 238 213 / 0.55) !important;
}

.focus\:bg-orange-100\/60:focus{
  background-color: rgb(255 238 213 / 0.6) !important;
}

.focus\:bg-orange-100\/65:focus{
  background-color: rgb(255 238 213 / 0.65) !important;
}

.focus\:bg-orange-100\/70:focus{
  background-color: rgb(255 238 213 / 0.7) !important;
}

.focus\:bg-orange-100\/75:focus{
  background-color: rgb(255 238 213 / 0.75) !important;
}

.focus\:bg-orange-100\/80:focus{
  background-color: rgb(255 238 213 / 0.8) !important;
}

.focus\:bg-orange-100\/85:focus{
  background-color: rgb(255 238 213 / 0.85) !important;
}

.focus\:bg-orange-100\/90:focus{
  background-color: rgb(255 238 213 / 0.9) !important;
}

.focus\:bg-orange-100\/95:focus{
  background-color: rgb(255 238 213 / 0.95) !important;
}

.focus\:bg-orange-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 216 170 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-200\/0:focus{
  background-color: rgb(254 216 170 / 0) !important;
}

.focus\:bg-orange-200\/10:focus{
  background-color: rgb(254 216 170 / 0.1) !important;
}

.focus\:bg-orange-200\/100:focus{
  background-color: rgb(254 216 170 / 1) !important;
}

.focus\:bg-orange-200\/15:focus{
  background-color: rgb(254 216 170 / 0.15) !important;
}

.focus\:bg-orange-200\/20:focus{
  background-color: rgb(254 216 170 / 0.2) !important;
}

.focus\:bg-orange-200\/25:focus{
  background-color: rgb(254 216 170 / 0.25) !important;
}

.focus\:bg-orange-200\/30:focus{
  background-color: rgb(254 216 170 / 0.3) !important;
}

.focus\:bg-orange-200\/35:focus{
  background-color: rgb(254 216 170 / 0.35) !important;
}

.focus\:bg-orange-200\/40:focus{
  background-color: rgb(254 216 170 / 0.4) !important;
}

.focus\:bg-orange-200\/45:focus{
  background-color: rgb(254 216 170 / 0.45) !important;
}

.focus\:bg-orange-200\/5:focus{
  background-color: rgb(254 216 170 / 0.05) !important;
}

.focus\:bg-orange-200\/50:focus{
  background-color: rgb(254 216 170 / 0.5) !important;
}

.focus\:bg-orange-200\/55:focus{
  background-color: rgb(254 216 170 / 0.55) !important;
}

.focus\:bg-orange-200\/60:focus{
  background-color: rgb(254 216 170 / 0.6) !important;
}

.focus\:bg-orange-200\/65:focus{
  background-color: rgb(254 216 170 / 0.65) !important;
}

.focus\:bg-orange-200\/70:focus{
  background-color: rgb(254 216 170 / 0.7) !important;
}

.focus\:bg-orange-200\/75:focus{
  background-color: rgb(254 216 170 / 0.75) !important;
}

.focus\:bg-orange-200\/80:focus{
  background-color: rgb(254 216 170 / 0.8) !important;
}

.focus\:bg-orange-200\/85:focus{
  background-color: rgb(254 216 170 / 0.85) !important;
}

.focus\:bg-orange-200\/90:focus{
  background-color: rgb(254 216 170 / 0.9) !important;
}

.focus\:bg-orange-200\/95:focus{
  background-color: rgb(254 216 170 / 0.95) !important;
}

.focus\:bg-orange-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 188 116 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-300\/0:focus{
  background-color: rgb(253 188 116 / 0) !important;
}

.focus\:bg-orange-300\/10:focus{
  background-color: rgb(253 188 116 / 0.1) !important;
}

.focus\:bg-orange-300\/100:focus{
  background-color: rgb(253 188 116 / 1) !important;
}

.focus\:bg-orange-300\/15:focus{
  background-color: rgb(253 188 116 / 0.15) !important;
}

.focus\:bg-orange-300\/20:focus{
  background-color: rgb(253 188 116 / 0.2) !important;
}

.focus\:bg-orange-300\/25:focus{
  background-color: rgb(253 188 116 / 0.25) !important;
}

.focus\:bg-orange-300\/30:focus{
  background-color: rgb(253 188 116 / 0.3) !important;
}

.focus\:bg-orange-300\/35:focus{
  background-color: rgb(253 188 116 / 0.35) !important;
}

.focus\:bg-orange-300\/40:focus{
  background-color: rgb(253 188 116 / 0.4) !important;
}

.focus\:bg-orange-300\/45:focus{
  background-color: rgb(253 188 116 / 0.45) !important;
}

.focus\:bg-orange-300\/5:focus{
  background-color: rgb(253 188 116 / 0.05) !important;
}

.focus\:bg-orange-300\/50:focus{
  background-color: rgb(253 188 116 / 0.5) !important;
}

.focus\:bg-orange-300\/55:focus{
  background-color: rgb(253 188 116 / 0.55) !important;
}

.focus\:bg-orange-300\/60:focus{
  background-color: rgb(253 188 116 / 0.6) !important;
}

.focus\:bg-orange-300\/65:focus{
  background-color: rgb(253 188 116 / 0.65) !important;
}

.focus\:bg-orange-300\/70:focus{
  background-color: rgb(253 188 116 / 0.7) !important;
}

.focus\:bg-orange-300\/75:focus{
  background-color: rgb(253 188 116 / 0.75) !important;
}

.focus\:bg-orange-300\/80:focus{
  background-color: rgb(253 188 116 / 0.8) !important;
}

.focus\:bg-orange-300\/85:focus{
  background-color: rgb(253 188 116 / 0.85) !important;
}

.focus\:bg-orange-300\/90:focus{
  background-color: rgb(253 188 116 / 0.9) !important;
}

.focus\:bg-orange-300\/95:focus{
  background-color: rgb(253 188 116 / 0.95) !important;
}

.focus\:bg-orange-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 149 59 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-400\/0:focus{
  background-color: rgb(252 149 59 / 0) !important;
}

.focus\:bg-orange-400\/10:focus{
  background-color: rgb(252 149 59 / 0.1) !important;
}

.focus\:bg-orange-400\/100:focus{
  background-color: rgb(252 149 59 / 1) !important;
}

.focus\:bg-orange-400\/15:focus{
  background-color: rgb(252 149 59 / 0.15) !important;
}

.focus\:bg-orange-400\/20:focus{
  background-color: rgb(252 149 59 / 0.2) !important;
}

.focus\:bg-orange-400\/25:focus{
  background-color: rgb(252 149 59 / 0.25) !important;
}

.focus\:bg-orange-400\/30:focus{
  background-color: rgb(252 149 59 / 0.3) !important;
}

.focus\:bg-orange-400\/35:focus{
  background-color: rgb(252 149 59 / 0.35) !important;
}

.focus\:bg-orange-400\/40:focus{
  background-color: rgb(252 149 59 / 0.4) !important;
}

.focus\:bg-orange-400\/45:focus{
  background-color: rgb(252 149 59 / 0.45) !important;
}

.focus\:bg-orange-400\/5:focus{
  background-color: rgb(252 149 59 / 0.05) !important;
}

.focus\:bg-orange-400\/50:focus{
  background-color: rgb(252 149 59 / 0.5) !important;
}

.focus\:bg-orange-400\/55:focus{
  background-color: rgb(252 149 59 / 0.55) !important;
}

.focus\:bg-orange-400\/60:focus{
  background-color: rgb(252 149 59 / 0.6) !important;
}

.focus\:bg-orange-400\/65:focus{
  background-color: rgb(252 149 59 / 0.65) !important;
}

.focus\:bg-orange-400\/70:focus{
  background-color: rgb(252 149 59 / 0.7) !important;
}

.focus\:bg-orange-400\/75:focus{
  background-color: rgb(252 149 59 / 0.75) !important;
}

.focus\:bg-orange-400\/80:focus{
  background-color: rgb(252 149 59 / 0.8) !important;
}

.focus\:bg-orange-400\/85:focus{
  background-color: rgb(252 149 59 / 0.85) !important;
}

.focus\:bg-orange-400\/90:focus{
  background-color: rgb(252 149 59 / 0.9) !important;
}

.focus\:bg-orange-400\/95:focus{
  background-color: rgb(252 149 59 / 0.95) !important;
}

.focus\:bg-orange-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-50\/0:focus{
  background-color: rgb(255 247 237 / 0) !important;
}

.focus\:bg-orange-50\/10:focus{
  background-color: rgb(255 247 237 / 0.1) !important;
}

.focus\:bg-orange-50\/100:focus{
  background-color: rgb(255 247 237 / 1) !important;
}

.focus\:bg-orange-50\/15:focus{
  background-color: rgb(255 247 237 / 0.15) !important;
}

.focus\:bg-orange-50\/20:focus{
  background-color: rgb(255 247 237 / 0.2) !important;
}

.focus\:bg-orange-50\/25:focus{
  background-color: rgb(255 247 237 / 0.25) !important;
}

.focus\:bg-orange-50\/30:focus{
  background-color: rgb(255 247 237 / 0.3) !important;
}

.focus\:bg-orange-50\/35:focus{
  background-color: rgb(255 247 237 / 0.35) !important;
}

.focus\:bg-orange-50\/40:focus{
  background-color: rgb(255 247 237 / 0.4) !important;
}

.focus\:bg-orange-50\/45:focus{
  background-color: rgb(255 247 237 / 0.45) !important;
}

.focus\:bg-orange-50\/5:focus{
  background-color: rgb(255 247 237 / 0.05) !important;
}

.focus\:bg-orange-50\/50:focus{
  background-color: rgb(255 247 237 / 0.5) !important;
}

.focus\:bg-orange-50\/55:focus{
  background-color: rgb(255 247 237 / 0.55) !important;
}

.focus\:bg-orange-50\/60:focus{
  background-color: rgb(255 247 237 / 0.6) !important;
}

.focus\:bg-orange-50\/65:focus{
  background-color: rgb(255 247 237 / 0.65) !important;
}

.focus\:bg-orange-50\/70:focus{
  background-color: rgb(255 247 237 / 0.7) !important;
}

.focus\:bg-orange-50\/75:focus{
  background-color: rgb(255 247 237 / 0.75) !important;
}

.focus\:bg-orange-50\/80:focus{
  background-color: rgb(255 247 237 / 0.8) !important;
}

.focus\:bg-orange-50\/85:focus{
  background-color: rgb(255 247 237 / 0.85) !important;
}

.focus\:bg-orange-50\/90:focus{
  background-color: rgb(255 247 237 / 0.9) !important;
}

.focus\:bg-orange-50\/95:focus{
  background-color: rgb(255 247 237 / 0.95) !important;
}

.focus\:bg-orange-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 126 34 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-500\/0:focus{
  background-color: rgb(250 126 34 / 0) !important;
}

.focus\:bg-orange-500\/10:focus{
  background-color: rgb(250 126 34 / 0.1) !important;
}

.focus\:bg-orange-500\/100:focus{
  background-color: rgb(250 126 34 / 1) !important;
}

.focus\:bg-orange-500\/15:focus{
  background-color: rgb(250 126 34 / 0.15) !important;
}

.focus\:bg-orange-500\/20:focus{
  background-color: rgb(250 126 34 / 0.2) !important;
}

.focus\:bg-orange-500\/25:focus{
  background-color: rgb(250 126 34 / 0.25) !important;
}

.focus\:bg-orange-500\/30:focus{
  background-color: rgb(250 126 34 / 0.3) !important;
}

.focus\:bg-orange-500\/35:focus{
  background-color: rgb(250 126 34 / 0.35) !important;
}

.focus\:bg-orange-500\/40:focus{
  background-color: rgb(250 126 34 / 0.4) !important;
}

.focus\:bg-orange-500\/45:focus{
  background-color: rgb(250 126 34 / 0.45) !important;
}

.focus\:bg-orange-500\/5:focus{
  background-color: rgb(250 126 34 / 0.05) !important;
}

.focus\:bg-orange-500\/50:focus{
  background-color: rgb(250 126 34 / 0.5) !important;
}

.focus\:bg-orange-500\/55:focus{
  background-color: rgb(250 126 34 / 0.55) !important;
}

.focus\:bg-orange-500\/60:focus{
  background-color: rgb(250 126 34 / 0.6) !important;
}

.focus\:bg-orange-500\/65:focus{
  background-color: rgb(250 126 34 / 0.65) !important;
}

.focus\:bg-orange-500\/70:focus{
  background-color: rgb(250 126 34 / 0.7) !important;
}

.focus\:bg-orange-500\/75:focus{
  background-color: rgb(250 126 34 / 0.75) !important;
}

.focus\:bg-orange-500\/80:focus{
  background-color: rgb(250 126 34 / 0.8) !important;
}

.focus\:bg-orange-500\/85:focus{
  background-color: rgb(250 126 34 / 0.85) !important;
}

.focus\:bg-orange-500\/90:focus{
  background-color: rgb(250 126 34 / 0.9) !important;
}

.focus\:bg-orange-500\/95:focus{
  background-color: rgb(250 126 34 / 0.95) !important;
}

.focus\:bg-orange-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 92 11 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-600\/0:focus{
  background-color: rgb(235 92 11 / 0) !important;
}

.focus\:bg-orange-600\/10:focus{
  background-color: rgb(235 92 11 / 0.1) !important;
}

.focus\:bg-orange-600\/100:focus{
  background-color: rgb(235 92 11 / 1) !important;
}

.focus\:bg-orange-600\/15:focus{
  background-color: rgb(235 92 11 / 0.15) !important;
}

.focus\:bg-orange-600\/20:focus{
  background-color: rgb(235 92 11 / 0.2) !important;
}

.focus\:bg-orange-600\/25:focus{
  background-color: rgb(235 92 11 / 0.25) !important;
}

.focus\:bg-orange-600\/30:focus{
  background-color: rgb(235 92 11 / 0.3) !important;
}

.focus\:bg-orange-600\/35:focus{
  background-color: rgb(235 92 11 / 0.35) !important;
}

.focus\:bg-orange-600\/40:focus{
  background-color: rgb(235 92 11 / 0.4) !important;
}

.focus\:bg-orange-600\/45:focus{
  background-color: rgb(235 92 11 / 0.45) !important;
}

.focus\:bg-orange-600\/5:focus{
  background-color: rgb(235 92 11 / 0.05) !important;
}

.focus\:bg-orange-600\/50:focus{
  background-color: rgb(235 92 11 / 0.5) !important;
}

.focus\:bg-orange-600\/55:focus{
  background-color: rgb(235 92 11 / 0.55) !important;
}

.focus\:bg-orange-600\/60:focus{
  background-color: rgb(235 92 11 / 0.6) !important;
}

.focus\:bg-orange-600\/65:focus{
  background-color: rgb(235 92 11 / 0.65) !important;
}

.focus\:bg-orange-600\/70:focus{
  background-color: rgb(235 92 11 / 0.7) !important;
}

.focus\:bg-orange-600\/75:focus{
  background-color: rgb(235 92 11 / 0.75) !important;
}

.focus\:bg-orange-600\/80:focus{
  background-color: rgb(235 92 11 / 0.8) !important;
}

.focus\:bg-orange-600\/85:focus{
  background-color: rgb(235 92 11 / 0.85) !important;
}

.focus\:bg-orange-600\/90:focus{
  background-color: rgb(235 92 11 / 0.9) !important;
}

.focus\:bg-orange-600\/95:focus{
  background-color: rgb(235 92 11 / 0.95) !important;
}

.focus\:bg-orange-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(195 68 11 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-700\/0:focus{
  background-color: rgb(195 68 11 / 0) !important;
}

.focus\:bg-orange-700\/10:focus{
  background-color: rgb(195 68 11 / 0.1) !important;
}

.focus\:bg-orange-700\/100:focus{
  background-color: rgb(195 68 11 / 1) !important;
}

.focus\:bg-orange-700\/15:focus{
  background-color: rgb(195 68 11 / 0.15) !important;
}

.focus\:bg-orange-700\/20:focus{
  background-color: rgb(195 68 11 / 0.2) !important;
}

.focus\:bg-orange-700\/25:focus{
  background-color: rgb(195 68 11 / 0.25) !important;
}

.focus\:bg-orange-700\/30:focus{
  background-color: rgb(195 68 11 / 0.3) !important;
}

.focus\:bg-orange-700\/35:focus{
  background-color: rgb(195 68 11 / 0.35) !important;
}

.focus\:bg-orange-700\/40:focus{
  background-color: rgb(195 68 11 / 0.4) !important;
}

.focus\:bg-orange-700\/45:focus{
  background-color: rgb(195 68 11 / 0.45) !important;
}

.focus\:bg-orange-700\/5:focus{
  background-color: rgb(195 68 11 / 0.05) !important;
}

.focus\:bg-orange-700\/50:focus{
  background-color: rgb(195 68 11 / 0.5) !important;
}

.focus\:bg-orange-700\/55:focus{
  background-color: rgb(195 68 11 / 0.55) !important;
}

.focus\:bg-orange-700\/60:focus{
  background-color: rgb(195 68 11 / 0.6) !important;
}

.focus\:bg-orange-700\/65:focus{
  background-color: rgb(195 68 11 / 0.65) !important;
}

.focus\:bg-orange-700\/70:focus{
  background-color: rgb(195 68 11 / 0.7) !important;
}

.focus\:bg-orange-700\/75:focus{
  background-color: rgb(195 68 11 / 0.75) !important;
}

.focus\:bg-orange-700\/80:focus{
  background-color: rgb(195 68 11 / 0.8) !important;
}

.focus\:bg-orange-700\/85:focus{
  background-color: rgb(195 68 11 / 0.85) !important;
}

.focus\:bg-orange-700\/90:focus{
  background-color: rgb(195 68 11 / 0.9) !important;
}

.focus\:bg-orange-700\/95:focus{
  background-color: rgb(195 68 11 / 0.95) !important;
}

.focus\:bg-orange-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 54 18 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-800\/0:focus{
  background-color: rgb(154 54 18 / 0) !important;
}

.focus\:bg-orange-800\/10:focus{
  background-color: rgb(154 54 18 / 0.1) !important;
}

.focus\:bg-orange-800\/100:focus{
  background-color: rgb(154 54 18 / 1) !important;
}

.focus\:bg-orange-800\/15:focus{
  background-color: rgb(154 54 18 / 0.15) !important;
}

.focus\:bg-orange-800\/20:focus{
  background-color: rgb(154 54 18 / 0.2) !important;
}

.focus\:bg-orange-800\/25:focus{
  background-color: rgb(154 54 18 / 0.25) !important;
}

.focus\:bg-orange-800\/30:focus{
  background-color: rgb(154 54 18 / 0.3) !important;
}

.focus\:bg-orange-800\/35:focus{
  background-color: rgb(154 54 18 / 0.35) !important;
}

.focus\:bg-orange-800\/40:focus{
  background-color: rgb(154 54 18 / 0.4) !important;
}

.focus\:bg-orange-800\/45:focus{
  background-color: rgb(154 54 18 / 0.45) !important;
}

.focus\:bg-orange-800\/5:focus{
  background-color: rgb(154 54 18 / 0.05) !important;
}

.focus\:bg-orange-800\/50:focus{
  background-color: rgb(154 54 18 / 0.5) !important;
}

.focus\:bg-orange-800\/55:focus{
  background-color: rgb(154 54 18 / 0.55) !important;
}

.focus\:bg-orange-800\/60:focus{
  background-color: rgb(154 54 18 / 0.6) !important;
}

.focus\:bg-orange-800\/65:focus{
  background-color: rgb(154 54 18 / 0.65) !important;
}

.focus\:bg-orange-800\/70:focus{
  background-color: rgb(154 54 18 / 0.7) !important;
}

.focus\:bg-orange-800\/75:focus{
  background-color: rgb(154 54 18 / 0.75) !important;
}

.focus\:bg-orange-800\/80:focus{
  background-color: rgb(154 54 18 / 0.8) !important;
}

.focus\:bg-orange-800\/85:focus{
  background-color: rgb(154 54 18 / 0.85) !important;
}

.focus\:bg-orange-800\/90:focus{
  background-color: rgb(154 54 18 / 0.9) !important;
}

.focus\:bg-orange-800\/95:focus{
  background-color: rgb(154 54 18 / 0.95) !important;
}

.focus\:bg-orange-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 47 18 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-900\/0:focus{
  background-color: rgb(124 47 18 / 0) !important;
}

.focus\:bg-orange-900\/10:focus{
  background-color: rgb(124 47 18 / 0.1) !important;
}

.focus\:bg-orange-900\/100:focus{
  background-color: rgb(124 47 18 / 1) !important;
}

.focus\:bg-orange-900\/15:focus{
  background-color: rgb(124 47 18 / 0.15) !important;
}

.focus\:bg-orange-900\/20:focus{
  background-color: rgb(124 47 18 / 0.2) !important;
}

.focus\:bg-orange-900\/25:focus{
  background-color: rgb(124 47 18 / 0.25) !important;
}

.focus\:bg-orange-900\/30:focus{
  background-color: rgb(124 47 18 / 0.3) !important;
}

.focus\:bg-orange-900\/35:focus{
  background-color: rgb(124 47 18 / 0.35) !important;
}

.focus\:bg-orange-900\/40:focus{
  background-color: rgb(124 47 18 / 0.4) !important;
}

.focus\:bg-orange-900\/45:focus{
  background-color: rgb(124 47 18 / 0.45) !important;
}

.focus\:bg-orange-900\/5:focus{
  background-color: rgb(124 47 18 / 0.05) !important;
}

.focus\:bg-orange-900\/50:focus{
  background-color: rgb(124 47 18 / 0.5) !important;
}

.focus\:bg-orange-900\/55:focus{
  background-color: rgb(124 47 18 / 0.55) !important;
}

.focus\:bg-orange-900\/60:focus{
  background-color: rgb(124 47 18 / 0.6) !important;
}

.focus\:bg-orange-900\/65:focus{
  background-color: rgb(124 47 18 / 0.65) !important;
}

.focus\:bg-orange-900\/70:focus{
  background-color: rgb(124 47 18 / 0.7) !important;
}

.focus\:bg-orange-900\/75:focus{
  background-color: rgb(124 47 18 / 0.75) !important;
}

.focus\:bg-orange-900\/80:focus{
  background-color: rgb(124 47 18 / 0.8) !important;
}

.focus\:bg-orange-900\/85:focus{
  background-color: rgb(124 47 18 / 0.85) !important;
}

.focus\:bg-orange-900\/90:focus{
  background-color: rgb(124 47 18 / 0.9) !important;
}

.focus\:bg-orange-900\/95:focus{
  background-color: rgb(124 47 18 / 0.95) !important;
}

.focus\:bg-orange-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 21 7 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-orange-950\/0:focus{
  background-color: rgb(67 21 7 / 0) !important;
}

.focus\:bg-orange-950\/10:focus{
  background-color: rgb(67 21 7 / 0.1) !important;
}

.focus\:bg-orange-950\/100:focus{
  background-color: rgb(67 21 7 / 1) !important;
}

.focus\:bg-orange-950\/15:focus{
  background-color: rgb(67 21 7 / 0.15) !important;
}

.focus\:bg-orange-950\/20:focus{
  background-color: rgb(67 21 7 / 0.2) !important;
}

.focus\:bg-orange-950\/25:focus{
  background-color: rgb(67 21 7 / 0.25) !important;
}

.focus\:bg-orange-950\/30:focus{
  background-color: rgb(67 21 7 / 0.3) !important;
}

.focus\:bg-orange-950\/35:focus{
  background-color: rgb(67 21 7 / 0.35) !important;
}

.focus\:bg-orange-950\/40:focus{
  background-color: rgb(67 21 7 / 0.4) !important;
}

.focus\:bg-orange-950\/45:focus{
  background-color: rgb(67 21 7 / 0.45) !important;
}

.focus\:bg-orange-950\/5:focus{
  background-color: rgb(67 21 7 / 0.05) !important;
}

.focus\:bg-orange-950\/50:focus{
  background-color: rgb(67 21 7 / 0.5) !important;
}

.focus\:bg-orange-950\/55:focus{
  background-color: rgb(67 21 7 / 0.55) !important;
}

.focus\:bg-orange-950\/60:focus{
  background-color: rgb(67 21 7 / 0.6) !important;
}

.focus\:bg-orange-950\/65:focus{
  background-color: rgb(67 21 7 / 0.65) !important;
}

.focus\:bg-orange-950\/70:focus{
  background-color: rgb(67 21 7 / 0.7) !important;
}

.focus\:bg-orange-950\/75:focus{
  background-color: rgb(67 21 7 / 0.75) !important;
}

.focus\:bg-orange-950\/80:focus{
  background-color: rgb(67 21 7 / 0.8) !important;
}

.focus\:bg-orange-950\/85:focus{
  background-color: rgb(67 21 7 / 0.85) !important;
}

.focus\:bg-orange-950\/90:focus{
  background-color: rgb(67 21 7 / 0.9) !important;
}

.focus\:bg-orange-950\/95:focus{
  background-color: rgb(67 21 7 / 0.95) !important;
}

.focus\:bg-pink-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-100\/0:focus{
  background-color: rgb(255 227 231 / 0) !important;
}

.focus\:bg-pink-100\/10:focus{
  background-color: rgb(255 227 231 / 0.1) !important;
}

.focus\:bg-pink-100\/100:focus{
  background-color: rgb(255 227 231 / 1) !important;
}

.focus\:bg-pink-100\/15:focus{
  background-color: rgb(255 227 231 / 0.15) !important;
}

.focus\:bg-pink-100\/20:focus{
  background-color: rgb(255 227 231 / 0.2) !important;
}

.focus\:bg-pink-100\/25:focus{
  background-color: rgb(255 227 231 / 0.25) !important;
}

.focus\:bg-pink-100\/30:focus{
  background-color: rgb(255 227 231 / 0.3) !important;
}

.focus\:bg-pink-100\/35:focus{
  background-color: rgb(255 227 231 / 0.35) !important;
}

.focus\:bg-pink-100\/40:focus{
  background-color: rgb(255 227 231 / 0.4) !important;
}

.focus\:bg-pink-100\/45:focus{
  background-color: rgb(255 227 231 / 0.45) !important;
}

.focus\:bg-pink-100\/5:focus{
  background-color: rgb(255 227 231 / 0.05) !important;
}

.focus\:bg-pink-100\/50:focus{
  background-color: rgb(255 227 231 / 0.5) !important;
}

.focus\:bg-pink-100\/55:focus{
  background-color: rgb(255 227 231 / 0.55) !important;
}

.focus\:bg-pink-100\/60:focus{
  background-color: rgb(255 227 231 / 0.6) !important;
}

.focus\:bg-pink-100\/65:focus{
  background-color: rgb(255 227 231 / 0.65) !important;
}

.focus\:bg-pink-100\/70:focus{
  background-color: rgb(255 227 231 / 0.7) !important;
}

.focus\:bg-pink-100\/75:focus{
  background-color: rgb(255 227 231 / 0.75) !important;
}

.focus\:bg-pink-100\/80:focus{
  background-color: rgb(255 227 231 / 0.8) !important;
}

.focus\:bg-pink-100\/85:focus{
  background-color: rgb(255 227 231 / 0.85) !important;
}

.focus\:bg-pink-100\/90:focus{
  background-color: rgb(255 227 231 / 0.9) !important;
}

.focus\:bg-pink-100\/95:focus{
  background-color: rgb(255 227 231 / 0.95) !important;
}

.focus\:bg-pink-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 214 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-200\/0:focus{
  background-color: rgb(255 203 214 / 0) !important;
}

.focus\:bg-pink-200\/10:focus{
  background-color: rgb(255 203 214 / 0.1) !important;
}

.focus\:bg-pink-200\/100:focus{
  background-color: rgb(255 203 214 / 1) !important;
}

.focus\:bg-pink-200\/15:focus{
  background-color: rgb(255 203 214 / 0.15) !important;
}

.focus\:bg-pink-200\/20:focus{
  background-color: rgb(255 203 214 / 0.2) !important;
}

.focus\:bg-pink-200\/25:focus{
  background-color: rgb(255 203 214 / 0.25) !important;
}

.focus\:bg-pink-200\/30:focus{
  background-color: rgb(255 203 214 / 0.3) !important;
}

.focus\:bg-pink-200\/35:focus{
  background-color: rgb(255 203 214 / 0.35) !important;
}

.focus\:bg-pink-200\/40:focus{
  background-color: rgb(255 203 214 / 0.4) !important;
}

.focus\:bg-pink-200\/45:focus{
  background-color: rgb(255 203 214 / 0.45) !important;
}

.focus\:bg-pink-200\/5:focus{
  background-color: rgb(255 203 214 / 0.05) !important;
}

.focus\:bg-pink-200\/50:focus{
  background-color: rgb(255 203 214 / 0.5) !important;
}

.focus\:bg-pink-200\/55:focus{
  background-color: rgb(255 203 214 / 0.55) !important;
}

.focus\:bg-pink-200\/60:focus{
  background-color: rgb(255 203 214 / 0.6) !important;
}

.focus\:bg-pink-200\/65:focus{
  background-color: rgb(255 203 214 / 0.65) !important;
}

.focus\:bg-pink-200\/70:focus{
  background-color: rgb(255 203 214 / 0.7) !important;
}

.focus\:bg-pink-200\/75:focus{
  background-color: rgb(255 203 214 / 0.75) !important;
}

.focus\:bg-pink-200\/80:focus{
  background-color: rgb(255 203 214 / 0.8) !important;
}

.focus\:bg-pink-200\/85:focus{
  background-color: rgb(255 203 214 / 0.85) !important;
}

.focus\:bg-pink-200\/90:focus{
  background-color: rgb(255 203 214 / 0.9) !important;
}

.focus\:bg-pink-200\/95:focus{
  background-color: rgb(255 203 214 / 0.95) !important;
}

.focus\:bg-pink-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 161 180 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-300\/0:focus{
  background-color: rgb(255 161 180 / 0) !important;
}

.focus\:bg-pink-300\/10:focus{
  background-color: rgb(255 161 180 / 0.1) !important;
}

.focus\:bg-pink-300\/100:focus{
  background-color: rgb(255 161 180 / 1) !important;
}

.focus\:bg-pink-300\/15:focus{
  background-color: rgb(255 161 180 / 0.15) !important;
}

.focus\:bg-pink-300\/20:focus{
  background-color: rgb(255 161 180 / 0.2) !important;
}

.focus\:bg-pink-300\/25:focus{
  background-color: rgb(255 161 180 / 0.25) !important;
}

.focus\:bg-pink-300\/30:focus{
  background-color: rgb(255 161 180 / 0.3) !important;
}

.focus\:bg-pink-300\/35:focus{
  background-color: rgb(255 161 180 / 0.35) !important;
}

.focus\:bg-pink-300\/40:focus{
  background-color: rgb(255 161 180 / 0.4) !important;
}

.focus\:bg-pink-300\/45:focus{
  background-color: rgb(255 161 180 / 0.45) !important;
}

.focus\:bg-pink-300\/5:focus{
  background-color: rgb(255 161 180 / 0.05) !important;
}

.focus\:bg-pink-300\/50:focus{
  background-color: rgb(255 161 180 / 0.5) !important;
}

.focus\:bg-pink-300\/55:focus{
  background-color: rgb(255 161 180 / 0.55) !important;
}

.focus\:bg-pink-300\/60:focus{
  background-color: rgb(255 161 180 / 0.6) !important;
}

.focus\:bg-pink-300\/65:focus{
  background-color: rgb(255 161 180 / 0.65) !important;
}

.focus\:bg-pink-300\/70:focus{
  background-color: rgb(255 161 180 / 0.7) !important;
}

.focus\:bg-pink-300\/75:focus{
  background-color: rgb(255 161 180 / 0.75) !important;
}

.focus\:bg-pink-300\/80:focus{
  background-color: rgb(255 161 180 / 0.8) !important;
}

.focus\:bg-pink-300\/85:focus{
  background-color: rgb(255 161 180 / 0.85) !important;
}

.focus\:bg-pink-300\/90:focus{
  background-color: rgb(255 161 180 / 0.9) !important;
}

.focus\:bg-pink-300\/95:focus{
  background-color: rgb(255 161 180 / 0.95) !important;
}

.focus\:bg-pink-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 108 139 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-400\/0:focus{
  background-color: rgb(255 108 139 / 0) !important;
}

.focus\:bg-pink-400\/10:focus{
  background-color: rgb(255 108 139 / 0.1) !important;
}

.focus\:bg-pink-400\/100:focus{
  background-color: rgb(255 108 139 / 1) !important;
}

.focus\:bg-pink-400\/15:focus{
  background-color: rgb(255 108 139 / 0.15) !important;
}

.focus\:bg-pink-400\/20:focus{
  background-color: rgb(255 108 139 / 0.2) !important;
}

.focus\:bg-pink-400\/25:focus{
  background-color: rgb(255 108 139 / 0.25) !important;
}

.focus\:bg-pink-400\/30:focus{
  background-color: rgb(255 108 139 / 0.3) !important;
}

.focus\:bg-pink-400\/35:focus{
  background-color: rgb(255 108 139 / 0.35) !important;
}

.focus\:bg-pink-400\/40:focus{
  background-color: rgb(255 108 139 / 0.4) !important;
}

.focus\:bg-pink-400\/45:focus{
  background-color: rgb(255 108 139 / 0.45) !important;
}

.focus\:bg-pink-400\/5:focus{
  background-color: rgb(255 108 139 / 0.05) !important;
}

.focus\:bg-pink-400\/50:focus{
  background-color: rgb(255 108 139 / 0.5) !important;
}

.focus\:bg-pink-400\/55:focus{
  background-color: rgb(255 108 139 / 0.55) !important;
}

.focus\:bg-pink-400\/60:focus{
  background-color: rgb(255 108 139 / 0.6) !important;
}

.focus\:bg-pink-400\/65:focus{
  background-color: rgb(255 108 139 / 0.65) !important;
}

.focus\:bg-pink-400\/70:focus{
  background-color: rgb(255 108 139 / 0.7) !important;
}

.focus\:bg-pink-400\/75:focus{
  background-color: rgb(255 108 139 / 0.75) !important;
}

.focus\:bg-pink-400\/80:focus{
  background-color: rgb(255 108 139 / 0.8) !important;
}

.focus\:bg-pink-400\/85:focus{
  background-color: rgb(255 108 139 / 0.85) !important;
}

.focus\:bg-pink-400\/90:focus{
  background-color: rgb(255 108 139 / 0.9) !important;
}

.focus\:bg-pink-400\/95:focus{
  background-color: rgb(255 108 139 / 0.95) !important;
}

.focus\:bg-pink-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-50\/0:focus{
  background-color: rgb(255 240 243 / 0) !important;
}

.focus\:bg-pink-50\/10:focus{
  background-color: rgb(255 240 243 / 0.1) !important;
}

.focus\:bg-pink-50\/100:focus{
  background-color: rgb(255 240 243 / 1) !important;
}

.focus\:bg-pink-50\/15:focus{
  background-color: rgb(255 240 243 / 0.15) !important;
}

.focus\:bg-pink-50\/20:focus{
  background-color: rgb(255 240 243 / 0.2) !important;
}

.focus\:bg-pink-50\/25:focus{
  background-color: rgb(255 240 243 / 0.25) !important;
}

.focus\:bg-pink-50\/30:focus{
  background-color: rgb(255 240 243 / 0.3) !important;
}

.focus\:bg-pink-50\/35:focus{
  background-color: rgb(255 240 243 / 0.35) !important;
}

.focus\:bg-pink-50\/40:focus{
  background-color: rgb(255 240 243 / 0.4) !important;
}

.focus\:bg-pink-50\/45:focus{
  background-color: rgb(255 240 243 / 0.45) !important;
}

.focus\:bg-pink-50\/5:focus{
  background-color: rgb(255 240 243 / 0.05) !important;
}

.focus\:bg-pink-50\/50:focus{
  background-color: rgb(255 240 243 / 0.5) !important;
}

.focus\:bg-pink-50\/55:focus{
  background-color: rgb(255 240 243 / 0.55) !important;
}

.focus\:bg-pink-50\/60:focus{
  background-color: rgb(255 240 243 / 0.6) !important;
}

.focus\:bg-pink-50\/65:focus{
  background-color: rgb(255 240 243 / 0.65) !important;
}

.focus\:bg-pink-50\/70:focus{
  background-color: rgb(255 240 243 / 0.7) !important;
}

.focus\:bg-pink-50\/75:focus{
  background-color: rgb(255 240 243 / 0.75) !important;
}

.focus\:bg-pink-50\/80:focus{
  background-color: rgb(255 240 243 / 0.8) !important;
}

.focus\:bg-pink-50\/85:focus{
  background-color: rgb(255 240 243 / 0.85) !important;
}

.focus\:bg-pink-50\/90:focus{
  background-color: rgb(255 240 243 / 0.9) !important;
}

.focus\:bg-pink-50\/95:focus{
  background-color: rgb(255 240 243 / 0.95) !important;
}

.focus\:bg-pink-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-500\/0:focus{
  background-color: rgb(250 34 86 / 0) !important;
}

.focus\:bg-pink-500\/10:focus{
  background-color: rgb(250 34 86 / 0.1) !important;
}

.focus\:bg-pink-500\/100:focus{
  background-color: rgb(250 34 86 / 1) !important;
}

.focus\:bg-pink-500\/15:focus{
  background-color: rgb(250 34 86 / 0.15) !important;
}

.focus\:bg-pink-500\/20:focus{
  background-color: rgb(250 34 86 / 0.2) !important;
}

.focus\:bg-pink-500\/25:focus{
  background-color: rgb(250 34 86 / 0.25) !important;
}

.focus\:bg-pink-500\/30:focus{
  background-color: rgb(250 34 86 / 0.3) !important;
}

.focus\:bg-pink-500\/35:focus{
  background-color: rgb(250 34 86 / 0.35) !important;
}

.focus\:bg-pink-500\/40:focus{
  background-color: rgb(250 34 86 / 0.4) !important;
}

.focus\:bg-pink-500\/45:focus{
  background-color: rgb(250 34 86 / 0.45) !important;
}

.focus\:bg-pink-500\/5:focus{
  background-color: rgb(250 34 86 / 0.05) !important;
}

.focus\:bg-pink-500\/50:focus{
  background-color: rgb(250 34 86 / 0.5) !important;
}

.focus\:bg-pink-500\/55:focus{
  background-color: rgb(250 34 86 / 0.55) !important;
}

.focus\:bg-pink-500\/60:focus{
  background-color: rgb(250 34 86 / 0.6) !important;
}

.focus\:bg-pink-500\/65:focus{
  background-color: rgb(250 34 86 / 0.65) !important;
}

.focus\:bg-pink-500\/70:focus{
  background-color: rgb(250 34 86 / 0.7) !important;
}

.focus\:bg-pink-500\/75:focus{
  background-color: rgb(250 34 86 / 0.75) !important;
}

.focus\:bg-pink-500\/80:focus{
  background-color: rgb(250 34 86 / 0.8) !important;
}

.focus\:bg-pink-500\/85:focus{
  background-color: rgb(250 34 86 / 0.85) !important;
}

.focus\:bg-pink-500\/90:focus{
  background-color: rgb(250 34 86 / 0.9) !important;
}

.focus\:bg-pink-500\/95:focus{
  background-color: rgb(250 34 86 / 0.95) !important;
}

.focus\:bg-pink-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 22 83 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-600\/0:focus{
  background-color: rgb(232 22 83 / 0) !important;
}

.focus\:bg-pink-600\/10:focus{
  background-color: rgb(232 22 83 / 0.1) !important;
}

.focus\:bg-pink-600\/100:focus{
  background-color: rgb(232 22 83 / 1) !important;
}

.focus\:bg-pink-600\/15:focus{
  background-color: rgb(232 22 83 / 0.15) !important;
}

.focus\:bg-pink-600\/20:focus{
  background-color: rgb(232 22 83 / 0.2) !important;
}

.focus\:bg-pink-600\/25:focus{
  background-color: rgb(232 22 83 / 0.25) !important;
}

.focus\:bg-pink-600\/30:focus{
  background-color: rgb(232 22 83 / 0.3) !important;
}

.focus\:bg-pink-600\/35:focus{
  background-color: rgb(232 22 83 / 0.35) !important;
}

.focus\:bg-pink-600\/40:focus{
  background-color: rgb(232 22 83 / 0.4) !important;
}

.focus\:bg-pink-600\/45:focus{
  background-color: rgb(232 22 83 / 0.45) !important;
}

.focus\:bg-pink-600\/5:focus{
  background-color: rgb(232 22 83 / 0.05) !important;
}

.focus\:bg-pink-600\/50:focus{
  background-color: rgb(232 22 83 / 0.5) !important;
}

.focus\:bg-pink-600\/55:focus{
  background-color: rgb(232 22 83 / 0.55) !important;
}

.focus\:bg-pink-600\/60:focus{
  background-color: rgb(232 22 83 / 0.6) !important;
}

.focus\:bg-pink-600\/65:focus{
  background-color: rgb(232 22 83 / 0.65) !important;
}

.focus\:bg-pink-600\/70:focus{
  background-color: rgb(232 22 83 / 0.7) !important;
}

.focus\:bg-pink-600\/75:focus{
  background-color: rgb(232 22 83 / 0.75) !important;
}

.focus\:bg-pink-600\/80:focus{
  background-color: rgb(232 22 83 / 0.8) !important;
}

.focus\:bg-pink-600\/85:focus{
  background-color: rgb(232 22 83 / 0.85) !important;
}

.focus\:bg-pink-600\/90:focus{
  background-color: rgb(232 22 83 / 0.9) !important;
}

.focus\:bg-pink-600\/95:focus{
  background-color: rgb(232 22 83 / 0.95) !important;
}

.focus\:bg-pink-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 12 70 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-700\/0:focus{
  background-color: rgb(196 12 70 / 0) !important;
}

.focus\:bg-pink-700\/10:focus{
  background-color: rgb(196 12 70 / 0.1) !important;
}

.focus\:bg-pink-700\/100:focus{
  background-color: rgb(196 12 70 / 1) !important;
}

.focus\:bg-pink-700\/15:focus{
  background-color: rgb(196 12 70 / 0.15) !important;
}

.focus\:bg-pink-700\/20:focus{
  background-color: rgb(196 12 70 / 0.2) !important;
}

.focus\:bg-pink-700\/25:focus{
  background-color: rgb(196 12 70 / 0.25) !important;
}

.focus\:bg-pink-700\/30:focus{
  background-color: rgb(196 12 70 / 0.3) !important;
}

.focus\:bg-pink-700\/35:focus{
  background-color: rgb(196 12 70 / 0.35) !important;
}

.focus\:bg-pink-700\/40:focus{
  background-color: rgb(196 12 70 / 0.4) !important;
}

.focus\:bg-pink-700\/45:focus{
  background-color: rgb(196 12 70 / 0.45) !important;
}

.focus\:bg-pink-700\/5:focus{
  background-color: rgb(196 12 70 / 0.05) !important;
}

.focus\:bg-pink-700\/50:focus{
  background-color: rgb(196 12 70 / 0.5) !important;
}

.focus\:bg-pink-700\/55:focus{
  background-color: rgb(196 12 70 / 0.55) !important;
}

.focus\:bg-pink-700\/60:focus{
  background-color: rgb(196 12 70 / 0.6) !important;
}

.focus\:bg-pink-700\/65:focus{
  background-color: rgb(196 12 70 / 0.65) !important;
}

.focus\:bg-pink-700\/70:focus{
  background-color: rgb(196 12 70 / 0.7) !important;
}

.focus\:bg-pink-700\/75:focus{
  background-color: rgb(196 12 70 / 0.75) !important;
}

.focus\:bg-pink-700\/80:focus{
  background-color: rgb(196 12 70 / 0.8) !important;
}

.focus\:bg-pink-700\/85:focus{
  background-color: rgb(196 12 70 / 0.85) !important;
}

.focus\:bg-pink-700\/90:focus{
  background-color: rgb(196 12 70 / 0.9) !important;
}

.focus\:bg-pink-700\/95:focus{
  background-color: rgb(196 12 70 / 0.95) !important;
}

.focus\:bg-pink-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 13 65 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-800\/0:focus{
  background-color: rgb(164 13 65 / 0) !important;
}

.focus\:bg-pink-800\/10:focus{
  background-color: rgb(164 13 65 / 0.1) !important;
}

.focus\:bg-pink-800\/100:focus{
  background-color: rgb(164 13 65 / 1) !important;
}

.focus\:bg-pink-800\/15:focus{
  background-color: rgb(164 13 65 / 0.15) !important;
}

.focus\:bg-pink-800\/20:focus{
  background-color: rgb(164 13 65 / 0.2) !important;
}

.focus\:bg-pink-800\/25:focus{
  background-color: rgb(164 13 65 / 0.25) !important;
}

.focus\:bg-pink-800\/30:focus{
  background-color: rgb(164 13 65 / 0.3) !important;
}

.focus\:bg-pink-800\/35:focus{
  background-color: rgb(164 13 65 / 0.35) !important;
}

.focus\:bg-pink-800\/40:focus{
  background-color: rgb(164 13 65 / 0.4) !important;
}

.focus\:bg-pink-800\/45:focus{
  background-color: rgb(164 13 65 / 0.45) !important;
}

.focus\:bg-pink-800\/5:focus{
  background-color: rgb(164 13 65 / 0.05) !important;
}

.focus\:bg-pink-800\/50:focus{
  background-color: rgb(164 13 65 / 0.5) !important;
}

.focus\:bg-pink-800\/55:focus{
  background-color: rgb(164 13 65 / 0.55) !important;
}

.focus\:bg-pink-800\/60:focus{
  background-color: rgb(164 13 65 / 0.6) !important;
}

.focus\:bg-pink-800\/65:focus{
  background-color: rgb(164 13 65 / 0.65) !important;
}

.focus\:bg-pink-800\/70:focus{
  background-color: rgb(164 13 65 / 0.7) !important;
}

.focus\:bg-pink-800\/75:focus{
  background-color: rgb(164 13 65 / 0.75) !important;
}

.focus\:bg-pink-800\/80:focus{
  background-color: rgb(164 13 65 / 0.8) !important;
}

.focus\:bg-pink-800\/85:focus{
  background-color: rgb(164 13 65 / 0.85) !important;
}

.focus\:bg-pink-800\/90:focus{
  background-color: rgb(164 13 65 / 0.9) !important;
}

.focus\:bg-pink-800\/95:focus{
  background-color: rgb(164 13 65 / 0.95) !important;
}

.focus\:bg-pink-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 15 62 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-900\/0:focus{
  background-color: rgb(140 15 62 / 0) !important;
}

.focus\:bg-pink-900\/10:focus{
  background-color: rgb(140 15 62 / 0.1) !important;
}

.focus\:bg-pink-900\/100:focus{
  background-color: rgb(140 15 62 / 1) !important;
}

.focus\:bg-pink-900\/15:focus{
  background-color: rgb(140 15 62 / 0.15) !important;
}

.focus\:bg-pink-900\/20:focus{
  background-color: rgb(140 15 62 / 0.2) !important;
}

.focus\:bg-pink-900\/25:focus{
  background-color: rgb(140 15 62 / 0.25) !important;
}

.focus\:bg-pink-900\/30:focus{
  background-color: rgb(140 15 62 / 0.3) !important;
}

.focus\:bg-pink-900\/35:focus{
  background-color: rgb(140 15 62 / 0.35) !important;
}

.focus\:bg-pink-900\/40:focus{
  background-color: rgb(140 15 62 / 0.4) !important;
}

.focus\:bg-pink-900\/45:focus{
  background-color: rgb(140 15 62 / 0.45) !important;
}

.focus\:bg-pink-900\/5:focus{
  background-color: rgb(140 15 62 / 0.05) !important;
}

.focus\:bg-pink-900\/50:focus{
  background-color: rgb(140 15 62 / 0.5) !important;
}

.focus\:bg-pink-900\/55:focus{
  background-color: rgb(140 15 62 / 0.55) !important;
}

.focus\:bg-pink-900\/60:focus{
  background-color: rgb(140 15 62 / 0.6) !important;
}

.focus\:bg-pink-900\/65:focus{
  background-color: rgb(140 15 62 / 0.65) !important;
}

.focus\:bg-pink-900\/70:focus{
  background-color: rgb(140 15 62 / 0.7) !important;
}

.focus\:bg-pink-900\/75:focus{
  background-color: rgb(140 15 62 / 0.75) !important;
}

.focus\:bg-pink-900\/80:focus{
  background-color: rgb(140 15 62 / 0.8) !important;
}

.focus\:bg-pink-900\/85:focus{
  background-color: rgb(140 15 62 / 0.85) !important;
}

.focus\:bg-pink-900\/90:focus{
  background-color: rgb(140 15 62 / 0.9) !important;
}

.focus\:bg-pink-900\/95:focus{
  background-color: rgb(140 15 62 / 0.95) !important;
}

.focus\:bg-pink-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 2 29 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-pink-950\/0:focus{
  background-color: rgb(79 2 29 / 0) !important;
}

.focus\:bg-pink-950\/10:focus{
  background-color: rgb(79 2 29 / 0.1) !important;
}

.focus\:bg-pink-950\/100:focus{
  background-color: rgb(79 2 29 / 1) !important;
}

.focus\:bg-pink-950\/15:focus{
  background-color: rgb(79 2 29 / 0.15) !important;
}

.focus\:bg-pink-950\/20:focus{
  background-color: rgb(79 2 29 / 0.2) !important;
}

.focus\:bg-pink-950\/25:focus{
  background-color: rgb(79 2 29 / 0.25) !important;
}

.focus\:bg-pink-950\/30:focus{
  background-color: rgb(79 2 29 / 0.3) !important;
}

.focus\:bg-pink-950\/35:focus{
  background-color: rgb(79 2 29 / 0.35) !important;
}

.focus\:bg-pink-950\/40:focus{
  background-color: rgb(79 2 29 / 0.4) !important;
}

.focus\:bg-pink-950\/45:focus{
  background-color: rgb(79 2 29 / 0.45) !important;
}

.focus\:bg-pink-950\/5:focus{
  background-color: rgb(79 2 29 / 0.05) !important;
}

.focus\:bg-pink-950\/50:focus{
  background-color: rgb(79 2 29 / 0.5) !important;
}

.focus\:bg-pink-950\/55:focus{
  background-color: rgb(79 2 29 / 0.55) !important;
}

.focus\:bg-pink-950\/60:focus{
  background-color: rgb(79 2 29 / 0.6) !important;
}

.focus\:bg-pink-950\/65:focus{
  background-color: rgb(79 2 29 / 0.65) !important;
}

.focus\:bg-pink-950\/70:focus{
  background-color: rgb(79 2 29 / 0.7) !important;
}

.focus\:bg-pink-950\/75:focus{
  background-color: rgb(79 2 29 / 0.75) !important;
}

.focus\:bg-pink-950\/80:focus{
  background-color: rgb(79 2 29 / 0.8) !important;
}

.focus\:bg-pink-950\/85:focus{
  background-color: rgb(79 2 29 / 0.85) !important;
}

.focus\:bg-pink-950\/90:focus{
  background-color: rgb(79 2 29 / 0.9) !important;
}

.focus\:bg-pink-950\/95:focus{
  background-color: rgb(79 2 29 / 0.95) !important;
}

.focus\:bg-primary-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 228 217 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-100\/0:focus{
  background-color: rgb(232 228 217 / 0) !important;
}

.focus\:bg-primary-100\/10:focus{
  background-color: rgb(232 228 217 / 0.1) !important;
}

.focus\:bg-primary-100\/100:focus{
  background-color: rgb(232 228 217 / 1) !important;
}

.focus\:bg-primary-100\/15:focus{
  background-color: rgb(232 228 217 / 0.15) !important;
}

.focus\:bg-primary-100\/20:focus{
  background-color: rgb(232 228 217 / 0.2) !important;
}

.focus\:bg-primary-100\/25:focus{
  background-color: rgb(232 228 217 / 0.25) !important;
}

.focus\:bg-primary-100\/30:focus{
  background-color: rgb(232 228 217 / 0.3) !important;
}

.focus\:bg-primary-100\/35:focus{
  background-color: rgb(232 228 217 / 0.35) !important;
}

.focus\:bg-primary-100\/40:focus{
  background-color: rgb(232 228 217 / 0.4) !important;
}

.focus\:bg-primary-100\/45:focus{
  background-color: rgb(232 228 217 / 0.45) !important;
}

.focus\:bg-primary-100\/5:focus{
  background-color: rgb(232 228 217 / 0.05) !important;
}

.focus\:bg-primary-100\/50:focus{
  background-color: rgb(232 228 217 / 0.5) !important;
}

.focus\:bg-primary-100\/55:focus{
  background-color: rgb(232 228 217 / 0.55) !important;
}

.focus\:bg-primary-100\/60:focus{
  background-color: rgb(232 228 217 / 0.6) !important;
}

.focus\:bg-primary-100\/65:focus{
  background-color: rgb(232 228 217 / 0.65) !important;
}

.focus\:bg-primary-100\/70:focus{
  background-color: rgb(232 228 217 / 0.7) !important;
}

.focus\:bg-primary-100\/75:focus{
  background-color: rgb(232 228 217 / 0.75) !important;
}

.focus\:bg-primary-100\/80:focus{
  background-color: rgb(232 228 217 / 0.8) !important;
}

.focus\:bg-primary-100\/85:focus{
  background-color: rgb(232 228 217 / 0.85) !important;
}

.focus\:bg-primary-100\/90:focus{
  background-color: rgb(232 228 217 / 0.9) !important;
}

.focus\:bg-primary-100\/95:focus{
  background-color: rgb(232 228 217 / 0.95) !important;
}

.focus\:bg-primary-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 200 181 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-200\/0:focus{
  background-color: rgb(211 200 181 / 0) !important;
}

.focus\:bg-primary-200\/10:focus{
  background-color: rgb(211 200 181 / 0.1) !important;
}

.focus\:bg-primary-200\/100:focus{
  background-color: rgb(211 200 181 / 1) !important;
}

.focus\:bg-primary-200\/15:focus{
  background-color: rgb(211 200 181 / 0.15) !important;
}

.focus\:bg-primary-200\/20:focus{
  background-color: rgb(211 200 181 / 0.2) !important;
}

.focus\:bg-primary-200\/25:focus{
  background-color: rgb(211 200 181 / 0.25) !important;
}

.focus\:bg-primary-200\/30:focus{
  background-color: rgb(211 200 181 / 0.3) !important;
}

.focus\:bg-primary-200\/35:focus{
  background-color: rgb(211 200 181 / 0.35) !important;
}

.focus\:bg-primary-200\/40:focus{
  background-color: rgb(211 200 181 / 0.4) !important;
}

.focus\:bg-primary-200\/45:focus{
  background-color: rgb(211 200 181 / 0.45) !important;
}

.focus\:bg-primary-200\/5:focus{
  background-color: rgb(211 200 181 / 0.05) !important;
}

.focus\:bg-primary-200\/50:focus{
  background-color: rgb(211 200 181 / 0.5) !important;
}

.focus\:bg-primary-200\/55:focus{
  background-color: rgb(211 200 181 / 0.55) !important;
}

.focus\:bg-primary-200\/60:focus{
  background-color: rgb(211 200 181 / 0.6) !important;
}

.focus\:bg-primary-200\/65:focus{
  background-color: rgb(211 200 181 / 0.65) !important;
}

.focus\:bg-primary-200\/70:focus{
  background-color: rgb(211 200 181 / 0.7) !important;
}

.focus\:bg-primary-200\/75:focus{
  background-color: rgb(211 200 181 / 0.75) !important;
}

.focus\:bg-primary-200\/80:focus{
  background-color: rgb(211 200 181 / 0.8) !important;
}

.focus\:bg-primary-200\/85:focus{
  background-color: rgb(211 200 181 / 0.85) !important;
}

.focus\:bg-primary-200\/90:focus{
  background-color: rgb(211 200 181 / 0.9) !important;
}

.focus\:bg-primary-200\/95:focus{
  background-color: rgb(211 200 181 / 0.95) !important;
}

.focus\:bg-primary-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 167 139 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-300\/0:focus{
  background-color: rgb(185 167 139 / 0) !important;
}

.focus\:bg-primary-300\/10:focus{
  background-color: rgb(185 167 139 / 0.1) !important;
}

.focus\:bg-primary-300\/100:focus{
  background-color: rgb(185 167 139 / 1) !important;
}

.focus\:bg-primary-300\/15:focus{
  background-color: rgb(185 167 139 / 0.15) !important;
}

.focus\:bg-primary-300\/20:focus{
  background-color: rgb(185 167 139 / 0.2) !important;
}

.focus\:bg-primary-300\/25:focus{
  background-color: rgb(185 167 139 / 0.25) !important;
}

.focus\:bg-primary-300\/30:focus{
  background-color: rgb(185 167 139 / 0.3) !important;
}

.focus\:bg-primary-300\/35:focus{
  background-color: rgb(185 167 139 / 0.35) !important;
}

.focus\:bg-primary-300\/40:focus{
  background-color: rgb(185 167 139 / 0.4) !important;
}

.focus\:bg-primary-300\/45:focus{
  background-color: rgb(185 167 139 / 0.45) !important;
}

.focus\:bg-primary-300\/5:focus{
  background-color: rgb(185 167 139 / 0.05) !important;
}

.focus\:bg-primary-300\/50:focus{
  background-color: rgb(185 167 139 / 0.5) !important;
}

.focus\:bg-primary-300\/55:focus{
  background-color: rgb(185 167 139 / 0.55) !important;
}

.focus\:bg-primary-300\/60:focus{
  background-color: rgb(185 167 139 / 0.6) !important;
}

.focus\:bg-primary-300\/65:focus{
  background-color: rgb(185 167 139 / 0.65) !important;
}

.focus\:bg-primary-300\/70:focus{
  background-color: rgb(185 167 139 / 0.7) !important;
}

.focus\:bg-primary-300\/75:focus{
  background-color: rgb(185 167 139 / 0.75) !important;
}

.focus\:bg-primary-300\/80:focus{
  background-color: rgb(185 167 139 / 0.8) !important;
}

.focus\:bg-primary-300\/85:focus{
  background-color: rgb(185 167 139 / 0.85) !important;
}

.focus\:bg-primary-300\/90:focus{
  background-color: rgb(185 167 139 / 0.9) !important;
}

.focus\:bg-primary-300\/95:focus{
  background-color: rgb(185 167 139 / 0.95) !important;
}

.focus\:bg-primary-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 139 106 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-400\/0:focus{
  background-color: rgb(165 139 106 / 0) !important;
}

.focus\:bg-primary-400\/10:focus{
  background-color: rgb(165 139 106 / 0.1) !important;
}

.focus\:bg-primary-400\/100:focus{
  background-color: rgb(165 139 106 / 1) !important;
}

.focus\:bg-primary-400\/15:focus{
  background-color: rgb(165 139 106 / 0.15) !important;
}

.focus\:bg-primary-400\/20:focus{
  background-color: rgb(165 139 106 / 0.2) !important;
}

.focus\:bg-primary-400\/25:focus{
  background-color: rgb(165 139 106 / 0.25) !important;
}

.focus\:bg-primary-400\/30:focus{
  background-color: rgb(165 139 106 / 0.3) !important;
}

.focus\:bg-primary-400\/35:focus{
  background-color: rgb(165 139 106 / 0.35) !important;
}

.focus\:bg-primary-400\/40:focus{
  background-color: rgb(165 139 106 / 0.4) !important;
}

.focus\:bg-primary-400\/45:focus{
  background-color: rgb(165 139 106 / 0.45) !important;
}

.focus\:bg-primary-400\/5:focus{
  background-color: rgb(165 139 106 / 0.05) !important;
}

.focus\:bg-primary-400\/50:focus{
  background-color: rgb(165 139 106 / 0.5) !important;
}

.focus\:bg-primary-400\/55:focus{
  background-color: rgb(165 139 106 / 0.55) !important;
}

.focus\:bg-primary-400\/60:focus{
  background-color: rgb(165 139 106 / 0.6) !important;
}

.focus\:bg-primary-400\/65:focus{
  background-color: rgb(165 139 106 / 0.65) !important;
}

.focus\:bg-primary-400\/70:focus{
  background-color: rgb(165 139 106 / 0.7) !important;
}

.focus\:bg-primary-400\/75:focus{
  background-color: rgb(165 139 106 / 0.75) !important;
}

.focus\:bg-primary-400\/80:focus{
  background-color: rgb(165 139 106 / 0.8) !important;
}

.focus\:bg-primary-400\/85:focus{
  background-color: rgb(165 139 106 / 0.85) !important;
}

.focus\:bg-primary-400\/90:focus{
  background-color: rgb(165 139 106 / 0.9) !important;
}

.focus\:bg-primary-400\/95:focus{
  background-color: rgb(165 139 106 / 0.95) !important;
}

.focus\:bg-primary-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 244 240 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-50\/0:focus{
  background-color: rgb(246 244 240 / 0) !important;
}

.focus\:bg-primary-50\/10:focus{
  background-color: rgb(246 244 240 / 0.1) !important;
}

.focus\:bg-primary-50\/100:focus{
  background-color: rgb(246 244 240 / 1) !important;
}

.focus\:bg-primary-50\/15:focus{
  background-color: rgb(246 244 240 / 0.15) !important;
}

.focus\:bg-primary-50\/20:focus{
  background-color: rgb(246 244 240 / 0.2) !important;
}

.focus\:bg-primary-50\/25:focus{
  background-color: rgb(246 244 240 / 0.25) !important;
}

.focus\:bg-primary-50\/30:focus{
  background-color: rgb(246 244 240 / 0.3) !important;
}

.focus\:bg-primary-50\/35:focus{
  background-color: rgb(246 244 240 / 0.35) !important;
}

.focus\:bg-primary-50\/40:focus{
  background-color: rgb(246 244 240 / 0.4) !important;
}

.focus\:bg-primary-50\/45:focus{
  background-color: rgb(246 244 240 / 0.45) !important;
}

.focus\:bg-primary-50\/5:focus{
  background-color: rgb(246 244 240 / 0.05) !important;
}

.focus\:bg-primary-50\/50:focus{
  background-color: rgb(246 244 240 / 0.5) !important;
}

.focus\:bg-primary-50\/55:focus{
  background-color: rgb(246 244 240 / 0.55) !important;
}

.focus\:bg-primary-50\/60:focus{
  background-color: rgb(246 244 240 / 0.6) !important;
}

.focus\:bg-primary-50\/65:focus{
  background-color: rgb(246 244 240 / 0.65) !important;
}

.focus\:bg-primary-50\/70:focus{
  background-color: rgb(246 244 240 / 0.7) !important;
}

.focus\:bg-primary-50\/75:focus{
  background-color: rgb(246 244 240 / 0.75) !important;
}

.focus\:bg-primary-50\/80:focus{
  background-color: rgb(246 244 240 / 0.8) !important;
}

.focus\:bg-primary-50\/85:focus{
  background-color: rgb(246 244 240 / 0.85) !important;
}

.focus\:bg-primary-50\/90:focus{
  background-color: rgb(246 244 240 / 0.9) !important;
}

.focus\:bg-primary-50\/95:focus{
  background-color: rgb(246 244 240 / 0.95) !important;
}

.focus\:bg-primary-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 128 96 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-500\/0:focus{
  background-color: rgb(157 128 96 / 0) !important;
}

.focus\:bg-primary-500\/10:focus{
  background-color: rgb(157 128 96 / 0.1) !important;
}

.focus\:bg-primary-500\/100:focus{
  background-color: rgb(157 128 96 / 1) !important;
}

.focus\:bg-primary-500\/15:focus{
  background-color: rgb(157 128 96 / 0.15) !important;
}

.focus\:bg-primary-500\/20:focus{
  background-color: rgb(157 128 96 / 0.2) !important;
}

.focus\:bg-primary-500\/25:focus{
  background-color: rgb(157 128 96 / 0.25) !important;
}

.focus\:bg-primary-500\/30:focus{
  background-color: rgb(157 128 96 / 0.3) !important;
}

.focus\:bg-primary-500\/35:focus{
  background-color: rgb(157 128 96 / 0.35) !important;
}

.focus\:bg-primary-500\/40:focus{
  background-color: rgb(157 128 96 / 0.4) !important;
}

.focus\:bg-primary-500\/45:focus{
  background-color: rgb(157 128 96 / 0.45) !important;
}

.focus\:bg-primary-500\/5:focus{
  background-color: rgb(157 128 96 / 0.05) !important;
}

.focus\:bg-primary-500\/50:focus{
  background-color: rgb(157 128 96 / 0.5) !important;
}

.focus\:bg-primary-500\/55:focus{
  background-color: rgb(157 128 96 / 0.55) !important;
}

.focus\:bg-primary-500\/60:focus{
  background-color: rgb(157 128 96 / 0.6) !important;
}

.focus\:bg-primary-500\/65:focus{
  background-color: rgb(157 128 96 / 0.65) !important;
}

.focus\:bg-primary-500\/70:focus{
  background-color: rgb(157 128 96 / 0.7) !important;
}

.focus\:bg-primary-500\/75:focus{
  background-color: rgb(157 128 96 / 0.75) !important;
}

.focus\:bg-primary-500\/80:focus{
  background-color: rgb(157 128 96 / 0.8) !important;
}

.focus\:bg-primary-500\/85:focus{
  background-color: rgb(157 128 96 / 0.85) !important;
}

.focus\:bg-primary-500\/90:focus{
  background-color: rgb(157 128 96 / 0.9) !important;
}

.focus\:bg-primary-500\/95:focus{
  background-color: rgb(157 128 96 / 0.95) !important;
}

.focus\:bg-primary-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 100 77 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-600\/0:focus{
  background-color: rgb(129 100 77 / 0) !important;
}

.focus\:bg-primary-600\/10:focus{
  background-color: rgb(129 100 77 / 0.1) !important;
}

.focus\:bg-primary-600\/100:focus{
  background-color: rgb(129 100 77 / 1) !important;
}

.focus\:bg-primary-600\/15:focus{
  background-color: rgb(129 100 77 / 0.15) !important;
}

.focus\:bg-primary-600\/20:focus{
  background-color: rgb(129 100 77 / 0.2) !important;
}

.focus\:bg-primary-600\/25:focus{
  background-color: rgb(129 100 77 / 0.25) !important;
}

.focus\:bg-primary-600\/30:focus{
  background-color: rgb(129 100 77 / 0.3) !important;
}

.focus\:bg-primary-600\/35:focus{
  background-color: rgb(129 100 77 / 0.35) !important;
}

.focus\:bg-primary-600\/40:focus{
  background-color: rgb(129 100 77 / 0.4) !important;
}

.focus\:bg-primary-600\/45:focus{
  background-color: rgb(129 100 77 / 0.45) !important;
}

.focus\:bg-primary-600\/5:focus{
  background-color: rgb(129 100 77 / 0.05) !important;
}

.focus\:bg-primary-600\/50:focus{
  background-color: rgb(129 100 77 / 0.5) !important;
}

.focus\:bg-primary-600\/55:focus{
  background-color: rgb(129 100 77 / 0.55) !important;
}

.focus\:bg-primary-600\/60:focus{
  background-color: rgb(129 100 77 / 0.6) !important;
}

.focus\:bg-primary-600\/65:focus{
  background-color: rgb(129 100 77 / 0.65) !important;
}

.focus\:bg-primary-600\/70:focus{
  background-color: rgb(129 100 77 / 0.7) !important;
}

.focus\:bg-primary-600\/75:focus{
  background-color: rgb(129 100 77 / 0.75) !important;
}

.focus\:bg-primary-600\/80:focus{
  background-color: rgb(129 100 77 / 0.8) !important;
}

.focus\:bg-primary-600\/85:focus{
  background-color: rgb(129 100 77 / 0.85) !important;
}

.focus\:bg-primary-600\/90:focus{
  background-color: rgb(129 100 77 / 0.9) !important;
}

.focus\:bg-primary-600\/95:focus{
  background-color: rgb(129 100 77 / 0.95) !important;
}

.focus\:bg-primary-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 79 64 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-700\/0:focus{
  background-color: rgb(104 79 64 / 0) !important;
}

.focus\:bg-primary-700\/10:focus{
  background-color: rgb(104 79 64 / 0.1) !important;
}

.focus\:bg-primary-700\/100:focus{
  background-color: rgb(104 79 64 / 1) !important;
}

.focus\:bg-primary-700\/15:focus{
  background-color: rgb(104 79 64 / 0.15) !important;
}

.focus\:bg-primary-700\/20:focus{
  background-color: rgb(104 79 64 / 0.2) !important;
}

.focus\:bg-primary-700\/25:focus{
  background-color: rgb(104 79 64 / 0.25) !important;
}

.focus\:bg-primary-700\/30:focus{
  background-color: rgb(104 79 64 / 0.3) !important;
}

.focus\:bg-primary-700\/35:focus{
  background-color: rgb(104 79 64 / 0.35) !important;
}

.focus\:bg-primary-700\/40:focus{
  background-color: rgb(104 79 64 / 0.4) !important;
}

.focus\:bg-primary-700\/45:focus{
  background-color: rgb(104 79 64 / 0.45) !important;
}

.focus\:bg-primary-700\/5:focus{
  background-color: rgb(104 79 64 / 0.05) !important;
}

.focus\:bg-primary-700\/50:focus{
  background-color: rgb(104 79 64 / 0.5) !important;
}

.focus\:bg-primary-700\/55:focus{
  background-color: rgb(104 79 64 / 0.55) !important;
}

.focus\:bg-primary-700\/60:focus{
  background-color: rgb(104 79 64 / 0.6) !important;
}

.focus\:bg-primary-700\/65:focus{
  background-color: rgb(104 79 64 / 0.65) !important;
}

.focus\:bg-primary-700\/70:focus{
  background-color: rgb(104 79 64 / 0.7) !important;
}

.focus\:bg-primary-700\/75:focus{
  background-color: rgb(104 79 64 / 0.75) !important;
}

.focus\:bg-primary-700\/80:focus{
  background-color: rgb(104 79 64 / 0.8) !important;
}

.focus\:bg-primary-700\/85:focus{
  background-color: rgb(104 79 64 / 0.85) !important;
}

.focus\:bg-primary-700\/90:focus{
  background-color: rgb(104 79 64 / 0.9) !important;
}

.focus\:bg-primary-700\/95:focus{
  background-color: rgb(104 79 64 / 0.95) !important;
}

.focus\:bg-primary-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 67 58 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-800\/0:focus{
  background-color: rgb(89 67 58 / 0) !important;
}

.focus\:bg-primary-800\/10:focus{
  background-color: rgb(89 67 58 / 0.1) !important;
}

.focus\:bg-primary-800\/100:focus{
  background-color: rgb(89 67 58 / 1) !important;
}

.focus\:bg-primary-800\/15:focus{
  background-color: rgb(89 67 58 / 0.15) !important;
}

.focus\:bg-primary-800\/20:focus{
  background-color: rgb(89 67 58 / 0.2) !important;
}

.focus\:bg-primary-800\/25:focus{
  background-color: rgb(89 67 58 / 0.25) !important;
}

.focus\:bg-primary-800\/30:focus{
  background-color: rgb(89 67 58 / 0.3) !important;
}

.focus\:bg-primary-800\/35:focus{
  background-color: rgb(89 67 58 / 0.35) !important;
}

.focus\:bg-primary-800\/40:focus{
  background-color: rgb(89 67 58 / 0.4) !important;
}

.focus\:bg-primary-800\/45:focus{
  background-color: rgb(89 67 58 / 0.45) !important;
}

.focus\:bg-primary-800\/5:focus{
  background-color: rgb(89 67 58 / 0.05) !important;
}

.focus\:bg-primary-800\/50:focus{
  background-color: rgb(89 67 58 / 0.5) !important;
}

.focus\:bg-primary-800\/55:focus{
  background-color: rgb(89 67 58 / 0.55) !important;
}

.focus\:bg-primary-800\/60:focus{
  background-color: rgb(89 67 58 / 0.6) !important;
}

.focus\:bg-primary-800\/65:focus{
  background-color: rgb(89 67 58 / 0.65) !important;
}

.focus\:bg-primary-800\/70:focus{
  background-color: rgb(89 67 58 / 0.7) !important;
}

.focus\:bg-primary-800\/75:focus{
  background-color: rgb(89 67 58 / 0.75) !important;
}

.focus\:bg-primary-800\/80:focus{
  background-color: rgb(89 67 58 / 0.8) !important;
}

.focus\:bg-primary-800\/85:focus{
  background-color: rgb(89 67 58 / 0.85) !important;
}

.focus\:bg-primary-800\/90:focus{
  background-color: rgb(89 67 58 / 0.9) !important;
}

.focus\:bg-primary-800\/95:focus{
  background-color: rgb(89 67 58 / 0.95) !important;
}

.focus\:bg-primary-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(78 59 53 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-900\/0:focus{
  background-color: rgb(78 59 53 / 0) !important;
}

.focus\:bg-primary-900\/10:focus{
  background-color: rgb(78 59 53 / 0.1) !important;
}

.focus\:bg-primary-900\/100:focus{
  background-color: rgb(78 59 53 / 1) !important;
}

.focus\:bg-primary-900\/15:focus{
  background-color: rgb(78 59 53 / 0.15) !important;
}

.focus\:bg-primary-900\/20:focus{
  background-color: rgb(78 59 53 / 0.2) !important;
}

.focus\:bg-primary-900\/25:focus{
  background-color: rgb(78 59 53 / 0.25) !important;
}

.focus\:bg-primary-900\/30:focus{
  background-color: rgb(78 59 53 / 0.3) !important;
}

.focus\:bg-primary-900\/35:focus{
  background-color: rgb(78 59 53 / 0.35) !important;
}

.focus\:bg-primary-900\/40:focus{
  background-color: rgb(78 59 53 / 0.4) !important;
}

.focus\:bg-primary-900\/45:focus{
  background-color: rgb(78 59 53 / 0.45) !important;
}

.focus\:bg-primary-900\/5:focus{
  background-color: rgb(78 59 53 / 0.05) !important;
}

.focus\:bg-primary-900\/50:focus{
  background-color: rgb(78 59 53 / 0.5) !important;
}

.focus\:bg-primary-900\/55:focus{
  background-color: rgb(78 59 53 / 0.55) !important;
}

.focus\:bg-primary-900\/60:focus{
  background-color: rgb(78 59 53 / 0.6) !important;
}

.focus\:bg-primary-900\/65:focus{
  background-color: rgb(78 59 53 / 0.65) !important;
}

.focus\:bg-primary-900\/70:focus{
  background-color: rgb(78 59 53 / 0.7) !important;
}

.focus\:bg-primary-900\/75:focus{
  background-color: rgb(78 59 53 / 0.75) !important;
}

.focus\:bg-primary-900\/80:focus{
  background-color: rgb(78 59 53 / 0.8) !important;
}

.focus\:bg-primary-900\/85:focus{
  background-color: rgb(78 59 53 / 0.85) !important;
}

.focus\:bg-primary-900\/90:focus{
  background-color: rgb(78 59 53 / 0.9) !important;
}

.focus\:bg-primary-900\/95:focus{
  background-color: rgb(78 59 53 / 0.95) !important;
}

.focus\:bg-primary-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 31 28 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-primary-950\/0:focus{
  background-color: rgb(44 31 28 / 0) !important;
}

.focus\:bg-primary-950\/10:focus{
  background-color: rgb(44 31 28 / 0.1) !important;
}

.focus\:bg-primary-950\/100:focus{
  background-color: rgb(44 31 28 / 1) !important;
}

.focus\:bg-primary-950\/15:focus{
  background-color: rgb(44 31 28 / 0.15) !important;
}

.focus\:bg-primary-950\/20:focus{
  background-color: rgb(44 31 28 / 0.2) !important;
}

.focus\:bg-primary-950\/25:focus{
  background-color: rgb(44 31 28 / 0.25) !important;
}

.focus\:bg-primary-950\/30:focus{
  background-color: rgb(44 31 28 / 0.3) !important;
}

.focus\:bg-primary-950\/35:focus{
  background-color: rgb(44 31 28 / 0.35) !important;
}

.focus\:bg-primary-950\/40:focus{
  background-color: rgb(44 31 28 / 0.4) !important;
}

.focus\:bg-primary-950\/45:focus{
  background-color: rgb(44 31 28 / 0.45) !important;
}

.focus\:bg-primary-950\/5:focus{
  background-color: rgb(44 31 28 / 0.05) !important;
}

.focus\:bg-primary-950\/50:focus{
  background-color: rgb(44 31 28 / 0.5) !important;
}

.focus\:bg-primary-950\/55:focus{
  background-color: rgb(44 31 28 / 0.55) !important;
}

.focus\:bg-primary-950\/60:focus{
  background-color: rgb(44 31 28 / 0.6) !important;
}

.focus\:bg-primary-950\/65:focus{
  background-color: rgb(44 31 28 / 0.65) !important;
}

.focus\:bg-primary-950\/70:focus{
  background-color: rgb(44 31 28 / 0.7) !important;
}

.focus\:bg-primary-950\/75:focus{
  background-color: rgb(44 31 28 / 0.75) !important;
}

.focus\:bg-primary-950\/80:focus{
  background-color: rgb(44 31 28 / 0.8) !important;
}

.focus\:bg-primary-950\/85:focus{
  background-color: rgb(44 31 28 / 0.85) !important;
}

.focus\:bg-primary-950\/90:focus{
  background-color: rgb(44 31 28 / 0.9) !important;
}

.focus\:bg-primary-950\/95:focus{
  background-color: rgb(44 31 28 / 0.95) !important;
}

.focus\:bg-purple-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 232 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-100\/0:focus{
  background-color: rgb(238 232 255 / 0) !important;
}

.focus\:bg-purple-100\/10:focus{
  background-color: rgb(238 232 255 / 0.1) !important;
}

.focus\:bg-purple-100\/100:focus{
  background-color: rgb(238 232 255 / 1) !important;
}

.focus\:bg-purple-100\/15:focus{
  background-color: rgb(238 232 255 / 0.15) !important;
}

.focus\:bg-purple-100\/20:focus{
  background-color: rgb(238 232 255 / 0.2) !important;
}

.focus\:bg-purple-100\/25:focus{
  background-color: rgb(238 232 255 / 0.25) !important;
}

.focus\:bg-purple-100\/30:focus{
  background-color: rgb(238 232 255 / 0.3) !important;
}

.focus\:bg-purple-100\/35:focus{
  background-color: rgb(238 232 255 / 0.35) !important;
}

.focus\:bg-purple-100\/40:focus{
  background-color: rgb(238 232 255 / 0.4) !important;
}

.focus\:bg-purple-100\/45:focus{
  background-color: rgb(238 232 255 / 0.45) !important;
}

.focus\:bg-purple-100\/5:focus{
  background-color: rgb(238 232 255 / 0.05) !important;
}

.focus\:bg-purple-100\/50:focus{
  background-color: rgb(238 232 255 / 0.5) !important;
}

.focus\:bg-purple-100\/55:focus{
  background-color: rgb(238 232 255 / 0.55) !important;
}

.focus\:bg-purple-100\/60:focus{
  background-color: rgb(238 232 255 / 0.6) !important;
}

.focus\:bg-purple-100\/65:focus{
  background-color: rgb(238 232 255 / 0.65) !important;
}

.focus\:bg-purple-100\/70:focus{
  background-color: rgb(238 232 255 / 0.7) !important;
}

.focus\:bg-purple-100\/75:focus{
  background-color: rgb(238 232 255 / 0.75) !important;
}

.focus\:bg-purple-100\/80:focus{
  background-color: rgb(238 232 255 / 0.8) !important;
}

.focus\:bg-purple-100\/85:focus{
  background-color: rgb(238 232 255 / 0.85) !important;
}

.focus\:bg-purple-100\/90:focus{
  background-color: rgb(238 232 255 / 0.9) !important;
}

.focus\:bg-purple-100\/95:focus{
  background-color: rgb(238 232 255 / 0.95) !important;
}

.focus\:bg-purple-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 212 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-200\/0:focus{
  background-color: rgb(223 212 255 / 0) !important;
}

.focus\:bg-purple-200\/10:focus{
  background-color: rgb(223 212 255 / 0.1) !important;
}

.focus\:bg-purple-200\/100:focus{
  background-color: rgb(223 212 255 / 1) !important;
}

.focus\:bg-purple-200\/15:focus{
  background-color: rgb(223 212 255 / 0.15) !important;
}

.focus\:bg-purple-200\/20:focus{
  background-color: rgb(223 212 255 / 0.2) !important;
}

.focus\:bg-purple-200\/25:focus{
  background-color: rgb(223 212 255 / 0.25) !important;
}

.focus\:bg-purple-200\/30:focus{
  background-color: rgb(223 212 255 / 0.3) !important;
}

.focus\:bg-purple-200\/35:focus{
  background-color: rgb(223 212 255 / 0.35) !important;
}

.focus\:bg-purple-200\/40:focus{
  background-color: rgb(223 212 255 / 0.4) !important;
}

.focus\:bg-purple-200\/45:focus{
  background-color: rgb(223 212 255 / 0.45) !important;
}

.focus\:bg-purple-200\/5:focus{
  background-color: rgb(223 212 255 / 0.05) !important;
}

.focus\:bg-purple-200\/50:focus{
  background-color: rgb(223 212 255 / 0.5) !important;
}

.focus\:bg-purple-200\/55:focus{
  background-color: rgb(223 212 255 / 0.55) !important;
}

.focus\:bg-purple-200\/60:focus{
  background-color: rgb(223 212 255 / 0.6) !important;
}

.focus\:bg-purple-200\/65:focus{
  background-color: rgb(223 212 255 / 0.65) !important;
}

.focus\:bg-purple-200\/70:focus{
  background-color: rgb(223 212 255 / 0.7) !important;
}

.focus\:bg-purple-200\/75:focus{
  background-color: rgb(223 212 255 / 0.75) !important;
}

.focus\:bg-purple-200\/80:focus{
  background-color: rgb(223 212 255 / 0.8) !important;
}

.focus\:bg-purple-200\/85:focus{
  background-color: rgb(223 212 255 / 0.85) !important;
}

.focus\:bg-purple-200\/90:focus{
  background-color: rgb(223 212 255 / 0.9) !important;
}

.focus\:bg-purple-200\/95:focus{
  background-color: rgb(223 212 255 / 0.95) !important;
}

.focus\:bg-purple-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 178 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-300\/0:focus{
  background-color: rgb(199 178 255 / 0) !important;
}

.focus\:bg-purple-300\/10:focus{
  background-color: rgb(199 178 255 / 0.1) !important;
}

.focus\:bg-purple-300\/100:focus{
  background-color: rgb(199 178 255 / 1) !important;
}

.focus\:bg-purple-300\/15:focus{
  background-color: rgb(199 178 255 / 0.15) !important;
}

.focus\:bg-purple-300\/20:focus{
  background-color: rgb(199 178 255 / 0.2) !important;
}

.focus\:bg-purple-300\/25:focus{
  background-color: rgb(199 178 255 / 0.25) !important;
}

.focus\:bg-purple-300\/30:focus{
  background-color: rgb(199 178 255 / 0.3) !important;
}

.focus\:bg-purple-300\/35:focus{
  background-color: rgb(199 178 255 / 0.35) !important;
}

.focus\:bg-purple-300\/40:focus{
  background-color: rgb(199 178 255 / 0.4) !important;
}

.focus\:bg-purple-300\/45:focus{
  background-color: rgb(199 178 255 / 0.45) !important;
}

.focus\:bg-purple-300\/5:focus{
  background-color: rgb(199 178 255 / 0.05) !important;
}

.focus\:bg-purple-300\/50:focus{
  background-color: rgb(199 178 255 / 0.5) !important;
}

.focus\:bg-purple-300\/55:focus{
  background-color: rgb(199 178 255 / 0.55) !important;
}

.focus\:bg-purple-300\/60:focus{
  background-color: rgb(199 178 255 / 0.6) !important;
}

.focus\:bg-purple-300\/65:focus{
  background-color: rgb(199 178 255 / 0.65) !important;
}

.focus\:bg-purple-300\/70:focus{
  background-color: rgb(199 178 255 / 0.7) !important;
}

.focus\:bg-purple-300\/75:focus{
  background-color: rgb(199 178 255 / 0.75) !important;
}

.focus\:bg-purple-300\/80:focus{
  background-color: rgb(199 178 255 / 0.8) !important;
}

.focus\:bg-purple-300\/85:focus{
  background-color: rgb(199 178 255 / 0.85) !important;
}

.focus\:bg-purple-300\/90:focus{
  background-color: rgb(199 178 255 / 0.9) !important;
}

.focus\:bg-purple-300\/95:focus{
  background-color: rgb(199 178 255 / 0.95) !important;
}

.focus\:bg-purple-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-400\/0:focus{
  background-color: rgb(161 117 255 / 0) !important;
}

.focus\:bg-purple-400\/10:focus{
  background-color: rgb(161 117 255 / 0.1) !important;
}

.focus\:bg-purple-400\/100:focus{
  background-color: rgb(161 117 255 / 1) !important;
}

.focus\:bg-purple-400\/15:focus{
  background-color: rgb(161 117 255 / 0.15) !important;
}

.focus\:bg-purple-400\/20:focus{
  background-color: rgb(161 117 255 / 0.2) !important;
}

.focus\:bg-purple-400\/25:focus{
  background-color: rgb(161 117 255 / 0.25) !important;
}

.focus\:bg-purple-400\/30:focus{
  background-color: rgb(161 117 255 / 0.3) !important;
}

.focus\:bg-purple-400\/35:focus{
  background-color: rgb(161 117 255 / 0.35) !important;
}

.focus\:bg-purple-400\/40:focus{
  background-color: rgb(161 117 255 / 0.4) !important;
}

.focus\:bg-purple-400\/45:focus{
  background-color: rgb(161 117 255 / 0.45) !important;
}

.focus\:bg-purple-400\/5:focus{
  background-color: rgb(161 117 255 / 0.05) !important;
}

.focus\:bg-purple-400\/50:focus{
  background-color: rgb(161 117 255 / 0.5) !important;
}

.focus\:bg-purple-400\/55:focus{
  background-color: rgb(161 117 255 / 0.55) !important;
}

.focus\:bg-purple-400\/60:focus{
  background-color: rgb(161 117 255 / 0.6) !important;
}

.focus\:bg-purple-400\/65:focus{
  background-color: rgb(161 117 255 / 0.65) !important;
}

.focus\:bg-purple-400\/70:focus{
  background-color: rgb(161 117 255 / 0.7) !important;
}

.focus\:bg-purple-400\/75:focus{
  background-color: rgb(161 117 255 / 0.75) !important;
}

.focus\:bg-purple-400\/80:focus{
  background-color: rgb(161 117 255 / 0.8) !important;
}

.focus\:bg-purple-400\/85:focus{
  background-color: rgb(161 117 255 / 0.85) !important;
}

.focus\:bg-purple-400\/90:focus{
  background-color: rgb(161 117 255 / 0.9) !important;
}

.focus\:bg-purple-400\/95:focus{
  background-color: rgb(161 117 255 / 0.95) !important;
}

.focus\:bg-purple-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 242 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-50\/0:focus{
  background-color: rgb(246 242 255 / 0) !important;
}

.focus\:bg-purple-50\/10:focus{
  background-color: rgb(246 242 255 / 0.1) !important;
}

.focus\:bg-purple-50\/100:focus{
  background-color: rgb(246 242 255 / 1) !important;
}

.focus\:bg-purple-50\/15:focus{
  background-color: rgb(246 242 255 / 0.15) !important;
}

.focus\:bg-purple-50\/20:focus{
  background-color: rgb(246 242 255 / 0.2) !important;
}

.focus\:bg-purple-50\/25:focus{
  background-color: rgb(246 242 255 / 0.25) !important;
}

.focus\:bg-purple-50\/30:focus{
  background-color: rgb(246 242 255 / 0.3) !important;
}

.focus\:bg-purple-50\/35:focus{
  background-color: rgb(246 242 255 / 0.35) !important;
}

.focus\:bg-purple-50\/40:focus{
  background-color: rgb(246 242 255 / 0.4) !important;
}

.focus\:bg-purple-50\/45:focus{
  background-color: rgb(246 242 255 / 0.45) !important;
}

.focus\:bg-purple-50\/5:focus{
  background-color: rgb(246 242 255 / 0.05) !important;
}

.focus\:bg-purple-50\/50:focus{
  background-color: rgb(246 242 255 / 0.5) !important;
}

.focus\:bg-purple-50\/55:focus{
  background-color: rgb(246 242 255 / 0.55) !important;
}

.focus\:bg-purple-50\/60:focus{
  background-color: rgb(246 242 255 / 0.6) !important;
}

.focus\:bg-purple-50\/65:focus{
  background-color: rgb(246 242 255 / 0.65) !important;
}

.focus\:bg-purple-50\/70:focus{
  background-color: rgb(246 242 255 / 0.7) !important;
}

.focus\:bg-purple-50\/75:focus{
  background-color: rgb(246 242 255 / 0.75) !important;
}

.focus\:bg-purple-50\/80:focus{
  background-color: rgb(246 242 255 / 0.8) !important;
}

.focus\:bg-purple-50\/85:focus{
  background-color: rgb(246 242 255 / 0.85) !important;
}

.focus\:bg-purple-50\/90:focus{
  background-color: rgb(246 242 255 / 0.9) !important;
}

.focus\:bg-purple-50\/95:focus{
  background-color: rgb(246 242 255 / 0.95) !important;
}

.focus\:bg-purple-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 117 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-500\/0:focus{
  background-color: rgb(161 117 255 / 0) !important;
}

.focus\:bg-purple-500\/10:focus{
  background-color: rgb(161 117 255 / 0.1) !important;
}

.focus\:bg-purple-500\/100:focus{
  background-color: rgb(161 117 255 / 1) !important;
}

.focus\:bg-purple-500\/15:focus{
  background-color: rgb(161 117 255 / 0.15) !important;
}

.focus\:bg-purple-500\/20:focus{
  background-color: rgb(161 117 255 / 0.2) !important;
}

.focus\:bg-purple-500\/25:focus{
  background-color: rgb(161 117 255 / 0.25) !important;
}

.focus\:bg-purple-500\/30:focus{
  background-color: rgb(161 117 255 / 0.3) !important;
}

.focus\:bg-purple-500\/35:focus{
  background-color: rgb(161 117 255 / 0.35) !important;
}

.focus\:bg-purple-500\/40:focus{
  background-color: rgb(161 117 255 / 0.4) !important;
}

.focus\:bg-purple-500\/45:focus{
  background-color: rgb(161 117 255 / 0.45) !important;
}

.focus\:bg-purple-500\/5:focus{
  background-color: rgb(161 117 255 / 0.05) !important;
}

.focus\:bg-purple-500\/50:focus{
  background-color: rgb(161 117 255 / 0.5) !important;
}

.focus\:bg-purple-500\/55:focus{
  background-color: rgb(161 117 255 / 0.55) !important;
}

.focus\:bg-purple-500\/60:focus{
  background-color: rgb(161 117 255 / 0.6) !important;
}

.focus\:bg-purple-500\/65:focus{
  background-color: rgb(161 117 255 / 0.65) !important;
}

.focus\:bg-purple-500\/70:focus{
  background-color: rgb(161 117 255 / 0.7) !important;
}

.focus\:bg-purple-500\/75:focus{
  background-color: rgb(161 117 255 / 0.75) !important;
}

.focus\:bg-purple-500\/80:focus{
  background-color: rgb(161 117 255 / 0.8) !important;
}

.focus\:bg-purple-500\/85:focus{
  background-color: rgb(161 117 255 / 0.85) !important;
}

.focus\:bg-purple-500\/90:focus{
  background-color: rgb(161 117 255 / 0.9) !important;
}

.focus\:bg-purple-500\/95:focus{
  background-color: rgb(161 117 255 / 0.95) !important;
}

.focus\:bg-purple-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 50 245 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-600\/0:focus{
  background-color: rgb(135 50 245 / 0) !important;
}

.focus\:bg-purple-600\/10:focus{
  background-color: rgb(135 50 245 / 0.1) !important;
}

.focus\:bg-purple-600\/100:focus{
  background-color: rgb(135 50 245 / 1) !important;
}

.focus\:bg-purple-600\/15:focus{
  background-color: rgb(135 50 245 / 0.15) !important;
}

.focus\:bg-purple-600\/20:focus{
  background-color: rgb(135 50 245 / 0.2) !important;
}

.focus\:bg-purple-600\/25:focus{
  background-color: rgb(135 50 245 / 0.25) !important;
}

.focus\:bg-purple-600\/30:focus{
  background-color: rgb(135 50 245 / 0.3) !important;
}

.focus\:bg-purple-600\/35:focus{
  background-color: rgb(135 50 245 / 0.35) !important;
}

.focus\:bg-purple-600\/40:focus{
  background-color: rgb(135 50 245 / 0.4) !important;
}

.focus\:bg-purple-600\/45:focus{
  background-color: rgb(135 50 245 / 0.45) !important;
}

.focus\:bg-purple-600\/5:focus{
  background-color: rgb(135 50 245 / 0.05) !important;
}

.focus\:bg-purple-600\/50:focus{
  background-color: rgb(135 50 245 / 0.5) !important;
}

.focus\:bg-purple-600\/55:focus{
  background-color: rgb(135 50 245 / 0.55) !important;
}

.focus\:bg-purple-600\/60:focus{
  background-color: rgb(135 50 245 / 0.6) !important;
}

.focus\:bg-purple-600\/65:focus{
  background-color: rgb(135 50 245 / 0.65) !important;
}

.focus\:bg-purple-600\/70:focus{
  background-color: rgb(135 50 245 / 0.7) !important;
}

.focus\:bg-purple-600\/75:focus{
  background-color: rgb(135 50 245 / 0.75) !important;
}

.focus\:bg-purple-600\/80:focus{
  background-color: rgb(135 50 245 / 0.8) !important;
}

.focus\:bg-purple-600\/85:focus{
  background-color: rgb(135 50 245 / 0.85) !important;
}

.focus\:bg-purple-600\/90:focus{
  background-color: rgb(135 50 245 / 0.9) !important;
}

.focus\:bg-purple-600\/95:focus{
  background-color: rgb(135 50 245 / 0.95) !important;
}

.focus\:bg-purple-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 32 225 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-700\/0:focus{
  background-color: rgb(120 32 225 / 0) !important;
}

.focus\:bg-purple-700\/10:focus{
  background-color: rgb(120 32 225 / 0.1) !important;
}

.focus\:bg-purple-700\/100:focus{
  background-color: rgb(120 32 225 / 1) !important;
}

.focus\:bg-purple-700\/15:focus{
  background-color: rgb(120 32 225 / 0.15) !important;
}

.focus\:bg-purple-700\/20:focus{
  background-color: rgb(120 32 225 / 0.2) !important;
}

.focus\:bg-purple-700\/25:focus{
  background-color: rgb(120 32 225 / 0.25) !important;
}

.focus\:bg-purple-700\/30:focus{
  background-color: rgb(120 32 225 / 0.3) !important;
}

.focus\:bg-purple-700\/35:focus{
  background-color: rgb(120 32 225 / 0.35) !important;
}

.focus\:bg-purple-700\/40:focus{
  background-color: rgb(120 32 225 / 0.4) !important;
}

.focus\:bg-purple-700\/45:focus{
  background-color: rgb(120 32 225 / 0.45) !important;
}

.focus\:bg-purple-700\/5:focus{
  background-color: rgb(120 32 225 / 0.05) !important;
}

.focus\:bg-purple-700\/50:focus{
  background-color: rgb(120 32 225 / 0.5) !important;
}

.focus\:bg-purple-700\/55:focus{
  background-color: rgb(120 32 225 / 0.55) !important;
}

.focus\:bg-purple-700\/60:focus{
  background-color: rgb(120 32 225 / 0.6) !important;
}

.focus\:bg-purple-700\/65:focus{
  background-color: rgb(120 32 225 / 0.65) !important;
}

.focus\:bg-purple-700\/70:focus{
  background-color: rgb(120 32 225 / 0.7) !important;
}

.focus\:bg-purple-700\/75:focus{
  background-color: rgb(120 32 225 / 0.75) !important;
}

.focus\:bg-purple-700\/80:focus{
  background-color: rgb(120 32 225 / 0.8) !important;
}

.focus\:bg-purple-700\/85:focus{
  background-color: rgb(120 32 225 / 0.85) !important;
}

.focus\:bg-purple-700\/90:focus{
  background-color: rgb(120 32 225 / 0.9) !important;
}

.focus\:bg-purple-700\/95:focus{
  background-color: rgb(120 32 225 / 0.95) !important;
}

.focus\:bg-purple-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 26 189 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-800\/0:focus{
  background-color: rgb(101 26 189 / 0) !important;
}

.focus\:bg-purple-800\/10:focus{
  background-color: rgb(101 26 189 / 0.1) !important;
}

.focus\:bg-purple-800\/100:focus{
  background-color: rgb(101 26 189 / 1) !important;
}

.focus\:bg-purple-800\/15:focus{
  background-color: rgb(101 26 189 / 0.15) !important;
}

.focus\:bg-purple-800\/20:focus{
  background-color: rgb(101 26 189 / 0.2) !important;
}

.focus\:bg-purple-800\/25:focus{
  background-color: rgb(101 26 189 / 0.25) !important;
}

.focus\:bg-purple-800\/30:focus{
  background-color: rgb(101 26 189 / 0.3) !important;
}

.focus\:bg-purple-800\/35:focus{
  background-color: rgb(101 26 189 / 0.35) !important;
}

.focus\:bg-purple-800\/40:focus{
  background-color: rgb(101 26 189 / 0.4) !important;
}

.focus\:bg-purple-800\/45:focus{
  background-color: rgb(101 26 189 / 0.45) !important;
}

.focus\:bg-purple-800\/5:focus{
  background-color: rgb(101 26 189 / 0.05) !important;
}

.focus\:bg-purple-800\/50:focus{
  background-color: rgb(101 26 189 / 0.5) !important;
}

.focus\:bg-purple-800\/55:focus{
  background-color: rgb(101 26 189 / 0.55) !important;
}

.focus\:bg-purple-800\/60:focus{
  background-color: rgb(101 26 189 / 0.6) !important;
}

.focus\:bg-purple-800\/65:focus{
  background-color: rgb(101 26 189 / 0.65) !important;
}

.focus\:bg-purple-800\/70:focus{
  background-color: rgb(101 26 189 / 0.7) !important;
}

.focus\:bg-purple-800\/75:focus{
  background-color: rgb(101 26 189 / 0.75) !important;
}

.focus\:bg-purple-800\/80:focus{
  background-color: rgb(101 26 189 / 0.8) !important;
}

.focus\:bg-purple-800\/85:focus{
  background-color: rgb(101 26 189 / 0.85) !important;
}

.focus\:bg-purple-800\/90:focus{
  background-color: rgb(101 26 189 / 0.9) !important;
}

.focus\:bg-purple-800\/95:focus{
  background-color: rgb(101 26 189 / 0.95) !important;
}

.focus\:bg-purple-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 24 154 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-900\/0:focus{
  background-color: rgb(84 24 154 / 0) !important;
}

.focus\:bg-purple-900\/10:focus{
  background-color: rgb(84 24 154 / 0.1) !important;
}

.focus\:bg-purple-900\/100:focus{
  background-color: rgb(84 24 154 / 1) !important;
}

.focus\:bg-purple-900\/15:focus{
  background-color: rgb(84 24 154 / 0.15) !important;
}

.focus\:bg-purple-900\/20:focus{
  background-color: rgb(84 24 154 / 0.2) !important;
}

.focus\:bg-purple-900\/25:focus{
  background-color: rgb(84 24 154 / 0.25) !important;
}

.focus\:bg-purple-900\/30:focus{
  background-color: rgb(84 24 154 / 0.3) !important;
}

.focus\:bg-purple-900\/35:focus{
  background-color: rgb(84 24 154 / 0.35) !important;
}

.focus\:bg-purple-900\/40:focus{
  background-color: rgb(84 24 154 / 0.4) !important;
}

.focus\:bg-purple-900\/45:focus{
  background-color: rgb(84 24 154 / 0.45) !important;
}

.focus\:bg-purple-900\/5:focus{
  background-color: rgb(84 24 154 / 0.05) !important;
}

.focus\:bg-purple-900\/50:focus{
  background-color: rgb(84 24 154 / 0.5) !important;
}

.focus\:bg-purple-900\/55:focus{
  background-color: rgb(84 24 154 / 0.55) !important;
}

.focus\:bg-purple-900\/60:focus{
  background-color: rgb(84 24 154 / 0.6) !important;
}

.focus\:bg-purple-900\/65:focus{
  background-color: rgb(84 24 154 / 0.65) !important;
}

.focus\:bg-purple-900\/70:focus{
  background-color: rgb(84 24 154 / 0.7) !important;
}

.focus\:bg-purple-900\/75:focus{
  background-color: rgb(84 24 154 / 0.75) !important;
}

.focus\:bg-purple-900\/80:focus{
  background-color: rgb(84 24 154 / 0.8) !important;
}

.focus\:bg-purple-900\/85:focus{
  background-color: rgb(84 24 154 / 0.85) !important;
}

.focus\:bg-purple-900\/90:focus{
  background-color: rgb(84 24 154 / 0.9) !important;
}

.focus\:bg-purple-900\/95:focus{
  background-color: rgb(84 24 154 / 0.95) !important;
}

.focus\:bg-purple-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 12 105 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-purple-950\/0:focus{
  background-color: rgb(51 12 105 / 0) !important;
}

.focus\:bg-purple-950\/10:focus{
  background-color: rgb(51 12 105 / 0.1) !important;
}

.focus\:bg-purple-950\/100:focus{
  background-color: rgb(51 12 105 / 1) !important;
}

.focus\:bg-purple-950\/15:focus{
  background-color: rgb(51 12 105 / 0.15) !important;
}

.focus\:bg-purple-950\/20:focus{
  background-color: rgb(51 12 105 / 0.2) !important;
}

.focus\:bg-purple-950\/25:focus{
  background-color: rgb(51 12 105 / 0.25) !important;
}

.focus\:bg-purple-950\/30:focus{
  background-color: rgb(51 12 105 / 0.3) !important;
}

.focus\:bg-purple-950\/35:focus{
  background-color: rgb(51 12 105 / 0.35) !important;
}

.focus\:bg-purple-950\/40:focus{
  background-color: rgb(51 12 105 / 0.4) !important;
}

.focus\:bg-purple-950\/45:focus{
  background-color: rgb(51 12 105 / 0.45) !important;
}

.focus\:bg-purple-950\/5:focus{
  background-color: rgb(51 12 105 / 0.05) !important;
}

.focus\:bg-purple-950\/50:focus{
  background-color: rgb(51 12 105 / 0.5) !important;
}

.focus\:bg-purple-950\/55:focus{
  background-color: rgb(51 12 105 / 0.55) !important;
}

.focus\:bg-purple-950\/60:focus{
  background-color: rgb(51 12 105 / 0.6) !important;
}

.focus\:bg-purple-950\/65:focus{
  background-color: rgb(51 12 105 / 0.65) !important;
}

.focus\:bg-purple-950\/70:focus{
  background-color: rgb(51 12 105 / 0.7) !important;
}

.focus\:bg-purple-950\/75:focus{
  background-color: rgb(51 12 105 / 0.75) !important;
}

.focus\:bg-purple-950\/80:focus{
  background-color: rgb(51 12 105 / 0.8) !important;
}

.focus\:bg-purple-950\/85:focus{
  background-color: rgb(51 12 105 / 0.85) !important;
}

.focus\:bg-purple-950\/90:focus{
  background-color: rgb(51 12 105 / 0.9) !important;
}

.focus\:bg-purple-950\/95:focus{
  background-color: rgb(51 12 105 / 0.95) !important;
}

.focus\:bg-red-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 227 231 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-100\/0:focus{
  background-color: rgb(255 227 231 / 0) !important;
}

.focus\:bg-red-100\/10:focus{
  background-color: rgb(255 227 231 / 0.1) !important;
}

.focus\:bg-red-100\/100:focus{
  background-color: rgb(255 227 231 / 1) !important;
}

.focus\:bg-red-100\/15:focus{
  background-color: rgb(255 227 231 / 0.15) !important;
}

.focus\:bg-red-100\/20:focus{
  background-color: rgb(255 227 231 / 0.2) !important;
}

.focus\:bg-red-100\/25:focus{
  background-color: rgb(255 227 231 / 0.25) !important;
}

.focus\:bg-red-100\/30:focus{
  background-color: rgb(255 227 231 / 0.3) !important;
}

.focus\:bg-red-100\/35:focus{
  background-color: rgb(255 227 231 / 0.35) !important;
}

.focus\:bg-red-100\/40:focus{
  background-color: rgb(255 227 231 / 0.4) !important;
}

.focus\:bg-red-100\/45:focus{
  background-color: rgb(255 227 231 / 0.45) !important;
}

.focus\:bg-red-100\/5:focus{
  background-color: rgb(255 227 231 / 0.05) !important;
}

.focus\:bg-red-100\/50:focus{
  background-color: rgb(255 227 231 / 0.5) !important;
}

.focus\:bg-red-100\/55:focus{
  background-color: rgb(255 227 231 / 0.55) !important;
}

.focus\:bg-red-100\/60:focus{
  background-color: rgb(255 227 231 / 0.6) !important;
}

.focus\:bg-red-100\/65:focus{
  background-color: rgb(255 227 231 / 0.65) !important;
}

.focus\:bg-red-100\/70:focus{
  background-color: rgb(255 227 231 / 0.7) !important;
}

.focus\:bg-red-100\/75:focus{
  background-color: rgb(255 227 231 / 0.75) !important;
}

.focus\:bg-red-100\/80:focus{
  background-color: rgb(255 227 231 / 0.8) !important;
}

.focus\:bg-red-100\/85:focus{
  background-color: rgb(255 227 231 / 0.85) !important;
}

.focus\:bg-red-100\/90:focus{
  background-color: rgb(255 227 231 / 0.9) !important;
}

.focus\:bg-red-100\/95:focus{
  background-color: rgb(255 227 231 / 0.95) !important;
}

.focus\:bg-red-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 214 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-200\/0:focus{
  background-color: rgb(255 203 214 / 0) !important;
}

.focus\:bg-red-200\/10:focus{
  background-color: rgb(255 203 214 / 0.1) !important;
}

.focus\:bg-red-200\/100:focus{
  background-color: rgb(255 203 214 / 1) !important;
}

.focus\:bg-red-200\/15:focus{
  background-color: rgb(255 203 214 / 0.15) !important;
}

.focus\:bg-red-200\/20:focus{
  background-color: rgb(255 203 214 / 0.2) !important;
}

.focus\:bg-red-200\/25:focus{
  background-color: rgb(255 203 214 / 0.25) !important;
}

.focus\:bg-red-200\/30:focus{
  background-color: rgb(255 203 214 / 0.3) !important;
}

.focus\:bg-red-200\/35:focus{
  background-color: rgb(255 203 214 / 0.35) !important;
}

.focus\:bg-red-200\/40:focus{
  background-color: rgb(255 203 214 / 0.4) !important;
}

.focus\:bg-red-200\/45:focus{
  background-color: rgb(255 203 214 / 0.45) !important;
}

.focus\:bg-red-200\/5:focus{
  background-color: rgb(255 203 214 / 0.05) !important;
}

.focus\:bg-red-200\/50:focus{
  background-color: rgb(255 203 214 / 0.5) !important;
}

.focus\:bg-red-200\/55:focus{
  background-color: rgb(255 203 214 / 0.55) !important;
}

.focus\:bg-red-200\/60:focus{
  background-color: rgb(255 203 214 / 0.6) !important;
}

.focus\:bg-red-200\/65:focus{
  background-color: rgb(255 203 214 / 0.65) !important;
}

.focus\:bg-red-200\/70:focus{
  background-color: rgb(255 203 214 / 0.7) !important;
}

.focus\:bg-red-200\/75:focus{
  background-color: rgb(255 203 214 / 0.75) !important;
}

.focus\:bg-red-200\/80:focus{
  background-color: rgb(255 203 214 / 0.8) !important;
}

.focus\:bg-red-200\/85:focus{
  background-color: rgb(255 203 214 / 0.85) !important;
}

.focus\:bg-red-200\/90:focus{
  background-color: rgb(255 203 214 / 0.9) !important;
}

.focus\:bg-red-200\/95:focus{
  background-color: rgb(255 203 214 / 0.95) !important;
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 161 180 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-300\/0:focus{
  background-color: rgb(255 161 180 / 0) !important;
}

.focus\:bg-red-300\/10:focus{
  background-color: rgb(255 161 180 / 0.1) !important;
}

.focus\:bg-red-300\/100:focus{
  background-color: rgb(255 161 180 / 1) !important;
}

.focus\:bg-red-300\/15:focus{
  background-color: rgb(255 161 180 / 0.15) !important;
}

.focus\:bg-red-300\/20:focus{
  background-color: rgb(255 161 180 / 0.2) !important;
}

.focus\:bg-red-300\/25:focus{
  background-color: rgb(255 161 180 / 0.25) !important;
}

.focus\:bg-red-300\/30:focus{
  background-color: rgb(255 161 180 / 0.3) !important;
}

.focus\:bg-red-300\/35:focus{
  background-color: rgb(255 161 180 / 0.35) !important;
}

.focus\:bg-red-300\/40:focus{
  background-color: rgb(255 161 180 / 0.4) !important;
}

.focus\:bg-red-300\/45:focus{
  background-color: rgb(255 161 180 / 0.45) !important;
}

.focus\:bg-red-300\/5:focus{
  background-color: rgb(255 161 180 / 0.05) !important;
}

.focus\:bg-red-300\/50:focus{
  background-color: rgb(255 161 180 / 0.5) !important;
}

.focus\:bg-red-300\/55:focus{
  background-color: rgb(255 161 180 / 0.55) !important;
}

.focus\:bg-red-300\/60:focus{
  background-color: rgb(255 161 180 / 0.6) !important;
}

.focus\:bg-red-300\/65:focus{
  background-color: rgb(255 161 180 / 0.65) !important;
}

.focus\:bg-red-300\/70:focus{
  background-color: rgb(255 161 180 / 0.7) !important;
}

.focus\:bg-red-300\/75:focus{
  background-color: rgb(255 161 180 / 0.75) !important;
}

.focus\:bg-red-300\/80:focus{
  background-color: rgb(255 161 180 / 0.8) !important;
}

.focus\:bg-red-300\/85:focus{
  background-color: rgb(255 161 180 / 0.85) !important;
}

.focus\:bg-red-300\/90:focus{
  background-color: rgb(255 161 180 / 0.9) !important;
}

.focus\:bg-red-300\/95:focus{
  background-color: rgb(255 161 180 / 0.95) !important;
}

.focus\:bg-red-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 108 139 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-400\/0:focus{
  background-color: rgb(255 108 139 / 0) !important;
}

.focus\:bg-red-400\/10:focus{
  background-color: rgb(255 108 139 / 0.1) !important;
}

.focus\:bg-red-400\/100:focus{
  background-color: rgb(255 108 139 / 1) !important;
}

.focus\:bg-red-400\/15:focus{
  background-color: rgb(255 108 139 / 0.15) !important;
}

.focus\:bg-red-400\/20:focus{
  background-color: rgb(255 108 139 / 0.2) !important;
}

.focus\:bg-red-400\/25:focus{
  background-color: rgb(255 108 139 / 0.25) !important;
}

.focus\:bg-red-400\/30:focus{
  background-color: rgb(255 108 139 / 0.3) !important;
}

.focus\:bg-red-400\/35:focus{
  background-color: rgb(255 108 139 / 0.35) !important;
}

.focus\:bg-red-400\/40:focus{
  background-color: rgb(255 108 139 / 0.4) !important;
}

.focus\:bg-red-400\/45:focus{
  background-color: rgb(255 108 139 / 0.45) !important;
}

.focus\:bg-red-400\/5:focus{
  background-color: rgb(255 108 139 / 0.05) !important;
}

.focus\:bg-red-400\/50:focus{
  background-color: rgb(255 108 139 / 0.5) !important;
}

.focus\:bg-red-400\/55:focus{
  background-color: rgb(255 108 139 / 0.55) !important;
}

.focus\:bg-red-400\/60:focus{
  background-color: rgb(255 108 139 / 0.6) !important;
}

.focus\:bg-red-400\/65:focus{
  background-color: rgb(255 108 139 / 0.65) !important;
}

.focus\:bg-red-400\/70:focus{
  background-color: rgb(255 108 139 / 0.7) !important;
}

.focus\:bg-red-400\/75:focus{
  background-color: rgb(255 108 139 / 0.75) !important;
}

.focus\:bg-red-400\/80:focus{
  background-color: rgb(255 108 139 / 0.8) !important;
}

.focus\:bg-red-400\/85:focus{
  background-color: rgb(255 108 139 / 0.85) !important;
}

.focus\:bg-red-400\/90:focus{
  background-color: rgb(255 108 139 / 0.9) !important;
}

.focus\:bg-red-400\/95:focus{
  background-color: rgb(255 108 139 / 0.95) !important;
}

.focus\:bg-red-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-50\/0:focus{
  background-color: rgb(255 240 243 / 0) !important;
}

.focus\:bg-red-50\/10:focus{
  background-color: rgb(255 240 243 / 0.1) !important;
}

.focus\:bg-red-50\/100:focus{
  background-color: rgb(255 240 243 / 1) !important;
}

.focus\:bg-red-50\/15:focus{
  background-color: rgb(255 240 243 / 0.15) !important;
}

.focus\:bg-red-50\/20:focus{
  background-color: rgb(255 240 243 / 0.2) !important;
}

.focus\:bg-red-50\/25:focus{
  background-color: rgb(255 240 243 / 0.25) !important;
}

.focus\:bg-red-50\/30:focus{
  background-color: rgb(255 240 243 / 0.3) !important;
}

.focus\:bg-red-50\/35:focus{
  background-color: rgb(255 240 243 / 0.35) !important;
}

.focus\:bg-red-50\/40:focus{
  background-color: rgb(255 240 243 / 0.4) !important;
}

.focus\:bg-red-50\/45:focus{
  background-color: rgb(255 240 243 / 0.45) !important;
}

.focus\:bg-red-50\/5:focus{
  background-color: rgb(255 240 243 / 0.05) !important;
}

.focus\:bg-red-50\/50:focus{
  background-color: rgb(255 240 243 / 0.5) !important;
}

.focus\:bg-red-50\/55:focus{
  background-color: rgb(255 240 243 / 0.55) !important;
}

.focus\:bg-red-50\/60:focus{
  background-color: rgb(255 240 243 / 0.6) !important;
}

.focus\:bg-red-50\/65:focus{
  background-color: rgb(255 240 243 / 0.65) !important;
}

.focus\:bg-red-50\/70:focus{
  background-color: rgb(255 240 243 / 0.7) !important;
}

.focus\:bg-red-50\/75:focus{
  background-color: rgb(255 240 243 / 0.75) !important;
}

.focus\:bg-red-50\/80:focus{
  background-color: rgb(255 240 243 / 0.8) !important;
}

.focus\:bg-red-50\/85:focus{
  background-color: rgb(255 240 243 / 0.85) !important;
}

.focus\:bg-red-50\/90:focus{
  background-color: rgb(255 240 243 / 0.9) !important;
}

.focus\:bg-red-50\/95:focus{
  background-color: rgb(255 240 243 / 0.95) !important;
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 34 86 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-500\/0:focus{
  background-color: rgb(250 34 86 / 0) !important;
}

.focus\:bg-red-500\/10:focus{
  background-color: rgb(250 34 86 / 0.1) !important;
}

.focus\:bg-red-500\/100:focus{
  background-color: rgb(250 34 86 / 1) !important;
}

.focus\:bg-red-500\/15:focus{
  background-color: rgb(250 34 86 / 0.15) !important;
}

.focus\:bg-red-500\/20:focus{
  background-color: rgb(250 34 86 / 0.2) !important;
}

.focus\:bg-red-500\/25:focus{
  background-color: rgb(250 34 86 / 0.25) !important;
}

.focus\:bg-red-500\/30:focus{
  background-color: rgb(250 34 86 / 0.3) !important;
}

.focus\:bg-red-500\/35:focus{
  background-color: rgb(250 34 86 / 0.35) !important;
}

.focus\:bg-red-500\/40:focus{
  background-color: rgb(250 34 86 / 0.4) !important;
}

.focus\:bg-red-500\/45:focus{
  background-color: rgb(250 34 86 / 0.45) !important;
}

.focus\:bg-red-500\/5:focus{
  background-color: rgb(250 34 86 / 0.05) !important;
}

.focus\:bg-red-500\/50:focus{
  background-color: rgb(250 34 86 / 0.5) !important;
}

.focus\:bg-red-500\/55:focus{
  background-color: rgb(250 34 86 / 0.55) !important;
}

.focus\:bg-red-500\/60:focus{
  background-color: rgb(250 34 86 / 0.6) !important;
}

.focus\:bg-red-500\/65:focus{
  background-color: rgb(250 34 86 / 0.65) !important;
}

.focus\:bg-red-500\/70:focus{
  background-color: rgb(250 34 86 / 0.7) !important;
}

.focus\:bg-red-500\/75:focus{
  background-color: rgb(250 34 86 / 0.75) !important;
}

.focus\:bg-red-500\/80:focus{
  background-color: rgb(250 34 86 / 0.8) !important;
}

.focus\:bg-red-500\/85:focus{
  background-color: rgb(250 34 86 / 0.85) !important;
}

.focus\:bg-red-500\/90:focus{
  background-color: rgb(250 34 86 / 0.9) !important;
}

.focus\:bg-red-500\/95:focus{
  background-color: rgb(250 34 86 / 0.95) !important;
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 22 83 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-600\/0:focus{
  background-color: rgb(232 22 83 / 0) !important;
}

.focus\:bg-red-600\/10:focus{
  background-color: rgb(232 22 83 / 0.1) !important;
}

.focus\:bg-red-600\/100:focus{
  background-color: rgb(232 22 83 / 1) !important;
}

.focus\:bg-red-600\/15:focus{
  background-color: rgb(232 22 83 / 0.15) !important;
}

.focus\:bg-red-600\/20:focus{
  background-color: rgb(232 22 83 / 0.2) !important;
}

.focus\:bg-red-600\/25:focus{
  background-color: rgb(232 22 83 / 0.25) !important;
}

.focus\:bg-red-600\/30:focus{
  background-color: rgb(232 22 83 / 0.3) !important;
}

.focus\:bg-red-600\/35:focus{
  background-color: rgb(232 22 83 / 0.35) !important;
}

.focus\:bg-red-600\/40:focus{
  background-color: rgb(232 22 83 / 0.4) !important;
}

.focus\:bg-red-600\/45:focus{
  background-color: rgb(232 22 83 / 0.45) !important;
}

.focus\:bg-red-600\/5:focus{
  background-color: rgb(232 22 83 / 0.05) !important;
}

.focus\:bg-red-600\/50:focus{
  background-color: rgb(232 22 83 / 0.5) !important;
}

.focus\:bg-red-600\/55:focus{
  background-color: rgb(232 22 83 / 0.55) !important;
}

.focus\:bg-red-600\/60:focus{
  background-color: rgb(232 22 83 / 0.6) !important;
}

.focus\:bg-red-600\/65:focus{
  background-color: rgb(232 22 83 / 0.65) !important;
}

.focus\:bg-red-600\/70:focus{
  background-color: rgb(232 22 83 / 0.7) !important;
}

.focus\:bg-red-600\/75:focus{
  background-color: rgb(232 22 83 / 0.75) !important;
}

.focus\:bg-red-600\/80:focus{
  background-color: rgb(232 22 83 / 0.8) !important;
}

.focus\:bg-red-600\/85:focus{
  background-color: rgb(232 22 83 / 0.85) !important;
}

.focus\:bg-red-600\/90:focus{
  background-color: rgb(232 22 83 / 0.9) !important;
}

.focus\:bg-red-600\/95:focus{
  background-color: rgb(232 22 83 / 0.95) !important;
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 12 70 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-700\/0:focus{
  background-color: rgb(196 12 70 / 0) !important;
}

.focus\:bg-red-700\/10:focus{
  background-color: rgb(196 12 70 / 0.1) !important;
}

.focus\:bg-red-700\/100:focus{
  background-color: rgb(196 12 70 / 1) !important;
}

.focus\:bg-red-700\/15:focus{
  background-color: rgb(196 12 70 / 0.15) !important;
}

.focus\:bg-red-700\/20:focus{
  background-color: rgb(196 12 70 / 0.2) !important;
}

.focus\:bg-red-700\/25:focus{
  background-color: rgb(196 12 70 / 0.25) !important;
}

.focus\:bg-red-700\/30:focus{
  background-color: rgb(196 12 70 / 0.3) !important;
}

.focus\:bg-red-700\/35:focus{
  background-color: rgb(196 12 70 / 0.35) !important;
}

.focus\:bg-red-700\/40:focus{
  background-color: rgb(196 12 70 / 0.4) !important;
}

.focus\:bg-red-700\/45:focus{
  background-color: rgb(196 12 70 / 0.45) !important;
}

.focus\:bg-red-700\/5:focus{
  background-color: rgb(196 12 70 / 0.05) !important;
}

.focus\:bg-red-700\/50:focus{
  background-color: rgb(196 12 70 / 0.5) !important;
}

.focus\:bg-red-700\/55:focus{
  background-color: rgb(196 12 70 / 0.55) !important;
}

.focus\:bg-red-700\/60:focus{
  background-color: rgb(196 12 70 / 0.6) !important;
}

.focus\:bg-red-700\/65:focus{
  background-color: rgb(196 12 70 / 0.65) !important;
}

.focus\:bg-red-700\/70:focus{
  background-color: rgb(196 12 70 / 0.7) !important;
}

.focus\:bg-red-700\/75:focus{
  background-color: rgb(196 12 70 / 0.75) !important;
}

.focus\:bg-red-700\/80:focus{
  background-color: rgb(196 12 70 / 0.8) !important;
}

.focus\:bg-red-700\/85:focus{
  background-color: rgb(196 12 70 / 0.85) !important;
}

.focus\:bg-red-700\/90:focus{
  background-color: rgb(196 12 70 / 0.9) !important;
}

.focus\:bg-red-700\/95:focus{
  background-color: rgb(196 12 70 / 0.95) !important;
}

.focus\:bg-red-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 13 65 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-800\/0:focus{
  background-color: rgb(164 13 65 / 0) !important;
}

.focus\:bg-red-800\/10:focus{
  background-color: rgb(164 13 65 / 0.1) !important;
}

.focus\:bg-red-800\/100:focus{
  background-color: rgb(164 13 65 / 1) !important;
}

.focus\:bg-red-800\/15:focus{
  background-color: rgb(164 13 65 / 0.15) !important;
}

.focus\:bg-red-800\/20:focus{
  background-color: rgb(164 13 65 / 0.2) !important;
}

.focus\:bg-red-800\/25:focus{
  background-color: rgb(164 13 65 / 0.25) !important;
}

.focus\:bg-red-800\/30:focus{
  background-color: rgb(164 13 65 / 0.3) !important;
}

.focus\:bg-red-800\/35:focus{
  background-color: rgb(164 13 65 / 0.35) !important;
}

.focus\:bg-red-800\/40:focus{
  background-color: rgb(164 13 65 / 0.4) !important;
}

.focus\:bg-red-800\/45:focus{
  background-color: rgb(164 13 65 / 0.45) !important;
}

.focus\:bg-red-800\/5:focus{
  background-color: rgb(164 13 65 / 0.05) !important;
}

.focus\:bg-red-800\/50:focus{
  background-color: rgb(164 13 65 / 0.5) !important;
}

.focus\:bg-red-800\/55:focus{
  background-color: rgb(164 13 65 / 0.55) !important;
}

.focus\:bg-red-800\/60:focus{
  background-color: rgb(164 13 65 / 0.6) !important;
}

.focus\:bg-red-800\/65:focus{
  background-color: rgb(164 13 65 / 0.65) !important;
}

.focus\:bg-red-800\/70:focus{
  background-color: rgb(164 13 65 / 0.7) !important;
}

.focus\:bg-red-800\/75:focus{
  background-color: rgb(164 13 65 / 0.75) !important;
}

.focus\:bg-red-800\/80:focus{
  background-color: rgb(164 13 65 / 0.8) !important;
}

.focus\:bg-red-800\/85:focus{
  background-color: rgb(164 13 65 / 0.85) !important;
}

.focus\:bg-red-800\/90:focus{
  background-color: rgb(164 13 65 / 0.9) !important;
}

.focus\:bg-red-800\/95:focus{
  background-color: rgb(164 13 65 / 0.95) !important;
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 15 62 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-900\/0:focus{
  background-color: rgb(140 15 62 / 0) !important;
}

.focus\:bg-red-900\/10:focus{
  background-color: rgb(140 15 62 / 0.1) !important;
}

.focus\:bg-red-900\/100:focus{
  background-color: rgb(140 15 62 / 1) !important;
}

.focus\:bg-red-900\/15:focus{
  background-color: rgb(140 15 62 / 0.15) !important;
}

.focus\:bg-red-900\/20:focus{
  background-color: rgb(140 15 62 / 0.2) !important;
}

.focus\:bg-red-900\/25:focus{
  background-color: rgb(140 15 62 / 0.25) !important;
}

.focus\:bg-red-900\/30:focus{
  background-color: rgb(140 15 62 / 0.3) !important;
}

.focus\:bg-red-900\/35:focus{
  background-color: rgb(140 15 62 / 0.35) !important;
}

.focus\:bg-red-900\/40:focus{
  background-color: rgb(140 15 62 / 0.4) !important;
}

.focus\:bg-red-900\/45:focus{
  background-color: rgb(140 15 62 / 0.45) !important;
}

.focus\:bg-red-900\/5:focus{
  background-color: rgb(140 15 62 / 0.05) !important;
}

.focus\:bg-red-900\/50:focus{
  background-color: rgb(140 15 62 / 0.5) !important;
}

.focus\:bg-red-900\/55:focus{
  background-color: rgb(140 15 62 / 0.55) !important;
}

.focus\:bg-red-900\/60:focus{
  background-color: rgb(140 15 62 / 0.6) !important;
}

.focus\:bg-red-900\/65:focus{
  background-color: rgb(140 15 62 / 0.65) !important;
}

.focus\:bg-red-900\/70:focus{
  background-color: rgb(140 15 62 / 0.7) !important;
}

.focus\:bg-red-900\/75:focus{
  background-color: rgb(140 15 62 / 0.75) !important;
}

.focus\:bg-red-900\/80:focus{
  background-color: rgb(140 15 62 / 0.8) !important;
}

.focus\:bg-red-900\/85:focus{
  background-color: rgb(140 15 62 / 0.85) !important;
}

.focus\:bg-red-900\/90:focus{
  background-color: rgb(140 15 62 / 0.9) !important;
}

.focus\:bg-red-900\/95:focus{
  background-color: rgb(140 15 62 / 0.95) !important;
}

.focus\:bg-red-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 2 29 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-red-950\/0:focus{
  background-color: rgb(79 2 29 / 0) !important;
}

.focus\:bg-red-950\/10:focus{
  background-color: rgb(79 2 29 / 0.1) !important;
}

.focus\:bg-red-950\/100:focus{
  background-color: rgb(79 2 29 / 1) !important;
}

.focus\:bg-red-950\/15:focus{
  background-color: rgb(79 2 29 / 0.15) !important;
}

.focus\:bg-red-950\/20:focus{
  background-color: rgb(79 2 29 / 0.2) !important;
}

.focus\:bg-red-950\/25:focus{
  background-color: rgb(79 2 29 / 0.25) !important;
}

.focus\:bg-red-950\/30:focus{
  background-color: rgb(79 2 29 / 0.3) !important;
}

.focus\:bg-red-950\/35:focus{
  background-color: rgb(79 2 29 / 0.35) !important;
}

.focus\:bg-red-950\/40:focus{
  background-color: rgb(79 2 29 / 0.4) !important;
}

.focus\:bg-red-950\/45:focus{
  background-color: rgb(79 2 29 / 0.45) !important;
}

.focus\:bg-red-950\/5:focus{
  background-color: rgb(79 2 29 / 0.05) !important;
}

.focus\:bg-red-950\/50:focus{
  background-color: rgb(79 2 29 / 0.5) !important;
}

.focus\:bg-red-950\/55:focus{
  background-color: rgb(79 2 29 / 0.55) !important;
}

.focus\:bg-red-950\/60:focus{
  background-color: rgb(79 2 29 / 0.6) !important;
}

.focus\:bg-red-950\/65:focus{
  background-color: rgb(79 2 29 / 0.65) !important;
}

.focus\:bg-red-950\/70:focus{
  background-color: rgb(79 2 29 / 0.7) !important;
}

.focus\:bg-red-950\/75:focus{
  background-color: rgb(79 2 29 / 0.75) !important;
}

.focus\:bg-red-950\/80:focus{
  background-color: rgb(79 2 29 / 0.8) !important;
}

.focus\:bg-red-950\/85:focus{
  background-color: rgb(79 2 29 / 0.85) !important;
}

.focus\:bg-red-950\/90:focus{
  background-color: rgb(79 2 29 / 0.9) !important;
}

.focus\:bg-red-950\/95:focus{
  background-color: rgb(79 2 29 / 0.95) !important;
}

.focus\:bg-rosebrown-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 212 220 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-100\/0:focus{
  background-color: rgb(228 212 220 / 0) !important;
}

.focus\:bg-rosebrown-100\/10:focus{
  background-color: rgb(228 212 220 / 0.1) !important;
}

.focus\:bg-rosebrown-100\/100:focus{
  background-color: rgb(228 212 220 / 1) !important;
}

.focus\:bg-rosebrown-100\/15:focus{
  background-color: rgb(228 212 220 / 0.15) !important;
}

.focus\:bg-rosebrown-100\/20:focus{
  background-color: rgb(228 212 220 / 0.2) !important;
}

.focus\:bg-rosebrown-100\/25:focus{
  background-color: rgb(228 212 220 / 0.25) !important;
}

.focus\:bg-rosebrown-100\/30:focus{
  background-color: rgb(228 212 220 / 0.3) !important;
}

.focus\:bg-rosebrown-100\/35:focus{
  background-color: rgb(228 212 220 / 0.35) !important;
}

.focus\:bg-rosebrown-100\/40:focus{
  background-color: rgb(228 212 220 / 0.4) !important;
}

.focus\:bg-rosebrown-100\/45:focus{
  background-color: rgb(228 212 220 / 0.45) !important;
}

.focus\:bg-rosebrown-100\/5:focus{
  background-color: rgb(228 212 220 / 0.05) !important;
}

.focus\:bg-rosebrown-100\/50:focus{
  background-color: rgb(228 212 220 / 0.5) !important;
}

.focus\:bg-rosebrown-100\/55:focus{
  background-color: rgb(228 212 220 / 0.55) !important;
}

.focus\:bg-rosebrown-100\/60:focus{
  background-color: rgb(228 212 220 / 0.6) !important;
}

.focus\:bg-rosebrown-100\/65:focus{
  background-color: rgb(228 212 220 / 0.65) !important;
}

.focus\:bg-rosebrown-100\/70:focus{
  background-color: rgb(228 212 220 / 0.7) !important;
}

.focus\:bg-rosebrown-100\/75:focus{
  background-color: rgb(228 212 220 / 0.75) !important;
}

.focus\:bg-rosebrown-100\/80:focus{
  background-color: rgb(228 212 220 / 0.8) !important;
}

.focus\:bg-rosebrown-100\/85:focus{
  background-color: rgb(228 212 220 / 0.85) !important;
}

.focus\:bg-rosebrown-100\/90:focus{
  background-color: rgb(228 212 220 / 0.9) !important;
}

.focus\:bg-rosebrown-100\/95:focus{
  background-color: rgb(228 212 220 / 0.95) !important;
}

.focus\:bg-rosebrown-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 184 196 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-200\/0:focus{
  background-color: rgb(210 184 196 / 0) !important;
}

.focus\:bg-rosebrown-200\/10:focus{
  background-color: rgb(210 184 196 / 0.1) !important;
}

.focus\:bg-rosebrown-200\/100:focus{
  background-color: rgb(210 184 196 / 1) !important;
}

.focus\:bg-rosebrown-200\/15:focus{
  background-color: rgb(210 184 196 / 0.15) !important;
}

.focus\:bg-rosebrown-200\/20:focus{
  background-color: rgb(210 184 196 / 0.2) !important;
}

.focus\:bg-rosebrown-200\/25:focus{
  background-color: rgb(210 184 196 / 0.25) !important;
}

.focus\:bg-rosebrown-200\/30:focus{
  background-color: rgb(210 184 196 / 0.3) !important;
}

.focus\:bg-rosebrown-200\/35:focus{
  background-color: rgb(210 184 196 / 0.35) !important;
}

.focus\:bg-rosebrown-200\/40:focus{
  background-color: rgb(210 184 196 / 0.4) !important;
}

.focus\:bg-rosebrown-200\/45:focus{
  background-color: rgb(210 184 196 / 0.45) !important;
}

.focus\:bg-rosebrown-200\/5:focus{
  background-color: rgb(210 184 196 / 0.05) !important;
}

.focus\:bg-rosebrown-200\/50:focus{
  background-color: rgb(210 184 196 / 0.5) !important;
}

.focus\:bg-rosebrown-200\/55:focus{
  background-color: rgb(210 184 196 / 0.55) !important;
}

.focus\:bg-rosebrown-200\/60:focus{
  background-color: rgb(210 184 196 / 0.6) !important;
}

.focus\:bg-rosebrown-200\/65:focus{
  background-color: rgb(210 184 196 / 0.65) !important;
}

.focus\:bg-rosebrown-200\/70:focus{
  background-color: rgb(210 184 196 / 0.7) !important;
}

.focus\:bg-rosebrown-200\/75:focus{
  background-color: rgb(210 184 196 / 0.75) !important;
}

.focus\:bg-rosebrown-200\/80:focus{
  background-color: rgb(210 184 196 / 0.8) !important;
}

.focus\:bg-rosebrown-200\/85:focus{
  background-color: rgb(210 184 196 / 0.85) !important;
}

.focus\:bg-rosebrown-200\/90:focus{
  background-color: rgb(210 184 196 / 0.9) !important;
}

.focus\:bg-rosebrown-200\/95:focus{
  background-color: rgb(210 184 196 / 0.95) !important;
}

.focus\:bg-rosebrown-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 156 172 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-300\/0:focus{
  background-color: rgb(192 156 172 / 0) !important;
}

.focus\:bg-rosebrown-300\/10:focus{
  background-color: rgb(192 156 172 / 0.1) !important;
}

.focus\:bg-rosebrown-300\/100:focus{
  background-color: rgb(192 156 172 / 1) !important;
}

.focus\:bg-rosebrown-300\/15:focus{
  background-color: rgb(192 156 172 / 0.15) !important;
}

.focus\:bg-rosebrown-300\/20:focus{
  background-color: rgb(192 156 172 / 0.2) !important;
}

.focus\:bg-rosebrown-300\/25:focus{
  background-color: rgb(192 156 172 / 0.25) !important;
}

.focus\:bg-rosebrown-300\/30:focus{
  background-color: rgb(192 156 172 / 0.3) !important;
}

.focus\:bg-rosebrown-300\/35:focus{
  background-color: rgb(192 156 172 / 0.35) !important;
}

.focus\:bg-rosebrown-300\/40:focus{
  background-color: rgb(192 156 172 / 0.4) !important;
}

.focus\:bg-rosebrown-300\/45:focus{
  background-color: rgb(192 156 172 / 0.45) !important;
}

.focus\:bg-rosebrown-300\/5:focus{
  background-color: rgb(192 156 172 / 0.05) !important;
}

.focus\:bg-rosebrown-300\/50:focus{
  background-color: rgb(192 156 172 / 0.5) !important;
}

.focus\:bg-rosebrown-300\/55:focus{
  background-color: rgb(192 156 172 / 0.55) !important;
}

.focus\:bg-rosebrown-300\/60:focus{
  background-color: rgb(192 156 172 / 0.6) !important;
}

.focus\:bg-rosebrown-300\/65:focus{
  background-color: rgb(192 156 172 / 0.65) !important;
}

.focus\:bg-rosebrown-300\/70:focus{
  background-color: rgb(192 156 172 / 0.7) !important;
}

.focus\:bg-rosebrown-300\/75:focus{
  background-color: rgb(192 156 172 / 0.75) !important;
}

.focus\:bg-rosebrown-300\/80:focus{
  background-color: rgb(192 156 172 / 0.8) !important;
}

.focus\:bg-rosebrown-300\/85:focus{
  background-color: rgb(192 156 172 / 0.85) !important;
}

.focus\:bg-rosebrown-300\/90:focus{
  background-color: rgb(192 156 172 / 0.9) !important;
}

.focus\:bg-rosebrown-300\/95:focus{
  background-color: rgb(192 156 172 / 0.95) !important;
}

.focus\:bg-rosebrown-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 134 155 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-400\/0:focus{
  background-color: rgb(179 134 155 / 0) !important;
}

.focus\:bg-rosebrown-400\/10:focus{
  background-color: rgb(179 134 155 / 0.1) !important;
}

.focus\:bg-rosebrown-400\/100:focus{
  background-color: rgb(179 134 155 / 1) !important;
}

.focus\:bg-rosebrown-400\/15:focus{
  background-color: rgb(179 134 155 / 0.15) !important;
}

.focus\:bg-rosebrown-400\/20:focus{
  background-color: rgb(179 134 155 / 0.2) !important;
}

.focus\:bg-rosebrown-400\/25:focus{
  background-color: rgb(179 134 155 / 0.25) !important;
}

.focus\:bg-rosebrown-400\/30:focus{
  background-color: rgb(179 134 155 / 0.3) !important;
}

.focus\:bg-rosebrown-400\/35:focus{
  background-color: rgb(179 134 155 / 0.35) !important;
}

.focus\:bg-rosebrown-400\/40:focus{
  background-color: rgb(179 134 155 / 0.4) !important;
}

.focus\:bg-rosebrown-400\/45:focus{
  background-color: rgb(179 134 155 / 0.45) !important;
}

.focus\:bg-rosebrown-400\/5:focus{
  background-color: rgb(179 134 155 / 0.05) !important;
}

.focus\:bg-rosebrown-400\/50:focus{
  background-color: rgb(179 134 155 / 0.5) !important;
}

.focus\:bg-rosebrown-400\/55:focus{
  background-color: rgb(179 134 155 / 0.55) !important;
}

.focus\:bg-rosebrown-400\/60:focus{
  background-color: rgb(179 134 155 / 0.6) !important;
}

.focus\:bg-rosebrown-400\/65:focus{
  background-color: rgb(179 134 155 / 0.65) !important;
}

.focus\:bg-rosebrown-400\/70:focus{
  background-color: rgb(179 134 155 / 0.7) !important;
}

.focus\:bg-rosebrown-400\/75:focus{
  background-color: rgb(179 134 155 / 0.75) !important;
}

.focus\:bg-rosebrown-400\/80:focus{
  background-color: rgb(179 134 155 / 0.8) !important;
}

.focus\:bg-rosebrown-400\/85:focus{
  background-color: rgb(179 134 155 / 0.85) !important;
}

.focus\:bg-rosebrown-400\/90:focus{
  background-color: rgb(179 134 155 / 0.9) !important;
}

.focus\:bg-rosebrown-400\/95:focus{
  background-color: rgb(179 134 155 / 0.95) !important;
}

.focus\:bg-rosebrown-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 238 241 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-50\/0:focus{
  background-color: rgb(244 238 241 / 0) !important;
}

.focus\:bg-rosebrown-50\/10:focus{
  background-color: rgb(244 238 241 / 0.1) !important;
}

.focus\:bg-rosebrown-50\/100:focus{
  background-color: rgb(244 238 241 / 1) !important;
}

.focus\:bg-rosebrown-50\/15:focus{
  background-color: rgb(244 238 241 / 0.15) !important;
}

.focus\:bg-rosebrown-50\/20:focus{
  background-color: rgb(244 238 241 / 0.2) !important;
}

.focus\:bg-rosebrown-50\/25:focus{
  background-color: rgb(244 238 241 / 0.25) !important;
}

.focus\:bg-rosebrown-50\/30:focus{
  background-color: rgb(244 238 241 / 0.3) !important;
}

.focus\:bg-rosebrown-50\/35:focus{
  background-color: rgb(244 238 241 / 0.35) !important;
}

.focus\:bg-rosebrown-50\/40:focus{
  background-color: rgb(244 238 241 / 0.4) !important;
}

.focus\:bg-rosebrown-50\/45:focus{
  background-color: rgb(244 238 241 / 0.45) !important;
}

.focus\:bg-rosebrown-50\/5:focus{
  background-color: rgb(244 238 241 / 0.05) !important;
}

.focus\:bg-rosebrown-50\/50:focus{
  background-color: rgb(244 238 241 / 0.5) !important;
}

.focus\:bg-rosebrown-50\/55:focus{
  background-color: rgb(244 238 241 / 0.55) !important;
}

.focus\:bg-rosebrown-50\/60:focus{
  background-color: rgb(244 238 241 / 0.6) !important;
}

.focus\:bg-rosebrown-50\/65:focus{
  background-color: rgb(244 238 241 / 0.65) !important;
}

.focus\:bg-rosebrown-50\/70:focus{
  background-color: rgb(244 238 241 / 0.7) !important;
}

.focus\:bg-rosebrown-50\/75:focus{
  background-color: rgb(244 238 241 / 0.75) !important;
}

.focus\:bg-rosebrown-50\/80:focus{
  background-color: rgb(244 238 241 / 0.8) !important;
}

.focus\:bg-rosebrown-50\/85:focus{
  background-color: rgb(244 238 241 / 0.85) !important;
}

.focus\:bg-rosebrown-50\/90:focus{
  background-color: rgb(244 238 241 / 0.9) !important;
}

.focus\:bg-rosebrown-50\/95:focus{
  background-color: rgb(244 238 241 / 0.95) !important;
}

.focus\:bg-rosebrown-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 113 137 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-500\/0:focus{
  background-color: rgb(165 113 137 / 0) !important;
}

.focus\:bg-rosebrown-500\/10:focus{
  background-color: rgb(165 113 137 / 0.1) !important;
}

.focus\:bg-rosebrown-500\/100:focus{
  background-color: rgb(165 113 137 / 1) !important;
}

.focus\:bg-rosebrown-500\/15:focus{
  background-color: rgb(165 113 137 / 0.15) !important;
}

.focus\:bg-rosebrown-500\/20:focus{
  background-color: rgb(165 113 137 / 0.2) !important;
}

.focus\:bg-rosebrown-500\/25:focus{
  background-color: rgb(165 113 137 / 0.25) !important;
}

.focus\:bg-rosebrown-500\/30:focus{
  background-color: rgb(165 113 137 / 0.3) !important;
}

.focus\:bg-rosebrown-500\/35:focus{
  background-color: rgb(165 113 137 / 0.35) !important;
}

.focus\:bg-rosebrown-500\/40:focus{
  background-color: rgb(165 113 137 / 0.4) !important;
}

.focus\:bg-rosebrown-500\/45:focus{
  background-color: rgb(165 113 137 / 0.45) !important;
}

.focus\:bg-rosebrown-500\/5:focus{
  background-color: rgb(165 113 137 / 0.05) !important;
}

.focus\:bg-rosebrown-500\/50:focus{
  background-color: rgb(165 113 137 / 0.5) !important;
}

.focus\:bg-rosebrown-500\/55:focus{
  background-color: rgb(165 113 137 / 0.55) !important;
}

.focus\:bg-rosebrown-500\/60:focus{
  background-color: rgb(165 113 137 / 0.6) !important;
}

.focus\:bg-rosebrown-500\/65:focus{
  background-color: rgb(165 113 137 / 0.65) !important;
}

.focus\:bg-rosebrown-500\/70:focus{
  background-color: rgb(165 113 137 / 0.7) !important;
}

.focus\:bg-rosebrown-500\/75:focus{
  background-color: rgb(165 113 137 / 0.75) !important;
}

.focus\:bg-rosebrown-500\/80:focus{
  background-color: rgb(165 113 137 / 0.8) !important;
}

.focus\:bg-rosebrown-500\/85:focus{
  background-color: rgb(165 113 137 / 0.85) !important;
}

.focus\:bg-rosebrown-500\/90:focus{
  background-color: rgb(165 113 137 / 0.9) !important;
}

.focus\:bg-rosebrown-500\/95:focus{
  background-color: rgb(165 113 137 / 0.95) !important;
}

.focus\:bg-rosebrown-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 105 129 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-600\/0:focus{
  background-color: rgb(157 105 129 / 0) !important;
}

.focus\:bg-rosebrown-600\/10:focus{
  background-color: rgb(157 105 129 / 0.1) !important;
}

.focus\:bg-rosebrown-600\/100:focus{
  background-color: rgb(157 105 129 / 1) !important;
}

.focus\:bg-rosebrown-600\/15:focus{
  background-color: rgb(157 105 129 / 0.15) !important;
}

.focus\:bg-rosebrown-600\/20:focus{
  background-color: rgb(157 105 129 / 0.2) !important;
}

.focus\:bg-rosebrown-600\/25:focus{
  background-color: rgb(157 105 129 / 0.25) !important;
}

.focus\:bg-rosebrown-600\/30:focus{
  background-color: rgb(157 105 129 / 0.3) !important;
}

.focus\:bg-rosebrown-600\/35:focus{
  background-color: rgb(157 105 129 / 0.35) !important;
}

.focus\:bg-rosebrown-600\/40:focus{
  background-color: rgb(157 105 129 / 0.4) !important;
}

.focus\:bg-rosebrown-600\/45:focus{
  background-color: rgb(157 105 129 / 0.45) !important;
}

.focus\:bg-rosebrown-600\/5:focus{
  background-color: rgb(157 105 129 / 0.05) !important;
}

.focus\:bg-rosebrown-600\/50:focus{
  background-color: rgb(157 105 129 / 0.5) !important;
}

.focus\:bg-rosebrown-600\/55:focus{
  background-color: rgb(157 105 129 / 0.55) !important;
}

.focus\:bg-rosebrown-600\/60:focus{
  background-color: rgb(157 105 129 / 0.6) !important;
}

.focus\:bg-rosebrown-600\/65:focus{
  background-color: rgb(157 105 129 / 0.65) !important;
}

.focus\:bg-rosebrown-600\/70:focus{
  background-color: rgb(157 105 129 / 0.7) !important;
}

.focus\:bg-rosebrown-600\/75:focus{
  background-color: rgb(157 105 129 / 0.75) !important;
}

.focus\:bg-rosebrown-600\/80:focus{
  background-color: rgb(157 105 129 / 0.8) !important;
}

.focus\:bg-rosebrown-600\/85:focus{
  background-color: rgb(157 105 129 / 0.85) !important;
}

.focus\:bg-rosebrown-600\/90:focus{
  background-color: rgb(157 105 129 / 0.9) !important;
}

.focus\:bg-rosebrown-600\/95:focus{
  background-color: rgb(157 105 129 / 0.95) !important;
}

.focus\:bg-rosebrown-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 94 118 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-700\/0:focus{
  background-color: rgb(147 94 118 / 0) !important;
}

.focus\:bg-rosebrown-700\/10:focus{
  background-color: rgb(147 94 118 / 0.1) !important;
}

.focus\:bg-rosebrown-700\/100:focus{
  background-color: rgb(147 94 118 / 1) !important;
}

.focus\:bg-rosebrown-700\/15:focus{
  background-color: rgb(147 94 118 / 0.15) !important;
}

.focus\:bg-rosebrown-700\/20:focus{
  background-color: rgb(147 94 118 / 0.2) !important;
}

.focus\:bg-rosebrown-700\/25:focus{
  background-color: rgb(147 94 118 / 0.25) !important;
}

.focus\:bg-rosebrown-700\/30:focus{
  background-color: rgb(147 94 118 / 0.3) !important;
}

.focus\:bg-rosebrown-700\/35:focus{
  background-color: rgb(147 94 118 / 0.35) !important;
}

.focus\:bg-rosebrown-700\/40:focus{
  background-color: rgb(147 94 118 / 0.4) !important;
}

.focus\:bg-rosebrown-700\/45:focus{
  background-color: rgb(147 94 118 / 0.45) !important;
}

.focus\:bg-rosebrown-700\/5:focus{
  background-color: rgb(147 94 118 / 0.05) !important;
}

.focus\:bg-rosebrown-700\/50:focus{
  background-color: rgb(147 94 118 / 0.5) !important;
}

.focus\:bg-rosebrown-700\/55:focus{
  background-color: rgb(147 94 118 / 0.55) !important;
}

.focus\:bg-rosebrown-700\/60:focus{
  background-color: rgb(147 94 118 / 0.6) !important;
}

.focus\:bg-rosebrown-700\/65:focus{
  background-color: rgb(147 94 118 / 0.65) !important;
}

.focus\:bg-rosebrown-700\/70:focus{
  background-color: rgb(147 94 118 / 0.7) !important;
}

.focus\:bg-rosebrown-700\/75:focus{
  background-color: rgb(147 94 118 / 0.75) !important;
}

.focus\:bg-rosebrown-700\/80:focus{
  background-color: rgb(147 94 118 / 0.8) !important;
}

.focus\:bg-rosebrown-700\/85:focus{
  background-color: rgb(147 94 118 / 0.85) !important;
}

.focus\:bg-rosebrown-700\/90:focus{
  background-color: rgb(147 94 118 / 0.9) !important;
}

.focus\:bg-rosebrown-700\/95:focus{
  background-color: rgb(147 94 118 / 0.95) !important;
}

.focus\:bg-rosebrown-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 84 108 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-800\/0:focus{
  background-color: rgb(138 84 108 / 0) !important;
}

.focus\:bg-rosebrown-800\/10:focus{
  background-color: rgb(138 84 108 / 0.1) !important;
}

.focus\:bg-rosebrown-800\/100:focus{
  background-color: rgb(138 84 108 / 1) !important;
}

.focus\:bg-rosebrown-800\/15:focus{
  background-color: rgb(138 84 108 / 0.15) !important;
}

.focus\:bg-rosebrown-800\/20:focus{
  background-color: rgb(138 84 108 / 0.2) !important;
}

.focus\:bg-rosebrown-800\/25:focus{
  background-color: rgb(138 84 108 / 0.25) !important;
}

.focus\:bg-rosebrown-800\/30:focus{
  background-color: rgb(138 84 108 / 0.3) !important;
}

.focus\:bg-rosebrown-800\/35:focus{
  background-color: rgb(138 84 108 / 0.35) !important;
}

.focus\:bg-rosebrown-800\/40:focus{
  background-color: rgb(138 84 108 / 0.4) !important;
}

.focus\:bg-rosebrown-800\/45:focus{
  background-color: rgb(138 84 108 / 0.45) !important;
}

.focus\:bg-rosebrown-800\/5:focus{
  background-color: rgb(138 84 108 / 0.05) !important;
}

.focus\:bg-rosebrown-800\/50:focus{
  background-color: rgb(138 84 108 / 0.5) !important;
}

.focus\:bg-rosebrown-800\/55:focus{
  background-color: rgb(138 84 108 / 0.55) !important;
}

.focus\:bg-rosebrown-800\/60:focus{
  background-color: rgb(138 84 108 / 0.6) !important;
}

.focus\:bg-rosebrown-800\/65:focus{
  background-color: rgb(138 84 108 / 0.65) !important;
}

.focus\:bg-rosebrown-800\/70:focus{
  background-color: rgb(138 84 108 / 0.7) !important;
}

.focus\:bg-rosebrown-800\/75:focus{
  background-color: rgb(138 84 108 / 0.75) !important;
}

.focus\:bg-rosebrown-800\/80:focus{
  background-color: rgb(138 84 108 / 0.8) !important;
}

.focus\:bg-rosebrown-800\/85:focus{
  background-color: rgb(138 84 108 / 0.85) !important;
}

.focus\:bg-rosebrown-800\/90:focus{
  background-color: rgb(138 84 108 / 0.9) !important;
}

.focus\:bg-rosebrown-800\/95:focus{
  background-color: rgb(138 84 108 / 0.95) !important;
}

.focus\:bg-rosebrown-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(121 66 89 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-rosebrown-900\/0:focus{
  background-color: rgb(121 66 89 / 0) !important;
}

.focus\:bg-rosebrown-900\/10:focus{
  background-color: rgb(121 66 89 / 0.1) !important;
}

.focus\:bg-rosebrown-900\/100:focus{
  background-color: rgb(121 66 89 / 1) !important;
}

.focus\:bg-rosebrown-900\/15:focus{
  background-color: rgb(121 66 89 / 0.15) !important;
}

.focus\:bg-rosebrown-900\/20:focus{
  background-color: rgb(121 66 89 / 0.2) !important;
}

.focus\:bg-rosebrown-900\/25:focus{
  background-color: rgb(121 66 89 / 0.25) !important;
}

.focus\:bg-rosebrown-900\/30:focus{
  background-color: rgb(121 66 89 / 0.3) !important;
}

.focus\:bg-rosebrown-900\/35:focus{
  background-color: rgb(121 66 89 / 0.35) !important;
}

.focus\:bg-rosebrown-900\/40:focus{
  background-color: rgb(121 66 89 / 0.4) !important;
}

.focus\:bg-rosebrown-900\/45:focus{
  background-color: rgb(121 66 89 / 0.45) !important;
}

.focus\:bg-rosebrown-900\/5:focus{
  background-color: rgb(121 66 89 / 0.05) !important;
}

.focus\:bg-rosebrown-900\/50:focus{
  background-color: rgb(121 66 89 / 0.5) !important;
}

.focus\:bg-rosebrown-900\/55:focus{
  background-color: rgb(121 66 89 / 0.55) !important;
}

.focus\:bg-rosebrown-900\/60:focus{
  background-color: rgb(121 66 89 / 0.6) !important;
}

.focus\:bg-rosebrown-900\/65:focus{
  background-color: rgb(121 66 89 / 0.65) !important;
}

.focus\:bg-rosebrown-900\/70:focus{
  background-color: rgb(121 66 89 / 0.7) !important;
}

.focus\:bg-rosebrown-900\/75:focus{
  background-color: rgb(121 66 89 / 0.75) !important;
}

.focus\:bg-rosebrown-900\/80:focus{
  background-color: rgb(121 66 89 / 0.8) !important;
}

.focus\:bg-rosebrown-900\/85:focus{
  background-color: rgb(121 66 89 / 0.85) !important;
}

.focus\:bg-rosebrown-900\/90:focus{
  background-color: rgb(121 66 89 / 0.9) !important;
}

.focus\:bg-rosebrown-900\/95:focus{
  background-color: rgb(121 66 89 / 0.95) !important;
}

.focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 236 201 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-100\/0:focus{
  background-color: rgb(252 236 201 / 0) !important;
}

.focus\:bg-yellow-100\/10:focus{
  background-color: rgb(252 236 201 / 0.1) !important;
}

.focus\:bg-yellow-100\/100:focus{
  background-color: rgb(252 236 201 / 1) !important;
}

.focus\:bg-yellow-100\/15:focus{
  background-color: rgb(252 236 201 / 0.15) !important;
}

.focus\:bg-yellow-100\/20:focus{
  background-color: rgb(252 236 201 / 0.2) !important;
}

.focus\:bg-yellow-100\/25:focus{
  background-color: rgb(252 236 201 / 0.25) !important;
}

.focus\:bg-yellow-100\/30:focus{
  background-color: rgb(252 236 201 / 0.3) !important;
}

.focus\:bg-yellow-100\/35:focus{
  background-color: rgb(252 236 201 / 0.35) !important;
}

.focus\:bg-yellow-100\/40:focus{
  background-color: rgb(252 236 201 / 0.4) !important;
}

.focus\:bg-yellow-100\/45:focus{
  background-color: rgb(252 236 201 / 0.45) !important;
}

.focus\:bg-yellow-100\/5:focus{
  background-color: rgb(252 236 201 / 0.05) !important;
}

.focus\:bg-yellow-100\/50:focus{
  background-color: rgb(252 236 201 / 0.5) !important;
}

.focus\:bg-yellow-100\/55:focus{
  background-color: rgb(252 236 201 / 0.55) !important;
}

.focus\:bg-yellow-100\/60:focus{
  background-color: rgb(252 236 201 / 0.6) !important;
}

.focus\:bg-yellow-100\/65:focus{
  background-color: rgb(252 236 201 / 0.65) !important;
}

.focus\:bg-yellow-100\/70:focus{
  background-color: rgb(252 236 201 / 0.7) !important;
}

.focus\:bg-yellow-100\/75:focus{
  background-color: rgb(252 236 201 / 0.75) !important;
}

.focus\:bg-yellow-100\/80:focus{
  background-color: rgb(252 236 201 / 0.8) !important;
}

.focus\:bg-yellow-100\/85:focus{
  background-color: rgb(252 236 201 / 0.85) !important;
}

.focus\:bg-yellow-100\/90:focus{
  background-color: rgb(252 236 201 / 0.9) !important;
}

.focus\:bg-yellow-100\/95:focus{
  background-color: rgb(252 236 201 / 0.95) !important;
}

.focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 214 142 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-200\/0:focus{
  background-color: rgb(249 214 142 / 0) !important;
}

.focus\:bg-yellow-200\/10:focus{
  background-color: rgb(249 214 142 / 0.1) !important;
}

.focus\:bg-yellow-200\/100:focus{
  background-color: rgb(249 214 142 / 1) !important;
}

.focus\:bg-yellow-200\/15:focus{
  background-color: rgb(249 214 142 / 0.15) !important;
}

.focus\:bg-yellow-200\/20:focus{
  background-color: rgb(249 214 142 / 0.2) !important;
}

.focus\:bg-yellow-200\/25:focus{
  background-color: rgb(249 214 142 / 0.25) !important;
}

.focus\:bg-yellow-200\/30:focus{
  background-color: rgb(249 214 142 / 0.3) !important;
}

.focus\:bg-yellow-200\/35:focus{
  background-color: rgb(249 214 142 / 0.35) !important;
}

.focus\:bg-yellow-200\/40:focus{
  background-color: rgb(249 214 142 / 0.4) !important;
}

.focus\:bg-yellow-200\/45:focus{
  background-color: rgb(249 214 142 / 0.45) !important;
}

.focus\:bg-yellow-200\/5:focus{
  background-color: rgb(249 214 142 / 0.05) !important;
}

.focus\:bg-yellow-200\/50:focus{
  background-color: rgb(249 214 142 / 0.5) !important;
}

.focus\:bg-yellow-200\/55:focus{
  background-color: rgb(249 214 142 / 0.55) !important;
}

.focus\:bg-yellow-200\/60:focus{
  background-color: rgb(249 214 142 / 0.6) !important;
}

.focus\:bg-yellow-200\/65:focus{
  background-color: rgb(249 214 142 / 0.65) !important;
}

.focus\:bg-yellow-200\/70:focus{
  background-color: rgb(249 214 142 / 0.7) !important;
}

.focus\:bg-yellow-200\/75:focus{
  background-color: rgb(249 214 142 / 0.75) !important;
}

.focus\:bg-yellow-200\/80:focus{
  background-color: rgb(249 214 142 / 0.8) !important;
}

.focus\:bg-yellow-200\/85:focus{
  background-color: rgb(249 214 142 / 0.85) !important;
}

.focus\:bg-yellow-200\/90:focus{
  background-color: rgb(249 214 142 / 0.9) !important;
}

.focus\:bg-yellow-200\/95:focus{
  background-color: rgb(249 214 142 / 0.95) !important;
}

.focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-300\/0:focus{
  background-color: rgb(245 181 68 / 0) !important;
}

.focus\:bg-yellow-300\/10:focus{
  background-color: rgb(245 181 68 / 0.1) !important;
}

.focus\:bg-yellow-300\/100:focus{
  background-color: rgb(245 181 68 / 1) !important;
}

.focus\:bg-yellow-300\/15:focus{
  background-color: rgb(245 181 68 / 0.15) !important;
}

.focus\:bg-yellow-300\/20:focus{
  background-color: rgb(245 181 68 / 0.2) !important;
}

.focus\:bg-yellow-300\/25:focus{
  background-color: rgb(245 181 68 / 0.25) !important;
}

.focus\:bg-yellow-300\/30:focus{
  background-color: rgb(245 181 68 / 0.3) !important;
}

.focus\:bg-yellow-300\/35:focus{
  background-color: rgb(245 181 68 / 0.35) !important;
}

.focus\:bg-yellow-300\/40:focus{
  background-color: rgb(245 181 68 / 0.4) !important;
}

.focus\:bg-yellow-300\/45:focus{
  background-color: rgb(245 181 68 / 0.45) !important;
}

.focus\:bg-yellow-300\/5:focus{
  background-color: rgb(245 181 68 / 0.05) !important;
}

.focus\:bg-yellow-300\/50:focus{
  background-color: rgb(245 181 68 / 0.5) !important;
}

.focus\:bg-yellow-300\/55:focus{
  background-color: rgb(245 181 68 / 0.55) !important;
}

.focus\:bg-yellow-300\/60:focus{
  background-color: rgb(245 181 68 / 0.6) !important;
}

.focus\:bg-yellow-300\/65:focus{
  background-color: rgb(245 181 68 / 0.65) !important;
}

.focus\:bg-yellow-300\/70:focus{
  background-color: rgb(245 181 68 / 0.7) !important;
}

.focus\:bg-yellow-300\/75:focus{
  background-color: rgb(245 181 68 / 0.75) !important;
}

.focus\:bg-yellow-300\/80:focus{
  background-color: rgb(245 181 68 / 0.8) !important;
}

.focus\:bg-yellow-300\/85:focus{
  background-color: rgb(245 181 68 / 0.85) !important;
}

.focus\:bg-yellow-300\/90:focus{
  background-color: rgb(245 181 68 / 0.9) !important;
}

.focus\:bg-yellow-300\/95:focus{
  background-color: rgb(245 181 68 / 0.95) !important;
}

.focus\:bg-yellow-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 163 44 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-400\/0:focus{
  background-color: rgb(243 163 44 / 0) !important;
}

.focus\:bg-yellow-400\/10:focus{
  background-color: rgb(243 163 44 / 0.1) !important;
}

.focus\:bg-yellow-400\/100:focus{
  background-color: rgb(243 163 44 / 1) !important;
}

.focus\:bg-yellow-400\/15:focus{
  background-color: rgb(243 163 44 / 0.15) !important;
}

.focus\:bg-yellow-400\/20:focus{
  background-color: rgb(243 163 44 / 0.2) !important;
}

.focus\:bg-yellow-400\/25:focus{
  background-color: rgb(243 163 44 / 0.25) !important;
}

.focus\:bg-yellow-400\/30:focus{
  background-color: rgb(243 163 44 / 0.3) !important;
}

.focus\:bg-yellow-400\/35:focus{
  background-color: rgb(243 163 44 / 0.35) !important;
}

.focus\:bg-yellow-400\/40:focus{
  background-color: rgb(243 163 44 / 0.4) !important;
}

.focus\:bg-yellow-400\/45:focus{
  background-color: rgb(243 163 44 / 0.45) !important;
}

.focus\:bg-yellow-400\/5:focus{
  background-color: rgb(243 163 44 / 0.05) !important;
}

.focus\:bg-yellow-400\/50:focus{
  background-color: rgb(243 163 44 / 0.5) !important;
}

.focus\:bg-yellow-400\/55:focus{
  background-color: rgb(243 163 44 / 0.55) !important;
}

.focus\:bg-yellow-400\/60:focus{
  background-color: rgb(243 163 44 / 0.6) !important;
}

.focus\:bg-yellow-400\/65:focus{
  background-color: rgb(243 163 44 / 0.65) !important;
}

.focus\:bg-yellow-400\/70:focus{
  background-color: rgb(243 163 44 / 0.7) !important;
}

.focus\:bg-yellow-400\/75:focus{
  background-color: rgb(243 163 44 / 0.75) !important;
}

.focus\:bg-yellow-400\/80:focus{
  background-color: rgb(243 163 44 / 0.8) !important;
}

.focus\:bg-yellow-400\/85:focus{
  background-color: rgb(243 163 44 / 0.85) !important;
}

.focus\:bg-yellow-400\/90:focus{
  background-color: rgb(243 163 44 / 0.9) !important;
}

.focus\:bg-yellow-400\/95:focus{
  background-color: rgb(243 163 44 / 0.95) !important;
}

.focus\:bg-yellow-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 236 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-50\/0:focus{
  background-color: rgb(254 249 236 / 0) !important;
}

.focus\:bg-yellow-50\/10:focus{
  background-color: rgb(254 249 236 / 0.1) !important;
}

.focus\:bg-yellow-50\/100:focus{
  background-color: rgb(254 249 236 / 1) !important;
}

.focus\:bg-yellow-50\/15:focus{
  background-color: rgb(254 249 236 / 0.15) !important;
}

.focus\:bg-yellow-50\/20:focus{
  background-color: rgb(254 249 236 / 0.2) !important;
}

.focus\:bg-yellow-50\/25:focus{
  background-color: rgb(254 249 236 / 0.25) !important;
}

.focus\:bg-yellow-50\/30:focus{
  background-color: rgb(254 249 236 / 0.3) !important;
}

.focus\:bg-yellow-50\/35:focus{
  background-color: rgb(254 249 236 / 0.35) !important;
}

.focus\:bg-yellow-50\/40:focus{
  background-color: rgb(254 249 236 / 0.4) !important;
}

.focus\:bg-yellow-50\/45:focus{
  background-color: rgb(254 249 236 / 0.45) !important;
}

.focus\:bg-yellow-50\/5:focus{
  background-color: rgb(254 249 236 / 0.05) !important;
}

.focus\:bg-yellow-50\/50:focus{
  background-color: rgb(254 249 236 / 0.5) !important;
}

.focus\:bg-yellow-50\/55:focus{
  background-color: rgb(254 249 236 / 0.55) !important;
}

.focus\:bg-yellow-50\/60:focus{
  background-color: rgb(254 249 236 / 0.6) !important;
}

.focus\:bg-yellow-50\/65:focus{
  background-color: rgb(254 249 236 / 0.65) !important;
}

.focus\:bg-yellow-50\/70:focus{
  background-color: rgb(254 249 236 / 0.7) !important;
}

.focus\:bg-yellow-50\/75:focus{
  background-color: rgb(254 249 236 / 0.75) !important;
}

.focus\:bg-yellow-50\/80:focus{
  background-color: rgb(254 249 236 / 0.8) !important;
}

.focus\:bg-yellow-50\/85:focus{
  background-color: rgb(254 249 236 / 0.85) !important;
}

.focus\:bg-yellow-50\/90:focus{
  background-color: rgb(254 249 236 / 0.9) !important;
}

.focus\:bg-yellow-50\/95:focus{
  background-color: rgb(254 249 236 / 0.95) !important;
}

.focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 181 68 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-500\/0:focus{
  background-color: rgb(245 181 68 / 0) !important;
}

.focus\:bg-yellow-500\/10:focus{
  background-color: rgb(245 181 68 / 0.1) !important;
}

.focus\:bg-yellow-500\/100:focus{
  background-color: rgb(245 181 68 / 1) !important;
}

.focus\:bg-yellow-500\/15:focus{
  background-color: rgb(245 181 68 / 0.15) !important;
}

.focus\:bg-yellow-500\/20:focus{
  background-color: rgb(245 181 68 / 0.2) !important;
}

.focus\:bg-yellow-500\/25:focus{
  background-color: rgb(245 181 68 / 0.25) !important;
}

.focus\:bg-yellow-500\/30:focus{
  background-color: rgb(245 181 68 / 0.3) !important;
}

.focus\:bg-yellow-500\/35:focus{
  background-color: rgb(245 181 68 / 0.35) !important;
}

.focus\:bg-yellow-500\/40:focus{
  background-color: rgb(245 181 68 / 0.4) !important;
}

.focus\:bg-yellow-500\/45:focus{
  background-color: rgb(245 181 68 / 0.45) !important;
}

.focus\:bg-yellow-500\/5:focus{
  background-color: rgb(245 181 68 / 0.05) !important;
}

.focus\:bg-yellow-500\/50:focus{
  background-color: rgb(245 181 68 / 0.5) !important;
}

.focus\:bg-yellow-500\/55:focus{
  background-color: rgb(245 181 68 / 0.55) !important;
}

.focus\:bg-yellow-500\/60:focus{
  background-color: rgb(245 181 68 / 0.6) !important;
}

.focus\:bg-yellow-500\/65:focus{
  background-color: rgb(245 181 68 / 0.65) !important;
}

.focus\:bg-yellow-500\/70:focus{
  background-color: rgb(245 181 68 / 0.7) !important;
}

.focus\:bg-yellow-500\/75:focus{
  background-color: rgb(245 181 68 / 0.75) !important;
}

.focus\:bg-yellow-500\/80:focus{
  background-color: rgb(245 181 68 / 0.8) !important;
}

.focus\:bg-yellow-500\/85:focus{
  background-color: rgb(245 181 68 / 0.85) !important;
}

.focus\:bg-yellow-500\/90:focus{
  background-color: rgb(245 181 68 / 0.9) !important;
}

.focus\:bg-yellow-500\/95:focus{
  background-color: rgb(245 181 68 / 0.95) !important;
}

.focus\:bg-yellow-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 93 13 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-600\/0:focus{
  background-color: rgb(210 93 13 / 0) !important;
}

.focus\:bg-yellow-600\/10:focus{
  background-color: rgb(210 93 13 / 0.1) !important;
}

.focus\:bg-yellow-600\/100:focus{
  background-color: rgb(210 93 13 / 1) !important;
}

.focus\:bg-yellow-600\/15:focus{
  background-color: rgb(210 93 13 / 0.15) !important;
}

.focus\:bg-yellow-600\/20:focus{
  background-color: rgb(210 93 13 / 0.2) !important;
}

.focus\:bg-yellow-600\/25:focus{
  background-color: rgb(210 93 13 / 0.25) !important;
}

.focus\:bg-yellow-600\/30:focus{
  background-color: rgb(210 93 13 / 0.3) !important;
}

.focus\:bg-yellow-600\/35:focus{
  background-color: rgb(210 93 13 / 0.35) !important;
}

.focus\:bg-yellow-600\/40:focus{
  background-color: rgb(210 93 13 / 0.4) !important;
}

.focus\:bg-yellow-600\/45:focus{
  background-color: rgb(210 93 13 / 0.45) !important;
}

.focus\:bg-yellow-600\/5:focus{
  background-color: rgb(210 93 13 / 0.05) !important;
}

.focus\:bg-yellow-600\/50:focus{
  background-color: rgb(210 93 13 / 0.5) !important;
}

.focus\:bg-yellow-600\/55:focus{
  background-color: rgb(210 93 13 / 0.55) !important;
}

.focus\:bg-yellow-600\/60:focus{
  background-color: rgb(210 93 13 / 0.6) !important;
}

.focus\:bg-yellow-600\/65:focus{
  background-color: rgb(210 93 13 / 0.65) !important;
}

.focus\:bg-yellow-600\/70:focus{
  background-color: rgb(210 93 13 / 0.7) !important;
}

.focus\:bg-yellow-600\/75:focus{
  background-color: rgb(210 93 13 / 0.75) !important;
}

.focus\:bg-yellow-600\/80:focus{
  background-color: rgb(210 93 13 / 0.8) !important;
}

.focus\:bg-yellow-600\/85:focus{
  background-color: rgb(210 93 13 / 0.85) !important;
}

.focus\:bg-yellow-600\/90:focus{
  background-color: rgb(210 93 13 / 0.9) !important;
}

.focus\:bg-yellow-600\/95:focus{
  background-color: rgb(210 93 13 / 0.95) !important;
}

.focus\:bg-yellow-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(174 64 15 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-700\/0:focus{
  background-color: rgb(174 64 15 / 0) !important;
}

.focus\:bg-yellow-700\/10:focus{
  background-color: rgb(174 64 15 / 0.1) !important;
}

.focus\:bg-yellow-700\/100:focus{
  background-color: rgb(174 64 15 / 1) !important;
}

.focus\:bg-yellow-700\/15:focus{
  background-color: rgb(174 64 15 / 0.15) !important;
}

.focus\:bg-yellow-700\/20:focus{
  background-color: rgb(174 64 15 / 0.2) !important;
}

.focus\:bg-yellow-700\/25:focus{
  background-color: rgb(174 64 15 / 0.25) !important;
}

.focus\:bg-yellow-700\/30:focus{
  background-color: rgb(174 64 15 / 0.3) !important;
}

.focus\:bg-yellow-700\/35:focus{
  background-color: rgb(174 64 15 / 0.35) !important;
}

.focus\:bg-yellow-700\/40:focus{
  background-color: rgb(174 64 15 / 0.4) !important;
}

.focus\:bg-yellow-700\/45:focus{
  background-color: rgb(174 64 15 / 0.45) !important;
}

.focus\:bg-yellow-700\/5:focus{
  background-color: rgb(174 64 15 / 0.05) !important;
}

.focus\:bg-yellow-700\/50:focus{
  background-color: rgb(174 64 15 / 0.5) !important;
}

.focus\:bg-yellow-700\/55:focus{
  background-color: rgb(174 64 15 / 0.55) !important;
}

.focus\:bg-yellow-700\/60:focus{
  background-color: rgb(174 64 15 / 0.6) !important;
}

.focus\:bg-yellow-700\/65:focus{
  background-color: rgb(174 64 15 / 0.65) !important;
}

.focus\:bg-yellow-700\/70:focus{
  background-color: rgb(174 64 15 / 0.7) !important;
}

.focus\:bg-yellow-700\/75:focus{
  background-color: rgb(174 64 15 / 0.75) !important;
}

.focus\:bg-yellow-700\/80:focus{
  background-color: rgb(174 64 15 / 0.8) !important;
}

.focus\:bg-yellow-700\/85:focus{
  background-color: rgb(174 64 15 / 0.85) !important;
}

.focus\:bg-yellow-700\/90:focus{
  background-color: rgb(174 64 15 / 0.9) !important;
}

.focus\:bg-yellow-700\/95:focus{
  background-color: rgb(174 64 15 / 0.95) !important;
}

.focus\:bg-yellow-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(141 49 19 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-800\/0:focus{
  background-color: rgb(141 49 19 / 0) !important;
}

.focus\:bg-yellow-800\/10:focus{
  background-color: rgb(141 49 19 / 0.1) !important;
}

.focus\:bg-yellow-800\/100:focus{
  background-color: rgb(141 49 19 / 1) !important;
}

.focus\:bg-yellow-800\/15:focus{
  background-color: rgb(141 49 19 / 0.15) !important;
}

.focus\:bg-yellow-800\/20:focus{
  background-color: rgb(141 49 19 / 0.2) !important;
}

.focus\:bg-yellow-800\/25:focus{
  background-color: rgb(141 49 19 / 0.25) !important;
}

.focus\:bg-yellow-800\/30:focus{
  background-color: rgb(141 49 19 / 0.3) !important;
}

.focus\:bg-yellow-800\/35:focus{
  background-color: rgb(141 49 19 / 0.35) !important;
}

.focus\:bg-yellow-800\/40:focus{
  background-color: rgb(141 49 19 / 0.4) !important;
}

.focus\:bg-yellow-800\/45:focus{
  background-color: rgb(141 49 19 / 0.45) !important;
}

.focus\:bg-yellow-800\/5:focus{
  background-color: rgb(141 49 19 / 0.05) !important;
}

.focus\:bg-yellow-800\/50:focus{
  background-color: rgb(141 49 19 / 0.5) !important;
}

.focus\:bg-yellow-800\/55:focus{
  background-color: rgb(141 49 19 / 0.55) !important;
}

.focus\:bg-yellow-800\/60:focus{
  background-color: rgb(141 49 19 / 0.6) !important;
}

.focus\:bg-yellow-800\/65:focus{
  background-color: rgb(141 49 19 / 0.65) !important;
}

.focus\:bg-yellow-800\/70:focus{
  background-color: rgb(141 49 19 / 0.7) !important;
}

.focus\:bg-yellow-800\/75:focus{
  background-color: rgb(141 49 19 / 0.75) !important;
}

.focus\:bg-yellow-800\/80:focus{
  background-color: rgb(141 49 19 / 0.8) !important;
}

.focus\:bg-yellow-800\/85:focus{
  background-color: rgb(141 49 19 / 0.85) !important;
}

.focus\:bg-yellow-800\/90:focus{
  background-color: rgb(141 49 19 / 0.9) !important;
}

.focus\:bg-yellow-800\/95:focus{
  background-color: rgb(141 49 19 / 0.95) !important;
}

.focus\:bg-yellow-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 42 19 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-900\/0:focus{
  background-color: rgb(116 42 19 / 0) !important;
}

.focus\:bg-yellow-900\/10:focus{
  background-color: rgb(116 42 19 / 0.1) !important;
}

.focus\:bg-yellow-900\/100:focus{
  background-color: rgb(116 42 19 / 1) !important;
}

.focus\:bg-yellow-900\/15:focus{
  background-color: rgb(116 42 19 / 0.15) !important;
}

.focus\:bg-yellow-900\/20:focus{
  background-color: rgb(116 42 19 / 0.2) !important;
}

.focus\:bg-yellow-900\/25:focus{
  background-color: rgb(116 42 19 / 0.25) !important;
}

.focus\:bg-yellow-900\/30:focus{
  background-color: rgb(116 42 19 / 0.3) !important;
}

.focus\:bg-yellow-900\/35:focus{
  background-color: rgb(116 42 19 / 0.35) !important;
}

.focus\:bg-yellow-900\/40:focus{
  background-color: rgb(116 42 19 / 0.4) !important;
}

.focus\:bg-yellow-900\/45:focus{
  background-color: rgb(116 42 19 / 0.45) !important;
}

.focus\:bg-yellow-900\/5:focus{
  background-color: rgb(116 42 19 / 0.05) !important;
}

.focus\:bg-yellow-900\/50:focus{
  background-color: rgb(116 42 19 / 0.5) !important;
}

.focus\:bg-yellow-900\/55:focus{
  background-color: rgb(116 42 19 / 0.55) !important;
}

.focus\:bg-yellow-900\/60:focus{
  background-color: rgb(116 42 19 / 0.6) !important;
}

.focus\:bg-yellow-900\/65:focus{
  background-color: rgb(116 42 19 / 0.65) !important;
}

.focus\:bg-yellow-900\/70:focus{
  background-color: rgb(116 42 19 / 0.7) !important;
}

.focus\:bg-yellow-900\/75:focus{
  background-color: rgb(116 42 19 / 0.75) !important;
}

.focus\:bg-yellow-900\/80:focus{
  background-color: rgb(116 42 19 / 0.8) !important;
}

.focus\:bg-yellow-900\/85:focus{
  background-color: rgb(116 42 19 / 0.85) !important;
}

.focus\:bg-yellow-900\/90:focus{
  background-color: rgb(116 42 19 / 0.9) !important;
}

.focus\:bg-yellow-900\/95:focus{
  background-color: rgb(116 42 19 / 0.95) !important;
}

.focus\:bg-yellow-950:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 19 5 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-yellow-950\/0:focus{
  background-color: rgb(67 19 5 / 0) !important;
}

.focus\:bg-yellow-950\/10:focus{
  background-color: rgb(67 19 5 / 0.1) !important;
}

.focus\:bg-yellow-950\/100:focus{
  background-color: rgb(67 19 5 / 1) !important;
}

.focus\:bg-yellow-950\/15:focus{
  background-color: rgb(67 19 5 / 0.15) !important;
}

.focus\:bg-yellow-950\/20:focus{
  background-color: rgb(67 19 5 / 0.2) !important;
}

.focus\:bg-yellow-950\/25:focus{
  background-color: rgb(67 19 5 / 0.25) !important;
}

.focus\:bg-yellow-950\/30:focus{
  background-color: rgb(67 19 5 / 0.3) !important;
}

.focus\:bg-yellow-950\/35:focus{
  background-color: rgb(67 19 5 / 0.35) !important;
}

.focus\:bg-yellow-950\/40:focus{
  background-color: rgb(67 19 5 / 0.4) !important;
}

.focus\:bg-yellow-950\/45:focus{
  background-color: rgb(67 19 5 / 0.45) !important;
}

.focus\:bg-yellow-950\/5:focus{
  background-color: rgb(67 19 5 / 0.05) !important;
}

.focus\:bg-yellow-950\/50:focus{
  background-color: rgb(67 19 5 / 0.5) !important;
}

.focus\:bg-yellow-950\/55:focus{
  background-color: rgb(67 19 5 / 0.55) !important;
}

.focus\:bg-yellow-950\/60:focus{
  background-color: rgb(67 19 5 / 0.6) !important;
}

.focus\:bg-yellow-950\/65:focus{
  background-color: rgb(67 19 5 / 0.65) !important;
}

.focus\:bg-yellow-950\/70:focus{
  background-color: rgb(67 19 5 / 0.7) !important;
}

.focus\:bg-yellow-950\/75:focus{
  background-color: rgb(67 19 5 / 0.75) !important;
}

.focus\:bg-yellow-950\/80:focus{
  background-color: rgb(67 19 5 / 0.8) !important;
}

.focus\:bg-yellow-950\/85:focus{
  background-color: rgb(67 19 5 / 0.85) !important;
}

.focus\:bg-yellow-950\/90:focus{
  background-color: rgb(67 19 5 / 0.9) !important;
}

.focus\:bg-yellow-950\/95:focus{
  background-color: rgb(67 19 5 / 0.95) !important;
}

.focus\:text-black-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(186 188 193 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-100\/0:focus{
  color: rgb(186 188 193 / 0) !important;
}

.focus\:text-black-100\/10:focus{
  color: rgb(186 188 193 / 0.1) !important;
}

.focus\:text-black-100\/100:focus{
  color: rgb(186 188 193 / 1) !important;
}

.focus\:text-black-100\/15:focus{
  color: rgb(186 188 193 / 0.15) !important;
}

.focus\:text-black-100\/20:focus{
  color: rgb(186 188 193 / 0.2) !important;
}

.focus\:text-black-100\/25:focus{
  color: rgb(186 188 193 / 0.25) !important;
}

.focus\:text-black-100\/30:focus{
  color: rgb(186 188 193 / 0.3) !important;
}

.focus\:text-black-100\/35:focus{
  color: rgb(186 188 193 / 0.35) !important;
}

.focus\:text-black-100\/40:focus{
  color: rgb(186 188 193 / 0.4) !important;
}

.focus\:text-black-100\/45:focus{
  color: rgb(186 188 193 / 0.45) !important;
}

.focus\:text-black-100\/5:focus{
  color: rgb(186 188 193 / 0.05) !important;
}

.focus\:text-black-100\/50:focus{
  color: rgb(186 188 193 / 0.5) !important;
}

.focus\:text-black-100\/55:focus{
  color: rgb(186 188 193 / 0.55) !important;
}

.focus\:text-black-100\/60:focus{
  color: rgb(186 188 193 / 0.6) !important;
}

.focus\:text-black-100\/65:focus{
  color: rgb(186 188 193 / 0.65) !important;
}

.focus\:text-black-100\/70:focus{
  color: rgb(186 188 193 / 0.7) !important;
}

.focus\:text-black-100\/75:focus{
  color: rgb(186 188 193 / 0.75) !important;
}

.focus\:text-black-100\/80:focus{
  color: rgb(186 188 193 / 0.8) !important;
}

.focus\:text-black-100\/85:focus{
  color: rgb(186 188 193 / 0.85) !important;
}

.focus\:text-black-100\/90:focus{
  color: rgb(186 188 193 / 0.9) !important;
}

.focus\:text-black-100\/95:focus{
  color: rgb(186 188 193 / 0.95) !important;
}

.focus\:text-black-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(140 143 152 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-200\/0:focus{
  color: rgb(140 143 152 / 0) !important;
}

.focus\:text-black-200\/10:focus{
  color: rgb(140 143 152 / 0.1) !important;
}

.focus\:text-black-200\/100:focus{
  color: rgb(140 143 152 / 1) !important;
}

.focus\:text-black-200\/15:focus{
  color: rgb(140 143 152 / 0.15) !important;
}

.focus\:text-black-200\/20:focus{
  color: rgb(140 143 152 / 0.2) !important;
}

.focus\:text-black-200\/25:focus{
  color: rgb(140 143 152 / 0.25) !important;
}

.focus\:text-black-200\/30:focus{
  color: rgb(140 143 152 / 0.3) !important;
}

.focus\:text-black-200\/35:focus{
  color: rgb(140 143 152 / 0.35) !important;
}

.focus\:text-black-200\/40:focus{
  color: rgb(140 143 152 / 0.4) !important;
}

.focus\:text-black-200\/45:focus{
  color: rgb(140 143 152 / 0.45) !important;
}

.focus\:text-black-200\/5:focus{
  color: rgb(140 143 152 / 0.05) !important;
}

.focus\:text-black-200\/50:focus{
  color: rgb(140 143 152 / 0.5) !important;
}

.focus\:text-black-200\/55:focus{
  color: rgb(140 143 152 / 0.55) !important;
}

.focus\:text-black-200\/60:focus{
  color: rgb(140 143 152 / 0.6) !important;
}

.focus\:text-black-200\/65:focus{
  color: rgb(140 143 152 / 0.65) !important;
}

.focus\:text-black-200\/70:focus{
  color: rgb(140 143 152 / 0.7) !important;
}

.focus\:text-black-200\/75:focus{
  color: rgb(140 143 152 / 0.75) !important;
}

.focus\:text-black-200\/80:focus{
  color: rgb(140 143 152 / 0.8) !important;
}

.focus\:text-black-200\/85:focus{
  color: rgb(140 143 152 / 0.85) !important;
}

.focus\:text-black-200\/90:focus{
  color: rgb(140 143 152 / 0.9) !important;
}

.focus\:text-black-200\/95:focus{
  color: rgb(140 143 152 / 0.95) !important;
}

.focus\:text-black-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(94 98 111 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-300\/0:focus{
  color: rgb(94 98 111 / 0) !important;
}

.focus\:text-black-300\/10:focus{
  color: rgb(94 98 111 / 0.1) !important;
}

.focus\:text-black-300\/100:focus{
  color: rgb(94 98 111 / 1) !important;
}

.focus\:text-black-300\/15:focus{
  color: rgb(94 98 111 / 0.15) !important;
}

.focus\:text-black-300\/20:focus{
  color: rgb(94 98 111 / 0.2) !important;
}

.focus\:text-black-300\/25:focus{
  color: rgb(94 98 111 / 0.25) !important;
}

.focus\:text-black-300\/30:focus{
  color: rgb(94 98 111 / 0.3) !important;
}

.focus\:text-black-300\/35:focus{
  color: rgb(94 98 111 / 0.35) !important;
}

.focus\:text-black-300\/40:focus{
  color: rgb(94 98 111 / 0.4) !important;
}

.focus\:text-black-300\/45:focus{
  color: rgb(94 98 111 / 0.45) !important;
}

.focus\:text-black-300\/5:focus{
  color: rgb(94 98 111 / 0.05) !important;
}

.focus\:text-black-300\/50:focus{
  color: rgb(94 98 111 / 0.5) !important;
}

.focus\:text-black-300\/55:focus{
  color: rgb(94 98 111 / 0.55) !important;
}

.focus\:text-black-300\/60:focus{
  color: rgb(94 98 111 / 0.6) !important;
}

.focus\:text-black-300\/65:focus{
  color: rgb(94 98 111 / 0.65) !important;
}

.focus\:text-black-300\/70:focus{
  color: rgb(94 98 111 / 0.7) !important;
}

.focus\:text-black-300\/75:focus{
  color: rgb(94 98 111 / 0.75) !important;
}

.focus\:text-black-300\/80:focus{
  color: rgb(94 98 111 / 0.8) !important;
}

.focus\:text-black-300\/85:focus{
  color: rgb(94 98 111 / 0.85) !important;
}

.focus\:text-black-300\/90:focus{
  color: rgb(94 98 111 / 0.9) !important;
}

.focus\:text-black-300\/95:focus{
  color: rgb(94 98 111 / 0.95) !important;
}

.focus\:text-black-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(60 64 80 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-400\/0:focus{
  color: rgb(60 64 80 / 0) !important;
}

.focus\:text-black-400\/10:focus{
  color: rgb(60 64 80 / 0.1) !important;
}

.focus\:text-black-400\/100:focus{
  color: rgb(60 64 80 / 1) !important;
}

.focus\:text-black-400\/15:focus{
  color: rgb(60 64 80 / 0.15) !important;
}

.focus\:text-black-400\/20:focus{
  color: rgb(60 64 80 / 0.2) !important;
}

.focus\:text-black-400\/25:focus{
  color: rgb(60 64 80 / 0.25) !important;
}

.focus\:text-black-400\/30:focus{
  color: rgb(60 64 80 / 0.3) !important;
}

.focus\:text-black-400\/35:focus{
  color: rgb(60 64 80 / 0.35) !important;
}

.focus\:text-black-400\/40:focus{
  color: rgb(60 64 80 / 0.4) !important;
}

.focus\:text-black-400\/45:focus{
  color: rgb(60 64 80 / 0.45) !important;
}

.focus\:text-black-400\/5:focus{
  color: rgb(60 64 80 / 0.05) !important;
}

.focus\:text-black-400\/50:focus{
  color: rgb(60 64 80 / 0.5) !important;
}

.focus\:text-black-400\/55:focus{
  color: rgb(60 64 80 / 0.55) !important;
}

.focus\:text-black-400\/60:focus{
  color: rgb(60 64 80 / 0.6) !important;
}

.focus\:text-black-400\/65:focus{
  color: rgb(60 64 80 / 0.65) !important;
}

.focus\:text-black-400\/70:focus{
  color: rgb(60 64 80 / 0.7) !important;
}

.focus\:text-black-400\/75:focus{
  color: rgb(60 64 80 / 0.75) !important;
}

.focus\:text-black-400\/80:focus{
  color: rgb(60 64 80 / 0.8) !important;
}

.focus\:text-black-400\/85:focus{
  color: rgb(60 64 80 / 0.85) !important;
}

.focus\:text-black-400\/90:focus{
  color: rgb(60 64 80 / 0.9) !important;
}

.focus\:text-black-400\/95:focus{
  color: rgb(60 64 80 / 0.95) !important;
}

.focus\:text-black-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(227 228 230 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-50\/0:focus{
  color: rgb(227 228 230 / 0) !important;
}

.focus\:text-black-50\/10:focus{
  color: rgb(227 228 230 / 0.1) !important;
}

.focus\:text-black-50\/100:focus{
  color: rgb(227 228 230 / 1) !important;
}

.focus\:text-black-50\/15:focus{
  color: rgb(227 228 230 / 0.15) !important;
}

.focus\:text-black-50\/20:focus{
  color: rgb(227 228 230 / 0.2) !important;
}

.focus\:text-black-50\/25:focus{
  color: rgb(227 228 230 / 0.25) !important;
}

.focus\:text-black-50\/30:focus{
  color: rgb(227 228 230 / 0.3) !important;
}

.focus\:text-black-50\/35:focus{
  color: rgb(227 228 230 / 0.35) !important;
}

.focus\:text-black-50\/40:focus{
  color: rgb(227 228 230 / 0.4) !important;
}

.focus\:text-black-50\/45:focus{
  color: rgb(227 228 230 / 0.45) !important;
}

.focus\:text-black-50\/5:focus{
  color: rgb(227 228 230 / 0.05) !important;
}

.focus\:text-black-50\/50:focus{
  color: rgb(227 228 230 / 0.5) !important;
}

.focus\:text-black-50\/55:focus{
  color: rgb(227 228 230 / 0.55) !important;
}

.focus\:text-black-50\/60:focus{
  color: rgb(227 228 230 / 0.6) !important;
}

.focus\:text-black-50\/65:focus{
  color: rgb(227 228 230 / 0.65) !important;
}

.focus\:text-black-50\/70:focus{
  color: rgb(227 228 230 / 0.7) !important;
}

.focus\:text-black-50\/75:focus{
  color: rgb(227 228 230 / 0.75) !important;
}

.focus\:text-black-50\/80:focus{
  color: rgb(227 228 230 / 0.8) !important;
}

.focus\:text-black-50\/85:focus{
  color: rgb(227 228 230 / 0.85) !important;
}

.focus\:text-black-50\/90:focus{
  color: rgb(227 228 230 / 0.9) !important;
}

.focus\:text-black-50\/95:focus{
  color: rgb(227 228 230 / 0.95) !important;
}

.focus\:text-black-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(25 30 49 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-500\/0:focus{
  color: rgb(25 30 49 / 0) !important;
}

.focus\:text-black-500\/10:focus{
  color: rgb(25 30 49 / 0.1) !important;
}

.focus\:text-black-500\/100:focus{
  color: rgb(25 30 49 / 1) !important;
}

.focus\:text-black-500\/15:focus{
  color: rgb(25 30 49 / 0.15) !important;
}

.focus\:text-black-500\/20:focus{
  color: rgb(25 30 49 / 0.2) !important;
}

.focus\:text-black-500\/25:focus{
  color: rgb(25 30 49 / 0.25) !important;
}

.focus\:text-black-500\/30:focus{
  color: rgb(25 30 49 / 0.3) !important;
}

.focus\:text-black-500\/35:focus{
  color: rgb(25 30 49 / 0.35) !important;
}

.focus\:text-black-500\/40:focus{
  color: rgb(25 30 49 / 0.4) !important;
}

.focus\:text-black-500\/45:focus{
  color: rgb(25 30 49 / 0.45) !important;
}

.focus\:text-black-500\/5:focus{
  color: rgb(25 30 49 / 0.05) !important;
}

.focus\:text-black-500\/50:focus{
  color: rgb(25 30 49 / 0.5) !important;
}

.focus\:text-black-500\/55:focus{
  color: rgb(25 30 49 / 0.55) !important;
}

.focus\:text-black-500\/60:focus{
  color: rgb(25 30 49 / 0.6) !important;
}

.focus\:text-black-500\/65:focus{
  color: rgb(25 30 49 / 0.65) !important;
}

.focus\:text-black-500\/70:focus{
  color: rgb(25 30 49 / 0.7) !important;
}

.focus\:text-black-500\/75:focus{
  color: rgb(25 30 49 / 0.75) !important;
}

.focus\:text-black-500\/80:focus{
  color: rgb(25 30 49 / 0.8) !important;
}

.focus\:text-black-500\/85:focus{
  color: rgb(25 30 49 / 0.85) !important;
}

.focus\:text-black-500\/90:focus{
  color: rgb(25 30 49 / 0.9) !important;
}

.focus\:text-black-500\/95:focus{
  color: rgb(25 30 49 / 0.95) !important;
}

.focus\:text-black-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(22 26 44 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-600\/0:focus{
  color: rgb(22 26 44 / 0) !important;
}

.focus\:text-black-600\/10:focus{
  color: rgb(22 26 44 / 0.1) !important;
}

.focus\:text-black-600\/100:focus{
  color: rgb(22 26 44 / 1) !important;
}

.focus\:text-black-600\/15:focus{
  color: rgb(22 26 44 / 0.15) !important;
}

.focus\:text-black-600\/20:focus{
  color: rgb(22 26 44 / 0.2) !important;
}

.focus\:text-black-600\/25:focus{
  color: rgb(22 26 44 / 0.25) !important;
}

.focus\:text-black-600\/30:focus{
  color: rgb(22 26 44 / 0.3) !important;
}

.focus\:text-black-600\/35:focus{
  color: rgb(22 26 44 / 0.35) !important;
}

.focus\:text-black-600\/40:focus{
  color: rgb(22 26 44 / 0.4) !important;
}

.focus\:text-black-600\/45:focus{
  color: rgb(22 26 44 / 0.45) !important;
}

.focus\:text-black-600\/5:focus{
  color: rgb(22 26 44 / 0.05) !important;
}

.focus\:text-black-600\/50:focus{
  color: rgb(22 26 44 / 0.5) !important;
}

.focus\:text-black-600\/55:focus{
  color: rgb(22 26 44 / 0.55) !important;
}

.focus\:text-black-600\/60:focus{
  color: rgb(22 26 44 / 0.6) !important;
}

.focus\:text-black-600\/65:focus{
  color: rgb(22 26 44 / 0.65) !important;
}

.focus\:text-black-600\/70:focus{
  color: rgb(22 26 44 / 0.7) !important;
}

.focus\:text-black-600\/75:focus{
  color: rgb(22 26 44 / 0.75) !important;
}

.focus\:text-black-600\/80:focus{
  color: rgb(22 26 44 / 0.8) !important;
}

.focus\:text-black-600\/85:focus{
  color: rgb(22 26 44 / 0.85) !important;
}

.focus\:text-black-600\/90:focus{
  color: rgb(22 26 44 / 0.9) !important;
}

.focus\:text-black-600\/95:focus{
  color: rgb(22 26 44 / 0.95) !important;
}

.focus\:text-black-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(18 22 37 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-700\/0:focus{
  color: rgb(18 22 37 / 0) !important;
}

.focus\:text-black-700\/10:focus{
  color: rgb(18 22 37 / 0.1) !important;
}

.focus\:text-black-700\/100:focus{
  color: rgb(18 22 37 / 1) !important;
}

.focus\:text-black-700\/15:focus{
  color: rgb(18 22 37 / 0.15) !important;
}

.focus\:text-black-700\/20:focus{
  color: rgb(18 22 37 / 0.2) !important;
}

.focus\:text-black-700\/25:focus{
  color: rgb(18 22 37 / 0.25) !important;
}

.focus\:text-black-700\/30:focus{
  color: rgb(18 22 37 / 0.3) !important;
}

.focus\:text-black-700\/35:focus{
  color: rgb(18 22 37 / 0.35) !important;
}

.focus\:text-black-700\/40:focus{
  color: rgb(18 22 37 / 0.4) !important;
}

.focus\:text-black-700\/45:focus{
  color: rgb(18 22 37 / 0.45) !important;
}

.focus\:text-black-700\/5:focus{
  color: rgb(18 22 37 / 0.05) !important;
}

.focus\:text-black-700\/50:focus{
  color: rgb(18 22 37 / 0.5) !important;
}

.focus\:text-black-700\/55:focus{
  color: rgb(18 22 37 / 0.55) !important;
}

.focus\:text-black-700\/60:focus{
  color: rgb(18 22 37 / 0.6) !important;
}

.focus\:text-black-700\/65:focus{
  color: rgb(18 22 37 / 0.65) !important;
}

.focus\:text-black-700\/70:focus{
  color: rgb(18 22 37 / 0.7) !important;
}

.focus\:text-black-700\/75:focus{
  color: rgb(18 22 37 / 0.75) !important;
}

.focus\:text-black-700\/80:focus{
  color: rgb(18 22 37 / 0.8) !important;
}

.focus\:text-black-700\/85:focus{
  color: rgb(18 22 37 / 0.85) !important;
}

.focus\:text-black-700\/90:focus{
  color: rgb(18 22 37 / 0.9) !important;
}

.focus\:text-black-700\/95:focus{
  color: rgb(18 22 37 / 0.95) !important;
}

.focus\:text-black-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(14 18 31 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-800\/0:focus{
  color: rgb(14 18 31 / 0) !important;
}

.focus\:text-black-800\/10:focus{
  color: rgb(14 18 31 / 0.1) !important;
}

.focus\:text-black-800\/100:focus{
  color: rgb(14 18 31 / 1) !important;
}

.focus\:text-black-800\/15:focus{
  color: rgb(14 18 31 / 0.15) !important;
}

.focus\:text-black-800\/20:focus{
  color: rgb(14 18 31 / 0.2) !important;
}

.focus\:text-black-800\/25:focus{
  color: rgb(14 18 31 / 0.25) !important;
}

.focus\:text-black-800\/30:focus{
  color: rgb(14 18 31 / 0.3) !important;
}

.focus\:text-black-800\/35:focus{
  color: rgb(14 18 31 / 0.35) !important;
}

.focus\:text-black-800\/40:focus{
  color: rgb(14 18 31 / 0.4) !important;
}

.focus\:text-black-800\/45:focus{
  color: rgb(14 18 31 / 0.45) !important;
}

.focus\:text-black-800\/5:focus{
  color: rgb(14 18 31 / 0.05) !important;
}

.focus\:text-black-800\/50:focus{
  color: rgb(14 18 31 / 0.5) !important;
}

.focus\:text-black-800\/55:focus{
  color: rgb(14 18 31 / 0.55) !important;
}

.focus\:text-black-800\/60:focus{
  color: rgb(14 18 31 / 0.6) !important;
}

.focus\:text-black-800\/65:focus{
  color: rgb(14 18 31 / 0.65) !important;
}

.focus\:text-black-800\/70:focus{
  color: rgb(14 18 31 / 0.7) !important;
}

.focus\:text-black-800\/75:focus{
  color: rgb(14 18 31 / 0.75) !important;
}

.focus\:text-black-800\/80:focus{
  color: rgb(14 18 31 / 0.8) !important;
}

.focus\:text-black-800\/85:focus{
  color: rgb(14 18 31 / 0.85) !important;
}

.focus\:text-black-800\/90:focus{
  color: rgb(14 18 31 / 0.9) !important;
}

.focus\:text-black-800\/95:focus{
  color: rgb(14 18 31 / 0.95) !important;
}

.focus\:text-black-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(8 10 19 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-black-900\/0:focus{
  color: rgb(8 10 19 / 0) !important;
}

.focus\:text-black-900\/10:focus{
  color: rgb(8 10 19 / 0.1) !important;
}

.focus\:text-black-900\/100:focus{
  color: rgb(8 10 19 / 1) !important;
}

.focus\:text-black-900\/15:focus{
  color: rgb(8 10 19 / 0.15) !important;
}

.focus\:text-black-900\/20:focus{
  color: rgb(8 10 19 / 0.2) !important;
}

.focus\:text-black-900\/25:focus{
  color: rgb(8 10 19 / 0.25) !important;
}

.focus\:text-black-900\/30:focus{
  color: rgb(8 10 19 / 0.3) !important;
}

.focus\:text-black-900\/35:focus{
  color: rgb(8 10 19 / 0.35) !important;
}

.focus\:text-black-900\/40:focus{
  color: rgb(8 10 19 / 0.4) !important;
}

.focus\:text-black-900\/45:focus{
  color: rgb(8 10 19 / 0.45) !important;
}

.focus\:text-black-900\/5:focus{
  color: rgb(8 10 19 / 0.05) !important;
}

.focus\:text-black-900\/50:focus{
  color: rgb(8 10 19 / 0.5) !important;
}

.focus\:text-black-900\/55:focus{
  color: rgb(8 10 19 / 0.55) !important;
}

.focus\:text-black-900\/60:focus{
  color: rgb(8 10 19 / 0.6) !important;
}

.focus\:text-black-900\/65:focus{
  color: rgb(8 10 19 / 0.65) !important;
}

.focus\:text-black-900\/70:focus{
  color: rgb(8 10 19 / 0.7) !important;
}

.focus\:text-black-900\/75:focus{
  color: rgb(8 10 19 / 0.75) !important;
}

.focus\:text-black-900\/80:focus{
  color: rgb(8 10 19 / 0.8) !important;
}

.focus\:text-black-900\/85:focus{
  color: rgb(8 10 19 / 0.85) !important;
}

.focus\:text-black-900\/90:focus{
  color: rgb(8 10 19 / 0.9) !important;
}

.focus\:text-black-900\/95:focus{
  color: rgb(8 10 19 / 0.95) !important;
}

.focus\:text-blue-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(217 236 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-100\/0:focus{
  color: rgb(217 236 255 / 0) !important;
}

.focus\:text-blue-100\/10:focus{
  color: rgb(217 236 255 / 0.1) !important;
}

.focus\:text-blue-100\/100:focus{
  color: rgb(217 236 255 / 1) !important;
}

.focus\:text-blue-100\/15:focus{
  color: rgb(217 236 255 / 0.15) !important;
}

.focus\:text-blue-100\/20:focus{
  color: rgb(217 236 255 / 0.2) !important;
}

.focus\:text-blue-100\/25:focus{
  color: rgb(217 236 255 / 0.25) !important;
}

.focus\:text-blue-100\/30:focus{
  color: rgb(217 236 255 / 0.3) !important;
}

.focus\:text-blue-100\/35:focus{
  color: rgb(217 236 255 / 0.35) !important;
}

.focus\:text-blue-100\/40:focus{
  color: rgb(217 236 255 / 0.4) !important;
}

.focus\:text-blue-100\/45:focus{
  color: rgb(217 236 255 / 0.45) !important;
}

.focus\:text-blue-100\/5:focus{
  color: rgb(217 236 255 / 0.05) !important;
}

.focus\:text-blue-100\/50:focus{
  color: rgb(217 236 255 / 0.5) !important;
}

.focus\:text-blue-100\/55:focus{
  color: rgb(217 236 255 / 0.55) !important;
}

.focus\:text-blue-100\/60:focus{
  color: rgb(217 236 255 / 0.6) !important;
}

.focus\:text-blue-100\/65:focus{
  color: rgb(217 236 255 / 0.65) !important;
}

.focus\:text-blue-100\/70:focus{
  color: rgb(217 236 255 / 0.7) !important;
}

.focus\:text-blue-100\/75:focus{
  color: rgb(217 236 255 / 0.75) !important;
}

.focus\:text-blue-100\/80:focus{
  color: rgb(217 236 255 / 0.8) !important;
}

.focus\:text-blue-100\/85:focus{
  color: rgb(217 236 255 / 0.85) !important;
}

.focus\:text-blue-100\/90:focus{
  color: rgb(217 236 255 / 0.9) !important;
}

.focus\:text-blue-100\/95:focus{
  color: rgb(217 236 255 / 0.95) !important;
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(188 222 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-200\/0:focus{
  color: rgb(188 222 255 / 0) !important;
}

.focus\:text-blue-200\/10:focus{
  color: rgb(188 222 255 / 0.1) !important;
}

.focus\:text-blue-200\/100:focus{
  color: rgb(188 222 255 / 1) !important;
}

.focus\:text-blue-200\/15:focus{
  color: rgb(188 222 255 / 0.15) !important;
}

.focus\:text-blue-200\/20:focus{
  color: rgb(188 222 255 / 0.2) !important;
}

.focus\:text-blue-200\/25:focus{
  color: rgb(188 222 255 / 0.25) !important;
}

.focus\:text-blue-200\/30:focus{
  color: rgb(188 222 255 / 0.3) !important;
}

.focus\:text-blue-200\/35:focus{
  color: rgb(188 222 255 / 0.35) !important;
}

.focus\:text-blue-200\/40:focus{
  color: rgb(188 222 255 / 0.4) !important;
}

.focus\:text-blue-200\/45:focus{
  color: rgb(188 222 255 / 0.45) !important;
}

.focus\:text-blue-200\/5:focus{
  color: rgb(188 222 255 / 0.05) !important;
}

.focus\:text-blue-200\/50:focus{
  color: rgb(188 222 255 / 0.5) !important;
}

.focus\:text-blue-200\/55:focus{
  color: rgb(188 222 255 / 0.55) !important;
}

.focus\:text-blue-200\/60:focus{
  color: rgb(188 222 255 / 0.6) !important;
}

.focus\:text-blue-200\/65:focus{
  color: rgb(188 222 255 / 0.65) !important;
}

.focus\:text-blue-200\/70:focus{
  color: rgb(188 222 255 / 0.7) !important;
}

.focus\:text-blue-200\/75:focus{
  color: rgb(188 222 255 / 0.75) !important;
}

.focus\:text-blue-200\/80:focus{
  color: rgb(188 222 255 / 0.8) !important;
}

.focus\:text-blue-200\/85:focus{
  color: rgb(188 222 255 / 0.85) !important;
}

.focus\:text-blue-200\/90:focus{
  color: rgb(188 222 255 / 0.9) !important;
}

.focus\:text-blue-200\/95:focus{
  color: rgb(188 222 255 / 0.95) !important;
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(142 202 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-300\/0:focus{
  color: rgb(142 202 255 / 0) !important;
}

.focus\:text-blue-300\/10:focus{
  color: rgb(142 202 255 / 0.1) !important;
}

.focus\:text-blue-300\/100:focus{
  color: rgb(142 202 255 / 1) !important;
}

.focus\:text-blue-300\/15:focus{
  color: rgb(142 202 255 / 0.15) !important;
}

.focus\:text-blue-300\/20:focus{
  color: rgb(142 202 255 / 0.2) !important;
}

.focus\:text-blue-300\/25:focus{
  color: rgb(142 202 255 / 0.25) !important;
}

.focus\:text-blue-300\/30:focus{
  color: rgb(142 202 255 / 0.3) !important;
}

.focus\:text-blue-300\/35:focus{
  color: rgb(142 202 255 / 0.35) !important;
}

.focus\:text-blue-300\/40:focus{
  color: rgb(142 202 255 / 0.4) !important;
}

.focus\:text-blue-300\/45:focus{
  color: rgb(142 202 255 / 0.45) !important;
}

.focus\:text-blue-300\/5:focus{
  color: rgb(142 202 255 / 0.05) !important;
}

.focus\:text-blue-300\/50:focus{
  color: rgb(142 202 255 / 0.5) !important;
}

.focus\:text-blue-300\/55:focus{
  color: rgb(142 202 255 / 0.55) !important;
}

.focus\:text-blue-300\/60:focus{
  color: rgb(142 202 255 / 0.6) !important;
}

.focus\:text-blue-300\/65:focus{
  color: rgb(142 202 255 / 0.65) !important;
}

.focus\:text-blue-300\/70:focus{
  color: rgb(142 202 255 / 0.7) !important;
}

.focus\:text-blue-300\/75:focus{
  color: rgb(142 202 255 / 0.75) !important;
}

.focus\:text-blue-300\/80:focus{
  color: rgb(142 202 255 / 0.8) !important;
}

.focus\:text-blue-300\/85:focus{
  color: rgb(142 202 255 / 0.85) !important;
}

.focus\:text-blue-300\/90:focus{
  color: rgb(142 202 255 / 0.9) !important;
}

.focus\:text-blue-300\/95:focus{
  color: rgb(142 202 255 / 0.95) !important;
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(89 172 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-400\/0:focus{
  color: rgb(89 172 255 / 0) !important;
}

.focus\:text-blue-400\/10:focus{
  color: rgb(89 172 255 / 0.1) !important;
}

.focus\:text-blue-400\/100:focus{
  color: rgb(89 172 255 / 1) !important;
}

.focus\:text-blue-400\/15:focus{
  color: rgb(89 172 255 / 0.15) !important;
}

.focus\:text-blue-400\/20:focus{
  color: rgb(89 172 255 / 0.2) !important;
}

.focus\:text-blue-400\/25:focus{
  color: rgb(89 172 255 / 0.25) !important;
}

.focus\:text-blue-400\/30:focus{
  color: rgb(89 172 255 / 0.3) !important;
}

.focus\:text-blue-400\/35:focus{
  color: rgb(89 172 255 / 0.35) !important;
}

.focus\:text-blue-400\/40:focus{
  color: rgb(89 172 255 / 0.4) !important;
}

.focus\:text-blue-400\/45:focus{
  color: rgb(89 172 255 / 0.45) !important;
}

.focus\:text-blue-400\/5:focus{
  color: rgb(89 172 255 / 0.05) !important;
}

.focus\:text-blue-400\/50:focus{
  color: rgb(89 172 255 / 0.5) !important;
}

.focus\:text-blue-400\/55:focus{
  color: rgb(89 172 255 / 0.55) !important;
}

.focus\:text-blue-400\/60:focus{
  color: rgb(89 172 255 / 0.6) !important;
}

.focus\:text-blue-400\/65:focus{
  color: rgb(89 172 255 / 0.65) !important;
}

.focus\:text-blue-400\/70:focus{
  color: rgb(89 172 255 / 0.7) !important;
}

.focus\:text-blue-400\/75:focus{
  color: rgb(89 172 255 / 0.75) !important;
}

.focus\:text-blue-400\/80:focus{
  color: rgb(89 172 255 / 0.8) !important;
}

.focus\:text-blue-400\/85:focus{
  color: rgb(89 172 255 / 0.85) !important;
}

.focus\:text-blue-400\/90:focus{
  color: rgb(89 172 255 / 0.9) !important;
}

.focus\:text-blue-400\/95:focus{
  color: rgb(89 172 255 / 0.95) !important;
}

.focus\:text-blue-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(238 247 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-50\/0:focus{
  color: rgb(238 247 255 / 0) !important;
}

.focus\:text-blue-50\/10:focus{
  color: rgb(238 247 255 / 0.1) !important;
}

.focus\:text-blue-50\/100:focus{
  color: rgb(238 247 255 / 1) !important;
}

.focus\:text-blue-50\/15:focus{
  color: rgb(238 247 255 / 0.15) !important;
}

.focus\:text-blue-50\/20:focus{
  color: rgb(238 247 255 / 0.2) !important;
}

.focus\:text-blue-50\/25:focus{
  color: rgb(238 247 255 / 0.25) !important;
}

.focus\:text-blue-50\/30:focus{
  color: rgb(238 247 255 / 0.3) !important;
}

.focus\:text-blue-50\/35:focus{
  color: rgb(238 247 255 / 0.35) !important;
}

.focus\:text-blue-50\/40:focus{
  color: rgb(238 247 255 / 0.4) !important;
}

.focus\:text-blue-50\/45:focus{
  color: rgb(238 247 255 / 0.45) !important;
}

.focus\:text-blue-50\/5:focus{
  color: rgb(238 247 255 / 0.05) !important;
}

.focus\:text-blue-50\/50:focus{
  color: rgb(238 247 255 / 0.5) !important;
}

.focus\:text-blue-50\/55:focus{
  color: rgb(238 247 255 / 0.55) !important;
}

.focus\:text-blue-50\/60:focus{
  color: rgb(238 247 255 / 0.6) !important;
}

.focus\:text-blue-50\/65:focus{
  color: rgb(238 247 255 / 0.65) !important;
}

.focus\:text-blue-50\/70:focus{
  color: rgb(238 247 255 / 0.7) !important;
}

.focus\:text-blue-50\/75:focus{
  color: rgb(238 247 255 / 0.75) !important;
}

.focus\:text-blue-50\/80:focus{
  color: rgb(238 247 255 / 0.8) !important;
}

.focus\:text-blue-50\/85:focus{
  color: rgb(238 247 255 / 0.85) !important;
}

.focus\:text-blue-50\/90:focus{
  color: rgb(238 247 255 / 0.9) !important;
}

.focus\:text-blue-50\/95:focus{
  color: rgb(238 247 255 / 0.95) !important;
}

.focus\:text-blue-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(42 133 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-500\/0:focus{
  color: rgb(42 133 255 / 0) !important;
}

.focus\:text-blue-500\/10:focus{
  color: rgb(42 133 255 / 0.1) !important;
}

.focus\:text-blue-500\/100:focus{
  color: rgb(42 133 255 / 1) !important;
}

.focus\:text-blue-500\/15:focus{
  color: rgb(42 133 255 / 0.15) !important;
}

.focus\:text-blue-500\/20:focus{
  color: rgb(42 133 255 / 0.2) !important;
}

.focus\:text-blue-500\/25:focus{
  color: rgb(42 133 255 / 0.25) !important;
}

.focus\:text-blue-500\/30:focus{
  color: rgb(42 133 255 / 0.3) !important;
}

.focus\:text-blue-500\/35:focus{
  color: rgb(42 133 255 / 0.35) !important;
}

.focus\:text-blue-500\/40:focus{
  color: rgb(42 133 255 / 0.4) !important;
}

.focus\:text-blue-500\/45:focus{
  color: rgb(42 133 255 / 0.45) !important;
}

.focus\:text-blue-500\/5:focus{
  color: rgb(42 133 255 / 0.05) !important;
}

.focus\:text-blue-500\/50:focus{
  color: rgb(42 133 255 / 0.5) !important;
}

.focus\:text-blue-500\/55:focus{
  color: rgb(42 133 255 / 0.55) !important;
}

.focus\:text-blue-500\/60:focus{
  color: rgb(42 133 255 / 0.6) !important;
}

.focus\:text-blue-500\/65:focus{
  color: rgb(42 133 255 / 0.65) !important;
}

.focus\:text-blue-500\/70:focus{
  color: rgb(42 133 255 / 0.7) !important;
}

.focus\:text-blue-500\/75:focus{
  color: rgb(42 133 255 / 0.75) !important;
}

.focus\:text-blue-500\/80:focus{
  color: rgb(42 133 255 / 0.8) !important;
}

.focus\:text-blue-500\/85:focus{
  color: rgb(42 133 255 / 0.85) !important;
}

.focus\:text-blue-500\/90:focus{
  color: rgb(42 133 255 / 0.9) !important;
}

.focus\:text-blue-500\/95:focus{
  color: rgb(42 133 255 / 0.95) !important;
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(27 105 245 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-600\/0:focus{
  color: rgb(27 105 245 / 0) !important;
}

.focus\:text-blue-600\/10:focus{
  color: rgb(27 105 245 / 0.1) !important;
}

.focus\:text-blue-600\/100:focus{
  color: rgb(27 105 245 / 1) !important;
}

.focus\:text-blue-600\/15:focus{
  color: rgb(27 105 245 / 0.15) !important;
}

.focus\:text-blue-600\/20:focus{
  color: rgb(27 105 245 / 0.2) !important;
}

.focus\:text-blue-600\/25:focus{
  color: rgb(27 105 245 / 0.25) !important;
}

.focus\:text-blue-600\/30:focus{
  color: rgb(27 105 245 / 0.3) !important;
}

.focus\:text-blue-600\/35:focus{
  color: rgb(27 105 245 / 0.35) !important;
}

.focus\:text-blue-600\/40:focus{
  color: rgb(27 105 245 / 0.4) !important;
}

.focus\:text-blue-600\/45:focus{
  color: rgb(27 105 245 / 0.45) !important;
}

.focus\:text-blue-600\/5:focus{
  color: rgb(27 105 245 / 0.05) !important;
}

.focus\:text-blue-600\/50:focus{
  color: rgb(27 105 245 / 0.5) !important;
}

.focus\:text-blue-600\/55:focus{
  color: rgb(27 105 245 / 0.55) !important;
}

.focus\:text-blue-600\/60:focus{
  color: rgb(27 105 245 / 0.6) !important;
}

.focus\:text-blue-600\/65:focus{
  color: rgb(27 105 245 / 0.65) !important;
}

.focus\:text-blue-600\/70:focus{
  color: rgb(27 105 245 / 0.7) !important;
}

.focus\:text-blue-600\/75:focus{
  color: rgb(27 105 245 / 0.75) !important;
}

.focus\:text-blue-600\/80:focus{
  color: rgb(27 105 245 / 0.8) !important;
}

.focus\:text-blue-600\/85:focus{
  color: rgb(27 105 245 / 0.85) !important;
}

.focus\:text-blue-600\/90:focus{
  color: rgb(27 105 245 / 0.9) !important;
}

.focus\:text-blue-600\/95:focus{
  color: rgb(27 105 245 / 0.95) !important;
}

.focus\:text-blue-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(20 84 225 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-700\/0:focus{
  color: rgb(20 84 225 / 0) !important;
}

.focus\:text-blue-700\/10:focus{
  color: rgb(20 84 225 / 0.1) !important;
}

.focus\:text-blue-700\/100:focus{
  color: rgb(20 84 225 / 1) !important;
}

.focus\:text-blue-700\/15:focus{
  color: rgb(20 84 225 / 0.15) !important;
}

.focus\:text-blue-700\/20:focus{
  color: rgb(20 84 225 / 0.2) !important;
}

.focus\:text-blue-700\/25:focus{
  color: rgb(20 84 225 / 0.25) !important;
}

.focus\:text-blue-700\/30:focus{
  color: rgb(20 84 225 / 0.3) !important;
}

.focus\:text-blue-700\/35:focus{
  color: rgb(20 84 225 / 0.35) !important;
}

.focus\:text-blue-700\/40:focus{
  color: rgb(20 84 225 / 0.4) !important;
}

.focus\:text-blue-700\/45:focus{
  color: rgb(20 84 225 / 0.45) !important;
}

.focus\:text-blue-700\/5:focus{
  color: rgb(20 84 225 / 0.05) !important;
}

.focus\:text-blue-700\/50:focus{
  color: rgb(20 84 225 / 0.5) !important;
}

.focus\:text-blue-700\/55:focus{
  color: rgb(20 84 225 / 0.55) !important;
}

.focus\:text-blue-700\/60:focus{
  color: rgb(20 84 225 / 0.6) !important;
}

.focus\:text-blue-700\/65:focus{
  color: rgb(20 84 225 / 0.65) !important;
}

.focus\:text-blue-700\/70:focus{
  color: rgb(20 84 225 / 0.7) !important;
}

.focus\:text-blue-700\/75:focus{
  color: rgb(20 84 225 / 0.75) !important;
}

.focus\:text-blue-700\/80:focus{
  color: rgb(20 84 225 / 0.8) !important;
}

.focus\:text-blue-700\/85:focus{
  color: rgb(20 84 225 / 0.85) !important;
}

.focus\:text-blue-700\/90:focus{
  color: rgb(20 84 225 / 0.9) !important;
}

.focus\:text-blue-700\/95:focus{
  color: rgb(20 84 225 / 0.95) !important;
}

.focus\:text-blue-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(23 68 182 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-800\/0:focus{
  color: rgb(23 68 182 / 0) !important;
}

.focus\:text-blue-800\/10:focus{
  color: rgb(23 68 182 / 0.1) !important;
}

.focus\:text-blue-800\/100:focus{
  color: rgb(23 68 182 / 1) !important;
}

.focus\:text-blue-800\/15:focus{
  color: rgb(23 68 182 / 0.15) !important;
}

.focus\:text-blue-800\/20:focus{
  color: rgb(23 68 182 / 0.2) !important;
}

.focus\:text-blue-800\/25:focus{
  color: rgb(23 68 182 / 0.25) !important;
}

.focus\:text-blue-800\/30:focus{
  color: rgb(23 68 182 / 0.3) !important;
}

.focus\:text-blue-800\/35:focus{
  color: rgb(23 68 182 / 0.35) !important;
}

.focus\:text-blue-800\/40:focus{
  color: rgb(23 68 182 / 0.4) !important;
}

.focus\:text-blue-800\/45:focus{
  color: rgb(23 68 182 / 0.45) !important;
}

.focus\:text-blue-800\/5:focus{
  color: rgb(23 68 182 / 0.05) !important;
}

.focus\:text-blue-800\/50:focus{
  color: rgb(23 68 182 / 0.5) !important;
}

.focus\:text-blue-800\/55:focus{
  color: rgb(23 68 182 / 0.55) !important;
}

.focus\:text-blue-800\/60:focus{
  color: rgb(23 68 182 / 0.6) !important;
}

.focus\:text-blue-800\/65:focus{
  color: rgb(23 68 182 / 0.65) !important;
}

.focus\:text-blue-800\/70:focus{
  color: rgb(23 68 182 / 0.7) !important;
}

.focus\:text-blue-800\/75:focus{
  color: rgb(23 68 182 / 0.75) !important;
}

.focus\:text-blue-800\/80:focus{
  color: rgb(23 68 182 / 0.8) !important;
}

.focus\:text-blue-800\/85:focus{
  color: rgb(23 68 182 / 0.85) !important;
}

.focus\:text-blue-800\/90:focus{
  color: rgb(23 68 182 / 0.9) !important;
}

.focus\:text-blue-800\/95:focus{
  color: rgb(23 68 182 / 0.95) !important;
}

.focus\:text-blue-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(25 61 143 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-900\/0:focus{
  color: rgb(25 61 143 / 0) !important;
}

.focus\:text-blue-900\/10:focus{
  color: rgb(25 61 143 / 0.1) !important;
}

.focus\:text-blue-900\/100:focus{
  color: rgb(25 61 143 / 1) !important;
}

.focus\:text-blue-900\/15:focus{
  color: rgb(25 61 143 / 0.15) !important;
}

.focus\:text-blue-900\/20:focus{
  color: rgb(25 61 143 / 0.2) !important;
}

.focus\:text-blue-900\/25:focus{
  color: rgb(25 61 143 / 0.25) !important;
}

.focus\:text-blue-900\/30:focus{
  color: rgb(25 61 143 / 0.3) !important;
}

.focus\:text-blue-900\/35:focus{
  color: rgb(25 61 143 / 0.35) !important;
}

.focus\:text-blue-900\/40:focus{
  color: rgb(25 61 143 / 0.4) !important;
}

.focus\:text-blue-900\/45:focus{
  color: rgb(25 61 143 / 0.45) !important;
}

.focus\:text-blue-900\/5:focus{
  color: rgb(25 61 143 / 0.05) !important;
}

.focus\:text-blue-900\/50:focus{
  color: rgb(25 61 143 / 0.5) !important;
}

.focus\:text-blue-900\/55:focus{
  color: rgb(25 61 143 / 0.55) !important;
}

.focus\:text-blue-900\/60:focus{
  color: rgb(25 61 143 / 0.6) !important;
}

.focus\:text-blue-900\/65:focus{
  color: rgb(25 61 143 / 0.65) !important;
}

.focus\:text-blue-900\/70:focus{
  color: rgb(25 61 143 / 0.7) !important;
}

.focus\:text-blue-900\/75:focus{
  color: rgb(25 61 143 / 0.75) !important;
}

.focus\:text-blue-900\/80:focus{
  color: rgb(25 61 143 / 0.8) !important;
}

.focus\:text-blue-900\/85:focus{
  color: rgb(25 61 143 / 0.85) !important;
}

.focus\:text-blue-900\/90:focus{
  color: rgb(25 61 143 / 0.9) !important;
}

.focus\:text-blue-900\/95:focus{
  color: rgb(25 61 143 / 0.95) !important;
}

.focus\:text-blue-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(20 38 87 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-blue-950\/0:focus{
  color: rgb(20 38 87 / 0) !important;
}

.focus\:text-blue-950\/10:focus{
  color: rgb(20 38 87 / 0.1) !important;
}

.focus\:text-blue-950\/100:focus{
  color: rgb(20 38 87 / 1) !important;
}

.focus\:text-blue-950\/15:focus{
  color: rgb(20 38 87 / 0.15) !important;
}

.focus\:text-blue-950\/20:focus{
  color: rgb(20 38 87 / 0.2) !important;
}

.focus\:text-blue-950\/25:focus{
  color: rgb(20 38 87 / 0.25) !important;
}

.focus\:text-blue-950\/30:focus{
  color: rgb(20 38 87 / 0.3) !important;
}

.focus\:text-blue-950\/35:focus{
  color: rgb(20 38 87 / 0.35) !important;
}

.focus\:text-blue-950\/40:focus{
  color: rgb(20 38 87 / 0.4) !important;
}

.focus\:text-blue-950\/45:focus{
  color: rgb(20 38 87 / 0.45) !important;
}

.focus\:text-blue-950\/5:focus{
  color: rgb(20 38 87 / 0.05) !important;
}

.focus\:text-blue-950\/50:focus{
  color: rgb(20 38 87 / 0.5) !important;
}

.focus\:text-blue-950\/55:focus{
  color: rgb(20 38 87 / 0.55) !important;
}

.focus\:text-blue-950\/60:focus{
  color: rgb(20 38 87 / 0.6) !important;
}

.focus\:text-blue-950\/65:focus{
  color: rgb(20 38 87 / 0.65) !important;
}

.focus\:text-blue-950\/70:focus{
  color: rgb(20 38 87 / 0.7) !important;
}

.focus\:text-blue-950\/75:focus{
  color: rgb(20 38 87 / 0.75) !important;
}

.focus\:text-blue-950\/80:focus{
  color: rgb(20 38 87 / 0.8) !important;
}

.focus\:text-blue-950\/85:focus{
  color: rgb(20 38 87 / 0.85) !important;
}

.focus\:text-blue-950\/90:focus{
  color: rgb(20 38 87 / 0.9) !important;
}

.focus\:text-blue-950\/95:focus{
  color: rgb(20 38 87 / 0.95) !important;
}

.focus\:text-cyan-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(187 229 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-100\/0:focus{
  color: rgb(187 229 255 / 0) !important;
}

.focus\:text-cyan-100\/10:focus{
  color: rgb(187 229 255 / 0.1) !important;
}

.focus\:text-cyan-100\/100:focus{
  color: rgb(187 229 255 / 1) !important;
}

.focus\:text-cyan-100\/15:focus{
  color: rgb(187 229 255 / 0.15) !important;
}

.focus\:text-cyan-100\/20:focus{
  color: rgb(187 229 255 / 0.2) !important;
}

.focus\:text-cyan-100\/25:focus{
  color: rgb(187 229 255 / 0.25) !important;
}

.focus\:text-cyan-100\/30:focus{
  color: rgb(187 229 255 / 0.3) !important;
}

.focus\:text-cyan-100\/35:focus{
  color: rgb(187 229 255 / 0.35) !important;
}

.focus\:text-cyan-100\/40:focus{
  color: rgb(187 229 255 / 0.4) !important;
}

.focus\:text-cyan-100\/45:focus{
  color: rgb(187 229 255 / 0.45) !important;
}

.focus\:text-cyan-100\/5:focus{
  color: rgb(187 229 255 / 0.05) !important;
}

.focus\:text-cyan-100\/50:focus{
  color: rgb(187 229 255 / 0.5) !important;
}

.focus\:text-cyan-100\/55:focus{
  color: rgb(187 229 255 / 0.55) !important;
}

.focus\:text-cyan-100\/60:focus{
  color: rgb(187 229 255 / 0.6) !important;
}

.focus\:text-cyan-100\/65:focus{
  color: rgb(187 229 255 / 0.65) !important;
}

.focus\:text-cyan-100\/70:focus{
  color: rgb(187 229 255 / 0.7) !important;
}

.focus\:text-cyan-100\/75:focus{
  color: rgb(187 229 255 / 0.75) !important;
}

.focus\:text-cyan-100\/80:focus{
  color: rgb(187 229 255 / 0.8) !important;
}

.focus\:text-cyan-100\/85:focus{
  color: rgb(187 229 255 / 0.85) !important;
}

.focus\:text-cyan-100\/90:focus{
  color: rgb(187 229 255 / 0.9) !important;
}

.focus\:text-cyan-100\/95:focus{
  color: rgb(187 229 255 / 0.95) !important;
}

.focus\:text-cyan-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(142 211 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-200\/0:focus{
  color: rgb(142 211 255 / 0) !important;
}

.focus\:text-cyan-200\/10:focus{
  color: rgb(142 211 255 / 0.1) !important;
}

.focus\:text-cyan-200\/100:focus{
  color: rgb(142 211 255 / 1) !important;
}

.focus\:text-cyan-200\/15:focus{
  color: rgb(142 211 255 / 0.15) !important;
}

.focus\:text-cyan-200\/20:focus{
  color: rgb(142 211 255 / 0.2) !important;
}

.focus\:text-cyan-200\/25:focus{
  color: rgb(142 211 255 / 0.25) !important;
}

.focus\:text-cyan-200\/30:focus{
  color: rgb(142 211 255 / 0.3) !important;
}

.focus\:text-cyan-200\/35:focus{
  color: rgb(142 211 255 / 0.35) !important;
}

.focus\:text-cyan-200\/40:focus{
  color: rgb(142 211 255 / 0.4) !important;
}

.focus\:text-cyan-200\/45:focus{
  color: rgb(142 211 255 / 0.45) !important;
}

.focus\:text-cyan-200\/5:focus{
  color: rgb(142 211 255 / 0.05) !important;
}

.focus\:text-cyan-200\/50:focus{
  color: rgb(142 211 255 / 0.5) !important;
}

.focus\:text-cyan-200\/55:focus{
  color: rgb(142 211 255 / 0.55) !important;
}

.focus\:text-cyan-200\/60:focus{
  color: rgb(142 211 255 / 0.6) !important;
}

.focus\:text-cyan-200\/65:focus{
  color: rgb(142 211 255 / 0.65) !important;
}

.focus\:text-cyan-200\/70:focus{
  color: rgb(142 211 255 / 0.7) !important;
}

.focus\:text-cyan-200\/75:focus{
  color: rgb(142 211 255 / 0.75) !important;
}

.focus\:text-cyan-200\/80:focus{
  color: rgb(142 211 255 / 0.8) !important;
}

.focus\:text-cyan-200\/85:focus{
  color: rgb(142 211 255 / 0.85) !important;
}

.focus\:text-cyan-200\/90:focus{
  color: rgb(142 211 255 / 0.9) !important;
}

.focus\:text-cyan-200\/95:focus{
  color: rgb(142 211 255 / 0.95) !important;
}

.focus\:text-cyan-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(97 193 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-300\/0:focus{
  color: rgb(97 193 255 / 0) !important;
}

.focus\:text-cyan-300\/10:focus{
  color: rgb(97 193 255 / 0.1) !important;
}

.focus\:text-cyan-300\/100:focus{
  color: rgb(97 193 255 / 1) !important;
}

.focus\:text-cyan-300\/15:focus{
  color: rgb(97 193 255 / 0.15) !important;
}

.focus\:text-cyan-300\/20:focus{
  color: rgb(97 193 255 / 0.2) !important;
}

.focus\:text-cyan-300\/25:focus{
  color: rgb(97 193 255 / 0.25) !important;
}

.focus\:text-cyan-300\/30:focus{
  color: rgb(97 193 255 / 0.3) !important;
}

.focus\:text-cyan-300\/35:focus{
  color: rgb(97 193 255 / 0.35) !important;
}

.focus\:text-cyan-300\/40:focus{
  color: rgb(97 193 255 / 0.4) !important;
}

.focus\:text-cyan-300\/45:focus{
  color: rgb(97 193 255 / 0.45) !important;
}

.focus\:text-cyan-300\/5:focus{
  color: rgb(97 193 255 / 0.05) !important;
}

.focus\:text-cyan-300\/50:focus{
  color: rgb(97 193 255 / 0.5) !important;
}

.focus\:text-cyan-300\/55:focus{
  color: rgb(97 193 255 / 0.55) !important;
}

.focus\:text-cyan-300\/60:focus{
  color: rgb(97 193 255 / 0.6) !important;
}

.focus\:text-cyan-300\/65:focus{
  color: rgb(97 193 255 / 0.65) !important;
}

.focus\:text-cyan-300\/70:focus{
  color: rgb(97 193 255 / 0.7) !important;
}

.focus\:text-cyan-300\/75:focus{
  color: rgb(97 193 255 / 0.75) !important;
}

.focus\:text-cyan-300\/80:focus{
  color: rgb(97 193 255 / 0.8) !important;
}

.focus\:text-cyan-300\/85:focus{
  color: rgb(97 193 255 / 0.85) !important;
}

.focus\:text-cyan-300\/90:focus{
  color: rgb(97 193 255 / 0.9) !important;
}

.focus\:text-cyan-300\/95:focus{
  color: rgb(97 193 255 / 0.95) !important;
}

.focus\:text-cyan-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(63 180 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-400\/0:focus{
  color: rgb(63 180 255 / 0) !important;
}

.focus\:text-cyan-400\/10:focus{
  color: rgb(63 180 255 / 0.1) !important;
}

.focus\:text-cyan-400\/100:focus{
  color: rgb(63 180 255 / 1) !important;
}

.focus\:text-cyan-400\/15:focus{
  color: rgb(63 180 255 / 0.15) !important;
}

.focus\:text-cyan-400\/20:focus{
  color: rgb(63 180 255 / 0.2) !important;
}

.focus\:text-cyan-400\/25:focus{
  color: rgb(63 180 255 / 0.25) !important;
}

.focus\:text-cyan-400\/30:focus{
  color: rgb(63 180 255 / 0.3) !important;
}

.focus\:text-cyan-400\/35:focus{
  color: rgb(63 180 255 / 0.35) !important;
}

.focus\:text-cyan-400\/40:focus{
  color: rgb(63 180 255 / 0.4) !important;
}

.focus\:text-cyan-400\/45:focus{
  color: rgb(63 180 255 / 0.45) !important;
}

.focus\:text-cyan-400\/5:focus{
  color: rgb(63 180 255 / 0.05) !important;
}

.focus\:text-cyan-400\/50:focus{
  color: rgb(63 180 255 / 0.5) !important;
}

.focus\:text-cyan-400\/55:focus{
  color: rgb(63 180 255 / 0.55) !important;
}

.focus\:text-cyan-400\/60:focus{
  color: rgb(63 180 255 / 0.6) !important;
}

.focus\:text-cyan-400\/65:focus{
  color: rgb(63 180 255 / 0.65) !important;
}

.focus\:text-cyan-400\/70:focus{
  color: rgb(63 180 255 / 0.7) !important;
}

.focus\:text-cyan-400\/75:focus{
  color: rgb(63 180 255 / 0.75) !important;
}

.focus\:text-cyan-400\/80:focus{
  color: rgb(63 180 255 / 0.8) !important;
}

.focus\:text-cyan-400\/85:focus{
  color: rgb(63 180 255 / 0.85) !important;
}

.focus\:text-cyan-400\/90:focus{
  color: rgb(63 180 255 / 0.9) !important;
}

.focus\:text-cyan-400\/95:focus{
  color: rgb(63 180 255 / 0.95) !important;
}

.focus\:text-cyan-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(228 244 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-50\/0:focus{
  color: rgb(228 244 255 / 0) !important;
}

.focus\:text-cyan-50\/10:focus{
  color: rgb(228 244 255 / 0.1) !important;
}

.focus\:text-cyan-50\/100:focus{
  color: rgb(228 244 255 / 1) !important;
}

.focus\:text-cyan-50\/15:focus{
  color: rgb(228 244 255 / 0.15) !important;
}

.focus\:text-cyan-50\/20:focus{
  color: rgb(228 244 255 / 0.2) !important;
}

.focus\:text-cyan-50\/25:focus{
  color: rgb(228 244 255 / 0.25) !important;
}

.focus\:text-cyan-50\/30:focus{
  color: rgb(228 244 255 / 0.3) !important;
}

.focus\:text-cyan-50\/35:focus{
  color: rgb(228 244 255 / 0.35) !important;
}

.focus\:text-cyan-50\/40:focus{
  color: rgb(228 244 255 / 0.4) !important;
}

.focus\:text-cyan-50\/45:focus{
  color: rgb(228 244 255 / 0.45) !important;
}

.focus\:text-cyan-50\/5:focus{
  color: rgb(228 244 255 / 0.05) !important;
}

.focus\:text-cyan-50\/50:focus{
  color: rgb(228 244 255 / 0.5) !important;
}

.focus\:text-cyan-50\/55:focus{
  color: rgb(228 244 255 / 0.55) !important;
}

.focus\:text-cyan-50\/60:focus{
  color: rgb(228 244 255 / 0.6) !important;
}

.focus\:text-cyan-50\/65:focus{
  color: rgb(228 244 255 / 0.65) !important;
}

.focus\:text-cyan-50\/70:focus{
  color: rgb(228 244 255 / 0.7) !important;
}

.focus\:text-cyan-50\/75:focus{
  color: rgb(228 244 255 / 0.75) !important;
}

.focus\:text-cyan-50\/80:focus{
  color: rgb(228 244 255 / 0.8) !important;
}

.focus\:text-cyan-50\/85:focus{
  color: rgb(228 244 255 / 0.85) !important;
}

.focus\:text-cyan-50\/90:focus{
  color: rgb(228 244 255 / 0.9) !important;
}

.focus\:text-cyan-50\/95:focus{
  color: rgb(228 244 255 / 0.95) !important;
}

.focus\:text-cyan-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(29 167 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-500\/0:focus{
  color: rgb(29 167 255 / 0) !important;
}

.focus\:text-cyan-500\/10:focus{
  color: rgb(29 167 255 / 0.1) !important;
}

.focus\:text-cyan-500\/100:focus{
  color: rgb(29 167 255 / 1) !important;
}

.focus\:text-cyan-500\/15:focus{
  color: rgb(29 167 255 / 0.15) !important;
}

.focus\:text-cyan-500\/20:focus{
  color: rgb(29 167 255 / 0.2) !important;
}

.focus\:text-cyan-500\/25:focus{
  color: rgb(29 167 255 / 0.25) !important;
}

.focus\:text-cyan-500\/30:focus{
  color: rgb(29 167 255 / 0.3) !important;
}

.focus\:text-cyan-500\/35:focus{
  color: rgb(29 167 255 / 0.35) !important;
}

.focus\:text-cyan-500\/40:focus{
  color: rgb(29 167 255 / 0.4) !important;
}

.focus\:text-cyan-500\/45:focus{
  color: rgb(29 167 255 / 0.45) !important;
}

.focus\:text-cyan-500\/5:focus{
  color: rgb(29 167 255 / 0.05) !important;
}

.focus\:text-cyan-500\/50:focus{
  color: rgb(29 167 255 / 0.5) !important;
}

.focus\:text-cyan-500\/55:focus{
  color: rgb(29 167 255 / 0.55) !important;
}

.focus\:text-cyan-500\/60:focus{
  color: rgb(29 167 255 / 0.6) !important;
}

.focus\:text-cyan-500\/65:focus{
  color: rgb(29 167 255 / 0.65) !important;
}

.focus\:text-cyan-500\/70:focus{
  color: rgb(29 167 255 / 0.7) !important;
}

.focus\:text-cyan-500\/75:focus{
  color: rgb(29 167 255 / 0.75) !important;
}

.focus\:text-cyan-500\/80:focus{
  color: rgb(29 167 255 / 0.8) !important;
}

.focus\:text-cyan-500\/85:focus{
  color: rgb(29 167 255 / 0.85) !important;
}

.focus\:text-cyan-500\/90:focus{
  color: rgb(29 167 255 / 0.9) !important;
}

.focus\:text-cyan-500\/95:focus{
  color: rgb(29 167 255 / 0.95) !important;
}

.focus\:text-cyan-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(26 159 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-600\/0:focus{
  color: rgb(26 159 255 / 0) !important;
}

.focus\:text-cyan-600\/10:focus{
  color: rgb(26 159 255 / 0.1) !important;
}

.focus\:text-cyan-600\/100:focus{
  color: rgb(26 159 255 / 1) !important;
}

.focus\:text-cyan-600\/15:focus{
  color: rgb(26 159 255 / 0.15) !important;
}

.focus\:text-cyan-600\/20:focus{
  color: rgb(26 159 255 / 0.2) !important;
}

.focus\:text-cyan-600\/25:focus{
  color: rgb(26 159 255 / 0.25) !important;
}

.focus\:text-cyan-600\/30:focus{
  color: rgb(26 159 255 / 0.3) !important;
}

.focus\:text-cyan-600\/35:focus{
  color: rgb(26 159 255 / 0.35) !important;
}

.focus\:text-cyan-600\/40:focus{
  color: rgb(26 159 255 / 0.4) !important;
}

.focus\:text-cyan-600\/45:focus{
  color: rgb(26 159 255 / 0.45) !important;
}

.focus\:text-cyan-600\/5:focus{
  color: rgb(26 159 255 / 0.05) !important;
}

.focus\:text-cyan-600\/50:focus{
  color: rgb(26 159 255 / 0.5) !important;
}

.focus\:text-cyan-600\/55:focus{
  color: rgb(26 159 255 / 0.55) !important;
}

.focus\:text-cyan-600\/60:focus{
  color: rgb(26 159 255 / 0.6) !important;
}

.focus\:text-cyan-600\/65:focus{
  color: rgb(26 159 255 / 0.65) !important;
}

.focus\:text-cyan-600\/70:focus{
  color: rgb(26 159 255 / 0.7) !important;
}

.focus\:text-cyan-600\/75:focus{
  color: rgb(26 159 255 / 0.75) !important;
}

.focus\:text-cyan-600\/80:focus{
  color: rgb(26 159 255 / 0.8) !important;
}

.focus\:text-cyan-600\/85:focus{
  color: rgb(26 159 255 / 0.85) !important;
}

.focus\:text-cyan-600\/90:focus{
  color: rgb(26 159 255 / 0.9) !important;
}

.focus\:text-cyan-600\/95:focus{
  color: rgb(26 159 255 / 0.95) !important;
}

.focus\:text-cyan-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(21 150 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-700\/0:focus{
  color: rgb(21 150 255 / 0) !important;
}

.focus\:text-cyan-700\/10:focus{
  color: rgb(21 150 255 / 0.1) !important;
}

.focus\:text-cyan-700\/100:focus{
  color: rgb(21 150 255 / 1) !important;
}

.focus\:text-cyan-700\/15:focus{
  color: rgb(21 150 255 / 0.15) !important;
}

.focus\:text-cyan-700\/20:focus{
  color: rgb(21 150 255 / 0.2) !important;
}

.focus\:text-cyan-700\/25:focus{
  color: rgb(21 150 255 / 0.25) !important;
}

.focus\:text-cyan-700\/30:focus{
  color: rgb(21 150 255 / 0.3) !important;
}

.focus\:text-cyan-700\/35:focus{
  color: rgb(21 150 255 / 0.35) !important;
}

.focus\:text-cyan-700\/40:focus{
  color: rgb(21 150 255 / 0.4) !important;
}

.focus\:text-cyan-700\/45:focus{
  color: rgb(21 150 255 / 0.45) !important;
}

.focus\:text-cyan-700\/5:focus{
  color: rgb(21 150 255 / 0.05) !important;
}

.focus\:text-cyan-700\/50:focus{
  color: rgb(21 150 255 / 0.5) !important;
}

.focus\:text-cyan-700\/55:focus{
  color: rgb(21 150 255 / 0.55) !important;
}

.focus\:text-cyan-700\/60:focus{
  color: rgb(21 150 255 / 0.6) !important;
}

.focus\:text-cyan-700\/65:focus{
  color: rgb(21 150 255 / 0.65) !important;
}

.focus\:text-cyan-700\/70:focus{
  color: rgb(21 150 255 / 0.7) !important;
}

.focus\:text-cyan-700\/75:focus{
  color: rgb(21 150 255 / 0.75) !important;
}

.focus\:text-cyan-700\/80:focus{
  color: rgb(21 150 255 / 0.8) !important;
}

.focus\:text-cyan-700\/85:focus{
  color: rgb(21 150 255 / 0.85) !important;
}

.focus\:text-cyan-700\/90:focus{
  color: rgb(21 150 255 / 0.9) !important;
}

.focus\:text-cyan-700\/95:focus{
  color: rgb(21 150 255 / 0.95) !important;
}

.focus\:text-cyan-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(17 140 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-800\/0:focus{
  color: rgb(17 140 255 / 0) !important;
}

.focus\:text-cyan-800\/10:focus{
  color: rgb(17 140 255 / 0.1) !important;
}

.focus\:text-cyan-800\/100:focus{
  color: rgb(17 140 255 / 1) !important;
}

.focus\:text-cyan-800\/15:focus{
  color: rgb(17 140 255 / 0.15) !important;
}

.focus\:text-cyan-800\/20:focus{
  color: rgb(17 140 255 / 0.2) !important;
}

.focus\:text-cyan-800\/25:focus{
  color: rgb(17 140 255 / 0.25) !important;
}

.focus\:text-cyan-800\/30:focus{
  color: rgb(17 140 255 / 0.3) !important;
}

.focus\:text-cyan-800\/35:focus{
  color: rgb(17 140 255 / 0.35) !important;
}

.focus\:text-cyan-800\/40:focus{
  color: rgb(17 140 255 / 0.4) !important;
}

.focus\:text-cyan-800\/45:focus{
  color: rgb(17 140 255 / 0.45) !important;
}

.focus\:text-cyan-800\/5:focus{
  color: rgb(17 140 255 / 0.05) !important;
}

.focus\:text-cyan-800\/50:focus{
  color: rgb(17 140 255 / 0.5) !important;
}

.focus\:text-cyan-800\/55:focus{
  color: rgb(17 140 255 / 0.55) !important;
}

.focus\:text-cyan-800\/60:focus{
  color: rgb(17 140 255 / 0.6) !important;
}

.focus\:text-cyan-800\/65:focus{
  color: rgb(17 140 255 / 0.65) !important;
}

.focus\:text-cyan-800\/70:focus{
  color: rgb(17 140 255 / 0.7) !important;
}

.focus\:text-cyan-800\/75:focus{
  color: rgb(17 140 255 / 0.75) !important;
}

.focus\:text-cyan-800\/80:focus{
  color: rgb(17 140 255 / 0.8) !important;
}

.focus\:text-cyan-800\/85:focus{
  color: rgb(17 140 255 / 0.85) !important;
}

.focus\:text-cyan-800\/90:focus{
  color: rgb(17 140 255 / 0.9) !important;
}

.focus\:text-cyan-800\/95:focus{
  color: rgb(17 140 255 / 0.95) !important;
}

.focus\:text-cyan-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(10 124 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-900\/0:focus{
  color: rgb(10 124 255 / 0) !important;
}

.focus\:text-cyan-900\/10:focus{
  color: rgb(10 124 255 / 0.1) !important;
}

.focus\:text-cyan-900\/100:focus{
  color: rgb(10 124 255 / 1) !important;
}

.focus\:text-cyan-900\/15:focus{
  color: rgb(10 124 255 / 0.15) !important;
}

.focus\:text-cyan-900\/20:focus{
  color: rgb(10 124 255 / 0.2) !important;
}

.focus\:text-cyan-900\/25:focus{
  color: rgb(10 124 255 / 0.25) !important;
}

.focus\:text-cyan-900\/30:focus{
  color: rgb(10 124 255 / 0.3) !important;
}

.focus\:text-cyan-900\/35:focus{
  color: rgb(10 124 255 / 0.35) !important;
}

.focus\:text-cyan-900\/40:focus{
  color: rgb(10 124 255 / 0.4) !important;
}

.focus\:text-cyan-900\/45:focus{
  color: rgb(10 124 255 / 0.45) !important;
}

.focus\:text-cyan-900\/5:focus{
  color: rgb(10 124 255 / 0.05) !important;
}

.focus\:text-cyan-900\/50:focus{
  color: rgb(10 124 255 / 0.5) !important;
}

.focus\:text-cyan-900\/55:focus{
  color: rgb(10 124 255 / 0.55) !important;
}

.focus\:text-cyan-900\/60:focus{
  color: rgb(10 124 255 / 0.6) !important;
}

.focus\:text-cyan-900\/65:focus{
  color: rgb(10 124 255 / 0.65) !important;
}

.focus\:text-cyan-900\/70:focus{
  color: rgb(10 124 255 / 0.7) !important;
}

.focus\:text-cyan-900\/75:focus{
  color: rgb(10 124 255 / 0.75) !important;
}

.focus\:text-cyan-900\/80:focus{
  color: rgb(10 124 255 / 0.8) !important;
}

.focus\:text-cyan-900\/85:focus{
  color: rgb(10 124 255 / 0.85) !important;
}

.focus\:text-cyan-900\/90:focus{
  color: rgb(10 124 255 / 0.9) !important;
}

.focus\:text-cyan-900\/95:focus{
  color: rgb(10 124 255 / 0.95) !important;
}

.focus\:text-cyan-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-cyan-950\/0:focus{
  color: rgb(8 51 68 / 0) !important;
}

.focus\:text-cyan-950\/10:focus{
  color: rgb(8 51 68 / 0.1) !important;
}

.focus\:text-cyan-950\/100:focus{
  color: rgb(8 51 68 / 1) !important;
}

.focus\:text-cyan-950\/15:focus{
  color: rgb(8 51 68 / 0.15) !important;
}

.focus\:text-cyan-950\/20:focus{
  color: rgb(8 51 68 / 0.2) !important;
}

.focus\:text-cyan-950\/25:focus{
  color: rgb(8 51 68 / 0.25) !important;
}

.focus\:text-cyan-950\/30:focus{
  color: rgb(8 51 68 / 0.3) !important;
}

.focus\:text-cyan-950\/35:focus{
  color: rgb(8 51 68 / 0.35) !important;
}

.focus\:text-cyan-950\/40:focus{
  color: rgb(8 51 68 / 0.4) !important;
}

.focus\:text-cyan-950\/45:focus{
  color: rgb(8 51 68 / 0.45) !important;
}

.focus\:text-cyan-950\/5:focus{
  color: rgb(8 51 68 / 0.05) !important;
}

.focus\:text-cyan-950\/50:focus{
  color: rgb(8 51 68 / 0.5) !important;
}

.focus\:text-cyan-950\/55:focus{
  color: rgb(8 51 68 / 0.55) !important;
}

.focus\:text-cyan-950\/60:focus{
  color: rgb(8 51 68 / 0.6) !important;
}

.focus\:text-cyan-950\/65:focus{
  color: rgb(8 51 68 / 0.65) !important;
}

.focus\:text-cyan-950\/70:focus{
  color: rgb(8 51 68 / 0.7) !important;
}

.focus\:text-cyan-950\/75:focus{
  color: rgb(8 51 68 / 0.75) !important;
}

.focus\:text-cyan-950\/80:focus{
  color: rgb(8 51 68 / 0.8) !important;
}

.focus\:text-cyan-950\/85:focus{
  color: rgb(8 51 68 / 0.85) !important;
}

.focus\:text-cyan-950\/90:focus{
  color: rgb(8 51 68 / 0.9) !important;
}

.focus\:text-cyan-950\/95:focus{
  color: rgb(8 51 68 / 0.95) !important;
}

.focus\:text-darkgrey-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 241 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-100\/0:focus{
  color: rgb(229 229 241 / 0) !important;
}

.focus\:text-darkgrey-100\/10:focus{
  color: rgb(229 229 241 / 0.1) !important;
}

.focus\:text-darkgrey-100\/100:focus{
  color: rgb(229 229 241 / 1) !important;
}

.focus\:text-darkgrey-100\/15:focus{
  color: rgb(229 229 241 / 0.15) !important;
}

.focus\:text-darkgrey-100\/20:focus{
  color: rgb(229 229 241 / 0.2) !important;
}

.focus\:text-darkgrey-100\/25:focus{
  color: rgb(229 229 241 / 0.25) !important;
}

.focus\:text-darkgrey-100\/30:focus{
  color: rgb(229 229 241 / 0.3) !important;
}

.focus\:text-darkgrey-100\/35:focus{
  color: rgb(229 229 241 / 0.35) !important;
}

.focus\:text-darkgrey-100\/40:focus{
  color: rgb(229 229 241 / 0.4) !important;
}

.focus\:text-darkgrey-100\/45:focus{
  color: rgb(229 229 241 / 0.45) !important;
}

.focus\:text-darkgrey-100\/5:focus{
  color: rgb(229 229 241 / 0.05) !important;
}

.focus\:text-darkgrey-100\/50:focus{
  color: rgb(229 229 241 / 0.5) !important;
}

.focus\:text-darkgrey-100\/55:focus{
  color: rgb(229 229 241 / 0.55) !important;
}

.focus\:text-darkgrey-100\/60:focus{
  color: rgb(229 229 241 / 0.6) !important;
}

.focus\:text-darkgrey-100\/65:focus{
  color: rgb(229 229 241 / 0.65) !important;
}

.focus\:text-darkgrey-100\/70:focus{
  color: rgb(229 229 241 / 0.7) !important;
}

.focus\:text-darkgrey-100\/75:focus{
  color: rgb(229 229 241 / 0.75) !important;
}

.focus\:text-darkgrey-100\/80:focus{
  color: rgb(229 229 241 / 0.8) !important;
}

.focus\:text-darkgrey-100\/85:focus{
  color: rgb(229 229 241 / 0.85) !important;
}

.focus\:text-darkgrey-100\/90:focus{
  color: rgb(229 229 241 / 0.9) !important;
}

.focus\:text-darkgrey-100\/95:focus{
  color: rgb(229 229 241 / 0.95) !important;
}

.focus\:text-darkgrey-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(211 212 231 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-200\/0:focus{
  color: rgb(211 212 231 / 0) !important;
}

.focus\:text-darkgrey-200\/10:focus{
  color: rgb(211 212 231 / 0.1) !important;
}

.focus\:text-darkgrey-200\/100:focus{
  color: rgb(211 212 231 / 1) !important;
}

.focus\:text-darkgrey-200\/15:focus{
  color: rgb(211 212 231 / 0.15) !important;
}

.focus\:text-darkgrey-200\/20:focus{
  color: rgb(211 212 231 / 0.2) !important;
}

.focus\:text-darkgrey-200\/25:focus{
  color: rgb(211 212 231 / 0.25) !important;
}

.focus\:text-darkgrey-200\/30:focus{
  color: rgb(211 212 231 / 0.3) !important;
}

.focus\:text-darkgrey-200\/35:focus{
  color: rgb(211 212 231 / 0.35) !important;
}

.focus\:text-darkgrey-200\/40:focus{
  color: rgb(211 212 231 / 0.4) !important;
}

.focus\:text-darkgrey-200\/45:focus{
  color: rgb(211 212 231 / 0.45) !important;
}

.focus\:text-darkgrey-200\/5:focus{
  color: rgb(211 212 231 / 0.05) !important;
}

.focus\:text-darkgrey-200\/50:focus{
  color: rgb(211 212 231 / 0.5) !important;
}

.focus\:text-darkgrey-200\/55:focus{
  color: rgb(211 212 231 / 0.55) !important;
}

.focus\:text-darkgrey-200\/60:focus{
  color: rgb(211 212 231 / 0.6) !important;
}

.focus\:text-darkgrey-200\/65:focus{
  color: rgb(211 212 231 / 0.65) !important;
}

.focus\:text-darkgrey-200\/70:focus{
  color: rgb(211 212 231 / 0.7) !important;
}

.focus\:text-darkgrey-200\/75:focus{
  color: rgb(211 212 231 / 0.75) !important;
}

.focus\:text-darkgrey-200\/80:focus{
  color: rgb(211 212 231 / 0.8) !important;
}

.focus\:text-darkgrey-200\/85:focus{
  color: rgb(211 212 231 / 0.85) !important;
}

.focus\:text-darkgrey-200\/90:focus{
  color: rgb(211 212 231 / 0.9) !important;
}

.focus\:text-darkgrey-200\/95:focus{
  color: rgb(211 212 231 / 0.95) !important;
}

.focus\:text-darkgrey-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(193 195 221 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-300\/0:focus{
  color: rgb(193 195 221 / 0) !important;
}

.focus\:text-darkgrey-300\/10:focus{
  color: rgb(193 195 221 / 0.1) !important;
}

.focus\:text-darkgrey-300\/100:focus{
  color: rgb(193 195 221 / 1) !important;
}

.focus\:text-darkgrey-300\/15:focus{
  color: rgb(193 195 221 / 0.15) !important;
}

.focus\:text-darkgrey-300\/20:focus{
  color: rgb(193 195 221 / 0.2) !important;
}

.focus\:text-darkgrey-300\/25:focus{
  color: rgb(193 195 221 / 0.25) !important;
}

.focus\:text-darkgrey-300\/30:focus{
  color: rgb(193 195 221 / 0.3) !important;
}

.focus\:text-darkgrey-300\/35:focus{
  color: rgb(193 195 221 / 0.35) !important;
}

.focus\:text-darkgrey-300\/40:focus{
  color: rgb(193 195 221 / 0.4) !important;
}

.focus\:text-darkgrey-300\/45:focus{
  color: rgb(193 195 221 / 0.45) !important;
}

.focus\:text-darkgrey-300\/5:focus{
  color: rgb(193 195 221 / 0.05) !important;
}

.focus\:text-darkgrey-300\/50:focus{
  color: rgb(193 195 221 / 0.5) !important;
}

.focus\:text-darkgrey-300\/55:focus{
  color: rgb(193 195 221 / 0.55) !important;
}

.focus\:text-darkgrey-300\/60:focus{
  color: rgb(193 195 221 / 0.6) !important;
}

.focus\:text-darkgrey-300\/65:focus{
  color: rgb(193 195 221 / 0.65) !important;
}

.focus\:text-darkgrey-300\/70:focus{
  color: rgb(193 195 221 / 0.7) !important;
}

.focus\:text-darkgrey-300\/75:focus{
  color: rgb(193 195 221 / 0.75) !important;
}

.focus\:text-darkgrey-300\/80:focus{
  color: rgb(193 195 221 / 0.8) !important;
}

.focus\:text-darkgrey-300\/85:focus{
  color: rgb(193 195 221 / 0.85) !important;
}

.focus\:text-darkgrey-300\/90:focus{
  color: rgb(193 195 221 / 0.9) !important;
}

.focus\:text-darkgrey-300\/95:focus{
  color: rgb(193 195 221 / 0.95) !important;
}

.focus\:text-darkgrey-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(180 182 214 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-400\/0:focus{
  color: rgb(180 182 214 / 0) !important;
}

.focus\:text-darkgrey-400\/10:focus{
  color: rgb(180 182 214 / 0.1) !important;
}

.focus\:text-darkgrey-400\/100:focus{
  color: rgb(180 182 214 / 1) !important;
}

.focus\:text-darkgrey-400\/15:focus{
  color: rgb(180 182 214 / 0.15) !important;
}

.focus\:text-darkgrey-400\/20:focus{
  color: rgb(180 182 214 / 0.2) !important;
}

.focus\:text-darkgrey-400\/25:focus{
  color: rgb(180 182 214 / 0.25) !important;
}

.focus\:text-darkgrey-400\/30:focus{
  color: rgb(180 182 214 / 0.3) !important;
}

.focus\:text-darkgrey-400\/35:focus{
  color: rgb(180 182 214 / 0.35) !important;
}

.focus\:text-darkgrey-400\/40:focus{
  color: rgb(180 182 214 / 0.4) !important;
}

.focus\:text-darkgrey-400\/45:focus{
  color: rgb(180 182 214 / 0.45) !important;
}

.focus\:text-darkgrey-400\/5:focus{
  color: rgb(180 182 214 / 0.05) !important;
}

.focus\:text-darkgrey-400\/50:focus{
  color: rgb(180 182 214 / 0.5) !important;
}

.focus\:text-darkgrey-400\/55:focus{
  color: rgb(180 182 214 / 0.55) !important;
}

.focus\:text-darkgrey-400\/60:focus{
  color: rgb(180 182 214 / 0.6) !important;
}

.focus\:text-darkgrey-400\/65:focus{
  color: rgb(180 182 214 / 0.65) !important;
}

.focus\:text-darkgrey-400\/70:focus{
  color: rgb(180 182 214 / 0.7) !important;
}

.focus\:text-darkgrey-400\/75:focus{
  color: rgb(180 182 214 / 0.75) !important;
}

.focus\:text-darkgrey-400\/80:focus{
  color: rgb(180 182 214 / 0.8) !important;
}

.focus\:text-darkgrey-400\/85:focus{
  color: rgb(180 182 214 / 0.85) !important;
}

.focus\:text-darkgrey-400\/90:focus{
  color: rgb(180 182 214 / 0.9) !important;
}

.focus\:text-darkgrey-400\/95:focus{
  color: rgb(180 182 214 / 0.95) !important;
}

.focus\:text-darkgrey-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(244 245 249 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-50\/0:focus{
  color: rgb(244 245 249 / 0) !important;
}

.focus\:text-darkgrey-50\/10:focus{
  color: rgb(244 245 249 / 0.1) !important;
}

.focus\:text-darkgrey-50\/100:focus{
  color: rgb(244 245 249 / 1) !important;
}

.focus\:text-darkgrey-50\/15:focus{
  color: rgb(244 245 249 / 0.15) !important;
}

.focus\:text-darkgrey-50\/20:focus{
  color: rgb(244 245 249 / 0.2) !important;
}

.focus\:text-darkgrey-50\/25:focus{
  color: rgb(244 245 249 / 0.25) !important;
}

.focus\:text-darkgrey-50\/30:focus{
  color: rgb(244 245 249 / 0.3) !important;
}

.focus\:text-darkgrey-50\/35:focus{
  color: rgb(244 245 249 / 0.35) !important;
}

.focus\:text-darkgrey-50\/40:focus{
  color: rgb(244 245 249 / 0.4) !important;
}

.focus\:text-darkgrey-50\/45:focus{
  color: rgb(244 245 249 / 0.45) !important;
}

.focus\:text-darkgrey-50\/5:focus{
  color: rgb(244 245 249 / 0.05) !important;
}

.focus\:text-darkgrey-50\/50:focus{
  color: rgb(244 245 249 / 0.5) !important;
}

.focus\:text-darkgrey-50\/55:focus{
  color: rgb(244 245 249 / 0.55) !important;
}

.focus\:text-darkgrey-50\/60:focus{
  color: rgb(244 245 249 / 0.6) !important;
}

.focus\:text-darkgrey-50\/65:focus{
  color: rgb(244 245 249 / 0.65) !important;
}

.focus\:text-darkgrey-50\/70:focus{
  color: rgb(244 245 249 / 0.7) !important;
}

.focus\:text-darkgrey-50\/75:focus{
  color: rgb(244 245 249 / 0.75) !important;
}

.focus\:text-darkgrey-50\/80:focus{
  color: rgb(244 245 249 / 0.8) !important;
}

.focus\:text-darkgrey-50\/85:focus{
  color: rgb(244 245 249 / 0.85) !important;
}

.focus\:text-darkgrey-50\/90:focus{
  color: rgb(244 245 249 / 0.9) !important;
}

.focus\:text-darkgrey-50\/95:focus{
  color: rgb(244 245 249 / 0.95) !important;
}

.focus\:text-darkgrey-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 207 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-500\/0:focus{
  color: rgb(167 169 207 / 0) !important;
}

.focus\:text-darkgrey-500\/10:focus{
  color: rgb(167 169 207 / 0.1) !important;
}

.focus\:text-darkgrey-500\/100:focus{
  color: rgb(167 169 207 / 1) !important;
}

.focus\:text-darkgrey-500\/15:focus{
  color: rgb(167 169 207 / 0.15) !important;
}

.focus\:text-darkgrey-500\/20:focus{
  color: rgb(167 169 207 / 0.2) !important;
}

.focus\:text-darkgrey-500\/25:focus{
  color: rgb(167 169 207 / 0.25) !important;
}

.focus\:text-darkgrey-500\/30:focus{
  color: rgb(167 169 207 / 0.3) !important;
}

.focus\:text-darkgrey-500\/35:focus{
  color: rgb(167 169 207 / 0.35) !important;
}

.focus\:text-darkgrey-500\/40:focus{
  color: rgb(167 169 207 / 0.4) !important;
}

.focus\:text-darkgrey-500\/45:focus{
  color: rgb(167 169 207 / 0.45) !important;
}

.focus\:text-darkgrey-500\/5:focus{
  color: rgb(167 169 207 / 0.05) !important;
}

.focus\:text-darkgrey-500\/50:focus{
  color: rgb(167 169 207 / 0.5) !important;
}

.focus\:text-darkgrey-500\/55:focus{
  color: rgb(167 169 207 / 0.55) !important;
}

.focus\:text-darkgrey-500\/60:focus{
  color: rgb(167 169 207 / 0.6) !important;
}

.focus\:text-darkgrey-500\/65:focus{
  color: rgb(167 169 207 / 0.65) !important;
}

.focus\:text-darkgrey-500\/70:focus{
  color: rgb(167 169 207 / 0.7) !important;
}

.focus\:text-darkgrey-500\/75:focus{
  color: rgb(167 169 207 / 0.75) !important;
}

.focus\:text-darkgrey-500\/80:focus{
  color: rgb(167 169 207 / 0.8) !important;
}

.focus\:text-darkgrey-500\/85:focus{
  color: rgb(167 169 207 / 0.85) !important;
}

.focus\:text-darkgrey-500\/90:focus{
  color: rgb(167 169 207 / 0.9) !important;
}

.focus\:text-darkgrey-500\/95:focus{
  color: rgb(167 169 207 / 0.95) !important;
}

.focus\:text-darkgrey-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(159 162 202 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-600\/0:focus{
  color: rgb(159 162 202 / 0) !important;
}

.focus\:text-darkgrey-600\/10:focus{
  color: rgb(159 162 202 / 0.1) !important;
}

.focus\:text-darkgrey-600\/100:focus{
  color: rgb(159 162 202 / 1) !important;
}

.focus\:text-darkgrey-600\/15:focus{
  color: rgb(159 162 202 / 0.15) !important;
}

.focus\:text-darkgrey-600\/20:focus{
  color: rgb(159 162 202 / 0.2) !important;
}

.focus\:text-darkgrey-600\/25:focus{
  color: rgb(159 162 202 / 0.25) !important;
}

.focus\:text-darkgrey-600\/30:focus{
  color: rgb(159 162 202 / 0.3) !important;
}

.focus\:text-darkgrey-600\/35:focus{
  color: rgb(159 162 202 / 0.35) !important;
}

.focus\:text-darkgrey-600\/40:focus{
  color: rgb(159 162 202 / 0.4) !important;
}

.focus\:text-darkgrey-600\/45:focus{
  color: rgb(159 162 202 / 0.45) !important;
}

.focus\:text-darkgrey-600\/5:focus{
  color: rgb(159 162 202 / 0.05) !important;
}

.focus\:text-darkgrey-600\/50:focus{
  color: rgb(159 162 202 / 0.5) !important;
}

.focus\:text-darkgrey-600\/55:focus{
  color: rgb(159 162 202 / 0.55) !important;
}

.focus\:text-darkgrey-600\/60:focus{
  color: rgb(159 162 202 / 0.6) !important;
}

.focus\:text-darkgrey-600\/65:focus{
  color: rgb(159 162 202 / 0.65) !important;
}

.focus\:text-darkgrey-600\/70:focus{
  color: rgb(159 162 202 / 0.7) !important;
}

.focus\:text-darkgrey-600\/75:focus{
  color: rgb(159 162 202 / 0.75) !important;
}

.focus\:text-darkgrey-600\/80:focus{
  color: rgb(159 162 202 / 0.8) !important;
}

.focus\:text-darkgrey-600\/85:focus{
  color: rgb(159 162 202 / 0.85) !important;
}

.focus\:text-darkgrey-600\/90:focus{
  color: rgb(159 162 202 / 0.9) !important;
}

.focus\:text-darkgrey-600\/95:focus{
  color: rgb(159 162 202 / 0.95) !important;
}

.focus\:text-darkgrey-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-700\/0:focus{
  color: rgb(150 152 195 / 0) !important;
}

.focus\:text-darkgrey-700\/10:focus{
  color: rgb(150 152 195 / 0.1) !important;
}

.focus\:text-darkgrey-700\/100:focus{
  color: rgb(150 152 195 / 1) !important;
}

.focus\:text-darkgrey-700\/15:focus{
  color: rgb(150 152 195 / 0.15) !important;
}

.focus\:text-darkgrey-700\/20:focus{
  color: rgb(150 152 195 / 0.2) !important;
}

.focus\:text-darkgrey-700\/25:focus{
  color: rgb(150 152 195 / 0.25) !important;
}

.focus\:text-darkgrey-700\/30:focus{
  color: rgb(150 152 195 / 0.3) !important;
}

.focus\:text-darkgrey-700\/35:focus{
  color: rgb(150 152 195 / 0.35) !important;
}

.focus\:text-darkgrey-700\/40:focus{
  color: rgb(150 152 195 / 0.4) !important;
}

.focus\:text-darkgrey-700\/45:focus{
  color: rgb(150 152 195 / 0.45) !important;
}

.focus\:text-darkgrey-700\/5:focus{
  color: rgb(150 152 195 / 0.05) !important;
}

.focus\:text-darkgrey-700\/50:focus{
  color: rgb(150 152 195 / 0.5) !important;
}

.focus\:text-darkgrey-700\/55:focus{
  color: rgb(150 152 195 / 0.55) !important;
}

.focus\:text-darkgrey-700\/60:focus{
  color: rgb(150 152 195 / 0.6) !important;
}

.focus\:text-darkgrey-700\/65:focus{
  color: rgb(150 152 195 / 0.65) !important;
}

.focus\:text-darkgrey-700\/70:focus{
  color: rgb(150 152 195 / 0.7) !important;
}

.focus\:text-darkgrey-700\/75:focus{
  color: rgb(150 152 195 / 0.75) !important;
}

.focus\:text-darkgrey-700\/80:focus{
  color: rgb(150 152 195 / 0.8) !important;
}

.focus\:text-darkgrey-700\/85:focus{
  color: rgb(150 152 195 / 0.85) !important;
}

.focus\:text-darkgrey-700\/90:focus{
  color: rgb(150 152 195 / 0.9) !important;
}

.focus\:text-darkgrey-700\/95:focus{
  color: rgb(150 152 195 / 0.95) !important;
}

.focus\:text-darkgrey-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(140 143 189 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-800\/0:focus{
  color: rgb(140 143 189 / 0) !important;
}

.focus\:text-darkgrey-800\/10:focus{
  color: rgb(140 143 189 / 0.1) !important;
}

.focus\:text-darkgrey-800\/100:focus{
  color: rgb(140 143 189 / 1) !important;
}

.focus\:text-darkgrey-800\/15:focus{
  color: rgb(140 143 189 / 0.15) !important;
}

.focus\:text-darkgrey-800\/20:focus{
  color: rgb(140 143 189 / 0.2) !important;
}

.focus\:text-darkgrey-800\/25:focus{
  color: rgb(140 143 189 / 0.25) !important;
}

.focus\:text-darkgrey-800\/30:focus{
  color: rgb(140 143 189 / 0.3) !important;
}

.focus\:text-darkgrey-800\/35:focus{
  color: rgb(140 143 189 / 0.35) !important;
}

.focus\:text-darkgrey-800\/40:focus{
  color: rgb(140 143 189 / 0.4) !important;
}

.focus\:text-darkgrey-800\/45:focus{
  color: rgb(140 143 189 / 0.45) !important;
}

.focus\:text-darkgrey-800\/5:focus{
  color: rgb(140 143 189 / 0.05) !important;
}

.focus\:text-darkgrey-800\/50:focus{
  color: rgb(140 143 189 / 0.5) !important;
}

.focus\:text-darkgrey-800\/55:focus{
  color: rgb(140 143 189 / 0.55) !important;
}

.focus\:text-darkgrey-800\/60:focus{
  color: rgb(140 143 189 / 0.6) !important;
}

.focus\:text-darkgrey-800\/65:focus{
  color: rgb(140 143 189 / 0.65) !important;
}

.focus\:text-darkgrey-800\/70:focus{
  color: rgb(140 143 189 / 0.7) !important;
}

.focus\:text-darkgrey-800\/75:focus{
  color: rgb(140 143 189 / 0.75) !important;
}

.focus\:text-darkgrey-800\/80:focus{
  color: rgb(140 143 189 / 0.8) !important;
}

.focus\:text-darkgrey-800\/85:focus{
  color: rgb(140 143 189 / 0.85) !important;
}

.focus\:text-darkgrey-800\/90:focus{
  color: rgb(140 143 189 / 0.9) !important;
}

.focus\:text-darkgrey-800\/95:focus{
  color: rgb(140 143 189 / 0.95) !important;
}

.focus\:text-darkgrey-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(124 126 178 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-darkgrey-900\/0:focus{
  color: rgb(124 126 178 / 0) !important;
}

.focus\:text-darkgrey-900\/10:focus{
  color: rgb(124 126 178 / 0.1) !important;
}

.focus\:text-darkgrey-900\/100:focus{
  color: rgb(124 126 178 / 1) !important;
}

.focus\:text-darkgrey-900\/15:focus{
  color: rgb(124 126 178 / 0.15) !important;
}

.focus\:text-darkgrey-900\/20:focus{
  color: rgb(124 126 178 / 0.2) !important;
}

.focus\:text-darkgrey-900\/25:focus{
  color: rgb(124 126 178 / 0.25) !important;
}

.focus\:text-darkgrey-900\/30:focus{
  color: rgb(124 126 178 / 0.3) !important;
}

.focus\:text-darkgrey-900\/35:focus{
  color: rgb(124 126 178 / 0.35) !important;
}

.focus\:text-darkgrey-900\/40:focus{
  color: rgb(124 126 178 / 0.4) !important;
}

.focus\:text-darkgrey-900\/45:focus{
  color: rgb(124 126 178 / 0.45) !important;
}

.focus\:text-darkgrey-900\/5:focus{
  color: rgb(124 126 178 / 0.05) !important;
}

.focus\:text-darkgrey-900\/50:focus{
  color: rgb(124 126 178 / 0.5) !important;
}

.focus\:text-darkgrey-900\/55:focus{
  color: rgb(124 126 178 / 0.55) !important;
}

.focus\:text-darkgrey-900\/60:focus{
  color: rgb(124 126 178 / 0.6) !important;
}

.focus\:text-darkgrey-900\/65:focus{
  color: rgb(124 126 178 / 0.65) !important;
}

.focus\:text-darkgrey-900\/70:focus{
  color: rgb(124 126 178 / 0.7) !important;
}

.focus\:text-darkgrey-900\/75:focus{
  color: rgb(124 126 178 / 0.75) !important;
}

.focus\:text-darkgrey-900\/80:focus{
  color: rgb(124 126 178 / 0.8) !important;
}

.focus\:text-darkgrey-900\/85:focus{
  color: rgb(124 126 178 / 0.85) !important;
}

.focus\:text-darkgrey-900\/90:focus{
  color: rgb(124 126 178 / 0.9) !important;
}

.focus\:text-darkgrey-900\/95:focus{
  color: rgb(124 126 178 / 0.95) !important;
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-100\/0:focus{
  color: rgb(243 244 246 / 0) !important;
}

.focus\:text-gray-100\/10:focus{
  color: rgb(243 244 246 / 0.1) !important;
}

.focus\:text-gray-100\/100:focus{
  color: rgb(243 244 246 / 1) !important;
}

.focus\:text-gray-100\/15:focus{
  color: rgb(243 244 246 / 0.15) !important;
}

.focus\:text-gray-100\/20:focus{
  color: rgb(243 244 246 / 0.2) !important;
}

.focus\:text-gray-100\/25:focus{
  color: rgb(243 244 246 / 0.25) !important;
}

.focus\:text-gray-100\/30:focus{
  color: rgb(243 244 246 / 0.3) !important;
}

.focus\:text-gray-100\/35:focus{
  color: rgb(243 244 246 / 0.35) !important;
}

.focus\:text-gray-100\/40:focus{
  color: rgb(243 244 246 / 0.4) !important;
}

.focus\:text-gray-100\/45:focus{
  color: rgb(243 244 246 / 0.45) !important;
}

.focus\:text-gray-100\/5:focus{
  color: rgb(243 244 246 / 0.05) !important;
}

.focus\:text-gray-100\/50:focus{
  color: rgb(243 244 246 / 0.5) !important;
}

.focus\:text-gray-100\/55:focus{
  color: rgb(243 244 246 / 0.55) !important;
}

.focus\:text-gray-100\/60:focus{
  color: rgb(243 244 246 / 0.6) !important;
}

.focus\:text-gray-100\/65:focus{
  color: rgb(243 244 246 / 0.65) !important;
}

.focus\:text-gray-100\/70:focus{
  color: rgb(243 244 246 / 0.7) !important;
}

.focus\:text-gray-100\/75:focus{
  color: rgb(243 244 246 / 0.75) !important;
}

.focus\:text-gray-100\/80:focus{
  color: rgb(243 244 246 / 0.8) !important;
}

.focus\:text-gray-100\/85:focus{
  color: rgb(243 244 246 / 0.85) !important;
}

.focus\:text-gray-100\/90:focus{
  color: rgb(243 244 246 / 0.9) !important;
}

.focus\:text-gray-100\/95:focus{
  color: rgb(243 244 246 / 0.95) !important;
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-200\/0:focus{
  color: rgb(229 231 235 / 0) !important;
}

.focus\:text-gray-200\/10:focus{
  color: rgb(229 231 235 / 0.1) !important;
}

.focus\:text-gray-200\/100:focus{
  color: rgb(229 231 235 / 1) !important;
}

.focus\:text-gray-200\/15:focus{
  color: rgb(229 231 235 / 0.15) !important;
}

.focus\:text-gray-200\/20:focus{
  color: rgb(229 231 235 / 0.2) !important;
}

.focus\:text-gray-200\/25:focus{
  color: rgb(229 231 235 / 0.25) !important;
}

.focus\:text-gray-200\/30:focus{
  color: rgb(229 231 235 / 0.3) !important;
}

.focus\:text-gray-200\/35:focus{
  color: rgb(229 231 235 / 0.35) !important;
}

.focus\:text-gray-200\/40:focus{
  color: rgb(229 231 235 / 0.4) !important;
}

.focus\:text-gray-200\/45:focus{
  color: rgb(229 231 235 / 0.45) !important;
}

.focus\:text-gray-200\/5:focus{
  color: rgb(229 231 235 / 0.05) !important;
}

.focus\:text-gray-200\/50:focus{
  color: rgb(229 231 235 / 0.5) !important;
}

.focus\:text-gray-200\/55:focus{
  color: rgb(229 231 235 / 0.55) !important;
}

.focus\:text-gray-200\/60:focus{
  color: rgb(229 231 235 / 0.6) !important;
}

.focus\:text-gray-200\/65:focus{
  color: rgb(229 231 235 / 0.65) !important;
}

.focus\:text-gray-200\/70:focus{
  color: rgb(229 231 235 / 0.7) !important;
}

.focus\:text-gray-200\/75:focus{
  color: rgb(229 231 235 / 0.75) !important;
}

.focus\:text-gray-200\/80:focus{
  color: rgb(229 231 235 / 0.8) !important;
}

.focus\:text-gray-200\/85:focus{
  color: rgb(229 231 235 / 0.85) !important;
}

.focus\:text-gray-200\/90:focus{
  color: rgb(229 231 235 / 0.9) !important;
}

.focus\:text-gray-200\/95:focus{
  color: rgb(229 231 235 / 0.95) !important;
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-300\/0:focus{
  color: rgb(209 213 219 / 0) !important;
}

.focus\:text-gray-300\/10:focus{
  color: rgb(209 213 219 / 0.1) !important;
}

.focus\:text-gray-300\/100:focus{
  color: rgb(209 213 219 / 1) !important;
}

.focus\:text-gray-300\/15:focus{
  color: rgb(209 213 219 / 0.15) !important;
}

.focus\:text-gray-300\/20:focus{
  color: rgb(209 213 219 / 0.2) !important;
}

.focus\:text-gray-300\/25:focus{
  color: rgb(209 213 219 / 0.25) !important;
}

.focus\:text-gray-300\/30:focus{
  color: rgb(209 213 219 / 0.3) !important;
}

.focus\:text-gray-300\/35:focus{
  color: rgb(209 213 219 / 0.35) !important;
}

.focus\:text-gray-300\/40:focus{
  color: rgb(209 213 219 / 0.4) !important;
}

.focus\:text-gray-300\/45:focus{
  color: rgb(209 213 219 / 0.45) !important;
}

.focus\:text-gray-300\/5:focus{
  color: rgb(209 213 219 / 0.05) !important;
}

.focus\:text-gray-300\/50:focus{
  color: rgb(209 213 219 / 0.5) !important;
}

.focus\:text-gray-300\/55:focus{
  color: rgb(209 213 219 / 0.55) !important;
}

.focus\:text-gray-300\/60:focus{
  color: rgb(209 213 219 / 0.6) !important;
}

.focus\:text-gray-300\/65:focus{
  color: rgb(209 213 219 / 0.65) !important;
}

.focus\:text-gray-300\/70:focus{
  color: rgb(209 213 219 / 0.7) !important;
}

.focus\:text-gray-300\/75:focus{
  color: rgb(209 213 219 / 0.75) !important;
}

.focus\:text-gray-300\/80:focus{
  color: rgb(209 213 219 / 0.8) !important;
}

.focus\:text-gray-300\/85:focus{
  color: rgb(209 213 219 / 0.85) !important;
}

.focus\:text-gray-300\/90:focus{
  color: rgb(209 213 219 / 0.9) !important;
}

.focus\:text-gray-300\/95:focus{
  color: rgb(209 213 219 / 0.95) !important;
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-400\/0:focus{
  color: rgb(156 163 175 / 0) !important;
}

.focus\:text-gray-400\/10:focus{
  color: rgb(156 163 175 / 0.1) !important;
}

.focus\:text-gray-400\/100:focus{
  color: rgb(156 163 175 / 1) !important;
}

.focus\:text-gray-400\/15:focus{
  color: rgb(156 163 175 / 0.15) !important;
}

.focus\:text-gray-400\/20:focus{
  color: rgb(156 163 175 / 0.2) !important;
}

.focus\:text-gray-400\/25:focus{
  color: rgb(156 163 175 / 0.25) !important;
}

.focus\:text-gray-400\/30:focus{
  color: rgb(156 163 175 / 0.3) !important;
}

.focus\:text-gray-400\/35:focus{
  color: rgb(156 163 175 / 0.35) !important;
}

.focus\:text-gray-400\/40:focus{
  color: rgb(156 163 175 / 0.4) !important;
}

.focus\:text-gray-400\/45:focus{
  color: rgb(156 163 175 / 0.45) !important;
}

.focus\:text-gray-400\/5:focus{
  color: rgb(156 163 175 / 0.05) !important;
}

.focus\:text-gray-400\/50:focus{
  color: rgb(156 163 175 / 0.5) !important;
}

.focus\:text-gray-400\/55:focus{
  color: rgb(156 163 175 / 0.55) !important;
}

.focus\:text-gray-400\/60:focus{
  color: rgb(156 163 175 / 0.6) !important;
}

.focus\:text-gray-400\/65:focus{
  color: rgb(156 163 175 / 0.65) !important;
}

.focus\:text-gray-400\/70:focus{
  color: rgb(156 163 175 / 0.7) !important;
}

.focus\:text-gray-400\/75:focus{
  color: rgb(156 163 175 / 0.75) !important;
}

.focus\:text-gray-400\/80:focus{
  color: rgb(156 163 175 / 0.8) !important;
}

.focus\:text-gray-400\/85:focus{
  color: rgb(156 163 175 / 0.85) !important;
}

.focus\:text-gray-400\/90:focus{
  color: rgb(156 163 175 / 0.9) !important;
}

.focus\:text-gray-400\/95:focus{
  color: rgb(156 163 175 / 0.95) !important;
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-50\/0:focus{
  color: rgb(249 250 251 / 0) !important;
}

.focus\:text-gray-50\/10:focus{
  color: rgb(249 250 251 / 0.1) !important;
}

.focus\:text-gray-50\/100:focus{
  color: rgb(249 250 251 / 1) !important;
}

.focus\:text-gray-50\/15:focus{
  color: rgb(249 250 251 / 0.15) !important;
}

.focus\:text-gray-50\/20:focus{
  color: rgb(249 250 251 / 0.2) !important;
}

.focus\:text-gray-50\/25:focus{
  color: rgb(249 250 251 / 0.25) !important;
}

.focus\:text-gray-50\/30:focus{
  color: rgb(249 250 251 / 0.3) !important;
}

.focus\:text-gray-50\/35:focus{
  color: rgb(249 250 251 / 0.35) !important;
}

.focus\:text-gray-50\/40:focus{
  color: rgb(249 250 251 / 0.4) !important;
}

.focus\:text-gray-50\/45:focus{
  color: rgb(249 250 251 / 0.45) !important;
}

.focus\:text-gray-50\/5:focus{
  color: rgb(249 250 251 / 0.05) !important;
}

.focus\:text-gray-50\/50:focus{
  color: rgb(249 250 251 / 0.5) !important;
}

.focus\:text-gray-50\/55:focus{
  color: rgb(249 250 251 / 0.55) !important;
}

.focus\:text-gray-50\/60:focus{
  color: rgb(249 250 251 / 0.6) !important;
}

.focus\:text-gray-50\/65:focus{
  color: rgb(249 250 251 / 0.65) !important;
}

.focus\:text-gray-50\/70:focus{
  color: rgb(249 250 251 / 0.7) !important;
}

.focus\:text-gray-50\/75:focus{
  color: rgb(249 250 251 / 0.75) !important;
}

.focus\:text-gray-50\/80:focus{
  color: rgb(249 250 251 / 0.8) !important;
}

.focus\:text-gray-50\/85:focus{
  color: rgb(249 250 251 / 0.85) !important;
}

.focus\:text-gray-50\/90:focus{
  color: rgb(249 250 251 / 0.9) !important;
}

.focus\:text-gray-50\/95:focus{
  color: rgb(249 250 251 / 0.95) !important;
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-500\/0:focus{
  color: rgb(107 114 128 / 0) !important;
}

.focus\:text-gray-500\/10:focus{
  color: rgb(107 114 128 / 0.1) !important;
}

.focus\:text-gray-500\/100:focus{
  color: rgb(107 114 128 / 1) !important;
}

.focus\:text-gray-500\/15:focus{
  color: rgb(107 114 128 / 0.15) !important;
}

.focus\:text-gray-500\/20:focus{
  color: rgb(107 114 128 / 0.2) !important;
}

.focus\:text-gray-500\/25:focus{
  color: rgb(107 114 128 / 0.25) !important;
}

.focus\:text-gray-500\/30:focus{
  color: rgb(107 114 128 / 0.3) !important;
}

.focus\:text-gray-500\/35:focus{
  color: rgb(107 114 128 / 0.35) !important;
}

.focus\:text-gray-500\/40:focus{
  color: rgb(107 114 128 / 0.4) !important;
}

.focus\:text-gray-500\/45:focus{
  color: rgb(107 114 128 / 0.45) !important;
}

.focus\:text-gray-500\/5:focus{
  color: rgb(107 114 128 / 0.05) !important;
}

.focus\:text-gray-500\/50:focus{
  color: rgb(107 114 128 / 0.5) !important;
}

.focus\:text-gray-500\/55:focus{
  color: rgb(107 114 128 / 0.55) !important;
}

.focus\:text-gray-500\/60:focus{
  color: rgb(107 114 128 / 0.6) !important;
}

.focus\:text-gray-500\/65:focus{
  color: rgb(107 114 128 / 0.65) !important;
}

.focus\:text-gray-500\/70:focus{
  color: rgb(107 114 128 / 0.7) !important;
}

.focus\:text-gray-500\/75:focus{
  color: rgb(107 114 128 / 0.75) !important;
}

.focus\:text-gray-500\/80:focus{
  color: rgb(107 114 128 / 0.8) !important;
}

.focus\:text-gray-500\/85:focus{
  color: rgb(107 114 128 / 0.85) !important;
}

.focus\:text-gray-500\/90:focus{
  color: rgb(107 114 128 / 0.9) !important;
}

.focus\:text-gray-500\/95:focus{
  color: rgb(107 114 128 / 0.95) !important;
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-600\/0:focus{
  color: rgb(75 85 99 / 0) !important;
}

.focus\:text-gray-600\/10:focus{
  color: rgb(75 85 99 / 0.1) !important;
}

.focus\:text-gray-600\/100:focus{
  color: rgb(75 85 99 / 1) !important;
}

.focus\:text-gray-600\/15:focus{
  color: rgb(75 85 99 / 0.15) !important;
}

.focus\:text-gray-600\/20:focus{
  color: rgb(75 85 99 / 0.2) !important;
}

.focus\:text-gray-600\/25:focus{
  color: rgb(75 85 99 / 0.25) !important;
}

.focus\:text-gray-600\/30:focus{
  color: rgb(75 85 99 / 0.3) !important;
}

.focus\:text-gray-600\/35:focus{
  color: rgb(75 85 99 / 0.35) !important;
}

.focus\:text-gray-600\/40:focus{
  color: rgb(75 85 99 / 0.4) !important;
}

.focus\:text-gray-600\/45:focus{
  color: rgb(75 85 99 / 0.45) !important;
}

.focus\:text-gray-600\/5:focus{
  color: rgb(75 85 99 / 0.05) !important;
}

.focus\:text-gray-600\/50:focus{
  color: rgb(75 85 99 / 0.5) !important;
}

.focus\:text-gray-600\/55:focus{
  color: rgb(75 85 99 / 0.55) !important;
}

.focus\:text-gray-600\/60:focus{
  color: rgb(75 85 99 / 0.6) !important;
}

.focus\:text-gray-600\/65:focus{
  color: rgb(75 85 99 / 0.65) !important;
}

.focus\:text-gray-600\/70:focus{
  color: rgb(75 85 99 / 0.7) !important;
}

.focus\:text-gray-600\/75:focus{
  color: rgb(75 85 99 / 0.75) !important;
}

.focus\:text-gray-600\/80:focus{
  color: rgb(75 85 99 / 0.8) !important;
}

.focus\:text-gray-600\/85:focus{
  color: rgb(75 85 99 / 0.85) !important;
}

.focus\:text-gray-600\/90:focus{
  color: rgb(75 85 99 / 0.9) !important;
}

.focus\:text-gray-600\/95:focus{
  color: rgb(75 85 99 / 0.95) !important;
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-700\/0:focus{
  color: rgb(55 65 81 / 0) !important;
}

.focus\:text-gray-700\/10:focus{
  color: rgb(55 65 81 / 0.1) !important;
}

.focus\:text-gray-700\/100:focus{
  color: rgb(55 65 81 / 1) !important;
}

.focus\:text-gray-700\/15:focus{
  color: rgb(55 65 81 / 0.15) !important;
}

.focus\:text-gray-700\/20:focus{
  color: rgb(55 65 81 / 0.2) !important;
}

.focus\:text-gray-700\/25:focus{
  color: rgb(55 65 81 / 0.25) !important;
}

.focus\:text-gray-700\/30:focus{
  color: rgb(55 65 81 / 0.3) !important;
}

.focus\:text-gray-700\/35:focus{
  color: rgb(55 65 81 / 0.35) !important;
}

.focus\:text-gray-700\/40:focus{
  color: rgb(55 65 81 / 0.4) !important;
}

.focus\:text-gray-700\/45:focus{
  color: rgb(55 65 81 / 0.45) !important;
}

.focus\:text-gray-700\/5:focus{
  color: rgb(55 65 81 / 0.05) !important;
}

.focus\:text-gray-700\/50:focus{
  color: rgb(55 65 81 / 0.5) !important;
}

.focus\:text-gray-700\/55:focus{
  color: rgb(55 65 81 / 0.55) !important;
}

.focus\:text-gray-700\/60:focus{
  color: rgb(55 65 81 / 0.6) !important;
}

.focus\:text-gray-700\/65:focus{
  color: rgb(55 65 81 / 0.65) !important;
}

.focus\:text-gray-700\/70:focus{
  color: rgb(55 65 81 / 0.7) !important;
}

.focus\:text-gray-700\/75:focus{
  color: rgb(55 65 81 / 0.75) !important;
}

.focus\:text-gray-700\/80:focus{
  color: rgb(55 65 81 / 0.8) !important;
}

.focus\:text-gray-700\/85:focus{
  color: rgb(55 65 81 / 0.85) !important;
}

.focus\:text-gray-700\/90:focus{
  color: rgb(55 65 81 / 0.9) !important;
}

.focus\:text-gray-700\/95:focus{
  color: rgb(55 65 81 / 0.95) !important;
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-800\/0:focus{
  color: rgb(31 41 55 / 0) !important;
}

.focus\:text-gray-800\/10:focus{
  color: rgb(31 41 55 / 0.1) !important;
}

.focus\:text-gray-800\/100:focus{
  color: rgb(31 41 55 / 1) !important;
}

.focus\:text-gray-800\/15:focus{
  color: rgb(31 41 55 / 0.15) !important;
}

.focus\:text-gray-800\/20:focus{
  color: rgb(31 41 55 / 0.2) !important;
}

.focus\:text-gray-800\/25:focus{
  color: rgb(31 41 55 / 0.25) !important;
}

.focus\:text-gray-800\/30:focus{
  color: rgb(31 41 55 / 0.3) !important;
}

.focus\:text-gray-800\/35:focus{
  color: rgb(31 41 55 / 0.35) !important;
}

.focus\:text-gray-800\/40:focus{
  color: rgb(31 41 55 / 0.4) !important;
}

.focus\:text-gray-800\/45:focus{
  color: rgb(31 41 55 / 0.45) !important;
}

.focus\:text-gray-800\/5:focus{
  color: rgb(31 41 55 / 0.05) !important;
}

.focus\:text-gray-800\/50:focus{
  color: rgb(31 41 55 / 0.5) !important;
}

.focus\:text-gray-800\/55:focus{
  color: rgb(31 41 55 / 0.55) !important;
}

.focus\:text-gray-800\/60:focus{
  color: rgb(31 41 55 / 0.6) !important;
}

.focus\:text-gray-800\/65:focus{
  color: rgb(31 41 55 / 0.65) !important;
}

.focus\:text-gray-800\/70:focus{
  color: rgb(31 41 55 / 0.7) !important;
}

.focus\:text-gray-800\/75:focus{
  color: rgb(31 41 55 / 0.75) !important;
}

.focus\:text-gray-800\/80:focus{
  color: rgb(31 41 55 / 0.8) !important;
}

.focus\:text-gray-800\/85:focus{
  color: rgb(31 41 55 / 0.85) !important;
}

.focus\:text-gray-800\/90:focus{
  color: rgb(31 41 55 / 0.9) !important;
}

.focus\:text-gray-800\/95:focus{
  color: rgb(31 41 55 / 0.95) !important;
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-900\/0:focus{
  color: rgb(17 24 39 / 0) !important;
}

.focus\:text-gray-900\/10:focus{
  color: rgb(17 24 39 / 0.1) !important;
}

.focus\:text-gray-900\/100:focus{
  color: rgb(17 24 39 / 1) !important;
}

.focus\:text-gray-900\/15:focus{
  color: rgb(17 24 39 / 0.15) !important;
}

.focus\:text-gray-900\/20:focus{
  color: rgb(17 24 39 / 0.2) !important;
}

.focus\:text-gray-900\/25:focus{
  color: rgb(17 24 39 / 0.25) !important;
}

.focus\:text-gray-900\/30:focus{
  color: rgb(17 24 39 / 0.3) !important;
}

.focus\:text-gray-900\/35:focus{
  color: rgb(17 24 39 / 0.35) !important;
}

.focus\:text-gray-900\/40:focus{
  color: rgb(17 24 39 / 0.4) !important;
}

.focus\:text-gray-900\/45:focus{
  color: rgb(17 24 39 / 0.45) !important;
}

.focus\:text-gray-900\/5:focus{
  color: rgb(17 24 39 / 0.05) !important;
}

.focus\:text-gray-900\/50:focus{
  color: rgb(17 24 39 / 0.5) !important;
}

.focus\:text-gray-900\/55:focus{
  color: rgb(17 24 39 / 0.55) !important;
}

.focus\:text-gray-900\/60:focus{
  color: rgb(17 24 39 / 0.6) !important;
}

.focus\:text-gray-900\/65:focus{
  color: rgb(17 24 39 / 0.65) !important;
}

.focus\:text-gray-900\/70:focus{
  color: rgb(17 24 39 / 0.7) !important;
}

.focus\:text-gray-900\/75:focus{
  color: rgb(17 24 39 / 0.75) !important;
}

.focus\:text-gray-900\/80:focus{
  color: rgb(17 24 39 / 0.8) !important;
}

.focus\:text-gray-900\/85:focus{
  color: rgb(17 24 39 / 0.85) !important;
}

.focus\:text-gray-900\/90:focus{
  color: rgb(17 24 39 / 0.9) !important;
}

.focus\:text-gray-900\/95:focus{
  color: rgb(17 24 39 / 0.95) !important;
}

.focus\:text-gray-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-gray-950\/0:focus{
  color: rgb(3 7 18 / 0) !important;
}

.focus\:text-gray-950\/10:focus{
  color: rgb(3 7 18 / 0.1) !important;
}

.focus\:text-gray-950\/100:focus{
  color: rgb(3 7 18 / 1) !important;
}

.focus\:text-gray-950\/15:focus{
  color: rgb(3 7 18 / 0.15) !important;
}

.focus\:text-gray-950\/20:focus{
  color: rgb(3 7 18 / 0.2) !important;
}

.focus\:text-gray-950\/25:focus{
  color: rgb(3 7 18 / 0.25) !important;
}

.focus\:text-gray-950\/30:focus{
  color: rgb(3 7 18 / 0.3) !important;
}

.focus\:text-gray-950\/35:focus{
  color: rgb(3 7 18 / 0.35) !important;
}

.focus\:text-gray-950\/40:focus{
  color: rgb(3 7 18 / 0.4) !important;
}

.focus\:text-gray-950\/45:focus{
  color: rgb(3 7 18 / 0.45) !important;
}

.focus\:text-gray-950\/5:focus{
  color: rgb(3 7 18 / 0.05) !important;
}

.focus\:text-gray-950\/50:focus{
  color: rgb(3 7 18 / 0.5) !important;
}

.focus\:text-gray-950\/55:focus{
  color: rgb(3 7 18 / 0.55) !important;
}

.focus\:text-gray-950\/60:focus{
  color: rgb(3 7 18 / 0.6) !important;
}

.focus\:text-gray-950\/65:focus{
  color: rgb(3 7 18 / 0.65) !important;
}

.focus\:text-gray-950\/70:focus{
  color: rgb(3 7 18 / 0.7) !important;
}

.focus\:text-gray-950\/75:focus{
  color: rgb(3 7 18 / 0.75) !important;
}

.focus\:text-gray-950\/80:focus{
  color: rgb(3 7 18 / 0.8) !important;
}

.focus\:text-gray-950\/85:focus{
  color: rgb(3 7 18 / 0.85) !important;
}

.focus\:text-gray-950\/90:focus{
  color: rgb(3 7 18 / 0.9) !important;
}

.focus\:text-gray-950\/95:focus{
  color: rgb(3 7 18 / 0.95) !important;
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(222 250 236 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-100\/0:focus{
  color: rgb(222 250 236 / 0) !important;
}

.focus\:text-green-100\/10:focus{
  color: rgb(222 250 236 / 0.1) !important;
}

.focus\:text-green-100\/100:focus{
  color: rgb(222 250 236 / 1) !important;
}

.focus\:text-green-100\/15:focus{
  color: rgb(222 250 236 / 0.15) !important;
}

.focus\:text-green-100\/20:focus{
  color: rgb(222 250 236 / 0.2) !important;
}

.focus\:text-green-100\/25:focus{
  color: rgb(222 250 236 / 0.25) !important;
}

.focus\:text-green-100\/30:focus{
  color: rgb(222 250 236 / 0.3) !important;
}

.focus\:text-green-100\/35:focus{
  color: rgb(222 250 236 / 0.35) !important;
}

.focus\:text-green-100\/40:focus{
  color: rgb(222 250 236 / 0.4) !important;
}

.focus\:text-green-100\/45:focus{
  color: rgb(222 250 236 / 0.45) !important;
}

.focus\:text-green-100\/5:focus{
  color: rgb(222 250 236 / 0.05) !important;
}

.focus\:text-green-100\/50:focus{
  color: rgb(222 250 236 / 0.5) !important;
}

.focus\:text-green-100\/55:focus{
  color: rgb(222 250 236 / 0.55) !important;
}

.focus\:text-green-100\/60:focus{
  color: rgb(222 250 236 / 0.6) !important;
}

.focus\:text-green-100\/65:focus{
  color: rgb(222 250 236 / 0.65) !important;
}

.focus\:text-green-100\/70:focus{
  color: rgb(222 250 236 / 0.7) !important;
}

.focus\:text-green-100\/75:focus{
  color: rgb(222 250 236 / 0.75) !important;
}

.focus\:text-green-100\/80:focus{
  color: rgb(222 250 236 / 0.8) !important;
}

.focus\:text-green-100\/85:focus{
  color: rgb(222 250 236 / 0.85) !important;
}

.focus\:text-green-100\/90:focus{
  color: rgb(222 250 236 / 0.9) !important;
}

.focus\:text-green-100\/95:focus{
  color: rgb(222 250 236 / 0.95) !important;
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(190 244 216 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-200\/0:focus{
  color: rgb(190 244 216 / 0) !important;
}

.focus\:text-green-200\/10:focus{
  color: rgb(190 244 216 / 0.1) !important;
}

.focus\:text-green-200\/100:focus{
  color: rgb(190 244 216 / 1) !important;
}

.focus\:text-green-200\/15:focus{
  color: rgb(190 244 216 / 0.15) !important;
}

.focus\:text-green-200\/20:focus{
  color: rgb(190 244 216 / 0.2) !important;
}

.focus\:text-green-200\/25:focus{
  color: rgb(190 244 216 / 0.25) !important;
}

.focus\:text-green-200\/30:focus{
  color: rgb(190 244 216 / 0.3) !important;
}

.focus\:text-green-200\/35:focus{
  color: rgb(190 244 216 / 0.35) !important;
}

.focus\:text-green-200\/40:focus{
  color: rgb(190 244 216 / 0.4) !important;
}

.focus\:text-green-200\/45:focus{
  color: rgb(190 244 216 / 0.45) !important;
}

.focus\:text-green-200\/5:focus{
  color: rgb(190 244 216 / 0.05) !important;
}

.focus\:text-green-200\/50:focus{
  color: rgb(190 244 216 / 0.5) !important;
}

.focus\:text-green-200\/55:focus{
  color: rgb(190 244 216 / 0.55) !important;
}

.focus\:text-green-200\/60:focus{
  color: rgb(190 244 216 / 0.6) !important;
}

.focus\:text-green-200\/65:focus{
  color: rgb(190 244 216 / 0.65) !important;
}

.focus\:text-green-200\/70:focus{
  color: rgb(190 244 216 / 0.7) !important;
}

.focus\:text-green-200\/75:focus{
  color: rgb(190 244 216 / 0.75) !important;
}

.focus\:text-green-200\/80:focus{
  color: rgb(190 244 216 / 0.8) !important;
}

.focus\:text-green-200\/85:focus{
  color: rgb(190 244 216 / 0.85) !important;
}

.focus\:text-green-200\/90:focus{
  color: rgb(190 244 216 / 0.9) !important;
}

.focus\:text-green-200\/95:focus{
  color: rgb(190 244 216 / 0.95) !important;
}

.focus\:text-green-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(140 233 187 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-300\/0:focus{
  color: rgb(140 233 187 / 0) !important;
}

.focus\:text-green-300\/10:focus{
  color: rgb(140 233 187 / 0.1) !important;
}

.focus\:text-green-300\/100:focus{
  color: rgb(140 233 187 / 1) !important;
}

.focus\:text-green-300\/15:focus{
  color: rgb(140 233 187 / 0.15) !important;
}

.focus\:text-green-300\/20:focus{
  color: rgb(140 233 187 / 0.2) !important;
}

.focus\:text-green-300\/25:focus{
  color: rgb(140 233 187 / 0.25) !important;
}

.focus\:text-green-300\/30:focus{
  color: rgb(140 233 187 / 0.3) !important;
}

.focus\:text-green-300\/35:focus{
  color: rgb(140 233 187 / 0.35) !important;
}

.focus\:text-green-300\/40:focus{
  color: rgb(140 233 187 / 0.4) !important;
}

.focus\:text-green-300\/45:focus{
  color: rgb(140 233 187 / 0.45) !important;
}

.focus\:text-green-300\/5:focus{
  color: rgb(140 233 187 / 0.05) !important;
}

.focus\:text-green-300\/50:focus{
  color: rgb(140 233 187 / 0.5) !important;
}

.focus\:text-green-300\/55:focus{
  color: rgb(140 233 187 / 0.55) !important;
}

.focus\:text-green-300\/60:focus{
  color: rgb(140 233 187 / 0.6) !important;
}

.focus\:text-green-300\/65:focus{
  color: rgb(140 233 187 / 0.65) !important;
}

.focus\:text-green-300\/70:focus{
  color: rgb(140 233 187 / 0.7) !important;
}

.focus\:text-green-300\/75:focus{
  color: rgb(140 233 187 / 0.75) !important;
}

.focus\:text-green-300\/80:focus{
  color: rgb(140 233 187 / 0.8) !important;
}

.focus\:text-green-300\/85:focus{
  color: rgb(140 233 187 / 0.85) !important;
}

.focus\:text-green-300\/90:focus{
  color: rgb(140 233 187 / 0.9) !important;
}

.focus\:text-green-300\/95:focus{
  color: rgb(140 233 187 / 0.95) !important;
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(82 214 148 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-400\/0:focus{
  color: rgb(82 214 148 / 0) !important;
}

.focus\:text-green-400\/10:focus{
  color: rgb(82 214 148 / 0.1) !important;
}

.focus\:text-green-400\/100:focus{
  color: rgb(82 214 148 / 1) !important;
}

.focus\:text-green-400\/15:focus{
  color: rgb(82 214 148 / 0.15) !important;
}

.focus\:text-green-400\/20:focus{
  color: rgb(82 214 148 / 0.2) !important;
}

.focus\:text-green-400\/25:focus{
  color: rgb(82 214 148 / 0.25) !important;
}

.focus\:text-green-400\/30:focus{
  color: rgb(82 214 148 / 0.3) !important;
}

.focus\:text-green-400\/35:focus{
  color: rgb(82 214 148 / 0.35) !important;
}

.focus\:text-green-400\/40:focus{
  color: rgb(82 214 148 / 0.4) !important;
}

.focus\:text-green-400\/45:focus{
  color: rgb(82 214 148 / 0.45) !important;
}

.focus\:text-green-400\/5:focus{
  color: rgb(82 214 148 / 0.05) !important;
}

.focus\:text-green-400\/50:focus{
  color: rgb(82 214 148 / 0.5) !important;
}

.focus\:text-green-400\/55:focus{
  color: rgb(82 214 148 / 0.55) !important;
}

.focus\:text-green-400\/60:focus{
  color: rgb(82 214 148 / 0.6) !important;
}

.focus\:text-green-400\/65:focus{
  color: rgb(82 214 148 / 0.65) !important;
}

.focus\:text-green-400\/70:focus{
  color: rgb(82 214 148 / 0.7) !important;
}

.focus\:text-green-400\/75:focus{
  color: rgb(82 214 148 / 0.75) !important;
}

.focus\:text-green-400\/80:focus{
  color: rgb(82 214 148 / 0.8) !important;
}

.focus\:text-green-400\/85:focus{
  color: rgb(82 214 148 / 0.85) !important;
}

.focus\:text-green-400\/90:focus{
  color: rgb(82 214 148 / 0.9) !important;
}

.focus\:text-green-400\/95:focus{
  color: rgb(82 214 148 / 0.95) !important;
}

.focus\:text-green-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(241 252 245 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-50\/0:focus{
  color: rgb(241 252 245 / 0) !important;
}

.focus\:text-green-50\/10:focus{
  color: rgb(241 252 245 / 0.1) !important;
}

.focus\:text-green-50\/100:focus{
  color: rgb(241 252 245 / 1) !important;
}

.focus\:text-green-50\/15:focus{
  color: rgb(241 252 245 / 0.15) !important;
}

.focus\:text-green-50\/20:focus{
  color: rgb(241 252 245 / 0.2) !important;
}

.focus\:text-green-50\/25:focus{
  color: rgb(241 252 245 / 0.25) !important;
}

.focus\:text-green-50\/30:focus{
  color: rgb(241 252 245 / 0.3) !important;
}

.focus\:text-green-50\/35:focus{
  color: rgb(241 252 245 / 0.35) !important;
}

.focus\:text-green-50\/40:focus{
  color: rgb(241 252 245 / 0.4) !important;
}

.focus\:text-green-50\/45:focus{
  color: rgb(241 252 245 / 0.45) !important;
}

.focus\:text-green-50\/5:focus{
  color: rgb(241 252 245 / 0.05) !important;
}

.focus\:text-green-50\/50:focus{
  color: rgb(241 252 245 / 0.5) !important;
}

.focus\:text-green-50\/55:focus{
  color: rgb(241 252 245 / 0.55) !important;
}

.focus\:text-green-50\/60:focus{
  color: rgb(241 252 245 / 0.6) !important;
}

.focus\:text-green-50\/65:focus{
  color: rgb(241 252 245 / 0.65) !important;
}

.focus\:text-green-50\/70:focus{
  color: rgb(241 252 245 / 0.7) !important;
}

.focus\:text-green-50\/75:focus{
  color: rgb(241 252 245 / 0.75) !important;
}

.focus\:text-green-50\/80:focus{
  color: rgb(241 252 245 / 0.8) !important;
}

.focus\:text-green-50\/85:focus{
  color: rgb(241 252 245 / 0.85) !important;
}

.focus\:text-green-50\/90:focus{
  color: rgb(241 252 245 / 0.9) !important;
}

.focus\:text-green-50\/95:focus{
  color: rgb(241 252 245 / 0.95) !important;
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(51 208 130 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-500\/0:focus{
  color: rgb(51 208 130 / 0) !important;
}

.focus\:text-green-500\/10:focus{
  color: rgb(51 208 130 / 0.1) !important;
}

.focus\:text-green-500\/100:focus{
  color: rgb(51 208 130 / 1) !important;
}

.focus\:text-green-500\/15:focus{
  color: rgb(51 208 130 / 0.15) !important;
}

.focus\:text-green-500\/20:focus{
  color: rgb(51 208 130 / 0.2) !important;
}

.focus\:text-green-500\/25:focus{
  color: rgb(51 208 130 / 0.25) !important;
}

.focus\:text-green-500\/30:focus{
  color: rgb(51 208 130 / 0.3) !important;
}

.focus\:text-green-500\/35:focus{
  color: rgb(51 208 130 / 0.35) !important;
}

.focus\:text-green-500\/40:focus{
  color: rgb(51 208 130 / 0.4) !important;
}

.focus\:text-green-500\/45:focus{
  color: rgb(51 208 130 / 0.45) !important;
}

.focus\:text-green-500\/5:focus{
  color: rgb(51 208 130 / 0.05) !important;
}

.focus\:text-green-500\/50:focus{
  color: rgb(51 208 130 / 0.5) !important;
}

.focus\:text-green-500\/55:focus{
  color: rgb(51 208 130 / 0.55) !important;
}

.focus\:text-green-500\/60:focus{
  color: rgb(51 208 130 / 0.6) !important;
}

.focus\:text-green-500\/65:focus{
  color: rgb(51 208 130 / 0.65) !important;
}

.focus\:text-green-500\/70:focus{
  color: rgb(51 208 130 / 0.7) !important;
}

.focus\:text-green-500\/75:focus{
  color: rgb(51 208 130 / 0.75) !important;
}

.focus\:text-green-500\/80:focus{
  color: rgb(51 208 130 / 0.8) !important;
}

.focus\:text-green-500\/85:focus{
  color: rgb(51 208 130 / 0.85) !important;
}

.focus\:text-green-500\/90:focus{
  color: rgb(51 208 130 / 0.9) !important;
}

.focus\:text-green-500\/95:focus{
  color: rgb(51 208 130 / 0.95) !important;
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(30 155 93 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-600\/0:focus{
  color: rgb(30 155 93 / 0) !important;
}

.focus\:text-green-600\/10:focus{
  color: rgb(30 155 93 / 0.1) !important;
}

.focus\:text-green-600\/100:focus{
  color: rgb(30 155 93 / 1) !important;
}

.focus\:text-green-600\/15:focus{
  color: rgb(30 155 93 / 0.15) !important;
}

.focus\:text-green-600\/20:focus{
  color: rgb(30 155 93 / 0.2) !important;
}

.focus\:text-green-600\/25:focus{
  color: rgb(30 155 93 / 0.25) !important;
}

.focus\:text-green-600\/30:focus{
  color: rgb(30 155 93 / 0.3) !important;
}

.focus\:text-green-600\/35:focus{
  color: rgb(30 155 93 / 0.35) !important;
}

.focus\:text-green-600\/40:focus{
  color: rgb(30 155 93 / 0.4) !important;
}

.focus\:text-green-600\/45:focus{
  color: rgb(30 155 93 / 0.45) !important;
}

.focus\:text-green-600\/5:focus{
  color: rgb(30 155 93 / 0.05) !important;
}

.focus\:text-green-600\/50:focus{
  color: rgb(30 155 93 / 0.5) !important;
}

.focus\:text-green-600\/55:focus{
  color: rgb(30 155 93 / 0.55) !important;
}

.focus\:text-green-600\/60:focus{
  color: rgb(30 155 93 / 0.6) !important;
}

.focus\:text-green-600\/65:focus{
  color: rgb(30 155 93 / 0.65) !important;
}

.focus\:text-green-600\/70:focus{
  color: rgb(30 155 93 / 0.7) !important;
}

.focus\:text-green-600\/75:focus{
  color: rgb(30 155 93 / 0.75) !important;
}

.focus\:text-green-600\/80:focus{
  color: rgb(30 155 93 / 0.8) !important;
}

.focus\:text-green-600\/85:focus{
  color: rgb(30 155 93 / 0.85) !important;
}

.focus\:text-green-600\/90:focus{
  color: rgb(30 155 93 / 0.9) !important;
}

.focus\:text-green-600\/95:focus{
  color: rgb(30 155 93 / 0.95) !important;
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(27 122 76 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-700\/0:focus{
  color: rgb(27 122 76 / 0) !important;
}

.focus\:text-green-700\/10:focus{
  color: rgb(27 122 76 / 0.1) !important;
}

.focus\:text-green-700\/100:focus{
  color: rgb(27 122 76 / 1) !important;
}

.focus\:text-green-700\/15:focus{
  color: rgb(27 122 76 / 0.15) !important;
}

.focus\:text-green-700\/20:focus{
  color: rgb(27 122 76 / 0.2) !important;
}

.focus\:text-green-700\/25:focus{
  color: rgb(27 122 76 / 0.25) !important;
}

.focus\:text-green-700\/30:focus{
  color: rgb(27 122 76 / 0.3) !important;
}

.focus\:text-green-700\/35:focus{
  color: rgb(27 122 76 / 0.35) !important;
}

.focus\:text-green-700\/40:focus{
  color: rgb(27 122 76 / 0.4) !important;
}

.focus\:text-green-700\/45:focus{
  color: rgb(27 122 76 / 0.45) !important;
}

.focus\:text-green-700\/5:focus{
  color: rgb(27 122 76 / 0.05) !important;
}

.focus\:text-green-700\/50:focus{
  color: rgb(27 122 76 / 0.5) !important;
}

.focus\:text-green-700\/55:focus{
  color: rgb(27 122 76 / 0.55) !important;
}

.focus\:text-green-700\/60:focus{
  color: rgb(27 122 76 / 0.6) !important;
}

.focus\:text-green-700\/65:focus{
  color: rgb(27 122 76 / 0.65) !important;
}

.focus\:text-green-700\/70:focus{
  color: rgb(27 122 76 / 0.7) !important;
}

.focus\:text-green-700\/75:focus{
  color: rgb(27 122 76 / 0.75) !important;
}

.focus\:text-green-700\/80:focus{
  color: rgb(27 122 76 / 0.8) !important;
}

.focus\:text-green-700\/85:focus{
  color: rgb(27 122 76 / 0.85) !important;
}

.focus\:text-green-700\/90:focus{
  color: rgb(27 122 76 / 0.9) !important;
}

.focus\:text-green-700\/95:focus{
  color: rgb(27 122 76 / 0.95) !important;
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(26 97 63 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-800\/0:focus{
  color: rgb(26 97 63 / 0) !important;
}

.focus\:text-green-800\/10:focus{
  color: rgb(26 97 63 / 0.1) !important;
}

.focus\:text-green-800\/100:focus{
  color: rgb(26 97 63 / 1) !important;
}

.focus\:text-green-800\/15:focus{
  color: rgb(26 97 63 / 0.15) !important;
}

.focus\:text-green-800\/20:focus{
  color: rgb(26 97 63 / 0.2) !important;
}

.focus\:text-green-800\/25:focus{
  color: rgb(26 97 63 / 0.25) !important;
}

.focus\:text-green-800\/30:focus{
  color: rgb(26 97 63 / 0.3) !important;
}

.focus\:text-green-800\/35:focus{
  color: rgb(26 97 63 / 0.35) !important;
}

.focus\:text-green-800\/40:focus{
  color: rgb(26 97 63 / 0.4) !important;
}

.focus\:text-green-800\/45:focus{
  color: rgb(26 97 63 / 0.45) !important;
}

.focus\:text-green-800\/5:focus{
  color: rgb(26 97 63 / 0.05) !important;
}

.focus\:text-green-800\/50:focus{
  color: rgb(26 97 63 / 0.5) !important;
}

.focus\:text-green-800\/55:focus{
  color: rgb(26 97 63 / 0.55) !important;
}

.focus\:text-green-800\/60:focus{
  color: rgb(26 97 63 / 0.6) !important;
}

.focus\:text-green-800\/65:focus{
  color: rgb(26 97 63 / 0.65) !important;
}

.focus\:text-green-800\/70:focus{
  color: rgb(26 97 63 / 0.7) !important;
}

.focus\:text-green-800\/75:focus{
  color: rgb(26 97 63 / 0.75) !important;
}

.focus\:text-green-800\/80:focus{
  color: rgb(26 97 63 / 0.8) !important;
}

.focus\:text-green-800\/85:focus{
  color: rgb(26 97 63 / 0.85) !important;
}

.focus\:text-green-800\/90:focus{
  color: rgb(26 97 63 / 0.9) !important;
}

.focus\:text-green-800\/95:focus{
  color: rgb(26 97 63 / 0.95) !important;
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(24 79 53 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-900\/0:focus{
  color: rgb(24 79 53 / 0) !important;
}

.focus\:text-green-900\/10:focus{
  color: rgb(24 79 53 / 0.1) !important;
}

.focus\:text-green-900\/100:focus{
  color: rgb(24 79 53 / 1) !important;
}

.focus\:text-green-900\/15:focus{
  color: rgb(24 79 53 / 0.15) !important;
}

.focus\:text-green-900\/20:focus{
  color: rgb(24 79 53 / 0.2) !important;
}

.focus\:text-green-900\/25:focus{
  color: rgb(24 79 53 / 0.25) !important;
}

.focus\:text-green-900\/30:focus{
  color: rgb(24 79 53 / 0.3) !important;
}

.focus\:text-green-900\/35:focus{
  color: rgb(24 79 53 / 0.35) !important;
}

.focus\:text-green-900\/40:focus{
  color: rgb(24 79 53 / 0.4) !important;
}

.focus\:text-green-900\/45:focus{
  color: rgb(24 79 53 / 0.45) !important;
}

.focus\:text-green-900\/5:focus{
  color: rgb(24 79 53 / 0.05) !important;
}

.focus\:text-green-900\/50:focus{
  color: rgb(24 79 53 / 0.5) !important;
}

.focus\:text-green-900\/55:focus{
  color: rgb(24 79 53 / 0.55) !important;
}

.focus\:text-green-900\/60:focus{
  color: rgb(24 79 53 / 0.6) !important;
}

.focus\:text-green-900\/65:focus{
  color: rgb(24 79 53 / 0.65) !important;
}

.focus\:text-green-900\/70:focus{
  color: rgb(24 79 53 / 0.7) !important;
}

.focus\:text-green-900\/75:focus{
  color: rgb(24 79 53 / 0.75) !important;
}

.focus\:text-green-900\/80:focus{
  color: rgb(24 79 53 / 0.8) !important;
}

.focus\:text-green-900\/85:focus{
  color: rgb(24 79 53 / 0.85) !important;
}

.focus\:text-green-900\/90:focus{
  color: rgb(24 79 53 / 0.9) !important;
}

.focus\:text-green-900\/95:focus{
  color: rgb(24 79 53 / 0.95) !important;
}

.focus\:text-green-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(7 44 27 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-green-950\/0:focus{
  color: rgb(7 44 27 / 0) !important;
}

.focus\:text-green-950\/10:focus{
  color: rgb(7 44 27 / 0.1) !important;
}

.focus\:text-green-950\/100:focus{
  color: rgb(7 44 27 / 1) !important;
}

.focus\:text-green-950\/15:focus{
  color: rgb(7 44 27 / 0.15) !important;
}

.focus\:text-green-950\/20:focus{
  color: rgb(7 44 27 / 0.2) !important;
}

.focus\:text-green-950\/25:focus{
  color: rgb(7 44 27 / 0.25) !important;
}

.focus\:text-green-950\/30:focus{
  color: rgb(7 44 27 / 0.3) !important;
}

.focus\:text-green-950\/35:focus{
  color: rgb(7 44 27 / 0.35) !important;
}

.focus\:text-green-950\/40:focus{
  color: rgb(7 44 27 / 0.4) !important;
}

.focus\:text-green-950\/45:focus{
  color: rgb(7 44 27 / 0.45) !important;
}

.focus\:text-green-950\/5:focus{
  color: rgb(7 44 27 / 0.05) !important;
}

.focus\:text-green-950\/50:focus{
  color: rgb(7 44 27 / 0.5) !important;
}

.focus\:text-green-950\/55:focus{
  color: rgb(7 44 27 / 0.55) !important;
}

.focus\:text-green-950\/60:focus{
  color: rgb(7 44 27 / 0.6) !important;
}

.focus\:text-green-950\/65:focus{
  color: rgb(7 44 27 / 0.65) !important;
}

.focus\:text-green-950\/70:focus{
  color: rgb(7 44 27 / 0.7) !important;
}

.focus\:text-green-950\/75:focus{
  color: rgb(7 44 27 / 0.75) !important;
}

.focus\:text-green-950\/80:focus{
  color: rgb(7 44 27 / 0.8) !important;
}

.focus\:text-green-950\/85:focus{
  color: rgb(7 44 27 / 0.85) !important;
}

.focus\:text-green-950\/90:focus{
  color: rgb(7 44 27 / 0.9) !important;
}

.focus\:text-green-950\/95:focus{
  color: rgb(7 44 27 / 0.95) !important;
}

.focus\:text-grey-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(250 251 252 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-100\/0:focus{
  color: rgb(250 251 252 / 0) !important;
}

.focus\:text-grey-100\/10:focus{
  color: rgb(250 251 252 / 0.1) !important;
}

.focus\:text-grey-100\/100:focus{
  color: rgb(250 251 252 / 1) !important;
}

.focus\:text-grey-100\/15:focus{
  color: rgb(250 251 252 / 0.15) !important;
}

.focus\:text-grey-100\/20:focus{
  color: rgb(250 251 252 / 0.2) !important;
}

.focus\:text-grey-100\/25:focus{
  color: rgb(250 251 252 / 0.25) !important;
}

.focus\:text-grey-100\/30:focus{
  color: rgb(250 251 252 / 0.3) !important;
}

.focus\:text-grey-100\/35:focus{
  color: rgb(250 251 252 / 0.35) !important;
}

.focus\:text-grey-100\/40:focus{
  color: rgb(250 251 252 / 0.4) !important;
}

.focus\:text-grey-100\/45:focus{
  color: rgb(250 251 252 / 0.45) !important;
}

.focus\:text-grey-100\/5:focus{
  color: rgb(250 251 252 / 0.05) !important;
}

.focus\:text-grey-100\/50:focus{
  color: rgb(250 251 252 / 0.5) !important;
}

.focus\:text-grey-100\/55:focus{
  color: rgb(250 251 252 / 0.55) !important;
}

.focus\:text-grey-100\/60:focus{
  color: rgb(250 251 252 / 0.6) !important;
}

.focus\:text-grey-100\/65:focus{
  color: rgb(250 251 252 / 0.65) !important;
}

.focus\:text-grey-100\/70:focus{
  color: rgb(250 251 252 / 0.7) !important;
}

.focus\:text-grey-100\/75:focus{
  color: rgb(250 251 252 / 0.75) !important;
}

.focus\:text-grey-100\/80:focus{
  color: rgb(250 251 252 / 0.8) !important;
}

.focus\:text-grey-100\/85:focus{
  color: rgb(250 251 252 / 0.85) !important;
}

.focus\:text-grey-100\/90:focus{
  color: rgb(250 251 252 / 0.9) !important;
}

.focus\:text-grey-100\/95:focus{
  color: rgb(250 251 252 / 0.95) !important;
}

.focus\:text-grey-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(247 248 250 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-200\/0:focus{
  color: rgb(247 248 250 / 0) !important;
}

.focus\:text-grey-200\/10:focus{
  color: rgb(247 248 250 / 0.1) !important;
}

.focus\:text-grey-200\/100:focus{
  color: rgb(247 248 250 / 1) !important;
}

.focus\:text-grey-200\/15:focus{
  color: rgb(247 248 250 / 0.15) !important;
}

.focus\:text-grey-200\/20:focus{
  color: rgb(247 248 250 / 0.2) !important;
}

.focus\:text-grey-200\/25:focus{
  color: rgb(247 248 250 / 0.25) !important;
}

.focus\:text-grey-200\/30:focus{
  color: rgb(247 248 250 / 0.3) !important;
}

.focus\:text-grey-200\/35:focus{
  color: rgb(247 248 250 / 0.35) !important;
}

.focus\:text-grey-200\/40:focus{
  color: rgb(247 248 250 / 0.4) !important;
}

.focus\:text-grey-200\/45:focus{
  color: rgb(247 248 250 / 0.45) !important;
}

.focus\:text-grey-200\/5:focus{
  color: rgb(247 248 250 / 0.05) !important;
}

.focus\:text-grey-200\/50:focus{
  color: rgb(247 248 250 / 0.5) !important;
}

.focus\:text-grey-200\/55:focus{
  color: rgb(247 248 250 / 0.55) !important;
}

.focus\:text-grey-200\/60:focus{
  color: rgb(247 248 250 / 0.6) !important;
}

.focus\:text-grey-200\/65:focus{
  color: rgb(247 248 250 / 0.65) !important;
}

.focus\:text-grey-200\/70:focus{
  color: rgb(247 248 250 / 0.7) !important;
}

.focus\:text-grey-200\/75:focus{
  color: rgb(247 248 250 / 0.75) !important;
}

.focus\:text-grey-200\/80:focus{
  color: rgb(247 248 250 / 0.8) !important;
}

.focus\:text-grey-200\/85:focus{
  color: rgb(247 248 250 / 0.85) !important;
}

.focus\:text-grey-200\/90:focus{
  color: rgb(247 248 250 / 0.9) !important;
}

.focus\:text-grey-200\/95:focus{
  color: rgb(247 248 250 / 0.95) !important;
}

.focus\:text-grey-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(243 245 248 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-300\/0:focus{
  color: rgb(243 245 248 / 0) !important;
}

.focus\:text-grey-300\/10:focus{
  color: rgb(243 245 248 / 0.1) !important;
}

.focus\:text-grey-300\/100:focus{
  color: rgb(243 245 248 / 1) !important;
}

.focus\:text-grey-300\/15:focus{
  color: rgb(243 245 248 / 0.15) !important;
}

.focus\:text-grey-300\/20:focus{
  color: rgb(243 245 248 / 0.2) !important;
}

.focus\:text-grey-300\/25:focus{
  color: rgb(243 245 248 / 0.25) !important;
}

.focus\:text-grey-300\/30:focus{
  color: rgb(243 245 248 / 0.3) !important;
}

.focus\:text-grey-300\/35:focus{
  color: rgb(243 245 248 / 0.35) !important;
}

.focus\:text-grey-300\/40:focus{
  color: rgb(243 245 248 / 0.4) !important;
}

.focus\:text-grey-300\/45:focus{
  color: rgb(243 245 248 / 0.45) !important;
}

.focus\:text-grey-300\/5:focus{
  color: rgb(243 245 248 / 0.05) !important;
}

.focus\:text-grey-300\/50:focus{
  color: rgb(243 245 248 / 0.5) !important;
}

.focus\:text-grey-300\/55:focus{
  color: rgb(243 245 248 / 0.55) !important;
}

.focus\:text-grey-300\/60:focus{
  color: rgb(243 245 248 / 0.6) !important;
}

.focus\:text-grey-300\/65:focus{
  color: rgb(243 245 248 / 0.65) !important;
}

.focus\:text-grey-300\/70:focus{
  color: rgb(243 245 248 / 0.7) !important;
}

.focus\:text-grey-300\/75:focus{
  color: rgb(243 245 248 / 0.75) !important;
}

.focus\:text-grey-300\/80:focus{
  color: rgb(243 245 248 / 0.8) !important;
}

.focus\:text-grey-300\/85:focus{
  color: rgb(243 245 248 / 0.85) !important;
}

.focus\:text-grey-300\/90:focus{
  color: rgb(243 245 248 / 0.9) !important;
}

.focus\:text-grey-300\/95:focus{
  color: rgb(243 245 248 / 0.95) !important;
}

.focus\:text-grey-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(241 242 247 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-400\/0:focus{
  color: rgb(241 242 247 / 0) !important;
}

.focus\:text-grey-400\/10:focus{
  color: rgb(241 242 247 / 0.1) !important;
}

.focus\:text-grey-400\/100:focus{
  color: rgb(241 242 247 / 1) !important;
}

.focus\:text-grey-400\/15:focus{
  color: rgb(241 242 247 / 0.15) !important;
}

.focus\:text-grey-400\/20:focus{
  color: rgb(241 242 247 / 0.2) !important;
}

.focus\:text-grey-400\/25:focus{
  color: rgb(241 242 247 / 0.25) !important;
}

.focus\:text-grey-400\/30:focus{
  color: rgb(241 242 247 / 0.3) !important;
}

.focus\:text-grey-400\/35:focus{
  color: rgb(241 242 247 / 0.35) !important;
}

.focus\:text-grey-400\/40:focus{
  color: rgb(241 242 247 / 0.4) !important;
}

.focus\:text-grey-400\/45:focus{
  color: rgb(241 242 247 / 0.45) !important;
}

.focus\:text-grey-400\/5:focus{
  color: rgb(241 242 247 / 0.05) !important;
}

.focus\:text-grey-400\/50:focus{
  color: rgb(241 242 247 / 0.5) !important;
}

.focus\:text-grey-400\/55:focus{
  color: rgb(241 242 247 / 0.55) !important;
}

.focus\:text-grey-400\/60:focus{
  color: rgb(241 242 247 / 0.6) !important;
}

.focus\:text-grey-400\/65:focus{
  color: rgb(241 242 247 / 0.65) !important;
}

.focus\:text-grey-400\/70:focus{
  color: rgb(241 242 247 / 0.7) !important;
}

.focus\:text-grey-400\/75:focus{
  color: rgb(241 242 247 / 0.75) !important;
}

.focus\:text-grey-400\/80:focus{
  color: rgb(241 242 247 / 0.8) !important;
}

.focus\:text-grey-400\/85:focus{
  color: rgb(241 242 247 / 0.85) !important;
}

.focus\:text-grey-400\/90:focus{
  color: rgb(241 242 247 / 0.9) !important;
}

.focus\:text-grey-400\/95:focus{
  color: rgb(241 242 247 / 0.95) !important;
}

.focus\:text-grey-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(253 253 254 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-50\/0:focus{
  color: rgb(253 253 254 / 0) !important;
}

.focus\:text-grey-50\/10:focus{
  color: rgb(253 253 254 / 0.1) !important;
}

.focus\:text-grey-50\/100:focus{
  color: rgb(253 253 254 / 1) !important;
}

.focus\:text-grey-50\/15:focus{
  color: rgb(253 253 254 / 0.15) !important;
}

.focus\:text-grey-50\/20:focus{
  color: rgb(253 253 254 / 0.2) !important;
}

.focus\:text-grey-50\/25:focus{
  color: rgb(253 253 254 / 0.25) !important;
}

.focus\:text-grey-50\/30:focus{
  color: rgb(253 253 254 / 0.3) !important;
}

.focus\:text-grey-50\/35:focus{
  color: rgb(253 253 254 / 0.35) !important;
}

.focus\:text-grey-50\/40:focus{
  color: rgb(253 253 254 / 0.4) !important;
}

.focus\:text-grey-50\/45:focus{
  color: rgb(253 253 254 / 0.45) !important;
}

.focus\:text-grey-50\/5:focus{
  color: rgb(253 253 254 / 0.05) !important;
}

.focus\:text-grey-50\/50:focus{
  color: rgb(253 253 254 / 0.5) !important;
}

.focus\:text-grey-50\/55:focus{
  color: rgb(253 253 254 / 0.55) !important;
}

.focus\:text-grey-50\/60:focus{
  color: rgb(253 253 254 / 0.6) !important;
}

.focus\:text-grey-50\/65:focus{
  color: rgb(253 253 254 / 0.65) !important;
}

.focus\:text-grey-50\/70:focus{
  color: rgb(253 253 254 / 0.7) !important;
}

.focus\:text-grey-50\/75:focus{
  color: rgb(253 253 254 / 0.75) !important;
}

.focus\:text-grey-50\/80:focus{
  color: rgb(253 253 254 / 0.8) !important;
}

.focus\:text-grey-50\/85:focus{
  color: rgb(253 253 254 / 0.85) !important;
}

.focus\:text-grey-50\/90:focus{
  color: rgb(253 253 254 / 0.9) !important;
}

.focus\:text-grey-50\/95:focus{
  color: rgb(253 253 254 / 0.95) !important;
}

.focus\:text-grey-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(238 240 245 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-500\/0:focus{
  color: rgb(238 240 245 / 0) !important;
}

.focus\:text-grey-500\/10:focus{
  color: rgb(238 240 245 / 0.1) !important;
}

.focus\:text-grey-500\/100:focus{
  color: rgb(238 240 245 / 1) !important;
}

.focus\:text-grey-500\/15:focus{
  color: rgb(238 240 245 / 0.15) !important;
}

.focus\:text-grey-500\/20:focus{
  color: rgb(238 240 245 / 0.2) !important;
}

.focus\:text-grey-500\/25:focus{
  color: rgb(238 240 245 / 0.25) !important;
}

.focus\:text-grey-500\/30:focus{
  color: rgb(238 240 245 / 0.3) !important;
}

.focus\:text-grey-500\/35:focus{
  color: rgb(238 240 245 / 0.35) !important;
}

.focus\:text-grey-500\/40:focus{
  color: rgb(238 240 245 / 0.4) !important;
}

.focus\:text-grey-500\/45:focus{
  color: rgb(238 240 245 / 0.45) !important;
}

.focus\:text-grey-500\/5:focus{
  color: rgb(238 240 245 / 0.05) !important;
}

.focus\:text-grey-500\/50:focus{
  color: rgb(238 240 245 / 0.5) !important;
}

.focus\:text-grey-500\/55:focus{
  color: rgb(238 240 245 / 0.55) !important;
}

.focus\:text-grey-500\/60:focus{
  color: rgb(238 240 245 / 0.6) !important;
}

.focus\:text-grey-500\/65:focus{
  color: rgb(238 240 245 / 0.65) !important;
}

.focus\:text-grey-500\/70:focus{
  color: rgb(238 240 245 / 0.7) !important;
}

.focus\:text-grey-500\/75:focus{
  color: rgb(238 240 245 / 0.75) !important;
}

.focus\:text-grey-500\/80:focus{
  color: rgb(238 240 245 / 0.8) !important;
}

.focus\:text-grey-500\/85:focus{
  color: rgb(238 240 245 / 0.85) !important;
}

.focus\:text-grey-500\/90:focus{
  color: rgb(238 240 245 / 0.9) !important;
}

.focus\:text-grey-500\/95:focus{
  color: rgb(238 240 245 / 0.95) !important;
}

.focus\:text-grey-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(236 238 244 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-600\/0:focus{
  color: rgb(236 238 244 / 0) !important;
}

.focus\:text-grey-600\/10:focus{
  color: rgb(236 238 244 / 0.1) !important;
}

.focus\:text-grey-600\/100:focus{
  color: rgb(236 238 244 / 1) !important;
}

.focus\:text-grey-600\/15:focus{
  color: rgb(236 238 244 / 0.15) !important;
}

.focus\:text-grey-600\/20:focus{
  color: rgb(236 238 244 / 0.2) !important;
}

.focus\:text-grey-600\/25:focus{
  color: rgb(236 238 244 / 0.25) !important;
}

.focus\:text-grey-600\/30:focus{
  color: rgb(236 238 244 / 0.3) !important;
}

.focus\:text-grey-600\/35:focus{
  color: rgb(236 238 244 / 0.35) !important;
}

.focus\:text-grey-600\/40:focus{
  color: rgb(236 238 244 / 0.4) !important;
}

.focus\:text-grey-600\/45:focus{
  color: rgb(236 238 244 / 0.45) !important;
}

.focus\:text-grey-600\/5:focus{
  color: rgb(236 238 244 / 0.05) !important;
}

.focus\:text-grey-600\/50:focus{
  color: rgb(236 238 244 / 0.5) !important;
}

.focus\:text-grey-600\/55:focus{
  color: rgb(236 238 244 / 0.55) !important;
}

.focus\:text-grey-600\/60:focus{
  color: rgb(236 238 244 / 0.6) !important;
}

.focus\:text-grey-600\/65:focus{
  color: rgb(236 238 244 / 0.65) !important;
}

.focus\:text-grey-600\/70:focus{
  color: rgb(236 238 244 / 0.7) !important;
}

.focus\:text-grey-600\/75:focus{
  color: rgb(236 238 244 / 0.75) !important;
}

.focus\:text-grey-600\/80:focus{
  color: rgb(236 238 244 / 0.8) !important;
}

.focus\:text-grey-600\/85:focus{
  color: rgb(236 238 244 / 0.85) !important;
}

.focus\:text-grey-600\/90:focus{
  color: rgb(236 238 244 / 0.9) !important;
}

.focus\:text-grey-600\/95:focus{
  color: rgb(236 238 244 / 0.95) !important;
}

.focus\:text-grey-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(233 236 242 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-700\/0:focus{
  color: rgb(233 236 242 / 0) !important;
}

.focus\:text-grey-700\/10:focus{
  color: rgb(233 236 242 / 0.1) !important;
}

.focus\:text-grey-700\/100:focus{
  color: rgb(233 236 242 / 1) !important;
}

.focus\:text-grey-700\/15:focus{
  color: rgb(233 236 242 / 0.15) !important;
}

.focus\:text-grey-700\/20:focus{
  color: rgb(233 236 242 / 0.2) !important;
}

.focus\:text-grey-700\/25:focus{
  color: rgb(233 236 242 / 0.25) !important;
}

.focus\:text-grey-700\/30:focus{
  color: rgb(233 236 242 / 0.3) !important;
}

.focus\:text-grey-700\/35:focus{
  color: rgb(233 236 242 / 0.35) !important;
}

.focus\:text-grey-700\/40:focus{
  color: rgb(233 236 242 / 0.4) !important;
}

.focus\:text-grey-700\/45:focus{
  color: rgb(233 236 242 / 0.45) !important;
}

.focus\:text-grey-700\/5:focus{
  color: rgb(233 236 242 / 0.05) !important;
}

.focus\:text-grey-700\/50:focus{
  color: rgb(233 236 242 / 0.5) !important;
}

.focus\:text-grey-700\/55:focus{
  color: rgb(233 236 242 / 0.55) !important;
}

.focus\:text-grey-700\/60:focus{
  color: rgb(233 236 242 / 0.6) !important;
}

.focus\:text-grey-700\/65:focus{
  color: rgb(233 236 242 / 0.65) !important;
}

.focus\:text-grey-700\/70:focus{
  color: rgb(233 236 242 / 0.7) !important;
}

.focus\:text-grey-700\/75:focus{
  color: rgb(233 236 242 / 0.75) !important;
}

.focus\:text-grey-700\/80:focus{
  color: rgb(233 236 242 / 0.8) !important;
}

.focus\:text-grey-700\/85:focus{
  color: rgb(233 236 242 / 0.85) !important;
}

.focus\:text-grey-700\/90:focus{
  color: rgb(233 236 242 / 0.9) !important;
}

.focus\:text-grey-700\/95:focus{
  color: rgb(233 236 242 / 0.95) !important;
}

.focus\:text-grey-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(231 233 240 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-800\/0:focus{
  color: rgb(231 233 240 / 0) !important;
}

.focus\:text-grey-800\/10:focus{
  color: rgb(231 233 240 / 0.1) !important;
}

.focus\:text-grey-800\/100:focus{
  color: rgb(231 233 240 / 1) !important;
}

.focus\:text-grey-800\/15:focus{
  color: rgb(231 233 240 / 0.15) !important;
}

.focus\:text-grey-800\/20:focus{
  color: rgb(231 233 240 / 0.2) !important;
}

.focus\:text-grey-800\/25:focus{
  color: rgb(231 233 240 / 0.25) !important;
}

.focus\:text-grey-800\/30:focus{
  color: rgb(231 233 240 / 0.3) !important;
}

.focus\:text-grey-800\/35:focus{
  color: rgb(231 233 240 / 0.35) !important;
}

.focus\:text-grey-800\/40:focus{
  color: rgb(231 233 240 / 0.4) !important;
}

.focus\:text-grey-800\/45:focus{
  color: rgb(231 233 240 / 0.45) !important;
}

.focus\:text-grey-800\/5:focus{
  color: rgb(231 233 240 / 0.05) !important;
}

.focus\:text-grey-800\/50:focus{
  color: rgb(231 233 240 / 0.5) !important;
}

.focus\:text-grey-800\/55:focus{
  color: rgb(231 233 240 / 0.55) !important;
}

.focus\:text-grey-800\/60:focus{
  color: rgb(231 233 240 / 0.6) !important;
}

.focus\:text-grey-800\/65:focus{
  color: rgb(231 233 240 / 0.65) !important;
}

.focus\:text-grey-800\/70:focus{
  color: rgb(231 233 240 / 0.7) !important;
}

.focus\:text-grey-800\/75:focus{
  color: rgb(231 233 240 / 0.75) !important;
}

.focus\:text-grey-800\/80:focus{
  color: rgb(231 233 240 / 0.8) !important;
}

.focus\:text-grey-800\/85:focus{
  color: rgb(231 233 240 / 0.85) !important;
}

.focus\:text-grey-800\/90:focus{
  color: rgb(231 233 240 / 0.9) !important;
}

.focus\:text-grey-800\/95:focus{
  color: rgb(231 233 240 / 0.95) !important;
}

.focus\:text-grey-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(226 229 238 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-grey-900\/0:focus{
  color: rgb(226 229 238 / 0) !important;
}

.focus\:text-grey-900\/10:focus{
  color: rgb(226 229 238 / 0.1) !important;
}

.focus\:text-grey-900\/100:focus{
  color: rgb(226 229 238 / 1) !important;
}

.focus\:text-grey-900\/15:focus{
  color: rgb(226 229 238 / 0.15) !important;
}

.focus\:text-grey-900\/20:focus{
  color: rgb(226 229 238 / 0.2) !important;
}

.focus\:text-grey-900\/25:focus{
  color: rgb(226 229 238 / 0.25) !important;
}

.focus\:text-grey-900\/30:focus{
  color: rgb(226 229 238 / 0.3) !important;
}

.focus\:text-grey-900\/35:focus{
  color: rgb(226 229 238 / 0.35) !important;
}

.focus\:text-grey-900\/40:focus{
  color: rgb(226 229 238 / 0.4) !important;
}

.focus\:text-grey-900\/45:focus{
  color: rgb(226 229 238 / 0.45) !important;
}

.focus\:text-grey-900\/5:focus{
  color: rgb(226 229 238 / 0.05) !important;
}

.focus\:text-grey-900\/50:focus{
  color: rgb(226 229 238 / 0.5) !important;
}

.focus\:text-grey-900\/55:focus{
  color: rgb(226 229 238 / 0.55) !important;
}

.focus\:text-grey-900\/60:focus{
  color: rgb(226 229 238 / 0.6) !important;
}

.focus\:text-grey-900\/65:focus{
  color: rgb(226 229 238 / 0.65) !important;
}

.focus\:text-grey-900\/70:focus{
  color: rgb(226 229 238 / 0.7) !important;
}

.focus\:text-grey-900\/75:focus{
  color: rgb(226 229 238 / 0.75) !important;
}

.focus\:text-grey-900\/80:focus{
  color: rgb(226 229 238 / 0.8) !important;
}

.focus\:text-grey-900\/85:focus{
  color: rgb(226 229 238 / 0.85) !important;
}

.focus\:text-grey-900\/90:focus{
  color: rgb(226 229 238 / 0.9) !important;
}

.focus\:text-grey-900\/95:focus{
  color: rgb(226 229 238 / 0.95) !important;
}

.focus\:text-navy-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(191 191 248 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-100\/0:focus{
  color: rgb(191 191 248 / 0) !important;
}

.focus\:text-navy-100\/10:focus{
  color: rgb(191 191 248 / 0.1) !important;
}

.focus\:text-navy-100\/100:focus{
  color: rgb(191 191 248 / 1) !important;
}

.focus\:text-navy-100\/15:focus{
  color: rgb(191 191 248 / 0.15) !important;
}

.focus\:text-navy-100\/20:focus{
  color: rgb(191 191 248 / 0.2) !important;
}

.focus\:text-navy-100\/25:focus{
  color: rgb(191 191 248 / 0.25) !important;
}

.focus\:text-navy-100\/30:focus{
  color: rgb(191 191 248 / 0.3) !important;
}

.focus\:text-navy-100\/35:focus{
  color: rgb(191 191 248 / 0.35) !important;
}

.focus\:text-navy-100\/40:focus{
  color: rgb(191 191 248 / 0.4) !important;
}

.focus\:text-navy-100\/45:focus{
  color: rgb(191 191 248 / 0.45) !important;
}

.focus\:text-navy-100\/5:focus{
  color: rgb(191 191 248 / 0.05) !important;
}

.focus\:text-navy-100\/50:focus{
  color: rgb(191 191 248 / 0.5) !important;
}

.focus\:text-navy-100\/55:focus{
  color: rgb(191 191 248 / 0.55) !important;
}

.focus\:text-navy-100\/60:focus{
  color: rgb(191 191 248 / 0.6) !important;
}

.focus\:text-navy-100\/65:focus{
  color: rgb(191 191 248 / 0.65) !important;
}

.focus\:text-navy-100\/70:focus{
  color: rgb(191 191 248 / 0.7) !important;
}

.focus\:text-navy-100\/75:focus{
  color: rgb(191 191 248 / 0.75) !important;
}

.focus\:text-navy-100\/80:focus{
  color: rgb(191 191 248 / 0.8) !important;
}

.focus\:text-navy-100\/85:focus{
  color: rgb(191 191 248 / 0.85) !important;
}

.focus\:text-navy-100\/90:focus{
  color: rgb(191 191 248 / 0.9) !important;
}

.focus\:text-navy-100\/95:focus{
  color: rgb(191 191 248 / 0.95) !important;
}

.focus\:text-navy-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(149 149 243 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-200\/0:focus{
  color: rgb(149 149 243 / 0) !important;
}

.focus\:text-navy-200\/10:focus{
  color: rgb(149 149 243 / 0.1) !important;
}

.focus\:text-navy-200\/100:focus{
  color: rgb(149 149 243 / 1) !important;
}

.focus\:text-navy-200\/15:focus{
  color: rgb(149 149 243 / 0.15) !important;
}

.focus\:text-navy-200\/20:focus{
  color: rgb(149 149 243 / 0.2) !important;
}

.focus\:text-navy-200\/25:focus{
  color: rgb(149 149 243 / 0.25) !important;
}

.focus\:text-navy-200\/30:focus{
  color: rgb(149 149 243 / 0.3) !important;
}

.focus\:text-navy-200\/35:focus{
  color: rgb(149 149 243 / 0.35) !important;
}

.focus\:text-navy-200\/40:focus{
  color: rgb(149 149 243 / 0.4) !important;
}

.focus\:text-navy-200\/45:focus{
  color: rgb(149 149 243 / 0.45) !important;
}

.focus\:text-navy-200\/5:focus{
  color: rgb(149 149 243 / 0.05) !important;
}

.focus\:text-navy-200\/50:focus{
  color: rgb(149 149 243 / 0.5) !important;
}

.focus\:text-navy-200\/55:focus{
  color: rgb(149 149 243 / 0.55) !important;
}

.focus\:text-navy-200\/60:focus{
  color: rgb(149 149 243 / 0.6) !important;
}

.focus\:text-navy-200\/65:focus{
  color: rgb(149 149 243 / 0.65) !important;
}

.focus\:text-navy-200\/70:focus{
  color: rgb(149 149 243 / 0.7) !important;
}

.focus\:text-navy-200\/75:focus{
  color: rgb(149 149 243 / 0.75) !important;
}

.focus\:text-navy-200\/80:focus{
  color: rgb(149 149 243 / 0.8) !important;
}

.focus\:text-navy-200\/85:focus{
  color: rgb(149 149 243 / 0.85) !important;
}

.focus\:text-navy-200\/90:focus{
  color: rgb(149 149 243 / 0.9) !important;
}

.focus\:text-navy-200\/95:focus{
  color: rgb(149 149 243 / 0.95) !important;
}

.focus\:text-navy-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(106 107 238 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-300\/0:focus{
  color: rgb(106 107 238 / 0) !important;
}

.focus\:text-navy-300\/10:focus{
  color: rgb(106 107 238 / 0.1) !important;
}

.focus\:text-navy-300\/100:focus{
  color: rgb(106 107 238 / 1) !important;
}

.focus\:text-navy-300\/15:focus{
  color: rgb(106 107 238 / 0.15) !important;
}

.focus\:text-navy-300\/20:focus{
  color: rgb(106 107 238 / 0.2) !important;
}

.focus\:text-navy-300\/25:focus{
  color: rgb(106 107 238 / 0.25) !important;
}

.focus\:text-navy-300\/30:focus{
  color: rgb(106 107 238 / 0.3) !important;
}

.focus\:text-navy-300\/35:focus{
  color: rgb(106 107 238 / 0.35) !important;
}

.focus\:text-navy-300\/40:focus{
  color: rgb(106 107 238 / 0.4) !important;
}

.focus\:text-navy-300\/45:focus{
  color: rgb(106 107 238 / 0.45) !important;
}

.focus\:text-navy-300\/5:focus{
  color: rgb(106 107 238 / 0.05) !important;
}

.focus\:text-navy-300\/50:focus{
  color: rgb(106 107 238 / 0.5) !important;
}

.focus\:text-navy-300\/55:focus{
  color: rgb(106 107 238 / 0.55) !important;
}

.focus\:text-navy-300\/60:focus{
  color: rgb(106 107 238 / 0.6) !important;
}

.focus\:text-navy-300\/65:focus{
  color: rgb(106 107 238 / 0.65) !important;
}

.focus\:text-navy-300\/70:focus{
  color: rgb(106 107 238 / 0.7) !important;
}

.focus\:text-navy-300\/75:focus{
  color: rgb(106 107 238 / 0.75) !important;
}

.focus\:text-navy-300\/80:focus{
  color: rgb(106 107 238 / 0.8) !important;
}

.focus\:text-navy-300\/85:focus{
  color: rgb(106 107 238 / 0.85) !important;
}

.focus\:text-navy-300\/90:focus{
  color: rgb(106 107 238 / 0.9) !important;
}

.focus\:text-navy-300\/95:focus{
  color: rgb(106 107 238 / 0.95) !important;
}

.focus\:text-navy-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(74 75 235 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-400\/0:focus{
  color: rgb(74 75 235 / 0) !important;
}

.focus\:text-navy-400\/10:focus{
  color: rgb(74 75 235 / 0.1) !important;
}

.focus\:text-navy-400\/100:focus{
  color: rgb(74 75 235 / 1) !important;
}

.focus\:text-navy-400\/15:focus{
  color: rgb(74 75 235 / 0.15) !important;
}

.focus\:text-navy-400\/20:focus{
  color: rgb(74 75 235 / 0.2) !important;
}

.focus\:text-navy-400\/25:focus{
  color: rgb(74 75 235 / 0.25) !important;
}

.focus\:text-navy-400\/30:focus{
  color: rgb(74 75 235 / 0.3) !important;
}

.focus\:text-navy-400\/35:focus{
  color: rgb(74 75 235 / 0.35) !important;
}

.focus\:text-navy-400\/40:focus{
  color: rgb(74 75 235 / 0.4) !important;
}

.focus\:text-navy-400\/45:focus{
  color: rgb(74 75 235 / 0.45) !important;
}

.focus\:text-navy-400\/5:focus{
  color: rgb(74 75 235 / 0.05) !important;
}

.focus\:text-navy-400\/50:focus{
  color: rgb(74 75 235 / 0.5) !important;
}

.focus\:text-navy-400\/55:focus{
  color: rgb(74 75 235 / 0.55) !important;
}

.focus\:text-navy-400\/60:focus{
  color: rgb(74 75 235 / 0.6) !important;
}

.focus\:text-navy-400\/65:focus{
  color: rgb(74 75 235 / 0.65) !important;
}

.focus\:text-navy-400\/70:focus{
  color: rgb(74 75 235 / 0.7) !important;
}

.focus\:text-navy-400\/75:focus{
  color: rgb(74 75 235 / 0.75) !important;
}

.focus\:text-navy-400\/80:focus{
  color: rgb(74 75 235 / 0.8) !important;
}

.focus\:text-navy-400\/85:focus{
  color: rgb(74 75 235 / 0.85) !important;
}

.focus\:text-navy-400\/90:focus{
  color: rgb(74 75 235 / 0.9) !important;
}

.focus\:text-navy-400\/95:focus{
  color: rgb(74 75 235 / 0.95) !important;
}

.focus\:text-navy-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(229 230 252 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-50\/0:focus{
  color: rgb(229 230 252 / 0) !important;
}

.focus\:text-navy-50\/10:focus{
  color: rgb(229 230 252 / 0.1) !important;
}

.focus\:text-navy-50\/100:focus{
  color: rgb(229 230 252 / 1) !important;
}

.focus\:text-navy-50\/15:focus{
  color: rgb(229 230 252 / 0.15) !important;
}

.focus\:text-navy-50\/20:focus{
  color: rgb(229 230 252 / 0.2) !important;
}

.focus\:text-navy-50\/25:focus{
  color: rgb(229 230 252 / 0.25) !important;
}

.focus\:text-navy-50\/30:focus{
  color: rgb(229 230 252 / 0.3) !important;
}

.focus\:text-navy-50\/35:focus{
  color: rgb(229 230 252 / 0.35) !important;
}

.focus\:text-navy-50\/40:focus{
  color: rgb(229 230 252 / 0.4) !important;
}

.focus\:text-navy-50\/45:focus{
  color: rgb(229 230 252 / 0.45) !important;
}

.focus\:text-navy-50\/5:focus{
  color: rgb(229 230 252 / 0.05) !important;
}

.focus\:text-navy-50\/50:focus{
  color: rgb(229 230 252 / 0.5) !important;
}

.focus\:text-navy-50\/55:focus{
  color: rgb(229 230 252 / 0.55) !important;
}

.focus\:text-navy-50\/60:focus{
  color: rgb(229 230 252 / 0.6) !important;
}

.focus\:text-navy-50\/65:focus{
  color: rgb(229 230 252 / 0.65) !important;
}

.focus\:text-navy-50\/70:focus{
  color: rgb(229 230 252 / 0.7) !important;
}

.focus\:text-navy-50\/75:focus{
  color: rgb(229 230 252 / 0.75) !important;
}

.focus\:text-navy-50\/80:focus{
  color: rgb(229 230 252 / 0.8) !important;
}

.focus\:text-navy-50\/85:focus{
  color: rgb(229 230 252 / 0.85) !important;
}

.focus\:text-navy-50\/90:focus{
  color: rgb(229 230 252 / 0.9) !important;
}

.focus\:text-navy-50\/95:focus{
  color: rgb(229 230 252 / 0.95) !important;
}

.focus\:text-navy-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(42 43 231 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-500\/0:focus{
  color: rgb(42 43 231 / 0) !important;
}

.focus\:text-navy-500\/10:focus{
  color: rgb(42 43 231 / 0.1) !important;
}

.focus\:text-navy-500\/100:focus{
  color: rgb(42 43 231 / 1) !important;
}

.focus\:text-navy-500\/15:focus{
  color: rgb(42 43 231 / 0.15) !important;
}

.focus\:text-navy-500\/20:focus{
  color: rgb(42 43 231 / 0.2) !important;
}

.focus\:text-navy-500\/25:focus{
  color: rgb(42 43 231 / 0.25) !important;
}

.focus\:text-navy-500\/30:focus{
  color: rgb(42 43 231 / 0.3) !important;
}

.focus\:text-navy-500\/35:focus{
  color: rgb(42 43 231 / 0.35) !important;
}

.focus\:text-navy-500\/40:focus{
  color: rgb(42 43 231 / 0.4) !important;
}

.focus\:text-navy-500\/45:focus{
  color: rgb(42 43 231 / 0.45) !important;
}

.focus\:text-navy-500\/5:focus{
  color: rgb(42 43 231 / 0.05) !important;
}

.focus\:text-navy-500\/50:focus{
  color: rgb(42 43 231 / 0.5) !important;
}

.focus\:text-navy-500\/55:focus{
  color: rgb(42 43 231 / 0.55) !important;
}

.focus\:text-navy-500\/60:focus{
  color: rgb(42 43 231 / 0.6) !important;
}

.focus\:text-navy-500\/65:focus{
  color: rgb(42 43 231 / 0.65) !important;
}

.focus\:text-navy-500\/70:focus{
  color: rgb(42 43 231 / 0.7) !important;
}

.focus\:text-navy-500\/75:focus{
  color: rgb(42 43 231 / 0.75) !important;
}

.focus\:text-navy-500\/80:focus{
  color: rgb(42 43 231 / 0.8) !important;
}

.focus\:text-navy-500\/85:focus{
  color: rgb(42 43 231 / 0.85) !important;
}

.focus\:text-navy-500\/90:focus{
  color: rgb(42 43 231 / 0.9) !important;
}

.focus\:text-navy-500\/95:focus{
  color: rgb(42 43 231 / 0.95) !important;
}

.focus\:text-navy-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(37 38 228 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-600\/0:focus{
  color: rgb(37 38 228 / 0) !important;
}

.focus\:text-navy-600\/10:focus{
  color: rgb(37 38 228 / 0.1) !important;
}

.focus\:text-navy-600\/100:focus{
  color: rgb(37 38 228 / 1) !important;
}

.focus\:text-navy-600\/15:focus{
  color: rgb(37 38 228 / 0.15) !important;
}

.focus\:text-navy-600\/20:focus{
  color: rgb(37 38 228 / 0.2) !important;
}

.focus\:text-navy-600\/25:focus{
  color: rgb(37 38 228 / 0.25) !important;
}

.focus\:text-navy-600\/30:focus{
  color: rgb(37 38 228 / 0.3) !important;
}

.focus\:text-navy-600\/35:focus{
  color: rgb(37 38 228 / 0.35) !important;
}

.focus\:text-navy-600\/40:focus{
  color: rgb(37 38 228 / 0.4) !important;
}

.focus\:text-navy-600\/45:focus{
  color: rgb(37 38 228 / 0.45) !important;
}

.focus\:text-navy-600\/5:focus{
  color: rgb(37 38 228 / 0.05) !important;
}

.focus\:text-navy-600\/50:focus{
  color: rgb(37 38 228 / 0.5) !important;
}

.focus\:text-navy-600\/55:focus{
  color: rgb(37 38 228 / 0.55) !important;
}

.focus\:text-navy-600\/60:focus{
  color: rgb(37 38 228 / 0.6) !important;
}

.focus\:text-navy-600\/65:focus{
  color: rgb(37 38 228 / 0.65) !important;
}

.focus\:text-navy-600\/70:focus{
  color: rgb(37 38 228 / 0.7) !important;
}

.focus\:text-navy-600\/75:focus{
  color: rgb(37 38 228 / 0.75) !important;
}

.focus\:text-navy-600\/80:focus{
  color: rgb(37 38 228 / 0.8) !important;
}

.focus\:text-navy-600\/85:focus{
  color: rgb(37 38 228 / 0.85) !important;
}

.focus\:text-navy-600\/90:focus{
  color: rgb(37 38 228 / 0.9) !important;
}

.focus\:text-navy-600\/95:focus{
  color: rgb(37 38 228 / 0.95) !important;
}

.focus\:text-navy-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(31 32 224 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-700\/0:focus{
  color: rgb(31 32 224 / 0) !important;
}

.focus\:text-navy-700\/10:focus{
  color: rgb(31 32 224 / 0.1) !important;
}

.focus\:text-navy-700\/100:focus{
  color: rgb(31 32 224 / 1) !important;
}

.focus\:text-navy-700\/15:focus{
  color: rgb(31 32 224 / 0.15) !important;
}

.focus\:text-navy-700\/20:focus{
  color: rgb(31 32 224 / 0.2) !important;
}

.focus\:text-navy-700\/25:focus{
  color: rgb(31 32 224 / 0.25) !important;
}

.focus\:text-navy-700\/30:focus{
  color: rgb(31 32 224 / 0.3) !important;
}

.focus\:text-navy-700\/35:focus{
  color: rgb(31 32 224 / 0.35) !important;
}

.focus\:text-navy-700\/40:focus{
  color: rgb(31 32 224 / 0.4) !important;
}

.focus\:text-navy-700\/45:focus{
  color: rgb(31 32 224 / 0.45) !important;
}

.focus\:text-navy-700\/5:focus{
  color: rgb(31 32 224 / 0.05) !important;
}

.focus\:text-navy-700\/50:focus{
  color: rgb(31 32 224 / 0.5) !important;
}

.focus\:text-navy-700\/55:focus{
  color: rgb(31 32 224 / 0.55) !important;
}

.focus\:text-navy-700\/60:focus{
  color: rgb(31 32 224 / 0.6) !important;
}

.focus\:text-navy-700\/65:focus{
  color: rgb(31 32 224 / 0.65) !important;
}

.focus\:text-navy-700\/70:focus{
  color: rgb(31 32 224 / 0.7) !important;
}

.focus\:text-navy-700\/75:focus{
  color: rgb(31 32 224 / 0.75) !important;
}

.focus\:text-navy-700\/80:focus{
  color: rgb(31 32 224 / 0.8) !important;
}

.focus\:text-navy-700\/85:focus{
  color: rgb(31 32 224 / 0.85) !important;
}

.focus\:text-navy-700\/90:focus{
  color: rgb(31 32 224 / 0.9) !important;
}

.focus\:text-navy-700\/95:focus{
  color: rgb(31 32 224 / 0.95) !important;
}

.focus\:text-navy-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(25 26 221 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-800\/0:focus{
  color: rgb(25 26 221 / 0) !important;
}

.focus\:text-navy-800\/10:focus{
  color: rgb(25 26 221 / 0.1) !important;
}

.focus\:text-navy-800\/100:focus{
  color: rgb(25 26 221 / 1) !important;
}

.focus\:text-navy-800\/15:focus{
  color: rgb(25 26 221 / 0.15) !important;
}

.focus\:text-navy-800\/20:focus{
  color: rgb(25 26 221 / 0.2) !important;
}

.focus\:text-navy-800\/25:focus{
  color: rgb(25 26 221 / 0.25) !important;
}

.focus\:text-navy-800\/30:focus{
  color: rgb(25 26 221 / 0.3) !important;
}

.focus\:text-navy-800\/35:focus{
  color: rgb(25 26 221 / 0.35) !important;
}

.focus\:text-navy-800\/40:focus{
  color: rgb(25 26 221 / 0.4) !important;
}

.focus\:text-navy-800\/45:focus{
  color: rgb(25 26 221 / 0.45) !important;
}

.focus\:text-navy-800\/5:focus{
  color: rgb(25 26 221 / 0.05) !important;
}

.focus\:text-navy-800\/50:focus{
  color: rgb(25 26 221 / 0.5) !important;
}

.focus\:text-navy-800\/55:focus{
  color: rgb(25 26 221 / 0.55) !important;
}

.focus\:text-navy-800\/60:focus{
  color: rgb(25 26 221 / 0.6) !important;
}

.focus\:text-navy-800\/65:focus{
  color: rgb(25 26 221 / 0.65) !important;
}

.focus\:text-navy-800\/70:focus{
  color: rgb(25 26 221 / 0.7) !important;
}

.focus\:text-navy-800\/75:focus{
  color: rgb(25 26 221 / 0.75) !important;
}

.focus\:text-navy-800\/80:focus{
  color: rgb(25 26 221 / 0.8) !important;
}

.focus\:text-navy-800\/85:focus{
  color: rgb(25 26 221 / 0.85) !important;
}

.focus\:text-navy-800\/90:focus{
  color: rgb(25 26 221 / 0.9) !important;
}

.focus\:text-navy-800\/95:focus{
  color: rgb(25 26 221 / 0.95) !important;
}

.focus\:text-navy-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(15 16 215 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-navy-900\/0:focus{
  color: rgb(15 16 215 / 0) !important;
}

.focus\:text-navy-900\/10:focus{
  color: rgb(15 16 215 / 0.1) !important;
}

.focus\:text-navy-900\/100:focus{
  color: rgb(15 16 215 / 1) !important;
}

.focus\:text-navy-900\/15:focus{
  color: rgb(15 16 215 / 0.15) !important;
}

.focus\:text-navy-900\/20:focus{
  color: rgb(15 16 215 / 0.2) !important;
}

.focus\:text-navy-900\/25:focus{
  color: rgb(15 16 215 / 0.25) !important;
}

.focus\:text-navy-900\/30:focus{
  color: rgb(15 16 215 / 0.3) !important;
}

.focus\:text-navy-900\/35:focus{
  color: rgb(15 16 215 / 0.35) !important;
}

.focus\:text-navy-900\/40:focus{
  color: rgb(15 16 215 / 0.4) !important;
}

.focus\:text-navy-900\/45:focus{
  color: rgb(15 16 215 / 0.45) !important;
}

.focus\:text-navy-900\/5:focus{
  color: rgb(15 16 215 / 0.05) !important;
}

.focus\:text-navy-900\/50:focus{
  color: rgb(15 16 215 / 0.5) !important;
}

.focus\:text-navy-900\/55:focus{
  color: rgb(15 16 215 / 0.55) !important;
}

.focus\:text-navy-900\/60:focus{
  color: rgb(15 16 215 / 0.6) !important;
}

.focus\:text-navy-900\/65:focus{
  color: rgb(15 16 215 / 0.65) !important;
}

.focus\:text-navy-900\/70:focus{
  color: rgb(15 16 215 / 0.7) !important;
}

.focus\:text-navy-900\/75:focus{
  color: rgb(15 16 215 / 0.75) !important;
}

.focus\:text-navy-900\/80:focus{
  color: rgb(15 16 215 / 0.8) !important;
}

.focus\:text-navy-900\/85:focus{
  color: rgb(15 16 215 / 0.85) !important;
}

.focus\:text-navy-900\/90:focus{
  color: rgb(15 16 215 / 0.9) !important;
}

.focus\:text-navy-900\/95:focus{
  color: rgb(15 16 215 / 0.95) !important;
}

.focus\:text-orange-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 238 213 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-100\/0:focus{
  color: rgb(255 238 213 / 0) !important;
}

.focus\:text-orange-100\/10:focus{
  color: rgb(255 238 213 / 0.1) !important;
}

.focus\:text-orange-100\/100:focus{
  color: rgb(255 238 213 / 1) !important;
}

.focus\:text-orange-100\/15:focus{
  color: rgb(255 238 213 / 0.15) !important;
}

.focus\:text-orange-100\/20:focus{
  color: rgb(255 238 213 / 0.2) !important;
}

.focus\:text-orange-100\/25:focus{
  color: rgb(255 238 213 / 0.25) !important;
}

.focus\:text-orange-100\/30:focus{
  color: rgb(255 238 213 / 0.3) !important;
}

.focus\:text-orange-100\/35:focus{
  color: rgb(255 238 213 / 0.35) !important;
}

.focus\:text-orange-100\/40:focus{
  color: rgb(255 238 213 / 0.4) !important;
}

.focus\:text-orange-100\/45:focus{
  color: rgb(255 238 213 / 0.45) !important;
}

.focus\:text-orange-100\/5:focus{
  color: rgb(255 238 213 / 0.05) !important;
}

.focus\:text-orange-100\/50:focus{
  color: rgb(255 238 213 / 0.5) !important;
}

.focus\:text-orange-100\/55:focus{
  color: rgb(255 238 213 / 0.55) !important;
}

.focus\:text-orange-100\/60:focus{
  color: rgb(255 238 213 / 0.6) !important;
}

.focus\:text-orange-100\/65:focus{
  color: rgb(255 238 213 / 0.65) !important;
}

.focus\:text-orange-100\/70:focus{
  color: rgb(255 238 213 / 0.7) !important;
}

.focus\:text-orange-100\/75:focus{
  color: rgb(255 238 213 / 0.75) !important;
}

.focus\:text-orange-100\/80:focus{
  color: rgb(255 238 213 / 0.8) !important;
}

.focus\:text-orange-100\/85:focus{
  color: rgb(255 238 213 / 0.85) !important;
}

.focus\:text-orange-100\/90:focus{
  color: rgb(255 238 213 / 0.9) !important;
}

.focus\:text-orange-100\/95:focus{
  color: rgb(255 238 213 / 0.95) !important;
}

.focus\:text-orange-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(254 216 170 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-200\/0:focus{
  color: rgb(254 216 170 / 0) !important;
}

.focus\:text-orange-200\/10:focus{
  color: rgb(254 216 170 / 0.1) !important;
}

.focus\:text-orange-200\/100:focus{
  color: rgb(254 216 170 / 1) !important;
}

.focus\:text-orange-200\/15:focus{
  color: rgb(254 216 170 / 0.15) !important;
}

.focus\:text-orange-200\/20:focus{
  color: rgb(254 216 170 / 0.2) !important;
}

.focus\:text-orange-200\/25:focus{
  color: rgb(254 216 170 / 0.25) !important;
}

.focus\:text-orange-200\/30:focus{
  color: rgb(254 216 170 / 0.3) !important;
}

.focus\:text-orange-200\/35:focus{
  color: rgb(254 216 170 / 0.35) !important;
}

.focus\:text-orange-200\/40:focus{
  color: rgb(254 216 170 / 0.4) !important;
}

.focus\:text-orange-200\/45:focus{
  color: rgb(254 216 170 / 0.45) !important;
}

.focus\:text-orange-200\/5:focus{
  color: rgb(254 216 170 / 0.05) !important;
}

.focus\:text-orange-200\/50:focus{
  color: rgb(254 216 170 / 0.5) !important;
}

.focus\:text-orange-200\/55:focus{
  color: rgb(254 216 170 / 0.55) !important;
}

.focus\:text-orange-200\/60:focus{
  color: rgb(254 216 170 / 0.6) !important;
}

.focus\:text-orange-200\/65:focus{
  color: rgb(254 216 170 / 0.65) !important;
}

.focus\:text-orange-200\/70:focus{
  color: rgb(254 216 170 / 0.7) !important;
}

.focus\:text-orange-200\/75:focus{
  color: rgb(254 216 170 / 0.75) !important;
}

.focus\:text-orange-200\/80:focus{
  color: rgb(254 216 170 / 0.8) !important;
}

.focus\:text-orange-200\/85:focus{
  color: rgb(254 216 170 / 0.85) !important;
}

.focus\:text-orange-200\/90:focus{
  color: rgb(254 216 170 / 0.9) !important;
}

.focus\:text-orange-200\/95:focus{
  color: rgb(254 216 170 / 0.95) !important;
}

.focus\:text-orange-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(253 188 116 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-300\/0:focus{
  color: rgb(253 188 116 / 0) !important;
}

.focus\:text-orange-300\/10:focus{
  color: rgb(253 188 116 / 0.1) !important;
}

.focus\:text-orange-300\/100:focus{
  color: rgb(253 188 116 / 1) !important;
}

.focus\:text-orange-300\/15:focus{
  color: rgb(253 188 116 / 0.15) !important;
}

.focus\:text-orange-300\/20:focus{
  color: rgb(253 188 116 / 0.2) !important;
}

.focus\:text-orange-300\/25:focus{
  color: rgb(253 188 116 / 0.25) !important;
}

.focus\:text-orange-300\/30:focus{
  color: rgb(253 188 116 / 0.3) !important;
}

.focus\:text-orange-300\/35:focus{
  color: rgb(253 188 116 / 0.35) !important;
}

.focus\:text-orange-300\/40:focus{
  color: rgb(253 188 116 / 0.4) !important;
}

.focus\:text-orange-300\/45:focus{
  color: rgb(253 188 116 / 0.45) !important;
}

.focus\:text-orange-300\/5:focus{
  color: rgb(253 188 116 / 0.05) !important;
}

.focus\:text-orange-300\/50:focus{
  color: rgb(253 188 116 / 0.5) !important;
}

.focus\:text-orange-300\/55:focus{
  color: rgb(253 188 116 / 0.55) !important;
}

.focus\:text-orange-300\/60:focus{
  color: rgb(253 188 116 / 0.6) !important;
}

.focus\:text-orange-300\/65:focus{
  color: rgb(253 188 116 / 0.65) !important;
}

.focus\:text-orange-300\/70:focus{
  color: rgb(253 188 116 / 0.7) !important;
}

.focus\:text-orange-300\/75:focus{
  color: rgb(253 188 116 / 0.75) !important;
}

.focus\:text-orange-300\/80:focus{
  color: rgb(253 188 116 / 0.8) !important;
}

.focus\:text-orange-300\/85:focus{
  color: rgb(253 188 116 / 0.85) !important;
}

.focus\:text-orange-300\/90:focus{
  color: rgb(253 188 116 / 0.9) !important;
}

.focus\:text-orange-300\/95:focus{
  color: rgb(253 188 116 / 0.95) !important;
}

.focus\:text-orange-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(252 149 59 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-400\/0:focus{
  color: rgb(252 149 59 / 0) !important;
}

.focus\:text-orange-400\/10:focus{
  color: rgb(252 149 59 / 0.1) !important;
}

.focus\:text-orange-400\/100:focus{
  color: rgb(252 149 59 / 1) !important;
}

.focus\:text-orange-400\/15:focus{
  color: rgb(252 149 59 / 0.15) !important;
}

.focus\:text-orange-400\/20:focus{
  color: rgb(252 149 59 / 0.2) !important;
}

.focus\:text-orange-400\/25:focus{
  color: rgb(252 149 59 / 0.25) !important;
}

.focus\:text-orange-400\/30:focus{
  color: rgb(252 149 59 / 0.3) !important;
}

.focus\:text-orange-400\/35:focus{
  color: rgb(252 149 59 / 0.35) !important;
}

.focus\:text-orange-400\/40:focus{
  color: rgb(252 149 59 / 0.4) !important;
}

.focus\:text-orange-400\/45:focus{
  color: rgb(252 149 59 / 0.45) !important;
}

.focus\:text-orange-400\/5:focus{
  color: rgb(252 149 59 / 0.05) !important;
}

.focus\:text-orange-400\/50:focus{
  color: rgb(252 149 59 / 0.5) !important;
}

.focus\:text-orange-400\/55:focus{
  color: rgb(252 149 59 / 0.55) !important;
}

.focus\:text-orange-400\/60:focus{
  color: rgb(252 149 59 / 0.6) !important;
}

.focus\:text-orange-400\/65:focus{
  color: rgb(252 149 59 / 0.65) !important;
}

.focus\:text-orange-400\/70:focus{
  color: rgb(252 149 59 / 0.7) !important;
}

.focus\:text-orange-400\/75:focus{
  color: rgb(252 149 59 / 0.75) !important;
}

.focus\:text-orange-400\/80:focus{
  color: rgb(252 149 59 / 0.8) !important;
}

.focus\:text-orange-400\/85:focus{
  color: rgb(252 149 59 / 0.85) !important;
}

.focus\:text-orange-400\/90:focus{
  color: rgb(252 149 59 / 0.9) !important;
}

.focus\:text-orange-400\/95:focus{
  color: rgb(252 149 59 / 0.95) !important;
}

.focus\:text-orange-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-50\/0:focus{
  color: rgb(255 247 237 / 0) !important;
}

.focus\:text-orange-50\/10:focus{
  color: rgb(255 247 237 / 0.1) !important;
}

.focus\:text-orange-50\/100:focus{
  color: rgb(255 247 237 / 1) !important;
}

.focus\:text-orange-50\/15:focus{
  color: rgb(255 247 237 / 0.15) !important;
}

.focus\:text-orange-50\/20:focus{
  color: rgb(255 247 237 / 0.2) !important;
}

.focus\:text-orange-50\/25:focus{
  color: rgb(255 247 237 / 0.25) !important;
}

.focus\:text-orange-50\/30:focus{
  color: rgb(255 247 237 / 0.3) !important;
}

.focus\:text-orange-50\/35:focus{
  color: rgb(255 247 237 / 0.35) !important;
}

.focus\:text-orange-50\/40:focus{
  color: rgb(255 247 237 / 0.4) !important;
}

.focus\:text-orange-50\/45:focus{
  color: rgb(255 247 237 / 0.45) !important;
}

.focus\:text-orange-50\/5:focus{
  color: rgb(255 247 237 / 0.05) !important;
}

.focus\:text-orange-50\/50:focus{
  color: rgb(255 247 237 / 0.5) !important;
}

.focus\:text-orange-50\/55:focus{
  color: rgb(255 247 237 / 0.55) !important;
}

.focus\:text-orange-50\/60:focus{
  color: rgb(255 247 237 / 0.6) !important;
}

.focus\:text-orange-50\/65:focus{
  color: rgb(255 247 237 / 0.65) !important;
}

.focus\:text-orange-50\/70:focus{
  color: rgb(255 247 237 / 0.7) !important;
}

.focus\:text-orange-50\/75:focus{
  color: rgb(255 247 237 / 0.75) !important;
}

.focus\:text-orange-50\/80:focus{
  color: rgb(255 247 237 / 0.8) !important;
}

.focus\:text-orange-50\/85:focus{
  color: rgb(255 247 237 / 0.85) !important;
}

.focus\:text-orange-50\/90:focus{
  color: rgb(255 247 237 / 0.9) !important;
}

.focus\:text-orange-50\/95:focus{
  color: rgb(255 247 237 / 0.95) !important;
}

.focus\:text-orange-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(250 126 34 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-500\/0:focus{
  color: rgb(250 126 34 / 0) !important;
}

.focus\:text-orange-500\/10:focus{
  color: rgb(250 126 34 / 0.1) !important;
}

.focus\:text-orange-500\/100:focus{
  color: rgb(250 126 34 / 1) !important;
}

.focus\:text-orange-500\/15:focus{
  color: rgb(250 126 34 / 0.15) !important;
}

.focus\:text-orange-500\/20:focus{
  color: rgb(250 126 34 / 0.2) !important;
}

.focus\:text-orange-500\/25:focus{
  color: rgb(250 126 34 / 0.25) !important;
}

.focus\:text-orange-500\/30:focus{
  color: rgb(250 126 34 / 0.3) !important;
}

.focus\:text-orange-500\/35:focus{
  color: rgb(250 126 34 / 0.35) !important;
}

.focus\:text-orange-500\/40:focus{
  color: rgb(250 126 34 / 0.4) !important;
}

.focus\:text-orange-500\/45:focus{
  color: rgb(250 126 34 / 0.45) !important;
}

.focus\:text-orange-500\/5:focus{
  color: rgb(250 126 34 / 0.05) !important;
}

.focus\:text-orange-500\/50:focus{
  color: rgb(250 126 34 / 0.5) !important;
}

.focus\:text-orange-500\/55:focus{
  color: rgb(250 126 34 / 0.55) !important;
}

.focus\:text-orange-500\/60:focus{
  color: rgb(250 126 34 / 0.6) !important;
}

.focus\:text-orange-500\/65:focus{
  color: rgb(250 126 34 / 0.65) !important;
}

.focus\:text-orange-500\/70:focus{
  color: rgb(250 126 34 / 0.7) !important;
}

.focus\:text-orange-500\/75:focus{
  color: rgb(250 126 34 / 0.75) !important;
}

.focus\:text-orange-500\/80:focus{
  color: rgb(250 126 34 / 0.8) !important;
}

.focus\:text-orange-500\/85:focus{
  color: rgb(250 126 34 / 0.85) !important;
}

.focus\:text-orange-500\/90:focus{
  color: rgb(250 126 34 / 0.9) !important;
}

.focus\:text-orange-500\/95:focus{
  color: rgb(250 126 34 / 0.95) !important;
}

.focus\:text-orange-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(235 92 11 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-600\/0:focus{
  color: rgb(235 92 11 / 0) !important;
}

.focus\:text-orange-600\/10:focus{
  color: rgb(235 92 11 / 0.1) !important;
}

.focus\:text-orange-600\/100:focus{
  color: rgb(235 92 11 / 1) !important;
}

.focus\:text-orange-600\/15:focus{
  color: rgb(235 92 11 / 0.15) !important;
}

.focus\:text-orange-600\/20:focus{
  color: rgb(235 92 11 / 0.2) !important;
}

.focus\:text-orange-600\/25:focus{
  color: rgb(235 92 11 / 0.25) !important;
}

.focus\:text-orange-600\/30:focus{
  color: rgb(235 92 11 / 0.3) !important;
}

.focus\:text-orange-600\/35:focus{
  color: rgb(235 92 11 / 0.35) !important;
}

.focus\:text-orange-600\/40:focus{
  color: rgb(235 92 11 / 0.4) !important;
}

.focus\:text-orange-600\/45:focus{
  color: rgb(235 92 11 / 0.45) !important;
}

.focus\:text-orange-600\/5:focus{
  color: rgb(235 92 11 / 0.05) !important;
}

.focus\:text-orange-600\/50:focus{
  color: rgb(235 92 11 / 0.5) !important;
}

.focus\:text-orange-600\/55:focus{
  color: rgb(235 92 11 / 0.55) !important;
}

.focus\:text-orange-600\/60:focus{
  color: rgb(235 92 11 / 0.6) !important;
}

.focus\:text-orange-600\/65:focus{
  color: rgb(235 92 11 / 0.65) !important;
}

.focus\:text-orange-600\/70:focus{
  color: rgb(235 92 11 / 0.7) !important;
}

.focus\:text-orange-600\/75:focus{
  color: rgb(235 92 11 / 0.75) !important;
}

.focus\:text-orange-600\/80:focus{
  color: rgb(235 92 11 / 0.8) !important;
}

.focus\:text-orange-600\/85:focus{
  color: rgb(235 92 11 / 0.85) !important;
}

.focus\:text-orange-600\/90:focus{
  color: rgb(235 92 11 / 0.9) !important;
}

.focus\:text-orange-600\/95:focus{
  color: rgb(235 92 11 / 0.95) !important;
}

.focus\:text-orange-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(195 68 11 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-700\/0:focus{
  color: rgb(195 68 11 / 0) !important;
}

.focus\:text-orange-700\/10:focus{
  color: rgb(195 68 11 / 0.1) !important;
}

.focus\:text-orange-700\/100:focus{
  color: rgb(195 68 11 / 1) !important;
}

.focus\:text-orange-700\/15:focus{
  color: rgb(195 68 11 / 0.15) !important;
}

.focus\:text-orange-700\/20:focus{
  color: rgb(195 68 11 / 0.2) !important;
}

.focus\:text-orange-700\/25:focus{
  color: rgb(195 68 11 / 0.25) !important;
}

.focus\:text-orange-700\/30:focus{
  color: rgb(195 68 11 / 0.3) !important;
}

.focus\:text-orange-700\/35:focus{
  color: rgb(195 68 11 / 0.35) !important;
}

.focus\:text-orange-700\/40:focus{
  color: rgb(195 68 11 / 0.4) !important;
}

.focus\:text-orange-700\/45:focus{
  color: rgb(195 68 11 / 0.45) !important;
}

.focus\:text-orange-700\/5:focus{
  color: rgb(195 68 11 / 0.05) !important;
}

.focus\:text-orange-700\/50:focus{
  color: rgb(195 68 11 / 0.5) !important;
}

.focus\:text-orange-700\/55:focus{
  color: rgb(195 68 11 / 0.55) !important;
}

.focus\:text-orange-700\/60:focus{
  color: rgb(195 68 11 / 0.6) !important;
}

.focus\:text-orange-700\/65:focus{
  color: rgb(195 68 11 / 0.65) !important;
}

.focus\:text-orange-700\/70:focus{
  color: rgb(195 68 11 / 0.7) !important;
}

.focus\:text-orange-700\/75:focus{
  color: rgb(195 68 11 / 0.75) !important;
}

.focus\:text-orange-700\/80:focus{
  color: rgb(195 68 11 / 0.8) !important;
}

.focus\:text-orange-700\/85:focus{
  color: rgb(195 68 11 / 0.85) !important;
}

.focus\:text-orange-700\/90:focus{
  color: rgb(195 68 11 / 0.9) !important;
}

.focus\:text-orange-700\/95:focus{
  color: rgb(195 68 11 / 0.95) !important;
}

.focus\:text-orange-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(154 54 18 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-800\/0:focus{
  color: rgb(154 54 18 / 0) !important;
}

.focus\:text-orange-800\/10:focus{
  color: rgb(154 54 18 / 0.1) !important;
}

.focus\:text-orange-800\/100:focus{
  color: rgb(154 54 18 / 1) !important;
}

.focus\:text-orange-800\/15:focus{
  color: rgb(154 54 18 / 0.15) !important;
}

.focus\:text-orange-800\/20:focus{
  color: rgb(154 54 18 / 0.2) !important;
}

.focus\:text-orange-800\/25:focus{
  color: rgb(154 54 18 / 0.25) !important;
}

.focus\:text-orange-800\/30:focus{
  color: rgb(154 54 18 / 0.3) !important;
}

.focus\:text-orange-800\/35:focus{
  color: rgb(154 54 18 / 0.35) !important;
}

.focus\:text-orange-800\/40:focus{
  color: rgb(154 54 18 / 0.4) !important;
}

.focus\:text-orange-800\/45:focus{
  color: rgb(154 54 18 / 0.45) !important;
}

.focus\:text-orange-800\/5:focus{
  color: rgb(154 54 18 / 0.05) !important;
}

.focus\:text-orange-800\/50:focus{
  color: rgb(154 54 18 / 0.5) !important;
}

.focus\:text-orange-800\/55:focus{
  color: rgb(154 54 18 / 0.55) !important;
}

.focus\:text-orange-800\/60:focus{
  color: rgb(154 54 18 / 0.6) !important;
}

.focus\:text-orange-800\/65:focus{
  color: rgb(154 54 18 / 0.65) !important;
}

.focus\:text-orange-800\/70:focus{
  color: rgb(154 54 18 / 0.7) !important;
}

.focus\:text-orange-800\/75:focus{
  color: rgb(154 54 18 / 0.75) !important;
}

.focus\:text-orange-800\/80:focus{
  color: rgb(154 54 18 / 0.8) !important;
}

.focus\:text-orange-800\/85:focus{
  color: rgb(154 54 18 / 0.85) !important;
}

.focus\:text-orange-800\/90:focus{
  color: rgb(154 54 18 / 0.9) !important;
}

.focus\:text-orange-800\/95:focus{
  color: rgb(154 54 18 / 0.95) !important;
}

.focus\:text-orange-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(124 47 18 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-900\/0:focus{
  color: rgb(124 47 18 / 0) !important;
}

.focus\:text-orange-900\/10:focus{
  color: rgb(124 47 18 / 0.1) !important;
}

.focus\:text-orange-900\/100:focus{
  color: rgb(124 47 18 / 1) !important;
}

.focus\:text-orange-900\/15:focus{
  color: rgb(124 47 18 / 0.15) !important;
}

.focus\:text-orange-900\/20:focus{
  color: rgb(124 47 18 / 0.2) !important;
}

.focus\:text-orange-900\/25:focus{
  color: rgb(124 47 18 / 0.25) !important;
}

.focus\:text-orange-900\/30:focus{
  color: rgb(124 47 18 / 0.3) !important;
}

.focus\:text-orange-900\/35:focus{
  color: rgb(124 47 18 / 0.35) !important;
}

.focus\:text-orange-900\/40:focus{
  color: rgb(124 47 18 / 0.4) !important;
}

.focus\:text-orange-900\/45:focus{
  color: rgb(124 47 18 / 0.45) !important;
}

.focus\:text-orange-900\/5:focus{
  color: rgb(124 47 18 / 0.05) !important;
}

.focus\:text-orange-900\/50:focus{
  color: rgb(124 47 18 / 0.5) !important;
}

.focus\:text-orange-900\/55:focus{
  color: rgb(124 47 18 / 0.55) !important;
}

.focus\:text-orange-900\/60:focus{
  color: rgb(124 47 18 / 0.6) !important;
}

.focus\:text-orange-900\/65:focus{
  color: rgb(124 47 18 / 0.65) !important;
}

.focus\:text-orange-900\/70:focus{
  color: rgb(124 47 18 / 0.7) !important;
}

.focus\:text-orange-900\/75:focus{
  color: rgb(124 47 18 / 0.75) !important;
}

.focus\:text-orange-900\/80:focus{
  color: rgb(124 47 18 / 0.8) !important;
}

.focus\:text-orange-900\/85:focus{
  color: rgb(124 47 18 / 0.85) !important;
}

.focus\:text-orange-900\/90:focus{
  color: rgb(124 47 18 / 0.9) !important;
}

.focus\:text-orange-900\/95:focus{
  color: rgb(124 47 18 / 0.95) !important;
}

.focus\:text-orange-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(67 21 7 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-orange-950\/0:focus{
  color: rgb(67 21 7 / 0) !important;
}

.focus\:text-orange-950\/10:focus{
  color: rgb(67 21 7 / 0.1) !important;
}

.focus\:text-orange-950\/100:focus{
  color: rgb(67 21 7 / 1) !important;
}

.focus\:text-orange-950\/15:focus{
  color: rgb(67 21 7 / 0.15) !important;
}

.focus\:text-orange-950\/20:focus{
  color: rgb(67 21 7 / 0.2) !important;
}

.focus\:text-orange-950\/25:focus{
  color: rgb(67 21 7 / 0.25) !important;
}

.focus\:text-orange-950\/30:focus{
  color: rgb(67 21 7 / 0.3) !important;
}

.focus\:text-orange-950\/35:focus{
  color: rgb(67 21 7 / 0.35) !important;
}

.focus\:text-orange-950\/40:focus{
  color: rgb(67 21 7 / 0.4) !important;
}

.focus\:text-orange-950\/45:focus{
  color: rgb(67 21 7 / 0.45) !important;
}

.focus\:text-orange-950\/5:focus{
  color: rgb(67 21 7 / 0.05) !important;
}

.focus\:text-orange-950\/50:focus{
  color: rgb(67 21 7 / 0.5) !important;
}

.focus\:text-orange-950\/55:focus{
  color: rgb(67 21 7 / 0.55) !important;
}

.focus\:text-orange-950\/60:focus{
  color: rgb(67 21 7 / 0.6) !important;
}

.focus\:text-orange-950\/65:focus{
  color: rgb(67 21 7 / 0.65) !important;
}

.focus\:text-orange-950\/70:focus{
  color: rgb(67 21 7 / 0.7) !important;
}

.focus\:text-orange-950\/75:focus{
  color: rgb(67 21 7 / 0.75) !important;
}

.focus\:text-orange-950\/80:focus{
  color: rgb(67 21 7 / 0.8) !important;
}

.focus\:text-orange-950\/85:focus{
  color: rgb(67 21 7 / 0.85) !important;
}

.focus\:text-orange-950\/90:focus{
  color: rgb(67 21 7 / 0.9) !important;
}

.focus\:text-orange-950\/95:focus{
  color: rgb(67 21 7 / 0.95) !important;
}

.focus\:text-pink-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 227 231 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-100\/0:focus{
  color: rgb(255 227 231 / 0) !important;
}

.focus\:text-pink-100\/10:focus{
  color: rgb(255 227 231 / 0.1) !important;
}

.focus\:text-pink-100\/100:focus{
  color: rgb(255 227 231 / 1) !important;
}

.focus\:text-pink-100\/15:focus{
  color: rgb(255 227 231 / 0.15) !important;
}

.focus\:text-pink-100\/20:focus{
  color: rgb(255 227 231 / 0.2) !important;
}

.focus\:text-pink-100\/25:focus{
  color: rgb(255 227 231 / 0.25) !important;
}

.focus\:text-pink-100\/30:focus{
  color: rgb(255 227 231 / 0.3) !important;
}

.focus\:text-pink-100\/35:focus{
  color: rgb(255 227 231 / 0.35) !important;
}

.focus\:text-pink-100\/40:focus{
  color: rgb(255 227 231 / 0.4) !important;
}

.focus\:text-pink-100\/45:focus{
  color: rgb(255 227 231 / 0.45) !important;
}

.focus\:text-pink-100\/5:focus{
  color: rgb(255 227 231 / 0.05) !important;
}

.focus\:text-pink-100\/50:focus{
  color: rgb(255 227 231 / 0.5) !important;
}

.focus\:text-pink-100\/55:focus{
  color: rgb(255 227 231 / 0.55) !important;
}

.focus\:text-pink-100\/60:focus{
  color: rgb(255 227 231 / 0.6) !important;
}

.focus\:text-pink-100\/65:focus{
  color: rgb(255 227 231 / 0.65) !important;
}

.focus\:text-pink-100\/70:focus{
  color: rgb(255 227 231 / 0.7) !important;
}

.focus\:text-pink-100\/75:focus{
  color: rgb(255 227 231 / 0.75) !important;
}

.focus\:text-pink-100\/80:focus{
  color: rgb(255 227 231 / 0.8) !important;
}

.focus\:text-pink-100\/85:focus{
  color: rgb(255 227 231 / 0.85) !important;
}

.focus\:text-pink-100\/90:focus{
  color: rgb(255 227 231 / 0.9) !important;
}

.focus\:text-pink-100\/95:focus{
  color: rgb(255 227 231 / 0.95) !important;
}

.focus\:text-pink-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 214 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-200\/0:focus{
  color: rgb(255 203 214 / 0) !important;
}

.focus\:text-pink-200\/10:focus{
  color: rgb(255 203 214 / 0.1) !important;
}

.focus\:text-pink-200\/100:focus{
  color: rgb(255 203 214 / 1) !important;
}

.focus\:text-pink-200\/15:focus{
  color: rgb(255 203 214 / 0.15) !important;
}

.focus\:text-pink-200\/20:focus{
  color: rgb(255 203 214 / 0.2) !important;
}

.focus\:text-pink-200\/25:focus{
  color: rgb(255 203 214 / 0.25) !important;
}

.focus\:text-pink-200\/30:focus{
  color: rgb(255 203 214 / 0.3) !important;
}

.focus\:text-pink-200\/35:focus{
  color: rgb(255 203 214 / 0.35) !important;
}

.focus\:text-pink-200\/40:focus{
  color: rgb(255 203 214 / 0.4) !important;
}

.focus\:text-pink-200\/45:focus{
  color: rgb(255 203 214 / 0.45) !important;
}

.focus\:text-pink-200\/5:focus{
  color: rgb(255 203 214 / 0.05) !important;
}

.focus\:text-pink-200\/50:focus{
  color: rgb(255 203 214 / 0.5) !important;
}

.focus\:text-pink-200\/55:focus{
  color: rgb(255 203 214 / 0.55) !important;
}

.focus\:text-pink-200\/60:focus{
  color: rgb(255 203 214 / 0.6) !important;
}

.focus\:text-pink-200\/65:focus{
  color: rgb(255 203 214 / 0.65) !important;
}

.focus\:text-pink-200\/70:focus{
  color: rgb(255 203 214 / 0.7) !important;
}

.focus\:text-pink-200\/75:focus{
  color: rgb(255 203 214 / 0.75) !important;
}

.focus\:text-pink-200\/80:focus{
  color: rgb(255 203 214 / 0.8) !important;
}

.focus\:text-pink-200\/85:focus{
  color: rgb(255 203 214 / 0.85) !important;
}

.focus\:text-pink-200\/90:focus{
  color: rgb(255 203 214 / 0.9) !important;
}

.focus\:text-pink-200\/95:focus{
  color: rgb(255 203 214 / 0.95) !important;
}

.focus\:text-pink-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 161 180 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-300\/0:focus{
  color: rgb(255 161 180 / 0) !important;
}

.focus\:text-pink-300\/10:focus{
  color: rgb(255 161 180 / 0.1) !important;
}

.focus\:text-pink-300\/100:focus{
  color: rgb(255 161 180 / 1) !important;
}

.focus\:text-pink-300\/15:focus{
  color: rgb(255 161 180 / 0.15) !important;
}

.focus\:text-pink-300\/20:focus{
  color: rgb(255 161 180 / 0.2) !important;
}

.focus\:text-pink-300\/25:focus{
  color: rgb(255 161 180 / 0.25) !important;
}

.focus\:text-pink-300\/30:focus{
  color: rgb(255 161 180 / 0.3) !important;
}

.focus\:text-pink-300\/35:focus{
  color: rgb(255 161 180 / 0.35) !important;
}

.focus\:text-pink-300\/40:focus{
  color: rgb(255 161 180 / 0.4) !important;
}

.focus\:text-pink-300\/45:focus{
  color: rgb(255 161 180 / 0.45) !important;
}

.focus\:text-pink-300\/5:focus{
  color: rgb(255 161 180 / 0.05) !important;
}

.focus\:text-pink-300\/50:focus{
  color: rgb(255 161 180 / 0.5) !important;
}

.focus\:text-pink-300\/55:focus{
  color: rgb(255 161 180 / 0.55) !important;
}

.focus\:text-pink-300\/60:focus{
  color: rgb(255 161 180 / 0.6) !important;
}

.focus\:text-pink-300\/65:focus{
  color: rgb(255 161 180 / 0.65) !important;
}

.focus\:text-pink-300\/70:focus{
  color: rgb(255 161 180 / 0.7) !important;
}

.focus\:text-pink-300\/75:focus{
  color: rgb(255 161 180 / 0.75) !important;
}

.focus\:text-pink-300\/80:focus{
  color: rgb(255 161 180 / 0.8) !important;
}

.focus\:text-pink-300\/85:focus{
  color: rgb(255 161 180 / 0.85) !important;
}

.focus\:text-pink-300\/90:focus{
  color: rgb(255 161 180 / 0.9) !important;
}

.focus\:text-pink-300\/95:focus{
  color: rgb(255 161 180 / 0.95) !important;
}

.focus\:text-pink-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 108 139 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-400\/0:focus{
  color: rgb(255 108 139 / 0) !important;
}

.focus\:text-pink-400\/10:focus{
  color: rgb(255 108 139 / 0.1) !important;
}

.focus\:text-pink-400\/100:focus{
  color: rgb(255 108 139 / 1) !important;
}

.focus\:text-pink-400\/15:focus{
  color: rgb(255 108 139 / 0.15) !important;
}

.focus\:text-pink-400\/20:focus{
  color: rgb(255 108 139 / 0.2) !important;
}

.focus\:text-pink-400\/25:focus{
  color: rgb(255 108 139 / 0.25) !important;
}

.focus\:text-pink-400\/30:focus{
  color: rgb(255 108 139 / 0.3) !important;
}

.focus\:text-pink-400\/35:focus{
  color: rgb(255 108 139 / 0.35) !important;
}

.focus\:text-pink-400\/40:focus{
  color: rgb(255 108 139 / 0.4) !important;
}

.focus\:text-pink-400\/45:focus{
  color: rgb(255 108 139 / 0.45) !important;
}

.focus\:text-pink-400\/5:focus{
  color: rgb(255 108 139 / 0.05) !important;
}

.focus\:text-pink-400\/50:focus{
  color: rgb(255 108 139 / 0.5) !important;
}

.focus\:text-pink-400\/55:focus{
  color: rgb(255 108 139 / 0.55) !important;
}

.focus\:text-pink-400\/60:focus{
  color: rgb(255 108 139 / 0.6) !important;
}

.focus\:text-pink-400\/65:focus{
  color: rgb(255 108 139 / 0.65) !important;
}

.focus\:text-pink-400\/70:focus{
  color: rgb(255 108 139 / 0.7) !important;
}

.focus\:text-pink-400\/75:focus{
  color: rgb(255 108 139 / 0.75) !important;
}

.focus\:text-pink-400\/80:focus{
  color: rgb(255 108 139 / 0.8) !important;
}

.focus\:text-pink-400\/85:focus{
  color: rgb(255 108 139 / 0.85) !important;
}

.focus\:text-pink-400\/90:focus{
  color: rgb(255 108 139 / 0.9) !important;
}

.focus\:text-pink-400\/95:focus{
  color: rgb(255 108 139 / 0.95) !important;
}

.focus\:text-pink-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 240 243 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-50\/0:focus{
  color: rgb(255 240 243 / 0) !important;
}

.focus\:text-pink-50\/10:focus{
  color: rgb(255 240 243 / 0.1) !important;
}

.focus\:text-pink-50\/100:focus{
  color: rgb(255 240 243 / 1) !important;
}

.focus\:text-pink-50\/15:focus{
  color: rgb(255 240 243 / 0.15) !important;
}

.focus\:text-pink-50\/20:focus{
  color: rgb(255 240 243 / 0.2) !important;
}

.focus\:text-pink-50\/25:focus{
  color: rgb(255 240 243 / 0.25) !important;
}

.focus\:text-pink-50\/30:focus{
  color: rgb(255 240 243 / 0.3) !important;
}

.focus\:text-pink-50\/35:focus{
  color: rgb(255 240 243 / 0.35) !important;
}

.focus\:text-pink-50\/40:focus{
  color: rgb(255 240 243 / 0.4) !important;
}

.focus\:text-pink-50\/45:focus{
  color: rgb(255 240 243 / 0.45) !important;
}

.focus\:text-pink-50\/5:focus{
  color: rgb(255 240 243 / 0.05) !important;
}

.focus\:text-pink-50\/50:focus{
  color: rgb(255 240 243 / 0.5) !important;
}

.focus\:text-pink-50\/55:focus{
  color: rgb(255 240 243 / 0.55) !important;
}

.focus\:text-pink-50\/60:focus{
  color: rgb(255 240 243 / 0.6) !important;
}

.focus\:text-pink-50\/65:focus{
  color: rgb(255 240 243 / 0.65) !important;
}

.focus\:text-pink-50\/70:focus{
  color: rgb(255 240 243 / 0.7) !important;
}

.focus\:text-pink-50\/75:focus{
  color: rgb(255 240 243 / 0.75) !important;
}

.focus\:text-pink-50\/80:focus{
  color: rgb(255 240 243 / 0.8) !important;
}

.focus\:text-pink-50\/85:focus{
  color: rgb(255 240 243 / 0.85) !important;
}

.focus\:text-pink-50\/90:focus{
  color: rgb(255 240 243 / 0.9) !important;
}

.focus\:text-pink-50\/95:focus{
  color: rgb(255 240 243 / 0.95) !important;
}

.focus\:text-pink-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-500\/0:focus{
  color: rgb(250 34 86 / 0) !important;
}

.focus\:text-pink-500\/10:focus{
  color: rgb(250 34 86 / 0.1) !important;
}

.focus\:text-pink-500\/100:focus{
  color: rgb(250 34 86 / 1) !important;
}

.focus\:text-pink-500\/15:focus{
  color: rgb(250 34 86 / 0.15) !important;
}

.focus\:text-pink-500\/20:focus{
  color: rgb(250 34 86 / 0.2) !important;
}

.focus\:text-pink-500\/25:focus{
  color: rgb(250 34 86 / 0.25) !important;
}

.focus\:text-pink-500\/30:focus{
  color: rgb(250 34 86 / 0.3) !important;
}

.focus\:text-pink-500\/35:focus{
  color: rgb(250 34 86 / 0.35) !important;
}

.focus\:text-pink-500\/40:focus{
  color: rgb(250 34 86 / 0.4) !important;
}

.focus\:text-pink-500\/45:focus{
  color: rgb(250 34 86 / 0.45) !important;
}

.focus\:text-pink-500\/5:focus{
  color: rgb(250 34 86 / 0.05) !important;
}

.focus\:text-pink-500\/50:focus{
  color: rgb(250 34 86 / 0.5) !important;
}

.focus\:text-pink-500\/55:focus{
  color: rgb(250 34 86 / 0.55) !important;
}

.focus\:text-pink-500\/60:focus{
  color: rgb(250 34 86 / 0.6) !important;
}

.focus\:text-pink-500\/65:focus{
  color: rgb(250 34 86 / 0.65) !important;
}

.focus\:text-pink-500\/70:focus{
  color: rgb(250 34 86 / 0.7) !important;
}

.focus\:text-pink-500\/75:focus{
  color: rgb(250 34 86 / 0.75) !important;
}

.focus\:text-pink-500\/80:focus{
  color: rgb(250 34 86 / 0.8) !important;
}

.focus\:text-pink-500\/85:focus{
  color: rgb(250 34 86 / 0.85) !important;
}

.focus\:text-pink-500\/90:focus{
  color: rgb(250 34 86 / 0.9) !important;
}

.focus\:text-pink-500\/95:focus{
  color: rgb(250 34 86 / 0.95) !important;
}

.focus\:text-pink-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(232 22 83 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-600\/0:focus{
  color: rgb(232 22 83 / 0) !important;
}

.focus\:text-pink-600\/10:focus{
  color: rgb(232 22 83 / 0.1) !important;
}

.focus\:text-pink-600\/100:focus{
  color: rgb(232 22 83 / 1) !important;
}

.focus\:text-pink-600\/15:focus{
  color: rgb(232 22 83 / 0.15) !important;
}

.focus\:text-pink-600\/20:focus{
  color: rgb(232 22 83 / 0.2) !important;
}

.focus\:text-pink-600\/25:focus{
  color: rgb(232 22 83 / 0.25) !important;
}

.focus\:text-pink-600\/30:focus{
  color: rgb(232 22 83 / 0.3) !important;
}

.focus\:text-pink-600\/35:focus{
  color: rgb(232 22 83 / 0.35) !important;
}

.focus\:text-pink-600\/40:focus{
  color: rgb(232 22 83 / 0.4) !important;
}

.focus\:text-pink-600\/45:focus{
  color: rgb(232 22 83 / 0.45) !important;
}

.focus\:text-pink-600\/5:focus{
  color: rgb(232 22 83 / 0.05) !important;
}

.focus\:text-pink-600\/50:focus{
  color: rgb(232 22 83 / 0.5) !important;
}

.focus\:text-pink-600\/55:focus{
  color: rgb(232 22 83 / 0.55) !important;
}

.focus\:text-pink-600\/60:focus{
  color: rgb(232 22 83 / 0.6) !important;
}

.focus\:text-pink-600\/65:focus{
  color: rgb(232 22 83 / 0.65) !important;
}

.focus\:text-pink-600\/70:focus{
  color: rgb(232 22 83 / 0.7) !important;
}

.focus\:text-pink-600\/75:focus{
  color: rgb(232 22 83 / 0.75) !important;
}

.focus\:text-pink-600\/80:focus{
  color: rgb(232 22 83 / 0.8) !important;
}

.focus\:text-pink-600\/85:focus{
  color: rgb(232 22 83 / 0.85) !important;
}

.focus\:text-pink-600\/90:focus{
  color: rgb(232 22 83 / 0.9) !important;
}

.focus\:text-pink-600\/95:focus{
  color: rgb(232 22 83 / 0.95) !important;
}

.focus\:text-pink-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(196 12 70 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-700\/0:focus{
  color: rgb(196 12 70 / 0) !important;
}

.focus\:text-pink-700\/10:focus{
  color: rgb(196 12 70 / 0.1) !important;
}

.focus\:text-pink-700\/100:focus{
  color: rgb(196 12 70 / 1) !important;
}

.focus\:text-pink-700\/15:focus{
  color: rgb(196 12 70 / 0.15) !important;
}

.focus\:text-pink-700\/20:focus{
  color: rgb(196 12 70 / 0.2) !important;
}

.focus\:text-pink-700\/25:focus{
  color: rgb(196 12 70 / 0.25) !important;
}

.focus\:text-pink-700\/30:focus{
  color: rgb(196 12 70 / 0.3) !important;
}

.focus\:text-pink-700\/35:focus{
  color: rgb(196 12 70 / 0.35) !important;
}

.focus\:text-pink-700\/40:focus{
  color: rgb(196 12 70 / 0.4) !important;
}

.focus\:text-pink-700\/45:focus{
  color: rgb(196 12 70 / 0.45) !important;
}

.focus\:text-pink-700\/5:focus{
  color: rgb(196 12 70 / 0.05) !important;
}

.focus\:text-pink-700\/50:focus{
  color: rgb(196 12 70 / 0.5) !important;
}

.focus\:text-pink-700\/55:focus{
  color: rgb(196 12 70 / 0.55) !important;
}

.focus\:text-pink-700\/60:focus{
  color: rgb(196 12 70 / 0.6) !important;
}

.focus\:text-pink-700\/65:focus{
  color: rgb(196 12 70 / 0.65) !important;
}

.focus\:text-pink-700\/70:focus{
  color: rgb(196 12 70 / 0.7) !important;
}

.focus\:text-pink-700\/75:focus{
  color: rgb(196 12 70 / 0.75) !important;
}

.focus\:text-pink-700\/80:focus{
  color: rgb(196 12 70 / 0.8) !important;
}

.focus\:text-pink-700\/85:focus{
  color: rgb(196 12 70 / 0.85) !important;
}

.focus\:text-pink-700\/90:focus{
  color: rgb(196 12 70 / 0.9) !important;
}

.focus\:text-pink-700\/95:focus{
  color: rgb(196 12 70 / 0.95) !important;
}

.focus\:text-pink-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(164 13 65 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-800\/0:focus{
  color: rgb(164 13 65 / 0) !important;
}

.focus\:text-pink-800\/10:focus{
  color: rgb(164 13 65 / 0.1) !important;
}

.focus\:text-pink-800\/100:focus{
  color: rgb(164 13 65 / 1) !important;
}

.focus\:text-pink-800\/15:focus{
  color: rgb(164 13 65 / 0.15) !important;
}

.focus\:text-pink-800\/20:focus{
  color: rgb(164 13 65 / 0.2) !important;
}

.focus\:text-pink-800\/25:focus{
  color: rgb(164 13 65 / 0.25) !important;
}

.focus\:text-pink-800\/30:focus{
  color: rgb(164 13 65 / 0.3) !important;
}

.focus\:text-pink-800\/35:focus{
  color: rgb(164 13 65 / 0.35) !important;
}

.focus\:text-pink-800\/40:focus{
  color: rgb(164 13 65 / 0.4) !important;
}

.focus\:text-pink-800\/45:focus{
  color: rgb(164 13 65 / 0.45) !important;
}

.focus\:text-pink-800\/5:focus{
  color: rgb(164 13 65 / 0.05) !important;
}

.focus\:text-pink-800\/50:focus{
  color: rgb(164 13 65 / 0.5) !important;
}

.focus\:text-pink-800\/55:focus{
  color: rgb(164 13 65 / 0.55) !important;
}

.focus\:text-pink-800\/60:focus{
  color: rgb(164 13 65 / 0.6) !important;
}

.focus\:text-pink-800\/65:focus{
  color: rgb(164 13 65 / 0.65) !important;
}

.focus\:text-pink-800\/70:focus{
  color: rgb(164 13 65 / 0.7) !important;
}

.focus\:text-pink-800\/75:focus{
  color: rgb(164 13 65 / 0.75) !important;
}

.focus\:text-pink-800\/80:focus{
  color: rgb(164 13 65 / 0.8) !important;
}

.focus\:text-pink-800\/85:focus{
  color: rgb(164 13 65 / 0.85) !important;
}

.focus\:text-pink-800\/90:focus{
  color: rgb(164 13 65 / 0.9) !important;
}

.focus\:text-pink-800\/95:focus{
  color: rgb(164 13 65 / 0.95) !important;
}

.focus\:text-pink-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(140 15 62 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-900\/0:focus{
  color: rgb(140 15 62 / 0) !important;
}

.focus\:text-pink-900\/10:focus{
  color: rgb(140 15 62 / 0.1) !important;
}

.focus\:text-pink-900\/100:focus{
  color: rgb(140 15 62 / 1) !important;
}

.focus\:text-pink-900\/15:focus{
  color: rgb(140 15 62 / 0.15) !important;
}

.focus\:text-pink-900\/20:focus{
  color: rgb(140 15 62 / 0.2) !important;
}

.focus\:text-pink-900\/25:focus{
  color: rgb(140 15 62 / 0.25) !important;
}

.focus\:text-pink-900\/30:focus{
  color: rgb(140 15 62 / 0.3) !important;
}

.focus\:text-pink-900\/35:focus{
  color: rgb(140 15 62 / 0.35) !important;
}

.focus\:text-pink-900\/40:focus{
  color: rgb(140 15 62 / 0.4) !important;
}

.focus\:text-pink-900\/45:focus{
  color: rgb(140 15 62 / 0.45) !important;
}

.focus\:text-pink-900\/5:focus{
  color: rgb(140 15 62 / 0.05) !important;
}

.focus\:text-pink-900\/50:focus{
  color: rgb(140 15 62 / 0.5) !important;
}

.focus\:text-pink-900\/55:focus{
  color: rgb(140 15 62 / 0.55) !important;
}

.focus\:text-pink-900\/60:focus{
  color: rgb(140 15 62 / 0.6) !important;
}

.focus\:text-pink-900\/65:focus{
  color: rgb(140 15 62 / 0.65) !important;
}

.focus\:text-pink-900\/70:focus{
  color: rgb(140 15 62 / 0.7) !important;
}

.focus\:text-pink-900\/75:focus{
  color: rgb(140 15 62 / 0.75) !important;
}

.focus\:text-pink-900\/80:focus{
  color: rgb(140 15 62 / 0.8) !important;
}

.focus\:text-pink-900\/85:focus{
  color: rgb(140 15 62 / 0.85) !important;
}

.focus\:text-pink-900\/90:focus{
  color: rgb(140 15 62 / 0.9) !important;
}

.focus\:text-pink-900\/95:focus{
  color: rgb(140 15 62 / 0.95) !important;
}

.focus\:text-pink-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(79 2 29 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-pink-950\/0:focus{
  color: rgb(79 2 29 / 0) !important;
}

.focus\:text-pink-950\/10:focus{
  color: rgb(79 2 29 / 0.1) !important;
}

.focus\:text-pink-950\/100:focus{
  color: rgb(79 2 29 / 1) !important;
}

.focus\:text-pink-950\/15:focus{
  color: rgb(79 2 29 / 0.15) !important;
}

.focus\:text-pink-950\/20:focus{
  color: rgb(79 2 29 / 0.2) !important;
}

.focus\:text-pink-950\/25:focus{
  color: rgb(79 2 29 / 0.25) !important;
}

.focus\:text-pink-950\/30:focus{
  color: rgb(79 2 29 / 0.3) !important;
}

.focus\:text-pink-950\/35:focus{
  color: rgb(79 2 29 / 0.35) !important;
}

.focus\:text-pink-950\/40:focus{
  color: rgb(79 2 29 / 0.4) !important;
}

.focus\:text-pink-950\/45:focus{
  color: rgb(79 2 29 / 0.45) !important;
}

.focus\:text-pink-950\/5:focus{
  color: rgb(79 2 29 / 0.05) !important;
}

.focus\:text-pink-950\/50:focus{
  color: rgb(79 2 29 / 0.5) !important;
}

.focus\:text-pink-950\/55:focus{
  color: rgb(79 2 29 / 0.55) !important;
}

.focus\:text-pink-950\/60:focus{
  color: rgb(79 2 29 / 0.6) !important;
}

.focus\:text-pink-950\/65:focus{
  color: rgb(79 2 29 / 0.65) !important;
}

.focus\:text-pink-950\/70:focus{
  color: rgb(79 2 29 / 0.7) !important;
}

.focus\:text-pink-950\/75:focus{
  color: rgb(79 2 29 / 0.75) !important;
}

.focus\:text-pink-950\/80:focus{
  color: rgb(79 2 29 / 0.8) !important;
}

.focus\:text-pink-950\/85:focus{
  color: rgb(79 2 29 / 0.85) !important;
}

.focus\:text-pink-950\/90:focus{
  color: rgb(79 2 29 / 0.9) !important;
}

.focus\:text-pink-950\/95:focus{
  color: rgb(79 2 29 / 0.95) !important;
}

.focus\:text-primary-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(232 228 217 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-100\/0:focus{
  color: rgb(232 228 217 / 0) !important;
}

.focus\:text-primary-100\/10:focus{
  color: rgb(232 228 217 / 0.1) !important;
}

.focus\:text-primary-100\/100:focus{
  color: rgb(232 228 217 / 1) !important;
}

.focus\:text-primary-100\/15:focus{
  color: rgb(232 228 217 / 0.15) !important;
}

.focus\:text-primary-100\/20:focus{
  color: rgb(232 228 217 / 0.2) !important;
}

.focus\:text-primary-100\/25:focus{
  color: rgb(232 228 217 / 0.25) !important;
}

.focus\:text-primary-100\/30:focus{
  color: rgb(232 228 217 / 0.3) !important;
}

.focus\:text-primary-100\/35:focus{
  color: rgb(232 228 217 / 0.35) !important;
}

.focus\:text-primary-100\/40:focus{
  color: rgb(232 228 217 / 0.4) !important;
}

.focus\:text-primary-100\/45:focus{
  color: rgb(232 228 217 / 0.45) !important;
}

.focus\:text-primary-100\/5:focus{
  color: rgb(232 228 217 / 0.05) !important;
}

.focus\:text-primary-100\/50:focus{
  color: rgb(232 228 217 / 0.5) !important;
}

.focus\:text-primary-100\/55:focus{
  color: rgb(232 228 217 / 0.55) !important;
}

.focus\:text-primary-100\/60:focus{
  color: rgb(232 228 217 / 0.6) !important;
}

.focus\:text-primary-100\/65:focus{
  color: rgb(232 228 217 / 0.65) !important;
}

.focus\:text-primary-100\/70:focus{
  color: rgb(232 228 217 / 0.7) !important;
}

.focus\:text-primary-100\/75:focus{
  color: rgb(232 228 217 / 0.75) !important;
}

.focus\:text-primary-100\/80:focus{
  color: rgb(232 228 217 / 0.8) !important;
}

.focus\:text-primary-100\/85:focus{
  color: rgb(232 228 217 / 0.85) !important;
}

.focus\:text-primary-100\/90:focus{
  color: rgb(232 228 217 / 0.9) !important;
}

.focus\:text-primary-100\/95:focus{
  color: rgb(232 228 217 / 0.95) !important;
}

.focus\:text-primary-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(211 200 181 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-200\/0:focus{
  color: rgb(211 200 181 / 0) !important;
}

.focus\:text-primary-200\/10:focus{
  color: rgb(211 200 181 / 0.1) !important;
}

.focus\:text-primary-200\/100:focus{
  color: rgb(211 200 181 / 1) !important;
}

.focus\:text-primary-200\/15:focus{
  color: rgb(211 200 181 / 0.15) !important;
}

.focus\:text-primary-200\/20:focus{
  color: rgb(211 200 181 / 0.2) !important;
}

.focus\:text-primary-200\/25:focus{
  color: rgb(211 200 181 / 0.25) !important;
}

.focus\:text-primary-200\/30:focus{
  color: rgb(211 200 181 / 0.3) !important;
}

.focus\:text-primary-200\/35:focus{
  color: rgb(211 200 181 / 0.35) !important;
}

.focus\:text-primary-200\/40:focus{
  color: rgb(211 200 181 / 0.4) !important;
}

.focus\:text-primary-200\/45:focus{
  color: rgb(211 200 181 / 0.45) !important;
}

.focus\:text-primary-200\/5:focus{
  color: rgb(211 200 181 / 0.05) !important;
}

.focus\:text-primary-200\/50:focus{
  color: rgb(211 200 181 / 0.5) !important;
}

.focus\:text-primary-200\/55:focus{
  color: rgb(211 200 181 / 0.55) !important;
}

.focus\:text-primary-200\/60:focus{
  color: rgb(211 200 181 / 0.6) !important;
}

.focus\:text-primary-200\/65:focus{
  color: rgb(211 200 181 / 0.65) !important;
}

.focus\:text-primary-200\/70:focus{
  color: rgb(211 200 181 / 0.7) !important;
}

.focus\:text-primary-200\/75:focus{
  color: rgb(211 200 181 / 0.75) !important;
}

.focus\:text-primary-200\/80:focus{
  color: rgb(211 200 181 / 0.8) !important;
}

.focus\:text-primary-200\/85:focus{
  color: rgb(211 200 181 / 0.85) !important;
}

.focus\:text-primary-200\/90:focus{
  color: rgb(211 200 181 / 0.9) !important;
}

.focus\:text-primary-200\/95:focus{
  color: rgb(211 200 181 / 0.95) !important;
}

.focus\:text-primary-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(185 167 139 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-300\/0:focus{
  color: rgb(185 167 139 / 0) !important;
}

.focus\:text-primary-300\/10:focus{
  color: rgb(185 167 139 / 0.1) !important;
}

.focus\:text-primary-300\/100:focus{
  color: rgb(185 167 139 / 1) !important;
}

.focus\:text-primary-300\/15:focus{
  color: rgb(185 167 139 / 0.15) !important;
}

.focus\:text-primary-300\/20:focus{
  color: rgb(185 167 139 / 0.2) !important;
}

.focus\:text-primary-300\/25:focus{
  color: rgb(185 167 139 / 0.25) !important;
}

.focus\:text-primary-300\/30:focus{
  color: rgb(185 167 139 / 0.3) !important;
}

.focus\:text-primary-300\/35:focus{
  color: rgb(185 167 139 / 0.35) !important;
}

.focus\:text-primary-300\/40:focus{
  color: rgb(185 167 139 / 0.4) !important;
}

.focus\:text-primary-300\/45:focus{
  color: rgb(185 167 139 / 0.45) !important;
}

.focus\:text-primary-300\/5:focus{
  color: rgb(185 167 139 / 0.05) !important;
}

.focus\:text-primary-300\/50:focus{
  color: rgb(185 167 139 / 0.5) !important;
}

.focus\:text-primary-300\/55:focus{
  color: rgb(185 167 139 / 0.55) !important;
}

.focus\:text-primary-300\/60:focus{
  color: rgb(185 167 139 / 0.6) !important;
}

.focus\:text-primary-300\/65:focus{
  color: rgb(185 167 139 / 0.65) !important;
}

.focus\:text-primary-300\/70:focus{
  color: rgb(185 167 139 / 0.7) !important;
}

.focus\:text-primary-300\/75:focus{
  color: rgb(185 167 139 / 0.75) !important;
}

.focus\:text-primary-300\/80:focus{
  color: rgb(185 167 139 / 0.8) !important;
}

.focus\:text-primary-300\/85:focus{
  color: rgb(185 167 139 / 0.85) !important;
}

.focus\:text-primary-300\/90:focus{
  color: rgb(185 167 139 / 0.9) !important;
}

.focus\:text-primary-300\/95:focus{
  color: rgb(185 167 139 / 0.95) !important;
}

.focus\:text-primary-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(165 139 106 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-400\/0:focus{
  color: rgb(165 139 106 / 0) !important;
}

.focus\:text-primary-400\/10:focus{
  color: rgb(165 139 106 / 0.1) !important;
}

.focus\:text-primary-400\/100:focus{
  color: rgb(165 139 106 / 1) !important;
}

.focus\:text-primary-400\/15:focus{
  color: rgb(165 139 106 / 0.15) !important;
}

.focus\:text-primary-400\/20:focus{
  color: rgb(165 139 106 / 0.2) !important;
}

.focus\:text-primary-400\/25:focus{
  color: rgb(165 139 106 / 0.25) !important;
}

.focus\:text-primary-400\/30:focus{
  color: rgb(165 139 106 / 0.3) !important;
}

.focus\:text-primary-400\/35:focus{
  color: rgb(165 139 106 / 0.35) !important;
}

.focus\:text-primary-400\/40:focus{
  color: rgb(165 139 106 / 0.4) !important;
}

.focus\:text-primary-400\/45:focus{
  color: rgb(165 139 106 / 0.45) !important;
}

.focus\:text-primary-400\/5:focus{
  color: rgb(165 139 106 / 0.05) !important;
}

.focus\:text-primary-400\/50:focus{
  color: rgb(165 139 106 / 0.5) !important;
}

.focus\:text-primary-400\/55:focus{
  color: rgb(165 139 106 / 0.55) !important;
}

.focus\:text-primary-400\/60:focus{
  color: rgb(165 139 106 / 0.6) !important;
}

.focus\:text-primary-400\/65:focus{
  color: rgb(165 139 106 / 0.65) !important;
}

.focus\:text-primary-400\/70:focus{
  color: rgb(165 139 106 / 0.7) !important;
}

.focus\:text-primary-400\/75:focus{
  color: rgb(165 139 106 / 0.75) !important;
}

.focus\:text-primary-400\/80:focus{
  color: rgb(165 139 106 / 0.8) !important;
}

.focus\:text-primary-400\/85:focus{
  color: rgb(165 139 106 / 0.85) !important;
}

.focus\:text-primary-400\/90:focus{
  color: rgb(165 139 106 / 0.9) !important;
}

.focus\:text-primary-400\/95:focus{
  color: rgb(165 139 106 / 0.95) !important;
}

.focus\:text-primary-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(246 244 240 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-50\/0:focus{
  color: rgb(246 244 240 / 0) !important;
}

.focus\:text-primary-50\/10:focus{
  color: rgb(246 244 240 / 0.1) !important;
}

.focus\:text-primary-50\/100:focus{
  color: rgb(246 244 240 / 1) !important;
}

.focus\:text-primary-50\/15:focus{
  color: rgb(246 244 240 / 0.15) !important;
}

.focus\:text-primary-50\/20:focus{
  color: rgb(246 244 240 / 0.2) !important;
}

.focus\:text-primary-50\/25:focus{
  color: rgb(246 244 240 / 0.25) !important;
}

.focus\:text-primary-50\/30:focus{
  color: rgb(246 244 240 / 0.3) !important;
}

.focus\:text-primary-50\/35:focus{
  color: rgb(246 244 240 / 0.35) !important;
}

.focus\:text-primary-50\/40:focus{
  color: rgb(246 244 240 / 0.4) !important;
}

.focus\:text-primary-50\/45:focus{
  color: rgb(246 244 240 / 0.45) !important;
}

.focus\:text-primary-50\/5:focus{
  color: rgb(246 244 240 / 0.05) !important;
}

.focus\:text-primary-50\/50:focus{
  color: rgb(246 244 240 / 0.5) !important;
}

.focus\:text-primary-50\/55:focus{
  color: rgb(246 244 240 / 0.55) !important;
}

.focus\:text-primary-50\/60:focus{
  color: rgb(246 244 240 / 0.6) !important;
}

.focus\:text-primary-50\/65:focus{
  color: rgb(246 244 240 / 0.65) !important;
}

.focus\:text-primary-50\/70:focus{
  color: rgb(246 244 240 / 0.7) !important;
}

.focus\:text-primary-50\/75:focus{
  color: rgb(246 244 240 / 0.75) !important;
}

.focus\:text-primary-50\/80:focus{
  color: rgb(246 244 240 / 0.8) !important;
}

.focus\:text-primary-50\/85:focus{
  color: rgb(246 244 240 / 0.85) !important;
}

.focus\:text-primary-50\/90:focus{
  color: rgb(246 244 240 / 0.9) !important;
}

.focus\:text-primary-50\/95:focus{
  color: rgb(246 244 240 / 0.95) !important;
}

.focus\:text-primary-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(157 128 96 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-500\/0:focus{
  color: rgb(157 128 96 / 0) !important;
}

.focus\:text-primary-500\/10:focus{
  color: rgb(157 128 96 / 0.1) !important;
}

.focus\:text-primary-500\/100:focus{
  color: rgb(157 128 96 / 1) !important;
}

.focus\:text-primary-500\/15:focus{
  color: rgb(157 128 96 / 0.15) !important;
}

.focus\:text-primary-500\/20:focus{
  color: rgb(157 128 96 / 0.2) !important;
}

.focus\:text-primary-500\/25:focus{
  color: rgb(157 128 96 / 0.25) !important;
}

.focus\:text-primary-500\/30:focus{
  color: rgb(157 128 96 / 0.3) !important;
}

.focus\:text-primary-500\/35:focus{
  color: rgb(157 128 96 / 0.35) !important;
}

.focus\:text-primary-500\/40:focus{
  color: rgb(157 128 96 / 0.4) !important;
}

.focus\:text-primary-500\/45:focus{
  color: rgb(157 128 96 / 0.45) !important;
}

.focus\:text-primary-500\/5:focus{
  color: rgb(157 128 96 / 0.05) !important;
}

.focus\:text-primary-500\/50:focus{
  color: rgb(157 128 96 / 0.5) !important;
}

.focus\:text-primary-500\/55:focus{
  color: rgb(157 128 96 / 0.55) !important;
}

.focus\:text-primary-500\/60:focus{
  color: rgb(157 128 96 / 0.6) !important;
}

.focus\:text-primary-500\/65:focus{
  color: rgb(157 128 96 / 0.65) !important;
}

.focus\:text-primary-500\/70:focus{
  color: rgb(157 128 96 / 0.7) !important;
}

.focus\:text-primary-500\/75:focus{
  color: rgb(157 128 96 / 0.75) !important;
}

.focus\:text-primary-500\/80:focus{
  color: rgb(157 128 96 / 0.8) !important;
}

.focus\:text-primary-500\/85:focus{
  color: rgb(157 128 96 / 0.85) !important;
}

.focus\:text-primary-500\/90:focus{
  color: rgb(157 128 96 / 0.9) !important;
}

.focus\:text-primary-500\/95:focus{
  color: rgb(157 128 96 / 0.95) !important;
}

.focus\:text-primary-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(129 100 77 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-600\/0:focus{
  color: rgb(129 100 77 / 0) !important;
}

.focus\:text-primary-600\/10:focus{
  color: rgb(129 100 77 / 0.1) !important;
}

.focus\:text-primary-600\/100:focus{
  color: rgb(129 100 77 / 1) !important;
}

.focus\:text-primary-600\/15:focus{
  color: rgb(129 100 77 / 0.15) !important;
}

.focus\:text-primary-600\/20:focus{
  color: rgb(129 100 77 / 0.2) !important;
}

.focus\:text-primary-600\/25:focus{
  color: rgb(129 100 77 / 0.25) !important;
}

.focus\:text-primary-600\/30:focus{
  color: rgb(129 100 77 / 0.3) !important;
}

.focus\:text-primary-600\/35:focus{
  color: rgb(129 100 77 / 0.35) !important;
}

.focus\:text-primary-600\/40:focus{
  color: rgb(129 100 77 / 0.4) !important;
}

.focus\:text-primary-600\/45:focus{
  color: rgb(129 100 77 / 0.45) !important;
}

.focus\:text-primary-600\/5:focus{
  color: rgb(129 100 77 / 0.05) !important;
}

.focus\:text-primary-600\/50:focus{
  color: rgb(129 100 77 / 0.5) !important;
}

.focus\:text-primary-600\/55:focus{
  color: rgb(129 100 77 / 0.55) !important;
}

.focus\:text-primary-600\/60:focus{
  color: rgb(129 100 77 / 0.6) !important;
}

.focus\:text-primary-600\/65:focus{
  color: rgb(129 100 77 / 0.65) !important;
}

.focus\:text-primary-600\/70:focus{
  color: rgb(129 100 77 / 0.7) !important;
}

.focus\:text-primary-600\/75:focus{
  color: rgb(129 100 77 / 0.75) !important;
}

.focus\:text-primary-600\/80:focus{
  color: rgb(129 100 77 / 0.8) !important;
}

.focus\:text-primary-600\/85:focus{
  color: rgb(129 100 77 / 0.85) !important;
}

.focus\:text-primary-600\/90:focus{
  color: rgb(129 100 77 / 0.9) !important;
}

.focus\:text-primary-600\/95:focus{
  color: rgb(129 100 77 / 0.95) !important;
}

.focus\:text-primary-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(104 79 64 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-700\/0:focus{
  color: rgb(104 79 64 / 0) !important;
}

.focus\:text-primary-700\/10:focus{
  color: rgb(104 79 64 / 0.1) !important;
}

.focus\:text-primary-700\/100:focus{
  color: rgb(104 79 64 / 1) !important;
}

.focus\:text-primary-700\/15:focus{
  color: rgb(104 79 64 / 0.15) !important;
}

.focus\:text-primary-700\/20:focus{
  color: rgb(104 79 64 / 0.2) !important;
}

.focus\:text-primary-700\/25:focus{
  color: rgb(104 79 64 / 0.25) !important;
}

.focus\:text-primary-700\/30:focus{
  color: rgb(104 79 64 / 0.3) !important;
}

.focus\:text-primary-700\/35:focus{
  color: rgb(104 79 64 / 0.35) !important;
}

.focus\:text-primary-700\/40:focus{
  color: rgb(104 79 64 / 0.4) !important;
}

.focus\:text-primary-700\/45:focus{
  color: rgb(104 79 64 / 0.45) !important;
}

.focus\:text-primary-700\/5:focus{
  color: rgb(104 79 64 / 0.05) !important;
}

.focus\:text-primary-700\/50:focus{
  color: rgb(104 79 64 / 0.5) !important;
}

.focus\:text-primary-700\/55:focus{
  color: rgb(104 79 64 / 0.55) !important;
}

.focus\:text-primary-700\/60:focus{
  color: rgb(104 79 64 / 0.6) !important;
}

.focus\:text-primary-700\/65:focus{
  color: rgb(104 79 64 / 0.65) !important;
}

.focus\:text-primary-700\/70:focus{
  color: rgb(104 79 64 / 0.7) !important;
}

.focus\:text-primary-700\/75:focus{
  color: rgb(104 79 64 / 0.75) !important;
}

.focus\:text-primary-700\/80:focus{
  color: rgb(104 79 64 / 0.8) !important;
}

.focus\:text-primary-700\/85:focus{
  color: rgb(104 79 64 / 0.85) !important;
}

.focus\:text-primary-700\/90:focus{
  color: rgb(104 79 64 / 0.9) !important;
}

.focus\:text-primary-700\/95:focus{
  color: rgb(104 79 64 / 0.95) !important;
}

.focus\:text-primary-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(89 67 58 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-800\/0:focus{
  color: rgb(89 67 58 / 0) !important;
}

.focus\:text-primary-800\/10:focus{
  color: rgb(89 67 58 / 0.1) !important;
}

.focus\:text-primary-800\/100:focus{
  color: rgb(89 67 58 / 1) !important;
}

.focus\:text-primary-800\/15:focus{
  color: rgb(89 67 58 / 0.15) !important;
}

.focus\:text-primary-800\/20:focus{
  color: rgb(89 67 58 / 0.2) !important;
}

.focus\:text-primary-800\/25:focus{
  color: rgb(89 67 58 / 0.25) !important;
}

.focus\:text-primary-800\/30:focus{
  color: rgb(89 67 58 / 0.3) !important;
}

.focus\:text-primary-800\/35:focus{
  color: rgb(89 67 58 / 0.35) !important;
}

.focus\:text-primary-800\/40:focus{
  color: rgb(89 67 58 / 0.4) !important;
}

.focus\:text-primary-800\/45:focus{
  color: rgb(89 67 58 / 0.45) !important;
}

.focus\:text-primary-800\/5:focus{
  color: rgb(89 67 58 / 0.05) !important;
}

.focus\:text-primary-800\/50:focus{
  color: rgb(89 67 58 / 0.5) !important;
}

.focus\:text-primary-800\/55:focus{
  color: rgb(89 67 58 / 0.55) !important;
}

.focus\:text-primary-800\/60:focus{
  color: rgb(89 67 58 / 0.6) !important;
}

.focus\:text-primary-800\/65:focus{
  color: rgb(89 67 58 / 0.65) !important;
}

.focus\:text-primary-800\/70:focus{
  color: rgb(89 67 58 / 0.7) !important;
}

.focus\:text-primary-800\/75:focus{
  color: rgb(89 67 58 / 0.75) !important;
}

.focus\:text-primary-800\/80:focus{
  color: rgb(89 67 58 / 0.8) !important;
}

.focus\:text-primary-800\/85:focus{
  color: rgb(89 67 58 / 0.85) !important;
}

.focus\:text-primary-800\/90:focus{
  color: rgb(89 67 58 / 0.9) !important;
}

.focus\:text-primary-800\/95:focus{
  color: rgb(89 67 58 / 0.95) !important;
}

.focus\:text-primary-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(78 59 53 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-900\/0:focus{
  color: rgb(78 59 53 / 0) !important;
}

.focus\:text-primary-900\/10:focus{
  color: rgb(78 59 53 / 0.1) !important;
}

.focus\:text-primary-900\/100:focus{
  color: rgb(78 59 53 / 1) !important;
}

.focus\:text-primary-900\/15:focus{
  color: rgb(78 59 53 / 0.15) !important;
}

.focus\:text-primary-900\/20:focus{
  color: rgb(78 59 53 / 0.2) !important;
}

.focus\:text-primary-900\/25:focus{
  color: rgb(78 59 53 / 0.25) !important;
}

.focus\:text-primary-900\/30:focus{
  color: rgb(78 59 53 / 0.3) !important;
}

.focus\:text-primary-900\/35:focus{
  color: rgb(78 59 53 / 0.35) !important;
}

.focus\:text-primary-900\/40:focus{
  color: rgb(78 59 53 / 0.4) !important;
}

.focus\:text-primary-900\/45:focus{
  color: rgb(78 59 53 / 0.45) !important;
}

.focus\:text-primary-900\/5:focus{
  color: rgb(78 59 53 / 0.05) !important;
}

.focus\:text-primary-900\/50:focus{
  color: rgb(78 59 53 / 0.5) !important;
}

.focus\:text-primary-900\/55:focus{
  color: rgb(78 59 53 / 0.55) !important;
}

.focus\:text-primary-900\/60:focus{
  color: rgb(78 59 53 / 0.6) !important;
}

.focus\:text-primary-900\/65:focus{
  color: rgb(78 59 53 / 0.65) !important;
}

.focus\:text-primary-900\/70:focus{
  color: rgb(78 59 53 / 0.7) !important;
}

.focus\:text-primary-900\/75:focus{
  color: rgb(78 59 53 / 0.75) !important;
}

.focus\:text-primary-900\/80:focus{
  color: rgb(78 59 53 / 0.8) !important;
}

.focus\:text-primary-900\/85:focus{
  color: rgb(78 59 53 / 0.85) !important;
}

.focus\:text-primary-900\/90:focus{
  color: rgb(78 59 53 / 0.9) !important;
}

.focus\:text-primary-900\/95:focus{
  color: rgb(78 59 53 / 0.95) !important;
}

.focus\:text-primary-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(44 31 28 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-primary-950\/0:focus{
  color: rgb(44 31 28 / 0) !important;
}

.focus\:text-primary-950\/10:focus{
  color: rgb(44 31 28 / 0.1) !important;
}

.focus\:text-primary-950\/100:focus{
  color: rgb(44 31 28 / 1) !important;
}

.focus\:text-primary-950\/15:focus{
  color: rgb(44 31 28 / 0.15) !important;
}

.focus\:text-primary-950\/20:focus{
  color: rgb(44 31 28 / 0.2) !important;
}

.focus\:text-primary-950\/25:focus{
  color: rgb(44 31 28 / 0.25) !important;
}

.focus\:text-primary-950\/30:focus{
  color: rgb(44 31 28 / 0.3) !important;
}

.focus\:text-primary-950\/35:focus{
  color: rgb(44 31 28 / 0.35) !important;
}

.focus\:text-primary-950\/40:focus{
  color: rgb(44 31 28 / 0.4) !important;
}

.focus\:text-primary-950\/45:focus{
  color: rgb(44 31 28 / 0.45) !important;
}

.focus\:text-primary-950\/5:focus{
  color: rgb(44 31 28 / 0.05) !important;
}

.focus\:text-primary-950\/50:focus{
  color: rgb(44 31 28 / 0.5) !important;
}

.focus\:text-primary-950\/55:focus{
  color: rgb(44 31 28 / 0.55) !important;
}

.focus\:text-primary-950\/60:focus{
  color: rgb(44 31 28 / 0.6) !important;
}

.focus\:text-primary-950\/65:focus{
  color: rgb(44 31 28 / 0.65) !important;
}

.focus\:text-primary-950\/70:focus{
  color: rgb(44 31 28 / 0.7) !important;
}

.focus\:text-primary-950\/75:focus{
  color: rgb(44 31 28 / 0.75) !important;
}

.focus\:text-primary-950\/80:focus{
  color: rgb(44 31 28 / 0.8) !important;
}

.focus\:text-primary-950\/85:focus{
  color: rgb(44 31 28 / 0.85) !important;
}

.focus\:text-primary-950\/90:focus{
  color: rgb(44 31 28 / 0.9) !important;
}

.focus\:text-primary-950\/95:focus{
  color: rgb(44 31 28 / 0.95) !important;
}

.focus\:text-purple-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(238 232 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-100\/0:focus{
  color: rgb(238 232 255 / 0) !important;
}

.focus\:text-purple-100\/10:focus{
  color: rgb(238 232 255 / 0.1) !important;
}

.focus\:text-purple-100\/100:focus{
  color: rgb(238 232 255 / 1) !important;
}

.focus\:text-purple-100\/15:focus{
  color: rgb(238 232 255 / 0.15) !important;
}

.focus\:text-purple-100\/20:focus{
  color: rgb(238 232 255 / 0.2) !important;
}

.focus\:text-purple-100\/25:focus{
  color: rgb(238 232 255 / 0.25) !important;
}

.focus\:text-purple-100\/30:focus{
  color: rgb(238 232 255 / 0.3) !important;
}

.focus\:text-purple-100\/35:focus{
  color: rgb(238 232 255 / 0.35) !important;
}

.focus\:text-purple-100\/40:focus{
  color: rgb(238 232 255 / 0.4) !important;
}

.focus\:text-purple-100\/45:focus{
  color: rgb(238 232 255 / 0.45) !important;
}

.focus\:text-purple-100\/5:focus{
  color: rgb(238 232 255 / 0.05) !important;
}

.focus\:text-purple-100\/50:focus{
  color: rgb(238 232 255 / 0.5) !important;
}

.focus\:text-purple-100\/55:focus{
  color: rgb(238 232 255 / 0.55) !important;
}

.focus\:text-purple-100\/60:focus{
  color: rgb(238 232 255 / 0.6) !important;
}

.focus\:text-purple-100\/65:focus{
  color: rgb(238 232 255 / 0.65) !important;
}

.focus\:text-purple-100\/70:focus{
  color: rgb(238 232 255 / 0.7) !important;
}

.focus\:text-purple-100\/75:focus{
  color: rgb(238 232 255 / 0.75) !important;
}

.focus\:text-purple-100\/80:focus{
  color: rgb(238 232 255 / 0.8) !important;
}

.focus\:text-purple-100\/85:focus{
  color: rgb(238 232 255 / 0.85) !important;
}

.focus\:text-purple-100\/90:focus{
  color: rgb(238 232 255 / 0.9) !important;
}

.focus\:text-purple-100\/95:focus{
  color: rgb(238 232 255 / 0.95) !important;
}

.focus\:text-purple-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(223 212 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-200\/0:focus{
  color: rgb(223 212 255 / 0) !important;
}

.focus\:text-purple-200\/10:focus{
  color: rgb(223 212 255 / 0.1) !important;
}

.focus\:text-purple-200\/100:focus{
  color: rgb(223 212 255 / 1) !important;
}

.focus\:text-purple-200\/15:focus{
  color: rgb(223 212 255 / 0.15) !important;
}

.focus\:text-purple-200\/20:focus{
  color: rgb(223 212 255 / 0.2) !important;
}

.focus\:text-purple-200\/25:focus{
  color: rgb(223 212 255 / 0.25) !important;
}

.focus\:text-purple-200\/30:focus{
  color: rgb(223 212 255 / 0.3) !important;
}

.focus\:text-purple-200\/35:focus{
  color: rgb(223 212 255 / 0.35) !important;
}

.focus\:text-purple-200\/40:focus{
  color: rgb(223 212 255 / 0.4) !important;
}

.focus\:text-purple-200\/45:focus{
  color: rgb(223 212 255 / 0.45) !important;
}

.focus\:text-purple-200\/5:focus{
  color: rgb(223 212 255 / 0.05) !important;
}

.focus\:text-purple-200\/50:focus{
  color: rgb(223 212 255 / 0.5) !important;
}

.focus\:text-purple-200\/55:focus{
  color: rgb(223 212 255 / 0.55) !important;
}

.focus\:text-purple-200\/60:focus{
  color: rgb(223 212 255 / 0.6) !important;
}

.focus\:text-purple-200\/65:focus{
  color: rgb(223 212 255 / 0.65) !important;
}

.focus\:text-purple-200\/70:focus{
  color: rgb(223 212 255 / 0.7) !important;
}

.focus\:text-purple-200\/75:focus{
  color: rgb(223 212 255 / 0.75) !important;
}

.focus\:text-purple-200\/80:focus{
  color: rgb(223 212 255 / 0.8) !important;
}

.focus\:text-purple-200\/85:focus{
  color: rgb(223 212 255 / 0.85) !important;
}

.focus\:text-purple-200\/90:focus{
  color: rgb(223 212 255 / 0.9) !important;
}

.focus\:text-purple-200\/95:focus{
  color: rgb(223 212 255 / 0.95) !important;
}

.focus\:text-purple-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(199 178 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-300\/0:focus{
  color: rgb(199 178 255 / 0) !important;
}

.focus\:text-purple-300\/10:focus{
  color: rgb(199 178 255 / 0.1) !important;
}

.focus\:text-purple-300\/100:focus{
  color: rgb(199 178 255 / 1) !important;
}

.focus\:text-purple-300\/15:focus{
  color: rgb(199 178 255 / 0.15) !important;
}

.focus\:text-purple-300\/20:focus{
  color: rgb(199 178 255 / 0.2) !important;
}

.focus\:text-purple-300\/25:focus{
  color: rgb(199 178 255 / 0.25) !important;
}

.focus\:text-purple-300\/30:focus{
  color: rgb(199 178 255 / 0.3) !important;
}

.focus\:text-purple-300\/35:focus{
  color: rgb(199 178 255 / 0.35) !important;
}

.focus\:text-purple-300\/40:focus{
  color: rgb(199 178 255 / 0.4) !important;
}

.focus\:text-purple-300\/45:focus{
  color: rgb(199 178 255 / 0.45) !important;
}

.focus\:text-purple-300\/5:focus{
  color: rgb(199 178 255 / 0.05) !important;
}

.focus\:text-purple-300\/50:focus{
  color: rgb(199 178 255 / 0.5) !important;
}

.focus\:text-purple-300\/55:focus{
  color: rgb(199 178 255 / 0.55) !important;
}

.focus\:text-purple-300\/60:focus{
  color: rgb(199 178 255 / 0.6) !important;
}

.focus\:text-purple-300\/65:focus{
  color: rgb(199 178 255 / 0.65) !important;
}

.focus\:text-purple-300\/70:focus{
  color: rgb(199 178 255 / 0.7) !important;
}

.focus\:text-purple-300\/75:focus{
  color: rgb(199 178 255 / 0.75) !important;
}

.focus\:text-purple-300\/80:focus{
  color: rgb(199 178 255 / 0.8) !important;
}

.focus\:text-purple-300\/85:focus{
  color: rgb(199 178 255 / 0.85) !important;
}

.focus\:text-purple-300\/90:focus{
  color: rgb(199 178 255 / 0.9) !important;
}

.focus\:text-purple-300\/95:focus{
  color: rgb(199 178 255 / 0.95) !important;
}

.focus\:text-purple-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-400\/0:focus{
  color: rgb(161 117 255 / 0) !important;
}

.focus\:text-purple-400\/10:focus{
  color: rgb(161 117 255 / 0.1) !important;
}

.focus\:text-purple-400\/100:focus{
  color: rgb(161 117 255 / 1) !important;
}

.focus\:text-purple-400\/15:focus{
  color: rgb(161 117 255 / 0.15) !important;
}

.focus\:text-purple-400\/20:focus{
  color: rgb(161 117 255 / 0.2) !important;
}

.focus\:text-purple-400\/25:focus{
  color: rgb(161 117 255 / 0.25) !important;
}

.focus\:text-purple-400\/30:focus{
  color: rgb(161 117 255 / 0.3) !important;
}

.focus\:text-purple-400\/35:focus{
  color: rgb(161 117 255 / 0.35) !important;
}

.focus\:text-purple-400\/40:focus{
  color: rgb(161 117 255 / 0.4) !important;
}

.focus\:text-purple-400\/45:focus{
  color: rgb(161 117 255 / 0.45) !important;
}

.focus\:text-purple-400\/5:focus{
  color: rgb(161 117 255 / 0.05) !important;
}

.focus\:text-purple-400\/50:focus{
  color: rgb(161 117 255 / 0.5) !important;
}

.focus\:text-purple-400\/55:focus{
  color: rgb(161 117 255 / 0.55) !important;
}

.focus\:text-purple-400\/60:focus{
  color: rgb(161 117 255 / 0.6) !important;
}

.focus\:text-purple-400\/65:focus{
  color: rgb(161 117 255 / 0.65) !important;
}

.focus\:text-purple-400\/70:focus{
  color: rgb(161 117 255 / 0.7) !important;
}

.focus\:text-purple-400\/75:focus{
  color: rgb(161 117 255 / 0.75) !important;
}

.focus\:text-purple-400\/80:focus{
  color: rgb(161 117 255 / 0.8) !important;
}

.focus\:text-purple-400\/85:focus{
  color: rgb(161 117 255 / 0.85) !important;
}

.focus\:text-purple-400\/90:focus{
  color: rgb(161 117 255 / 0.9) !important;
}

.focus\:text-purple-400\/95:focus{
  color: rgb(161 117 255 / 0.95) !important;
}

.focus\:text-purple-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(246 242 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-50\/0:focus{
  color: rgb(246 242 255 / 0) !important;
}

.focus\:text-purple-50\/10:focus{
  color: rgb(246 242 255 / 0.1) !important;
}

.focus\:text-purple-50\/100:focus{
  color: rgb(246 242 255 / 1) !important;
}

.focus\:text-purple-50\/15:focus{
  color: rgb(246 242 255 / 0.15) !important;
}

.focus\:text-purple-50\/20:focus{
  color: rgb(246 242 255 / 0.2) !important;
}

.focus\:text-purple-50\/25:focus{
  color: rgb(246 242 255 / 0.25) !important;
}

.focus\:text-purple-50\/30:focus{
  color: rgb(246 242 255 / 0.3) !important;
}

.focus\:text-purple-50\/35:focus{
  color: rgb(246 242 255 / 0.35) !important;
}

.focus\:text-purple-50\/40:focus{
  color: rgb(246 242 255 / 0.4) !important;
}

.focus\:text-purple-50\/45:focus{
  color: rgb(246 242 255 / 0.45) !important;
}

.focus\:text-purple-50\/5:focus{
  color: rgb(246 242 255 / 0.05) !important;
}

.focus\:text-purple-50\/50:focus{
  color: rgb(246 242 255 / 0.5) !important;
}

.focus\:text-purple-50\/55:focus{
  color: rgb(246 242 255 / 0.55) !important;
}

.focus\:text-purple-50\/60:focus{
  color: rgb(246 242 255 / 0.6) !important;
}

.focus\:text-purple-50\/65:focus{
  color: rgb(246 242 255 / 0.65) !important;
}

.focus\:text-purple-50\/70:focus{
  color: rgb(246 242 255 / 0.7) !important;
}

.focus\:text-purple-50\/75:focus{
  color: rgb(246 242 255 / 0.75) !important;
}

.focus\:text-purple-50\/80:focus{
  color: rgb(246 242 255 / 0.8) !important;
}

.focus\:text-purple-50\/85:focus{
  color: rgb(246 242 255 / 0.85) !important;
}

.focus\:text-purple-50\/90:focus{
  color: rgb(246 242 255 / 0.9) !important;
}

.focus\:text-purple-50\/95:focus{
  color: rgb(246 242 255 / 0.95) !important;
}

.focus\:text-purple-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(161 117 255 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-500\/0:focus{
  color: rgb(161 117 255 / 0) !important;
}

.focus\:text-purple-500\/10:focus{
  color: rgb(161 117 255 / 0.1) !important;
}

.focus\:text-purple-500\/100:focus{
  color: rgb(161 117 255 / 1) !important;
}

.focus\:text-purple-500\/15:focus{
  color: rgb(161 117 255 / 0.15) !important;
}

.focus\:text-purple-500\/20:focus{
  color: rgb(161 117 255 / 0.2) !important;
}

.focus\:text-purple-500\/25:focus{
  color: rgb(161 117 255 / 0.25) !important;
}

.focus\:text-purple-500\/30:focus{
  color: rgb(161 117 255 / 0.3) !important;
}

.focus\:text-purple-500\/35:focus{
  color: rgb(161 117 255 / 0.35) !important;
}

.focus\:text-purple-500\/40:focus{
  color: rgb(161 117 255 / 0.4) !important;
}

.focus\:text-purple-500\/45:focus{
  color: rgb(161 117 255 / 0.45) !important;
}

.focus\:text-purple-500\/5:focus{
  color: rgb(161 117 255 / 0.05) !important;
}

.focus\:text-purple-500\/50:focus{
  color: rgb(161 117 255 / 0.5) !important;
}

.focus\:text-purple-500\/55:focus{
  color: rgb(161 117 255 / 0.55) !important;
}

.focus\:text-purple-500\/60:focus{
  color: rgb(161 117 255 / 0.6) !important;
}

.focus\:text-purple-500\/65:focus{
  color: rgb(161 117 255 / 0.65) !important;
}

.focus\:text-purple-500\/70:focus{
  color: rgb(161 117 255 / 0.7) !important;
}

.focus\:text-purple-500\/75:focus{
  color: rgb(161 117 255 / 0.75) !important;
}

.focus\:text-purple-500\/80:focus{
  color: rgb(161 117 255 / 0.8) !important;
}

.focus\:text-purple-500\/85:focus{
  color: rgb(161 117 255 / 0.85) !important;
}

.focus\:text-purple-500\/90:focus{
  color: rgb(161 117 255 / 0.9) !important;
}

.focus\:text-purple-500\/95:focus{
  color: rgb(161 117 255 / 0.95) !important;
}

.focus\:text-purple-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(135 50 245 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-600\/0:focus{
  color: rgb(135 50 245 / 0) !important;
}

.focus\:text-purple-600\/10:focus{
  color: rgb(135 50 245 / 0.1) !important;
}

.focus\:text-purple-600\/100:focus{
  color: rgb(135 50 245 / 1) !important;
}

.focus\:text-purple-600\/15:focus{
  color: rgb(135 50 245 / 0.15) !important;
}

.focus\:text-purple-600\/20:focus{
  color: rgb(135 50 245 / 0.2) !important;
}

.focus\:text-purple-600\/25:focus{
  color: rgb(135 50 245 / 0.25) !important;
}

.focus\:text-purple-600\/30:focus{
  color: rgb(135 50 245 / 0.3) !important;
}

.focus\:text-purple-600\/35:focus{
  color: rgb(135 50 245 / 0.35) !important;
}

.focus\:text-purple-600\/40:focus{
  color: rgb(135 50 245 / 0.4) !important;
}

.focus\:text-purple-600\/45:focus{
  color: rgb(135 50 245 / 0.45) !important;
}

.focus\:text-purple-600\/5:focus{
  color: rgb(135 50 245 / 0.05) !important;
}

.focus\:text-purple-600\/50:focus{
  color: rgb(135 50 245 / 0.5) !important;
}

.focus\:text-purple-600\/55:focus{
  color: rgb(135 50 245 / 0.55) !important;
}

.focus\:text-purple-600\/60:focus{
  color: rgb(135 50 245 / 0.6) !important;
}

.focus\:text-purple-600\/65:focus{
  color: rgb(135 50 245 / 0.65) !important;
}

.focus\:text-purple-600\/70:focus{
  color: rgb(135 50 245 / 0.7) !important;
}

.focus\:text-purple-600\/75:focus{
  color: rgb(135 50 245 / 0.75) !important;
}

.focus\:text-purple-600\/80:focus{
  color: rgb(135 50 245 / 0.8) !important;
}

.focus\:text-purple-600\/85:focus{
  color: rgb(135 50 245 / 0.85) !important;
}

.focus\:text-purple-600\/90:focus{
  color: rgb(135 50 245 / 0.9) !important;
}

.focus\:text-purple-600\/95:focus{
  color: rgb(135 50 245 / 0.95) !important;
}

.focus\:text-purple-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(120 32 225 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-700\/0:focus{
  color: rgb(120 32 225 / 0) !important;
}

.focus\:text-purple-700\/10:focus{
  color: rgb(120 32 225 / 0.1) !important;
}

.focus\:text-purple-700\/100:focus{
  color: rgb(120 32 225 / 1) !important;
}

.focus\:text-purple-700\/15:focus{
  color: rgb(120 32 225 / 0.15) !important;
}

.focus\:text-purple-700\/20:focus{
  color: rgb(120 32 225 / 0.2) !important;
}

.focus\:text-purple-700\/25:focus{
  color: rgb(120 32 225 / 0.25) !important;
}

.focus\:text-purple-700\/30:focus{
  color: rgb(120 32 225 / 0.3) !important;
}

.focus\:text-purple-700\/35:focus{
  color: rgb(120 32 225 / 0.35) !important;
}

.focus\:text-purple-700\/40:focus{
  color: rgb(120 32 225 / 0.4) !important;
}

.focus\:text-purple-700\/45:focus{
  color: rgb(120 32 225 / 0.45) !important;
}

.focus\:text-purple-700\/5:focus{
  color: rgb(120 32 225 / 0.05) !important;
}

.focus\:text-purple-700\/50:focus{
  color: rgb(120 32 225 / 0.5) !important;
}

.focus\:text-purple-700\/55:focus{
  color: rgb(120 32 225 / 0.55) !important;
}

.focus\:text-purple-700\/60:focus{
  color: rgb(120 32 225 / 0.6) !important;
}

.focus\:text-purple-700\/65:focus{
  color: rgb(120 32 225 / 0.65) !important;
}

.focus\:text-purple-700\/70:focus{
  color: rgb(120 32 225 / 0.7) !important;
}

.focus\:text-purple-700\/75:focus{
  color: rgb(120 32 225 / 0.75) !important;
}

.focus\:text-purple-700\/80:focus{
  color: rgb(120 32 225 / 0.8) !important;
}

.focus\:text-purple-700\/85:focus{
  color: rgb(120 32 225 / 0.85) !important;
}

.focus\:text-purple-700\/90:focus{
  color: rgb(120 32 225 / 0.9) !important;
}

.focus\:text-purple-700\/95:focus{
  color: rgb(120 32 225 / 0.95) !important;
}

.focus\:text-purple-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(101 26 189 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-800\/0:focus{
  color: rgb(101 26 189 / 0) !important;
}

.focus\:text-purple-800\/10:focus{
  color: rgb(101 26 189 / 0.1) !important;
}

.focus\:text-purple-800\/100:focus{
  color: rgb(101 26 189 / 1) !important;
}

.focus\:text-purple-800\/15:focus{
  color: rgb(101 26 189 / 0.15) !important;
}

.focus\:text-purple-800\/20:focus{
  color: rgb(101 26 189 / 0.2) !important;
}

.focus\:text-purple-800\/25:focus{
  color: rgb(101 26 189 / 0.25) !important;
}

.focus\:text-purple-800\/30:focus{
  color: rgb(101 26 189 / 0.3) !important;
}

.focus\:text-purple-800\/35:focus{
  color: rgb(101 26 189 / 0.35) !important;
}

.focus\:text-purple-800\/40:focus{
  color: rgb(101 26 189 / 0.4) !important;
}

.focus\:text-purple-800\/45:focus{
  color: rgb(101 26 189 / 0.45) !important;
}

.focus\:text-purple-800\/5:focus{
  color: rgb(101 26 189 / 0.05) !important;
}

.focus\:text-purple-800\/50:focus{
  color: rgb(101 26 189 / 0.5) !important;
}

.focus\:text-purple-800\/55:focus{
  color: rgb(101 26 189 / 0.55) !important;
}

.focus\:text-purple-800\/60:focus{
  color: rgb(101 26 189 / 0.6) !important;
}

.focus\:text-purple-800\/65:focus{
  color: rgb(101 26 189 / 0.65) !important;
}

.focus\:text-purple-800\/70:focus{
  color: rgb(101 26 189 / 0.7) !important;
}

.focus\:text-purple-800\/75:focus{
  color: rgb(101 26 189 / 0.75) !important;
}

.focus\:text-purple-800\/80:focus{
  color: rgb(101 26 189 / 0.8) !important;
}

.focus\:text-purple-800\/85:focus{
  color: rgb(101 26 189 / 0.85) !important;
}

.focus\:text-purple-800\/90:focus{
  color: rgb(101 26 189 / 0.9) !important;
}

.focus\:text-purple-800\/95:focus{
  color: rgb(101 26 189 / 0.95) !important;
}

.focus\:text-purple-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(84 24 154 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-900\/0:focus{
  color: rgb(84 24 154 / 0) !important;
}

.focus\:text-purple-900\/10:focus{
  color: rgb(84 24 154 / 0.1) !important;
}

.focus\:text-purple-900\/100:focus{
  color: rgb(84 24 154 / 1) !important;
}

.focus\:text-purple-900\/15:focus{
  color: rgb(84 24 154 / 0.15) !important;
}

.focus\:text-purple-900\/20:focus{
  color: rgb(84 24 154 / 0.2) !important;
}

.focus\:text-purple-900\/25:focus{
  color: rgb(84 24 154 / 0.25) !important;
}

.focus\:text-purple-900\/30:focus{
  color: rgb(84 24 154 / 0.3) !important;
}

.focus\:text-purple-900\/35:focus{
  color: rgb(84 24 154 / 0.35) !important;
}

.focus\:text-purple-900\/40:focus{
  color: rgb(84 24 154 / 0.4) !important;
}

.focus\:text-purple-900\/45:focus{
  color: rgb(84 24 154 / 0.45) !important;
}

.focus\:text-purple-900\/5:focus{
  color: rgb(84 24 154 / 0.05) !important;
}

.focus\:text-purple-900\/50:focus{
  color: rgb(84 24 154 / 0.5) !important;
}

.focus\:text-purple-900\/55:focus{
  color: rgb(84 24 154 / 0.55) !important;
}

.focus\:text-purple-900\/60:focus{
  color: rgb(84 24 154 / 0.6) !important;
}

.focus\:text-purple-900\/65:focus{
  color: rgb(84 24 154 / 0.65) !important;
}

.focus\:text-purple-900\/70:focus{
  color: rgb(84 24 154 / 0.7) !important;
}

.focus\:text-purple-900\/75:focus{
  color: rgb(84 24 154 / 0.75) !important;
}

.focus\:text-purple-900\/80:focus{
  color: rgb(84 24 154 / 0.8) !important;
}

.focus\:text-purple-900\/85:focus{
  color: rgb(84 24 154 / 0.85) !important;
}

.focus\:text-purple-900\/90:focus{
  color: rgb(84 24 154 / 0.9) !important;
}

.focus\:text-purple-900\/95:focus{
  color: rgb(84 24 154 / 0.95) !important;
}

.focus\:text-purple-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(51 12 105 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-purple-950\/0:focus{
  color: rgb(51 12 105 / 0) !important;
}

.focus\:text-purple-950\/10:focus{
  color: rgb(51 12 105 / 0.1) !important;
}

.focus\:text-purple-950\/100:focus{
  color: rgb(51 12 105 / 1) !important;
}

.focus\:text-purple-950\/15:focus{
  color: rgb(51 12 105 / 0.15) !important;
}

.focus\:text-purple-950\/20:focus{
  color: rgb(51 12 105 / 0.2) !important;
}

.focus\:text-purple-950\/25:focus{
  color: rgb(51 12 105 / 0.25) !important;
}

.focus\:text-purple-950\/30:focus{
  color: rgb(51 12 105 / 0.3) !important;
}

.focus\:text-purple-950\/35:focus{
  color: rgb(51 12 105 / 0.35) !important;
}

.focus\:text-purple-950\/40:focus{
  color: rgb(51 12 105 / 0.4) !important;
}

.focus\:text-purple-950\/45:focus{
  color: rgb(51 12 105 / 0.45) !important;
}

.focus\:text-purple-950\/5:focus{
  color: rgb(51 12 105 / 0.05) !important;
}

.focus\:text-purple-950\/50:focus{
  color: rgb(51 12 105 / 0.5) !important;
}

.focus\:text-purple-950\/55:focus{
  color: rgb(51 12 105 / 0.55) !important;
}

.focus\:text-purple-950\/60:focus{
  color: rgb(51 12 105 / 0.6) !important;
}

.focus\:text-purple-950\/65:focus{
  color: rgb(51 12 105 / 0.65) !important;
}

.focus\:text-purple-950\/70:focus{
  color: rgb(51 12 105 / 0.7) !important;
}

.focus\:text-purple-950\/75:focus{
  color: rgb(51 12 105 / 0.75) !important;
}

.focus\:text-purple-950\/80:focus{
  color: rgb(51 12 105 / 0.8) !important;
}

.focus\:text-purple-950\/85:focus{
  color: rgb(51 12 105 / 0.85) !important;
}

.focus\:text-purple-950\/90:focus{
  color: rgb(51 12 105 / 0.9) !important;
}

.focus\:text-purple-950\/95:focus{
  color: rgb(51 12 105 / 0.95) !important;
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 227 231 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-100\/0:focus{
  color: rgb(255 227 231 / 0) !important;
}

.focus\:text-red-100\/10:focus{
  color: rgb(255 227 231 / 0.1) !important;
}

.focus\:text-red-100\/100:focus{
  color: rgb(255 227 231 / 1) !important;
}

.focus\:text-red-100\/15:focus{
  color: rgb(255 227 231 / 0.15) !important;
}

.focus\:text-red-100\/20:focus{
  color: rgb(255 227 231 / 0.2) !important;
}

.focus\:text-red-100\/25:focus{
  color: rgb(255 227 231 / 0.25) !important;
}

.focus\:text-red-100\/30:focus{
  color: rgb(255 227 231 / 0.3) !important;
}

.focus\:text-red-100\/35:focus{
  color: rgb(255 227 231 / 0.35) !important;
}

.focus\:text-red-100\/40:focus{
  color: rgb(255 227 231 / 0.4) !important;
}

.focus\:text-red-100\/45:focus{
  color: rgb(255 227 231 / 0.45) !important;
}

.focus\:text-red-100\/5:focus{
  color: rgb(255 227 231 / 0.05) !important;
}

.focus\:text-red-100\/50:focus{
  color: rgb(255 227 231 / 0.5) !important;
}

.focus\:text-red-100\/55:focus{
  color: rgb(255 227 231 / 0.55) !important;
}

.focus\:text-red-100\/60:focus{
  color: rgb(255 227 231 / 0.6) !important;
}

.focus\:text-red-100\/65:focus{
  color: rgb(255 227 231 / 0.65) !important;
}

.focus\:text-red-100\/70:focus{
  color: rgb(255 227 231 / 0.7) !important;
}

.focus\:text-red-100\/75:focus{
  color: rgb(255 227 231 / 0.75) !important;
}

.focus\:text-red-100\/80:focus{
  color: rgb(255 227 231 / 0.8) !important;
}

.focus\:text-red-100\/85:focus{
  color: rgb(255 227 231 / 0.85) !important;
}

.focus\:text-red-100\/90:focus{
  color: rgb(255 227 231 / 0.9) !important;
}

.focus\:text-red-100\/95:focus{
  color: rgb(255 227 231 / 0.95) !important;
}

.focus\:text-red-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 214 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-200\/0:focus{
  color: rgb(255 203 214 / 0) !important;
}

.focus\:text-red-200\/10:focus{
  color: rgb(255 203 214 / 0.1) !important;
}

.focus\:text-red-200\/100:focus{
  color: rgb(255 203 214 / 1) !important;
}

.focus\:text-red-200\/15:focus{
  color: rgb(255 203 214 / 0.15) !important;
}

.focus\:text-red-200\/20:focus{
  color: rgb(255 203 214 / 0.2) !important;
}

.focus\:text-red-200\/25:focus{
  color: rgb(255 203 214 / 0.25) !important;
}

.focus\:text-red-200\/30:focus{
  color: rgb(255 203 214 / 0.3) !important;
}

.focus\:text-red-200\/35:focus{
  color: rgb(255 203 214 / 0.35) !important;
}

.focus\:text-red-200\/40:focus{
  color: rgb(255 203 214 / 0.4) !important;
}

.focus\:text-red-200\/45:focus{
  color: rgb(255 203 214 / 0.45) !important;
}

.focus\:text-red-200\/5:focus{
  color: rgb(255 203 214 / 0.05) !important;
}

.focus\:text-red-200\/50:focus{
  color: rgb(255 203 214 / 0.5) !important;
}

.focus\:text-red-200\/55:focus{
  color: rgb(255 203 214 / 0.55) !important;
}

.focus\:text-red-200\/60:focus{
  color: rgb(255 203 214 / 0.6) !important;
}

.focus\:text-red-200\/65:focus{
  color: rgb(255 203 214 / 0.65) !important;
}

.focus\:text-red-200\/70:focus{
  color: rgb(255 203 214 / 0.7) !important;
}

.focus\:text-red-200\/75:focus{
  color: rgb(255 203 214 / 0.75) !important;
}

.focus\:text-red-200\/80:focus{
  color: rgb(255 203 214 / 0.8) !important;
}

.focus\:text-red-200\/85:focus{
  color: rgb(255 203 214 / 0.85) !important;
}

.focus\:text-red-200\/90:focus{
  color: rgb(255 203 214 / 0.9) !important;
}

.focus\:text-red-200\/95:focus{
  color: rgb(255 203 214 / 0.95) !important;
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 161 180 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-300\/0:focus{
  color: rgb(255 161 180 / 0) !important;
}

.focus\:text-red-300\/10:focus{
  color: rgb(255 161 180 / 0.1) !important;
}

.focus\:text-red-300\/100:focus{
  color: rgb(255 161 180 / 1) !important;
}

.focus\:text-red-300\/15:focus{
  color: rgb(255 161 180 / 0.15) !important;
}

.focus\:text-red-300\/20:focus{
  color: rgb(255 161 180 / 0.2) !important;
}

.focus\:text-red-300\/25:focus{
  color: rgb(255 161 180 / 0.25) !important;
}

.focus\:text-red-300\/30:focus{
  color: rgb(255 161 180 / 0.3) !important;
}

.focus\:text-red-300\/35:focus{
  color: rgb(255 161 180 / 0.35) !important;
}

.focus\:text-red-300\/40:focus{
  color: rgb(255 161 180 / 0.4) !important;
}

.focus\:text-red-300\/45:focus{
  color: rgb(255 161 180 / 0.45) !important;
}

.focus\:text-red-300\/5:focus{
  color: rgb(255 161 180 / 0.05) !important;
}

.focus\:text-red-300\/50:focus{
  color: rgb(255 161 180 / 0.5) !important;
}

.focus\:text-red-300\/55:focus{
  color: rgb(255 161 180 / 0.55) !important;
}

.focus\:text-red-300\/60:focus{
  color: rgb(255 161 180 / 0.6) !important;
}

.focus\:text-red-300\/65:focus{
  color: rgb(255 161 180 / 0.65) !important;
}

.focus\:text-red-300\/70:focus{
  color: rgb(255 161 180 / 0.7) !important;
}

.focus\:text-red-300\/75:focus{
  color: rgb(255 161 180 / 0.75) !important;
}

.focus\:text-red-300\/80:focus{
  color: rgb(255 161 180 / 0.8) !important;
}

.focus\:text-red-300\/85:focus{
  color: rgb(255 161 180 / 0.85) !important;
}

.focus\:text-red-300\/90:focus{
  color: rgb(255 161 180 / 0.9) !important;
}

.focus\:text-red-300\/95:focus{
  color: rgb(255 161 180 / 0.95) !important;
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 108 139 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-400\/0:focus{
  color: rgb(255 108 139 / 0) !important;
}

.focus\:text-red-400\/10:focus{
  color: rgb(255 108 139 / 0.1) !important;
}

.focus\:text-red-400\/100:focus{
  color: rgb(255 108 139 / 1) !important;
}

.focus\:text-red-400\/15:focus{
  color: rgb(255 108 139 / 0.15) !important;
}

.focus\:text-red-400\/20:focus{
  color: rgb(255 108 139 / 0.2) !important;
}

.focus\:text-red-400\/25:focus{
  color: rgb(255 108 139 / 0.25) !important;
}

.focus\:text-red-400\/30:focus{
  color: rgb(255 108 139 / 0.3) !important;
}

.focus\:text-red-400\/35:focus{
  color: rgb(255 108 139 / 0.35) !important;
}

.focus\:text-red-400\/40:focus{
  color: rgb(255 108 139 / 0.4) !important;
}

.focus\:text-red-400\/45:focus{
  color: rgb(255 108 139 / 0.45) !important;
}

.focus\:text-red-400\/5:focus{
  color: rgb(255 108 139 / 0.05) !important;
}

.focus\:text-red-400\/50:focus{
  color: rgb(255 108 139 / 0.5) !important;
}

.focus\:text-red-400\/55:focus{
  color: rgb(255 108 139 / 0.55) !important;
}

.focus\:text-red-400\/60:focus{
  color: rgb(255 108 139 / 0.6) !important;
}

.focus\:text-red-400\/65:focus{
  color: rgb(255 108 139 / 0.65) !important;
}

.focus\:text-red-400\/70:focus{
  color: rgb(255 108 139 / 0.7) !important;
}

.focus\:text-red-400\/75:focus{
  color: rgb(255 108 139 / 0.75) !important;
}

.focus\:text-red-400\/80:focus{
  color: rgb(255 108 139 / 0.8) !important;
}

.focus\:text-red-400\/85:focus{
  color: rgb(255 108 139 / 0.85) !important;
}

.focus\:text-red-400\/90:focus{
  color: rgb(255 108 139 / 0.9) !important;
}

.focus\:text-red-400\/95:focus{
  color: rgb(255 108 139 / 0.95) !important;
}

.focus\:text-red-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 240 243 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-50\/0:focus{
  color: rgb(255 240 243 / 0) !important;
}

.focus\:text-red-50\/10:focus{
  color: rgb(255 240 243 / 0.1) !important;
}

.focus\:text-red-50\/100:focus{
  color: rgb(255 240 243 / 1) !important;
}

.focus\:text-red-50\/15:focus{
  color: rgb(255 240 243 / 0.15) !important;
}

.focus\:text-red-50\/20:focus{
  color: rgb(255 240 243 / 0.2) !important;
}

.focus\:text-red-50\/25:focus{
  color: rgb(255 240 243 / 0.25) !important;
}

.focus\:text-red-50\/30:focus{
  color: rgb(255 240 243 / 0.3) !important;
}

.focus\:text-red-50\/35:focus{
  color: rgb(255 240 243 / 0.35) !important;
}

.focus\:text-red-50\/40:focus{
  color: rgb(255 240 243 / 0.4) !important;
}

.focus\:text-red-50\/45:focus{
  color: rgb(255 240 243 / 0.45) !important;
}

.focus\:text-red-50\/5:focus{
  color: rgb(255 240 243 / 0.05) !important;
}

.focus\:text-red-50\/50:focus{
  color: rgb(255 240 243 / 0.5) !important;
}

.focus\:text-red-50\/55:focus{
  color: rgb(255 240 243 / 0.55) !important;
}

.focus\:text-red-50\/60:focus{
  color: rgb(255 240 243 / 0.6) !important;
}

.focus\:text-red-50\/65:focus{
  color: rgb(255 240 243 / 0.65) !important;
}

.focus\:text-red-50\/70:focus{
  color: rgb(255 240 243 / 0.7) !important;
}

.focus\:text-red-50\/75:focus{
  color: rgb(255 240 243 / 0.75) !important;
}

.focus\:text-red-50\/80:focus{
  color: rgb(255 240 243 / 0.8) !important;
}

.focus\:text-red-50\/85:focus{
  color: rgb(255 240 243 / 0.85) !important;
}

.focus\:text-red-50\/90:focus{
  color: rgb(255 240 243 / 0.9) !important;
}

.focus\:text-red-50\/95:focus{
  color: rgb(255 240 243 / 0.95) !important;
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(250 34 86 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-500\/0:focus{
  color: rgb(250 34 86 / 0) !important;
}

.focus\:text-red-500\/10:focus{
  color: rgb(250 34 86 / 0.1) !important;
}

.focus\:text-red-500\/100:focus{
  color: rgb(250 34 86 / 1) !important;
}

.focus\:text-red-500\/15:focus{
  color: rgb(250 34 86 / 0.15) !important;
}

.focus\:text-red-500\/20:focus{
  color: rgb(250 34 86 / 0.2) !important;
}

.focus\:text-red-500\/25:focus{
  color: rgb(250 34 86 / 0.25) !important;
}

.focus\:text-red-500\/30:focus{
  color: rgb(250 34 86 / 0.3) !important;
}

.focus\:text-red-500\/35:focus{
  color: rgb(250 34 86 / 0.35) !important;
}

.focus\:text-red-500\/40:focus{
  color: rgb(250 34 86 / 0.4) !important;
}

.focus\:text-red-500\/45:focus{
  color: rgb(250 34 86 / 0.45) !important;
}

.focus\:text-red-500\/5:focus{
  color: rgb(250 34 86 / 0.05) !important;
}

.focus\:text-red-500\/50:focus{
  color: rgb(250 34 86 / 0.5) !important;
}

.focus\:text-red-500\/55:focus{
  color: rgb(250 34 86 / 0.55) !important;
}

.focus\:text-red-500\/60:focus{
  color: rgb(250 34 86 / 0.6) !important;
}

.focus\:text-red-500\/65:focus{
  color: rgb(250 34 86 / 0.65) !important;
}

.focus\:text-red-500\/70:focus{
  color: rgb(250 34 86 / 0.7) !important;
}

.focus\:text-red-500\/75:focus{
  color: rgb(250 34 86 / 0.75) !important;
}

.focus\:text-red-500\/80:focus{
  color: rgb(250 34 86 / 0.8) !important;
}

.focus\:text-red-500\/85:focus{
  color: rgb(250 34 86 / 0.85) !important;
}

.focus\:text-red-500\/90:focus{
  color: rgb(250 34 86 / 0.9) !important;
}

.focus\:text-red-500\/95:focus{
  color: rgb(250 34 86 / 0.95) !important;
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(232 22 83 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-600\/0:focus{
  color: rgb(232 22 83 / 0) !important;
}

.focus\:text-red-600\/10:focus{
  color: rgb(232 22 83 / 0.1) !important;
}

.focus\:text-red-600\/100:focus{
  color: rgb(232 22 83 / 1) !important;
}

.focus\:text-red-600\/15:focus{
  color: rgb(232 22 83 / 0.15) !important;
}

.focus\:text-red-600\/20:focus{
  color: rgb(232 22 83 / 0.2) !important;
}

.focus\:text-red-600\/25:focus{
  color: rgb(232 22 83 / 0.25) !important;
}

.focus\:text-red-600\/30:focus{
  color: rgb(232 22 83 / 0.3) !important;
}

.focus\:text-red-600\/35:focus{
  color: rgb(232 22 83 / 0.35) !important;
}

.focus\:text-red-600\/40:focus{
  color: rgb(232 22 83 / 0.4) !important;
}

.focus\:text-red-600\/45:focus{
  color: rgb(232 22 83 / 0.45) !important;
}

.focus\:text-red-600\/5:focus{
  color: rgb(232 22 83 / 0.05) !important;
}

.focus\:text-red-600\/50:focus{
  color: rgb(232 22 83 / 0.5) !important;
}

.focus\:text-red-600\/55:focus{
  color: rgb(232 22 83 / 0.55) !important;
}

.focus\:text-red-600\/60:focus{
  color: rgb(232 22 83 / 0.6) !important;
}

.focus\:text-red-600\/65:focus{
  color: rgb(232 22 83 / 0.65) !important;
}

.focus\:text-red-600\/70:focus{
  color: rgb(232 22 83 / 0.7) !important;
}

.focus\:text-red-600\/75:focus{
  color: rgb(232 22 83 / 0.75) !important;
}

.focus\:text-red-600\/80:focus{
  color: rgb(232 22 83 / 0.8) !important;
}

.focus\:text-red-600\/85:focus{
  color: rgb(232 22 83 / 0.85) !important;
}

.focus\:text-red-600\/90:focus{
  color: rgb(232 22 83 / 0.9) !important;
}

.focus\:text-red-600\/95:focus{
  color: rgb(232 22 83 / 0.95) !important;
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(196 12 70 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-700\/0:focus{
  color: rgb(196 12 70 / 0) !important;
}

.focus\:text-red-700\/10:focus{
  color: rgb(196 12 70 / 0.1) !important;
}

.focus\:text-red-700\/100:focus{
  color: rgb(196 12 70 / 1) !important;
}

.focus\:text-red-700\/15:focus{
  color: rgb(196 12 70 / 0.15) !important;
}

.focus\:text-red-700\/20:focus{
  color: rgb(196 12 70 / 0.2) !important;
}

.focus\:text-red-700\/25:focus{
  color: rgb(196 12 70 / 0.25) !important;
}

.focus\:text-red-700\/30:focus{
  color: rgb(196 12 70 / 0.3) !important;
}

.focus\:text-red-700\/35:focus{
  color: rgb(196 12 70 / 0.35) !important;
}

.focus\:text-red-700\/40:focus{
  color: rgb(196 12 70 / 0.4) !important;
}

.focus\:text-red-700\/45:focus{
  color: rgb(196 12 70 / 0.45) !important;
}

.focus\:text-red-700\/5:focus{
  color: rgb(196 12 70 / 0.05) !important;
}

.focus\:text-red-700\/50:focus{
  color: rgb(196 12 70 / 0.5) !important;
}

.focus\:text-red-700\/55:focus{
  color: rgb(196 12 70 / 0.55) !important;
}

.focus\:text-red-700\/60:focus{
  color: rgb(196 12 70 / 0.6) !important;
}

.focus\:text-red-700\/65:focus{
  color: rgb(196 12 70 / 0.65) !important;
}

.focus\:text-red-700\/70:focus{
  color: rgb(196 12 70 / 0.7) !important;
}

.focus\:text-red-700\/75:focus{
  color: rgb(196 12 70 / 0.75) !important;
}

.focus\:text-red-700\/80:focus{
  color: rgb(196 12 70 / 0.8) !important;
}

.focus\:text-red-700\/85:focus{
  color: rgb(196 12 70 / 0.85) !important;
}

.focus\:text-red-700\/90:focus{
  color: rgb(196 12 70 / 0.9) !important;
}

.focus\:text-red-700\/95:focus{
  color: rgb(196 12 70 / 0.95) !important;
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(164 13 65 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-800\/0:focus{
  color: rgb(164 13 65 / 0) !important;
}

.focus\:text-red-800\/10:focus{
  color: rgb(164 13 65 / 0.1) !important;
}

.focus\:text-red-800\/100:focus{
  color: rgb(164 13 65 / 1) !important;
}

.focus\:text-red-800\/15:focus{
  color: rgb(164 13 65 / 0.15) !important;
}

.focus\:text-red-800\/20:focus{
  color: rgb(164 13 65 / 0.2) !important;
}

.focus\:text-red-800\/25:focus{
  color: rgb(164 13 65 / 0.25) !important;
}

.focus\:text-red-800\/30:focus{
  color: rgb(164 13 65 / 0.3) !important;
}

.focus\:text-red-800\/35:focus{
  color: rgb(164 13 65 / 0.35) !important;
}

.focus\:text-red-800\/40:focus{
  color: rgb(164 13 65 / 0.4) !important;
}

.focus\:text-red-800\/45:focus{
  color: rgb(164 13 65 / 0.45) !important;
}

.focus\:text-red-800\/5:focus{
  color: rgb(164 13 65 / 0.05) !important;
}

.focus\:text-red-800\/50:focus{
  color: rgb(164 13 65 / 0.5) !important;
}

.focus\:text-red-800\/55:focus{
  color: rgb(164 13 65 / 0.55) !important;
}

.focus\:text-red-800\/60:focus{
  color: rgb(164 13 65 / 0.6) !important;
}

.focus\:text-red-800\/65:focus{
  color: rgb(164 13 65 / 0.65) !important;
}

.focus\:text-red-800\/70:focus{
  color: rgb(164 13 65 / 0.7) !important;
}

.focus\:text-red-800\/75:focus{
  color: rgb(164 13 65 / 0.75) !important;
}

.focus\:text-red-800\/80:focus{
  color: rgb(164 13 65 / 0.8) !important;
}

.focus\:text-red-800\/85:focus{
  color: rgb(164 13 65 / 0.85) !important;
}

.focus\:text-red-800\/90:focus{
  color: rgb(164 13 65 / 0.9) !important;
}

.focus\:text-red-800\/95:focus{
  color: rgb(164 13 65 / 0.95) !important;
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(140 15 62 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-900\/0:focus{
  color: rgb(140 15 62 / 0) !important;
}

.focus\:text-red-900\/10:focus{
  color: rgb(140 15 62 / 0.1) !important;
}

.focus\:text-red-900\/100:focus{
  color: rgb(140 15 62 / 1) !important;
}

.focus\:text-red-900\/15:focus{
  color: rgb(140 15 62 / 0.15) !important;
}

.focus\:text-red-900\/20:focus{
  color: rgb(140 15 62 / 0.2) !important;
}

.focus\:text-red-900\/25:focus{
  color: rgb(140 15 62 / 0.25) !important;
}

.focus\:text-red-900\/30:focus{
  color: rgb(140 15 62 / 0.3) !important;
}

.focus\:text-red-900\/35:focus{
  color: rgb(140 15 62 / 0.35) !important;
}

.focus\:text-red-900\/40:focus{
  color: rgb(140 15 62 / 0.4) !important;
}

.focus\:text-red-900\/45:focus{
  color: rgb(140 15 62 / 0.45) !important;
}

.focus\:text-red-900\/5:focus{
  color: rgb(140 15 62 / 0.05) !important;
}

.focus\:text-red-900\/50:focus{
  color: rgb(140 15 62 / 0.5) !important;
}

.focus\:text-red-900\/55:focus{
  color: rgb(140 15 62 / 0.55) !important;
}

.focus\:text-red-900\/60:focus{
  color: rgb(140 15 62 / 0.6) !important;
}

.focus\:text-red-900\/65:focus{
  color: rgb(140 15 62 / 0.65) !important;
}

.focus\:text-red-900\/70:focus{
  color: rgb(140 15 62 / 0.7) !important;
}

.focus\:text-red-900\/75:focus{
  color: rgb(140 15 62 / 0.75) !important;
}

.focus\:text-red-900\/80:focus{
  color: rgb(140 15 62 / 0.8) !important;
}

.focus\:text-red-900\/85:focus{
  color: rgb(140 15 62 / 0.85) !important;
}

.focus\:text-red-900\/90:focus{
  color: rgb(140 15 62 / 0.9) !important;
}

.focus\:text-red-900\/95:focus{
  color: rgb(140 15 62 / 0.95) !important;
}

.focus\:text-red-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(79 2 29 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-red-950\/0:focus{
  color: rgb(79 2 29 / 0) !important;
}

.focus\:text-red-950\/10:focus{
  color: rgb(79 2 29 / 0.1) !important;
}

.focus\:text-red-950\/100:focus{
  color: rgb(79 2 29 / 1) !important;
}

.focus\:text-red-950\/15:focus{
  color: rgb(79 2 29 / 0.15) !important;
}

.focus\:text-red-950\/20:focus{
  color: rgb(79 2 29 / 0.2) !important;
}

.focus\:text-red-950\/25:focus{
  color: rgb(79 2 29 / 0.25) !important;
}

.focus\:text-red-950\/30:focus{
  color: rgb(79 2 29 / 0.3) !important;
}

.focus\:text-red-950\/35:focus{
  color: rgb(79 2 29 / 0.35) !important;
}

.focus\:text-red-950\/40:focus{
  color: rgb(79 2 29 / 0.4) !important;
}

.focus\:text-red-950\/45:focus{
  color: rgb(79 2 29 / 0.45) !important;
}

.focus\:text-red-950\/5:focus{
  color: rgb(79 2 29 / 0.05) !important;
}

.focus\:text-red-950\/50:focus{
  color: rgb(79 2 29 / 0.5) !important;
}

.focus\:text-red-950\/55:focus{
  color: rgb(79 2 29 / 0.55) !important;
}

.focus\:text-red-950\/60:focus{
  color: rgb(79 2 29 / 0.6) !important;
}

.focus\:text-red-950\/65:focus{
  color: rgb(79 2 29 / 0.65) !important;
}

.focus\:text-red-950\/70:focus{
  color: rgb(79 2 29 / 0.7) !important;
}

.focus\:text-red-950\/75:focus{
  color: rgb(79 2 29 / 0.75) !important;
}

.focus\:text-red-950\/80:focus{
  color: rgb(79 2 29 / 0.8) !important;
}

.focus\:text-red-950\/85:focus{
  color: rgb(79 2 29 / 0.85) !important;
}

.focus\:text-red-950\/90:focus{
  color: rgb(79 2 29 / 0.9) !important;
}

.focus\:text-red-950\/95:focus{
  color: rgb(79 2 29 / 0.95) !important;
}

.focus\:text-rosebrown-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(228 212 220 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-100\/0:focus{
  color: rgb(228 212 220 / 0) !important;
}

.focus\:text-rosebrown-100\/10:focus{
  color: rgb(228 212 220 / 0.1) !important;
}

.focus\:text-rosebrown-100\/100:focus{
  color: rgb(228 212 220 / 1) !important;
}

.focus\:text-rosebrown-100\/15:focus{
  color: rgb(228 212 220 / 0.15) !important;
}

.focus\:text-rosebrown-100\/20:focus{
  color: rgb(228 212 220 / 0.2) !important;
}

.focus\:text-rosebrown-100\/25:focus{
  color: rgb(228 212 220 / 0.25) !important;
}

.focus\:text-rosebrown-100\/30:focus{
  color: rgb(228 212 220 / 0.3) !important;
}

.focus\:text-rosebrown-100\/35:focus{
  color: rgb(228 212 220 / 0.35) !important;
}

.focus\:text-rosebrown-100\/40:focus{
  color: rgb(228 212 220 / 0.4) !important;
}

.focus\:text-rosebrown-100\/45:focus{
  color: rgb(228 212 220 / 0.45) !important;
}

.focus\:text-rosebrown-100\/5:focus{
  color: rgb(228 212 220 / 0.05) !important;
}

.focus\:text-rosebrown-100\/50:focus{
  color: rgb(228 212 220 / 0.5) !important;
}

.focus\:text-rosebrown-100\/55:focus{
  color: rgb(228 212 220 / 0.55) !important;
}

.focus\:text-rosebrown-100\/60:focus{
  color: rgb(228 212 220 / 0.6) !important;
}

.focus\:text-rosebrown-100\/65:focus{
  color: rgb(228 212 220 / 0.65) !important;
}

.focus\:text-rosebrown-100\/70:focus{
  color: rgb(228 212 220 / 0.7) !important;
}

.focus\:text-rosebrown-100\/75:focus{
  color: rgb(228 212 220 / 0.75) !important;
}

.focus\:text-rosebrown-100\/80:focus{
  color: rgb(228 212 220 / 0.8) !important;
}

.focus\:text-rosebrown-100\/85:focus{
  color: rgb(228 212 220 / 0.85) !important;
}

.focus\:text-rosebrown-100\/90:focus{
  color: rgb(228 212 220 / 0.9) !important;
}

.focus\:text-rosebrown-100\/95:focus{
  color: rgb(228 212 220 / 0.95) !important;
}

.focus\:text-rosebrown-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(210 184 196 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-200\/0:focus{
  color: rgb(210 184 196 / 0) !important;
}

.focus\:text-rosebrown-200\/10:focus{
  color: rgb(210 184 196 / 0.1) !important;
}

.focus\:text-rosebrown-200\/100:focus{
  color: rgb(210 184 196 / 1) !important;
}

.focus\:text-rosebrown-200\/15:focus{
  color: rgb(210 184 196 / 0.15) !important;
}

.focus\:text-rosebrown-200\/20:focus{
  color: rgb(210 184 196 / 0.2) !important;
}

.focus\:text-rosebrown-200\/25:focus{
  color: rgb(210 184 196 / 0.25) !important;
}

.focus\:text-rosebrown-200\/30:focus{
  color: rgb(210 184 196 / 0.3) !important;
}

.focus\:text-rosebrown-200\/35:focus{
  color: rgb(210 184 196 / 0.35) !important;
}

.focus\:text-rosebrown-200\/40:focus{
  color: rgb(210 184 196 / 0.4) !important;
}

.focus\:text-rosebrown-200\/45:focus{
  color: rgb(210 184 196 / 0.45) !important;
}

.focus\:text-rosebrown-200\/5:focus{
  color: rgb(210 184 196 / 0.05) !important;
}

.focus\:text-rosebrown-200\/50:focus{
  color: rgb(210 184 196 / 0.5) !important;
}

.focus\:text-rosebrown-200\/55:focus{
  color: rgb(210 184 196 / 0.55) !important;
}

.focus\:text-rosebrown-200\/60:focus{
  color: rgb(210 184 196 / 0.6) !important;
}

.focus\:text-rosebrown-200\/65:focus{
  color: rgb(210 184 196 / 0.65) !important;
}

.focus\:text-rosebrown-200\/70:focus{
  color: rgb(210 184 196 / 0.7) !important;
}

.focus\:text-rosebrown-200\/75:focus{
  color: rgb(210 184 196 / 0.75) !important;
}

.focus\:text-rosebrown-200\/80:focus{
  color: rgb(210 184 196 / 0.8) !important;
}

.focus\:text-rosebrown-200\/85:focus{
  color: rgb(210 184 196 / 0.85) !important;
}

.focus\:text-rosebrown-200\/90:focus{
  color: rgb(210 184 196 / 0.9) !important;
}

.focus\:text-rosebrown-200\/95:focus{
  color: rgb(210 184 196 / 0.95) !important;
}

.focus\:text-rosebrown-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(192 156 172 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-300\/0:focus{
  color: rgb(192 156 172 / 0) !important;
}

.focus\:text-rosebrown-300\/10:focus{
  color: rgb(192 156 172 / 0.1) !important;
}

.focus\:text-rosebrown-300\/100:focus{
  color: rgb(192 156 172 / 1) !important;
}

.focus\:text-rosebrown-300\/15:focus{
  color: rgb(192 156 172 / 0.15) !important;
}

.focus\:text-rosebrown-300\/20:focus{
  color: rgb(192 156 172 / 0.2) !important;
}

.focus\:text-rosebrown-300\/25:focus{
  color: rgb(192 156 172 / 0.25) !important;
}

.focus\:text-rosebrown-300\/30:focus{
  color: rgb(192 156 172 / 0.3) !important;
}

.focus\:text-rosebrown-300\/35:focus{
  color: rgb(192 156 172 / 0.35) !important;
}

.focus\:text-rosebrown-300\/40:focus{
  color: rgb(192 156 172 / 0.4) !important;
}

.focus\:text-rosebrown-300\/45:focus{
  color: rgb(192 156 172 / 0.45) !important;
}

.focus\:text-rosebrown-300\/5:focus{
  color: rgb(192 156 172 / 0.05) !important;
}

.focus\:text-rosebrown-300\/50:focus{
  color: rgb(192 156 172 / 0.5) !important;
}

.focus\:text-rosebrown-300\/55:focus{
  color: rgb(192 156 172 / 0.55) !important;
}

.focus\:text-rosebrown-300\/60:focus{
  color: rgb(192 156 172 / 0.6) !important;
}

.focus\:text-rosebrown-300\/65:focus{
  color: rgb(192 156 172 / 0.65) !important;
}

.focus\:text-rosebrown-300\/70:focus{
  color: rgb(192 156 172 / 0.7) !important;
}

.focus\:text-rosebrown-300\/75:focus{
  color: rgb(192 156 172 / 0.75) !important;
}

.focus\:text-rosebrown-300\/80:focus{
  color: rgb(192 156 172 / 0.8) !important;
}

.focus\:text-rosebrown-300\/85:focus{
  color: rgb(192 156 172 / 0.85) !important;
}

.focus\:text-rosebrown-300\/90:focus{
  color: rgb(192 156 172 / 0.9) !important;
}

.focus\:text-rosebrown-300\/95:focus{
  color: rgb(192 156 172 / 0.95) !important;
}

.focus\:text-rosebrown-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(179 134 155 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-400\/0:focus{
  color: rgb(179 134 155 / 0) !important;
}

.focus\:text-rosebrown-400\/10:focus{
  color: rgb(179 134 155 / 0.1) !important;
}

.focus\:text-rosebrown-400\/100:focus{
  color: rgb(179 134 155 / 1) !important;
}

.focus\:text-rosebrown-400\/15:focus{
  color: rgb(179 134 155 / 0.15) !important;
}

.focus\:text-rosebrown-400\/20:focus{
  color: rgb(179 134 155 / 0.2) !important;
}

.focus\:text-rosebrown-400\/25:focus{
  color: rgb(179 134 155 / 0.25) !important;
}

.focus\:text-rosebrown-400\/30:focus{
  color: rgb(179 134 155 / 0.3) !important;
}

.focus\:text-rosebrown-400\/35:focus{
  color: rgb(179 134 155 / 0.35) !important;
}

.focus\:text-rosebrown-400\/40:focus{
  color: rgb(179 134 155 / 0.4) !important;
}

.focus\:text-rosebrown-400\/45:focus{
  color: rgb(179 134 155 / 0.45) !important;
}

.focus\:text-rosebrown-400\/5:focus{
  color: rgb(179 134 155 / 0.05) !important;
}

.focus\:text-rosebrown-400\/50:focus{
  color: rgb(179 134 155 / 0.5) !important;
}

.focus\:text-rosebrown-400\/55:focus{
  color: rgb(179 134 155 / 0.55) !important;
}

.focus\:text-rosebrown-400\/60:focus{
  color: rgb(179 134 155 / 0.6) !important;
}

.focus\:text-rosebrown-400\/65:focus{
  color: rgb(179 134 155 / 0.65) !important;
}

.focus\:text-rosebrown-400\/70:focus{
  color: rgb(179 134 155 / 0.7) !important;
}

.focus\:text-rosebrown-400\/75:focus{
  color: rgb(179 134 155 / 0.75) !important;
}

.focus\:text-rosebrown-400\/80:focus{
  color: rgb(179 134 155 / 0.8) !important;
}

.focus\:text-rosebrown-400\/85:focus{
  color: rgb(179 134 155 / 0.85) !important;
}

.focus\:text-rosebrown-400\/90:focus{
  color: rgb(179 134 155 / 0.9) !important;
}

.focus\:text-rosebrown-400\/95:focus{
  color: rgb(179 134 155 / 0.95) !important;
}

.focus\:text-rosebrown-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(244 238 241 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-50\/0:focus{
  color: rgb(244 238 241 / 0) !important;
}

.focus\:text-rosebrown-50\/10:focus{
  color: rgb(244 238 241 / 0.1) !important;
}

.focus\:text-rosebrown-50\/100:focus{
  color: rgb(244 238 241 / 1) !important;
}

.focus\:text-rosebrown-50\/15:focus{
  color: rgb(244 238 241 / 0.15) !important;
}

.focus\:text-rosebrown-50\/20:focus{
  color: rgb(244 238 241 / 0.2) !important;
}

.focus\:text-rosebrown-50\/25:focus{
  color: rgb(244 238 241 / 0.25) !important;
}

.focus\:text-rosebrown-50\/30:focus{
  color: rgb(244 238 241 / 0.3) !important;
}

.focus\:text-rosebrown-50\/35:focus{
  color: rgb(244 238 241 / 0.35) !important;
}

.focus\:text-rosebrown-50\/40:focus{
  color: rgb(244 238 241 / 0.4) !important;
}

.focus\:text-rosebrown-50\/45:focus{
  color: rgb(244 238 241 / 0.45) !important;
}

.focus\:text-rosebrown-50\/5:focus{
  color: rgb(244 238 241 / 0.05) !important;
}

.focus\:text-rosebrown-50\/50:focus{
  color: rgb(244 238 241 / 0.5) !important;
}

.focus\:text-rosebrown-50\/55:focus{
  color: rgb(244 238 241 / 0.55) !important;
}

.focus\:text-rosebrown-50\/60:focus{
  color: rgb(244 238 241 / 0.6) !important;
}

.focus\:text-rosebrown-50\/65:focus{
  color: rgb(244 238 241 / 0.65) !important;
}

.focus\:text-rosebrown-50\/70:focus{
  color: rgb(244 238 241 / 0.7) !important;
}

.focus\:text-rosebrown-50\/75:focus{
  color: rgb(244 238 241 / 0.75) !important;
}

.focus\:text-rosebrown-50\/80:focus{
  color: rgb(244 238 241 / 0.8) !important;
}

.focus\:text-rosebrown-50\/85:focus{
  color: rgb(244 238 241 / 0.85) !important;
}

.focus\:text-rosebrown-50\/90:focus{
  color: rgb(244 238 241 / 0.9) !important;
}

.focus\:text-rosebrown-50\/95:focus{
  color: rgb(244 238 241 / 0.95) !important;
}

.focus\:text-rosebrown-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(165 113 137 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-500\/0:focus{
  color: rgb(165 113 137 / 0) !important;
}

.focus\:text-rosebrown-500\/10:focus{
  color: rgb(165 113 137 / 0.1) !important;
}

.focus\:text-rosebrown-500\/100:focus{
  color: rgb(165 113 137 / 1) !important;
}

.focus\:text-rosebrown-500\/15:focus{
  color: rgb(165 113 137 / 0.15) !important;
}

.focus\:text-rosebrown-500\/20:focus{
  color: rgb(165 113 137 / 0.2) !important;
}

.focus\:text-rosebrown-500\/25:focus{
  color: rgb(165 113 137 / 0.25) !important;
}

.focus\:text-rosebrown-500\/30:focus{
  color: rgb(165 113 137 / 0.3) !important;
}

.focus\:text-rosebrown-500\/35:focus{
  color: rgb(165 113 137 / 0.35) !important;
}

.focus\:text-rosebrown-500\/40:focus{
  color: rgb(165 113 137 / 0.4) !important;
}

.focus\:text-rosebrown-500\/45:focus{
  color: rgb(165 113 137 / 0.45) !important;
}

.focus\:text-rosebrown-500\/5:focus{
  color: rgb(165 113 137 / 0.05) !important;
}

.focus\:text-rosebrown-500\/50:focus{
  color: rgb(165 113 137 / 0.5) !important;
}

.focus\:text-rosebrown-500\/55:focus{
  color: rgb(165 113 137 / 0.55) !important;
}

.focus\:text-rosebrown-500\/60:focus{
  color: rgb(165 113 137 / 0.6) !important;
}

.focus\:text-rosebrown-500\/65:focus{
  color: rgb(165 113 137 / 0.65) !important;
}

.focus\:text-rosebrown-500\/70:focus{
  color: rgb(165 113 137 / 0.7) !important;
}

.focus\:text-rosebrown-500\/75:focus{
  color: rgb(165 113 137 / 0.75) !important;
}

.focus\:text-rosebrown-500\/80:focus{
  color: rgb(165 113 137 / 0.8) !important;
}

.focus\:text-rosebrown-500\/85:focus{
  color: rgb(165 113 137 / 0.85) !important;
}

.focus\:text-rosebrown-500\/90:focus{
  color: rgb(165 113 137 / 0.9) !important;
}

.focus\:text-rosebrown-500\/95:focus{
  color: rgb(165 113 137 / 0.95) !important;
}

.focus\:text-rosebrown-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(157 105 129 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-600\/0:focus{
  color: rgb(157 105 129 / 0) !important;
}

.focus\:text-rosebrown-600\/10:focus{
  color: rgb(157 105 129 / 0.1) !important;
}

.focus\:text-rosebrown-600\/100:focus{
  color: rgb(157 105 129 / 1) !important;
}

.focus\:text-rosebrown-600\/15:focus{
  color: rgb(157 105 129 / 0.15) !important;
}

.focus\:text-rosebrown-600\/20:focus{
  color: rgb(157 105 129 / 0.2) !important;
}

.focus\:text-rosebrown-600\/25:focus{
  color: rgb(157 105 129 / 0.25) !important;
}

.focus\:text-rosebrown-600\/30:focus{
  color: rgb(157 105 129 / 0.3) !important;
}

.focus\:text-rosebrown-600\/35:focus{
  color: rgb(157 105 129 / 0.35) !important;
}

.focus\:text-rosebrown-600\/40:focus{
  color: rgb(157 105 129 / 0.4) !important;
}

.focus\:text-rosebrown-600\/45:focus{
  color: rgb(157 105 129 / 0.45) !important;
}

.focus\:text-rosebrown-600\/5:focus{
  color: rgb(157 105 129 / 0.05) !important;
}

.focus\:text-rosebrown-600\/50:focus{
  color: rgb(157 105 129 / 0.5) !important;
}

.focus\:text-rosebrown-600\/55:focus{
  color: rgb(157 105 129 / 0.55) !important;
}

.focus\:text-rosebrown-600\/60:focus{
  color: rgb(157 105 129 / 0.6) !important;
}

.focus\:text-rosebrown-600\/65:focus{
  color: rgb(157 105 129 / 0.65) !important;
}

.focus\:text-rosebrown-600\/70:focus{
  color: rgb(157 105 129 / 0.7) !important;
}

.focus\:text-rosebrown-600\/75:focus{
  color: rgb(157 105 129 / 0.75) !important;
}

.focus\:text-rosebrown-600\/80:focus{
  color: rgb(157 105 129 / 0.8) !important;
}

.focus\:text-rosebrown-600\/85:focus{
  color: rgb(157 105 129 / 0.85) !important;
}

.focus\:text-rosebrown-600\/90:focus{
  color: rgb(157 105 129 / 0.9) !important;
}

.focus\:text-rosebrown-600\/95:focus{
  color: rgb(157 105 129 / 0.95) !important;
}

.focus\:text-rosebrown-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(147 94 118 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-700\/0:focus{
  color: rgb(147 94 118 / 0) !important;
}

.focus\:text-rosebrown-700\/10:focus{
  color: rgb(147 94 118 / 0.1) !important;
}

.focus\:text-rosebrown-700\/100:focus{
  color: rgb(147 94 118 / 1) !important;
}

.focus\:text-rosebrown-700\/15:focus{
  color: rgb(147 94 118 / 0.15) !important;
}

.focus\:text-rosebrown-700\/20:focus{
  color: rgb(147 94 118 / 0.2) !important;
}

.focus\:text-rosebrown-700\/25:focus{
  color: rgb(147 94 118 / 0.25) !important;
}

.focus\:text-rosebrown-700\/30:focus{
  color: rgb(147 94 118 / 0.3) !important;
}

.focus\:text-rosebrown-700\/35:focus{
  color: rgb(147 94 118 / 0.35) !important;
}

.focus\:text-rosebrown-700\/40:focus{
  color: rgb(147 94 118 / 0.4) !important;
}

.focus\:text-rosebrown-700\/45:focus{
  color: rgb(147 94 118 / 0.45) !important;
}

.focus\:text-rosebrown-700\/5:focus{
  color: rgb(147 94 118 / 0.05) !important;
}

.focus\:text-rosebrown-700\/50:focus{
  color: rgb(147 94 118 / 0.5) !important;
}

.focus\:text-rosebrown-700\/55:focus{
  color: rgb(147 94 118 / 0.55) !important;
}

.focus\:text-rosebrown-700\/60:focus{
  color: rgb(147 94 118 / 0.6) !important;
}

.focus\:text-rosebrown-700\/65:focus{
  color: rgb(147 94 118 / 0.65) !important;
}

.focus\:text-rosebrown-700\/70:focus{
  color: rgb(147 94 118 / 0.7) !important;
}

.focus\:text-rosebrown-700\/75:focus{
  color: rgb(147 94 118 / 0.75) !important;
}

.focus\:text-rosebrown-700\/80:focus{
  color: rgb(147 94 118 / 0.8) !important;
}

.focus\:text-rosebrown-700\/85:focus{
  color: rgb(147 94 118 / 0.85) !important;
}

.focus\:text-rosebrown-700\/90:focus{
  color: rgb(147 94 118 / 0.9) !important;
}

.focus\:text-rosebrown-700\/95:focus{
  color: rgb(147 94 118 / 0.95) !important;
}

.focus\:text-rosebrown-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(138 84 108 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-800\/0:focus{
  color: rgb(138 84 108 / 0) !important;
}

.focus\:text-rosebrown-800\/10:focus{
  color: rgb(138 84 108 / 0.1) !important;
}

.focus\:text-rosebrown-800\/100:focus{
  color: rgb(138 84 108 / 1) !important;
}

.focus\:text-rosebrown-800\/15:focus{
  color: rgb(138 84 108 / 0.15) !important;
}

.focus\:text-rosebrown-800\/20:focus{
  color: rgb(138 84 108 / 0.2) !important;
}

.focus\:text-rosebrown-800\/25:focus{
  color: rgb(138 84 108 / 0.25) !important;
}

.focus\:text-rosebrown-800\/30:focus{
  color: rgb(138 84 108 / 0.3) !important;
}

.focus\:text-rosebrown-800\/35:focus{
  color: rgb(138 84 108 / 0.35) !important;
}

.focus\:text-rosebrown-800\/40:focus{
  color: rgb(138 84 108 / 0.4) !important;
}

.focus\:text-rosebrown-800\/45:focus{
  color: rgb(138 84 108 / 0.45) !important;
}

.focus\:text-rosebrown-800\/5:focus{
  color: rgb(138 84 108 / 0.05) !important;
}

.focus\:text-rosebrown-800\/50:focus{
  color: rgb(138 84 108 / 0.5) !important;
}

.focus\:text-rosebrown-800\/55:focus{
  color: rgb(138 84 108 / 0.55) !important;
}

.focus\:text-rosebrown-800\/60:focus{
  color: rgb(138 84 108 / 0.6) !important;
}

.focus\:text-rosebrown-800\/65:focus{
  color: rgb(138 84 108 / 0.65) !important;
}

.focus\:text-rosebrown-800\/70:focus{
  color: rgb(138 84 108 / 0.7) !important;
}

.focus\:text-rosebrown-800\/75:focus{
  color: rgb(138 84 108 / 0.75) !important;
}

.focus\:text-rosebrown-800\/80:focus{
  color: rgb(138 84 108 / 0.8) !important;
}

.focus\:text-rosebrown-800\/85:focus{
  color: rgb(138 84 108 / 0.85) !important;
}

.focus\:text-rosebrown-800\/90:focus{
  color: rgb(138 84 108 / 0.9) !important;
}

.focus\:text-rosebrown-800\/95:focus{
  color: rgb(138 84 108 / 0.95) !important;
}

.focus\:text-rosebrown-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(121 66 89 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-rosebrown-900\/0:focus{
  color: rgb(121 66 89 / 0) !important;
}

.focus\:text-rosebrown-900\/10:focus{
  color: rgb(121 66 89 / 0.1) !important;
}

.focus\:text-rosebrown-900\/100:focus{
  color: rgb(121 66 89 / 1) !important;
}

.focus\:text-rosebrown-900\/15:focus{
  color: rgb(121 66 89 / 0.15) !important;
}

.focus\:text-rosebrown-900\/20:focus{
  color: rgb(121 66 89 / 0.2) !important;
}

.focus\:text-rosebrown-900\/25:focus{
  color: rgb(121 66 89 / 0.25) !important;
}

.focus\:text-rosebrown-900\/30:focus{
  color: rgb(121 66 89 / 0.3) !important;
}

.focus\:text-rosebrown-900\/35:focus{
  color: rgb(121 66 89 / 0.35) !important;
}

.focus\:text-rosebrown-900\/40:focus{
  color: rgb(121 66 89 / 0.4) !important;
}

.focus\:text-rosebrown-900\/45:focus{
  color: rgb(121 66 89 / 0.45) !important;
}

.focus\:text-rosebrown-900\/5:focus{
  color: rgb(121 66 89 / 0.05) !important;
}

.focus\:text-rosebrown-900\/50:focus{
  color: rgb(121 66 89 / 0.5) !important;
}

.focus\:text-rosebrown-900\/55:focus{
  color: rgb(121 66 89 / 0.55) !important;
}

.focus\:text-rosebrown-900\/60:focus{
  color: rgb(121 66 89 / 0.6) !important;
}

.focus\:text-rosebrown-900\/65:focus{
  color: rgb(121 66 89 / 0.65) !important;
}

.focus\:text-rosebrown-900\/70:focus{
  color: rgb(121 66 89 / 0.7) !important;
}

.focus\:text-rosebrown-900\/75:focus{
  color: rgb(121 66 89 / 0.75) !important;
}

.focus\:text-rosebrown-900\/80:focus{
  color: rgb(121 66 89 / 0.8) !important;
}

.focus\:text-rosebrown-900\/85:focus{
  color: rgb(121 66 89 / 0.85) !important;
}

.focus\:text-rosebrown-900\/90:focus{
  color: rgb(121 66 89 / 0.9) !important;
}

.focus\:text-rosebrown-900\/95:focus{
  color: rgb(121 66 89 / 0.95) !important;
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(252 236 201 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-100\/0:focus{
  color: rgb(252 236 201 / 0) !important;
}

.focus\:text-yellow-100\/10:focus{
  color: rgb(252 236 201 / 0.1) !important;
}

.focus\:text-yellow-100\/100:focus{
  color: rgb(252 236 201 / 1) !important;
}

.focus\:text-yellow-100\/15:focus{
  color: rgb(252 236 201 / 0.15) !important;
}

.focus\:text-yellow-100\/20:focus{
  color: rgb(252 236 201 / 0.2) !important;
}

.focus\:text-yellow-100\/25:focus{
  color: rgb(252 236 201 / 0.25) !important;
}

.focus\:text-yellow-100\/30:focus{
  color: rgb(252 236 201 / 0.3) !important;
}

.focus\:text-yellow-100\/35:focus{
  color: rgb(252 236 201 / 0.35) !important;
}

.focus\:text-yellow-100\/40:focus{
  color: rgb(252 236 201 / 0.4) !important;
}

.focus\:text-yellow-100\/45:focus{
  color: rgb(252 236 201 / 0.45) !important;
}

.focus\:text-yellow-100\/5:focus{
  color: rgb(252 236 201 / 0.05) !important;
}

.focus\:text-yellow-100\/50:focus{
  color: rgb(252 236 201 / 0.5) !important;
}

.focus\:text-yellow-100\/55:focus{
  color: rgb(252 236 201 / 0.55) !important;
}

.focus\:text-yellow-100\/60:focus{
  color: rgb(252 236 201 / 0.6) !important;
}

.focus\:text-yellow-100\/65:focus{
  color: rgb(252 236 201 / 0.65) !important;
}

.focus\:text-yellow-100\/70:focus{
  color: rgb(252 236 201 / 0.7) !important;
}

.focus\:text-yellow-100\/75:focus{
  color: rgb(252 236 201 / 0.75) !important;
}

.focus\:text-yellow-100\/80:focus{
  color: rgb(252 236 201 / 0.8) !important;
}

.focus\:text-yellow-100\/85:focus{
  color: rgb(252 236 201 / 0.85) !important;
}

.focus\:text-yellow-100\/90:focus{
  color: rgb(252 236 201 / 0.9) !important;
}

.focus\:text-yellow-100\/95:focus{
  color: rgb(252 236 201 / 0.95) !important;
}

.focus\:text-yellow-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(249 214 142 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-200\/0:focus{
  color: rgb(249 214 142 / 0) !important;
}

.focus\:text-yellow-200\/10:focus{
  color: rgb(249 214 142 / 0.1) !important;
}

.focus\:text-yellow-200\/100:focus{
  color: rgb(249 214 142 / 1) !important;
}

.focus\:text-yellow-200\/15:focus{
  color: rgb(249 214 142 / 0.15) !important;
}

.focus\:text-yellow-200\/20:focus{
  color: rgb(249 214 142 / 0.2) !important;
}

.focus\:text-yellow-200\/25:focus{
  color: rgb(249 214 142 / 0.25) !important;
}

.focus\:text-yellow-200\/30:focus{
  color: rgb(249 214 142 / 0.3) !important;
}

.focus\:text-yellow-200\/35:focus{
  color: rgb(249 214 142 / 0.35) !important;
}

.focus\:text-yellow-200\/40:focus{
  color: rgb(249 214 142 / 0.4) !important;
}

.focus\:text-yellow-200\/45:focus{
  color: rgb(249 214 142 / 0.45) !important;
}

.focus\:text-yellow-200\/5:focus{
  color: rgb(249 214 142 / 0.05) !important;
}

.focus\:text-yellow-200\/50:focus{
  color: rgb(249 214 142 / 0.5) !important;
}

.focus\:text-yellow-200\/55:focus{
  color: rgb(249 214 142 / 0.55) !important;
}

.focus\:text-yellow-200\/60:focus{
  color: rgb(249 214 142 / 0.6) !important;
}

.focus\:text-yellow-200\/65:focus{
  color: rgb(249 214 142 / 0.65) !important;
}

.focus\:text-yellow-200\/70:focus{
  color: rgb(249 214 142 / 0.7) !important;
}

.focus\:text-yellow-200\/75:focus{
  color: rgb(249 214 142 / 0.75) !important;
}

.focus\:text-yellow-200\/80:focus{
  color: rgb(249 214 142 / 0.8) !important;
}

.focus\:text-yellow-200\/85:focus{
  color: rgb(249 214 142 / 0.85) !important;
}

.focus\:text-yellow-200\/90:focus{
  color: rgb(249 214 142 / 0.9) !important;
}

.focus\:text-yellow-200\/95:focus{
  color: rgb(249 214 142 / 0.95) !important;
}

.focus\:text-yellow-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-300\/0:focus{
  color: rgb(245 181 68 / 0) !important;
}

.focus\:text-yellow-300\/10:focus{
  color: rgb(245 181 68 / 0.1) !important;
}

.focus\:text-yellow-300\/100:focus{
  color: rgb(245 181 68 / 1) !important;
}

.focus\:text-yellow-300\/15:focus{
  color: rgb(245 181 68 / 0.15) !important;
}

.focus\:text-yellow-300\/20:focus{
  color: rgb(245 181 68 / 0.2) !important;
}

.focus\:text-yellow-300\/25:focus{
  color: rgb(245 181 68 / 0.25) !important;
}

.focus\:text-yellow-300\/30:focus{
  color: rgb(245 181 68 / 0.3) !important;
}

.focus\:text-yellow-300\/35:focus{
  color: rgb(245 181 68 / 0.35) !important;
}

.focus\:text-yellow-300\/40:focus{
  color: rgb(245 181 68 / 0.4) !important;
}

.focus\:text-yellow-300\/45:focus{
  color: rgb(245 181 68 / 0.45) !important;
}

.focus\:text-yellow-300\/5:focus{
  color: rgb(245 181 68 / 0.05) !important;
}

.focus\:text-yellow-300\/50:focus{
  color: rgb(245 181 68 / 0.5) !important;
}

.focus\:text-yellow-300\/55:focus{
  color: rgb(245 181 68 / 0.55) !important;
}

.focus\:text-yellow-300\/60:focus{
  color: rgb(245 181 68 / 0.6) !important;
}

.focus\:text-yellow-300\/65:focus{
  color: rgb(245 181 68 / 0.65) !important;
}

.focus\:text-yellow-300\/70:focus{
  color: rgb(245 181 68 / 0.7) !important;
}

.focus\:text-yellow-300\/75:focus{
  color: rgb(245 181 68 / 0.75) !important;
}

.focus\:text-yellow-300\/80:focus{
  color: rgb(245 181 68 / 0.8) !important;
}

.focus\:text-yellow-300\/85:focus{
  color: rgb(245 181 68 / 0.85) !important;
}

.focus\:text-yellow-300\/90:focus{
  color: rgb(245 181 68 / 0.9) !important;
}

.focus\:text-yellow-300\/95:focus{
  color: rgb(245 181 68 / 0.95) !important;
}

.focus\:text-yellow-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(243 163 44 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-400\/0:focus{
  color: rgb(243 163 44 / 0) !important;
}

.focus\:text-yellow-400\/10:focus{
  color: rgb(243 163 44 / 0.1) !important;
}

.focus\:text-yellow-400\/100:focus{
  color: rgb(243 163 44 / 1) !important;
}

.focus\:text-yellow-400\/15:focus{
  color: rgb(243 163 44 / 0.15) !important;
}

.focus\:text-yellow-400\/20:focus{
  color: rgb(243 163 44 / 0.2) !important;
}

.focus\:text-yellow-400\/25:focus{
  color: rgb(243 163 44 / 0.25) !important;
}

.focus\:text-yellow-400\/30:focus{
  color: rgb(243 163 44 / 0.3) !important;
}

.focus\:text-yellow-400\/35:focus{
  color: rgb(243 163 44 / 0.35) !important;
}

.focus\:text-yellow-400\/40:focus{
  color: rgb(243 163 44 / 0.4) !important;
}

.focus\:text-yellow-400\/45:focus{
  color: rgb(243 163 44 / 0.45) !important;
}

.focus\:text-yellow-400\/5:focus{
  color: rgb(243 163 44 / 0.05) !important;
}

.focus\:text-yellow-400\/50:focus{
  color: rgb(243 163 44 / 0.5) !important;
}

.focus\:text-yellow-400\/55:focus{
  color: rgb(243 163 44 / 0.55) !important;
}

.focus\:text-yellow-400\/60:focus{
  color: rgb(243 163 44 / 0.6) !important;
}

.focus\:text-yellow-400\/65:focus{
  color: rgb(243 163 44 / 0.65) !important;
}

.focus\:text-yellow-400\/70:focus{
  color: rgb(243 163 44 / 0.7) !important;
}

.focus\:text-yellow-400\/75:focus{
  color: rgb(243 163 44 / 0.75) !important;
}

.focus\:text-yellow-400\/80:focus{
  color: rgb(243 163 44 / 0.8) !important;
}

.focus\:text-yellow-400\/85:focus{
  color: rgb(243 163 44 / 0.85) !important;
}

.focus\:text-yellow-400\/90:focus{
  color: rgb(243 163 44 / 0.9) !important;
}

.focus\:text-yellow-400\/95:focus{
  color: rgb(243 163 44 / 0.95) !important;
}

.focus\:text-yellow-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 236 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-50\/0:focus{
  color: rgb(254 249 236 / 0) !important;
}

.focus\:text-yellow-50\/10:focus{
  color: rgb(254 249 236 / 0.1) !important;
}

.focus\:text-yellow-50\/100:focus{
  color: rgb(254 249 236 / 1) !important;
}

.focus\:text-yellow-50\/15:focus{
  color: rgb(254 249 236 / 0.15) !important;
}

.focus\:text-yellow-50\/20:focus{
  color: rgb(254 249 236 / 0.2) !important;
}

.focus\:text-yellow-50\/25:focus{
  color: rgb(254 249 236 / 0.25) !important;
}

.focus\:text-yellow-50\/30:focus{
  color: rgb(254 249 236 / 0.3) !important;
}

.focus\:text-yellow-50\/35:focus{
  color: rgb(254 249 236 / 0.35) !important;
}

.focus\:text-yellow-50\/40:focus{
  color: rgb(254 249 236 / 0.4) !important;
}

.focus\:text-yellow-50\/45:focus{
  color: rgb(254 249 236 / 0.45) !important;
}

.focus\:text-yellow-50\/5:focus{
  color: rgb(254 249 236 / 0.05) !important;
}

.focus\:text-yellow-50\/50:focus{
  color: rgb(254 249 236 / 0.5) !important;
}

.focus\:text-yellow-50\/55:focus{
  color: rgb(254 249 236 / 0.55) !important;
}

.focus\:text-yellow-50\/60:focus{
  color: rgb(254 249 236 / 0.6) !important;
}

.focus\:text-yellow-50\/65:focus{
  color: rgb(254 249 236 / 0.65) !important;
}

.focus\:text-yellow-50\/70:focus{
  color: rgb(254 249 236 / 0.7) !important;
}

.focus\:text-yellow-50\/75:focus{
  color: rgb(254 249 236 / 0.75) !important;
}

.focus\:text-yellow-50\/80:focus{
  color: rgb(254 249 236 / 0.8) !important;
}

.focus\:text-yellow-50\/85:focus{
  color: rgb(254 249 236 / 0.85) !important;
}

.focus\:text-yellow-50\/90:focus{
  color: rgb(254 249 236 / 0.9) !important;
}

.focus\:text-yellow-50\/95:focus{
  color: rgb(254 249 236 / 0.95) !important;
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(245 181 68 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-500\/0:focus{
  color: rgb(245 181 68 / 0) !important;
}

.focus\:text-yellow-500\/10:focus{
  color: rgb(245 181 68 / 0.1) !important;
}

.focus\:text-yellow-500\/100:focus{
  color: rgb(245 181 68 / 1) !important;
}

.focus\:text-yellow-500\/15:focus{
  color: rgb(245 181 68 / 0.15) !important;
}

.focus\:text-yellow-500\/20:focus{
  color: rgb(245 181 68 / 0.2) !important;
}

.focus\:text-yellow-500\/25:focus{
  color: rgb(245 181 68 / 0.25) !important;
}

.focus\:text-yellow-500\/30:focus{
  color: rgb(245 181 68 / 0.3) !important;
}

.focus\:text-yellow-500\/35:focus{
  color: rgb(245 181 68 / 0.35) !important;
}

.focus\:text-yellow-500\/40:focus{
  color: rgb(245 181 68 / 0.4) !important;
}

.focus\:text-yellow-500\/45:focus{
  color: rgb(245 181 68 / 0.45) !important;
}

.focus\:text-yellow-500\/5:focus{
  color: rgb(245 181 68 / 0.05) !important;
}

.focus\:text-yellow-500\/50:focus{
  color: rgb(245 181 68 / 0.5) !important;
}

.focus\:text-yellow-500\/55:focus{
  color: rgb(245 181 68 / 0.55) !important;
}

.focus\:text-yellow-500\/60:focus{
  color: rgb(245 181 68 / 0.6) !important;
}

.focus\:text-yellow-500\/65:focus{
  color: rgb(245 181 68 / 0.65) !important;
}

.focus\:text-yellow-500\/70:focus{
  color: rgb(245 181 68 / 0.7) !important;
}

.focus\:text-yellow-500\/75:focus{
  color: rgb(245 181 68 / 0.75) !important;
}

.focus\:text-yellow-500\/80:focus{
  color: rgb(245 181 68 / 0.8) !important;
}

.focus\:text-yellow-500\/85:focus{
  color: rgb(245 181 68 / 0.85) !important;
}

.focus\:text-yellow-500\/90:focus{
  color: rgb(245 181 68 / 0.9) !important;
}

.focus\:text-yellow-500\/95:focus{
  color: rgb(245 181 68 / 0.95) !important;
}

.focus\:text-yellow-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(210 93 13 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-600\/0:focus{
  color: rgb(210 93 13 / 0) !important;
}

.focus\:text-yellow-600\/10:focus{
  color: rgb(210 93 13 / 0.1) !important;
}

.focus\:text-yellow-600\/100:focus{
  color: rgb(210 93 13 / 1) !important;
}

.focus\:text-yellow-600\/15:focus{
  color: rgb(210 93 13 / 0.15) !important;
}

.focus\:text-yellow-600\/20:focus{
  color: rgb(210 93 13 / 0.2) !important;
}

.focus\:text-yellow-600\/25:focus{
  color: rgb(210 93 13 / 0.25) !important;
}

.focus\:text-yellow-600\/30:focus{
  color: rgb(210 93 13 / 0.3) !important;
}

.focus\:text-yellow-600\/35:focus{
  color: rgb(210 93 13 / 0.35) !important;
}

.focus\:text-yellow-600\/40:focus{
  color: rgb(210 93 13 / 0.4) !important;
}

.focus\:text-yellow-600\/45:focus{
  color: rgb(210 93 13 / 0.45) !important;
}

.focus\:text-yellow-600\/5:focus{
  color: rgb(210 93 13 / 0.05) !important;
}

.focus\:text-yellow-600\/50:focus{
  color: rgb(210 93 13 / 0.5) !important;
}

.focus\:text-yellow-600\/55:focus{
  color: rgb(210 93 13 / 0.55) !important;
}

.focus\:text-yellow-600\/60:focus{
  color: rgb(210 93 13 / 0.6) !important;
}

.focus\:text-yellow-600\/65:focus{
  color: rgb(210 93 13 / 0.65) !important;
}

.focus\:text-yellow-600\/70:focus{
  color: rgb(210 93 13 / 0.7) !important;
}

.focus\:text-yellow-600\/75:focus{
  color: rgb(210 93 13 / 0.75) !important;
}

.focus\:text-yellow-600\/80:focus{
  color: rgb(210 93 13 / 0.8) !important;
}

.focus\:text-yellow-600\/85:focus{
  color: rgb(210 93 13 / 0.85) !important;
}

.focus\:text-yellow-600\/90:focus{
  color: rgb(210 93 13 / 0.9) !important;
}

.focus\:text-yellow-600\/95:focus{
  color: rgb(210 93 13 / 0.95) !important;
}

.focus\:text-yellow-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(174 64 15 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-700\/0:focus{
  color: rgb(174 64 15 / 0) !important;
}

.focus\:text-yellow-700\/10:focus{
  color: rgb(174 64 15 / 0.1) !important;
}

.focus\:text-yellow-700\/100:focus{
  color: rgb(174 64 15 / 1) !important;
}

.focus\:text-yellow-700\/15:focus{
  color: rgb(174 64 15 / 0.15) !important;
}

.focus\:text-yellow-700\/20:focus{
  color: rgb(174 64 15 / 0.2) !important;
}

.focus\:text-yellow-700\/25:focus{
  color: rgb(174 64 15 / 0.25) !important;
}

.focus\:text-yellow-700\/30:focus{
  color: rgb(174 64 15 / 0.3) !important;
}

.focus\:text-yellow-700\/35:focus{
  color: rgb(174 64 15 / 0.35) !important;
}

.focus\:text-yellow-700\/40:focus{
  color: rgb(174 64 15 / 0.4) !important;
}

.focus\:text-yellow-700\/45:focus{
  color: rgb(174 64 15 / 0.45) !important;
}

.focus\:text-yellow-700\/5:focus{
  color: rgb(174 64 15 / 0.05) !important;
}

.focus\:text-yellow-700\/50:focus{
  color: rgb(174 64 15 / 0.5) !important;
}

.focus\:text-yellow-700\/55:focus{
  color: rgb(174 64 15 / 0.55) !important;
}

.focus\:text-yellow-700\/60:focus{
  color: rgb(174 64 15 / 0.6) !important;
}

.focus\:text-yellow-700\/65:focus{
  color: rgb(174 64 15 / 0.65) !important;
}

.focus\:text-yellow-700\/70:focus{
  color: rgb(174 64 15 / 0.7) !important;
}

.focus\:text-yellow-700\/75:focus{
  color: rgb(174 64 15 / 0.75) !important;
}

.focus\:text-yellow-700\/80:focus{
  color: rgb(174 64 15 / 0.8) !important;
}

.focus\:text-yellow-700\/85:focus{
  color: rgb(174 64 15 / 0.85) !important;
}

.focus\:text-yellow-700\/90:focus{
  color: rgb(174 64 15 / 0.9) !important;
}

.focus\:text-yellow-700\/95:focus{
  color: rgb(174 64 15 / 0.95) !important;
}

.focus\:text-yellow-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(141 49 19 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-800\/0:focus{
  color: rgb(141 49 19 / 0) !important;
}

.focus\:text-yellow-800\/10:focus{
  color: rgb(141 49 19 / 0.1) !important;
}

.focus\:text-yellow-800\/100:focus{
  color: rgb(141 49 19 / 1) !important;
}

.focus\:text-yellow-800\/15:focus{
  color: rgb(141 49 19 / 0.15) !important;
}

.focus\:text-yellow-800\/20:focus{
  color: rgb(141 49 19 / 0.2) !important;
}

.focus\:text-yellow-800\/25:focus{
  color: rgb(141 49 19 / 0.25) !important;
}

.focus\:text-yellow-800\/30:focus{
  color: rgb(141 49 19 / 0.3) !important;
}

.focus\:text-yellow-800\/35:focus{
  color: rgb(141 49 19 / 0.35) !important;
}

.focus\:text-yellow-800\/40:focus{
  color: rgb(141 49 19 / 0.4) !important;
}

.focus\:text-yellow-800\/45:focus{
  color: rgb(141 49 19 / 0.45) !important;
}

.focus\:text-yellow-800\/5:focus{
  color: rgb(141 49 19 / 0.05) !important;
}

.focus\:text-yellow-800\/50:focus{
  color: rgb(141 49 19 / 0.5) !important;
}

.focus\:text-yellow-800\/55:focus{
  color: rgb(141 49 19 / 0.55) !important;
}

.focus\:text-yellow-800\/60:focus{
  color: rgb(141 49 19 / 0.6) !important;
}

.focus\:text-yellow-800\/65:focus{
  color: rgb(141 49 19 / 0.65) !important;
}

.focus\:text-yellow-800\/70:focus{
  color: rgb(141 49 19 / 0.7) !important;
}

.focus\:text-yellow-800\/75:focus{
  color: rgb(141 49 19 / 0.75) !important;
}

.focus\:text-yellow-800\/80:focus{
  color: rgb(141 49 19 / 0.8) !important;
}

.focus\:text-yellow-800\/85:focus{
  color: rgb(141 49 19 / 0.85) !important;
}

.focus\:text-yellow-800\/90:focus{
  color: rgb(141 49 19 / 0.9) !important;
}

.focus\:text-yellow-800\/95:focus{
  color: rgb(141 49 19 / 0.95) !important;
}

.focus\:text-yellow-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(116 42 19 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-900\/0:focus{
  color: rgb(116 42 19 / 0) !important;
}

.focus\:text-yellow-900\/10:focus{
  color: rgb(116 42 19 / 0.1) !important;
}

.focus\:text-yellow-900\/100:focus{
  color: rgb(116 42 19 / 1) !important;
}

.focus\:text-yellow-900\/15:focus{
  color: rgb(116 42 19 / 0.15) !important;
}

.focus\:text-yellow-900\/20:focus{
  color: rgb(116 42 19 / 0.2) !important;
}

.focus\:text-yellow-900\/25:focus{
  color: rgb(116 42 19 / 0.25) !important;
}

.focus\:text-yellow-900\/30:focus{
  color: rgb(116 42 19 / 0.3) !important;
}

.focus\:text-yellow-900\/35:focus{
  color: rgb(116 42 19 / 0.35) !important;
}

.focus\:text-yellow-900\/40:focus{
  color: rgb(116 42 19 / 0.4) !important;
}

.focus\:text-yellow-900\/45:focus{
  color: rgb(116 42 19 / 0.45) !important;
}

.focus\:text-yellow-900\/5:focus{
  color: rgb(116 42 19 / 0.05) !important;
}

.focus\:text-yellow-900\/50:focus{
  color: rgb(116 42 19 / 0.5) !important;
}

.focus\:text-yellow-900\/55:focus{
  color: rgb(116 42 19 / 0.55) !important;
}

.focus\:text-yellow-900\/60:focus{
  color: rgb(116 42 19 / 0.6) !important;
}

.focus\:text-yellow-900\/65:focus{
  color: rgb(116 42 19 / 0.65) !important;
}

.focus\:text-yellow-900\/70:focus{
  color: rgb(116 42 19 / 0.7) !important;
}

.focus\:text-yellow-900\/75:focus{
  color: rgb(116 42 19 / 0.75) !important;
}

.focus\:text-yellow-900\/80:focus{
  color: rgb(116 42 19 / 0.8) !important;
}

.focus\:text-yellow-900\/85:focus{
  color: rgb(116 42 19 / 0.85) !important;
}

.focus\:text-yellow-900\/90:focus{
  color: rgb(116 42 19 / 0.9) !important;
}

.focus\:text-yellow-900\/95:focus{
  color: rgb(116 42 19 / 0.95) !important;
}

.focus\:text-yellow-950:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(67 19 5 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-yellow-950\/0:focus{
  color: rgb(67 19 5 / 0) !important;
}

.focus\:text-yellow-950\/10:focus{
  color: rgb(67 19 5 / 0.1) !important;
}

.focus\:text-yellow-950\/100:focus{
  color: rgb(67 19 5 / 1) !important;
}

.focus\:text-yellow-950\/15:focus{
  color: rgb(67 19 5 / 0.15) !important;
}

.focus\:text-yellow-950\/20:focus{
  color: rgb(67 19 5 / 0.2) !important;
}

.focus\:text-yellow-950\/25:focus{
  color: rgb(67 19 5 / 0.25) !important;
}

.focus\:text-yellow-950\/30:focus{
  color: rgb(67 19 5 / 0.3) !important;
}

.focus\:text-yellow-950\/35:focus{
  color: rgb(67 19 5 / 0.35) !important;
}

.focus\:text-yellow-950\/40:focus{
  color: rgb(67 19 5 / 0.4) !important;
}

.focus\:text-yellow-950\/45:focus{
  color: rgb(67 19 5 / 0.45) !important;
}

.focus\:text-yellow-950\/5:focus{
  color: rgb(67 19 5 / 0.05) !important;
}

.focus\:text-yellow-950\/50:focus{
  color: rgb(67 19 5 / 0.5) !important;
}

.focus\:text-yellow-950\/55:focus{
  color: rgb(67 19 5 / 0.55) !important;
}

.focus\:text-yellow-950\/60:focus{
  color: rgb(67 19 5 / 0.6) !important;
}

.focus\:text-yellow-950\/65:focus{
  color: rgb(67 19 5 / 0.65) !important;
}

.focus\:text-yellow-950\/70:focus{
  color: rgb(67 19 5 / 0.7) !important;
}

.focus\:text-yellow-950\/75:focus{
  color: rgb(67 19 5 / 0.75) !important;
}

.focus\:text-yellow-950\/80:focus{
  color: rgb(67 19 5 / 0.8) !important;
}

.focus\:text-yellow-950\/85:focus{
  color: rgb(67 19 5 / 0.85) !important;
}

.focus\:text-yellow-950\/90:focus{
  color: rgb(67 19 5 / 0.9) !important;
}

.focus\:text-yellow-950\/95:focus{
  color: rgb(67 19 5 / 0.95) !important;
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none !important;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}

@media (min-width: 768px){
  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }
  .md\:flex{
    display: flex !important;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block !important;
  }
  .lg\:flex{
    display: flex !important;
  }
  .lg\:hidden{
    display: none !important;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:gap-3{
    gap: 0.75rem !important;
  }
  .xl\:p-4{
    padding: 1rem !important;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-\[150px\]{
    width: 150px !important;
  }
  .\32xl\:w-\[160px\]{
    width: 160px !important;
  }
  .\32xl\:w-auto{
    width: auto !important;
  }
}

@media (min-width: 1920px){
  .\33xl\:block{
    display: block !important;
  }
  .\33xl\:w-\[297px\]{
    width: 297px !important;
  }
  .\33xl\:w-auto{
    width: auto !important;
  }
}

.rtl\:left-0\.5:where([dir="rtl"], [dir="rtl"] *){
  left: 0.125rem !important;
}

.rtl\:left-10:where([dir="rtl"], [dir="rtl"] *){
  left: 2.5rem !important;
}

.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *){
  left: auto !important;
}

.rtl\:right-4:where([dir="rtl"], [dir="rtl"] *){
  right: 1rem !important;
}

.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *){
  right: auto !important;
}

.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *){
  margin-left: 0px !important;
}

.rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *){
  margin-left: auto !important;
}

.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *){
  margin-right: 0.5rem !important;
}

.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *){
  margin-right: auto !important;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right !important;
}

.dark\:hidden:where(.dark, .dark *){
  display: none !important;
}

.dark\:border:where(.dark, .dark *){
  border-width: 1px !important;
}

.dark\:border-\[\#FFFFFF1A\]:where(.dark, .dark *){
  border-color: #FFFFFF1A !important;
}

.dark\:border-strokeColorDark:where(.dark, .dark *){
  border-color: #FFFFFF1A !important;
}

.dark\:border-white\/10:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.1) !important;
}

.dark\:border-white\/30:where(.dark, .dark *){
  border-color: rgb(255 255 255 / 0.3) !important;
}

.dark\:bg-cardBgDark:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 36 37 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-primary\/30:where(.dark, .dark *){
  background-color: rgb(157 128 96 / 0.3) !important;
}

.dark\:bg-secondary\/60:where(.dark, .dark *){
  background-color: rgb(52 75 97 / 0.6) !important;
}

.dark\:bg-subCardColorDark:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 44 48 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-subtext:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-white\/10:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1) !important;
}

.dark\:bg-white\/5:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.05) !important;
}

.dark\:bg-\[url\(src\/assets\/icons\/new\/pdf-dark\.svg\)\]:where(.dark, .dark *){
  background-image: url('pdf-dark.svg') !important;
}

.dark\:bg-\[url\(src\/assets\/images\/section-edit-placeholder-dark\.svg\)\]:where(.dark, .dark *){
  background-image: url('section-edit-placeholder-dark.svg') !important;
}

.dark\:text-white:where(.dark, .dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px){
  .lg\:dark\:block:where(.dark, .dark *){
    display: block !important;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/vis-timeline/styles/vis-timeline-graph2d.min.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.vis-time-axis{overflow:hidden;position:relative}.vis-time-axis.vis-foreground{left:0;top:0;width:100%}.vis-time-axis.vis-background{height:100%;left:0;position:absolute;top:0;width:100%}.vis-time-axis .vis-text{box-sizing:border-box;color:#4d4d4d;overflow:hidden;padding:3px;position:absolute;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{margin-left:0;margin-right:0;padding-left:0;padding-right:0;position:absolute;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{border-left:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-vertical-rtl{border-right:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis .overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}.vis-custom-time{background-color:#6e94ff;cursor:move;width:2px;z-index:1}.vis-custom-time>.vis-custom-time-marker{background-color:inherit;color:#fff;cursor:auto;font-size:12px;padding:3px 5px;top:0;white-space:nowrap;z-index:inherit}.vis-current-time{background-color:#ff7f6e;pointer-events:none;width:2px;z-index:1}.vis-rolling-mode-btn{background:#3876c2;border-radius:50%;color:#fff;cursor:pointer;font-size:28px;font-weight:700;height:40px;opacity:.8;position:absolute;right:20px;text-align:center;top:7px;width:40px}.vis-rolling-mode-btn:before{content:"\26F6"}.vis-rolling-mode-btn:hover{opacity:1}.vis-panel{box-sizing:border-box;margin:0;padding:0;position:absolute}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-bottom-style:solid;border-top-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content,.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{box-shadow:0 0 10px rgba(0,0,0,.8);height:1px;position:absolute;width:100%}.vis-panel .vis-shadow.vis-top{left:0;top:-1px}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-timeline{border:1px solid #bfbfbf;box-sizing:border-box;margin:0;overflow:hidden;padding:0;position:relative}.vis-loading-screen{height:100%;left:0;position:absolute;top:0;width:100%}.vis [class*=span]{min-height:0;width:auto}.vis-item{background-color:#d5ddf6;border-color:#97b0f8;border-width:1px;color:#1a1a1a;display:inline-block;position:absolute;z-index:1}.vis-item.vis-selected{background-color:#fff785;border-color:#ffc200;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{border-radius:2px;border-style:solid;text-align:center}.vis-item.vis-point{background:none}.vis-item.vis-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}.vis-item.vis-range{border-radius:2px;border-style:solid;box-sizing:border-box}.vis-item.vis-background{background-color:rgba(213,221,246,.4);border:none;box-sizing:border-box;margin:0;padding:0}.vis-item .vis-item-overflow{height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{display:inline-block;position:relative}.vis-item.vis-background .vis-item-content{display:inline-block;position:absolute}.vis-item.vis-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item .vis-item-content{box-sizing:border-box;padding:5px;white-space:nowrap}.vis-item .vis-onUpdateTime-tooltip{background:#4f81bd;border-radius:1px;color:#fff;padding:5px;position:absolute;text-align:center;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s;white-space:nowrap;width:200px}.vis-item .vis-delete,.vis-item .vis-delete-rtl{box-sizing:border-box;cursor:pointer;height:24px;padding:0 5px;position:absolute;top:0;transition:background .2s linear;width:24px}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{color:red;content:"\00D7";font-family:arial,sans-serif;font-size:22px;font-weight:700;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{cursor:move;height:100%;left:0;position:absolute;top:0;width:100%}.vis-item.vis-range .vis-drag-left{cursor:w-resize;left:-4px}.vis-item.vis-range .vis-drag-left,.vis-item.vis-range .vis-drag-right{height:100%;max-width:20%;min-width:2px;position:absolute;top:0;width:24px}.vis-item.vis-range .vis-drag-right{cursor:e-resize;right:-4px}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-item.vis-cluster{border-radius:2px;border-style:solid;text-align:center;vertical-align:center}.vis-item.vis-cluster-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item.vis-cluster-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}div.vis-tooltip{background-color:#f5f4ed;border:1px solid #808074;border-radius:3px;box-shadow:3px 3px 10px rgba(0,0,0,.2);color:#000;font-family:verdana;font-size:14px;padding:5px;pointer-events:none;position:absolute;visibility:hidden;white-space:nowrap;z-index:5}.vis-itemset{box-sizing:border-box;margin:0;padding:0;position:relative}.vis-itemset .vis-background,.vis-itemset .vis-foreground{height:100%;overflow:visible;position:absolute;width:100%}.vis-axis{height:0;left:0;position:absolute;width:100%;z-index:1}.vis-foreground .vis-group{border-bottom:1px solid #bfbfbf;box-sizing:border-box;position:relative}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1{background:#f5f5f5}.vis-label.vis-nested-group.vis-group-level-0{background-color:#fff}.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-left:0}.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-right:0}.vis-label.vis-nested-group.vis-group-level-1{background-color:rgba(0,0,0,.05)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-left:15px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-right:15px}.vis-label.vis-nested-group.vis-group-level-2{background-color:rgba(0,0,0,.1)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-left:30px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-right:30px}.vis-label.vis-nested-group.vis-group-level-3{background-color:rgba(0,0,0,.15)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-left:45px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-right:45px}.vis-label.vis-nested-group.vis-group-level-4{background-color:rgba(0,0,0,.2)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-left:60px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-right:60px}.vis-label.vis-nested-group.vis-group-level-5{background-color:rgba(0,0,0,.25)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-left:75px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-right:75px}.vis-label.vis-nested-group.vis-group-level-6{background-color:rgba(0,0,0,.3)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-left:90px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-right:90px}.vis-label.vis-nested-group.vis-group-level-7{background-color:rgba(0,0,0,.35)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-left:105px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-right:105px}.vis-label.vis-nested-group.vis-group-level-8{background-color:rgba(0,0,0,.4)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-left:120px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-right:120px}.vis-label.vis-nested-group.vis-group-level-9{background-color:rgba(0,0,0,.45)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-left:135px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-right:135px}.vis-label.vis-nested-group{background-color:rgba(0,0,0,.5)}.vis-ltr .vis-label.vis-nested-group .vis-inner{padding-left:150px}.vis-rtl .vis-label.vis-nested-group .vis-inner{padding-right:150px}.vis-group-level-unknown-but-gte1{border:1px solid red}.vis-label.vis-nesting-group:before{display:inline-block;width:15px}.vis-label.vis-nesting-group.expanded:before{content:"\25BC"}.vis-label.vis-nesting-group.collapsed:before{content:"\25B6"}.vis-rtl .vis-label.vis-nesting-group.collapsed:before{content:"\25C0"}.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-left:15px}.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-right:15px}.vis-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-labelset{overflow:hidden}.vis-labelset,.vis-labelset .vis-label{box-sizing:border-box;position:relative}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf;color:#4d4d4d;left:0;top:0;width:100%}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-group-is-dragging{background:rgba(0,0,0,.1)}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}div.vis-configuration{display:block;float:left;font-size:12px;position:relative}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper:after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;display:block;left:10px;margin-top:20px;padding-left:5px;width:495px}div.vis-configuration.vis-config-button{background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;cursor:pointer;display:block;height:25px;left:10px;line-height:25px;margin-bottom:30px;margin-top:20px;padding-left:5px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;height:25px;line-height:25px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-item.vis-config-s2{background-color:#f7f8fa;border-radius:3px;left:10px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s3{background-color:#e4e9f0;border-radius:3px;left:20px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s4{background-color:#cfd8e6;border-radius:3px;left:30px;padding-left:5px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{height:25px;line-height:25px;width:120px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{border:1px solid #444;border-radius:2px;cursor:pointer;height:19px;margin:0;padding:0;top:1px;width:30px}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{margin:0;padding:1px;pointer-events:none;position:relative;top:-5px;width:60px}input.vis-configuration.vis-config-range{-webkit-appearance:none;background-color:transparent;border:0 solid #fff;height:20px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{background:#dedede;background:linear-gradient(180deg,#dedede 0,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px 0 #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:5px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;background:#3876c2;background:linear-gradient(180deg,#3876c2 0,#385380);border:1px solid #14334b;border-radius:50%;box-shadow:0 0 1px 0 #111927;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3876c2",endColorstr="#385380",GradientType=0);height:17px;margin-top:-7px;width:17px}input.vis-configuration.vis-config-range:focus{outline:none}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:linear-gradient(180deg,#9d9d9d 0,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d9d9d",endColorstr="#c8c8c8",GradientType=0)}input.vis-configuration.vis-config-range::-moz-range-track{background:#dedede;background:linear-gradient(180deg,#dedede 0,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px 0 #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:10px;width:300px}input.vis-configuration.vis-config-range::-moz-range-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{background:transparent;border-color:transparent;border-width:6px 0;color:transparent;height:5px;width:300px}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{background:rgba(57,76,89,.85);border:2px solid #f2faff;border-radius:4px;color:#fff;font-size:14px;height:30px;line-height:30px;position:absolute;text-align:center;transition:opacity .3s ease-in-out;width:150px}.vis-configuration-popup:after,.vis-configuration-popup:before{border:solid transparent;content:" ";height:0;left:100%;pointer-events:none;position:absolute;top:50%;width:0}.vis-configuration-popup:after{border-color:rgba(136,183,213,0) rgba(136,183,213,0) rgba(136,183,213,0) rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0) rgba(194,225,245,0) rgba(194,225,245,0) #f2faff;border-width:12px;margin-top:-12px}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{border-bottom:1px solid;height:0;position:absolute;width:100%}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{color:#4d4d4d;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-major.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{color:#bebebe;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{bottom:20px;color:#4d4d4d;position:absolute;text-align:center;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-title.vis-measure{margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;transform:rotate(-90deg);transform-origin:left bottom}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;transform:rotate(90deg);transform-origin:right bottom}.vis-legend{background-color:rgba(247,252,255,.65);border:1px solid #b3b3b3;box-shadow:2px 2px 10px hsla(0,0%,60%,.55);padding:5px}.vis-legend-text{display:inline-block;white-space:nowrap}
/*# sourceMappingURL=vis-timeline-graph2d.min.css.map */
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.core.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.bubble.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}


/*# sourceMappingURL=styles.css.map*/