@charset "UTF-8";

/*
! tailwindcss v3.3.6 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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] {
  display: none;
}

*, ::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(59 130 246 / 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:  ;
}

::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(59 130 246 / 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:  ;
}

.container{
  width: 100%;
}

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

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

@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;
  }
}

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

.pointer-events-none{
  pointer-events: none;
}

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.\!absolute{
  position: absolute !important;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-top-\[1px\]{
  top: -1px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-1\/2{
  right: 50%;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[0\.125em\]{
  top: 0.125em;
}

.\!z-50{
  z-index: 50 !important;
}

.z-10{
  z-index: 10;
}

.z-\[0\]{
  z-index: 0;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-7{
  grid-column-start: 7;
}

.col-end-4{
  grid-column-end: 4;
}

.col-end-7{
  grid-column-end: 7;
}

.col-end-9{
  grid-column-end: 9;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[1px\]{
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!mb-3{
  margin-bottom: 0.75rem !important;
}

.\!mt-4{
  margin-top: 1rem !important;
}

.\!mt-9{
  margin-top: 2.25rem !important;
}

.-mb-4{
  margin-bottom: -1rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.me-2{
  margin-inline-end: 0.5rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-\[-0\.2em\]{
  margin-left: -0.2em;
}

.ml-\[0\.5em\]{
  margin-left: 0.5em;
}

.ml-\[calc\(\(var\(--template-x-padding\)_\/_2\)_\*_-1\)\]{
  margin-left: calc((var(--template-x-padding) / 2) * -1);
}

.ml-auto{
  margin-left: auto;
}

.mr-0{
  margin-right: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-\[0\.2em\]{
  margin-right: 0.2em;
}

.mr-auto{
  margin-right: auto;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.ms-1\.5{
  margin-inline-start: 0.375rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[-1px\]{
  margin-top: -1px;
}

.mt-\[calc\(\(var\(--headerIconHeights\)_-_1em\)_\/_2\*_-1\)\]{
  margin-top: calc((var(--headerIconHeights) - 1em) / 2 * -1);
}

.mt-auto{
  margin-top: auto;
}

.box-content{
  box-sizing: content-box;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.\!table{
  display: table !important;
}

.table{
  display: table;
}

.table-cell{
  display: table-cell;
}

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-\[0\.7em\]{
  height: 0.7em;
}

.h-\[0\.85em\]{
  height: 0.85em;
}

.h-\[0\.8em\]{
  height: 0.8em;
}

.h-\[1\.1em\]{
  height: 1.1em;
}

.h-\[1\.3em\]{
  height: 1.3em;
}

.h-\[1\.4em\]{
  height: 1.4em;
}

.h-\[1\.6em\]{
  height: 1.6em;
}

.h-\[100vh\]{
  height: 100vh;
}

.h-\[1em\]{
  height: 1em;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[1rem\]{
  height: 1rem;
}

.h-\[25rem\]{
  height: 25rem;
}

.h-\[var\(--headerIconHeights\)\]{
  height: var(--headerIconHeights);
}

.h-full{
  height: 100%;
}

.h-min{
  height: -moz-min-content;
  height: min-content;
}

.h-px{
  height: 1px;
}

.max-h-52{
  max-height: 13rem;
}

.max-h-\[200px\]{
  max-height: 200px;
}

.max-h-\[4em\]{
  max-height: 4em;
}

.max-h-full{
  max-height: 100%;
}

.max-h-none{
  max-height: none;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

.min-h-\[18rem\]{
  min-height: 18rem;
}

.min-h-\[2\.4em\]{
  min-height: 2.4em;
}

.min-h-\[2em\]{
  min-height: 2em;
}

.min-h-\[3em\]{
  min-height: 3em;
}

.min-h-\[4\.5em\]{
  min-height: 4.5em;
}

.min-h-full{
  min-height: 100%;
}

.\!w-\[calc\(100\%_\+_\(\(var\(--template-x-padding\)_\/_2\)_\*_2\)\)\]{
  width: calc(100% + ((var(--template-x-padding) / 2) * 2)) !important;
}

.w-0{
  width: 0px;
}

.w-1\/2{
  width: 50%;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-16{
  width: 4rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[0\.8em\]{
  width: 0.8em;
}

.w-\[1\.4em\]{
  width: 1.4em;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[2\.5em\]{
  width: 2.5em;
}

.w-\[2em\]{
  width: 2em;
}

.w-\[var\(--img-width\)\]{
  width: var(--img-width);
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[10rem\]{
  min-width: 10rem;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-\[1100px\]{
  max-width: 1100px;
}

.max-w-\[15rem\]{
  max-width: 15rem;
}

.max-w-\[18rem\]{
  max-width: 18rem;
}

.max-w-\[20rem\]{
  max-width: 20rem;
}

.max-w-\[21rem\]{
  max-width: 21rem;
}

.max-w-\[33\.5rem\]{
  max-width: 33.5rem;
}

.max-w-\[52rem\]{
  max-width: 52rem;
}

.max-w-\[550px\]{
  max-width: 550px;
}

.max-w-\[70rem\]{
  max-width: 70rem;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-\[2\]{
  flex: 2;
}

.flex-\[3\]{
  flex: 3;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.basis-\[43\%\]{
  flex-basis: 43%;
}

.basis-\[57\%\]{
  flex-basis: 57%;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.border-separate{
  border-collapse: separate;
}

.border-spacing-x-4{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.-translate-x-1\/2{
  --tw-translate-x: -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));
}

.-translate-y-1\/2{
  --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));
}

.translate-x-1\/2{
  --tw-translate-x: 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));
}

.-rotate-90{
  --tw-rotate: -90deg;
  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));
}

.rotate-180{
  --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));
}

.scale-\[1\.2\]{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}

.scale-\[1\.75\]{
  --tw-scale-x: 1.75;
  --tw-scale-y: 1.75;
  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));
}

.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));
}

.cursor-context-menu{
  cursor: context-menu;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-\[1fr_auto\]{
  grid-template-columns: 1fr auto;
}

.grid-cols-\[1fr_auto_1fr\]{
  grid-template-columns: 1fr auto 1fr;
}

.grid-cols-\[6fr_5fr\]{
  grid-template-columns: 6fr 5fr;
}

.grid-rows-\[repeat\(2\2c auto\)\]{
  grid-template-rows: repeat(2,auto);
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.items-end{
  align-items: flex-end;
}

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

.justify-end{
  justify-content: flex-end;
}

.\!justify-center{
  justify-content: center !important;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.text-clip{
  text-overflow: clip;
}

.whitespace-normal{
  white-space: normal;
}

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

.whitespace-break-spaces{
  white-space: break-spaces;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[inherit\]{
  border-radius: inherit;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-none{
  border-bottom-right-radius: 0px;
}

.rounded-ee-none{
  border-end-end-radius: 0px;
}

.rounded-es-none{
  border-end-start-radius: 0px;
}

.rounded-se-none{
  border-start-end-radius: 0px;
}

.rounded-ss-none{
  border-start-start-radius: 0px;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.rounded-tr-none{
  border-top-right-radius: 0px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-\[1px\]{
  border-width: 1px;
}

.\!border-r-0{
  border-right-width: 0px !important;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-solid{
  border-style: solid;
}

.\!border-none{
  border-style: none !important;
}

.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#000080\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 128 / var(--tw-border-opacity));
}

.border-\[\#003366\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 51 102 / var(--tw-border-opacity));
}

.border-\[\#0033A0\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 51 160 / var(--tw-border-opacity));
}

.border-\[\#00416A\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 106 / var(--tw-border-opacity));
}

.border-\[\#0047AB\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 71 171 / var(--tw-border-opacity));
}

.border-\[\#006400\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 100 0 / var(--tw-border-opacity));
}

.border-\[\#007BA7\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 123 167 / var(--tw-border-opacity));
}

.border-\[\#007FFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 127 255 / var(--tw-border-opacity));
}

.border-\[\#01796F\]{
  --tw-border-opacity: 1;
  border-color: rgb(1 121 111 / var(--tw-border-opacity));
}

.border-\[\#0F52BA\]{
  --tw-border-opacity: 1;
  border-color: rgb(15 82 186 / var(--tw-border-opacity));
}

.border-\[\#191970\]{
  --tw-border-opacity: 1;
  border-color: rgb(25 25 112 / var(--tw-border-opacity));
}

.border-\[\#1E90FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(30 144 255 / var(--tw-border-opacity));
}

.border-\[\#1F75FE\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 117 254 / var(--tw-border-opacity));
}

.border-\[\#228B22\]{
  --tw-border-opacity: 1;
  border-color: rgb(34 139 34 / var(--tw-border-opacity));
}

.border-\[\#4169E1\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 105 225 / var(--tw-border-opacity));
}

.border-\[\#4682B4\]{
  --tw-border-opacity: 1;
  border-color: rgb(70 130 180 / var(--tw-border-opacity));
}

.border-\[\#4B0082\]{
  --tw-border-opacity: 1;
  border-color: rgb(75 0 130 / var(--tw-border-opacity));
}

.border-\[\#5F9EA0\]{
  --tw-border-opacity: 1;
  border-color: rgb(95 158 160 / var(--tw-border-opacity));
}

.border-\[\#6699CC\]{
  --tw-border-opacity: 1;
  border-color: rgb(102 153 204 / var(--tw-border-opacity));
}

.border-\[\#696969\]{
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}

.border-\[\#800000\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 0 0 / var(--tw-border-opacity));
}

.border-\[\#800080\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 0 128 / var(--tw-border-opacity));
}

.border-\[\#87CEEB\]{
  --tw-border-opacity: 1;
  border-color: rgb(135 206 235 / var(--tw-border-opacity));
}

.border-\[\#8B0000\]{
  --tw-border-opacity: 1;
  border-color: rgb(139 0 0 / var(--tw-border-opacity));
}

.border-\[\#964B00\]{
  --tw-border-opacity: 1;
  border-color: rgb(150 75 0 / var(--tw-border-opacity));
}

.border-\[\#A52A2A\]{
  --tw-border-opacity: 1;
  border-color: rgb(165 42 42 / var(--tw-border-opacity));
}

.border-\[\#B22222\]{
  --tw-border-opacity: 1;
  border-color: rgb(178 34 34 / var(--tw-border-opacity));
}

.border-\[\#C0C0C0\]{
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
}

.border-\[\#C41E3A\]{
  --tw-border-opacity: 1;
  border-color: rgb(196 30 58 / var(--tw-border-opacity));
}

.border-\[\#D2691E\]{
  --tw-border-opacity: 1;
  border-color: rgb(210 105 30 / var(--tw-border-opacity));
}

.border-\[\#D2B48C\]{
  --tw-border-opacity: 1;
  border-color: rgb(210 180 140 / var(--tw-border-opacity));
}

.border-\[\#D52B1E\]{
  --tw-border-opacity: 1;
  border-color: rgb(213 43 30 / var(--tw-border-opacity));
}

.border-\[\#DAA520\]{
  --tw-border-opacity: 1;
  border-color: rgb(218 165 32 / var(--tw-border-opacity));
}

.border-\[\#DC143C\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 20 60 / var(--tw-border-opacity));
}

.border-\[\#F5DEB3\]{
  --tw-border-opacity: 1;
  border-color: rgb(245 222 179 / var(--tw-border-opacity));
}

.border-\[\#FF4500\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 69 0 / var(--tw-border-opacity));
}

.border-\[\#FF5F1F\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 95 31 / var(--tw-border-opacity));
}

.border-\[\#FF6347\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 99 71 / var(--tw-border-opacity));
}

.border-\[\#FF7F50\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 127 80 / var(--tw-border-opacity));
}

.border-\[\#FFA500\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 165 0 / var(--tw-border-opacity));
}

.border-\[\#FFCC00\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity));
}

.border-\[\#FFD700\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 215 0 / var(--tw-border-opacity));
}

.border-\[\#FFDAB9\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 218 185 / var(--tw-border-opacity));
}

.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-dark-grey{
  border-color: var(--color-dark-grey);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-green{
  border-color: var(--color-green);
}

.border-light-grey{
  border-color: var(--color-light-grey);
}

.border-medium-grey{
  border-color: var(--color-medium-grey);
}

.border-primary{
  border-color: var(--color-primary);
}

.border-primary-100{
  border-color: var(--color-primary-100);
}

.border-primary-200{
  border-color: var(--color-primary-200);
}

.border-primary-300{
  border-color: var(--color-primary-300);
}

.border-primary-350{
  border-color: var(--color-primary-350);
}

.border-primary-400{
  border-color: var(--color-primary-400);
}

.border-primary-600{
  border-color: var(--color-primary-600);
}

.border-primary-700{
  border-color: var(--color-primary-700);
}

.border-primary-800{
  border-color: var(--color-primary-800);
}

.border-primary-900{
  border-color: var(--color-primary-900);
}

.border-red{
  border-color: var(--color-red);
}

.border-secondary{
  border-color: var(--color-secondary);
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\!bg-primary{
  background-color: var(--color-primary) !important;
}

.\!bg-primary-600{
  background-color: var(--color-primary-600) !important;
}

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

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#000080\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 128 / var(--tw-bg-opacity));
}

.bg-\[\#003366\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}

.bg-\[\#0033A0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 160 / var(--tw-bg-opacity));
}

.bg-\[\#00416A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 106 / var(--tw-bg-opacity));
}

.bg-\[\#0047AB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 171 / var(--tw-bg-opacity));
}

.bg-\[\#006400\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 0 / var(--tw-bg-opacity));
}

.bg-\[\#007BA7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 167 / var(--tw-bg-opacity));
}

.bg-\[\#007FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 127 255 / var(--tw-bg-opacity));
}

.bg-\[\#01796F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 121 111 / var(--tw-bg-opacity));
}

.bg-\[\#0F52BA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 82 186 / var(--tw-bg-opacity));
}

.bg-\[\#191970\]{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 112 / var(--tw-bg-opacity));
}

.bg-\[\#1E90FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 144 255 / var(--tw-bg-opacity));
}

.bg-\[\#1F75FE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 117 254 / var(--tw-bg-opacity));
}

.bg-\[\#228B22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 139 34 / var(--tw-bg-opacity));
}

.bg-\[\#4169E1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 105 225 / var(--tw-bg-opacity));
}

.bg-\[\#4682B4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(70 130 180 / var(--tw-bg-opacity));
}

.bg-\[\#4B0082\]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 0 130 / var(--tw-bg-opacity));
}

.bg-\[\#5F9EA0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(95 158 160 / var(--tw-bg-opacity));
}

.bg-\[\#6699CC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(102 153 204 / var(--tw-bg-opacity));
}

.bg-\[\#696969\]{
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}

.bg-\[\#800000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#800080\]{
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 128 / var(--tw-bg-opacity));
}

.bg-\[\#87CEEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(135 206 235 / var(--tw-bg-opacity));
}

.bg-\[\#8B0000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(139 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#964B00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 75 0 / var(--tw-bg-opacity));
}

.bg-\[\#A52A2A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(165 42 42 / var(--tw-bg-opacity));
}

.bg-\[\#B22222\]{
  --tw-bg-opacity: 1;
  background-color: rgb(178 34 34 / var(--tw-bg-opacity));
}

.bg-\[\#C0C0C0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}

.bg-\[\#C41E3A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(196 30 58 / var(--tw-bg-opacity));
}

.bg-\[\#D2691E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 105 30 / var(--tw-bg-opacity));
}

.bg-\[\#D2B48C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 180 140 / var(--tw-bg-opacity));
}

.bg-\[\#D52B1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(213 43 30 / var(--tw-bg-opacity));
}

.bg-\[\#DAA520\]{
  --tw-bg-opacity: 1;
  background-color: rgb(218 165 32 / var(--tw-bg-opacity));
}

.bg-\[\#DC143C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 20 60 / var(--tw-bg-opacity));
}

.bg-\[\#F5DEB3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 222 179 / var(--tw-bg-opacity));
}

.bg-\[\#FF4500\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 0 / var(--tw-bg-opacity));
}

.bg-\[\#FF5F1F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 31 / var(--tw-bg-opacity));
}

.bg-\[\#FF6347\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 99 71 / var(--tw-bg-opacity));
}

.bg-\[\#FF7F50\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 80 / var(--tw-bg-opacity));
}

.bg-\[\#FFA500\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFCC00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFD700\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFDAB9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 185 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-dark-grey{
  background-color: var(--color-dark-grey);
}

.bg-green{
  background-color: var(--color-green);
}

.bg-inherit{
  background-color: inherit;
}

.bg-light-grey{
  background-color: var(--color-light-grey);
}

.bg-medium-grey{
  background-color: var(--color-medium-grey);
}

.bg-primary{
  background-color: var(--color-primary);
}

.bg-primary-100{
  background-color: var(--color-primary-100);
}

.bg-primary-200{
  background-color: var(--color-primary-200);
}

.bg-primary-300{
  background-color: var(--color-primary-300);
}

.bg-primary-350{
  background-color: var(--color-primary-350);
}

.bg-primary-400{
  background-color: var(--color-primary-400);
}

.bg-primary-600{
  background-color: var(--color-primary-600);
}

.bg-primary-700{
  background-color: var(--color-primary-700);
}

.bg-primary-900{
  background-color: var(--color-primary-900);
}

.bg-red{
  background-color: var(--color-red);
}

.bg-secondary{
  background-color: var(--color-secondary);
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[linear-gradient\(to_right\2c var\(--color-secondary\)\2c var\(--color-primary\)\)\]{
  background-image: linear-gradient(to right,var(--color-secondary),var(--color-primary));
}

.bg-\[radial-gradient\(transparent_calc\(1\.5rem_-_1px\)\2c _var\(--color-secondary\)_1\.5rem\)\]{
  background-image: radial-gradient(transparent calc(1.5rem - 1px), var(--color-secondary) 1.5rem);
}

.\!p-0{
  padding: 0px !important;
}

.\!p-12{
  padding: 3rem !important;
}

.\!p-2{
  padding: 0.5rem !important;
}

.\!p-4{
  padding: 1rem !important;
}

.\!p-\[var\(--sidebar-inner-content-x-padding\)\]{
  padding: var(--sidebar-inner-content-x-padding) !important;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[0\.75rem\]{
  padding: 0.75rem;
}

.p-\[0\.9em\]{
  padding: 0.9em;
}

.p-\[2px\]{
  padding: 2px;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !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-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!px-\[3\.6em\]{
  padding-left: 3.6em !important;
  padding-right: 3.6em !important;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.8em\]{
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.px-\[var\(--sidebar-inner-content-x-padding\)\]{
  padding-left: var(--sidebar-inner-content-x-padding);
  padding-right: var(--sidebar-inner-content-x-padding);
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pe-2{
  padding-inline-end: 0.5rem !important;
}

.\!pl-0{
  padding-left: 0px !important;
}

.\!pl-2{
  padding-left: 0.5rem !important;
}

.\!pl-4{
  padding-left: 1rem !important;
}

.\!pr-0{
  padding-right: 0px !important;
}

.\!pr-4{
  padding-right: 1rem !important;
}

.\!ps-8{
  padding-inline-start: 2rem !important;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

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

.\!text-center{
  text-align: center !important;
}

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

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

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

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

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

.align-middle{
  vertical-align: middle;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-\[0\.7em\]{
  font-size: 0.7em;
}

.text-\[0\.85em\]{
  font-size: 0.85em;
}

.text-\[0\.8em\]{
  font-size: 0.8em;
}

.text-\[0\.9em\]{
  font-size: 0.9em;
}

.text-\[1\.375rem\]{
  font-size: 1.375rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xxs{
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.\!font-bold{
  font-weight: 700 !important;
}

.\!font-extrabold{
  font-weight: 800 !important;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-extralight{
  font-weight: 200;
}

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

.font-medium{
  font-weight: 500;
}

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

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.\!leading-3{
  line-height: .75rem !important;
}

.\!leading-5{
  line-height: 1.25rem !important;
}

.\!leading-\[0\]{
  line-height: 0 !important;
}

.\!leading-none{
  line-height: 1 !important;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[0\.8\]{
  line-height: 0.8;
}

.leading-\[0\]{
  line-height: 0;
}

.leading-\[1\.5em\]{
  line-height: 1.5em;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.\!text-green{
  color: var(--color-green) !important;
}

.\!text-inherit{
  color: inherit !important;
}

.\!text-light-grey{
  color: var(--color-light-grey) !important;
}

.\!text-red{
  color: var(--color-red) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#000080\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 128 / var(--tw-text-opacity));
}

.text-\[\#003366\]{
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}

.text-\[\#0033A0\]{
  --tw-text-opacity: 1;
  color: rgb(0 51 160 / var(--tw-text-opacity));
}

.text-\[\#00416A\]{
  --tw-text-opacity: 1;
  color: rgb(0 65 106 / var(--tw-text-opacity));
}

.text-\[\#0047AB\]{
  --tw-text-opacity: 1;
  color: rgb(0 71 171 / var(--tw-text-opacity));
}

.text-\[\#006400\]{
  --tw-text-opacity: 1;
  color: rgb(0 100 0 / var(--tw-text-opacity));
}

.text-\[\#007BA7\]{
  --tw-text-opacity: 1;
  color: rgb(0 123 167 / var(--tw-text-opacity));
}

.text-\[\#007FFF\]{
  --tw-text-opacity: 1;
  color: rgb(0 127 255 / var(--tw-text-opacity));
}

.text-\[\#01796F\]{
  --tw-text-opacity: 1;
  color: rgb(1 121 111 / var(--tw-text-opacity));
}

.text-\[\#0F52BA\]{
  --tw-text-opacity: 1;
  color: rgb(15 82 186 / var(--tw-text-opacity));
}

.text-\[\#191970\]{
  --tw-text-opacity: 1;
  color: rgb(25 25 112 / var(--tw-text-opacity));
}

.text-\[\#1E90FF\]{
  --tw-text-opacity: 1;
  color: rgb(30 144 255 / var(--tw-text-opacity));
}

.text-\[\#1F75FE\]{
  --tw-text-opacity: 1;
  color: rgb(31 117 254 / var(--tw-text-opacity));
}

.text-\[\#228B22\]{
  --tw-text-opacity: 1;
  color: rgb(34 139 34 / var(--tw-text-opacity));
}

.text-\[\#4169E1\]{
  --tw-text-opacity: 1;
  color: rgb(65 105 225 / var(--tw-text-opacity));
}

.text-\[\#4682B4\]{
  --tw-text-opacity: 1;
  color: rgb(70 130 180 / var(--tw-text-opacity));
}

.text-\[\#4B0082\]{
  --tw-text-opacity: 1;
  color: rgb(75 0 130 / var(--tw-text-opacity));
}

.text-\[\#5F9EA0\]{
  --tw-text-opacity: 1;
  color: rgb(95 158 160 / var(--tw-text-opacity));
}

.text-\[\#6699CC\]{
  --tw-text-opacity: 1;
  color: rgb(102 153 204 / var(--tw-text-opacity));
}

.text-\[\#696969\]{
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

.text-\[\#800000\]{
  --tw-text-opacity: 1;
  color: rgb(128 0 0 / var(--tw-text-opacity));
}

.text-\[\#800080\]{
  --tw-text-opacity: 1;
  color: rgb(128 0 128 / var(--tw-text-opacity));
}

.text-\[\#87CEEB\]{
  --tw-text-opacity: 1;
  color: rgb(135 206 235 / var(--tw-text-opacity));
}

.text-\[\#8B0000\]{
  --tw-text-opacity: 1;
  color: rgb(139 0 0 / var(--tw-text-opacity));
}

.text-\[\#964B00\]{
  --tw-text-opacity: 1;
  color: rgb(150 75 0 / var(--tw-text-opacity));
}

.text-\[\#A52A2A\]{
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity));
}

.text-\[\#B22222\]{
  --tw-text-opacity: 1;
  color: rgb(178 34 34 / var(--tw-text-opacity));
}

.text-\[\#C0C0C0\]{
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

.text-\[\#C41E3A\]{
  --tw-text-opacity: 1;
  color: rgb(196 30 58 / var(--tw-text-opacity));
}

.text-\[\#D2691E\]{
  --tw-text-opacity: 1;
  color: rgb(210 105 30 / var(--tw-text-opacity));
}

.text-\[\#D2B48C\]{
  --tw-text-opacity: 1;
  color: rgb(210 180 140 / var(--tw-text-opacity));
}

.text-\[\#D52B1E\]{
  --tw-text-opacity: 1;
  color: rgb(213 43 30 / var(--tw-text-opacity));
}

.text-\[\#DAA520\]{
  --tw-text-opacity: 1;
  color: rgb(218 165 32 / var(--tw-text-opacity));
}

.text-\[\#DC143C\]{
  --tw-text-opacity: 1;
  color: rgb(220 20 60 / var(--tw-text-opacity));
}

.text-\[\#F5DEB3\]{
  --tw-text-opacity: 1;
  color: rgb(245 222 179 / var(--tw-text-opacity));
}

.text-\[\#FF4500\]{
  --tw-text-opacity: 1;
  color: rgb(255 69 0 / var(--tw-text-opacity));
}

.text-\[\#FF5F1F\]{
  --tw-text-opacity: 1;
  color: rgb(255 95 31 / var(--tw-text-opacity));
}

.text-\[\#FF6347\]{
  --tw-text-opacity: 1;
  color: rgb(255 99 71 / var(--tw-text-opacity));
}

.text-\[\#FF7F50\]{
  --tw-text-opacity: 1;
  color: rgb(255 127 80 / var(--tw-text-opacity));
}

.text-\[\#FFA500\]{
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}

.text-\[\#FFCC00\]{
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}

.text-\[\#FFD700\]{
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity));
}

.text-\[\#FFDAB9\]{
  --tw-text-opacity: 1;
  color: rgb(255 218 185 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-amber-100{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}

.text-amber-100\/0{
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10{
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100{
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/20{
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25{
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30{
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/40{
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/5{
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50{
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/60{
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/70{
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75{
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80{
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/90{
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95{
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}

.text-amber-200\/0{
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10{
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100{
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/20{
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25{
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30{
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/40{
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/5{
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50{
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/60{
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/70{
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75{
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/90{
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95{
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.text-amber-300\/0{
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10{
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100{
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/20{
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25{
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30{
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/40{
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/5{
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50{
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/60{
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75{
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95{
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-amber-400\/0{
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10{
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100{
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/20{
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25{
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30{
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/40{
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/5{
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50{
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/60{
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75{
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/90{
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95{
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.text-amber-50\/0{
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10{
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100{
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/20{
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25{
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30{
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/40{
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/5{
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50{
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/60{
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/70{
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75{
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80{
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95{
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.text-amber-500\/0{
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10{
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100{
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/20{
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25{
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30{
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/40{
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/5{
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/60{
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75{
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95{
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-amber-600\/0{
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10{
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100{
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/20{
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25{
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30{
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/40{
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/5{
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50{
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/60{
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75{
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80{
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/90{
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95{
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.text-amber-700\/0{
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10{
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100{
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/20{
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25{
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30{
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/40{
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/5{
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50{
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/60{
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/70{
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75{
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80{
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/90{
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95{
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

.text-amber-800\/0{
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10{
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100{
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/20{
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25{
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30{
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/40{
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/5{
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50{
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/60{
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/70{
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75{
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/90{
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95{
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

.text-amber-900\/0{
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10{
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100{
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/20{
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25{
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30{
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/40{
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/5{
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50{
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/60{
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/70{
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75{
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80{
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/90{
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95{
  color: rgb(120 53 15 / 0.95);
}

.text-amber-950{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}

.text-amber-950\/0{
  color: rgb(69 26 3 / 0);
}

.text-amber-950\/10{
  color: rgb(69 26 3 / 0.1);
}

.text-amber-950\/100{
  color: rgb(69 26 3 / 1);
}

.text-amber-950\/20{
  color: rgb(69 26 3 / 0.2);
}

.text-amber-950\/25{
  color: rgb(69 26 3 / 0.25);
}

.text-amber-950\/30{
  color: rgb(69 26 3 / 0.3);
}

.text-amber-950\/40{
  color: rgb(69 26 3 / 0.4);
}

.text-amber-950\/5{
  color: rgb(69 26 3 / 0.05);
}

.text-amber-950\/50{
  color: rgb(69 26 3 / 0.5);
}

.text-amber-950\/60{
  color: rgb(69 26 3 / 0.6);
}

.text-amber-950\/70{
  color: rgb(69 26 3 / 0.7);
}

.text-amber-950\/75{
  color: rgb(69 26 3 / 0.75);
}

.text-amber-950\/80{
  color: rgb(69 26 3 / 0.8);
}

.text-amber-950\/90{
  color: rgb(69 26 3 / 0.9);
}

.text-amber-950\/95{
  color: rgb(69 26 3 / 0.95);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/0{
  color: rgb(0 0 0 / 0);
}

.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100{
  color: rgb(0 0 0 / 1);
}

.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.text-blue-950\/0{
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10{
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100{
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/20{
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25{
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30{
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/40{
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/5{
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50{
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/60{
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/70{
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75{
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80{
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/90{
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95{
  color: rgb(23 37 84 / 0.95);
}

.text-current{
  color: currentColor;
}

.text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.text-cyan-100\/0{
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10{
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100{
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/20{
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25{
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30{
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/40{
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/5{
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50{
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/60{
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/70{
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75{
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80{
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/90{
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95{
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.text-cyan-200\/0{
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10{
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100{
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/20{
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25{
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30{
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/40{
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/5{
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50{
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/60{
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/70{
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75{
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80{
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/90{
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95{
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.text-cyan-300\/0{
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10{
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100{
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/20{
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25{
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30{
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/40{
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/5{
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50{
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/60{
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/70{
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75{
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80{
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/90{
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95{
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-cyan-400\/0{
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10{
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100{
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/20{
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25{
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30{
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/40{
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/5{
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50{
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75{
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80{
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/90{
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95{
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.text-cyan-50\/0{
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10{
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100{
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/20{
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25{
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30{
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/40{
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/5{
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50{
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/60{
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/70{
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75{
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80{
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/90{
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95{
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.text-cyan-500\/0{
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10{
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100{
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/20{
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25{
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30{
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/40{
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/5{
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50{
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/60{
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/70{
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75{
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80{
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/90{
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95{
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.text-cyan-600\/0{
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10{
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100{
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/20{
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25{
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30{
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/40{
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/5{
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50{
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/60{
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/70{
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75{
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80{
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/90{
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95{
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-cyan-700\/0{
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10{
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100{
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/20{
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25{
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30{
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/40{
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/5{
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50{
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/60{
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/70{
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75{
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80{
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/90{
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95{
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.text-cyan-800\/0{
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10{
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100{
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/20{
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25{
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30{
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/40{
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/5{
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50{
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/60{
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/70{
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75{
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80{
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/90{
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95{
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.text-cyan-900\/0{
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10{
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100{
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/20{
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25{
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30{
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/40{
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/5{
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50{
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/60{
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/70{
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75{
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80{
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/90{
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95{
  color: rgb(22 78 99 / 0.95);
}

.text-cyan-950{
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}

.text-cyan-950\/0{
  color: rgb(8 51 68 / 0);
}

.text-cyan-950\/10{
  color: rgb(8 51 68 / 0.1);
}

.text-cyan-950\/100{
  color: rgb(8 51 68 / 1);
}

.text-cyan-950\/20{
  color: rgb(8 51 68 / 0.2);
}

.text-cyan-950\/25{
  color: rgb(8 51 68 / 0.25);
}

.text-cyan-950\/30{
  color: rgb(8 51 68 / 0.3);
}

.text-cyan-950\/40{
  color: rgb(8 51 68 / 0.4);
}

.text-cyan-950\/5{
  color: rgb(8 51 68 / 0.05);
}

.text-cyan-950\/50{
  color: rgb(8 51 68 / 0.5);
}

.text-cyan-950\/60{
  color: rgb(8 51 68 / 0.6);
}

.text-cyan-950\/70{
  color: rgb(8 51 68 / 0.7);
}

.text-cyan-950\/75{
  color: rgb(8 51 68 / 0.75);
}

.text-cyan-950\/80{
  color: rgb(8 51 68 / 0.8);
}

.text-cyan-950\/90{
  color: rgb(8 51 68 / 0.9);
}

.text-cyan-950\/95{
  color: rgb(8 51 68 / 0.95);
}

.text-dark-grey{
  color: var(--color-dark-grey);
}

.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.text-emerald-100\/0{
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10{
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100{
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/20{
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25{
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30{
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/40{
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/5{
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50{
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/60{
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/70{
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75{
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80{
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/90{
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95{
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.text-emerald-200\/0{
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10{
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100{
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/20{
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25{
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30{
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/40{
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/5{
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50{
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/60{
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/70{
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75{
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80{
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/90{
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95{
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.text-emerald-300\/0{
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10{
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100{
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/20{
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25{
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30{
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/40{
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/5{
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50{
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/60{
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/70{
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75{
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/90{
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95{
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.text-emerald-400\/0{
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10{
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100{
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/20{
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25{
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30{
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/40{
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/5{
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50{
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75{
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/90{
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95{
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.text-emerald-50\/0{
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10{
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100{
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/20{
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25{
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30{
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/40{
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/5{
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50{
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/60{
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/70{
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75{
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80{
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/90{
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95{
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-emerald-500\/0{
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10{
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100{
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/20{
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25{
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30{
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/40{
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/5{
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50{
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/60{
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/70{
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75{
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80{
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/90{
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95{
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-emerald-600\/0{
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10{
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100{
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/20{
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25{
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30{
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/40{
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/5{
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50{
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/60{
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75{
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80{
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/90{
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95{
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-emerald-700\/0{
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10{
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100{
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/20{
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25{
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30{
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/40{
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/5{
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50{
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/60{
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/70{
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75{
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80{
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/90{
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95{
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-emerald-800\/0{
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10{
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100{
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/20{
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25{
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30{
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/40{
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/5{
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50{
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/60{
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/70{
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75{
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80{
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/90{
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95{
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.text-emerald-900\/0{
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10{
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100{
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/20{
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25{
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30{
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/40{
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/5{
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50{
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/60{
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/70{
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75{
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80{
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/90{
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95{
  color: rgb(6 78 59 / 0.95);
}

.text-emerald-950{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.text-emerald-950\/0{
  color: rgb(2 44 34 / 0);
}

.text-emerald-950\/10{
  color: rgb(2 44 34 / 0.1);
}

.text-emerald-950\/100{
  color: rgb(2 44 34 / 1);
}

.text-emerald-950\/20{
  color: rgb(2 44 34 / 0.2);
}

.text-emerald-950\/25{
  color: rgb(2 44 34 / 0.25);
}

.text-emerald-950\/30{
  color: rgb(2 44 34 / 0.3);
}

.text-emerald-950\/40{
  color: rgb(2 44 34 / 0.4);
}

.text-emerald-950\/5{
  color: rgb(2 44 34 / 0.05);
}

.text-emerald-950\/50{
  color: rgb(2 44 34 / 0.5);
}

.text-emerald-950\/60{
  color: rgb(2 44 34 / 0.6);
}

.text-emerald-950\/70{
  color: rgb(2 44 34 / 0.7);
}

.text-emerald-950\/75{
  color: rgb(2 44 34 / 0.75);
}

.text-emerald-950\/80{
  color: rgb(2 44 34 / 0.8);
}

.text-emerald-950\/90{
  color: rgb(2 44 34 / 0.9);
}

.text-emerald-950\/95{
  color: rgb(2 44 34 / 0.95);
}

.text-fuchsia-100{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.text-fuchsia-100\/0{
  color: rgb(250 232 255 / 0);
}

.text-fuchsia-100\/10{
  color: rgb(250 232 255 / 0.1);
}

.text-fuchsia-100\/100{
  color: rgb(250 232 255 / 1);
}

.text-fuchsia-100\/20{
  color: rgb(250 232 255 / 0.2);
}

.text-fuchsia-100\/25{
  color: rgb(250 232 255 / 0.25);
}

.text-fuchsia-100\/30{
  color: rgb(250 232 255 / 0.3);
}

.text-fuchsia-100\/40{
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/5{
  color: rgb(250 232 255 / 0.05);
}

.text-fuchsia-100\/50{
  color: rgb(250 232 255 / 0.5);
}

.text-fuchsia-100\/60{
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/70{
  color: rgb(250 232 255 / 0.7);
}

.text-fuchsia-100\/75{
  color: rgb(250 232 255 / 0.75);
}

.text-fuchsia-100\/80{
  color: rgb(250 232 255 / 0.8);
}

.text-fuchsia-100\/90{
  color: rgb(250 232 255 / 0.9);
}

.text-fuchsia-100\/95{
  color: rgb(250 232 255 / 0.95);
}

.text-fuchsia-200{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.text-fuchsia-200\/0{
  color: rgb(245 208 254 / 0);
}

.text-fuchsia-200\/10{
  color: rgb(245 208 254 / 0.1);
}

.text-fuchsia-200\/100{
  color: rgb(245 208 254 / 1);
}

.text-fuchsia-200\/20{
  color: rgb(245 208 254 / 0.2);
}

.text-fuchsia-200\/25{
  color: rgb(245 208 254 / 0.25);
}

.text-fuchsia-200\/30{
  color: rgb(245 208 254 / 0.3);
}

.text-fuchsia-200\/40{
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/5{
  color: rgb(245 208 254 / 0.05);
}

.text-fuchsia-200\/50{
  color: rgb(245 208 254 / 0.5);
}

.text-fuchsia-200\/60{
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/70{
  color: rgb(245 208 254 / 0.7);
}

.text-fuchsia-200\/75{
  color: rgb(245 208 254 / 0.75);
}

.text-fuchsia-200\/80{
  color: rgb(245 208 254 / 0.8);
}

.text-fuchsia-200\/90{
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-200\/95{
  color: rgb(245 208 254 / 0.95);
}

.text-fuchsia-300{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.text-fuchsia-300\/0{
  color: rgb(240 171 252 / 0);
}

.text-fuchsia-300\/10{
  color: rgb(240 171 252 / 0.1);
}

.text-fuchsia-300\/100{
  color: rgb(240 171 252 / 1);
}

.text-fuchsia-300\/20{
  color: rgb(240 171 252 / 0.2);
}

.text-fuchsia-300\/25{
  color: rgb(240 171 252 / 0.25);
}

.text-fuchsia-300\/30{
  color: rgb(240 171 252 / 0.3);
}

.text-fuchsia-300\/40{
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/5{
  color: rgb(240 171 252 / 0.05);
}

.text-fuchsia-300\/50{
  color: rgb(240 171 252 / 0.5);
}

.text-fuchsia-300\/60{
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/70{
  color: rgb(240 171 252 / 0.7);
}

.text-fuchsia-300\/75{
  color: rgb(240 171 252 / 0.75);
}

.text-fuchsia-300\/80{
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-300\/90{
  color: rgb(240 171 252 / 0.9);
}

.text-fuchsia-300\/95{
  color: rgb(240 171 252 / 0.95);
}

.text-fuchsia-400{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.text-fuchsia-400\/0{
  color: rgb(232 121 249 / 0);
}

.text-fuchsia-400\/10{
  color: rgb(232 121 249 / 0.1);
}

.text-fuchsia-400\/100{
  color: rgb(232 121 249 / 1);
}

.text-fuchsia-400\/20{
  color: rgb(232 121 249 / 0.2);
}

.text-fuchsia-400\/25{
  color: rgb(232 121 249 / 0.25);
}

.text-fuchsia-400\/30{
  color: rgb(232 121 249 / 0.3);
}

.text-fuchsia-400\/40{
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/5{
  color: rgb(232 121 249 / 0.05);
}

.text-fuchsia-400\/50{
  color: rgb(232 121 249 / 0.5);
}

.text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/70{
  color: rgb(232 121 249 / 0.7);
}

.text-fuchsia-400\/75{
  color: rgb(232 121 249 / 0.75);
}

.text-fuchsia-400\/80{
  color: rgb(232 121 249 / 0.8);
}

.text-fuchsia-400\/90{
  color: rgb(232 121 249 / 0.9);
}

.text-fuchsia-400\/95{
  color: rgb(232 121 249 / 0.95);
}

.text-fuchsia-50{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.text-fuchsia-50\/0{
  color: rgb(253 244 255 / 0);
}

.text-fuchsia-50\/10{
  color: rgb(253 244 255 / 0.1);
}

.text-fuchsia-50\/100{
  color: rgb(253 244 255 / 1);
}

.text-fuchsia-50\/20{
  color: rgb(253 244 255 / 0.2);
}

.text-fuchsia-50\/25{
  color: rgb(253 244 255 / 0.25);
}

.text-fuchsia-50\/30{
  color: rgb(253 244 255 / 0.3);
}

.text-fuchsia-50\/40{
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/5{
  color: rgb(253 244 255 / 0.05);
}

.text-fuchsia-50\/50{
  color: rgb(253 244 255 / 0.5);
}

.text-fuchsia-50\/60{
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/70{
  color: rgb(253 244 255 / 0.7);
}

.text-fuchsia-50\/75{
  color: rgb(253 244 255 / 0.75);
}

.text-fuchsia-50\/80{
  color: rgb(253 244 255 / 0.8);
}

.text-fuchsia-50\/90{
  color: rgb(253 244 255 / 0.9);
}

.text-fuchsia-50\/95{
  color: rgb(253 244 255 / 0.95);
}

.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.text-fuchsia-500\/0{
  color: rgb(217 70 239 / 0);
}

.text-fuchsia-500\/10{
  color: rgb(217 70 239 / 0.1);
}

.text-fuchsia-500\/100{
  color: rgb(217 70 239 / 1);
}

.text-fuchsia-500\/20{
  color: rgb(217 70 239 / 0.2);
}

.text-fuchsia-500\/25{
  color: rgb(217 70 239 / 0.25);
}

.text-fuchsia-500\/30{
  color: rgb(217 70 239 / 0.3);
}

.text-fuchsia-500\/40{
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/5{
  color: rgb(217 70 239 / 0.05);
}

.text-fuchsia-500\/50{
  color: rgb(217 70 239 / 0.5);
}

.text-fuchsia-500\/60{
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/70{
  color: rgb(217 70 239 / 0.7);
}

.text-fuchsia-500\/75{
  color: rgb(217 70 239 / 0.75);
}

.text-fuchsia-500\/80{
  color: rgb(217 70 239 / 0.8);
}

.text-fuchsia-500\/90{
  color: rgb(217 70 239 / 0.9);
}

.text-fuchsia-500\/95{
  color: rgb(217 70 239 / 0.95);
}

.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.text-fuchsia-600\/0{
  color: rgb(192 38 211 / 0);
}

.text-fuchsia-600\/10{
  color: rgb(192 38 211 / 0.1);
}

.text-fuchsia-600\/100{
  color: rgb(192 38 211 / 1);
}

.text-fuchsia-600\/20{
  color: rgb(192 38 211 / 0.2);
}

.text-fuchsia-600\/25{
  color: rgb(192 38 211 / 0.25);
}

.text-fuchsia-600\/30{
  color: rgb(192 38 211 / 0.3);
}

.text-fuchsia-600\/40{
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/5{
  color: rgb(192 38 211 / 0.05);
}

.text-fuchsia-600\/50{
  color: rgb(192 38 211 / 0.5);
}

.text-fuchsia-600\/60{
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/70{
  color: rgb(192 38 211 / 0.7);
}

.text-fuchsia-600\/75{
  color: rgb(192 38 211 / 0.75);
}

.text-fuchsia-600\/80{
  color: rgb(192 38 211 / 0.8);
}

.text-fuchsia-600\/90{
  color: rgb(192 38 211 / 0.9);
}

.text-fuchsia-600\/95{
  color: rgb(192 38 211 / 0.95);
}

.text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.text-fuchsia-700\/0{
  color: rgb(162 28 175 / 0);
}

.text-fuchsia-700\/10{
  color: rgb(162 28 175 / 0.1);
}

.text-fuchsia-700\/100{
  color: rgb(162 28 175 / 1);
}

.text-fuchsia-700\/20{
  color: rgb(162 28 175 / 0.2);
}

.text-fuchsia-700\/25{
  color: rgb(162 28 175 / 0.25);
}

.text-fuchsia-700\/30{
  color: rgb(162 28 175 / 0.3);
}

.text-fuchsia-700\/40{
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/5{
  color: rgb(162 28 175 / 0.05);
}

.text-fuchsia-700\/50{
  color: rgb(162 28 175 / 0.5);
}

.text-fuchsia-700\/60{
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/70{
  color: rgb(162 28 175 / 0.7);
}

.text-fuchsia-700\/75{
  color: rgb(162 28 175 / 0.75);
}

.text-fuchsia-700\/80{
  color: rgb(162 28 175 / 0.8);
}

.text-fuchsia-700\/90{
  color: rgb(162 28 175 / 0.9);
}

.text-fuchsia-700\/95{
  color: rgb(162 28 175 / 0.95);
}

.text-fuchsia-800{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.text-fuchsia-800\/0{
  color: rgb(134 25 143 / 0);
}

.text-fuchsia-800\/10{
  color: rgb(134 25 143 / 0.1);
}

.text-fuchsia-800\/100{
  color: rgb(134 25 143 / 1);
}

.text-fuchsia-800\/20{
  color: rgb(134 25 143 / 0.2);
}

.text-fuchsia-800\/25{
  color: rgb(134 25 143 / 0.25);
}

.text-fuchsia-800\/30{
  color: rgb(134 25 143 / 0.3);
}

.text-fuchsia-800\/40{
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/5{
  color: rgb(134 25 143 / 0.05);
}

.text-fuchsia-800\/50{
  color: rgb(134 25 143 / 0.5);
}

.text-fuchsia-800\/60{
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/70{
  color: rgb(134 25 143 / 0.7);
}

.text-fuchsia-800\/75{
  color: rgb(134 25 143 / 0.75);
}

.text-fuchsia-800\/80{
  color: rgb(134 25 143 / 0.8);
}

.text-fuchsia-800\/90{
  color: rgb(134 25 143 / 0.9);
}

.text-fuchsia-800\/95{
  color: rgb(134 25 143 / 0.95);
}

.text-fuchsia-900{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.text-fuchsia-900\/0{
  color: rgb(112 26 117 / 0);
}

.text-fuchsia-900\/10{
  color: rgb(112 26 117 / 0.1);
}

.text-fuchsia-900\/100{
  color: rgb(112 26 117 / 1);
}

.text-fuchsia-900\/20{
  color: rgb(112 26 117 / 0.2);
}

.text-fuchsia-900\/25{
  color: rgb(112 26 117 / 0.25);
}

.text-fuchsia-900\/30{
  color: rgb(112 26 117 / 0.3);
}

.text-fuchsia-900\/40{
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/5{
  color: rgb(112 26 117 / 0.05);
}

.text-fuchsia-900\/50{
  color: rgb(112 26 117 / 0.5);
}

.text-fuchsia-900\/60{
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/70{
  color: rgb(112 26 117 / 0.7);
}

.text-fuchsia-900\/75{
  color: rgb(112 26 117 / 0.75);
}

.text-fuchsia-900\/80{
  color: rgb(112 26 117 / 0.8);
}

.text-fuchsia-900\/90{
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95{
  color: rgb(112 26 117 / 0.95);
}

.text-fuchsia-950{
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}

.text-fuchsia-950\/0{
  color: rgb(74 4 78 / 0);
}

.text-fuchsia-950\/10{
  color: rgb(74 4 78 / 0.1);
}

.text-fuchsia-950\/100{
  color: rgb(74 4 78 / 1);
}

.text-fuchsia-950\/20{
  color: rgb(74 4 78 / 0.2);
}

.text-fuchsia-950\/25{
  color: rgb(74 4 78 / 0.25);
}

.text-fuchsia-950\/30{
  color: rgb(74 4 78 / 0.3);
}

.text-fuchsia-950\/40{
  color: rgb(74 4 78 / 0.4);
}

.text-fuchsia-950\/5{
  color: rgb(74 4 78 / 0.05);
}

.text-fuchsia-950\/50{
  color: rgb(74 4 78 / 0.5);
}

.text-fuchsia-950\/60{
  color: rgb(74 4 78 / 0.6);
}

.text-fuchsia-950\/70{
  color: rgb(74 4 78 / 0.7);
}

.text-fuchsia-950\/75{
  color: rgb(74 4 78 / 0.75);
}

.text-fuchsia-950\/80{
  color: rgb(74 4 78 / 0.8);
}

.text-fuchsia-950\/90{
  color: rgb(74 4 78 / 0.9);
}

.text-fuchsia-950\/95{
  color: rgb(74 4 78 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-gray-950\/0{
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100{
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95);
}

.text-green{
  color: var(--color-green);
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.text-indigo-100\/0{
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100{
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.text-indigo-200\/0{
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100{
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.text-indigo-300\/0{
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100{
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-400\/0{
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100{
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.text-indigo-50\/0{
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100{
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-500\/0{
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100{
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-600\/0{
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100{
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-700\/0{
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100{
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-indigo-800\/0{
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100{
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.text-indigo-900\/0{
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100{
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950{
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}

.text-indigo-950\/0{
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10{
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100{
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/20{
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25{
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30{
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/40{
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/5{
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50{
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/60{
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/70{
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75{
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80{
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/90{
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95{
  color: rgb(30 27 75 / 0.95);
}

.text-inherit{
  color: inherit;
}

.text-light-grey{
  color: var(--color-light-grey);
}

.text-lime-100{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.text-lime-100\/0{
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100{
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.text-lime-200\/0{
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100{
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.text-lime-300\/0{
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10{
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100{
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/20{
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25{
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30{
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/40{
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/5{
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50{
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/60{
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/70{
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75{
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80{
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/90{
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95{
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.text-lime-400\/0{
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100{
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.text-lime-50\/0{
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10{
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100{
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/20{
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25{
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30{
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/40{
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/5{
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50{
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/60{
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/70{
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75{
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80{
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/90{
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95{
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.text-lime-500\/0{
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10{
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100{
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/20{
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25{
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30{
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/40{
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/5{
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50{
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/60{
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/70{
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75{
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80{
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/90{
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95{
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.text-lime-600\/0{
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100{
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.text-lime-700\/0{
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10{
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100{
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/20{
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25{
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30{
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/40{
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/5{
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50{
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/60{
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/70{
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75{
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80{
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/90{
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95{
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.text-lime-800\/0{
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100{
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.text-lime-900\/0{
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10{
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100{
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/20{
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25{
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30{
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/40{
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/5{
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50{
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/60{
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/70{
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75{
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80{
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/90{
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95{
  color: rgb(54 83 20 / 0.95);
}

.text-lime-950{
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}

.text-lime-950\/0{
  color: rgb(26 46 5 / 0);
}

.text-lime-950\/10{
  color: rgb(26 46 5 / 0.1);
}

.text-lime-950\/100{
  color: rgb(26 46 5 / 1);
}

.text-lime-950\/20{
  color: rgb(26 46 5 / 0.2);
}

.text-lime-950\/25{
  color: rgb(26 46 5 / 0.25);
}

.text-lime-950\/30{
  color: rgb(26 46 5 / 0.3);
}

.text-lime-950\/40{
  color: rgb(26 46 5 / 0.4);
}

.text-lime-950\/5{
  color: rgb(26 46 5 / 0.05);
}

.text-lime-950\/50{
  color: rgb(26 46 5 / 0.5);
}

.text-lime-950\/60{
  color: rgb(26 46 5 / 0.6);
}

.text-lime-950\/70{
  color: rgb(26 46 5 / 0.7);
}

.text-lime-950\/75{
  color: rgb(26 46 5 / 0.75);
}

.text-lime-950\/80{
  color: rgb(26 46 5 / 0.8);
}

.text-lime-950\/90{
  color: rgb(26 46 5 / 0.9);
}

.text-lime-950\/95{
  color: rgb(26 46 5 / 0.95);
}

.text-medium-dark-grey{
  color: var(--color-medium-dark-grey);
}

.text-medium-grey{
  color: var(--color-medium-grey);
}

.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-100\/0{
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10{
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100{
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/20{
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25{
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30{
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/40{
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/5{
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50{
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/60{
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/70{
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75{
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80{
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/90{
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95{
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-200\/0{
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10{
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100{
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/20{
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25{
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30{
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/40{
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/5{
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50{
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/60{
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/70{
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75{
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80{
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/90{
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95{
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-300\/0{
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10{
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100{
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/20{
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25{
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30{
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/40{
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/5{
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50{
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/60{
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/70{
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75{
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80{
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/90{
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95{
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-400\/0{
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10{
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100{
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/20{
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25{
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30{
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/40{
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/5{
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50{
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/60{
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/70{
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75{
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80{
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/90{
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95{
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-500\/0{
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10{
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100{
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/20{
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25{
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30{
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/40{
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/5{
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50{
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/60{
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/70{
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75{
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80{
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/90{
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95{
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-600\/0{
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10{
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100{
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/20{
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25{
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30{
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/40{
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/5{
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50{
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/60{
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/70{
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75{
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80{
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/90{
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95{
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-700\/0{
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10{
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100{
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/20{
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25{
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30{
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/40{
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/5{
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50{
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/60{
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/70{
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75{
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80{
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/90{
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95{
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-neutral-800\/0{
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10{
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100{
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/20{
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25{
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30{
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/40{
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/5{
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50{
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/60{
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/70{
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75{
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80{
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/90{
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95{
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-900\/0{
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10{
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100{
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/20{
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25{
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30{
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/40{
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/5{
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50{
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/60{
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/70{
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75{
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80{
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/90{
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95{
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-neutral-950\/0{
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10{
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100{
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/20{
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25{
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30{
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/40{
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/5{
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50{
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/60{
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/70{
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75{
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80{
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/90{
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95{
  color: rgb(10 10 10 / 0.95);
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.text-orange-100\/0{
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100{
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.text-orange-200\/0{
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100{
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.text-orange-300\/0{
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100{
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-orange-400\/0{
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100{
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.text-orange-50\/0{
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100{
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-500\/0{
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100{
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-orange-600\/0{
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100{
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-orange-700\/0{
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100{
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-orange-800\/0{
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100{
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.text-orange-900\/0{
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100{
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95);
}

.text-orange-950{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}

.text-orange-950\/0{
  color: rgb(67 20 7 / 0);
}

.text-orange-950\/10{
  color: rgb(67 20 7 / 0.1);
}

.text-orange-950\/100{
  color: rgb(67 20 7 / 1);
}

.text-orange-950\/20{
  color: rgb(67 20 7 / 0.2);
}

.text-orange-950\/25{
  color: rgb(67 20 7 / 0.25);
}

.text-orange-950\/30{
  color: rgb(67 20 7 / 0.3);
}

.text-orange-950\/40{
  color: rgb(67 20 7 / 0.4);
}

.text-orange-950\/5{
  color: rgb(67 20 7 / 0.05);
}

.text-orange-950\/50{
  color: rgb(67 20 7 / 0.5);
}

.text-orange-950\/60{
  color: rgb(67 20 7 / 0.6);
}

.text-orange-950\/70{
  color: rgb(67 20 7 / 0.7);
}

.text-orange-950\/75{
  color: rgb(67 20 7 / 0.75);
}

.text-orange-950\/80{
  color: rgb(67 20 7 / 0.8);
}

.text-orange-950\/90{
  color: rgb(67 20 7 / 0.9);
}

.text-orange-950\/95{
  color: rgb(67 20 7 / 0.95);
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.text-pink-100\/0{
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10{
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100{
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/20{
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25{
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30{
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/40{
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/5{
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50{
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/60{
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/70{
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75{
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80{
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/90{
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95{
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.text-pink-200\/0{
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10{
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100{
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/20{
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25{
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30{
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/40{
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/5{
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50{
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/60{
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/70{
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75{
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80{
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/90{
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95{
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.text-pink-300\/0{
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10{
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100{
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/20{
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25{
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30{
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/40{
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/5{
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50{
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/60{
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/70{
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75{
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80{
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/90{
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95{
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-pink-400\/0{
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10{
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100{
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/20{
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25{
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30{
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/40{
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/5{
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50{
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/60{
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/70{
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75{
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80{
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/90{
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95{
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.text-pink-50\/0{
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10{
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100{
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/20{
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25{
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30{
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/40{
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/5{
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50{
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/60{
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/70{
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75{
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80{
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/90{
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95{
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-pink-500\/0{
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10{
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100{
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/20{
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25{
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30{
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/40{
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/5{
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50{
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/60{
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/70{
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75{
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80{
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/90{
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95{
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-pink-600\/0{
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10{
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100{
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/20{
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25{
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30{
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/40{
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/5{
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50{
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/60{
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/70{
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75{
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80{
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/90{
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95{
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.text-pink-700\/0{
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10{
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100{
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/20{
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25{
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30{
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/40{
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/5{
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50{
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/60{
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/70{
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75{
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80{
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/90{
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95{
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.text-pink-800\/0{
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10{
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100{
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/20{
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25{
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30{
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/40{
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/5{
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50{
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/60{
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/70{
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75{
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80{
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/90{
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95{
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.text-pink-900\/0{
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10{
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100{
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/20{
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25{
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30{
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/40{
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/5{
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50{
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/60{
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/70{
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75{
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80{
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/90{
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95{
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950{
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}

.text-pink-950\/0{
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10{
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100{
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/20{
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25{
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30{
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/40{
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/5{
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50{
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/60{
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/70{
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75{
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80{
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/90{
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95{
  color: rgb(80 7 36 / 0.95);
}

.text-primary{
  color: var(--color-primary);
}

.text-primary-100{
  color: var(--color-primary-100);
}

.text-primary-200{
  color: var(--color-primary-200);
}

.text-primary-300{
  color: var(--color-primary-300);
}

.text-primary-350{
  color: var(--color-primary-350);
}

.text-primary-400{
  color: var(--color-primary-400);
}

.text-primary-600{
  color: var(--color-primary-600);
}

.text-primary-700{
  color: var(--color-primary-700);
}

.text-primary-800{
  color: var(--color-primary-800);
}

.text-primary-900{
  color: var(--color-primary-900);
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.text-purple-100\/0{
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100{
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.text-purple-200\/0{
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100{
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-300\/0{
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100{
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-purple-400\/0{
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100{
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.text-purple-50\/0{
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100{
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-500\/0{
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100{
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-600\/0{
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100{
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-700\/0{
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100{
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-purple-800\/0{
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100{
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-purple-900\/0{
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100{
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95);
}

.text-purple-950{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.text-purple-950\/0{
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100{
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95);
}

.text-red{
  color: var(--color-red);
}

.text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.text-rose-100\/0{
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10{
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100{
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/20{
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25{
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30{
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/40{
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/5{
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50{
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/60{
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/70{
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75{
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80{
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/90{
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95{
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.text-rose-200\/0{
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10{
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100{
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/20{
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25{
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30{
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/40{
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/5{
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50{
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/60{
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/70{
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75{
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80{
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/90{
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95{
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.text-rose-300\/0{
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10{
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100{
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/20{
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25{
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30{
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/40{
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/5{
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50{
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/60{
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/70{
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75{
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80{
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/90{
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95{
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-rose-400\/0{
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10{
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100{
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/20{
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25{
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30{
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/40{
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/5{
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50{
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/60{
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/70{
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75{
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80{
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/90{
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95{
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.text-rose-50\/0{
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10{
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100{
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/20{
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25{
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30{
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/40{
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/5{
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50{
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/60{
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/70{
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75{
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80{
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/90{
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95{
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-rose-500\/0{
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10{
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100{
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/20{
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25{
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30{
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/40{
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/5{
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50{
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/60{
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/70{
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75{
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80{
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/90{
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95{
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-rose-600\/0{
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10{
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100{
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/20{
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25{
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30{
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/40{
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/5{
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50{
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/60{
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/70{
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75{
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80{
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/90{
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95{
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.text-rose-700\/0{
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10{
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100{
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/20{
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25{
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30{
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/40{
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/5{
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50{
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/60{
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/70{
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75{
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80{
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/90{
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95{
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.text-rose-800\/0{
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10{
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100{
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/20{
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25{
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30{
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/40{
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/5{
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50{
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/60{
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/70{
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75{
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80{
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/90{
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95{
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.text-rose-900\/0{
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10{
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100{
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/20{
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25{
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30{
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/40{
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/5{
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50{
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/60{
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/70{
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75{
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80{
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/90{
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95{
  color: rgb(136 19 55 / 0.95);
}

.text-rose-950{
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}

.text-rose-950\/0{
  color: rgb(76 5 25 / 0);
}

.text-rose-950\/10{
  color: rgb(76 5 25 / 0.1);
}

.text-rose-950\/100{
  color: rgb(76 5 25 / 1);
}

.text-rose-950\/20{
  color: rgb(76 5 25 / 0.2);
}

.text-rose-950\/25{
  color: rgb(76 5 25 / 0.25);
}

.text-rose-950\/30{
  color: rgb(76 5 25 / 0.3);
}

.text-rose-950\/40{
  color: rgb(76 5 25 / 0.4);
}

.text-rose-950\/5{
  color: rgb(76 5 25 / 0.05);
}

.text-rose-950\/50{
  color: rgb(76 5 25 / 0.5);
}

.text-rose-950\/60{
  color: rgb(76 5 25 / 0.6);
}

.text-rose-950\/70{
  color: rgb(76 5 25 / 0.7);
}

.text-rose-950\/75{
  color: rgb(76 5 25 / 0.75);
}

.text-rose-950\/80{
  color: rgb(76 5 25 / 0.8);
}

.text-rose-950\/90{
  color: rgb(76 5 25 / 0.9);
}

.text-rose-950\/95{
  color: rgb(76 5 25 / 0.95);
}

.text-secondary{
  color: var(--color-secondary);
}

.text-secondary-600{
  color: var(--color-secondary-600);
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.text-sky-100\/0{
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10{
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100{
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/20{
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25{
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30{
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/40{
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/5{
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50{
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/60{
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/70{
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75{
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80{
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/90{
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95{
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.text-sky-200\/0{
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10{
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100{
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/20{
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25{
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30{
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/40{
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/5{
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50{
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/60{
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/70{
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75{
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80{
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/90{
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95{
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-sky-300\/0{
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10{
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100{
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/20{
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25{
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30{
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/40{
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/5{
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50{
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/60{
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/70{
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75{
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/90{
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95{
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-sky-400\/0{
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10{
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100{
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/20{
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25{
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30{
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/40{
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/5{
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50{
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/60{
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/70{
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75{
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80{
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/90{
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95{
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.text-sky-50\/0{
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10{
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100{
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/20{
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25{
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30{
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/40{
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/5{
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50{
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/60{
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/70{
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75{
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80{
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/90{
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95{
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-sky-500\/0{
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10{
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100{
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/20{
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25{
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30{
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/40{
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/5{
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50{
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/60{
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/70{
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75{
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80{
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/90{
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95{
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-600\/0{
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10{
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100{
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/20{
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25{
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30{
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/40{
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/5{
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50{
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/60{
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/70{
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75{
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80{
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/90{
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95{
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-sky-700\/0{
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10{
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100{
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/20{
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25{
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30{
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/40{
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/5{
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50{
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/60{
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/70{
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75{
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80{
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/90{
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95{
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-sky-800\/0{
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10{
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100{
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/20{
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25{
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30{
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/40{
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/5{
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50{
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/60{
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/70{
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75{
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80{
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/90{
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95{
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-sky-900\/0{
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10{
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100{
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/20{
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25{
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30{
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/40{
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/5{
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50{
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/60{
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/70{
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75{
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80{
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/90{
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95{
  color: rgb(12 74 110 / 0.95);
}

.text-sky-950{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}

.text-sky-950\/0{
  color: rgb(8 47 73 / 0);
}

.text-sky-950\/10{
  color: rgb(8 47 73 / 0.1);
}

.text-sky-950\/100{
  color: rgb(8 47 73 / 1);
}

.text-sky-950\/20{
  color: rgb(8 47 73 / 0.2);
}

.text-sky-950\/25{
  color: rgb(8 47 73 / 0.25);
}

.text-sky-950\/30{
  color: rgb(8 47 73 / 0.3);
}

.text-sky-950\/40{
  color: rgb(8 47 73 / 0.4);
}

.text-sky-950\/5{
  color: rgb(8 47 73 / 0.05);
}

.text-sky-950\/50{
  color: rgb(8 47 73 / 0.5);
}

.text-sky-950\/60{
  color: rgb(8 47 73 / 0.6);
}

.text-sky-950\/70{
  color: rgb(8 47 73 / 0.7);
}

.text-sky-950\/75{
  color: rgb(8 47 73 / 0.75);
}

.text-sky-950\/80{
  color: rgb(8 47 73 / 0.8);
}

.text-sky-950\/90{
  color: rgb(8 47 73 / 0.9);
}

.text-sky-950\/95{
  color: rgb(8 47 73 / 0.95);
}

.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-100\/0{
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10{
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100{
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/20{
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25{
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30{
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/40{
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/5{
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50{
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/60{
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/70{
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75{
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80{
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/90{
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95{
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-200\/0{
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10{
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100{
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/20{
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25{
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30{
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/40{
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/5{
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50{
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/60{
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/70{
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75{
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80{
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/90{
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95{
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-300\/0{
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10{
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100{
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/20{
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25{
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30{
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/40{
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/5{
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50{
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/60{
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/70{
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75{
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80{
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/90{
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95{
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-400\/0{
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10{
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100{
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/20{
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25{
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30{
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/40{
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/5{
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50{
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/60{
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/70{
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75{
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80{
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/90{
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95{
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-50\/0{
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10{
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100{
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/20{
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25{
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30{
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/40{
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/5{
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50{
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/60{
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/70{
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75{
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80{
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/90{
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95{
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-500\/0{
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10{
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100{
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/20{
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25{
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30{
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/40{
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/5{
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50{
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/60{
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/70{
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75{
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80{
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/90{
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95{
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-600\/0{
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10{
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100{
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/20{
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25{
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30{
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/40{
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/5{
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50{
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/60{
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/70{
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75{
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80{
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/90{
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95{
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-700\/0{
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10{
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100{
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/20{
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25{
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30{
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/40{
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/5{
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50{
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/60{
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/70{
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75{
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80{
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/90{
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95{
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-800\/0{
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10{
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100{
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/20{
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25{
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30{
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/40{
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/5{
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50{
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/60{
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/70{
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75{
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80{
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/90{
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95{
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-slate-900\/0{
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10{
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100{
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/20{
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25{
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30{
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/40{
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/5{
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50{
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/60{
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/70{
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75{
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80{
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/90{
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95{
  color: rgb(15 23 42 / 0.95);
}

.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.text-slate-950\/0{
  color: rgb(2 6 23 / 0);
}

.text-slate-950\/10{
  color: rgb(2 6 23 / 0.1);
}

.text-slate-950\/100{
  color: rgb(2 6 23 / 1);
}

.text-slate-950\/20{
  color: rgb(2 6 23 / 0.2);
}

.text-slate-950\/25{
  color: rgb(2 6 23 / 0.25);
}

.text-slate-950\/30{
  color: rgb(2 6 23 / 0.3);
}

.text-slate-950\/40{
  color: rgb(2 6 23 / 0.4);
}

.text-slate-950\/5{
  color: rgb(2 6 23 / 0.05);
}

.text-slate-950\/50{
  color: rgb(2 6 23 / 0.5);
}

.text-slate-950\/60{
  color: rgb(2 6 23 / 0.6);
}

.text-slate-950\/70{
  color: rgb(2 6 23 / 0.7);
}

.text-slate-950\/75{
  color: rgb(2 6 23 / 0.75);
}

.text-slate-950\/80{
  color: rgb(2 6 23 / 0.8);
}

.text-slate-950\/90{
  color: rgb(2 6 23 / 0.9);
}

.text-slate-950\/95{
  color: rgb(2 6 23 / 0.95);
}

.text-stone-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.text-stone-100\/0{
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10{
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100{
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/20{
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25{
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30{
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/40{
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/5{
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50{
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/60{
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/70{
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75{
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80{
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/90{
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95{
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.text-stone-200\/0{
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10{
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100{
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/20{
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25{
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30{
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/40{
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/5{
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50{
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/60{
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/70{
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75{
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80{
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/90{
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95{
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-300\/0{
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10{
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100{
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/20{
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25{
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30{
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/40{
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/5{
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50{
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/60{
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/70{
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75{
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80{
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/90{
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95{
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-stone-400\/0{
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10{
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100{
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/20{
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25{
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30{
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/40{
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/5{
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50{
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/60{
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/70{
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75{
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80{
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/90{
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95{
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.text-stone-50\/0{
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10{
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100{
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/20{
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25{
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30{
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/40{
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/5{
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50{
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/60{
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/70{
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75{
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80{
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/90{
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95{
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-stone-500\/0{
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10{
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100{
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/20{
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25{
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30{
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/40{
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/5{
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50{
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/60{
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/70{
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75{
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80{
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/90{
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95{
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-stone-600\/0{
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10{
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100{
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/20{
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25{
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30{
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/40{
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/5{
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50{
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/60{
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/70{
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75{
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80{
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/90{
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95{
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.text-stone-700\/0{
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10{
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100{
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/20{
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25{
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30{
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/40{
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/5{
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50{
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/60{
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/70{
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75{
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80{
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/90{
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95{
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.text-stone-800\/0{
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10{
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100{
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/20{
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25{
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30{
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/40{
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/5{
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50{
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/60{
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/70{
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75{
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80{
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/90{
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95{
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.text-stone-900\/0{
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10{
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100{
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/20{
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25{
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30{
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/40{
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/5{
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50{
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/60{
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/70{
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75{
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80{
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/90{
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95{
  color: rgb(28 25 23 / 0.95);
}

.text-stone-950{
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}

.text-stone-950\/0{
  color: rgb(12 10 9 / 0);
}

.text-stone-950\/10{
  color: rgb(12 10 9 / 0.1);
}

.text-stone-950\/100{
  color: rgb(12 10 9 / 1);
}

.text-stone-950\/20{
  color: rgb(12 10 9 / 0.2);
}

.text-stone-950\/25{
  color: rgb(12 10 9 / 0.25);
}

.text-stone-950\/30{
  color: rgb(12 10 9 / 0.3);
}

.text-stone-950\/40{
  color: rgb(12 10 9 / 0.4);
}

.text-stone-950\/5{
  color: rgb(12 10 9 / 0.05);
}

.text-stone-950\/50{
  color: rgb(12 10 9 / 0.5);
}

.text-stone-950\/60{
  color: rgb(12 10 9 / 0.6);
}

.text-stone-950\/70{
  color: rgb(12 10 9 / 0.7);
}

.text-stone-950\/75{
  color: rgb(12 10 9 / 0.75);
}

.text-stone-950\/80{
  color: rgb(12 10 9 / 0.8);
}

.text-stone-950\/90{
  color: rgb(12 10 9 / 0.9);
}

.text-stone-950\/95{
  color: rgb(12 10 9 / 0.95);
}

.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.text-teal-100\/0{
  color: rgb(204 251 241 / 0);
}

.text-teal-100\/10{
  color: rgb(204 251 241 / 0.1);
}

.text-teal-100\/100{
  color: rgb(204 251 241 / 1);
}

.text-teal-100\/20{
  color: rgb(204 251 241 / 0.2);
}

.text-teal-100\/25{
  color: rgb(204 251 241 / 0.25);
}

.text-teal-100\/30{
  color: rgb(204 251 241 / 0.3);
}

.text-teal-100\/40{
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/5{
  color: rgb(204 251 241 / 0.05);
}

.text-teal-100\/50{
  color: rgb(204 251 241 / 0.5);
}

.text-teal-100\/60{
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/70{
  color: rgb(204 251 241 / 0.7);
}

.text-teal-100\/75{
  color: rgb(204 251 241 / 0.75);
}

.text-teal-100\/80{
  color: rgb(204 251 241 / 0.8);
}

.text-teal-100\/90{
  color: rgb(204 251 241 / 0.9);
}

.text-teal-100\/95{
  color: rgb(204 251 241 / 0.95);
}

.text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.text-teal-200\/0{
  color: rgb(153 246 228 / 0);
}

.text-teal-200\/10{
  color: rgb(153 246 228 / 0.1);
}

.text-teal-200\/100{
  color: rgb(153 246 228 / 1);
}

.text-teal-200\/20{
  color: rgb(153 246 228 / 0.2);
}

.text-teal-200\/25{
  color: rgb(153 246 228 / 0.25);
}

.text-teal-200\/30{
  color: rgb(153 246 228 / 0.3);
}

.text-teal-200\/40{
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/5{
  color: rgb(153 246 228 / 0.05);
}

.text-teal-200\/50{
  color: rgb(153 246 228 / 0.5);
}

.text-teal-200\/60{
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/70{
  color: rgb(153 246 228 / 0.7);
}

.text-teal-200\/75{
  color: rgb(153 246 228 / 0.75);
}

.text-teal-200\/80{
  color: rgb(153 246 228 / 0.8);
}

.text-teal-200\/90{
  color: rgb(153 246 228 / 0.9);
}

.text-teal-200\/95{
  color: rgb(153 246 228 / 0.95);
}

.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.text-teal-300\/0{
  color: rgb(94 234 212 / 0);
}

.text-teal-300\/10{
  color: rgb(94 234 212 / 0.1);
}

.text-teal-300\/100{
  color: rgb(94 234 212 / 1);
}

.text-teal-300\/20{
  color: rgb(94 234 212 / 0.2);
}

.text-teal-300\/25{
  color: rgb(94 234 212 / 0.25);
}

.text-teal-300\/30{
  color: rgb(94 234 212 / 0.3);
}

.text-teal-300\/40{
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/5{
  color: rgb(94 234 212 / 0.05);
}

.text-teal-300\/50{
  color: rgb(94 234 212 / 0.5);
}

.text-teal-300\/60{
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/70{
  color: rgb(94 234 212 / 0.7);
}

.text-teal-300\/75{
  color: rgb(94 234 212 / 0.75);
}

.text-teal-300\/80{
  color: rgb(94 234 212 / 0.8);
}

.text-teal-300\/90{
  color: rgb(94 234 212 / 0.9);
}

.text-teal-300\/95{
  color: rgb(94 234 212 / 0.95);
}

.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.text-teal-400\/0{
  color: rgb(45 212 191 / 0);
}

.text-teal-400\/10{
  color: rgb(45 212 191 / 0.1);
}

.text-teal-400\/100{
  color: rgb(45 212 191 / 1);
}

.text-teal-400\/20{
  color: rgb(45 212 191 / 0.2);
}

.text-teal-400\/25{
  color: rgb(45 212 191 / 0.25);
}

.text-teal-400\/30{
  color: rgb(45 212 191 / 0.3);
}

.text-teal-400\/40{
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/5{
  color: rgb(45 212 191 / 0.05);
}

.text-teal-400\/50{
  color: rgb(45 212 191 / 0.5);
}

.text-teal-400\/60{
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/70{
  color: rgb(45 212 191 / 0.7);
}

.text-teal-400\/75{
  color: rgb(45 212 191 / 0.75);
}

.text-teal-400\/80{
  color: rgb(45 212 191 / 0.8);
}

.text-teal-400\/90{
  color: rgb(45 212 191 / 0.9);
}

.text-teal-400\/95{
  color: rgb(45 212 191 / 0.95);
}

.text-teal-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.text-teal-50\/0{
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10{
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100{
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/20{
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25{
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30{
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/40{
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/5{
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50{
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/60{
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/70{
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75{
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80{
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/90{
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95{
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-teal-500\/0{
  color: rgb(20 184 166 / 0);
}

.text-teal-500\/10{
  color: rgb(20 184 166 / 0.1);
}

.text-teal-500\/100{
  color: rgb(20 184 166 / 1);
}

.text-teal-500\/20{
  color: rgb(20 184 166 / 0.2);
}

.text-teal-500\/25{
  color: rgb(20 184 166 / 0.25);
}

.text-teal-500\/30{
  color: rgb(20 184 166 / 0.3);
}

.text-teal-500\/40{
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/5{
  color: rgb(20 184 166 / 0.05);
}

.text-teal-500\/50{
  color: rgb(20 184 166 / 0.5);
}

.text-teal-500\/60{
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/70{
  color: rgb(20 184 166 / 0.7);
}

.text-teal-500\/75{
  color: rgb(20 184 166 / 0.75);
}

.text-teal-500\/80{
  color: rgb(20 184 166 / 0.8);
}

.text-teal-500\/90{
  color: rgb(20 184 166 / 0.9);
}

.text-teal-500\/95{
  color: rgb(20 184 166 / 0.95);
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.text-teal-600\/0{
  color: rgb(13 148 136 / 0);
}

.text-teal-600\/10{
  color: rgb(13 148 136 / 0.1);
}

.text-teal-600\/100{
  color: rgb(13 148 136 / 1);
}

.text-teal-600\/20{
  color: rgb(13 148 136 / 0.2);
}

.text-teal-600\/25{
  color: rgb(13 148 136 / 0.25);
}

.text-teal-600\/30{
  color: rgb(13 148 136 / 0.3);
}

.text-teal-600\/40{
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/5{
  color: rgb(13 148 136 / 0.05);
}

.text-teal-600\/50{
  color: rgb(13 148 136 / 0.5);
}

.text-teal-600\/60{
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/70{
  color: rgb(13 148 136 / 0.7);
}

.text-teal-600\/75{
  color: rgb(13 148 136 / 0.75);
}

.text-teal-600\/80{
  color: rgb(13 148 136 / 0.8);
}

.text-teal-600\/90{
  color: rgb(13 148 136 / 0.9);
}

.text-teal-600\/95{
  color: rgb(13 148 136 / 0.95);
}

.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.text-teal-700\/0{
  color: rgb(15 118 110 / 0);
}

.text-teal-700\/10{
  color: rgb(15 118 110 / 0.1);
}

.text-teal-700\/100{
  color: rgb(15 118 110 / 1);
}

.text-teal-700\/20{
  color: rgb(15 118 110 / 0.2);
}

.text-teal-700\/25{
  color: rgb(15 118 110 / 0.25);
}

.text-teal-700\/30{
  color: rgb(15 118 110 / 0.3);
}

.text-teal-700\/40{
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/5{
  color: rgb(15 118 110 / 0.05);
}

.text-teal-700\/50{
  color: rgb(15 118 110 / 0.5);
}

.text-teal-700\/60{
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/70{
  color: rgb(15 118 110 / 0.7);
}

.text-teal-700\/75{
  color: rgb(15 118 110 / 0.75);
}

.text-teal-700\/80{
  color: rgb(15 118 110 / 0.8);
}

.text-teal-700\/90{
  color: rgb(15 118 110 / 0.9);
}

.text-teal-700\/95{
  color: rgb(15 118 110 / 0.95);
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.text-teal-800\/0{
  color: rgb(17 94 89 / 0);
}

.text-teal-800\/10{
  color: rgb(17 94 89 / 0.1);
}

.text-teal-800\/100{
  color: rgb(17 94 89 / 1);
}

.text-teal-800\/20{
  color: rgb(17 94 89 / 0.2);
}

.text-teal-800\/25{
  color: rgb(17 94 89 / 0.25);
}

.text-teal-800\/30{
  color: rgb(17 94 89 / 0.3);
}

.text-teal-800\/40{
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/5{
  color: rgb(17 94 89 / 0.05);
}

.text-teal-800\/50{
  color: rgb(17 94 89 / 0.5);
}

.text-teal-800\/60{
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/70{
  color: rgb(17 94 89 / 0.7);
}

.text-teal-800\/75{
  color: rgb(17 94 89 / 0.75);
}

.text-teal-800\/80{
  color: rgb(17 94 89 / 0.8);
}

.text-teal-800\/90{
  color: rgb(17 94 89 / 0.9);
}

.text-teal-800\/95{
  color: rgb(17 94 89 / 0.95);
}

.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-teal-900\/0{
  color: rgb(19 78 74 / 0);
}

.text-teal-900\/10{
  color: rgb(19 78 74 / 0.1);
}

.text-teal-900\/100{
  color: rgb(19 78 74 / 1);
}

.text-teal-900\/20{
  color: rgb(19 78 74 / 0.2);
}

.text-teal-900\/25{
  color: rgb(19 78 74 / 0.25);
}

.text-teal-900\/30{
  color: rgb(19 78 74 / 0.3);
}

.text-teal-900\/40{
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/5{
  color: rgb(19 78 74 / 0.05);
}

.text-teal-900\/50{
  color: rgb(19 78 74 / 0.5);
}

.text-teal-900\/60{
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/70{
  color: rgb(19 78 74 / 0.7);
}

.text-teal-900\/75{
  color: rgb(19 78 74 / 0.75);
}

.text-teal-900\/80{
  color: rgb(19 78 74 / 0.8);
}

.text-teal-900\/90{
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95{
  color: rgb(19 78 74 / 0.95);
}

.text-teal-950{
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}

.text-teal-950\/0{
  color: rgb(4 47 46 / 0);
}

.text-teal-950\/10{
  color: rgb(4 47 46 / 0.1);
}

.text-teal-950\/100{
  color: rgb(4 47 46 / 1);
}

.text-teal-950\/20{
  color: rgb(4 47 46 / 0.2);
}

.text-teal-950\/25{
  color: rgb(4 47 46 / 0.25);
}

.text-teal-950\/30{
  color: rgb(4 47 46 / 0.3);
}

.text-teal-950\/40{
  color: rgb(4 47 46 / 0.4);
}

.text-teal-950\/5{
  color: rgb(4 47 46 / 0.05);
}

.text-teal-950\/50{
  color: rgb(4 47 46 / 0.5);
}

.text-teal-950\/60{
  color: rgb(4 47 46 / 0.6);
}

.text-teal-950\/70{
  color: rgb(4 47 46 / 0.7);
}

.text-teal-950\/75{
  color: rgb(4 47 46 / 0.75);
}

.text-teal-950\/80{
  color: rgb(4 47 46 / 0.8);
}

.text-teal-950\/90{
  color: rgb(4 47 46 / 0.9);
}

.text-teal-950\/95{
  color: rgb(4 47 46 / 0.95);
}

.text-transparent{
  color: transparent;
}

.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}

.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-violet-100{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.text-violet-100\/0{
  color: rgb(237 233 254 / 0);
}

.text-violet-100\/10{
  color: rgb(237 233 254 / 0.1);
}

.text-violet-100\/100{
  color: rgb(237 233 254 / 1);
}

.text-violet-100\/20{
  color: rgb(237 233 254 / 0.2);
}

.text-violet-100\/25{
  color: rgb(237 233 254 / 0.25);
}

.text-violet-100\/30{
  color: rgb(237 233 254 / 0.3);
}

.text-violet-100\/40{
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/5{
  color: rgb(237 233 254 / 0.05);
}

.text-violet-100\/50{
  color: rgb(237 233 254 / 0.5);
}

.text-violet-100\/60{
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/70{
  color: rgb(237 233 254 / 0.7);
}

.text-violet-100\/75{
  color: rgb(237 233 254 / 0.75);
}

.text-violet-100\/80{
  color: rgb(237 233 254 / 0.8);
}

.text-violet-100\/90{
  color: rgb(237 233 254 / 0.9);
}

.text-violet-100\/95{
  color: rgb(237 233 254 / 0.95);
}

.text-violet-200{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.text-violet-200\/0{
  color: rgb(221 214 254 / 0);
}

.text-violet-200\/10{
  color: rgb(221 214 254 / 0.1);
}

.text-violet-200\/100{
  color: rgb(221 214 254 / 1);
}

.text-violet-200\/20{
  color: rgb(221 214 254 / 0.2);
}

.text-violet-200\/25{
  color: rgb(221 214 254 / 0.25);
}

.text-violet-200\/30{
  color: rgb(221 214 254 / 0.3);
}

.text-violet-200\/40{
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/5{
  color: rgb(221 214 254 / 0.05);
}

.text-violet-200\/50{
  color: rgb(221 214 254 / 0.5);
}

.text-violet-200\/60{
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/70{
  color: rgb(221 214 254 / 0.7);
}

.text-violet-200\/75{
  color: rgb(221 214 254 / 0.75);
}

.text-violet-200\/80{
  color: rgb(221 214 254 / 0.8);
}

.text-violet-200\/90{
  color: rgb(221 214 254 / 0.9);
}

.text-violet-200\/95{
  color: rgb(221 214 254 / 0.95);
}

.text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.text-violet-300\/0{
  color: rgb(196 181 253 / 0);
}

.text-violet-300\/10{
  color: rgb(196 181 253 / 0.1);
}

.text-violet-300\/100{
  color: rgb(196 181 253 / 1);
}

.text-violet-300\/20{
  color: rgb(196 181 253 / 0.2);
}

.text-violet-300\/25{
  color: rgb(196 181 253 / 0.25);
}

.text-violet-300\/30{
  color: rgb(196 181 253 / 0.3);
}

.text-violet-300\/40{
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/5{
  color: rgb(196 181 253 / 0.05);
}

.text-violet-300\/50{
  color: rgb(196 181 253 / 0.5);
}

.text-violet-300\/60{
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/70{
  color: rgb(196 181 253 / 0.7);
}

.text-violet-300\/75{
  color: rgb(196 181 253 / 0.75);
}

.text-violet-300\/80{
  color: rgb(196 181 253 / 0.8);
}

.text-violet-300\/90{
  color: rgb(196 181 253 / 0.9);
}

.text-violet-300\/95{
  color: rgb(196 181 253 / 0.95);
}

.text-violet-400{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.text-violet-400\/0{
  color: rgb(167 139 250 / 0);
}

.text-violet-400\/10{
  color: rgb(167 139 250 / 0.1);
}

.text-violet-400\/100{
  color: rgb(167 139 250 / 1);
}

.text-violet-400\/20{
  color: rgb(167 139 250 / 0.2);
}

.text-violet-400\/25{
  color: rgb(167 139 250 / 0.25);
}

.text-violet-400\/30{
  color: rgb(167 139 250 / 0.3);
}

.text-violet-400\/40{
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/5{
  color: rgb(167 139 250 / 0.05);
}

.text-violet-400\/50{
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/70{
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/75{
  color: rgb(167 139 250 / 0.75);
}

.text-violet-400\/80{
  color: rgb(167 139 250 / 0.8);
}

.text-violet-400\/90{
  color: rgb(167 139 250 / 0.9);
}

.text-violet-400\/95{
  color: rgb(167 139 250 / 0.95);
}

.text-violet-50{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.text-violet-50\/0{
  color: rgb(245 243 255 / 0);
}

.text-violet-50\/10{
  color: rgb(245 243 255 / 0.1);
}

.text-violet-50\/100{
  color: rgb(245 243 255 / 1);
}

.text-violet-50\/20{
  color: rgb(245 243 255 / 0.2);
}

.text-violet-50\/25{
  color: rgb(245 243 255 / 0.25);
}

.text-violet-50\/30{
  color: rgb(245 243 255 / 0.3);
}

.text-violet-50\/40{
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/5{
  color: rgb(245 243 255 / 0.05);
}

.text-violet-50\/50{
  color: rgb(245 243 255 / 0.5);
}

.text-violet-50\/60{
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/70{
  color: rgb(245 243 255 / 0.7);
}

.text-violet-50\/75{
  color: rgb(245 243 255 / 0.75);
}

.text-violet-50\/80{
  color: rgb(245 243 255 / 0.8);
}

.text-violet-50\/90{
  color: rgb(245 243 255 / 0.9);
}

.text-violet-50\/95{
  color: rgb(245 243 255 / 0.95);
}

.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.text-violet-500\/0{
  color: rgb(139 92 246 / 0);
}

.text-violet-500\/10{
  color: rgb(139 92 246 / 0.1);
}

.text-violet-500\/100{
  color: rgb(139 92 246 / 1);
}

.text-violet-500\/20{
  color: rgb(139 92 246 / 0.2);
}

.text-violet-500\/25{
  color: rgb(139 92 246 / 0.25);
}

.text-violet-500\/30{
  color: rgb(139 92 246 / 0.3);
}

.text-violet-500\/40{
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/5{
  color: rgb(139 92 246 / 0.05);
}

.text-violet-500\/50{
  color: rgb(139 92 246 / 0.5);
}

.text-violet-500\/60{
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/70{
  color: rgb(139 92 246 / 0.7);
}

.text-violet-500\/75{
  color: rgb(139 92 246 / 0.75);
}

.text-violet-500\/80{
  color: rgb(139 92 246 / 0.8);
}

.text-violet-500\/90{
  color: rgb(139 92 246 / 0.9);
}

.text-violet-500\/95{
  color: rgb(139 92 246 / 0.95);
}

.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-violet-600\/0{
  color: rgb(124 58 237 / 0);
}

.text-violet-600\/10{
  color: rgb(124 58 237 / 0.1);
}

.text-violet-600\/100{
  color: rgb(124 58 237 / 1);
}

.text-violet-600\/20{
  color: rgb(124 58 237 / 0.2);
}

.text-violet-600\/25{
  color: rgb(124 58 237 / 0.25);
}

.text-violet-600\/30{
  color: rgb(124 58 237 / 0.3);
}

.text-violet-600\/40{
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/5{
  color: rgb(124 58 237 / 0.05);
}

.text-violet-600\/50{
  color: rgb(124 58 237 / 0.5);
}

.text-violet-600\/60{
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/70{
  color: rgb(124 58 237 / 0.7);
}

.text-violet-600\/75{
  color: rgb(124 58 237 / 0.75);
}

.text-violet-600\/80{
  color: rgb(124 58 237 / 0.8);
}

.text-violet-600\/90{
  color: rgb(124 58 237 / 0.9);
}

.text-violet-600\/95{
  color: rgb(124 58 237 / 0.95);
}

.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-violet-700\/0{
  color: rgb(109 40 217 / 0);
}

.text-violet-700\/10{
  color: rgb(109 40 217 / 0.1);
}

.text-violet-700\/100{
  color: rgb(109 40 217 / 1);
}

.text-violet-700\/20{
  color: rgb(109 40 217 / 0.2);
}

.text-violet-700\/25{
  color: rgb(109 40 217 / 0.25);
}

.text-violet-700\/30{
  color: rgb(109 40 217 / 0.3);
}

.text-violet-700\/40{
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/5{
  color: rgb(109 40 217 / 0.05);
}

.text-violet-700\/50{
  color: rgb(109 40 217 / 0.5);
}

.text-violet-700\/60{
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/70{
  color: rgb(109 40 217 / 0.7);
}

.text-violet-700\/75{
  color: rgb(109 40 217 / 0.75);
}

.text-violet-700\/80{
  color: rgb(109 40 217 / 0.8);
}

.text-violet-700\/90{
  color: rgb(109 40 217 / 0.9);
}

.text-violet-700\/95{
  color: rgb(109 40 217 / 0.95);
}

.text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.text-violet-800\/0{
  color: rgb(91 33 182 / 0);
}

.text-violet-800\/10{
  color: rgb(91 33 182 / 0.1);
}

.text-violet-800\/100{
  color: rgb(91 33 182 / 1);
}

.text-violet-800\/20{
  color: rgb(91 33 182 / 0.2);
}

.text-violet-800\/25{
  color: rgb(91 33 182 / 0.25);
}

.text-violet-800\/30{
  color: rgb(91 33 182 / 0.3);
}

.text-violet-800\/40{
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/5{
  color: rgb(91 33 182 / 0.05);
}

.text-violet-800\/50{
  color: rgb(91 33 182 / 0.5);
}

.text-violet-800\/60{
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/70{
  color: rgb(91 33 182 / 0.7);
}

.text-violet-800\/75{
  color: rgb(91 33 182 / 0.75);
}

.text-violet-800\/80{
  color: rgb(91 33 182 / 0.8);
}

.text-violet-800\/90{
  color: rgb(91 33 182 / 0.9);
}

.text-violet-800\/95{
  color: rgb(91 33 182 / 0.95);
}

.text-violet-900{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.text-violet-900\/0{
  color: rgb(76 29 149 / 0);
}

.text-violet-900\/10{
  color: rgb(76 29 149 / 0.1);
}

.text-violet-900\/100{
  color: rgb(76 29 149 / 1);
}

.text-violet-900\/20{
  color: rgb(76 29 149 / 0.2);
}

.text-violet-900\/25{
  color: rgb(76 29 149 / 0.25);
}

.text-violet-900\/30{
  color: rgb(76 29 149 / 0.3);
}

.text-violet-900\/40{
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/5{
  color: rgb(76 29 149 / 0.05);
}

.text-violet-900\/50{
  color: rgb(76 29 149 / 0.5);
}

.text-violet-900\/60{
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/70{
  color: rgb(76 29 149 / 0.7);
}

.text-violet-900\/75{
  color: rgb(76 29 149 / 0.75);
}

.text-violet-900\/80{
  color: rgb(76 29 149 / 0.8);
}

.text-violet-900\/90{
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95{
  color: rgb(76 29 149 / 0.95);
}

.text-violet-950{
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}

.text-violet-950\/0{
  color: rgb(46 16 101 / 0);
}

.text-violet-950\/10{
  color: rgb(46 16 101 / 0.1);
}

.text-violet-950\/100{
  color: rgb(46 16 101 / 1);
}

.text-violet-950\/20{
  color: rgb(46 16 101 / 0.2);
}

.text-violet-950\/25{
  color: rgb(46 16 101 / 0.25);
}

.text-violet-950\/30{
  color: rgb(46 16 101 / 0.3);
}

.text-violet-950\/40{
  color: rgb(46 16 101 / 0.4);
}

.text-violet-950\/5{
  color: rgb(46 16 101 / 0.05);
}

.text-violet-950\/50{
  color: rgb(46 16 101 / 0.5);
}

.text-violet-950\/60{
  color: rgb(46 16 101 / 0.6);
}

.text-violet-950\/70{
  color: rgb(46 16 101 / 0.7);
}

.text-violet-950\/75{
  color: rgb(46 16 101 / 0.75);
}

.text-violet-950\/80{
  color: rgb(46 16 101 / 0.8);
}

.text-violet-950\/90{
  color: rgb(46 16 101 / 0.9);
}

.text-violet-950\/95{
  color: rgb(46 16 101 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/0{
  color: rgb(255 255 255 / 0);
}

.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100{
  color: rgb(255 255 255 / 1);
}

.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}

.text-yellow-950\/0{
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100{
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95);
}

.text-zinc-100{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.text-zinc-100\/0{
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10{
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100{
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/20{
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25{
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30{
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/40{
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/5{
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50{
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/60{
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/70{
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75{
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80{
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/90{
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95{
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

.text-zinc-200\/0{
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10{
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100{
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/20{
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25{
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30{
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/40{
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/5{
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50{
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/60{
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/70{
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75{
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80{
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/90{
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95{
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.text-zinc-300\/0{
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10{
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100{
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/20{
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25{
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30{
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/40{
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/5{
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50{
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/60{
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/70{
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75{
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80{
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/90{
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95{
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-400\/0{
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10{
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100{
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/20{
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25{
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30{
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/40{
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/5{
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50{
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/60{
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/70{
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75{
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80{
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/90{
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95{
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-zinc-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-500\/0{
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10{
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100{
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/20{
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25{
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30{
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/40{
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/5{
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50{
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/60{
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/70{
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75{
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80{
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/90{
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95{
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-600\/0{
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10{
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100{
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/20{
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25{
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30{
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/40{
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/5{
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50{
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/60{
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/70{
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75{
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80{
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/90{
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95{
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-700\/0{
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10{
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100{
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/20{
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25{
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30{
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/40{
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/5{
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50{
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/60{
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/70{
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75{
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80{
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/90{
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95{
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-800\/0{
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10{
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100{
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/20{
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25{
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30{
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/40{
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/5{
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50{
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/60{
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/70{
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75{
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80{
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/90{
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95{
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-zinc-900\/0{
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10{
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100{
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/20{
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25{
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30{
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/40{
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/5{
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50{
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/60{
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/70{
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75{
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80{
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/90{
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95{
  color: rgb(24 24 27 / 0.95);
}

.text-zinc-950{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}

.text-zinc-950\/0{
  color: rgb(9 9 11 / 0);
}

.text-zinc-950\/10{
  color: rgb(9 9 11 / 0.1);
}

.text-zinc-950\/100{
  color: rgb(9 9 11 / 1);
}

.text-zinc-950\/20{
  color: rgb(9 9 11 / 0.2);
}

.text-zinc-950\/25{
  color: rgb(9 9 11 / 0.25);
}

.text-zinc-950\/30{
  color: rgb(9 9 11 / 0.3);
}

.text-zinc-950\/40{
  color: rgb(9 9 11 / 0.4);
}

.text-zinc-950\/5{
  color: rgb(9 9 11 / 0.05);
}

.text-zinc-950\/50{
  color: rgb(9 9 11 / 0.5);
}

.text-zinc-950\/60{
  color: rgb(9 9 11 / 0.6);
}

.text-zinc-950\/70{
  color: rgb(9 9 11 / 0.7);
}

.text-zinc-950\/75{
  color: rgb(9 9 11 / 0.75);
}

.text-zinc-950\/80{
  color: rgb(9 9 11 / 0.8);
}

.text-zinc-950\/90{
  color: rgb(9 9 11 / 0.9);
}

.text-zinc-950\/95{
  color: rgb(9 9 11 / 0.95);
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.underline{
  text-decoration-line: underline;
}

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

.placeholder-medium-grey::-moz-placeholder{
  color: var(--color-medium-grey);
}

.placeholder-medium-grey::placeholder{
  color: var(--color-medium-grey);
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.\!opacity-100{
  opacity: 1 !important;
}

.opacity-100{
  opacity: 1;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.shadow{
  --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);
}

.shadow-lg{
  --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);
}

.shadow-md{
  --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);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray-900\/10{
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.\!outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.brightness-75{
  --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);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  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);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-75{
  transition-duration: 75ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.\[appearance\:textfield\]{
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.buttoncontainer {
  text-align: center;
  transition: all 0.1s ease-in;
  display: flex;
  --iconRightMargin: 0;
  --iconLeftMargin: 0;
  --iconHeight: 1.4em;
}

.buttoncontainer--fullwidth {
  width: 100%;
}

.buttoncontainer--nocontent .buttoncontainer__button {
  --iconLeftMargin: auto;
  --iconRightMargin: auto;
}

.buttoncontainer__button {
  width: inherit;
  display: inline-flex;
  transition-duration: 0.2s;
  transform-origin: center bottom 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  cursor: pointer;
  line-height: 1 !important;
  margin: auto 0;
  outline: unset !important;
  position: relative;
  /*        overflow: hidden;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.buttoncontainer__button--icon-position-left, .buttoncontainer__button--icon-position-right {
  display: flex;
}

.buttoncontainer__button--icon-position-left {
  flex-direction: row;
  --iconRightMargin: 0.4rem;
}

.buttoncontainer__button--icon-position-right {
  flex-direction: row-reverse;
  --iconLeftMargin: 0.4rem;
}

.buttoncontainer__button:hover {
  box-shadow: var(--default-box-shadow);
}

.buttoncontainer__button--transform-active:active {
  transform: matrix(0.95, 0, 0, 0.95, 0, 0);
}

.buttoncontainer__button--error {
  color: #FF0000 !important;
  border-color: rgba(230, 0, 0, 0.1);
  background: rgba(255, 0, 0, 0.1);
}

.buttoncontainer__button:active .button__effect:before {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}

.buttoncontainer__button .button__icon, .buttoncontainer__button .button__proxy-icon {
  height: var(--iconHeight);
}

.buttoncontainer__button .button__icon {
  margin-left: var(--iconLeftMargin);
  margin-right: var(--iconRightMargin);
  display: flex;
}

.buttoncontainer__button .button__icon--loading {
  font-size: 3px;
  margin-top: auto;
  margin-bottom: auto;
}

.buttoncontainer__button .button__proxy-icon {
  margin-left: var(--iconRightMargin);
  margin-right: var(--iconLeftMargin);
}

.buttoncontainer__button .button__text {
  white-space: nowrap;
  margin: 0.2em 0;
}

.buttoncontainer__button .button__effect {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.buttoncontainer__button .button__effect:before {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #FFF 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.3s, opacity 0.4s;
}

@media (min-width: 768px) {
  .buttoncontainer__button--icon-position-left {
    --iconRightMargin: 0.7rem;
  }

  .buttoncontainer__button--icon-position-right {
    --iconLeftMargin: 0.7rem;
  }
}

@media (max-width: 640px) {
  .buttoncontainer:not(.buttoncontainer--nocontent) {
    width: 100%;
  }
}

@font-face {
  font-family: "Montserrat-Font";

  font-style: normal;

  font-display: swap;

  src: url("/fonts/montserrat.ttf");
}

:root {
  --rz-input-border-radius: 0.5rem !important;
  --rz-input-border-block-end: 0 !important;
  --rz-input-hover-border-block-end: 0 !important;
  --rz-input-focus-border-block-end: 0 !important;
  --rz-input-border: none !important;
  --rz-input-hover-border: none !important;
  --rz-input-border-focus: none !important;
  --rz-input-focus-shadow: none !important;
  --rz-input-focus-border: none !important;
  --rz-secondary: var(--color-secondary);
  --rz-button-border-radius: 0.5rem;
  --rz-datepicker-calendar-selected-background-color: var(--color-secondary);
  --rz-datepicker-calendar-selected-hover-background-color: var(--color-secondary);
  --rz-datepicker-trigger-icon-hover-color: unset;
  --rz-timepicker-background-color: var(--color-primary-200);
  --rz-input-focus-background-color: var(--color-primary-200);
  --rz-input-hover-background-color: var(--color-primary-200);
  /* Colors*/
  --color-primary-900: #202441;
  --color-primary-800: #282D4E;
  --color-primary-700: #2F355C;
  --color-primary-600: #323861;
  --color-primary-400: #494F7C;
  --color-primary-350: #7079A2;
  --color-primary-300: #E0EAFE;
  --color-primary-200: #E4EDFE;
  --color-primary-100: #EFF5FD;
  --color-primary: var(--color-primary-600);
  --color-secondary-600: #F11285;
  --color-secondary: var(--color-secondary-600);
  --color-light-grey: #C7CED9;
  --color-medium-grey: #8391A7;
  --color-medium-dark-grey: #777C9A;
  --color-dark-grey: #4D5067;
  --color-red: #ED0000;
  --color-yellow: #FBB601;
  --color-green: #21C76F;
  --color-error: var(--color-red);
  --color-success: var(--color-green);
  --color-info: var(--color-primary-100);
  --color-warning: #FFA500;
  /* Fonts */
  --font-primary: "Montserrat-Font";
  /* Colors */
  --color-body-text: var(--color-primary);
  --color-headings: var(--color-primary);
  /* Box-Shadows */
  --default-box-shadow: 0px 8px 16px #1622520F;
  /*    Header Height*/
  --header-height: 4rem;
  /*    Bottom Bar */
  --bottom-bar-height: 4rem;
}

@media (min-width: 768px) {
  :root {
    --header-height: 4.5rem;
  }
}

@media (min-width: 1920px) {
  :root {
    --header-height: 5rem;
  }
}

/* Global style for all Radzen dropdown inputs */

.dashboard-bottom-segment .rz-dropdown {
  background-color: rgba(40, 44, 80, 0.8) !important;
  border-radius: 8px !important;
  border: 1px solid white !important;
  color: white !important;
}

/* Global style for all RadzenTextBox inputs */

.dashboard-bottom-segment .rz-textbox input {
  color: white !important;
  background-color: transparent !important;
}

/* Overall DataGrid styling */

.rz-datatable {
  background-color: #1E213A !important;
  color: white !important;
  border: 1px solid white;
  border-radius: 8px !important;
  overflow: hidden !important;
  /* Important to keep the rounded corners visible */
}

.rz-datatable .rz-datatable-table {
  border-collapse: collapse !important;
}

/* General cell styling */

.rz-datatable thead,
.rz-datatable tbody,
.rz-datatable tfoot,
.rz-datatable th,
.rz-datatable td,
.rz-cell-data,
.rz-datatable-thead > tr,
.rz-datatable-tbody > tr {
  background-color: #1E213A !important;
  color: white !important;
  border-color: #333 !important;
}

/* Header row styling */

.rz-datatable .rz-datatable-thead,
.rz-datatable .rz-header-row,
.rz-datatable .rz-column-header-cell,
.rz-datatable thead th,
.rz-datatable th {
  background-color: #2f355c !important;
  color: white !important;
  border-right: 1px solid #4d5067 !important;
  border-bottom: 1px solid #4d5067 !important;
}

/* Column titles */

.rz-datatable .rz-column-title {
  background-color: transparent !important;
  color: white !important;
}

/* Add right border to all cells except the last one */

.rz-datatable th,
.rz-datatable td,
.rz-datatable .rz-cell {
  border-right: 1px solid #4d5067 !important;
  border-bottom: 1px solid #4d5067 !important;
}

/* Consistent alternating row background */

.rz-datatable tbody tr:nth-child(even),
.rz-datatable tbody tr:nth-child(odd) {
  background-color: #1E213A !important;
}

.rz-pager-first, .rz-pager-prev {
  background-color: #2d2d31;
  color: white;
}

.rz-pager-last, .rz-pager-next {
  background-color: #2d2d31;
  color: white;
}

.rz-pager-page.rz-state-active {
  background-color: rgba(45, 45, 49, 0.4117647059);
  color: #fff;
}

.rz-calendar .rz-dropdown {
  background-color: var(--color-primary-200) !important;
  border: none !important;
  color: var(--color-primary) !important;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.loadingspinner {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loadingspinner__box {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 3px solid;
  border-color: var(--color-secondary) transparent;
  animation: spin 1s infinite ease-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.small-stuff {
  background: red !important;
}

.bm-container {
  animation: fadeInFromNone 0.2s ease-out;
}

.bm-container .blazored-modal-focus-trap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.bm-container .blazored-modal-focus-trap .defaultModal {
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0.5rem;
  overflow-y: auto;
}

.bm-container .blazored-modal-focus-trap .defaultModal .bm-content {
  width: 100%;
  max-height: 100%;
}

.bm-container.small-modal .blazored-modal-focus-trap .defaultModal {
  width: 45rem;
}

.bm-container.medium-modal .blazored-modal-focus-trap .defaultModal {
  width: 52.5rem;
}

.bm-container.large-modal .blazored-modal-focus-trap .defaultModal {
  width: 63.3rem;
}

/*Ensures first of type is the only one showing */

.bm-container:not(:nth-last-child(1 of div.bm-container)) {
  display: none !important;
}

.bm-container.position-middle {
  display: flex !important;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes progress-linear-horizontal-keyframes-indeterminate1 {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes progress-linear-horizontal-keyframes-indeterminate2 {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes progress-linear-horizontal-keyframes-buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px;
  }

  50% {
    opacity: 0;
    background-position: 0 -23px;
  }

  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}

.progress-linear {
  position: relative;
}

.progress-linear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.2;
}

.progress-linear.horizontal {
  width: 100%;
}

.progress-linear.horizontal.progress-linear-small {
  height: 1px;
}

.progress-linear.horizontal.progress-linear-medium {
  height: 2px;
}

.progress-linear.horizontal.progress-linear-large {
  height: 4px;
}

.progress-linear.horizontal .progress-linear-dashed {
  animation: progress-linear-horizontal-keyframes-buffer 3s infinite linear;
}

.progress-linear.vertical {
  height: 100%;
}

.progress-linear.vertical.progress-linear-small {
  width: 1px;
}

.progress-linear.vertical.progress-linear-medium {
  width: 2px;
}

.progress-linear.vertical.progress-linear-large {
  width: 4px;
}

.progress-linear .progress-linear-content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-linear .progress-linear-bars {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.progress-linear .progress-linear-bar {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  transition: transform 0.2s linear;
  transform-origin: left;
}

.progress-linear .progress-linear-bar.progress-linear-1-indeterminate.horizontal {
  width: auto;
  animation: progress-linear-horizontal-keyframes-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-linear .progress-linear-bar.progress-linear-1-indeterminate.vertical {
  height: auto;
  animation: progress-linear-vertical-keyframes-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-linear .progress-linear-bar.progress-linear-2-indeterminate.horizontal {
  width: auto;
  animation: progress-linear-horizontal-keyframes-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
}

.progress-linear .progress-linear-bar.progress-linear-2-indeterminate.vertical {
  height: auto;
  animation: progress-linear-vertical-keyframes-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
}

.progress-linear.progress-linear-color-default:not(.progress-linear-buffer)::before {
  background-color: var(--mud-palette-action-disabled);
}

.progress-linear.progress-linear-color-default:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--mud-palette-action-default);
}

.progress-linear.progress-linear-color-default.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--mud-palette-action-disabled) 0%, var(--mud-palette-action-disabled) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-default.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--mud-palette-action-default);
}

.progress-linear.progress-linear-color-default.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-default.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--mud-palette-action-disabled);
}

.progress-linear.progress-linear-color-primary:not(.progress-linear-buffer)::before {
  background-color: var(--color-primary);
}

.progress-linear.progress-linear-color-primary:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--color-primary);
}

.progress-linear.progress-linear-color-primary.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--color-primary) 0%, var(--color-primary) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-primary.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--color-primary);
}

.progress-linear.progress-linear-color-primary.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-primary.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--color-primary);
}

.progress-linear.progress-linear-color-secondary:not(.progress-linear-buffer)::before {
  background-color: var(--color-secondary);
}

.progress-linear.progress-linear-color-secondary:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--color-secondary);
}

.progress-linear.progress-linear-color-secondary.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--color-secondary) 0%, var(--color-secondary) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-secondary.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--color-secondary);
}

.progress-linear.progress-linear-color-secondary.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-secondary.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--color-secondary);
}

.progress-linear.progress-linear-color-info:not(.progress-linear-buffer)::before {
  background-color: var(--color-info);
}

.progress-linear.progress-linear-color-info:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--color-info);
}

.progress-linear.progress-linear-color-info.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--color-info) 0%, var(--color-info) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-info.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--color-info);
}

.progress-linear.progress-linear-color-info.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-info.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--color-info);
}

.progress-linear.progress-linear-color-success:not(.progress-linear-buffer)::before {
  background-color: var(--color-success);
}

.progress-linear.progress-linear-color-success:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--color-success);
}

.progress-linear.progress-linear-color-success.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--color-success) 0%, var(--color-success) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-success.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--color-success);
}

.progress-linear.progress-linear-color-success.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-success.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--color-success);
}

.progress-linear.progress-linear-color-warning:not(.progress-linear-buffer)::before {
  background-color: var(--color-warning);
}

.progress-linear.progress-linear-color-warning:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--color-warning);
}

.progress-linear.progress-linear-color-warning.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--color-warning) 0%, var(--color-warning) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-warning.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--color-warning);
}

.progress-linear.progress-linear-color-warning.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-warning.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--color-warning);
}

.progress-linear.progress-linear-color-error:not(.progress-linear-buffer)::before {
  background-color: var(--color-error);
}

.progress-linear.progress-linear-color-error:not(.progress-linear-buffer) .progress-linear-bar {
  background-color: var(--color-error);
}

.progress-linear.progress-linear-color-error.progress-linear-buffer .progress-linear-bar:first-child {
  background-size: 10px 10px;
  background-image: radial-gradient(var(--color-error) 0%, var(--color-error) 16%, transparent 42%);
  background-position: 0 -23px;
}

.progress-linear.progress-linear-color-error.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  background-color: var(--color-error);
}

.progress-linear.progress-linear-color-error.progress-linear-buffer .progress-linear-bar:last-child {
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-color-error.progress-linear-buffer .progress-linear-bar:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.4;
  background-color: var(--color-error);
}

.progress-linear.progress-indeterminate.horizontal .progress-linear-bar:first-child {
  width: auto;
  animation: progress-linear-horizontal-keyframes-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-linear.progress-indeterminate.horizontal .progress-linear-bar:last-child {
  width: auto;
  animation: progress-linear-horizontal-keyframes-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
}

.progress-linear.progress-indeterminate.vertical .progress-linear-bar:first-child {
  height: auto;
  animation: progress-linear-vertical-keyframes-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-linear.progress-indeterminate.vertical .progress-linear-bar:last-child {
  height: auto;
  animation: progress-linear-vertical-keyframes-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
}

.progress-linear.progress-linear-buffer .progress-linear-bar:first-child {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 0;
}

.progress-linear.progress-linear-buffer .progress-linear-bar:nth-child(2) {
  z-index: 1;
  transition: transform 0.4s linear;
}

.progress-linear.progress-linear-buffer.horizontal .progress-linear-bar:first-child {
  animation: progress-linear-horizontal-keyframes-buffer 3s infinite linear;
}

.progress-linear.progress-linear-buffer.vertical .progress-linear-bar:first-child {
  animation: progress-linear-vertical-keyframes-buffer 3s infinite linear;
}

.progress-linear.progress-linear-striped .progress-linear-bar {
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
  background-size: 40px 40px;
  background-repeat: repeat;
  animation: progress-linear-striped-loading 10s linear infinite;
}

.progress-linear.progress-linear-rounded {
  border-radius: var(--mud-default-borderradius);
}

.progress-linear.progress-linear-rounded .progress-linear-bars {
  border-radius: var(--mud-default-borderradius);
}

.progress-linear.progress-linear-rounded .progress-linear-bar {
  border-radius: var(--mud-default-borderradius);
}

.progress-linear.progress-linear-rounded::before {
  border-radius: var(--mud-default-borderradius);
}

.default-table {
  --palette-text-primary: white;
  --palette-table-lines: var(--color-dark-grey);
  --table-lines: white;
  --palette-surface: var(--color-primary-900);
  --header-palette-surface: var(--color-primary-700);
  --palette-action-default: var(--color-secondary);
  --theme-on-surface: white;
  --palette-table-striped: white;
  --default-borderradius: 0.5rem;
  --palette-lines-default: yellow;
  --palette-text-secondary: var(--color-secondary);
  --palette-table-hover: var(--color-primary-700);
  --palette-text-disabled: purple;
  --appbar-height: 50px;
  color: var(--palette-text-primary);
  background-color: var(--palette-surface);
  border-radius: var(--default-borderradius);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.default-table.default-table-square {
  border-radius: 0px;
}

.default-table.default-table-outlined {
  border: 1px solid var(--palette-lines-default);
}

.default-table-root {
  width: 100%;
  border-spacing: 0;
}

.default-table-root .default-table-head {
  display: table-header-group;
  background: var(--header-palette-surface);
}

.default-table-root .default-table-head .default-table-cell {
  color: var(--palette-text-primary);
  font-weight: 500;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.default-table-root .default-table-body {
  display: table-row-group;
}

.default-table-root .default-table-body .default-table-cell {
  border-bottom: 1px solid var(--palette-table-lines);
  color: var(--palette-text-primary);
}

.default-table-sort-label {
  display: inline-flex;
  align-items: center;
  flex-direction: inherit;
  justify-content: flex-start;
  cursor: pointer;
}

.default-table-sort-label.default-table-sort-label-hide {
  cursor: default;
}

.default-table-sort-label:not(.default-table-sort-label-hide) {
  cursor: pointer;
}

.default-table-sort-label:not(.default-table-sort-label-hide) .default-table-sort-label-icon {
  font-size: 18px;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 3px;
  opacity: 0;
  transform: rotate(180deg);
}

.default-table-sort-label:not(.default-table-sort-label-hide) .default-table-sort-label-icon.default-direction-desc {
  opacity: 1;
  transform: rotate(0deg);
}

.default-table-sort-label:not(.default-table-sort-label-hide) .default-table-sort-label-icon.default-direction-asc {
  opacity: 1;
  transform: rotate(180deg);
}

.default-table-sort-label:not(.default-table-sort-label-hide):hover {
  color: var(--palette-action-default);
}

.default-table-sort-label:not(.default-table-sort-label-hide):hover .default-table-sort-label-icon {
  opacity: 0.8;
  display: block;
}

.default-table-toolbar, .default-table-pagination {
  font-size: 1rem;
}

.default-table-cell {
  display: table-cell;
  padding: 0.3rem 0.5rem;
  font-size: 0.75rem;
  text-align: start;
  font-weight: 200;
  letter-spacing: 0.01071em;
  vertical-align: inherit;
  text-align: center;
  line-height: 1.3rem;
}

.default-table-cell .mud-checkbox {
  margin: -12px;
}

@media (min-width: 1920px) {
  .default-table-cell {
    font-size: 0.85rem;
    padding: 0.375rem 0.7rem;
  }
}

.default-table-cell-footer {
  color: var(--palette-text-secondary);
  font-size: 0.75rem;
  line-height: 1.3125rem;
}

.default-table-dense * .default-table-row .default-table-cell {
  padding: 6px 24px 6px 16px;
  padding-inline-start: 16px;
  padding-inline-end: 24px;
}

.default-table-dense * .default-table-row .default-table-cell .default-table-cell-checkbox .default-button-root {
  padding: 4px;
}

.default-table-dense * .default-table-row .default-table-cell .default-table-row-expander {
  padding: 4px;
}

.default-table-dense * .default-table-row .default-table-cell:last-child {
  padding-right: 16px;
  padding-inline-end: 16px;
}

.default-table-bordered .default-table-container {
  border: 1px solid var(--table-lines);
  border-radius: var(--default-borderradius);
}

.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row .default-table-cell:not(:last-child) {
  border-right: 1px solid var(--palette-table-lines);
}

.default-table-bordered .default-table-container .default-table-root .default-table-head.table-head-bordered .default-table-row .default-table-cell:not(:last-child) {
  border-right: 1px solid var(--palette-table-lines);
}

.default-table-bordered .default-table-container .default-table-root .default-table-foot.table-foot-bordered .default-table-row .default-table-cell:not(:last-child) {
  border-right: 1px solid var(--palette-table-lines);
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row .default-table-cell:last-child {
  border-right: 1px solid var(--palette-table-lines);
  border-top-right-radius: 0px;
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row .default-table-cell:first-child {
  border-right: none;
  border-top-right-radius: 0px;
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-head.table-head-bordered .default-table-row .default-table-cell:last-child {
  border-right: 1px solid var(--palette-table-lines);
  border-top-right-radius: 0px;
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-head.table-head-bordered .default-table-row .default-table-cell:only-child {
  border-right: none;
  border-top-right-radius: var(--default-borderradius);
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-head .default-table-row th.default-table-cell:first-child {
  border-right: none;
  border-top-right-radius: var(--default-borderradius);
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-foot.table-foot-bordered .default-table-row .default-table-cell:last-child {
  border-right: 1px solid var(--palette-table-lines);
  border-top-right-radius: 0px;
}

.mud-application-layout-rtl .default-table-bordered .default-table-container .default-table-root .default-table-foot .default-table-row .default-table-cell:first-child {
  border-right: none;
}

.default-table-sticky-header .default-table-container {
  overflow-x: auto;
}

.default-table-sticky-header * .default-table-root .default-table-head * .default-table-cell:first-child {
  border-radius: var(--default-borderradius) 0px 0px 0px;
}

.default-table-sticky-header * .default-table-root .default-table-head * .default-table-cell:last-child {
  border-radius: 0px var(--default-borderradius) 0px 0px;
}

.default-table-sticky-header * .default-table-root .default-table-head * .default-table-cell {
  background-color: var(--palette-surface);
  position: sticky;
  z-index: 2;
  top: 0;
}

.default-table-sticky-footer .default-table-container {
  overflow-x: auto;
}

.default-table-sticky-footer * .default-table-root .default-table-foot {
  position: sticky;
  z-index: 2;
  bottom: 0;
}

.default-table-sticky-footer * .default-table-root .default-table-foot * .default-table-cell {
  background-color: var(--palette-surface);
}

.default-table-row {
  color: inherit;
  display: table-row;
  outline: 0;
  vertical-align: middle;
}

.default-table-hover .default-table-container .default-table-root .default-table-body .default-table-row:hover {
  background-color: var(--palette-table-hover);
}

.default-table-striped .default-table-container .default-table-root .default-table-body .default-table-row:nth-of-type(odd) {
  background-color: var(--palette-table-striped);
}

.default-table-hover.default-table-striped .default-table-container .default-table-root .default-table-body .default-table-row:nth-of-type(odd):hover {
  background-color: var(--palette-table-hover);
}

.default-table-cell > .default-input-control > div.default-input.default-input-text {
  color: var(--theme-on-surface);
  font-size: 0.875rem;
  margin-top: -14px;
  margin-bottom: -8px;
}

.default-table-cell > .default-select > .default-input-control > div.default-input.default-input-text {
  color: var(--theme-on-surface);
  font-size: 0.875rem;
  margin-top: -14px;
  margin-bottom: -8px;
}

.default-table-cell-align-left {
  text-align: left;
}

.default-table-cell-align-center {
  text-align: center;
}

.default-table-cell-align-right {
  text-align: right;
  flex-direction: row-reverse;
}

.default-table-cell-align-justify {
  text-align: justify;
}

.default-table-pagination-display {
  display: flex;
  flex-shrink: 0;
}

.default-table-pagination-display .default-tablepager-left {
  flex-direction: row !important;
}

.default-table-pagination-display .default-tablepager-right {
  flex-direction: row-reverse !important;
}

.default-table-pagination-information {
  white-space: nowrap;
  direction: initial;
}

.default-table-page-number-information {
  white-space: nowrap;
  direction: initial;
  line-height: 1;
}

.default-table-pagination {
  color: var(--theme-on-surface);
  overflow: auto;
  display: initial;
}

.default-table-pagination:last-child {
  padding: 0;
}

.default-table-pagination-toolbar {
  padding-right: 2px;
  padding-inline-end: 2px;
  padding-inline-start: unset;
  flex-wrap: nowrap;
}

.default-table-pagination-toolbar .default-tablepager-left {
  flex-direction: row !important;
}

.default-table-pagination-toolbar .default-tablepager-right {
  flex-direction: row-reverse !important;
}

.default-table-pagination-spacer {
  flex: 1 1 100%;
}

.default-table-pagination-caption {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.default-table-pagination-select {
  cursor: pointer;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 0px !important;
  min-width: 52px;
}

.default-table-pagination-select .default-select-input {
  margin-top: 0px !important;
  padding: 0 7px !important;
}

.default-table-pagination-select .default-input .default-input-root {
  max-width: 80px;
  cursor: pointer;
  margin-top: 2px;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: var(--theme-on-surface);
}

.default-table-pagination-actions {
  flex-shrink: 0;
  align-items: center;
  margin-left: 10px;
  margin-inline-start: 10px;
  margin-inline-end: unset;
}

.default-table-smalldevices-sortselect {
  display: none;
}

.default-table-loading {
  position: relative;
}

.default-table-loading .default-table-loading-progress {
  width: 100%;
}

.default-table-empty-row {
  font-weight: 400;
  background-color: var(--palette-surface);
  vertical-align: middle;
  text-align: center;
}

tr.default-table-row-group-indented-1 td:first-child {
  padding-left: 48px !important;
}

tr.default-table-row-group-indented-2 td:first-child {
  padding-left: 96px !important;
}

tr.default-table-row-group-indented-3 td:first-child {
  padding-left: 144px !important;
}

tr.default-table-row-group-indented-4 td:first-child {
  padding-left: 192px !important;
}

tr.default-table-row-group-indented-5 td:first-child {
  padding-left: 240px !important;
}

.default-table-row-expander {
  margin: -12px -2px -12px -12px;
}

@media (max-width: 360px) {
  .default-table .default-table-pagination .default-select {
    margin-left: auto;
    margin-right: -14px;
    margin-inline-start: auto;
    margin-inline-end: -14px;
  }

  .default-table .default-table-pagination .default-select ~ .default-table-pagination-caption {
    margin-left: unset !important;
    margin-inline-start: unset !important;
  }
}

@media (max-width: 640px) {
  .mud-xs-table .default-table-toolbar, .mud-xs-table .default-table-pagination {
    font-size: 0.813rem;
  }

  .mud-xs-table .default-table-pagination-spacer {
    display: none;
  }

  .mud-xs-table .default-toolbar.default-table-pagination-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .mud-xs-table .default-table-root .default-table-head,
  .mud-xs-table .default-table-root .default-table-foot {
    display: none;
  }

  .mud-xs-table .default-table-smalldevices-sortselect {
    display: block;
    padding: 4px 16px 8px;
  }

  .mud-xs-table .default-table-body {
    border-top: 1px solid var(--palette-table-lines);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mud-xs-table .default-table-row {
    display: revert;
  }

  .mud-xs-table .default-table-row .default-table-cell:last-child {
    border-bottom: 1px solid var(--palette-table-lines);
  }

  .mud-xs-table .default-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0.5rem 0.8rem;
    text-align: start !important;
    line-height: 1.2rem;
  }

  .mud-xs-table .default-table-empty-row {
    display: block;
  }

  .mud-xs-table.default-table-dense .default-table-cell {
    padding: 6px 16px;
  }

  .mud-xs-table .default-table-cell:before {
    content: attr(data-label);
    font-weight: 200;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    white-space: nowrap;
  }

  .mud-xs-table.default-table-small-alignright .default-table-cell:before {
    margin-right: auto;
  }

  .mud-xs-table .default-table-cell-hide {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
  }

  .mud-xs-table .default-table-pagination .default-table-pagination-spacer, .mud-xs-table .default-table-toolbar .default-table-pagination-spacer {
    flex: none;
  }

  .mud-xs-table .default-table-pagination .default-table-pagination-actions, .mud-xs-table .default-table-toolbar .default-table-pagination-actions {
    margin-left: 0;
  }

  .mud-xs-table .default-table-pagination .default-table-pagination-actions .default-button-root:first-child, .mud-xs-table .default-table-toolbar .default-table-pagination-actions .default-button-root:first-child {
    display: none;
  }

  .mud-xs-table .default-table-pagination .default-table-pagination-actions .default-button-root:last-child, .mud-xs-table .default-table-toolbar .default-table-pagination-actions .default-button-root:last-child {
    display: none;
  }

  .mud-xs-table .default-table-pagination .default-select ~ .default-table-pagination-caption, .mud-xs-table .default-table-toolbar .default-select ~ .default-table-pagination-caption {
    margin-left: auto;
    margin-inline-start: auto;
  }

  .mud-xs-table.default-table-bordered .default-table-container {
    border: unset;
  }

  .mud-xs-table.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row {
    border: 1px solid var(--table-lines);
    border-radius: var(--default-borderradius);
  }

  .mud-xs-table.default-table-bordered .default-table-container .default-table-root colgroup ~ .default-table-body .default-table-row .default-table-cell {
    border-right: 1px solid var(--palette-table-lines) !important;
  }
}

@media (max-width: 768px) {
  .mud-sm-table .default-table-toolbar, .mud-sm-table .default-table-pagination {
    font-size: 0.813rem;
  }

  .mud-sm-table .default-table-pagination-spacer {
    display: none;
  }

  .mud-sm-table .default-toolbar.default-table-pagination-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .mud-sm-table .default-table-root .default-table-head,
  .mud-sm-table .default-table-root .default-table-foot {
    display: none;
  }

  .mud-sm-table .default-table-smalldevices-sortselect {
    display: block;
    padding: 4px 16px 8px;
  }

  .mud-sm-table .default-table-body {
    border-top: 1px solid var(--palette-table-lines);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mud-sm-table .default-table-row {
    display: revert;
  }

  .mud-sm-table .default-table-row .default-table-cell:last-child {
    border-bottom: 1px solid var(--palette-table-lines);
  }

  .mud-sm-table .default-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0.5rem 0.8rem;
    text-align: start !important;
    line-height: 1.2rem;
  }

  .mud-sm-table .default-table-empty-row {
    display: block;
  }

  .mud-sm-table.default-table-dense .default-table-cell {
    padding: 6px 16px;
  }

  .mud-sm-table .default-table-cell:before {
    content: attr(data-label);
    font-weight: 200;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    white-space: nowrap;
  }

  .mud-sm-table.default-table-small-alignright .default-table-cell:before {
    margin-right: auto;
  }

  .mud-sm-table .default-table-cell-hide {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
  }

  .mud-sm-table .default-table-pagination .default-table-pagination-spacer, .mud-sm-table .default-table-toolbar .default-table-pagination-spacer {
    flex: none;
  }

  .mud-sm-table .default-table-pagination .default-table-pagination-actions, .mud-sm-table .default-table-toolbar .default-table-pagination-actions {
    margin-left: 0;
  }

  .mud-sm-table .default-table-pagination .default-table-pagination-actions .default-button-root:first-child, .mud-sm-table .default-table-toolbar .default-table-pagination-actions .default-button-root:first-child {
    display: none;
  }

  .mud-sm-table .default-table-pagination .default-table-pagination-actions .default-button-root:last-child, .mud-sm-table .default-table-toolbar .default-table-pagination-actions .default-button-root:last-child {
    display: none;
  }

  .mud-sm-table .default-table-pagination .default-select ~ .default-table-pagination-caption, .mud-sm-table .default-table-toolbar .default-select ~ .default-table-pagination-caption {
    margin-left: auto;
    margin-inline-start: auto;
  }

  .mud-sm-table.default-table-bordered .default-table-container {
    border: unset;
  }

  .mud-sm-table.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row {
    border: 1px solid var(--table-lines);
    border-radius: var(--default-borderradius);
  }

  .mud-sm-table.default-table-bordered .default-table-container .default-table-root colgroup ~ .default-table-body .default-table-row .default-table-cell {
    border-right: 1px solid var(--palette-table-lines) !important;
  }
}

@media (max-width: 1024px) {
  .mud-md-table .default-table-toolbar, .mud-md-table .default-table-pagination {
    font-size: 0.813rem;
  }

  .mud-md-table .default-table-pagination-spacer {
    display: none;
  }

  .mud-md-table .default-toolbar.default-table-pagination-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .mud-md-table .default-table-root .default-table-head,
  .mud-md-table .default-table-root .default-table-foot {
    display: none;
  }

  .mud-md-table .default-table-smalldevices-sortselect {
    display: block;
    padding: 4px 16px 8px;
  }

  .mud-md-table .default-table-body {
    border-top: 1px solid var(--palette-table-lines);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mud-md-table .default-table-row {
    display: revert;
  }

  .mud-md-table .default-table-row .default-table-cell:last-child {
    border-bottom: 1px solid var(--palette-table-lines);
  }

  .mud-md-table .default-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0.5rem 0.8rem;
    text-align: start !important;
    line-height: 1.2rem;
  }

  .mud-md-table .default-table-empty-row {
    display: block;
  }

  .mud-md-table.default-table-dense .default-table-cell {
    padding: 6px 16px;
  }

  .mud-md-table .default-table-cell:before {
    content: attr(data-label);
    font-weight: 200;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    white-space: nowrap;
  }

  .mud-md-table.default-table-small-alignright .default-table-cell:before {
    margin-right: auto;
  }

  .mud-md-table .default-table-cell-hide {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
  }

  .mud-md-table .default-table-pagination .default-table-pagination-spacer, .mud-md-table .default-table-toolbar .default-table-pagination-spacer {
    flex: none;
  }

  .mud-md-table .default-table-pagination .default-table-pagination-actions, .mud-md-table .default-table-toolbar .default-table-pagination-actions {
    margin-left: 0;
  }

  .mud-md-table .default-table-pagination .default-table-pagination-actions .default-button-root:first-child, .mud-md-table .default-table-toolbar .default-table-pagination-actions .default-button-root:first-child {
    display: none;
  }

  .mud-md-table .default-table-pagination .default-table-pagination-actions .default-button-root:last-child, .mud-md-table .default-table-toolbar .default-table-pagination-actions .default-button-root:last-child {
    display: none;
  }

  .mud-md-table .default-table-pagination .default-select ~ .default-table-pagination-caption, .mud-md-table .default-table-toolbar .default-select ~ .default-table-pagination-caption {
    margin-left: auto;
    margin-inline-start: auto;
  }

  .mud-md-table.default-table-bordered .default-table-container {
    border: unset;
  }

  .mud-md-table.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row {
    border: 1px solid var(--table-lines);
    border-radius: var(--default-borderradius);
  }

  .mud-md-table.default-table-bordered .default-table-container .default-table-root colgroup ~ .default-table-body .default-table-row .default-table-cell {
    border-right: 1px solid var(--palette-table-lines) !important;
  }
}

@media (max-width: 1280px) {
  .mud-lg-table .default-table-toolbar, .mud-lg-table .default-table-pagination {
    font-size: 0.813rem;
  }

  .mud-lg-table .default-table-pagination-spacer {
    display: none;
  }

  .mud-lg-table .default-toolbar.default-table-pagination-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .mud-lg-table .default-table-root .default-table-head,
  .mud-lg-table .default-table-root .default-table-foot {
    display: none;
  }

  .mud-lg-table .default-table-smalldevices-sortselect {
    display: block;
    padding: 4px 16px 8px;
  }

  .mud-lg-table .default-table-body {
    border-top: 1px solid var(--palette-table-lines);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mud-lg-table .default-table-row {
    display: revert;
  }

  .mud-lg-table .default-table-row .default-table-cell:last-child {
    border-bottom: 1px solid var(--palette-table-lines);
  }

  .mud-lg-table .default-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0.5rem 0.8rem;
    text-align: start !important;
    line-height: 1.2rem;
  }

  .mud-lg-table .default-table-empty-row {
    display: block;
  }

  .mud-lg-table.default-table-dense .default-table-cell {
    padding: 6px 16px;
  }

  .mud-lg-table .default-table-cell:before {
    content: attr(data-label);
    font-weight: 200;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    white-space: nowrap;
  }

  .mud-lg-table.default-table-small-alignright .default-table-cell:before {
    margin-right: auto;
  }

  .mud-lg-table .default-table-cell-hide {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
  }

  .mud-lg-table .default-table-pagination .default-table-pagination-spacer, .mud-lg-table .default-table-toolbar .default-table-pagination-spacer {
    flex: none;
  }

  .mud-lg-table .default-table-pagination .default-table-pagination-actions, .mud-lg-table .default-table-toolbar .default-table-pagination-actions {
    margin-left: 0;
  }

  .mud-lg-table .default-table-pagination .default-table-pagination-actions .default-button-root:first-child, .mud-lg-table .default-table-toolbar .default-table-pagination-actions .default-button-root:first-child {
    display: none;
  }

  .mud-lg-table .default-table-pagination .default-table-pagination-actions .default-button-root:last-child, .mud-lg-table .default-table-toolbar .default-table-pagination-actions .default-button-root:last-child {
    display: none;
  }

  .mud-lg-table .default-table-pagination .default-select ~ .default-table-pagination-caption, .mud-lg-table .default-table-toolbar .default-select ~ .default-table-pagination-caption {
    margin-left: auto;
    margin-inline-start: auto;
  }

  .mud-lg-table.default-table-bordered .default-table-container {
    border: unset;
  }

  .mud-lg-table.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row {
    border: 1px solid var(--table-lines);
    border-radius: var(--default-borderradius);
  }

  .mud-lg-table.default-table-bordered .default-table-container .default-table-root colgroup ~ .default-table-body .default-table-row .default-table-cell {
    border-right: 1px solid var(--palette-table-lines) !important;
  }
}

@media (max-width: 1536px) {
  .mud-xl-table .default-table-toolbar, .mud-xl-table .default-table-pagination {
    font-size: 0.813rem;
  }

  .mud-xl-table .default-table-pagination-spacer {
    display: none;
  }

  .mud-xl-table .default-toolbar.default-table-pagination-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .mud-xl-table .default-table-root .default-table-head,
  .mud-xl-table .default-table-root .default-table-foot {
    display: none;
  }

  .mud-xl-table .default-table-smalldevices-sortselect {
    display: block;
    padding: 4px 16px 8px;
  }

  .mud-xl-table .default-table-body {
    border-top: 1px solid var(--palette-table-lines);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mud-xl-table .default-table-row {
    display: revert;
  }

  .mud-xl-table .default-table-row .default-table-cell:last-child {
    border-bottom: 1px solid var(--palette-table-lines);
  }

  .mud-xl-table .default-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0.5rem 0.8rem;
    text-align: start !important;
    line-height: 1.2rem;
  }

  .mud-xl-table .default-table-empty-row {
    display: block;
  }

  .mud-xl-table.default-table-dense .default-table-cell {
    padding: 6px 16px;
  }

  .mud-xl-table .default-table-cell:before {
    content: attr(data-label);
    font-weight: 200;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    white-space: nowrap;
  }

  .mud-xl-table.default-table-small-alignright .default-table-cell:before {
    margin-right: auto;
  }

  .mud-xl-table .default-table-cell-hide {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
  }

  .mud-xl-table .default-table-pagination .default-table-pagination-spacer, .mud-xl-table .default-table-toolbar .default-table-pagination-spacer {
    flex: none;
  }

  .mud-xl-table .default-table-pagination .default-table-pagination-actions, .mud-xl-table .default-table-toolbar .default-table-pagination-actions {
    margin-left: 0;
  }

  .mud-xl-table .default-table-pagination .default-table-pagination-actions .default-button-root:first-child, .mud-xl-table .default-table-toolbar .default-table-pagination-actions .default-button-root:first-child {
    display: none;
  }

  .mud-xl-table .default-table-pagination .default-table-pagination-actions .default-button-root:last-child, .mud-xl-table .default-table-toolbar .default-table-pagination-actions .default-button-root:last-child {
    display: none;
  }

  .mud-xl-table .default-table-pagination .default-select ~ .default-table-pagination-caption, .mud-xl-table .default-table-toolbar .default-select ~ .default-table-pagination-caption {
    margin-left: auto;
    margin-inline-start: auto;
  }

  .mud-xl-table.default-table-bordered .default-table-container {
    border: unset;
  }

  .mud-xl-table.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row {
    border: 1px solid var(--table-lines);
    border-radius: var(--default-borderradius);
  }

  .mud-xl-table.default-table-bordered .default-table-container .default-table-root colgroup ~ .default-table-body .default-table-row .default-table-cell {
    border-right: 1px solid var(--palette-table-lines) !important;
  }
}

@media (min-width: 1536px) {
  .mud-xxl-table .default-table-toolbar, .mud-xxl-table .default-table-pagination {
    font-size: 0.813rem;
  }

  .mud-xxl-table .default-table-pagination-spacer {
    display: none;
  }

  .mud-xxl-table .default-toolbar.default-table-pagination-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .mud-xxl-table .default-table-root .default-table-head,
  .mud-xxl-table .default-table-root .default-table-foot {
    display: none;
  }

  .mud-xxl-table .default-table-smalldevices-sortselect {
    display: block;
    padding: 4px 16px 8px;
  }

  .mud-xxl-table .default-table-body {
    border-top: 1px solid var(--palette-table-lines);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .mud-xxl-table .default-table-row {
    display: revert;
  }

  .mud-xxl-table .default-table-row .default-table-cell:last-child {
    border-bottom: 1px solid var(--palette-table-lines);
  }

  .mud-xxl-table .default-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0.5rem 0.8rem;
    text-align: start !important;
    line-height: 1.2rem;
  }

  .mud-xxl-table .default-table-empty-row {
    display: block;
  }

  .mud-xxl-table.default-table-dense .default-table-cell {
    padding: 6px 16px;
  }

  .mud-xxl-table .default-table-cell:before {
    content: attr(data-label);
    font-weight: 200;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    white-space: nowrap;
  }

  .mud-xxl-table.default-table-small-alignright .default-table-cell:before {
    margin-right: auto;
  }

  .mud-xxl-table .default-table-cell-hide {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
  }

  .mud-xxl-table .default-table-pagination .default-table-pagination-spacer, .mud-xxl-table .default-table-toolbar .default-table-pagination-spacer {
    flex: none;
  }

  .mud-xxl-table .default-table-pagination .default-table-pagination-actions, .mud-xxl-table .default-table-toolbar .default-table-pagination-actions {
    margin-left: 0;
  }

  .mud-xxl-table .default-table-pagination .default-table-pagination-actions .default-button-root:first-child, .mud-xxl-table .default-table-toolbar .default-table-pagination-actions .default-button-root:first-child {
    display: none;
  }

  .mud-xxl-table .default-table-pagination .default-table-pagination-actions .default-button-root:last-child, .mud-xxl-table .default-table-toolbar .default-table-pagination-actions .default-button-root:last-child {
    display: none;
  }

  .mud-xxl-table .default-table-pagination .default-select ~ .default-table-pagination-caption, .mud-xxl-table .default-table-toolbar .default-select ~ .default-table-pagination-caption {
    margin-left: auto;
    margin-inline-start: auto;
  }

  .mud-xxl-table.default-table-bordered .default-table-container {
    border: unset;
  }

  .mud-xxl-table.default-table-bordered .default-table-container .default-table-root .default-table-body .default-table-row {
    border: 1px solid var(--table-lines);
    border-radius: var(--default-borderradius);
  }

  .mud-xxl-table.default-table-bordered .default-table-container .default-table-root colgroup ~ .default-table-body .default-table-row .default-table-cell {
    border-right: 1px solid var(--palette-table-lines) !important;
  }
}

.default-button-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.default-button-root::-moz-focus-inner {
  border-style: none;
}

.default-button-root:disabled {
  cursor: default;
  pointer-events: none;
}

.default-button {
  padding: 6px 16px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: var(--default-borderradius);
  color: var(--palette-text-primary);
}

.default-button:hover, .default-button:focus-visible {
  background-color: var(--palette-action-default-hover);
}

.default-button-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.default-button-text {
  padding: 6px 8px;
  color: blue;
}

.default-button-text.default-button-text-inherit {
  color: inherit;
}

.default-button-text:hover, .default-button-text:focus-visible {
  background-color: yellow;
}

.default-button-filled {
  color: var(--palette-text-primary);
  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);
  background-color: var(--palette-action-default-hover);
}

.default-button-filled.default-icon-button {
  padding: 6px;
}

.default-button-filled:hover, .default-button-filled:focus-visible {
  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);
}

.default-button-filled:active {
  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);
}

.default-button-filled:disabled {
  box-shadow: none;
}

.default-button-disable-elevation {
  box-shadow: none;
}

.default-button-disable-elevation:hover {
  box-shadow: none;
}

.default-button-disable-elevation:active {
  box-shadow: none;
}

.default-button-disable-elevation.mud-focus-visible {
  box-shadow: none;
}

.default-button-disable-elevation:disabled {
  box-shadow: none;
}

.default-button-color-inherit {
  color: inherit;
  border-color: currentColor;
}

.default-button-text-size-small {
  padding: 4px 5px;
  font-size: 0.8125rem;
}

.default-button-text-size-large {
  padding: 8px 11px;
  font-size: 0.9375rem;
}

.default-button-outlined-size-small {
  padding: 3px 9px;
  font-size: 0.8125rem;
}

.default-button-outlined-size-small.default-icon-button {
  padding: 4px;
}

.default-button-outlined-size-large {
  padding: 7px 21px;
  font-size: 0.9375rem;
}

.default-button-outlined-size-large.default-icon-button {
  padding: 4px;
}

.default-button-filled-size-small {
  padding: 4px 10px;
  font-size: 0.8125rem;
}

.default-button-filled-size-small.default-icon-button {
  padding: 5px;
}

.default-button-filled-size-large {
  padding: 8px 22px;
  font-size: 0.9375rem;
}

.default-button-filled-size-large.default-icon-button {
  padding: 5px;
}

.default-button-full-width {
  width: 100%;
}

.default-button-label .default-button-icon-start {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
  margin-inline-start: -4px;
  margin-inline-end: 8px;
}

.default-button-label .default-button-icon-start.default-button-icon-size-small {
  margin-left: -2px;
  margin-inline-start: -2px;
  margin-inline-end: 8px;
}

.default-button-label .default-button-icon-end {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
  margin-inline-start: 8px;
  margin-inline-end: -4px;
}

.default-button-label .default-button-icon-end.default-button-icon-size-small {
  margin-right: -2px;
  margin-inline-end: -2px;
  margin-inline-start: 8px;
}

.default-button-icon-size-small > *:first-child {
  font-size: 18px;
}

.default-button-icon-size-medium > *:first-child {
  font-size: 20px;
}

.default-button-icon-size-large > *:first-child {
  font-size: 22px;
}

.default-icon-default {
  color: var(--palette-text-secondary);
}

.mud-disabled .default-icon-root, .mud-disabled .mud-svg-icon, .mud-disabled .default-icon-default {
  color: var(--palette-text-disabled);
}

.default-icon-root {
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.default-icon-root:focus {
  outline: none;
}

.default-icon-root.mud-svg-icon {
  fill: currentColor;
}

.default-icon-size-small {
  font-size: 1.25rem;
}

.default-icon-size-medium {
  font-size: 1.5rem;
}

.default-icon-size-large {
  font-size: 2.25rem;
}

.default-toolbar {
  display: flex;
  position: relative;
  align-items: center;
}

.default-toolbar.default-toolbar-wrap-content {
  height: auto;
  flex-wrap: wrap;
}

.default-toolbar.default-toolbar-wrap-content.default-toolbar-appbar {
  min-height: min(var(--appbar-height));
}

.popper {
  position: absolute;
  opacity: 0;
  transition-delay: 1ms;
  transition-property: opacity;
  transition-duration: 30ms;
  z-index: 999;
}

.popper[data-popper-placement] {
  opacity: 1;
}

#hubspot-messages-iframe-container {
  z-index: 99 !important;
}

.hbspt-form {
  display: flex;
  height: 100%;
}

.hbspt-form form, .hbspt-form .hs-dependent-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hbspt-form form .field:not(.hs-recaptcha) label, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) label{
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1;
}

.calculator-content input.hbspt-form form .field:not(.hs-recaptcha) label,.calculator-content input .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) label {
  font-weight: 500;
}

.hbspt-form form .field:not(.hs-recaptcha) .input, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input{
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hbspt-form form .field:not(.hs-recaptcha) .input::-moz-placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input::-moz-placeholder{
  color: var(--color-medium-grey);
}

.hbspt-form form .field:not(.hs-recaptcha) .input::placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input::placeholder{
  color: var(--color-medium-grey);
}

.hbspt-form form .field:not(.hs-recaptcha) .input, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.rz-inputtext.hbspt-form form .field:not(.hs-recaptcha) .input,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input {
  color: #fff;
}

.rz-inputtext.hbspt-form form .field:not(.hs-recaptcha) .input + .rz-datepicker-field-button,
.rz-inputtext.hbspt-form form .field:not(.hs-recaptcha) .input + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input + .rz-datepicker-field-button:hover {
  color: #fff;
  opacity: 0.75;
}

.hbspt-form form .field:not(.hs-recaptcha) .input::-moz-placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input::-moz-placeholder{
  font-style: italic;
}

.hbspt-form form .field:not(.hs-recaptcha) .input::placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input::placeholder{
  font-style: italic;
}

.hbspt-form form .field:not(.hs-recaptcha) .input input, .hbspt-form form .field:not(.hs-recaptcha) .input textarea, .hbspt-form form .field:not(.hs-recaptcha) .input select, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select{
  width: 100%;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hbspt-form form .field:not(.hs-recaptcha) .input input::-moz-placeholder, .hbspt-form form .field:not(.hs-recaptcha) .input textarea::-moz-placeholder, .hbspt-form form .field:not(.hs-recaptcha) .input select::-moz-placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input::-moz-placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea::-moz-placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select::-moz-placeholder{
  color: var(--color-medium-grey);
}

.hbspt-form form .field:not(.hs-recaptcha) .input input::placeholder, .hbspt-form form .field:not(.hs-recaptcha) .input textarea::placeholder, .hbspt-form form .field:not(.hs-recaptcha) .input select::placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input::placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea::placeholder, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select::placeholder{
  color: var(--color-medium-grey);
}

.hbspt-form form .field:not(.hs-recaptcha) .input input, .hbspt-form form .field:not(.hs-recaptcha) .input textarea, .hbspt-form form .field:not(.hs-recaptcha) .input select, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.calculator-content input.hbspt-form form .field:not(.hs-recaptcha) .input input,.calculator-content input .hbspt-form form .field:not(.hs-recaptcha) .input textarea,.calculator-content input .hbspt-form form .field:not(.hs-recaptcha) .input select,.calculator-content input .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input,.calculator-content input .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea,.calculator-content input .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select {
  font-weight: 500;
}

.rz-inputtext.hbspt-form form .field:not(.hs-recaptcha) .input input,.rz-inputtext .hbspt-form form .field:not(.hs-recaptcha) .input textarea,.rz-inputtext .hbspt-form form .field:not(.hs-recaptcha) .input select,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select {
  color: #fff;
}

.rz-inputtext.hbspt-form form .field:not(.hs-recaptcha) .input input + .rz-datepicker-field-button,
.rz-inputtext.hbspt-form form .field:not(.hs-recaptcha) .input input + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form form .field:not(.hs-recaptcha) .input textarea + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form form .field:not(.hs-recaptcha) .input textarea + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form form .field:not(.hs-recaptcha) .input select + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form form .field:not(.hs-recaptcha) .input select + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select + .rz-datepicker-field-button:hover {
  color: #fff;
  opacity: 0.75;
}

@media (min-width: 1280px){
  .hbspt-form form .field:not(.hs-recaptcha) .input input, .hbspt-form form .field:not(.hs-recaptcha) .input textarea, .hbspt-form form .field:not(.hs-recaptcha) .input select, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1920px){
  .hbspt-form form .field:not(.hs-recaptcha) .input input, .hbspt-form form .field:not(.hs-recaptcha) .input textarea, .hbspt-form form .field:not(.hs-recaptcha) .input select, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input input, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.hbspt-form form .field:not(.hs-recaptcha) .input select, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select {
  background: red;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg width="12" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="m1 1 4 4 4-4" /></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.7rem);
  background-position-y: 50%;
}

.hbspt-form form .field:not(.hs-recaptcha) .input select option, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input select option {
  color: var(--color-primary);
}

.hbspt-form form .field:not(.hs-recaptcha) .input textarea, .hbspt-form .hs-dependent-field .field:not(.hs-recaptcha) .input textarea{
  height: 14rem;
}

.hbspt-form form .no-list.hs-error-msgs label, .hbspt-form form .hs_error_rollup label, .hbspt-form .hs-dependent-field .no-list.hs-error-msgs label, .hbspt-form .hs-dependent-field .hs_error_rollup label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-secondary);
}

.hbspt-form form .hs-submit .actions input, .hbspt-form .hs-dependent-field .hs-submit .actions input {
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.calculator-content input.hbspt-form form .hs-submit .actions input,.calculator-content input .hbspt-form .hs-dependent-field .hs-submit .actions input {
  font-weight: 500;
}

.rz-inputtext.hbspt-form form .hs-submit .actions input,.rz-inputtext .hbspt-form .hs-dependent-field .hs-submit .actions input {
  color: #fff;
}

.rz-inputtext.hbspt-form form .hs-submit .actions input + .rz-datepicker-field-button,
.rz-inputtext.hbspt-form form .hs-submit .actions input + .rz-datepicker-field-button:hover,.rz-inputtext .hbspt-form .hs-dependent-field .hs-submit .actions input + .rz-datepicker-field-button,
.rz-inputtext .hbspt-form .hs-dependent-field .hs-submit .actions input + .rz-datepicker-field-button:hover {
  color: #fff;
  opacity: 0.75;
}

.hbspt-form form .hs-submit .actions input:hover, .hbspt-form .hs-dependent-field .hs-submit .actions input:hover{
  --tw-brightness: brightness(1.25);
  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);
}

.hbspt-form form .hs-submit .actions input:disabled, .hbspt-form .hs-dependent-field .hs-submit .actions input:disabled{
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1280px){
  .hbspt-form form .hs-submit .actions input, .hbspt-form .hs-dependent-field .hs-submit .actions input{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1920px){
  .hbspt-form form .hs-submit .actions input, .hbspt-form .hs-dependent-field .hs-submit .actions input{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.hbspt-form form .hs-form__virality-link, .hbspt-form .hs-dependent-field .hs-form__virality-link {
  display: none;
}

.hbspt-form .submitted-message {
  margin: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.element-highlight {
  /*    border: solid 1px white;*/
  /*    z-index: 99999999;
      position: relative;*/
}

.guided-tour-overlay {
  height: 100vh;
  left: 0;
  opacity: 0.5;
  top: 0;
  overflow: hidden;
  /*    pointer-events: none;*/
  position: fixed;
  transition: height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100vw;
  transform: translateZ(0);
  z-index: 99;
}

.guide-main, .offer-main {
  /* Generic button styles */
  /* Remove default styles for the button element */
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
  /* Anchors */
  /* Headings */
  /* Lists */
  /* Code blocks */
  /* Horizontal rules */
  /*UI KIT COLOURS*/
  font-size: 16px;
  color: white;
}

.guide-main .btn,
.guide-main a.btn,
.guide-main input[type=submit],
.guide-main a.hs-button, .offer-main .btn,
.offer-main a.btn,
.offer-main input[type=submit],
.offer-main a.hs-button {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
  padding: 0.7em 2.5em;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  position: relative;
  border-radius: 0.8em;
  letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (min-width: 1024px) {
  .guide-main .btn,
  .guide-main a.btn,
  .guide-main input[type=submit],
  .guide-main a.hs-button, .offer-main .btn,
  .offer-main a.btn,
  .offer-main input[type=submit],
  .offer-main a.hs-button {
    padding: 0.7em 5.5em;
  }
}

@media (max-width: 640px) {
  .guide-main .btn,
  .guide-main a.btn,
  .guide-main input[type=submit],
  .guide-main a.hs-button, .offer-main .btn,
  .offer-main a.btn,
  .offer-main input[type=submit],
  .offer-main a.hs-button {
    justify-content: center;
    width: 100%;
  }
}

.guide-main .btn:hover,
.guide-main .btn:focus,
.guide-main a.btn:hover,
.guide-main a.btn:focus,
.guide-main input[type=submit]:hover,
.guide-main input[type=submit]:focus,
.guide-main a.hs-button:hover,
.guide-main a.hs-button:focus, .offer-main .btn:hover,
.offer-main .btn:focus,
.offer-main a.btn:hover,
.offer-main a.btn:focus,
.offer-main input[type=submit]:hover,
.offer-main input[type=submit]:focus,
.offer-main a.hs-button:hover,
.offer-main a.hs-button:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.guide-main .btn:not(.btn[disabled]):hover .btn__arrow,
.guide-main .btn:not(.btn[disabled]):focus .btn__arrow,
.guide-main a.btn:hover .btn__arrow,
.guide-main a.btn:focus .btn__arrow,
.guide-main input[type=submit]:hover .btn__arrow,
.guide-main input[type=submit]:focus .btn__arrow, .offer-main .btn:not(.btn[disabled]):hover .btn__arrow,
.offer-main .btn:not(.btn[disabled]):focus .btn__arrow,
.offer-main a.btn:hover .btn__arrow,
.offer-main a.btn:focus .btn__arrow,
.offer-main input[type=submit]:hover .btn__arrow,
.offer-main input[type=submit]:focus .btn__arrow {
  transform: translate(0.5em, -50%);
}

.guide-main .btn:not(.btn[disabled]):hover .btn__arrow--left,
.guide-main .btn:not(.btn[disabled]):focus .btn__arrow--left,
.guide-main a.btn:hover .btn__arrow--left,
.guide-main a.btn:focus .btn__arrow--left,
.guide-main input[type=submit]:hover .btn__arrow--left,
.guide-main input[type=submit]:focus .btn__arrow--left, .offer-main .btn:not(.btn[disabled]):hover .btn__arrow--left,
.offer-main .btn:not(.btn[disabled]):focus .btn__arrow--left,
.offer-main a.btn:hover .btn__arrow--left,
.offer-main a.btn:focus .btn__arrow--left,
.offer-main input[type=submit]:hover .btn__arrow--left,
.offer-main input[type=submit]:focus .btn__arrow--left {
  transform: translate(-0.5em, -50%);
}

.guide-main .btn:active,
.guide-main a.btn:active,
.guide-main input[type=submit]:active,
.guide-main a.hs-button:active, .offer-main .btn:active,
.offer-main a.btn:active,
.offer-main input[type=submit]:active,
.offer-main a.hs-button:active {
  background-image: linear-gradient(to top, var(--background-active-color, rgba(255, 255, 255, 0.2)), var(--background-active-color, rgba(255, 255, 255, 0.2)));
  top: 0.1em;
}

.guide-main button, .offer-main button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background-color: transparent;
  letter-spacing: 0.02em;
}

.guide-main .switch, .offer-main .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.guide-main .switch input, .offer-main .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.guide-main .slider, .offer-main .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.guide-main .slider:before, .offer-main .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.guide-main input:checked + .slider, .offer-main input:checked + .slider {
  background-color: #2196F3;
}

.guide-main input:focus + .slider, .offer-main input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.guide-main input:checked + .slider:before, .offer-main input:checked + .slider:before {
  transform: translateX(26px);
}

.guide-main .slider.round, .offer-main .slider.round {
  border-radius: 34px;
}

.guide-main .slider.round:before, .offer-main .slider.round:before {
  border-radius: 50%;
}

.guide-main p, .guide-main a, .offer-main p, .offer-main a {
  font-size: 1em;
}

.guide-main a, .offer-main a {
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}

.guide-main a:focus,
.guide-main a:hover, .offer-main a:focus,
.offer-main a:hover {
  text-decoration: none;
}

.guide-main a:active, .offer-main a:active {
  color: var(--color-secondary-300);
}

.guide-main h1,
.guide-main h2,
.guide-main h3,
.guide-main h4,
.guide-main h5,
.guide-main h6, .offer-main h1,
.offer-main h2,
.offer-main h3,
.offer-main h4,
.offer-main h5,
.offer-main h6 {
  color: inherit;
  line-height: 1.3;
  clear: both;
  font-family: var(--font-secondary);
  margin-top: 1.4em;
  font-weight: 900 !important;
}

.guide-main h1, .offer-main h1 {
  font-size: 1.4em;
}

.guide-main h2, .offer-main h2 {
  font-size: 1.4em;
}

.guide-main h3, .offer-main h3 {
  font-size: 1.3em;
}

.guide-main h4, .offer-main h4 {
  font-size: 1.2em;
}

.guide-main h5, .offer-main h5 {
  font-size: 1.1em;
}

.guide-main h1:first-child,
.guide-main h2:first-child,
.guide-main h3:first-child,
.guide-main h4:first-child,
.guide-main h5:first-child,
.guide-main h6:first-child, .offer-main h1:first-child,
.offer-main h2:first-child,
.offer-main h3:first-child,
.offer-main h4:first-child,
.offer-main h5:first-child,
.offer-main h6:first-child {
  margin-top: 0;
}

.guide-main ul,
.guide-main ol, .offer-main ul,
.offer-main ol {
  list-style-position: inside;
  padding-left: 0;
}

.guide-main ul *,
.guide-main ol *, .offer-main ul *,
.offer-main ol * {
  margin-top: 0;
}

.guide-main code, .offer-main code {
  background: var(--color-primary-100);
  padding: 0.3em 0.5em;
  border-radius: 0.25em;
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.guide-main hr, .offer-main hr {
  margin-top: 3.2em;
}

.guide-main .cust-bg-orange, .offer-main .cust-bg-orange {
  background-color: #f78656;
}

.guide-main .cust-bg-success, .offer-main .cust-bg-success {
  background-color: #57a773 !important;
}

.guide-main .cust-bg-info, .offer-main .cust-bg-info {
  background-color: #f7b256 !important;
}

.guide-main .cust-bg-warning, .offer-main .cust-bg-warning {
  background-color: #f7b256 !important;
}

.guide-main .cust-bg-danger, .offer-main .cust-bg-danger {
  background-color: #d56062 !important;
}

.guide-main .cust-bg-blue-dark, .offer-main .cust-bg-blue-dark {
  background-color: #3d5a80;
}

.guide-main .cust-bg-blue-light, .offer-main .cust-bg-blue-light {
  background-color: #354c66;
}

.guide-main .cust-bg-grey-lightest, .offer-main .cust-bg-grey-lightest {
  background-color: #f5f7fb;
}

.guide-main .cust-bg-grey-lighter, .offer-main .cust-bg-grey-lighter {
  background-color: #e1e1e1;
}

.guide-main .cust-bg-grey-light, .offer-main .cust-bg-grey-light {
  background-color: #d9d9dc;
}

.guide-main .cust-bg-grey-dark, .offer-main .cust-bg-grey-dark {
  background-color: #42434f;
}

.guide-main .cust-bg-grey-darker, .offer-main .cust-bg-grey-darker {
  background-color: #171822;
}

.guide-main .cust-bg-grey-darkest, .offer-main .cust-bg-grey-darkest {
  background-color: #171822;
}

.guide-main .cust-bg-black, .offer-main .cust-bg-black {
  background-color: #131b23 !important;
  color: white;
}

.guide-main .cust-orange, .offer-main .cust-orange {
  color: #f78656;
}

.guide-main .cust-grey-light, .offer-main .cust-grey-light {
  color: #bfccd9;
}

.guide-main .cust-grey-lightest, .offer-main .cust-grey-lightest {
  color: #f5f7fb;
}

.guide-main .cust-grey-lighter, .offer-main .cust-grey-lighter {
  color: #cfdae6;
}

.guide-main .cust-gray-dark, .offer-main .cust-gray-dark {
  color: #d4d7d8;
}

.guide-main .cust-gray-darker, .offer-main .cust-gray-darker {
  color: #7e8892;
}

.guide-main .cust-gray-darkest, .offer-main .cust-gray-darkest {
  color: #49525b;
}

.guide-main .cust-green, .guide-main .cust-success, .offer-main .cust-green, .offer-main .cust-success {
  color: #57a773;
}

.guide-main .cust-danger, .offer-main .cust-danger {
  color: #d56062;
}

.guide-main .cust-warning, .offer-main .cust-warning {
  color: #f7b256;
}

.guide-main .cust-yellow, .guide-main .cust-info, .offer-main .cust-yellow, .offer-main .cust-info {
  color: #f7b256;
}

.guide-main .cust-blue-light, .offer-main .cust-blue-light {
  color: #354c66;
}

@media (max-width: 1280px) {
  .guide-main, .offer-main {
    font-size: 15px;
  }
}

.guide-main > * + *, .offer-main > * + * {
  margin-top: 18px;
}

.guide-main > :first-child, .offer-main > :first-child {
  margin-top: 0;
}

.guide-main img, .offer-main img {
  display: inline-block;
}

.guide-main blockquote p, .offer-main blockquote p {
  font-family: var(--font-secondary);
  font-size: 2.2em;
  font-style: italic;
  line-height: 1.7;
  quotes: "“" "”" "‘" "’";
}

.guide-main blockquote p::before, .offer-main blockquote p::before {
  content: open-quote;
}

.guide-main blockquote p::after, .offer-main blockquote p::after {
  content: close-quote;
}

.guide-main table, .offer-main table {
  background-color: rgba(0, 0, 0, 0.05);
}

.guide-main table tr, .offer-main table tr {
  border-bottom: 1px solid var(--color-primary-400);
}

.guide-main table tr:first-child td,
.guide-main table tr:first-child td p, .offer-main table tr:first-child td,
.offer-main table tr:first-child td p {
  font-weight: 700;
}

.guide-main table td, .offer-main table td {
  padding: 1.28em 1.6em !important;
}

.guide-main table p, .offer-main table p {
  margin-top: 0 !important;
}

.guide-main .svg-icon, .offer-main .svg-icon {
  display: inline-flex;
  align-self: center;
}

.guide-main .svg-icon svg, .offer-main .svg-icon svg {
  height: 1.2em;
  top: 0.225em;
  position: relative;
}

.guide-main.admin .content .wrapper, .offer-main.admin .content .wrapper {
  display: block;
}

.guide-main .content .wrapper, .offer-main .content .wrapper {
  display: none;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #2F355C;
  margin-top: -1px;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 20px;
}

.guide-main .callout, .offer-main .callout {
  color: #202441;
  display: flex;
  border-radius: 0.563rem;
  gap: 0.5rem;
  padding: 1rem;
  background: #D3D3D3;
}

.guide-main .callout::before, .guide-main .callout::after, .offer-main .callout::before, .offer-main .callout::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4rem;
  flex-shrink: 0;
}

.guide-main .callout--note, .offer-main .callout--note {
  background: #E5EDF8;
}

.guide-main .callout--note::before, .offer-main .callout--note::before {
  background-image: url("/images/icons/content-note-icon.png");
}

.guide-main .callout--remember, .offer-main .callout--remember {
  background: #FDF7FA;
}

.guide-main .callout--remember::before, .offer-main .callout--remember::before {
  background-image: url("/images/icons/content-remember-icon.png");
}

.guide-main .callout--fact, .offer-main .callout--fact {
  background: #FFFBEB;
}

.guide-main .callout--fact::before, .offer-main .callout--fact::before {
  background-image: url("/images/icons/content-fact-icon.png");
}

.guide-main .callout--highroller, .offer-main .callout--highroller {
  background: #FFC6C7;
}

.guide-main .callout--highroller::before, .offer-main .callout--highroller::before {
  background-image: url("/images/icons/content-highroller-icon.png");
}

.guide-main hr, .offer-main hr {
  border-top: 1px solid #F11285;
  margin: 2rem 0;
}

.guide-main a, .offer-main a {
  color: inherit;
}

.guide-main a:hover, .offer-main a:hover {
  color: inherit;
}

.guide-main ol,
.guide-main ul,
.guide-main menu, .offer-main ol,
.offer-main ul,
.offer-main menu {
  list-style-position: outside;
  list-style-type: unset;
  padding: 0;
}

.guide-main ol li,
.guide-main ul li,
.guide-main menu li, .offer-main ol li,
.offer-main ul li,
.offer-main menu li {
  margin-top: 0.6em;
}

.guide-main ol li > *,
.guide-main ul li > *,
.guide-main menu li > *, .offer-main ol li > *,
.offer-main ul li > *,
.offer-main menu li > * {
  display: inline;
}

.offer-main .content h1, .guide-main .content h1.stepheader, .content-cta {
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  margin-bottom: 0;
}

.offer-main .content h1 span, .guide-main .content h1.stepheader span, .content-cta span {
  margin-right: 5px;
}

.offer-main .content h1 strong, .guide-main .content h1.stepheader strong, .content-cta strong {
  font-weight: inherit;
}

.offer-main .content h1 .h1container, .guide-main .content h1.stepheader .h1container, .content-cta .h1container {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  padding-left: 0.813rem;
  gap: 0.6rem;
  align-items: center;
}

.offer-main .content h1.closed, .guide-main .content h1.stepheader.closed, .content-cta.closed {
  background-color: #E5EDF8 !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.offer-main .content h1.closed .h1chevron, .offer-main .content h1.closed .content-cta::after, .offer-main .content h1.closed .content-cta::before, .guide-main .content h1.stepheader.closed .h1chevron, .guide-main .content h1.stepheader.closed .content-cta::after, .guide-main .content h1.stepheader.closed .content-cta::before, .content-cta.closed .h1chevron, .content-cta.closed .content-cta::after, .content-cta.closed .content-cta::before {
  transform: rotate(0deg);
}

.offer-main .content h1:not(.closed) + .wrapper, .guide-main .content h1.stepheader:not(.closed) + .wrapper, .content-cta:not(.closed) + .wrapper {
  display: inline-block;
}

.offer-main .content h1, .guide-main .content h1.stepheader {
  background-color: #fff !important;
  color: #202441 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.offer-main .content h1 .timeestimate, .guide-main .content h1.stepheader .timeestimate {
  color: #777C9A;
  margin: 0 0.8rem 0 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}

.h1chevron, .content-cta::after, .content-cta::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  min-height: 100%;
  float: right;
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6"><path stroke="%23202441" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="m1 1 4 4 4-4" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  flex-shrink: 0;
}

.content-cta {
  width: 100%;
  background-color: white;
  color: #202441;
  text-decoration: none !important;
}

.content-cta--secondary {
  background-color: #F11285;
  color: white;
}

.content-cta--secondary::after {
  background-image: url('data:image/svg+xml,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="m1 1 4 4 4-4" /></svg>');
}

.content-cta::after, .content-cta::before {
  margin: auto 0;
  content: "";
  transform: rotate(-90deg);
  pointer-events: none;
}

.content-cta::before {
  margin-right: auto;
  background-image: none;
}

.content-cta::after {
  margin-left: auto;
}

.offer-main .content a {
  text-decoration: underline;
}

.offer-main .content p {
  margin-bottom: 10px;
}

.offer-main .content .n {
  color: #000;
}

.offer-main .content .xsection p {
  margin-left: 20px;
  margin-bottom: 20px;
}

.offer-main .content ol {
  list-style-type: decimal;
  color: var(--color-primary);
}

.offer-main .content .completioninfo img {
  max-width: 75%;
  border-radius: 10px;
  margin: 10px;
}

.offer-main .content .buttoncontain {
  text-align: center;
}

.offer-main .content a.pdbutton {
  display: inline-block;
  text-decoration: none;
  padding: 10px 50px;
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
}

.offer-main .content a.pdbutton:hover {
  background-color: var(--color-primary);
}

.offer-main .content a.pdhl {
  font-weight: 600;
}

.offer-main ol {
  background-color: #fff;
}

.offer-main .exampleWrapper {
  max-width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offer-main .exampleWrapper .exampleContainer {
  width: 90%;
  height: auto;
  margin: auto;
}

.offer-main .exampleIntro {
  width: 90%;
  margin: auto;
}

.offer-main .exampleIntro p {
  margin-left: 0px;
  padding-left: 0px;
}

.offer-main .exampleIntro h3 {
  font-weight: 800;
  font-size: 18px;
}

.offer-main .exampleIntro h5 {
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}

.offer-main .videoWrapper {
  max-width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offer-main .videoWrapper .videoContainer {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
}

.offer-main .videoIntro {
  width: 100%;
  margin: auto;
  padding-top: 10px;
}

.offer-main .videoIntro p {
  margin-left: 0px;
  padding-left: 0px;
}

.offer-main .videoIntro h3 {
  font-weight: 800;
}

.offer-main .videoIntro h5 {
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}

.guide-main .content ol {
  list-style-type: decimal;
}

.guide-main .content .completioninfo img {
  max-width: 75%;
  border-radius: 10px;
  margin: 10px;
}

.guide-main .content .buttoncontain {
  text-align: center;
}

.guide-main .content a.pdbutton {
  text-decoration: none;
  padding: 10px 50px;
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
}

.guide-main .content a.pdbutton:hover {
  background-color: var(--color-primary);
}

.guide-main .content a.pdhl {
  font-weight: 600;
}

.guide-main .content .always-open-wrapper {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #2F355C;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.guide-main .content .always-open-wrapper h1:first-child {
  margin-top: 1.6em;
}

.guide-main .content .always-open-wrapper > * + * {
  margin-top: 18px;
}

.guide-main .videoWrapper {
  max-width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.guide-main .videoWrapper .videoContainer {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
}

.guide-main .videoIntro {
  width: 100%;
  margin: auto;
  padding-top: 10px;
}

.guide-main .videoIntro p {
  margin-left: 0px;
  padding-left: 0px;
}

.guide-main .videoIntro h3 {
  font-weight: 800;
}

.guide-main .videoIntro h5 {
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}

.offercb {
  position: relative;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin: auto 0;
}

.offercb input[type=checkbox] {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.offercb input[type=checkbox]:checked + label {
  background-color: #1FAF62;
  border-color: #1FAF62;
}

.offercb input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.offercb label {
  margin: auto 0;
  background-color: #C7CED9;
  border: 1px solid #C7CED9;
  border-radius: 50%;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.offercb label::after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4.5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.videoplaceholder {
  border-radius: 10px;
}

.stepcontainer {
  /*width: 90%;
  margin: auto;*/
}

.stepcontainer ol.steps {
  margin-left: 30px;
}

.stepcontainer p.stepintro {
  padding-bottom: 10px;
}

.imagecontain img {
  border-radius: 10px;
}

.guidefooter a {
  text-decoration: none !important;
  color: #fff;
}

p.next-container {
  margin-top: 10px;
}

p.next-container a:hover {
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .offer-main .content h1 .h1container, .guide-main .content h1.stepheader .h1container {
    padding-left: 0;
    /*            gap: 0.6rem;*/
    flex-shrink: 0;
  }

  .offer-main .content h1, .guide-main .content h1.stepheader, .content-cta {
    font-size: 15px !important;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 8px;
  }

  .offer-main .content h1 span, .guide-main .content h1.stepheader span, .content-cta span {
    font-size: inherit !important;
    margin-bottom: auto;
  }

  .guide-main .content, .offer-main .content {
    margin-left: 0px;
    margin-right: 0px;
  }

  .guide-main .content h1, .offer-main .content h1 {
    flex-direction: column;
    gap: 0.75rem;
  }

  .guide-main .content h1 .h1container, .offer-main .content h1 .h1container {
    width: 100%;
    padding-left: 0;
  }

  .guide-main .content h1 .h1container .timeestimate, .offer-main .content h1 .h1container .timeestimate {
    font-size: 0.9rem;
    margin-right: auto;
  }

  .guide-main .content h1 .h1container .offercb, .offer-main .content h1 .h1container .offercb {
    height: 18px;
    width: 18px;
  }

  .guide-main .content h1 .h1container .offercb label::after, .offer-main .content h1 .h1container .offercb label::after {
    top: 5px;
    width: 10px;
  }

  .guide-main .callout, .offer-main .callout {
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.85em;
  }

  .guide-main .callout::before, .guide-main .callout::after, .offer-main .callout::before, .offer-main .callout::after {
    width: 1.2rem;
  }

  .guide-main .callout::after, .offer-main .callout::after {
    display: none;
  }

  .guide-main hr, .offer-main hr {
    margin: 1.5rem 0;
  }
}

.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
  display: inline-flex !important;
}

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  min-height: 100%;
  font-family: var(--font-primary);
  color: var(--color-body-text);
  font-size: 1rem;
  font-weight: normal;
  text-rendering: optimizeSpeed;
  display: grid;
  grid-template-rows: auto 1fr;
  max-width: 100%;
  position: relative;
  overflow-x: hidden !important;
  /*    overflow-y: scroll !important;*/
  width: 100%;
  background-color: var(--color-primary-900);
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  min-height: auto;
  width: unset;
  max-width: 100%;
}

.rz-axis .rz-axis-title {
  fill: white;
}

.defaultOverflowScrolllbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-primary-400);
  border-radius: 10px;
}

.defaultOverflowScrolllbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: transparent;
}

.defaultOverflowScrolllbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(var(--color-primary-900), var(--color-primary-600));
}

@media (max-width: 768px) {
  .defaultOverflowScrolllbar::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
}

i.rzi {
  font-variation-settings: "FILL" 1;
}

h1:focus {
  outline: none;
}

:root {
  --rz-slider-range-background-color: var(--color-secondary) !important;
  --rz-slider-handle-background-color: var(--color-secondary) !important;
  --rz-slider-handle-hover-background-color: var(--color-secondary) !important;
  --rz-slider-background-color: var(--color-primary-400) !important;
  --rz-switch-checked-background-color: var(--color-secondary) !important;
  --rz-switch-checked-circle-background-color: var(--color-secondary) !important;
}

.buttoncontainer__button.icon-only {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

.calculator-controls hr {
  width: 100%;
  border-top: 0.5px solid var(--color-primary-400);
}

.calculator-content input.text-xs {
  font-weight: 500;
}

.highlight-on-select input::-moz-selection {
  background: var(--color-primary-900);
  color: #fff;
}

.highlight-on-select input::selection {
  background: var(--color-primary-900);
  color: #fff;
}

.highlight-on-select input::-moz-selection {
  background: var(--color-primary-900);
  color: #fff;
}

.rz-timespanpicker > .rz-inputtext, .rz-colorpicker, .rz-lookup-search input,
.rz-numeric, .rz-datepicker > .rz-inputtext, .rz-multiselect,
.rz-dropdown, .mask, .rz-textarea, .rz-textbox {
  font-family: inherit;
  font-size: inherit !important;
}

.rz-inputtext.text-white {
  color: #fff;
}

.rz-inputtext.text-white + .rz-datepicker-field-button,
.rz-inputtext.text-white + .rz-datepicker-field-button:hover {
  color: #fff;
  opacity: 0.75;
}

.pd-datepicker-trigger .rzi-calendar:before {
  content: "calendar_month";
}

.offer-guide-img {
  border: solid 2px var(--color-primary-400);
}

.offer-additional-info a {
  text-decoration: underline;
  font-weight: 600;
}

.placeholder\:italic::-moz-placeholder{
  font-style: italic;
}

.placeholder\:italic::placeholder{
  font-style: italic;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[50\%\]::before{
  content: var(--tw-content);
  left: 50%;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:z-\[-1\]::before{
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[200\%\]::before{
  content: var(--tw-content);
  width: 200%;
}

.before\:translate-x-\[-50\%\]::before{
  content: var(--tw-content);
  --tw-translate-x: -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));
}

.before\:bg-primary-200::before{
  content: var(--tw-content);
  background-color: var(--color-primary-200);
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-none::before{
  --tw-content: none;
  content: var(--tw-content);
}

.after\:bg-primary-900::after{
  content: var(--tw-content);
  background-color: var(--color-primary-900);
}

.hover\:line-clamp-none:hover{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:gap-x-3:hover{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.hover\:gap-x-3\.5:hover{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.hover\:overflow-visible:hover{
  overflow: visible;
}

.hover\:\!border-primary:hover{
  border-color: var(--color-primary) !important;
}

.hover\:border-secondary:hover{
  border-color: var(--color-secondary);
}

.hover\:\!bg-primary:hover{
  background-color: var(--color-primary) !important;
}

.hover\:bg-primary:hover{
  background-color: var(--color-primary);
}

.hover\:bg-secondary:hover{
  background-color: var(--color-secondary);
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover{
  color: var(--color-primary);
}

.hover\:text-secondary:hover{
  color: var(--color-secondary);
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:shadow-lg: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);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-gray-900\/20:hover{
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:brightness-100:hover{
  --tw-brightness: brightness(1);
  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);
}

.hover\:brightness-125:hover{
  --tw-brightness: brightness(1.25);
  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);
}

.hover\:brightness-150:hover{
  --tw-brightness: brightness(1.5);
  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);
}

.hover\:brightness-90:hover{
  --tw-brightness: brightness(.9);
  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);
}

.hover\:before\:bg-primary-100:hover::before{
  content: var(--tw-content);
  background-color: var(--color-primary-100);
}

.focus\:opacity-\[0\.85\]:focus{
  opacity: 0.85;
}

.focus\:shadow-none:focus{
  --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);
}

.active\:opacity-\[0\.85\]:active{
  opacity: 0.85;
}

.active\:shadow-none:active{
  --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);
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:cursor-default:disabled{
  cursor: default;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:shadow-none:disabled{
  --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);
}

.group:hover .group-hover\:ml-3{
  margin-left: 0.75rem;
}

.group:hover .group-hover\:ml-3\.5{
  margin-left: 0.875rem;
}

.group:hover .group-hover\:line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.group:hover .group-hover\:overflow-visible{
  overflow: visible;
}

:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

@media (prefers-color-scheme: dark){
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 568px){
  .mobile\:ml-auto{
    margin-left: auto;
  }

  .mobile\:mt-auto{
    margin-top: auto;
  }

  .mobile\:h-20{
    height: 5rem;
  }

  .mobile\:h-24{
    height: 6rem;
  }

  .mobile\:w-20{
    width: 5rem;
  }

  .mobile\:w-96{
    width: 24rem;
  }

  .mobile\:max-w-\[22rem\]{
    max-width: 22rem;
  }

  .mobile\:flex-row{
    flex-direction: row;
  }

  .mobile\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .mobile\:gap-16{
    gap: 4rem;
  }

  .mobile\:gap-3{
    gap: 0.75rem;
  }

  .mobile\:gap-4{
    gap: 1rem;
  }

  .mobile\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mobile\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-full{
    width: 100%;
  }

  .tablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tablet\:m-0{
    margin: 0px;
  }

  .tablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:\!ml-3{
    margin-left: 0.75rem !important;
  }

  .tablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .tablet\:ml-0{
    margin-left: 0px;
  }

  .tablet\:ml-auto{
    margin-left: auto;
  }

  .tablet\:mr-0{
    margin-right: 0px;
  }

  .tablet\:mt-0{
    margin-top: 0px;
  }

  .tablet\:mt-6{
    margin-top: 1.5rem;
  }

  .tablet\:block{
    display: block;
  }

  .tablet\:flex{
    display: flex;
  }

  .tablet\:inline-flex{
    display: inline-flex;
  }

  .tablet\:\!table-cell{
    display: table-cell !important;
  }

  .tablet\:grid{
    display: grid;
  }

  .tablet\:list-item{
    display: list-item;
  }

  .tablet\:hidden{
    display: none;
  }

  .tablet\:h-0{
    height: 0px;
  }

  .tablet\:h-10{
    height: 2.5rem;
  }

  .tablet\:h-12{
    height: 3rem;
  }

  .tablet\:h-14{
    height: 3.5rem;
  }

  .tablet\:h-2{
    height: 0.5rem;
  }

  .tablet\:h-2\.5{
    height: 0.625rem;
  }

  .tablet\:h-\[1px\]{
    height: 1px;
  }

  .tablet\:h-\[2em\]{
    height: 2em;
  }

  .tablet\:max-h-56{
    max-height: 14rem;
  }

  .tablet\:max-h-8{
    max-height: 2rem;
  }

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

  .tablet\:w-10{
    width: 2.5rem;
  }

  .tablet\:w-3{
    width: 0.75rem;
  }

  .tablet\:w-5{
    width: 1.25rem;
  }

  .tablet\:w-\[1\.5em\]{
    width: 1.5em;
  }

  .tablet\:w-auto{
    width: auto;
  }

  .tablet\:min-w-\[120px\]{
    min-width: 120px;
  }

  .tablet\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .tablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tablet\:max-w-\[400px\]{
    max-width: 400px;
  }

  .tablet\:max-w-\[80\%\]{
    max-width: 80%;
  }

  .tablet\:max-w-\[calc\(100\%_-_var\(--img-width\)\)\]{
    max-width: calc(100% - var(--img-width));
  }

  .tablet\:border-spacing-y-2{
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .tablet\:-translate-y-full{
    --tw-translate-y: -100%;
    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));
  }

  .tablet\:translate-x-\[0\]{
    --tw-translate-x: 0;
    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));
  }

  .tablet\:rotate-0{
    --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));
  }

  .tablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

  .tablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-cols-\[repeat\(2\2c auto\)\]{
    grid-template-columns: repeat(2,auto);
  }

  .tablet\:flex-row{
    flex-direction: row;
  }

  .tablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tablet\:items-end{
    align-items: flex-end;
  }

  .tablet\:gap-10{
    gap: 2.5rem;
  }

  .tablet\:gap-12{
    gap: 3rem;
  }

  .tablet\:gap-3{
    gap: 0.75rem;
  }

  .tablet\:gap-4{
    gap: 1rem;
  }

  .tablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tablet\:border-0{
    border-width: 0px;
  }

  .tablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .tablet\:bg-light-grey{
    background-color: var(--color-light-grey);
  }

  .tablet\:\!p-8{
    padding: 2rem !important;
  }

  .tablet\:p-5{
    padding: 1.25rem;
  }

  .tablet\:\!px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .tablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .tablet\:pe-3{
    padding-inline-end: 0.75rem;
  }

  .tablet\:text-start{
    text-align: start;
  }

  .tablet\:\!text-\[0\.938rem\]{
    font-size: 0.938rem !important;
  }

  .tablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .tablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .tablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .tablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .tablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .tablet\:font-extrabold{
    font-weight: 800;
  }

  .tablet\:leading-6{
    line-height: 1.5rem;
  }

  .tablet\:text-medium-dark-grey{
    color: var(--color-medium-dark-grey);
  }

  .tablet\:text-primary{
    color: var(--color-primary);
  }
}

@media (min-width: 1024px){
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .desktop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .desktop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .desktop\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .desktop\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .desktop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:\!mt-14{
    margin-top: 3.5rem !important;
  }

  .desktop\:mb-0{
    margin-bottom: 0px;
  }

  .desktop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .desktop\:mb-12{
    margin-bottom: 3rem;
  }

  .desktop\:mb-14{
    margin-bottom: 3.5rem;
  }

  .desktop\:mb-2{
    margin-bottom: 0.5rem;
  }

  .desktop\:mb-4{
    margin-bottom: 1rem;
  }

  .desktop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .desktop\:mb-7{
    margin-bottom: 1.75rem;
  }

  .desktop\:mb-8{
    margin-bottom: 2rem;
  }

  .desktop\:ml-0{
    margin-left: 0px;
  }

  .desktop\:ml-auto{
    margin-left: auto;
  }

  .desktop\:mr-2{
    margin-right: 0.5rem;
  }

  .desktop\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .desktop\:mt-0{
    margin-top: 0px;
  }

  .desktop\:mt-10{
    margin-top: 2.5rem;
  }

  .desktop\:mt-14{
    margin-top: 3.5rem;
  }

  .desktop\:mt-20{
    margin-top: 5rem;
  }

  .desktop\:mt-4{
    margin-top: 1rem;
  }

  .desktop\:mt-7{
    margin-top: 1.75rem;
  }

  .desktop\:mt-8{
    margin-top: 2rem;
  }

  .desktop\:block{
    display: block;
  }

  .desktop\:inline-block{
    display: inline-block;
  }

  .desktop\:inline{
    display: inline;
  }

  .desktop\:flex{
    display: flex;
  }

  .desktop\:list-item{
    display: list-item;
  }

  .desktop\:hidden{
    display: none;
  }

  .desktop\:h-6{
    height: 1.5rem;
  }

  .desktop\:h-8{
    height: 2rem;
  }

  .desktop\:h-full{
    height: 100%;
  }

  .desktop\:w-1\/3{
    width: 33.333333%;
  }

  .desktop\:w-\[71\%\]{
    width: 71%;
  }

  .desktop\:w-auto{
    width: auto;
  }

  .desktop\:max-w-\[80\%\]{
    max-width: 80%;
  }

  .desktop\:max-w-\[80rem\]{
    max-width: 80rem;
  }

  .desktop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:flex-row{
    flex-direction: row;
  }

  .desktop\:gap-16{
    gap: 4rem;
  }

  .desktop\:gap-3{
    gap: 0.75rem;
  }

  .desktop\:gap-3\.5{
    gap: 0.875rem;
  }

  .desktop\:gap-6{
    gap: 1.5rem;
  }

  .desktop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .desktop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .desktop\:border-light-grey{
    border-color: var(--color-light-grey);
  }

  .desktop\:bg-primary-900{
    background-color: var(--color-primary-900);
  }

  .desktop\:bg-\[linear-gradient\(172deg\2c var\(--color-secondary\)\2c var\(--color-primary\)\)\]{
    background-image: linear-gradient(172deg,var(--color-secondary),var(--color-primary));
  }

  .desktop\:\!px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .desktop\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .desktop\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .desktop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .desktop\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .desktop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .desktop\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .desktop\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .desktop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:pb-2{
    padding-bottom: 0.5rem;
  }

  .desktop\:pb-4{
    padding-bottom: 1rem;
  }

  .desktop\:pt-2{
    padding-top: 0.5rem;
  }

  .desktop\:pt-3{
    padding-top: 0.75rem;
  }

  .desktop\:\!text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .desktop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .desktop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .desktop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .desktop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .desktop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .desktop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .desktop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .desktop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .desktop\:\!leading-5{
    line-height: 1.25rem !important;
  }

  .desktop\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .desktop\:hover\:bg-primary-800:hover{
    background-color: var(--color-primary-800);
  }

  .desktop\:hover\:bg-primary-900:hover{
    background-color: var(--color-primary-900);
  }
}

@media (min-width: 1920px){
  .desktop-xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .desktop-xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop-xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .desktop-xl\:mb-20{
    margin-bottom: 5rem;
  }

  .desktop-xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .desktop-xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .desktop-xl\:mb-8{
    margin-bottom: 2rem;
  }

  .desktop-xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .desktop-xl\:mt-4{
    margin-top: 1rem;
  }

  .desktop-xl\:mt-5{
    margin-top: 1.25rem;
  }

  .desktop-xl\:mt-6{
    margin-top: 1.5rem;
  }

  .desktop-xl\:mt-7{
    margin-top: 1.75rem;
  }

  .desktop-xl\:mt-8{
    margin-top: 2rem;
  }

  .desktop-xl\:mt-9{
    margin-top: 2.25rem;
  }

  .desktop-xl\:h-10{
    height: 2.5rem;
  }

  .desktop-xl\:h-4{
    height: 1rem;
  }

  .desktop-xl\:h-7{
    height: 1.75rem;
  }

  .desktop-xl\:h-96{
    height: 24rem;
  }

  .desktop-xl\:max-w-\[105rem\]{
    max-width: 105rem;
  }

  .desktop-xl\:max-w-\[26rem\]{
    max-width: 26rem;
  }

  .desktop-xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop-xl\:gap-14{
    gap: 3.5rem;
  }

  .desktop-xl\:gap-16{
    gap: 4rem;
  }

  .desktop-xl\:gap-4{
    gap: 1rem;
  }

  .desktop-xl\:gap-6{
    gap: 1.5rem;
  }

  .desktop-xl\:\!p-10{
    padding: 2.5rem !important;
  }

  .desktop-xl\:p-4{
    padding: 1rem;
  }

  .desktop-xl\:\!px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .desktop-xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .desktop-xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .desktop-xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop-xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop-xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop-xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop-xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop-xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .desktop-xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop-xl\:pe-10{
    padding-inline-end: 2.5rem;
  }

  .desktop-xl\:\!text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .desktop-xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .desktop-xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .desktop-xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .desktop-xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .desktop-xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .desktop-xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .desktop-xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .desktop-xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .desktop-xl\:\!leading-6{
    line-height: 1.5rem !important;
  }
}

.\[\&\.active\]\:\!bg-primary.active{
  background-color: var(--color-primary) !important;
}

.\[\&\.active\]\:\!text-white.active{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&\.active\]\:before\:bg-primary-200.active::before{
  content: var(--tw-content);
  background-color: var(--color-primary-200);
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\>\*\:nth-child\(even\)\]\:\!bg-\[\#2F355C1A\]>*:nth-child(even){
  background-color: #2F355C1A !important;
}

.\[\&_td\]\:font-medium td{
  font-weight: 500;
}
