/* Compile: npm run dev */

/* Import Tailwind */

/* ! tailwindcss v3.2.1 | 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: #E2E2E2; /* 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.
*/

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: "Poppins", sans-serif; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-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;
}

/*
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-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-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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 940px) {

  .container {
    max-width: 940px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1130px) {

  .container {
    max-width: 1130px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.visible {
  visibility: visible !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.bottom-24 {
  bottom: 6rem !important;
}

.-right-1 {
  right: -0.25rem !important;
}

.top-16 {
  top: 4rem !important;
}

.left-16 {
  left: 4rem !important;
}

.bottom-16 {
  bottom: 4rem !important;
}

.-top-6 {
  top: -1.5rem !important;
}

.top-8 {
  top: 2rem !important;
}

.left-12 {
  left: 3rem !important;
}

.bottom-8 {
  bottom: 2rem !important;
}

.left-0 {
  left: 0px !important;
}

.top-6 {
  top: 1.5rem !important;
}

.top-0 {
  top: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.-top-1 {
  top: -0.25rem !important;
}

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

.right-36 {
  right: 9rem !important;
}

.-bottom-48 {
  bottom: -12rem !important;
}

.left-40 {
  left: 10rem !important;
}

.-top-16 {
  top: -4rem !important;
}

.top-\[86px\] {
  top: 86px !important;
}

.left-14 {
  left: 3.5rem !important;
}

.-left-36 {
  left: -9rem !important;
}

.-top-36 {
  top: -9rem !important;
}

.top-32 {
  top: 8rem !important;
}

.left-32 {
  left: 8rem !important;
}

.right-24 {
  right: 6rem !important;
}

.-bottom-16 {
  bottom: -4rem !important;
}

.top-24 {
  top: 6rem !important;
}

.-bottom-2 {
  bottom: -0.5rem !important;
}

.-top-48 {
  top: -12rem !important;
}

.z-20 {
  z-index: 20 !important;
}

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

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

.z-\[100\] {
  z-index: 100 !important;
}

.z-0 {
  z-index: 0 !important;
}

.order-last {
  order: 9999 !important;
}

.float-right {
  float: right !important;
}

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

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

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

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

.mb-20 {
  margin-bottom: 5rem !important;
}

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

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

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

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

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

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

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

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

.-mb-\[250px\] {
  margin-bottom: -250px !important;
}

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

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

.mt-24 {
  margin-top: 6rem !important;
}

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

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

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

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

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

.-ml-12 {
  margin-left: -3rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

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

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

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

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-\[450px\] {
  height: 450px !important;
}

.h-\[300px\] {
  height: 300px !important;
}

.h-12 {
  height: 3rem !important;
}

.h-\[130px\] {
  height: 130px !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-\[74px\] {
  height: 74px !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.min-h-\[450px\] {
  min-height: 450px !important;
}

.min-h-\[650px\] {
  min-height: 650px !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

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

.w-24 {
  width: 6rem !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-\[330px\] {
  width: 330px !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-12 {
  width: 3rem !important;
}

.max-w-\[1340px\] {
  max-width: 1340px !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-screen-xl {
  max-width: 1280px !important;
}

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

.rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-text {
  cursor: text !important;
}

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

.cursor-vertical-text {
  cursor: vertical-text !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.resize {
  resize: both !important;
}

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

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

.items-start {
  align-items: flex-start !important;
}

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

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

.items-stretch {
  align-items: stretch !important;
}

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

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

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

.gap-3 {
  gap: 0.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

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

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

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

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

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

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

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

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.rounded-\[20px\] {
  border-radius: 20px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

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

.rounded-\[30px\] {
  border-radius: 30px !important;
}

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.border {
  border-width: 1px !important;
}

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

.border-t {
  border-top-width: 1px !important;
}

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

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

.border-l {
  border-left-width: 1px !important;
}

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

.border-turquoise-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 167 231 / var(--tw-border-opacity)) !important;
}

.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 233 235 / var(--tw-border-opacity)) !important;
}

.border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 255 231 / var(--tw-border-opacity)) !important;
}

.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}

.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.bg-blue-900\/10 {
  background-color: rgb(0 38 66 / 0.1) !important;
}

.bg-blue-900\/20 {
  background-color: rgb(0 38 66 / 0.2) !important;
}

.bg-blue-900\/25 {
  background-color: rgb(0 38 66 / 0.25) !important;
}

.bg-blue-900\/30 {
  background-color: rgb(0 38 66 / 0.3) !important;
}

.bg-blue-900\/40 {
  background-color: rgb(0 38 66 / 0.4) !important;
}

.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 164 225 / var(--tw-bg-opacity)) !important;
}

.bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 144 145 / var(--tw-bg-opacity)) !important;
}

.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(152 201 190 / var(--tw-bg-opacity)) !important;
}

.bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 100 164 / var(--tw-bg-opacity)) !important;
}

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

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

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

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 120 49 / var(--tw-bg-opacity)) !important;
}

.bg-gray-20 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 244 245 / var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity)) !important;
}

.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity)) !important;
}

.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity)) !important;
}

.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}

.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}

.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}

.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 235 0 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 245 0 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}

.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}

.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}

.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 199 170 / var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}

.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity)) !important;
}

.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}

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

.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity)) !important;
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}

.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}

.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 93 114 / var(--tw-bg-opacity)) !important;
}

.bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 59 84 / var(--tw-bg-opacity)) !important;
}

.bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 59 255 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity)) !important;
}

.bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity)) !important;
}

.bg-turquoise-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 207 255 / var(--tw-bg-opacity)) !important;
}

.bg-turquoise-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity)) !important;
}

.bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity)) !important;
}

.bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 184 185 / var(--tw-bg-opacity)) !important;
}

.bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity)) !important;
}

.bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 176 177 / var(--tw-bg-opacity)) !important;
}

.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 54 112 / var(--tw-bg-opacity)) !important;
}

.bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
}

.bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity)) !important;
}

.bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity)) !important;
}

.bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity)) !important;
}

.bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity)) !important;
}

.bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 210 216 / var(--tw-bg-opacity)) !important;
}

.bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity)) !important;
}

.bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity)) !important;
}

.bg-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 104 123 / var(--tw-bg-opacity)) !important;
}

.bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 255 231 / var(--tw-bg-opacity)) !important;
}

.bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity)) !important;
}

.bg-teal-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity)) !important;
}

.bg-teal-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity)) !important;
}

.bg-teal-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 51 68 / var(--tw-bg-opacity)) !important;
}

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75) !important;
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.bg-orange-700\/0 {
  background-color: rgb(248 120 49 / 0) !important;
}

.bg-orange-700\/5 {
  background-color: rgb(248 120 49 / 0.05) !important;
}

.bg-orange-700\/10 {
  background-color: rgb(248 120 49 / 0.1) !important;
}

.bg-orange-700\/20 {
  background-color: rgb(248 120 49 / 0.2) !important;
}

.bg-orange-700\/25 {
  background-color: rgb(248 120 49 / 0.25) !important;
}

.bg-orange-700\/30 {
  background-color: rgb(248 120 49 / 0.3) !important;
}

.bg-orange-700\/40 {
  background-color: rgb(248 120 49 / 0.4) !important;
}

.bg-orange-700\/50 {
  background-color: rgb(248 120 49 / 0.5) !important;
}

.bg-orange-700\/60 {
  background-color: rgb(248 120 49 / 0.6) !important;
}

.bg-orange-700\/70 {
  background-color: rgb(248 120 49 / 0.7) !important;
}

.bg-orange-700\/75 {
  background-color: rgb(248 120 49 / 0.75) !important;
}

.bg-orange-700\/80 {
  background-color: rgb(248 120 49 / 0.8) !important;
}

.bg-orange-700\/90 {
  background-color: rgb(248 120 49 / 0.9) !important;
}

.bg-orange-700\/95 {
  background-color: rgb(248 120 49 / 0.95) !important;
}

.bg-orange-700\/100 {
  background-color: rgb(248 120 49 / 1) !important;
}

.bg-gray-20\/0 {
  background-color: rgb(234 234 234 / 0) !important;
}

.bg-gray-20\/5 {
  background-color: rgb(234 234 234 / 0.05) !important;
}

.bg-gray-20\/10 {
  background-color: rgb(234 234 234 / 0.1) !important;
}

.bg-gray-20\/20 {
  background-color: rgb(234 234 234 / 0.2) !important;
}

.bg-gray-20\/25 {
  background-color: rgb(234 234 234 / 0.25) !important;
}

.bg-gray-20\/30 {
  background-color: rgb(234 234 234 / 0.3) !important;
}

.bg-gray-20\/40 {
  background-color: rgb(234 234 234 / 0.4) !important;
}

.bg-gray-20\/50 {
  background-color: rgb(234 234 234 / 0.5) !important;
}

.bg-gray-20\/60 {
  background-color: rgb(234 234 234 / 0.6) !important;
}

.bg-gray-20\/70 {
  background-color: rgb(234 234 234 / 0.7) !important;
}

.bg-gray-20\/75 {
  background-color: rgb(234 234 234 / 0.75) !important;
}

.bg-gray-20\/80 {
  background-color: rgb(234 234 234 / 0.8) !important;
}

.bg-gray-20\/90 {
  background-color: rgb(234 234 234 / 0.9) !important;
}

.bg-gray-20\/95 {
  background-color: rgb(234 234 234 / 0.95) !important;
}

.bg-gray-20\/100 {
  background-color: rgb(234 234 234 / 1) !important;
}

.bg-gray-50\/0 {
  background-color: rgb(242 244 245 / 0) !important;
}

.bg-gray-50\/5 {
  background-color: rgb(242 244 245 / 0.05) !important;
}

.bg-gray-50\/10 {
  background-color: rgb(242 244 245 / 0.1) !important;
}

.bg-gray-50\/20 {
  background-color: rgb(242 244 245 / 0.2) !important;
}

.bg-gray-50\/25 {
  background-color: rgb(242 244 245 / 0.25) !important;
}

.bg-gray-50\/30 {
  background-color: rgb(242 244 245 / 0.3) !important;
}

.bg-gray-50\/40 {
  background-color: rgb(242 244 245 / 0.4) !important;
}

.bg-gray-50\/50 {
  background-color: rgb(242 244 245 / 0.5) !important;
}

.bg-gray-50\/60 {
  background-color: rgb(242 244 245 / 0.6) !important;
}

.bg-gray-50\/70 {
  background-color: rgb(242 244 245 / 0.7) !important;
}

.bg-gray-50\/75 {
  background-color: rgb(242 244 245 / 0.75) !important;
}

.bg-gray-50\/80 {
  background-color: rgb(242 244 245 / 0.8) !important;
}

.bg-gray-50\/90 {
  background-color: rgb(242 244 245 / 0.9) !important;
}

.bg-gray-50\/95 {
  background-color: rgb(242 244 245 / 0.95) !important;
}

.bg-gray-50\/100 {
  background-color: rgb(242 244 245 / 1) !important;
}

.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0) !important;
}

.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05) !important;
}

.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1) !important;
}

.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2) !important;
}

.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25) !important;
}

.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3) !important;
}

.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4) !important;
}

.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5) !important;
}

.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6) !important;
}

.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7) !important;
}

.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75) !important;
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8) !important;
}

.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9) !important;
}

.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95) !important;
}

.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1) !important;
}

.bg-gray-200\/0 {
  background-color: rgb(226 226 226 / 0) !important;
}

.bg-gray-200\/5 {
  background-color: rgb(226 226 226 / 0.05) !important;
}

.bg-gray-200\/10 {
  background-color: rgb(226 226 226 / 0.1) !important;
}

.bg-gray-200\/20 {
  background-color: rgb(226 226 226 / 0.2) !important;
}

.bg-gray-200\/25 {
  background-color: rgb(226 226 226 / 0.25) !important;
}

.bg-gray-200\/30 {
  background-color: rgb(226 226 226 / 0.3) !important;
}

.bg-gray-200\/40 {
  background-color: rgb(226 226 226 / 0.4) !important;
}

.bg-gray-200\/50 {
  background-color: rgb(226 226 226 / 0.5) !important;
}

.bg-gray-200\/60 {
  background-color: rgb(226 226 226 / 0.6) !important;
}

.bg-gray-200\/70 {
  background-color: rgb(226 226 226 / 0.7) !important;
}

.bg-gray-200\/75 {
  background-color: rgb(226 226 226 / 0.75) !important;
}

.bg-gray-200\/80 {
  background-color: rgb(226 226 226 / 0.8) !important;
}

.bg-gray-200\/90 {
  background-color: rgb(226 226 226 / 0.9) !important;
}

.bg-gray-200\/95 {
  background-color: rgb(226 226 226 / 0.95) !important;
}

.bg-gray-200\/100 {
  background-color: rgb(226 226 226 / 1) !important;
}

.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0) !important;
}

.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05) !important;
}

.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1) !important;
}

.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2) !important;
}

.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25) !important;
}

.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3) !important;
}

.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4) !important;
}

.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5) !important;
}

.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6) !important;
}

.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7) !important;
}

.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75) !important;
}

.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8) !important;
}

.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9) !important;
}

.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95) !important;
}

.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1) !important;
}

.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0) !important;
}

.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05) !important;
}

.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1) !important;
}

.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2) !important;
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25) !important;
}

.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3) !important;
}

.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4) !important;
}

.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5) !important;
}

.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6) !important;
}

.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7) !important;
}

.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75) !important;
}

.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8) !important;
}

.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9) !important;
}

.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95) !important;
}

.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1) !important;
}

.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0) !important;
}

.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05) !important;
}

.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1) !important;
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2) !important;
}

.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25) !important;
}

.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3) !important;
}

.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4) !important;
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5) !important;
}

.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6) !important;
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7) !important;
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75) !important;
}

.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8) !important;
}

.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9) !important;
}

.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95) !important;
}

.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1) !important;
}

.bg-gray-600\/0 {
  background-color: rgb(54 54 54 / 0) !important;
}

.bg-gray-600\/5 {
  background-color: rgb(54 54 54 / 0.05) !important;
}

.bg-gray-600\/10 {
  background-color: rgb(54 54 54 / 0.1) !important;
}

.bg-gray-600\/20 {
  background-color: rgb(54 54 54 / 0.2) !important;
}

.bg-gray-600\/25 {
  background-color: rgb(54 54 54 / 0.25) !important;
}

.bg-gray-600\/30 {
  background-color: rgb(54 54 54 / 0.3) !important;
}

.bg-gray-600\/40 {
  background-color: rgb(54 54 54 / 0.4) !important;
}

.bg-gray-600\/50 {
  background-color: rgb(54 54 54 / 0.5) !important;
}

.bg-gray-600\/60 {
  background-color: rgb(54 54 54 / 0.6) !important;
}

.bg-gray-600\/70 {
  background-color: rgb(54 54 54 / 0.7) !important;
}

.bg-gray-600\/75 {
  background-color: rgb(54 54 54 / 0.75) !important;
}

.bg-gray-600\/80 {
  background-color: rgb(54 54 54 / 0.8) !important;
}

.bg-gray-600\/90 {
  background-color: rgb(54 54 54 / 0.9) !important;
}

.bg-gray-600\/95 {
  background-color: rgb(54 54 54 / 0.95) !important;
}

.bg-gray-600\/100 {
  background-color: rgb(54 54 54 / 1) !important;
}

.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0) !important;
}

.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05) !important;
}

.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1) !important;
}

.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2) !important;
}

.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25) !important;
}

.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3) !important;
}

.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4) !important;
}

.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5) !important;
}

.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6) !important;
}

.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7) !important;
}

.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75) !important;
}

.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8) !important;
}

.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9) !important;
}

.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95) !important;
}

.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1) !important;
}

.bg-gray-800\/0 {
  background-color: rgb(36 36 36 / 0) !important;
}

.bg-gray-800\/5 {
  background-color: rgb(36 36 36 / 0.05) !important;
}

.bg-gray-800\/10 {
  background-color: rgb(36 36 36 / 0.1) !important;
}

.bg-gray-800\/20 {
  background-color: rgb(36 36 36 / 0.2) !important;
}

.bg-gray-800\/25 {
  background-color: rgb(36 36 36 / 0.25) !important;
}

.bg-gray-800\/30 {
  background-color: rgb(36 36 36 / 0.3) !important;
}

.bg-gray-800\/40 {
  background-color: rgb(36 36 36 / 0.4) !important;
}

.bg-gray-800\/50 {
  background-color: rgb(36 36 36 / 0.5) !important;
}

.bg-gray-800\/60 {
  background-color: rgb(36 36 36 / 0.6) !important;
}

.bg-gray-800\/70 {
  background-color: rgb(36 36 36 / 0.7) !important;
}

.bg-gray-800\/75 {
  background-color: rgb(36 36 36 / 0.75) !important;
}

.bg-gray-800\/80 {
  background-color: rgb(36 36 36 / 0.8) !important;
}

.bg-gray-800\/90 {
  background-color: rgb(36 36 36 / 0.9) !important;
}

.bg-gray-800\/95 {
  background-color: rgb(36 36 36 / 0.95) !important;
}

.bg-gray-800\/100 {
  background-color: rgb(36 36 36 / 1) !important;
}

.bg-gray-900\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.bg-gray-900\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.bg-gray-900\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.bg-gray-900\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.bg-gray-900\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.bg-gray-900\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.bg-gray-900\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.bg-gray-900\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.bg-gray-900\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.bg-gray-900\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.bg-gray-900\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.bg-gray-900\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.bg-gray-900\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.bg-gray-900\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.bg-gray-900\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0) !important;
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05) !important;
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1) !important;
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2) !important;
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25) !important;
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3) !important;
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4) !important;
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5) !important;
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6) !important;
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75) !important;
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9) !important;
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95) !important;
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1) !important;
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0) !important;
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05) !important;
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1) !important;
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2) !important;
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25) !important;
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3) !important;
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4) !important;
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5) !important;
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6) !important;
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7) !important;
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75) !important;
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8) !important;
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9) !important;
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95) !important;
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1) !important;
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0) !important;
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05) !important;
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1) !important;
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2) !important;
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25) !important;
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3) !important;
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4) !important;
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5) !important;
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6) !important;
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7) !important;
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75) !important;
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8) !important;
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9) !important;
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95) !important;
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1) !important;
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0) !important;
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05) !important;
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1) !important;
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2) !important;
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25) !important;
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3) !important;
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4) !important;
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5) !important;
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6) !important;
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7) !important;
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75) !important;
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8) !important;
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9) !important;
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95) !important;
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1) !important;
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0) !important;
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05) !important;
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1) !important;
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2) !important;
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25) !important;
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3) !important;
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4) !important;
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5) !important;
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6) !important;
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7) !important;
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75) !important;
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8) !important;
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9) !important;
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95) !important;
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1) !important;
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0) !important;
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05) !important;
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1) !important;
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2) !important;
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25) !important;
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3) !important;
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4) !important;
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5) !important;
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6) !important;
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7) !important;
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75) !important;
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8) !important;
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9) !important;
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95) !important;
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1) !important;
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0) !important;
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05) !important;
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1) !important;
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2) !important;
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25) !important;
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3) !important;
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4) !important;
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5) !important;
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6) !important;
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7) !important;
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75) !important;
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8) !important;
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9) !important;
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95) !important;
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1) !important;
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0) !important;
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05) !important;
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1) !important;
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2) !important;
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25) !important;
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3) !important;
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4) !important;
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5) !important;
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6) !important;
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7) !important;
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75) !important;
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8) !important;
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9) !important;
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95) !important;
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1) !important;
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0) !important;
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05) !important;
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1) !important;
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2) !important;
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25) !important;
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3) !important;
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4) !important;
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5) !important;
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6) !important;
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7) !important;
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75) !important;
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8) !important;
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9) !important;
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95) !important;
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1) !important;
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0) !important;
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05) !important;
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1) !important;
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2) !important;
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25) !important;
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3) !important;
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4) !important;
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5) !important;
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6) !important;
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7) !important;
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75) !important;
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8) !important;
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9) !important;
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95) !important;
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1) !important;
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0) !important;
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05) !important;
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1) !important;
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2) !important;
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25) !important;
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3) !important;
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4) !important;
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5) !important;
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6) !important;
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7) !important;
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75) !important;
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8) !important;
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9) !important;
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95) !important;
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1) !important;
}

.bg-yellow-400\/0 {
  background-color: rgb(255 235 0 / 0) !important;
}

.bg-yellow-400\/5 {
  background-color: rgb(255 235 0 / 0.05) !important;
}

.bg-yellow-400\/10 {
  background-color: rgb(255 235 0 / 0.1) !important;
}

.bg-yellow-400\/20 {
  background-color: rgb(255 235 0 / 0.2) !important;
}

.bg-yellow-400\/25 {
  background-color: rgb(255 235 0 / 0.25) !important;
}

.bg-yellow-400\/30 {
  background-color: rgb(255 235 0 / 0.3) !important;
}

.bg-yellow-400\/40 {
  background-color: rgb(255 235 0 / 0.4) !important;
}

.bg-yellow-400\/50 {
  background-color: rgb(255 235 0 / 0.5) !important;
}

.bg-yellow-400\/60 {
  background-color: rgb(255 235 0 / 0.6) !important;
}

.bg-yellow-400\/70 {
  background-color: rgb(255 235 0 / 0.7) !important;
}

.bg-yellow-400\/75 {
  background-color: rgb(255 235 0 / 0.75) !important;
}

.bg-yellow-400\/80 {
  background-color: rgb(255 235 0 / 0.8) !important;
}

.bg-yellow-400\/90 {
  background-color: rgb(255 235 0 / 0.9) !important;
}

.bg-yellow-400\/95 {
  background-color: rgb(255 235 0 / 0.95) !important;
}

.bg-yellow-400\/100 {
  background-color: rgb(255 235 0 / 1) !important;
}

.bg-yellow-500\/0 {
  background-color: rgb(255 245 0 / 0) !important;
}

.bg-yellow-500\/5 {
  background-color: rgb(255 245 0 / 0.05) !important;
}

.bg-yellow-500\/10 {
  background-color: rgb(255 245 0 / 0.1) !important;
}

.bg-yellow-500\/20 {
  background-color: rgb(255 245 0 / 0.2) !important;
}

.bg-yellow-500\/25 {
  background-color: rgb(255 245 0 / 0.25) !important;
}

.bg-yellow-500\/30 {
  background-color: rgb(255 245 0 / 0.3) !important;
}

.bg-yellow-500\/40 {
  background-color: rgb(255 245 0 / 0.4) !important;
}

.bg-yellow-500\/50 {
  background-color: rgb(255 245 0 / 0.5) !important;
}

.bg-yellow-500\/60 {
  background-color: rgb(255 245 0 / 0.6) !important;
}

.bg-yellow-500\/70 {
  background-color: rgb(255 245 0 / 0.7) !important;
}

.bg-yellow-500\/75 {
  background-color: rgb(255 245 0 / 0.75) !important;
}

.bg-yellow-500\/80 {
  background-color: rgb(255 245 0 / 0.8) !important;
}

.bg-yellow-500\/90 {
  background-color: rgb(255 245 0 / 0.9) !important;
}

.bg-yellow-500\/95 {
  background-color: rgb(255 245 0 / 0.95) !important;
}

.bg-yellow-500\/100 {
  background-color: rgb(255 245 0 / 1) !important;
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0) !important;
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05) !important;
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1) !important;
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2) !important;
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25) !important;
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3) !important;
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4) !important;
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5) !important;
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6) !important;
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7) !important;
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75) !important;
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8) !important;
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9) !important;
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95) !important;
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1) !important;
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0) !important;
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05) !important;
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1) !important;
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2) !important;
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25) !important;
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3) !important;
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4) !important;
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5) !important;
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6) !important;
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7) !important;
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75) !important;
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8) !important;
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9) !important;
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95) !important;
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1) !important;
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0) !important;
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05) !important;
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1) !important;
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2) !important;
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25) !important;
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3) !important;
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4) !important;
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5) !important;
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6) !important;
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7) !important;
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75) !important;
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8) !important;
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9) !important;
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95) !important;
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1) !important;
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0) !important;
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05) !important;
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1) !important;
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2) !important;
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25) !important;
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3) !important;
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4) !important;
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5) !important;
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6) !important;
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7) !important;
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75) !important;
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8) !important;
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9) !important;
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95) !important;
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1) !important;
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0) !important;
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05) !important;
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1) !important;
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2) !important;
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25) !important;
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3) !important;
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4) !important;
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5) !important;
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6) !important;
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7) !important;
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75) !important;
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8) !important;
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9) !important;
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95) !important;
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1) !important;
}

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0) !important;
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05) !important;
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1) !important;
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2) !important;
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25) !important;
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3) !important;
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4) !important;
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5) !important;
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6) !important;
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7) !important;
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75) !important;
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8) !important;
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9) !important;
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95) !important;
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1) !important;
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0) !important;
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05) !important;
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1) !important;
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2) !important;
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25) !important;
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3) !important;
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4) !important;
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5) !important;
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6) !important;
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7) !important;
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75) !important;
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8) !important;
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9) !important;
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95) !important;
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1) !important;
}

.bg-green-300\/0 {
  background-color: rgb(152 201 190 / 0) !important;
}

.bg-green-300\/5 {
  background-color: rgb(152 201 190 / 0.05) !important;
}

.bg-green-300\/10 {
  background-color: rgb(152 201 190 / 0.1) !important;
}

.bg-green-300\/20 {
  background-color: rgb(152 201 190 / 0.2) !important;
}

.bg-green-300\/25 {
  background-color: rgb(152 201 190 / 0.25) !important;
}

.bg-green-300\/30 {
  background-color: rgb(152 201 190 / 0.3) !important;
}

.bg-green-300\/40 {
  background-color: rgb(152 201 190 / 0.4) !important;
}

.bg-green-300\/50 {
  background-color: rgb(152 201 190 / 0.5) !important;
}

.bg-green-300\/60 {
  background-color: rgb(152 201 190 / 0.6) !important;
}

.bg-green-300\/70 {
  background-color: rgb(152 201 190 / 0.7) !important;
}

.bg-green-300\/75 {
  background-color: rgb(152 201 190 / 0.75) !important;
}

.bg-green-300\/80 {
  background-color: rgb(152 201 190 / 0.8) !important;
}

.bg-green-300\/90 {
  background-color: rgb(152 201 190 / 0.9) !important;
}

.bg-green-300\/95 {
  background-color: rgb(152 201 190 / 0.95) !important;
}

.bg-green-300\/100 {
  background-color: rgb(152 201 190 / 1) !important;
}

.bg-green-400\/0 {
  background-color: rgb(105 199 170 / 0) !important;
}

.bg-green-400\/5 {
  background-color: rgb(105 199 170 / 0.05) !important;
}

.bg-green-400\/10 {
  background-color: rgb(105 199 170 / 0.1) !important;
}

.bg-green-400\/20 {
  background-color: rgb(105 199 170 / 0.2) !important;
}

.bg-green-400\/25 {
  background-color: rgb(105 199 170 / 0.25) !important;
}

.bg-green-400\/30 {
  background-color: rgb(105 199 170 / 0.3) !important;
}

.bg-green-400\/40 {
  background-color: rgb(105 199 170 / 0.4) !important;
}

.bg-green-400\/50 {
  background-color: rgb(105 199 170 / 0.5) !important;
}

.bg-green-400\/60 {
  background-color: rgb(105 199 170 / 0.6) !important;
}

.bg-green-400\/70 {
  background-color: rgb(105 199 170 / 0.7) !important;
}

.bg-green-400\/75 {
  background-color: rgb(105 199 170 / 0.75) !important;
}

.bg-green-400\/80 {
  background-color: rgb(105 199 170 / 0.8) !important;
}

.bg-green-400\/90 {
  background-color: rgb(105 199 170 / 0.9) !important;
}

.bg-green-400\/95 {
  background-color: rgb(105 199 170 / 0.95) !important;
}

.bg-green-400\/100 {
  background-color: rgb(105 199 170 / 1) !important;
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0) !important;
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05) !important;
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1) !important;
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2) !important;
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25) !important;
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3) !important;
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4) !important;
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5) !important;
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6) !important;
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7) !important;
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75) !important;
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8) !important;
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9) !important;
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95) !important;
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1) !important;
}

.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0) !important;
}

.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05) !important;
}

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1) !important;
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2) !important;
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25) !important;
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3) !important;
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4) !important;
}

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5) !important;
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6) !important;
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7) !important;
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75) !important;
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8) !important;
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9) !important;
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95) !important;
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1) !important;
}

.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0) !important;
}

.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05) !important;
}

.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1) !important;
}

.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2) !important;
}

.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25) !important;
}

.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3) !important;
}

.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4) !important;
}

.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5) !important;
}

.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6) !important;
}

.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7) !important;
}

.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75) !important;
}

.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8) !important;
}

.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9) !important;
}

.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95) !important;
}

.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1) !important;
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0) !important;
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05) !important;
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1) !important;
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2) !important;
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25) !important;
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3) !important;
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4) !important;
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5) !important;
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6) !important;
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7) !important;
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75) !important;
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8) !important;
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9) !important;
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95) !important;
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1) !important;
}

.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0) !important;
}

.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05) !important;
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1) !important;
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2) !important;
}

.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25) !important;
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3) !important;
}

.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4) !important;
}

.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5) !important;
}

.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6) !important;
}

.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7) !important;
}

.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75) !important;
}

.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8) !important;
}

.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9) !important;
}

.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95) !important;
}

.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1) !important;
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0) !important;
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05) !important;
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1) !important;
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2) !important;
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25) !important;
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3) !important;
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4) !important;
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5) !important;
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6) !important;
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7) !important;
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75) !important;
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8) !important;
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9) !important;
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95) !important;
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1) !important;
}

.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0) !important;
}

.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05) !important;
}

.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1) !important;
}

.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2) !important;
}

.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25) !important;
}

.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3) !important;
}

.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4) !important;
}

.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5) !important;
}

.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6) !important;
}

.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7) !important;
}

.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75) !important;
}

.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8) !important;
}

.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9) !important;
}

.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95) !important;
}

.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1) !important;
}

.bg-blue-200\/0 {
  background-color: rgb(229 233 235 / 0) !important;
}

.bg-blue-200\/5 {
  background-color: rgb(229 233 235 / 0.05) !important;
}

.bg-blue-200\/10 {
  background-color: rgb(229 233 235 / 0.1) !important;
}

.bg-blue-200\/20 {
  background-color: rgb(229 233 235 / 0.2) !important;
}

.bg-blue-200\/25 {
  background-color: rgb(229 233 235 / 0.25) !important;
}

.bg-blue-200\/30 {
  background-color: rgb(229 233 235 / 0.3) !important;
}

.bg-blue-200\/40 {
  background-color: rgb(229 233 235 / 0.4) !important;
}

.bg-blue-200\/50 {
  background-color: rgb(229 233 235 / 0.5) !important;
}

.bg-blue-200\/60 {
  background-color: rgb(229 233 235 / 0.6) !important;
}

.bg-blue-200\/70 {
  background-color: rgb(229 233 235 / 0.7) !important;
}

.bg-blue-200\/75 {
  background-color: rgb(229 233 235 / 0.75) !important;
}

.bg-blue-200\/80 {
  background-color: rgb(229 233 235 / 0.8) !important;
}

.bg-blue-200\/90 {
  background-color: rgb(229 233 235 / 0.9) !important;
}

.bg-blue-200\/95 {
  background-color: rgb(229 233 235 / 0.95) !important;
}

.bg-blue-200\/100 {
  background-color: rgb(229 233 235 / 1) !important;
}

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0) !important;
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05) !important;
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1) !important;
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2) !important;
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25) !important;
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3) !important;
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4) !important;
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5) !important;
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6) !important;
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7) !important;
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75) !important;
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8) !important;
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9) !important;
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95) !important;
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1) !important;
}

.bg-blue-400\/0 {
  background-color: rgb(74 164 225 / 0) !important;
}

.bg-blue-400\/5 {
  background-color: rgb(74 164 225 / 0.05) !important;
}

.bg-blue-400\/10 {
  background-color: rgb(74 164 225 / 0.1) !important;
}

.bg-blue-400\/20 {
  background-color: rgb(74 164 225 / 0.2) !important;
}

.bg-blue-400\/25 {
  background-color: rgb(74 164 225 / 0.25) !important;
}

.bg-blue-400\/30 {
  background-color: rgb(74 164 225 / 0.3) !important;
}

.bg-blue-400\/40 {
  background-color: rgb(74 164 225 / 0.4) !important;
}

.bg-blue-400\/50 {
  background-color: rgb(74 164 225 / 0.5) !important;
}

.bg-blue-400\/60 {
  background-color: rgb(74 164 225 / 0.6) !important;
}

.bg-blue-400\/70 {
  background-color: rgb(74 164 225 / 0.7) !important;
}

.bg-blue-400\/75 {
  background-color: rgb(74 164 225 / 0.75) !important;
}

.bg-blue-400\/80 {
  background-color: rgb(74 164 225 / 0.8) !important;
}

.bg-blue-400\/90 {
  background-color: rgb(74 164 225 / 0.9) !important;
}

.bg-blue-400\/95 {
  background-color: rgb(74 164 225 / 0.95) !important;
}

.bg-blue-400\/100 {
  background-color: rgb(74 164 225 / 1) !important;
}

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0) !important;
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05) !important;
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1) !important;
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2) !important;
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25) !important;
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3) !important;
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4) !important;
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5) !important;
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6) !important;
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7) !important;
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75) !important;
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8) !important;
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9) !important;
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95) !important;
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1) !important;
}

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0) !important;
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05) !important;
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1) !important;
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2) !important;
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25) !important;
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3) !important;
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4) !important;
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5) !important;
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6) !important;
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7) !important;
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75) !important;
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8) !important;
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9) !important;
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95) !important;
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1) !important;
}

.bg-blue-700\/0 {
  background-color: rgb(65 93 114 / 0) !important;
}

.bg-blue-700\/5 {
  background-color: rgb(65 93 114 / 0.05) !important;
}

.bg-blue-700\/10 {
  background-color: rgb(65 93 114 / 0.1) !important;
}

.bg-blue-700\/20 {
  background-color: rgb(65 93 114 / 0.2) !important;
}

.bg-blue-700\/25 {
  background-color: rgb(65 93 114 / 0.25) !important;
}

.bg-blue-700\/30 {
  background-color: rgb(65 93 114 / 0.3) !important;
}

.bg-blue-700\/40 {
  background-color: rgb(65 93 114 / 0.4) !important;
}

.bg-blue-700\/50 {
  background-color: rgb(65 93 114 / 0.5) !important;
}

.bg-blue-700\/60 {
  background-color: rgb(65 93 114 / 0.6) !important;
}

.bg-blue-700\/70 {
  background-color: rgb(65 93 114 / 0.7) !important;
}

.bg-blue-700\/75 {
  background-color: rgb(65 93 114 / 0.75) !important;
}

.bg-blue-700\/80 {
  background-color: rgb(65 93 114 / 0.8) !important;
}

.bg-blue-700\/90 {
  background-color: rgb(65 93 114 / 0.9) !important;
}

.bg-blue-700\/95 {
  background-color: rgb(65 93 114 / 0.95) !important;
}

.bg-blue-700\/100 {
  background-color: rgb(65 93 114 / 1) !important;
}

.bg-blue-800\/0 {
  background-color: rgb(24 59 84 / 0) !important;
}

.bg-blue-800\/5 {
  background-color: rgb(24 59 84 / 0.05) !important;
}

.bg-blue-800\/10 {
  background-color: rgb(24 59 84 / 0.1) !important;
}

.bg-blue-800\/20 {
  background-color: rgb(24 59 84 / 0.2) !important;
}

.bg-blue-800\/25 {
  background-color: rgb(24 59 84 / 0.25) !important;
}

.bg-blue-800\/30 {
  background-color: rgb(24 59 84 / 0.3) !important;
}

.bg-blue-800\/40 {
  background-color: rgb(24 59 84 / 0.4) !important;
}

.bg-blue-800\/50 {
  background-color: rgb(24 59 84 / 0.5) !important;
}

.bg-blue-800\/60 {
  background-color: rgb(24 59 84 / 0.6) !important;
}

.bg-blue-800\/70 {
  background-color: rgb(24 59 84 / 0.7) !important;
}

.bg-blue-800\/75 {
  background-color: rgb(24 59 84 / 0.75) !important;
}

.bg-blue-800\/80 {
  background-color: rgb(24 59 84 / 0.8) !important;
}

.bg-blue-800\/90 {
  background-color: rgb(24 59 84 / 0.9) !important;
}

.bg-blue-800\/95 {
  background-color: rgb(24 59 84 / 0.95) !important;
}

.bg-blue-800\/100 {
  background-color: rgb(24 59 84 / 1) !important;
}

.bg-blue-900\/0 {
  background-color: rgb(0 38 66 / 0) !important;
}

.bg-blue-900\/5 {
  background-color: rgb(0 38 66 / 0.05) !important;
}

.bg-blue-900\/50 {
  background-color: rgb(0 38 66 / 0.5) !important;
}

.bg-blue-900\/60 {
  background-color: rgb(0 38 66 / 0.6) !important;
}

.bg-blue-900\/70 {
  background-color: rgb(0 38 66 / 0.7) !important;
}

.bg-blue-900\/75 {
  background-color: rgb(0 38 66 / 0.75) !important;
}

.bg-blue-900\/80 {
  background-color: rgb(0 38 66 / 0.8) !important;
}

.bg-blue-900\/90 {
  background-color: rgb(0 38 66 / 0.9) !important;
}

.bg-blue-900\/95 {
  background-color: rgb(0 38 66 / 0.95) !important;
}

.bg-blue-900\/100 {
  background-color: rgb(0 38 66 / 1) !important;
}

.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0) !important;
}

.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05) !important;
}

.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1) !important;
}

.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2) !important;
}

.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25) !important;
}

.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3) !important;
}

.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4) !important;
}

.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5) !important;
}

.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6) !important;
}

.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7) !important;
}

.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75) !important;
}

.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8) !important;
}

.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9) !important;
}

.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95) !important;
}

.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1) !important;
}

.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0) !important;
}

.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05) !important;
}

.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1) !important;
}

.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2) !important;
}

.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25) !important;
}

.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3) !important;
}

.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4) !important;
}

.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5) !important;
}

.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6) !important;
}

.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7) !important;
}

.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75) !important;
}

.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8) !important;
}

.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9) !important;
}

.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95) !important;
}

.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1) !important;
}

.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0) !important;
}

.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05) !important;
}

.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1) !important;
}

.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2) !important;
}

.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25) !important;
}

.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3) !important;
}

.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4) !important;
}

.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5) !important;
}

.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6) !important;
}

.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7) !important;
}

.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75) !important;
}

.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8) !important;
}

.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9) !important;
}

.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95) !important;
}

.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1) !important;
}

.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0) !important;
}

.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05) !important;
}

.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1) !important;
}

.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2) !important;
}

.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25) !important;
}

.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3) !important;
}

.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4) !important;
}

.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5) !important;
}

.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6) !important;
}

.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7) !important;
}

.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75) !important;
}

.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8) !important;
}

.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9) !important;
}

.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95) !important;
}

.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1) !important;
}

.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0) !important;
}

.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05) !important;
}

.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1) !important;
}

.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2) !important;
}

.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25) !important;
}

.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3) !important;
}

.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4) !important;
}

.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5) !important;
}

.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6) !important;
}

.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7) !important;
}

.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75) !important;
}

.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8) !important;
}

.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9) !important;
}

.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95) !important;
}

.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1) !important;
}

.bg-indigo-500\/0 {
  background-color: rgb(104 59 255 / 0) !important;
}

.bg-indigo-500\/5 {
  background-color: rgb(104 59 255 / 0.05) !important;
}

.bg-indigo-500\/10 {
  background-color: rgb(104 59 255 / 0.1) !important;
}

.bg-indigo-500\/20 {
  background-color: rgb(104 59 255 / 0.2) !important;
}

.bg-indigo-500\/25 {
  background-color: rgb(104 59 255 / 0.25) !important;
}

.bg-indigo-500\/30 {
  background-color: rgb(104 59 255 / 0.3) !important;
}

.bg-indigo-500\/40 {
  background-color: rgb(104 59 255 / 0.4) !important;
}

.bg-indigo-500\/50 {
  background-color: rgb(104 59 255 / 0.5) !important;
}

.bg-indigo-500\/60 {
  background-color: rgb(104 59 255 / 0.6) !important;
}

.bg-indigo-500\/70 {
  background-color: rgb(104 59 255 / 0.7) !important;
}

.bg-indigo-500\/75 {
  background-color: rgb(104 59 255 / 0.75) !important;
}

.bg-indigo-500\/80 {
  background-color: rgb(104 59 255 / 0.8) !important;
}

.bg-indigo-500\/90 {
  background-color: rgb(104 59 255 / 0.9) !important;
}

.bg-indigo-500\/95 {
  background-color: rgb(104 59 255 / 0.95) !important;
}

.bg-indigo-500\/100 {
  background-color: rgb(104 59 255 / 1) !important;
}

.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0) !important;
}

.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05) !important;
}

.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1) !important;
}

.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2) !important;
}

.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25) !important;
}

.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3) !important;
}

.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4) !important;
}

.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5) !important;
}

.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6) !important;
}

.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7) !important;
}

.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75) !important;
}

.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8) !important;
}

.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9) !important;
}

.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95) !important;
}

.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1) !important;
}

.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0) !important;
}

.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05) !important;
}

.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1) !important;
}

.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2) !important;
}

.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25) !important;
}

.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3) !important;
}

.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4) !important;
}

.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5) !important;
}

.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6) !important;
}

.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7) !important;
}

.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75) !important;
}

.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8) !important;
}

.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9) !important;
}

.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95) !important;
}

.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1) !important;
}

.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0) !important;
}

.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05) !important;
}

.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1) !important;
}

.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2) !important;
}

.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25) !important;
}

.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3) !important;
}

.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4) !important;
}

.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5) !important;
}

.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6) !important;
}

.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7) !important;
}

.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75) !important;
}

.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8) !important;
}

.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9) !important;
}

.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95) !important;
}

.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1) !important;
}

.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0) !important;
}

.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05) !important;
}

.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1) !important;
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2) !important;
}

.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25) !important;
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3) !important;
}

.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4) !important;
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5) !important;
}

.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6) !important;
}

.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7) !important;
}

.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75) !important;
}

.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8) !important;
}

.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9) !important;
}

.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95) !important;
}

.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1) !important;
}

.bg-turquoise-300\/0 {
  background-color: rgb(83 207 255 / 0) !important;
}

.bg-turquoise-300\/5 {
  background-color: rgb(83 207 255 / 0.05) !important;
}

.bg-turquoise-300\/10 {
  background-color: rgb(83 207 255 / 0.1) !important;
}

.bg-turquoise-300\/20 {
  background-color: rgb(83 207 255 / 0.2) !important;
}

.bg-turquoise-300\/25 {
  background-color: rgb(83 207 255 / 0.25) !important;
}

.bg-turquoise-300\/30 {
  background-color: rgb(83 207 255 / 0.3) !important;
}

.bg-turquoise-300\/40 {
  background-color: rgb(83 207 255 / 0.4) !important;
}

.bg-turquoise-300\/50 {
  background-color: rgb(83 207 255 / 0.5) !important;
}

.bg-turquoise-300\/60 {
  background-color: rgb(83 207 255 / 0.6) !important;
}

.bg-turquoise-300\/70 {
  background-color: rgb(83 207 255 / 0.7) !important;
}

.bg-turquoise-300\/75 {
  background-color: rgb(83 207 255 / 0.75) !important;
}

.bg-turquoise-300\/80 {
  background-color: rgb(83 207 255 / 0.8) !important;
}

.bg-turquoise-300\/90 {
  background-color: rgb(83 207 255 / 0.9) !important;
}

.bg-turquoise-300\/95 {
  background-color: rgb(83 207 255 / 0.95) !important;
}

.bg-turquoise-300\/100 {
  background-color: rgb(83 207 255 / 1) !important;
}

.bg-turquoise-400\/0 {
  background-color: rgb(0 167 231 / 0) !important;
}

.bg-turquoise-400\/5 {
  background-color: rgb(0 167 231 / 0.05) !important;
}

.bg-turquoise-400\/10 {
  background-color: rgb(0 167 231 / 0.1) !important;
}

.bg-turquoise-400\/20 {
  background-color: rgb(0 167 231 / 0.2) !important;
}

.bg-turquoise-400\/25 {
  background-color: rgb(0 167 231 / 0.25) !important;
}

.bg-turquoise-400\/30 {
  background-color: rgb(0 167 231 / 0.3) !important;
}

.bg-turquoise-400\/40 {
  background-color: rgb(0 167 231 / 0.4) !important;
}

.bg-turquoise-400\/50 {
  background-color: rgb(0 167 231 / 0.5) !important;
}

.bg-turquoise-400\/60 {
  background-color: rgb(0 167 231 / 0.6) !important;
}

.bg-turquoise-400\/70 {
  background-color: rgb(0 167 231 / 0.7) !important;
}

.bg-turquoise-400\/75 {
  background-color: rgb(0 167 231 / 0.75) !important;
}

.bg-turquoise-400\/80 {
  background-color: rgb(0 167 231 / 0.8) !important;
}

.bg-turquoise-400\/90 {
  background-color: rgb(0 167 231 / 0.9) !important;
}

.bg-turquoise-400\/95 {
  background-color: rgb(0 167 231 / 0.95) !important;
}

.bg-turquoise-400\/100 {
  background-color: rgb(0 167 231 / 1) !important;
}

.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0) !important;
}

.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05) !important;
}

.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1) !important;
}

.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2) !important;
}

.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25) !important;
}

.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3) !important;
}

.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4) !important;
}

.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5) !important;
}

.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6) !important;
}

.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7) !important;
}

.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75) !important;
}

.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8) !important;
}

.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9) !important;
}

.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95) !important;
}

.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1) !important;
}

.bg-pink-100\/0 {
  background-color: rgb(246 184 185 / 0) !important;
}

.bg-pink-100\/5 {
  background-color: rgb(246 184 185 / 0.05) !important;
}

.bg-pink-100\/10 {
  background-color: rgb(246 184 185 / 0.1) !important;
}

.bg-pink-100\/20 {
  background-color: rgb(246 184 185 / 0.2) !important;
}

.bg-pink-100\/25 {
  background-color: rgb(246 184 185 / 0.25) !important;
}

.bg-pink-100\/30 {
  background-color: rgb(246 184 185 / 0.3) !important;
}

.bg-pink-100\/40 {
  background-color: rgb(246 184 185 / 0.4) !important;
}

.bg-pink-100\/50 {
  background-color: rgb(246 184 185 / 0.5) !important;
}

.bg-pink-100\/60 {
  background-color: rgb(246 184 185 / 0.6) !important;
}

.bg-pink-100\/70 {
  background-color: rgb(246 184 185 / 0.7) !important;
}

.bg-pink-100\/75 {
  background-color: rgb(246 184 185 / 0.75) !important;
}

.bg-pink-100\/80 {
  background-color: rgb(246 184 185 / 0.8) !important;
}

.bg-pink-100\/90 {
  background-color: rgb(246 184 185 / 0.9) !important;
}

.bg-pink-100\/95 {
  background-color: rgb(246 184 185 / 0.95) !important;
}

.bg-pink-100\/100 {
  background-color: rgb(246 184 185 / 1) !important;
}

.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0) !important;
}

.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05) !important;
}

.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1) !important;
}

.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2) !important;
}

.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25) !important;
}

.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3) !important;
}

.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4) !important;
}

.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5) !important;
}

.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6) !important;
}

.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7) !important;
}

.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75) !important;
}

.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8) !important;
}

.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9) !important;
}

.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95) !important;
}

.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1) !important;
}

.bg-pink-300\/0 {
  background-color: rgb(250 176 177 / 0) !important;
}

.bg-pink-300\/5 {
  background-color: rgb(250 176 177 / 0.05) !important;
}

.bg-pink-300\/10 {
  background-color: rgb(250 176 177 / 0.1) !important;
}

.bg-pink-300\/20 {
  background-color: rgb(250 176 177 / 0.2) !important;
}

.bg-pink-300\/25 {
  background-color: rgb(250 176 177 / 0.25) !important;
}

.bg-pink-300\/30 {
  background-color: rgb(250 176 177 / 0.3) !important;
}

.bg-pink-300\/40 {
  background-color: rgb(250 176 177 / 0.4) !important;
}

.bg-pink-300\/50 {
  background-color: rgb(250 176 177 / 0.5) !important;
}

.bg-pink-300\/60 {
  background-color: rgb(250 176 177 / 0.6) !important;
}

.bg-pink-300\/70 {
  background-color: rgb(250 176 177 / 0.7) !important;
}

.bg-pink-300\/75 {
  background-color: rgb(250 176 177 / 0.75) !important;
}

.bg-pink-300\/80 {
  background-color: rgb(250 176 177 / 0.8) !important;
}

.bg-pink-300\/90 {
  background-color: rgb(250 176 177 / 0.9) !important;
}

.bg-pink-300\/95 {
  background-color: rgb(250 176 177 / 0.95) !important;
}

.bg-pink-300\/100 {
  background-color: rgb(250 176 177 / 1) !important;
}

.bg-pink-400\/0 {
  background-color: rgb(241 144 145 / 0) !important;
}

.bg-pink-400\/5 {
  background-color: rgb(241 144 145 / 0.05) !important;
}

.bg-pink-400\/10 {
  background-color: rgb(241 144 145 / 0.1) !important;
}

.bg-pink-400\/20 {
  background-color: rgb(241 144 145 / 0.2) !important;
}

.bg-pink-400\/25 {
  background-color: rgb(241 144 145 / 0.25) !important;
}

.bg-pink-400\/30 {
  background-color: rgb(241 144 145 / 0.3) !important;
}

.bg-pink-400\/40 {
  background-color: rgb(241 144 145 / 0.4) !important;
}

.bg-pink-400\/50 {
  background-color: rgb(241 144 145 / 0.5) !important;
}

.bg-pink-400\/60 {
  background-color: rgb(241 144 145 / 0.6) !important;
}

.bg-pink-400\/70 {
  background-color: rgb(241 144 145 / 0.7) !important;
}

.bg-pink-400\/75 {
  background-color: rgb(241 144 145 / 0.75) !important;
}

.bg-pink-400\/80 {
  background-color: rgb(241 144 145 / 0.8) !important;
}

.bg-pink-400\/90 {
  background-color: rgb(241 144 145 / 0.9) !important;
}

.bg-pink-400\/95 {
  background-color: rgb(241 144 145 / 0.95) !important;
}

.bg-pink-400\/100 {
  background-color: rgb(241 144 145 / 1) !important;
}

.bg-pink-500\/0 {
  background-color: rgb(255 54 112 / 0) !important;
}

.bg-pink-500\/5 {
  background-color: rgb(255 54 112 / 0.05) !important;
}

.bg-pink-500\/10 {
  background-color: rgb(255 54 112 / 0.1) !important;
}

.bg-pink-500\/20 {
  background-color: rgb(255 54 112 / 0.2) !important;
}

.bg-pink-500\/25 {
  background-color: rgb(255 54 112 / 0.25) !important;
}

.bg-pink-500\/30 {
  background-color: rgb(255 54 112 / 0.3) !important;
}

.bg-pink-500\/40 {
  background-color: rgb(255 54 112 / 0.4) !important;
}

.bg-pink-500\/50 {
  background-color: rgb(255 54 112 / 0.5) !important;
}

.bg-pink-500\/60 {
  background-color: rgb(255 54 112 / 0.6) !important;
}

.bg-pink-500\/70 {
  background-color: rgb(255 54 112 / 0.7) !important;
}

.bg-pink-500\/75 {
  background-color: rgb(255 54 112 / 0.75) !important;
}

.bg-pink-500\/80 {
  background-color: rgb(255 54 112 / 0.8) !important;
}

.bg-pink-500\/90 {
  background-color: rgb(255 54 112 / 0.9) !important;
}

.bg-pink-500\/95 {
  background-color: rgb(255 54 112 / 0.95) !important;
}

.bg-pink-500\/100 {
  background-color: rgb(255 54 112 / 1) !important;
}

.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0) !important;
}

.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05) !important;
}

.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1) !important;
}

.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2) !important;
}

.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25) !important;
}

.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3) !important;
}

.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4) !important;
}

.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5) !important;
}

.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6) !important;
}

.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7) !important;
}

.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75) !important;
}

.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8) !important;
}

.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9) !important;
}

.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95) !important;
}

.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1) !important;
}

.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0) !important;
}

.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05) !important;
}

.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1) !important;
}

.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2) !important;
}

.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25) !important;
}

.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3) !important;
}

.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4) !important;
}

.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5) !important;
}

.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6) !important;
}

.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7) !important;
}

.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75) !important;
}

.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8) !important;
}

.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9) !important;
}

.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95) !important;
}

.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1) !important;
}

.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0) !important;
}

.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05) !important;
}

.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1) !important;
}

.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2) !important;
}

.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25) !important;
}

.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3) !important;
}

.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4) !important;
}

.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5) !important;
}

.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6) !important;
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7) !important;
}

.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75) !important;
}

.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8) !important;
}

.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9) !important;
}

.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95) !important;
}

.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1) !important;
}

.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0) !important;
}

.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05) !important;
}

.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1) !important;
}

.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2) !important;
}

.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25) !important;
}

.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3) !important;
}

.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4) !important;
}

.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5) !important;
}

.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6) !important;
}

.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7) !important;
}

.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75) !important;
}

.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8) !important;
}

.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9) !important;
}

.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95) !important;
}

.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1) !important;
}

.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0) !important;
}

.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05) !important;
}

.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1) !important;
}

.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2) !important;
}

.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25) !important;
}

.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3) !important;
}

.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4) !important;
}

.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5) !important;
}

.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6) !important;
}

.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7) !important;
}

.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75) !important;
}

.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8) !important;
}

.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9) !important;
}

.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95) !important;
}

.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1) !important;
}

.bg-teal-100\/0 {
  background-color: rgb(204 210 216 / 0) !important;
}

.bg-teal-100\/5 {
  background-color: rgb(204 210 216 / 0.05) !important;
}

.bg-teal-100\/10 {
  background-color: rgb(204 210 216 / 0.1) !important;
}

.bg-teal-100\/20 {
  background-color: rgb(204 210 216 / 0.2) !important;
}

.bg-teal-100\/25 {
  background-color: rgb(204 210 216 / 0.25) !important;
}

.bg-teal-100\/30 {
  background-color: rgb(204 210 216 / 0.3) !important;
}

.bg-teal-100\/40 {
  background-color: rgb(204 210 216 / 0.4) !important;
}

.bg-teal-100\/50 {
  background-color: rgb(204 210 216 / 0.5) !important;
}

.bg-teal-100\/60 {
  background-color: rgb(204 210 216 / 0.6) !important;
}

.bg-teal-100\/70 {
  background-color: rgb(204 210 216 / 0.7) !important;
}

.bg-teal-100\/75 {
  background-color: rgb(204 210 216 / 0.75) !important;
}

.bg-teal-100\/80 {
  background-color: rgb(204 210 216 / 0.8) !important;
}

.bg-teal-100\/90 {
  background-color: rgb(204 210 216 / 0.9) !important;
}

.bg-teal-100\/95 {
  background-color: rgb(204 210 216 / 0.95) !important;
}

.bg-teal-100\/100 {
  background-color: rgb(204 210 216 / 1) !important;
}

.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0) !important;
}

.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05) !important;
}

.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1) !important;
}

.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2) !important;
}

.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25) !important;
}

.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3) !important;
}

.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4) !important;
}

.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5) !important;
}

.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6) !important;
}

.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7) !important;
}

.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75) !important;
}

.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8) !important;
}

.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9) !important;
}

.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95) !important;
}

.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1) !important;
}

.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0) !important;
}

.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05) !important;
}

.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1) !important;
}

.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2) !important;
}

.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25) !important;
}

.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3) !important;
}

.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4) !important;
}

.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5) !important;
}

.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6) !important;
}

.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7) !important;
}

.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75) !important;
}

.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8) !important;
}

.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9) !important;
}

.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95) !important;
}

.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1) !important;
}

.bg-teal-400\/0 {
  background-color: rgb(0 104 123 / 0) !important;
}

.bg-teal-400\/5 {
  background-color: rgb(0 104 123 / 0.05) !important;
}

.bg-teal-400\/10 {
  background-color: rgb(0 104 123 / 0.1) !important;
}

.bg-teal-400\/20 {
  background-color: rgb(0 104 123 / 0.2) !important;
}

.bg-teal-400\/25 {
  background-color: rgb(0 104 123 / 0.25) !important;
}

.bg-teal-400\/30 {
  background-color: rgb(0 104 123 / 0.3) !important;
}

.bg-teal-400\/40 {
  background-color: rgb(0 104 123 / 0.4) !important;
}

.bg-teal-400\/50 {
  background-color: rgb(0 104 123 / 0.5) !important;
}

.bg-teal-400\/60 {
  background-color: rgb(0 104 123 / 0.6) !important;
}

.bg-teal-400\/70 {
  background-color: rgb(0 104 123 / 0.7) !important;
}

.bg-teal-400\/75 {
  background-color: rgb(0 104 123 / 0.75) !important;
}

.bg-teal-400\/80 {
  background-color: rgb(0 104 123 / 0.8) !important;
}

.bg-teal-400\/90 {
  background-color: rgb(0 104 123 / 0.9) !important;
}

.bg-teal-400\/95 {
  background-color: rgb(0 104 123 / 0.95) !important;
}

.bg-teal-400\/100 {
  background-color: rgb(0 104 123 / 1) !important;
}

.bg-teal-500\/0 {
  background-color: rgb(0 255 231 / 0) !important;
}

.bg-teal-500\/5 {
  background-color: rgb(0 255 231 / 0.05) !important;
}

.bg-teal-500\/10 {
  background-color: rgb(0 255 231 / 0.1) !important;
}

.bg-teal-500\/20 {
  background-color: rgb(0 255 231 / 0.2) !important;
}

.bg-teal-500\/25 {
  background-color: rgb(0 255 231 / 0.25) !important;
}

.bg-teal-500\/30 {
  background-color: rgb(0 255 231 / 0.3) !important;
}

.bg-teal-500\/40 {
  background-color: rgb(0 255 231 / 0.4) !important;
}

.bg-teal-500\/50 {
  background-color: rgb(0 255 231 / 0.5) !important;
}

.bg-teal-500\/60 {
  background-color: rgb(0 255 231 / 0.6) !important;
}

.bg-teal-500\/70 {
  background-color: rgb(0 255 231 / 0.7) !important;
}

.bg-teal-500\/75 {
  background-color: rgb(0 255 231 / 0.75) !important;
}

.bg-teal-500\/80 {
  background-color: rgb(0 255 231 / 0.8) !important;
}

.bg-teal-500\/90 {
  background-color: rgb(0 255 231 / 0.9) !important;
}

.bg-teal-500\/95 {
  background-color: rgb(0 255 231 / 0.95) !important;
}

.bg-teal-500\/100 {
  background-color: rgb(0 255 231 / 1) !important;
}

.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0) !important;
}

.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05) !important;
}

.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1) !important;
}

.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2) !important;
}

.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25) !important;
}

.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3) !important;
}

.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4) !important;
}

.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5) !important;
}

.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6) !important;
}

.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7) !important;
}

.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75) !important;
}

.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8) !important;
}

.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9) !important;
}

.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95) !important;
}

.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1) !important;
}

.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0) !important;
}

.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05) !important;
}

.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1) !important;
}

.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2) !important;
}

.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25) !important;
}

.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3) !important;
}

.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4) !important;
}

.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5) !important;
}

.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6) !important;
}

.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7) !important;
}

.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75) !important;
}

.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8) !important;
}

.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9) !important;
}

.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95) !important;
}

.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1) !important;
}

.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0) !important;
}

.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05) !important;
}

.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1) !important;
}

.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2) !important;
}

.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25) !important;
}

.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3) !important;
}

.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4) !important;
}

.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5) !important;
}

.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6) !important;
}

.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7) !important;
}

.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75) !important;
}

.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8) !important;
}

.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9) !important;
}

.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95) !important;
}

.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1) !important;
}

.bg-teal-900\/0 {
  background-color: rgb(0 51 68 / 0) !important;
}

.bg-teal-900\/5 {
  background-color: rgb(0 51 68 / 0.05) !important;
}

.bg-teal-900\/10 {
  background-color: rgb(0 51 68 / 0.1) !important;
}

.bg-teal-900\/20 {
  background-color: rgb(0 51 68 / 0.2) !important;
}

.bg-teal-900\/25 {
  background-color: rgb(0 51 68 / 0.25) !important;
}

.bg-teal-900\/30 {
  background-color: rgb(0 51 68 / 0.3) !important;
}

.bg-teal-900\/40 {
  background-color: rgb(0 51 68 / 0.4) !important;
}

.bg-teal-900\/50 {
  background-color: rgb(0 51 68 / 0.5) !important;
}

.bg-teal-900\/60 {
  background-color: rgb(0 51 68 / 0.6) !important;
}

.bg-teal-900\/70 {
  background-color: rgb(0 51 68 / 0.7) !important;
}

.bg-teal-900\/75 {
  background-color: rgb(0 51 68 / 0.75) !important;
}

.bg-teal-900\/80 {
  background-color: rgb(0 51 68 / 0.8) !important;
}

.bg-teal-900\/90 {
  background-color: rgb(0 51 68 / 0.9) !important;
}

.bg-teal-900\/95 {
  background-color: rgb(0 51 68 / 0.95) !important;
}

.bg-teal-900\/100 {
  background-color: rgb(0 51 68 / 1) !important;
}

.bg-purple-400\/0 {
  background-color: rgb(112 100 164 / 0) !important;
}

.bg-purple-400\/5 {
  background-color: rgb(112 100 164 / 0.05) !important;
}

.bg-purple-400\/10 {
  background-color: rgb(112 100 164 / 0.1) !important;
}

.bg-purple-400\/20 {
  background-color: rgb(112 100 164 / 0.2) !important;
}

.bg-purple-400\/25 {
  background-color: rgb(112 100 164 / 0.25) !important;
}

.bg-purple-400\/30 {
  background-color: rgb(112 100 164 / 0.3) !important;
}

.bg-purple-400\/40 {
  background-color: rgb(112 100 164 / 0.4) !important;
}

.bg-purple-400\/50 {
  background-color: rgb(112 100 164 / 0.5) !important;
}

.bg-purple-400\/60 {
  background-color: rgb(112 100 164 / 0.6) !important;
}

.bg-purple-400\/70 {
  background-color: rgb(112 100 164 / 0.7) !important;
}

.bg-purple-400\/75 {
  background-color: rgb(112 100 164 / 0.75) !important;
}

.bg-purple-400\/80 {
  background-color: rgb(112 100 164 / 0.8) !important;
}

.bg-purple-400\/90 {
  background-color: rgb(112 100 164 / 0.9) !important;
}

.bg-purple-400\/95 {
  background-color: rgb(112 100 164 / 0.95) !important;
}

.bg-purple-400\/100 {
  background-color: rgb(112 100 164 / 1) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

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

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

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

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

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

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

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

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

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

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

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

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

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

.p-5 {
  padding: 1.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

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

.p-6 {
  padding: 1.5rem !important;
}

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

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

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

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

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

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

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

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

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

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

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

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

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

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

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

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

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

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

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

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

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

.pt-5 {
  padding-top: 1.25rem !important;
}

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

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

.pt-2 {
  padding-top: 0.5rem !important;
}

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

.pt-10 {
  padding-top: 2.5rem !important;
}

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

.pt-\[74px\] {
  padding-top: 74px !important;
}

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

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

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

.pt-0 {
  padding-top: 0px !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

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

.pt-16 {
  padding-top: 4rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

.font-sans {
  font-family: "Poppins", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-1\.8xl {
  font-size: 1.4rem !important;
}

.text-10xl {
  font-size: 10rem !important;
}

.text-12xl {
  font-size: 12rem !important;
}

.text-15xl {
  font-size: 15rem !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.font-thin {
  font-weight: 100 !important;
}

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

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

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

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

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

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

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

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

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

.italic {
  font-style: italic !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-tight {
  line-height: 1.15 !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

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

.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 164 225 / var(--tw-text-opacity)) !important;
}

.text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 38 66 / var(--tw-text-opacity)) !important;
}

.text-turquoise-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 167 231 / var(--tw-text-opacity)) !important;
}

.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(152 201 190 / var(--tw-text-opacity)) !important;
}

.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(105 199 170 / var(--tw-text-opacity)) !important;
}

.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 235 0 / var(--tw-text-opacity)) !important;
}

.text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 144 145 / var(--tw-text-opacity)) !important;
}

.text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(112 100 164 / var(--tw-text-opacity)) !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

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

.text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 120 49 / var(--tw-text-opacity)) !important;
}

.text-gray-20 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 234 234 / var(--tw-text-opacity)) !important;
}

.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(242 244 245 / var(--tw-text-opacity)) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 226 226 / var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(54 54 54 / var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(36 36 36 / var(--tw-text-opacity)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}

.text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}

.text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}

.text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}

.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}

.text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}

.text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}

.text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
}

.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
}

.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}

.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 245 0 / var(--tw-text-opacity)) !important;
}

.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}

.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}

.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}

.text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
}

.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}

.text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 252 231 / var(--tw-text-opacity)) !important;
}

.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}

.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}

.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity)) !important;
}

.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}

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

.text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 233 235 / var(--tw-text-opacity)) !important;
}

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

.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}

.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}

.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(65 93 114 / var(--tw-text-opacity)) !important;
}

.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(24 59 84 / var(--tw-text-opacity)) !important;
}

.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity)) !important;
}

.text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(224 231 255 / var(--tw-text-opacity)) !important;
}

.text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(199 210 254 / var(--tw-text-opacity)) !important;
}

.text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(165 180 252 / var(--tw-text-opacity)) !important;
}

.text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity)) !important;
}

.text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(104 59 255 / var(--tw-text-opacity)) !important;
}

.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}

.text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
}

.text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
}

.text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity)) !important;
}

.text-turquoise-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(83 207 255 / var(--tw-text-opacity)) !important;
}

.text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 242 248 / var(--tw-text-opacity)) !important;
}

.text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(246 184 185 / var(--tw-text-opacity)) !important;
}

.text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 207 232 / var(--tw-text-opacity)) !important;
}

.text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 176 177 / var(--tw-text-opacity)) !important;
}

.text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 54 112 / var(--tw-text-opacity)) !important;
}

.text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(219 39 119 / var(--tw-text-opacity)) !important;
}

.text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 24 93 / var(--tw-text-opacity)) !important;
}

.text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(157 23 77 / var(--tw-text-opacity)) !important;
}

.text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(131 24 67 / var(--tw-text-opacity)) !important;
}

.text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 250 / var(--tw-text-opacity)) !important;
}

.text-teal-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(204 210 216 / var(--tw-text-opacity)) !important;
}

.text-teal-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 246 228 / var(--tw-text-opacity)) !important;
}

.text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(94 234 212 / var(--tw-text-opacity)) !important;
}

.text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 104 123 / var(--tw-text-opacity)) !important;
}

.text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 255 231 / var(--tw-text-opacity)) !important;
}

.text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity)) !important;
}

.text-teal-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 118 110 / var(--tw-text-opacity)) !important;
}

.text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 94 89 / var(--tw-text-opacity)) !important;
}

.text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 51 68 / var(--tw-text-opacity)) !important;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-orange-700\/0 {
  color: rgb(248 120 49 / 0) !important;
}

.text-orange-700\/5 {
  color: rgb(248 120 49 / 0.05) !important;
}

.text-orange-700\/10 {
  color: rgb(248 120 49 / 0.1) !important;
}

.text-orange-700\/20 {
  color: rgb(248 120 49 / 0.2) !important;
}

.text-orange-700\/25 {
  color: rgb(248 120 49 / 0.25) !important;
}

.text-orange-700\/30 {
  color: rgb(248 120 49 / 0.3) !important;
}

.text-orange-700\/40 {
  color: rgb(248 120 49 / 0.4) !important;
}

.text-orange-700\/50 {
  color: rgb(248 120 49 / 0.5) !important;
}

.text-orange-700\/60 {
  color: rgb(248 120 49 / 0.6) !important;
}

.text-orange-700\/70 {
  color: rgb(248 120 49 / 0.7) !important;
}

.text-orange-700\/75 {
  color: rgb(248 120 49 / 0.75) !important;
}

.text-orange-700\/80 {
  color: rgb(248 120 49 / 0.8) !important;
}

.text-orange-700\/90 {
  color: rgb(248 120 49 / 0.9) !important;
}

.text-orange-700\/95 {
  color: rgb(248 120 49 / 0.95) !important;
}

.text-orange-700\/100 {
  color: rgb(248 120 49 / 1) !important;
}

.text-gray-20\/0 {
  color: rgb(234 234 234 / 0) !important;
}

.text-gray-20\/5 {
  color: rgb(234 234 234 / 0.05) !important;
}

.text-gray-20\/10 {
  color: rgb(234 234 234 / 0.1) !important;
}

.text-gray-20\/20 {
  color: rgb(234 234 234 / 0.2) !important;
}

.text-gray-20\/25 {
  color: rgb(234 234 234 / 0.25) !important;
}

.text-gray-20\/30 {
  color: rgb(234 234 234 / 0.3) !important;
}

.text-gray-20\/40 {
  color: rgb(234 234 234 / 0.4) !important;
}

.text-gray-20\/50 {
  color: rgb(234 234 234 / 0.5) !important;
}

.text-gray-20\/60 {
  color: rgb(234 234 234 / 0.6) !important;
}

.text-gray-20\/70 {
  color: rgb(234 234 234 / 0.7) !important;
}

.text-gray-20\/75 {
  color: rgb(234 234 234 / 0.75) !important;
}

.text-gray-20\/80 {
  color: rgb(234 234 234 / 0.8) !important;
}

.text-gray-20\/90 {
  color: rgb(234 234 234 / 0.9) !important;
}

.text-gray-20\/95 {
  color: rgb(234 234 234 / 0.95) !important;
}

.text-gray-20\/100 {
  color: rgb(234 234 234 / 1) !important;
}

.text-gray-50\/0 {
  color: rgb(242 244 245 / 0) !important;
}

.text-gray-50\/5 {
  color: rgb(242 244 245 / 0.05) !important;
}

.text-gray-50\/10 {
  color: rgb(242 244 245 / 0.1) !important;
}

.text-gray-50\/20 {
  color: rgb(242 244 245 / 0.2) !important;
}

.text-gray-50\/25 {
  color: rgb(242 244 245 / 0.25) !important;
}

.text-gray-50\/30 {
  color: rgb(242 244 245 / 0.3) !important;
}

.text-gray-50\/40 {
  color: rgb(242 244 245 / 0.4) !important;
}

.text-gray-50\/50 {
  color: rgb(242 244 245 / 0.5) !important;
}

.text-gray-50\/60 {
  color: rgb(242 244 245 / 0.6) !important;
}

.text-gray-50\/70 {
  color: rgb(242 244 245 / 0.7) !important;
}

.text-gray-50\/75 {
  color: rgb(242 244 245 / 0.75) !important;
}

.text-gray-50\/80 {
  color: rgb(242 244 245 / 0.8) !important;
}

.text-gray-50\/90 {
  color: rgb(242 244 245 / 0.9) !important;
}

.text-gray-50\/95 {
  color: rgb(242 244 245 / 0.95) !important;
}

.text-gray-50\/100 {
  color: rgb(242 244 245 / 1) !important;
}

.text-gray-100\/0 {
  color: rgb(243 244 246 / 0) !important;
}

.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05) !important;
}

.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1) !important;
}

.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2) !important;
}

.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25) !important;
}

.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3) !important;
}

.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4) !important;
}

.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5) !important;
}

.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6) !important;
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7) !important;
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75) !important;
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8) !important;
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9) !important;
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95) !important;
}

.text-gray-100\/100 {
  color: rgb(243 244 246 / 1) !important;
}

.text-gray-200\/0 {
  color: rgb(226 226 226 / 0) !important;
}

.text-gray-200\/5 {
  color: rgb(226 226 226 / 0.05) !important;
}

.text-gray-200\/10 {
  color: rgb(226 226 226 / 0.1) !important;
}

.text-gray-200\/20 {
  color: rgb(226 226 226 / 0.2) !important;
}

.text-gray-200\/25 {
  color: rgb(226 226 226 / 0.25) !important;
}

.text-gray-200\/30 {
  color: rgb(226 226 226 / 0.3) !important;
}

.text-gray-200\/40 {
  color: rgb(226 226 226 / 0.4) !important;
}

.text-gray-200\/50 {
  color: rgb(226 226 226 / 0.5) !important;
}

.text-gray-200\/60 {
  color: rgb(226 226 226 / 0.6) !important;
}

.text-gray-200\/70 {
  color: rgb(226 226 226 / 0.7) !important;
}

.text-gray-200\/75 {
  color: rgb(226 226 226 / 0.75) !important;
}

.text-gray-200\/80 {
  color: rgb(226 226 226 / 0.8) !important;
}

.text-gray-200\/90 {
  color: rgb(226 226 226 / 0.9) !important;
}

.text-gray-200\/95 {
  color: rgb(226 226 226 / 0.95) !important;
}

.text-gray-200\/100 {
  color: rgb(226 226 226 / 1) !important;
}

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0) !important;
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05) !important;
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1) !important;
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2) !important;
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25) !important;
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3) !important;
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4) !important;
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5) !important;
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6) !important;
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7) !important;
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75) !important;
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8) !important;
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9) !important;
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95) !important;
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1) !important;
}

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0) !important;
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05) !important;
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1) !important;
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2) !important;
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25) !important;
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3) !important;
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4) !important;
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5) !important;
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6) !important;
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7) !important;
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75) !important;
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8) !important;
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9) !important;
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95) !important;
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1) !important;
}

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0) !important;
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05) !important;
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1) !important;
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2) !important;
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25) !important;
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3) !important;
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4) !important;
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5) !important;
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6) !important;
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7) !important;
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75) !important;
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8) !important;
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9) !important;
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95) !important;
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1) !important;
}

.text-gray-600\/0 {
  color: rgb(54 54 54 / 0) !important;
}

.text-gray-600\/5 {
  color: rgb(54 54 54 / 0.05) !important;
}

.text-gray-600\/10 {
  color: rgb(54 54 54 / 0.1) !important;
}

.text-gray-600\/20 {
  color: rgb(54 54 54 / 0.2) !important;
}

.text-gray-600\/25 {
  color: rgb(54 54 54 / 0.25) !important;
}

.text-gray-600\/30 {
  color: rgb(54 54 54 / 0.3) !important;
}

.text-gray-600\/40 {
  color: rgb(54 54 54 / 0.4) !important;
}

.text-gray-600\/50 {
  color: rgb(54 54 54 / 0.5) !important;
}

.text-gray-600\/60 {
  color: rgb(54 54 54 / 0.6) !important;
}

.text-gray-600\/70 {
  color: rgb(54 54 54 / 0.7) !important;
}

.text-gray-600\/75 {
  color: rgb(54 54 54 / 0.75) !important;
}

.text-gray-600\/80 {
  color: rgb(54 54 54 / 0.8) !important;
}

.text-gray-600\/90 {
  color: rgb(54 54 54 / 0.9) !important;
}

.text-gray-600\/95 {
  color: rgb(54 54 54 / 0.95) !important;
}

.text-gray-600\/100 {
  color: rgb(54 54 54 / 1) !important;
}

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0) !important;
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05) !important;
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1) !important;
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2) !important;
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25) !important;
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3) !important;
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4) !important;
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5) !important;
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6) !important;
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7) !important;
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75) !important;
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8) !important;
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9) !important;
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95) !important;
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1) !important;
}

.text-gray-800\/0 {
  color: rgb(36 36 36 / 0) !important;
}

.text-gray-800\/5 {
  color: rgb(36 36 36 / 0.05) !important;
}

.text-gray-800\/10 {
  color: rgb(36 36 36 / 0.1) !important;
}

.text-gray-800\/20 {
  color: rgb(36 36 36 / 0.2) !important;
}

.text-gray-800\/25 {
  color: rgb(36 36 36 / 0.25) !important;
}

.text-gray-800\/30 {
  color: rgb(36 36 36 / 0.3) !important;
}

.text-gray-800\/40 {
  color: rgb(36 36 36 / 0.4) !important;
}

.text-gray-800\/50 {
  color: rgb(36 36 36 / 0.5) !important;
}

.text-gray-800\/60 {
  color: rgb(36 36 36 / 0.6) !important;
}

.text-gray-800\/70 {
  color: rgb(36 36 36 / 0.7) !important;
}

.text-gray-800\/75 {
  color: rgb(36 36 36 / 0.75) !important;
}

.text-gray-800\/80 {
  color: rgb(36 36 36 / 0.8) !important;
}

.text-gray-800\/90 {
  color: rgb(36 36 36 / 0.9) !important;
}

.text-gray-800\/95 {
  color: rgb(36 36 36 / 0.95) !important;
}

.text-gray-800\/100 {
  color: rgb(36 36 36 / 1) !important;
}

.text-gray-900\/0 {
  color: rgb(0 0 0 / 0) !important;
}

.text-gray-900\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}

.text-gray-900\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}

.text-gray-900\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}

.text-gray-900\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}

.text-gray-900\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}

.text-gray-900\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}

.text-gray-900\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}

.text-gray-900\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}

.text-gray-900\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}

.text-gray-900\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}

.text-gray-900\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}

.text-gray-900\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}

.text-gray-900\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}

.text-gray-900\/100 {
  color: rgb(0 0 0 / 1) !important;
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0) !important;
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05) !important;
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1) !important;
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2) !important;
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25) !important;
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3) !important;
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4) !important;
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5) !important;
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6) !important;
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7) !important;
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75) !important;
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8) !important;
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9) !important;
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95) !important;
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1) !important;
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0) !important;
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05) !important;
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1) !important;
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2) !important;
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25) !important;
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3) !important;
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4) !important;
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5) !important;
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6) !important;
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7) !important;
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75) !important;
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8) !important;
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9) !important;
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95) !important;
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1) !important;
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0) !important;
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05) !important;
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1) !important;
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2) !important;
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25) !important;
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3) !important;
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4) !important;
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5) !important;
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6) !important;
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7) !important;
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75) !important;
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8) !important;
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9) !important;
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95) !important;
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1) !important;
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0) !important;
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05) !important;
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1) !important;
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2) !important;
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25) !important;
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3) !important;
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4) !important;
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5) !important;
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6) !important;
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7) !important;
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75) !important;
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8) !important;
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9) !important;
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95) !important;
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1) !important;
}

.text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0) !important;
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05) !important;
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1) !important;
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2) !important;
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25) !important;
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3) !important;
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4) !important;
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5) !important;
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6) !important;
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7) !important;
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75) !important;
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8) !important;
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9) !important;
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95) !important;
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1) !important;
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0) !important;
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05) !important;
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1) !important;
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2) !important;
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25) !important;
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3) !important;
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4) !important;
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5) !important;
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6) !important;
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7) !important;
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75) !important;
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8) !important;
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9) !important;
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95) !important;
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1) !important;
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0) !important;
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05) !important;
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1) !important;
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2) !important;
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25) !important;
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3) !important;
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4) !important;
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5) !important;
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6) !important;
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7) !important;
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75) !important;
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8) !important;
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9) !important;
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95) !important;
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1) !important;
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0) !important;
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05) !important;
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1) !important;
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2) !important;
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25) !important;
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3) !important;
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4) !important;
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5) !important;
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6) !important;
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7) !important;
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75) !important;
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8) !important;
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9) !important;
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95) !important;
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1) !important;
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0) !important;
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05) !important;
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1) !important;
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2) !important;
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25) !important;
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3) !important;
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4) !important;
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5) !important;
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6) !important;
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7) !important;
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75) !important;
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8) !important;
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9) !important;
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95) !important;
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1) !important;
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0) !important;
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05) !important;
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1) !important;
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2) !important;
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25) !important;
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3) !important;
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4) !important;
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5) !important;
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6) !important;
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7) !important;
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75) !important;
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8) !important;
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9) !important;
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95) !important;
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1) !important;
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0) !important;
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05) !important;
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1) !important;
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2) !important;
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25) !important;
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3) !important;
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4) !important;
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5) !important;
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6) !important;
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7) !important;
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75) !important;
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8) !important;
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9) !important;
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95) !important;
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1) !important;
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0) !important;
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05) !important;
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1) !important;
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2) !important;
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25) !important;
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3) !important;
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4) !important;
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5) !important;
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6) !important;
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7) !important;
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75) !important;
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8) !important;
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9) !important;
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95) !important;
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1) !important;
}

.text-yellow-400\/0 {
  color: rgb(255 235 0 / 0) !important;
}

.text-yellow-400\/5 {
  color: rgb(255 235 0 / 0.05) !important;
}

.text-yellow-400\/10 {
  color: rgb(255 235 0 / 0.1) !important;
}

.text-yellow-400\/20 {
  color: rgb(255 235 0 / 0.2) !important;
}

.text-yellow-400\/25 {
  color: rgb(255 235 0 / 0.25) !important;
}

.text-yellow-400\/30 {
  color: rgb(255 235 0 / 0.3) !important;
}

.text-yellow-400\/40 {
  color: rgb(255 235 0 / 0.4) !important;
}

.text-yellow-400\/50 {
  color: rgb(255 235 0 / 0.5) !important;
}

.text-yellow-400\/60 {
  color: rgb(255 235 0 / 0.6) !important;
}

.text-yellow-400\/70 {
  color: rgb(255 235 0 / 0.7) !important;
}

.text-yellow-400\/75 {
  color: rgb(255 235 0 / 0.75) !important;
}

.text-yellow-400\/80 {
  color: rgb(255 235 0 / 0.8) !important;
}

.text-yellow-400\/90 {
  color: rgb(255 235 0 / 0.9) !important;
}

.text-yellow-400\/95 {
  color: rgb(255 235 0 / 0.95) !important;
}

.text-yellow-400\/100 {
  color: rgb(255 235 0 / 1) !important;
}

.text-yellow-500\/0 {
  color: rgb(255 245 0 / 0) !important;
}

.text-yellow-500\/5 {
  color: rgb(255 245 0 / 0.05) !important;
}

.text-yellow-500\/10 {
  color: rgb(255 245 0 / 0.1) !important;
}

.text-yellow-500\/20 {
  color: rgb(255 245 0 / 0.2) !important;
}

.text-yellow-500\/25 {
  color: rgb(255 245 0 / 0.25) !important;
}

.text-yellow-500\/30 {
  color: rgb(255 245 0 / 0.3) !important;
}

.text-yellow-500\/40 {
  color: rgb(255 245 0 / 0.4) !important;
}

.text-yellow-500\/50 {
  color: rgb(255 245 0 / 0.5) !important;
}

.text-yellow-500\/60 {
  color: rgb(255 245 0 / 0.6) !important;
}

.text-yellow-500\/70 {
  color: rgb(255 245 0 / 0.7) !important;
}

.text-yellow-500\/75 {
  color: rgb(255 245 0 / 0.75) !important;
}

.text-yellow-500\/80 {
  color: rgb(255 245 0 / 0.8) !important;
}

.text-yellow-500\/90 {
  color: rgb(255 245 0 / 0.9) !important;
}

.text-yellow-500\/95 {
  color: rgb(255 245 0 / 0.95) !important;
}

.text-yellow-500\/100 {
  color: rgb(255 245 0 / 1) !important;
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0) !important;
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05) !important;
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1) !important;
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2) !important;
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25) !important;
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3) !important;
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4) !important;
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5) !important;
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6) !important;
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7) !important;
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75) !important;
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8) !important;
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9) !important;
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95) !important;
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1) !important;
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0) !important;
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05) !important;
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1) !important;
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2) !important;
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25) !important;
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3) !important;
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4) !important;
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5) !important;
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6) !important;
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7) !important;
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75) !important;
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8) !important;
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9) !important;
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95) !important;
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1) !important;
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0) !important;
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05) !important;
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1) !important;
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2) !important;
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25) !important;
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3) !important;
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4) !important;
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5) !important;
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6) !important;
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7) !important;
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75) !important;
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8) !important;
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9) !important;
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95) !important;
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1) !important;
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0) !important;
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05) !important;
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1) !important;
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2) !important;
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25) !important;
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3) !important;
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4) !important;
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5) !important;
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6) !important;
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7) !important;
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75) !important;
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8) !important;
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9) !important;
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95) !important;
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1) !important;
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0) !important;
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05) !important;
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1) !important;
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2) !important;
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25) !important;
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3) !important;
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4) !important;
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5) !important;
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6) !important;
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7) !important;
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75) !important;
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8) !important;
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9) !important;
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95) !important;
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1) !important;
}

.text-green-100\/0 {
  color: rgb(220 252 231 / 0) !important;
}

.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05) !important;
}

.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1) !important;
}

.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2) !important;
}

.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25) !important;
}

.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3) !important;
}

.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4) !important;
}

.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5) !important;
}

.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6) !important;
}

.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7) !important;
}

.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75) !important;
}

.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8) !important;
}

.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9) !important;
}

.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95) !important;
}

.text-green-100\/100 {
  color: rgb(220 252 231 / 1) !important;
}

.text-green-200\/0 {
  color: rgb(187 247 208 / 0) !important;
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05) !important;
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1) !important;
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2) !important;
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25) !important;
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3) !important;
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4) !important;
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5) !important;
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6) !important;
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7) !important;
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75) !important;
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8) !important;
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9) !important;
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95) !important;
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1) !important;
}

.text-green-300\/0 {
  color: rgb(152 201 190 / 0) !important;
}

.text-green-300\/5 {
  color: rgb(152 201 190 / 0.05) !important;
}

.text-green-300\/10 {
  color: rgb(152 201 190 / 0.1) !important;
}

.text-green-300\/20 {
  color: rgb(152 201 190 / 0.2) !important;
}

.text-green-300\/25 {
  color: rgb(152 201 190 / 0.25) !important;
}

.text-green-300\/30 {
  color: rgb(152 201 190 / 0.3) !important;
}

.text-green-300\/40 {
  color: rgb(152 201 190 / 0.4) !important;
}

.text-green-300\/50 {
  color: rgb(152 201 190 / 0.5) !important;
}

.text-green-300\/60 {
  color: rgb(152 201 190 / 0.6) !important;
}

.text-green-300\/70 {
  color: rgb(152 201 190 / 0.7) !important;
}

.text-green-300\/75 {
  color: rgb(152 201 190 / 0.75) !important;
}

.text-green-300\/80 {
  color: rgb(152 201 190 / 0.8) !important;
}

.text-green-300\/90 {
  color: rgb(152 201 190 / 0.9) !important;
}

.text-green-300\/95 {
  color: rgb(152 201 190 / 0.95) !important;
}

.text-green-300\/100 {
  color: rgb(152 201 190 / 1) !important;
}

.text-green-400\/0 {
  color: rgb(105 199 170 / 0) !important;
}

.text-green-400\/5 {
  color: rgb(105 199 170 / 0.05) !important;
}

.text-green-400\/10 {
  color: rgb(105 199 170 / 0.1) !important;
}

.text-green-400\/20 {
  color: rgb(105 199 170 / 0.2) !important;
}

.text-green-400\/25 {
  color: rgb(105 199 170 / 0.25) !important;
}

.text-green-400\/30 {
  color: rgb(105 199 170 / 0.3) !important;
}

.text-green-400\/40 {
  color: rgb(105 199 170 / 0.4) !important;
}

.text-green-400\/50 {
  color: rgb(105 199 170 / 0.5) !important;
}

.text-green-400\/60 {
  color: rgb(105 199 170 / 0.6) !important;
}

.text-green-400\/70 {
  color: rgb(105 199 170 / 0.7) !important;
}

.text-green-400\/75 {
  color: rgb(105 199 170 / 0.75) !important;
}

.text-green-400\/80 {
  color: rgb(105 199 170 / 0.8) !important;
}

.text-green-400\/90 {
  color: rgb(105 199 170 / 0.9) !important;
}

.text-green-400\/95 {
  color: rgb(105 199 170 / 0.95) !important;
}

.text-green-400\/100 {
  color: rgb(105 199 170 / 1) !important;
}

.text-green-500\/0 {
  color: rgb(34 197 94 / 0) !important;
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05) !important;
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1) !important;
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2) !important;
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25) !important;
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3) !important;
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4) !important;
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5) !important;
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6) !important;
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7) !important;
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75) !important;
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8) !important;
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9) !important;
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95) !important;
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1) !important;
}

.text-green-600\/0 {
  color: rgb(22 163 74 / 0) !important;
}

.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05) !important;
}

.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1) !important;
}

.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2) !important;
}

.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25) !important;
}

.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3) !important;
}

.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4) !important;
}

.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5) !important;
}

.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6) !important;
}

.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7) !important;
}

.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75) !important;
}

.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8) !important;
}

.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9) !important;
}

.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95) !important;
}

.text-green-600\/100 {
  color: rgb(22 163 74 / 1) !important;
}

.text-green-700\/0 {
  color: rgb(21 128 61 / 0) !important;
}

.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05) !important;
}

.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1) !important;
}

.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2) !important;
}

.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25) !important;
}

.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3) !important;
}

.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4) !important;
}

.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5) !important;
}

.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6) !important;
}

.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7) !important;
}

.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75) !important;
}

.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8) !important;
}

.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9) !important;
}

.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95) !important;
}

.text-green-700\/100 {
  color: rgb(21 128 61 / 1) !important;
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0) !important;
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05) !important;
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1) !important;
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2) !important;
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25) !important;
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3) !important;
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4) !important;
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5) !important;
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6) !important;
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7) !important;
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75) !important;
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8) !important;
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9) !important;
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95) !important;
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1) !important;
}

.text-green-900\/0 {
  color: rgb(20 83 45 / 0) !important;
}

.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05) !important;
}

.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1) !important;
}

.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2) !important;
}

.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25) !important;
}

.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3) !important;
}

.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4) !important;
}

.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5) !important;
}

.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6) !important;
}

.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7) !important;
}

.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75) !important;
}

.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8) !important;
}

.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9) !important;
}

.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95) !important;
}

.text-green-900\/100 {
  color: rgb(20 83 45 / 1) !important;
}

.text-blue-50\/0 {
  color: rgb(239 246 255 / 0) !important;
}

.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05) !important;
}

.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1) !important;
}

.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2) !important;
}

.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25) !important;
}

.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3) !important;
}

.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4) !important;
}

.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5) !important;
}

.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6) !important;
}

.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7) !important;
}

.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75) !important;
}

.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8) !important;
}

.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9) !important;
}

.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95) !important;
}

.text-blue-50\/100 {
  color: rgb(239 246 255 / 1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-blue-200\/0 {
  color: rgb(229 233 235 / 0) !important;
}

.text-blue-200\/5 {
  color: rgb(229 233 235 / 0.05) !important;
}

.text-blue-200\/10 {
  color: rgb(229 233 235 / 0.1) !important;
}

.text-blue-200\/20 {
  color: rgb(229 233 235 / 0.2) !important;
}

.text-blue-200\/25 {
  color: rgb(229 233 235 / 0.25) !important;
}

.text-blue-200\/30 {
  color: rgb(229 233 235 / 0.3) !important;
}

.text-blue-200\/40 {
  color: rgb(229 233 235 / 0.4) !important;
}

.text-blue-200\/50 {
  color: rgb(229 233 235 / 0.5) !important;
}

.text-blue-200\/60 {
  color: rgb(229 233 235 / 0.6) !important;
}

.text-blue-200\/70 {
  color: rgb(229 233 235 / 0.7) !important;
}

.text-blue-200\/75 {
  color: rgb(229 233 235 / 0.75) !important;
}

.text-blue-200\/80 {
  color: rgb(229 233 235 / 0.8) !important;
}

.text-blue-200\/90 {
  color: rgb(229 233 235 / 0.9) !important;
}

.text-blue-200\/95 {
  color: rgb(229 233 235 / 0.95) !important;
}

.text-blue-200\/100 {
  color: rgb(229 233 235 / 1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-blue-400\/0 {
  color: rgb(74 164 225 / 0) !important;
}

.text-blue-400\/5 {
  color: rgb(74 164 225 / 0.05) !important;
}

.text-blue-400\/10 {
  color: rgb(74 164 225 / 0.1) !important;
}

.text-blue-400\/20 {
  color: rgb(74 164 225 / 0.2) !important;
}

.text-blue-400\/25 {
  color: rgb(74 164 225 / 0.25) !important;
}

.text-blue-400\/30 {
  color: rgb(74 164 225 / 0.3) !important;
}

.text-blue-400\/40 {
  color: rgb(74 164 225 / 0.4) !important;
}

.text-blue-400\/50 {
  color: rgb(74 164 225 / 0.5) !important;
}

.text-blue-400\/60 {
  color: rgb(74 164 225 / 0.6) !important;
}

.text-blue-400\/70 {
  color: rgb(74 164 225 / 0.7) !important;
}

.text-blue-400\/75 {
  color: rgb(74 164 225 / 0.75) !important;
}

.text-blue-400\/80 {
  color: rgb(74 164 225 / 0.8) !important;
}

.text-blue-400\/90 {
  color: rgb(74 164 225 / 0.9) !important;
}

.text-blue-400\/95 {
  color: rgb(74 164 225 / 0.95) !important;
}

.text-blue-400\/100 {
  color: rgb(74 164 225 / 1) !important;
}

.text-blue-500\/0 {
  color: rgb(59 130 246 / 0) !important;
}

.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05) !important;
}

.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1) !important;
}

.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2) !important;
}

.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25) !important;
}

.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3) !important;
}

.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4) !important;
}

.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5) !important;
}

.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6) !important;
}

.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7) !important;
}

.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75) !important;
}

.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8) !important;
}

.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9) !important;
}

.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95) !important;
}

.text-blue-500\/100 {
  color: rgb(59 130 246 / 1) !important;
}

.text-blue-600\/0 {
  color: rgb(37 99 235 / 0) !important;
}

.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05) !important;
}

.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1) !important;
}

.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2) !important;
}

.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25) !important;
}

.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3) !important;
}

.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4) !important;
}

.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5) !important;
}

.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6) !important;
}

.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7) !important;
}

.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75) !important;
}

.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8) !important;
}

.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9) !important;
}

.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95) !important;
}

.text-blue-600\/100 {
  color: rgb(37 99 235 / 1) !important;
}

.text-blue-700\/0 {
  color: rgb(65 93 114 / 0) !important;
}

.text-blue-700\/5 {
  color: rgb(65 93 114 / 0.05) !important;
}

.text-blue-700\/10 {
  color: rgb(65 93 114 / 0.1) !important;
}

.text-blue-700\/20 {
  color: rgb(65 93 114 / 0.2) !important;
}

.text-blue-700\/25 {
  color: rgb(65 93 114 / 0.25) !important;
}

.text-blue-700\/30 {
  color: rgb(65 93 114 / 0.3) !important;
}

.text-blue-700\/40 {
  color: rgb(65 93 114 / 0.4) !important;
}

.text-blue-700\/50 {
  color: rgb(65 93 114 / 0.5) !important;
}

.text-blue-700\/60 {
  color: rgb(65 93 114 / 0.6) !important;
}

.text-blue-700\/70 {
  color: rgb(65 93 114 / 0.7) !important;
}

.text-blue-700\/75 {
  color: rgb(65 93 114 / 0.75) !important;
}

.text-blue-700\/80 {
  color: rgb(65 93 114 / 0.8) !important;
}

.text-blue-700\/90 {
  color: rgb(65 93 114 / 0.9) !important;
}

.text-blue-700\/95 {
  color: rgb(65 93 114 / 0.95) !important;
}

.text-blue-700\/100 {
  color: rgb(65 93 114 / 1) !important;
}

.text-blue-800\/0 {
  color: rgb(24 59 84 / 0) !important;
}

.text-blue-800\/5 {
  color: rgb(24 59 84 / 0.05) !important;
}

.text-blue-800\/10 {
  color: rgb(24 59 84 / 0.1) !important;
}

.text-blue-800\/20 {
  color: rgb(24 59 84 / 0.2) !important;
}

.text-blue-800\/25 {
  color: rgb(24 59 84 / 0.25) !important;
}

.text-blue-800\/30 {
  color: rgb(24 59 84 / 0.3) !important;
}

.text-blue-800\/40 {
  color: rgb(24 59 84 / 0.4) !important;
}

.text-blue-800\/50 {
  color: rgb(24 59 84 / 0.5) !important;
}

.text-blue-800\/60 {
  color: rgb(24 59 84 / 0.6) !important;
}

.text-blue-800\/70 {
  color: rgb(24 59 84 / 0.7) !important;
}

.text-blue-800\/75 {
  color: rgb(24 59 84 / 0.75) !important;
}

.text-blue-800\/80 {
  color: rgb(24 59 84 / 0.8) !important;
}

.text-blue-800\/90 {
  color: rgb(24 59 84 / 0.9) !important;
}

.text-blue-800\/95 {
  color: rgb(24 59 84 / 0.95) !important;
}

.text-blue-800\/100 {
  color: rgb(24 59 84 / 1) !important;
}

.text-blue-900\/0 {
  color: rgb(0 38 66 / 0) !important;
}

.text-blue-900\/5 {
  color: rgb(0 38 66 / 0.05) !important;
}

.text-blue-900\/10 {
  color: rgb(0 38 66 / 0.1) !important;
}

.text-blue-900\/20 {
  color: rgb(0 38 66 / 0.2) !important;
}

.text-blue-900\/25 {
  color: rgb(0 38 66 / 0.25) !important;
}

.text-blue-900\/30 {
  color: rgb(0 38 66 / 0.3) !important;
}

.text-blue-900\/40 {
  color: rgb(0 38 66 / 0.4) !important;
}

.text-blue-900\/50 {
  color: rgb(0 38 66 / 0.5) !important;
}

.text-blue-900\/60 {
  color: rgb(0 38 66 / 0.6) !important;
}

.text-blue-900\/70 {
  color: rgb(0 38 66 / 0.7) !important;
}

.text-blue-900\/75 {
  color: rgb(0 38 66 / 0.75) !important;
}

.text-blue-900\/80 {
  color: rgb(0 38 66 / 0.8) !important;
}

.text-blue-900\/90 {
  color: rgb(0 38 66 / 0.9) !important;
}

.text-blue-900\/95 {
  color: rgb(0 38 66 / 0.95) !important;
}

.text-blue-900\/100 {
  color: rgb(0 38 66 / 1) !important;
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0) !important;
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05) !important;
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1) !important;
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2) !important;
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25) !important;
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3) !important;
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4) !important;
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5) !important;
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6) !important;
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7) !important;
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75) !important;
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8) !important;
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9) !important;
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95) !important;
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1) !important;
}

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0) !important;
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05) !important;
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1) !important;
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2) !important;
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25) !important;
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3) !important;
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4) !important;
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5) !important;
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6) !important;
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7) !important;
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75) !important;
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8) !important;
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9) !important;
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95) !important;
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1) !important;
}

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0) !important;
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05) !important;
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1) !important;
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2) !important;
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25) !important;
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3) !important;
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4) !important;
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5) !important;
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6) !important;
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7) !important;
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75) !important;
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8) !important;
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9) !important;
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95) !important;
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1) !important;
}

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0) !important;
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05) !important;
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1) !important;
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2) !important;
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25) !important;
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3) !important;
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4) !important;
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5) !important;
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6) !important;
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7) !important;
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75) !important;
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8) !important;
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9) !important;
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95) !important;
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1) !important;
}

.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0) !important;
}

.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05) !important;
}

.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1) !important;
}

.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2) !important;
}

.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25) !important;
}

.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3) !important;
}

.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4) !important;
}

.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5) !important;
}

.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6) !important;
}

.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7) !important;
}

.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75) !important;
}

.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8) !important;
}

.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9) !important;
}

.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95) !important;
}

.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1) !important;
}

.text-indigo-500\/0 {
  color: rgb(104 59 255 / 0) !important;
}

.text-indigo-500\/5 {
  color: rgb(104 59 255 / 0.05) !important;
}

.text-indigo-500\/10 {
  color: rgb(104 59 255 / 0.1) !important;
}

.text-indigo-500\/20 {
  color: rgb(104 59 255 / 0.2) !important;
}

.text-indigo-500\/25 {
  color: rgb(104 59 255 / 0.25) !important;
}

.text-indigo-500\/30 {
  color: rgb(104 59 255 / 0.3) !important;
}

.text-indigo-500\/40 {
  color: rgb(104 59 255 / 0.4) !important;
}

.text-indigo-500\/50 {
  color: rgb(104 59 255 / 0.5) !important;
}

.text-indigo-500\/60 {
  color: rgb(104 59 255 / 0.6) !important;
}

.text-indigo-500\/70 {
  color: rgb(104 59 255 / 0.7) !important;
}

.text-indigo-500\/75 {
  color: rgb(104 59 255 / 0.75) !important;
}

.text-indigo-500\/80 {
  color: rgb(104 59 255 / 0.8) !important;
}

.text-indigo-500\/90 {
  color: rgb(104 59 255 / 0.9) !important;
}

.text-indigo-500\/95 {
  color: rgb(104 59 255 / 0.95) !important;
}

.text-indigo-500\/100 {
  color: rgb(104 59 255 / 1) !important;
}

.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0) !important;
}

.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05) !important;
}

.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1) !important;
}

.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2) !important;
}

.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25) !important;
}

.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3) !important;
}

.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4) !important;
}

.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5) !important;
}

.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6) !important;
}

.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7) !important;
}

.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75) !important;
}

.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8) !important;
}

.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9) !important;
}

.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95) !important;
}

.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1) !important;
}

.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0) !important;
}

.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05) !important;
}

.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1) !important;
}

.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2) !important;
}

.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25) !important;
}

.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3) !important;
}

.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4) !important;
}

.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5) !important;
}

.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6) !important;
}

.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7) !important;
}

.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75) !important;
}

.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8) !important;
}

.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9) !important;
}

.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95) !important;
}

.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1) !important;
}

.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0) !important;
}

.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05) !important;
}

.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1) !important;
}

.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2) !important;
}

.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25) !important;
}

.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3) !important;
}

.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4) !important;
}

.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5) !important;
}

.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6) !important;
}

.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7) !important;
}

.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75) !important;
}

.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8) !important;
}

.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9) !important;
}

.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95) !important;
}

.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1) !important;
}

.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0) !important;
}

.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05) !important;
}

.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1) !important;
}

.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2) !important;
}

.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25) !important;
}

.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3) !important;
}

.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4) !important;
}

.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5) !important;
}

.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6) !important;
}

.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7) !important;
}

.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75) !important;
}

.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8) !important;
}

.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9) !important;
}

.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95) !important;
}

.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1) !important;
}

.text-turquoise-300\/0 {
  color: rgb(83 207 255 / 0) !important;
}

.text-turquoise-300\/5 {
  color: rgb(83 207 255 / 0.05) !important;
}

.text-turquoise-300\/10 {
  color: rgb(83 207 255 / 0.1) !important;
}

.text-turquoise-300\/20 {
  color: rgb(83 207 255 / 0.2) !important;
}

.text-turquoise-300\/25 {
  color: rgb(83 207 255 / 0.25) !important;
}

.text-turquoise-300\/30 {
  color: rgb(83 207 255 / 0.3) !important;
}

.text-turquoise-300\/40 {
  color: rgb(83 207 255 / 0.4) !important;
}

.text-turquoise-300\/50 {
  color: rgb(83 207 255 / 0.5) !important;
}

.text-turquoise-300\/60 {
  color: rgb(83 207 255 / 0.6) !important;
}

.text-turquoise-300\/70 {
  color: rgb(83 207 255 / 0.7) !important;
}

.text-turquoise-300\/75 {
  color: rgb(83 207 255 / 0.75) !important;
}

.text-turquoise-300\/80 {
  color: rgb(83 207 255 / 0.8) !important;
}

.text-turquoise-300\/90 {
  color: rgb(83 207 255 / 0.9) !important;
}

.text-turquoise-300\/95 {
  color: rgb(83 207 255 / 0.95) !important;
}

.text-turquoise-300\/100 {
  color: rgb(83 207 255 / 1) !important;
}

.text-turquoise-400\/0 {
  color: rgb(0 167 231 / 0) !important;
}

.text-turquoise-400\/5 {
  color: rgb(0 167 231 / 0.05) !important;
}

.text-turquoise-400\/10 {
  color: rgb(0 167 231 / 0.1) !important;
}

.text-turquoise-400\/20 {
  color: rgb(0 167 231 / 0.2) !important;
}

.text-turquoise-400\/25 {
  color: rgb(0 167 231 / 0.25) !important;
}

.text-turquoise-400\/30 {
  color: rgb(0 167 231 / 0.3) !important;
}

.text-turquoise-400\/40 {
  color: rgb(0 167 231 / 0.4) !important;
}

.text-turquoise-400\/50 {
  color: rgb(0 167 231 / 0.5) !important;
}

.text-turquoise-400\/60 {
  color: rgb(0 167 231 / 0.6) !important;
}

.text-turquoise-400\/70 {
  color: rgb(0 167 231 / 0.7) !important;
}

.text-turquoise-400\/75 {
  color: rgb(0 167 231 / 0.75) !important;
}

.text-turquoise-400\/80 {
  color: rgb(0 167 231 / 0.8) !important;
}

.text-turquoise-400\/90 {
  color: rgb(0 167 231 / 0.9) !important;
}

.text-turquoise-400\/95 {
  color: rgb(0 167 231 / 0.95) !important;
}

.text-turquoise-400\/100 {
  color: rgb(0 167 231 / 1) !important;
}

.text-pink-50\/0 {
  color: rgb(253 242 248 / 0) !important;
}

.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05) !important;
}

.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1) !important;
}

.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2) !important;
}

.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25) !important;
}

.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3) !important;
}

.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4) !important;
}

.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5) !important;
}

.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6) !important;
}

.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7) !important;
}

.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75) !important;
}

.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8) !important;
}

.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9) !important;
}

.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95) !important;
}

.text-pink-50\/100 {
  color: rgb(253 242 248 / 1) !important;
}

.text-pink-100\/0 {
  color: rgb(246 184 185 / 0) !important;
}

.text-pink-100\/5 {
  color: rgb(246 184 185 / 0.05) !important;
}

.text-pink-100\/10 {
  color: rgb(246 184 185 / 0.1) !important;
}

.text-pink-100\/20 {
  color: rgb(246 184 185 / 0.2) !important;
}

.text-pink-100\/25 {
  color: rgb(246 184 185 / 0.25) !important;
}

.text-pink-100\/30 {
  color: rgb(246 184 185 / 0.3) !important;
}

.text-pink-100\/40 {
  color: rgb(246 184 185 / 0.4) !important;
}

.text-pink-100\/50 {
  color: rgb(246 184 185 / 0.5) !important;
}

.text-pink-100\/60 {
  color: rgb(246 184 185 / 0.6) !important;
}

.text-pink-100\/70 {
  color: rgb(246 184 185 / 0.7) !important;
}

.text-pink-100\/75 {
  color: rgb(246 184 185 / 0.75) !important;
}

.text-pink-100\/80 {
  color: rgb(246 184 185 / 0.8) !important;
}

.text-pink-100\/90 {
  color: rgb(246 184 185 / 0.9) !important;
}

.text-pink-100\/95 {
  color: rgb(246 184 185 / 0.95) !important;
}

.text-pink-100\/100 {
  color: rgb(246 184 185 / 1) !important;
}

.text-pink-200\/0 {
  color: rgb(251 207 232 / 0) !important;
}

.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05) !important;
}

.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1) !important;
}

.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2) !important;
}

.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25) !important;
}

.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3) !important;
}

.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4) !important;
}

.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5) !important;
}

.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6) !important;
}

.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7) !important;
}

.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75) !important;
}

.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8) !important;
}

.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9) !important;
}

.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95) !important;
}

.text-pink-200\/100 {
  color: rgb(251 207 232 / 1) !important;
}

.text-pink-300\/0 {
  color: rgb(250 176 177 / 0) !important;
}

.text-pink-300\/5 {
  color: rgb(250 176 177 / 0.05) !important;
}

.text-pink-300\/10 {
  color: rgb(250 176 177 / 0.1) !important;
}

.text-pink-300\/20 {
  color: rgb(250 176 177 / 0.2) !important;
}

.text-pink-300\/25 {
  color: rgb(250 176 177 / 0.25) !important;
}

.text-pink-300\/30 {
  color: rgb(250 176 177 / 0.3) !important;
}

.text-pink-300\/40 {
  color: rgb(250 176 177 / 0.4) !important;
}

.text-pink-300\/50 {
  color: rgb(250 176 177 / 0.5) !important;
}

.text-pink-300\/60 {
  color: rgb(250 176 177 / 0.6) !important;
}

.text-pink-300\/70 {
  color: rgb(250 176 177 / 0.7) !important;
}

.text-pink-300\/75 {
  color: rgb(250 176 177 / 0.75) !important;
}

.text-pink-300\/80 {
  color: rgb(250 176 177 / 0.8) !important;
}

.text-pink-300\/90 {
  color: rgb(250 176 177 / 0.9) !important;
}

.text-pink-300\/95 {
  color: rgb(250 176 177 / 0.95) !important;
}

.text-pink-300\/100 {
  color: rgb(250 176 177 / 1) !important;
}

.text-pink-400\/0 {
  color: rgb(241 144 145 / 0) !important;
}

.text-pink-400\/5 {
  color: rgb(241 144 145 / 0.05) !important;
}

.text-pink-400\/10 {
  color: rgb(241 144 145 / 0.1) !important;
}

.text-pink-400\/20 {
  color: rgb(241 144 145 / 0.2) !important;
}

.text-pink-400\/25 {
  color: rgb(241 144 145 / 0.25) !important;
}

.text-pink-400\/30 {
  color: rgb(241 144 145 / 0.3) !important;
}

.text-pink-400\/40 {
  color: rgb(241 144 145 / 0.4) !important;
}

.text-pink-400\/50 {
  color: rgb(241 144 145 / 0.5) !important;
}

.text-pink-400\/60 {
  color: rgb(241 144 145 / 0.6) !important;
}

.text-pink-400\/70 {
  color: rgb(241 144 145 / 0.7) !important;
}

.text-pink-400\/75 {
  color: rgb(241 144 145 / 0.75) !important;
}

.text-pink-400\/80 {
  color: rgb(241 144 145 / 0.8) !important;
}

.text-pink-400\/90 {
  color: rgb(241 144 145 / 0.9) !important;
}

.text-pink-400\/95 {
  color: rgb(241 144 145 / 0.95) !important;
}

.text-pink-400\/100 {
  color: rgb(241 144 145 / 1) !important;
}

.text-pink-500\/0 {
  color: rgb(255 54 112 / 0) !important;
}

.text-pink-500\/5 {
  color: rgb(255 54 112 / 0.05) !important;
}

.text-pink-500\/10 {
  color: rgb(255 54 112 / 0.1) !important;
}

.text-pink-500\/20 {
  color: rgb(255 54 112 / 0.2) !important;
}

.text-pink-500\/25 {
  color: rgb(255 54 112 / 0.25) !important;
}

.text-pink-500\/30 {
  color: rgb(255 54 112 / 0.3) !important;
}

.text-pink-500\/40 {
  color: rgb(255 54 112 / 0.4) !important;
}

.text-pink-500\/50 {
  color: rgb(255 54 112 / 0.5) !important;
}

.text-pink-500\/60 {
  color: rgb(255 54 112 / 0.6) !important;
}

.text-pink-500\/70 {
  color: rgb(255 54 112 / 0.7) !important;
}

.text-pink-500\/75 {
  color: rgb(255 54 112 / 0.75) !important;
}

.text-pink-500\/80 {
  color: rgb(255 54 112 / 0.8) !important;
}

.text-pink-500\/90 {
  color: rgb(255 54 112 / 0.9) !important;
}

.text-pink-500\/95 {
  color: rgb(255 54 112 / 0.95) !important;
}

.text-pink-500\/100 {
  color: rgb(255 54 112 / 1) !important;
}

.text-pink-600\/0 {
  color: rgb(219 39 119 / 0) !important;
}

.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05) !important;
}

.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1) !important;
}

.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2) !important;
}

.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25) !important;
}

.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3) !important;
}

.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4) !important;
}

.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5) !important;
}

.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6) !important;
}

.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7) !important;
}

.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75) !important;
}

.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8) !important;
}

.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9) !important;
}

.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95) !important;
}

.text-pink-600\/100 {
  color: rgb(219 39 119 / 1) !important;
}

.text-pink-700\/0 {
  color: rgb(190 24 93 / 0) !important;
}

.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05) !important;
}

.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1) !important;
}

.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2) !important;
}

.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25) !important;
}

.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3) !important;
}

.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4) !important;
}

.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5) !important;
}

.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6) !important;
}

.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7) !important;
}

.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75) !important;
}

.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8) !important;
}

.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9) !important;
}

.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95) !important;
}

.text-pink-700\/100 {
  color: rgb(190 24 93 / 1) !important;
}

.text-pink-800\/0 {
  color: rgb(157 23 77 / 0) !important;
}

.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05) !important;
}

.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1) !important;
}

.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2) !important;
}

.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25) !important;
}

.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3) !important;
}

.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4) !important;
}

.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5) !important;
}

.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6) !important;
}

.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7) !important;
}

.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75) !important;
}

.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8) !important;
}

.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9) !important;
}

.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95) !important;
}

.text-pink-800\/100 {
  color: rgb(157 23 77 / 1) !important;
}

.text-pink-900\/0 {
  color: rgb(131 24 67 / 0) !important;
}

.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05) !important;
}

.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1) !important;
}

.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2) !important;
}

.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25) !important;
}

.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3) !important;
}

.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4) !important;
}

.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5) !important;
}

.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6) !important;
}

.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7) !important;
}

.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75) !important;
}

.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8) !important;
}

.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9) !important;
}

.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95) !important;
}

.text-pink-900\/100 {
  color: rgb(131 24 67 / 1) !important;
}

.text-teal-50\/0 {
  color: rgb(240 253 250 / 0) !important;
}

.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05) !important;
}

.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1) !important;
}

.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2) !important;
}

.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25) !important;
}

.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3) !important;
}

.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4) !important;
}

.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5) !important;
}

.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6) !important;
}

.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7) !important;
}

.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75) !important;
}

.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8) !important;
}

.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9) !important;
}

.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95) !important;
}

.text-teal-50\/100 {
  color: rgb(240 253 250 / 1) !important;
}

.text-teal-100\/0 {
  color: rgb(204 210 216 / 0) !important;
}

.text-teal-100\/5 {
  color: rgb(204 210 216 / 0.05) !important;
}

.text-teal-100\/10 {
  color: rgb(204 210 216 / 0.1) !important;
}

.text-teal-100\/20 {
  color: rgb(204 210 216 / 0.2) !important;
}

.text-teal-100\/25 {
  color: rgb(204 210 216 / 0.25) !important;
}

.text-teal-100\/30 {
  color: rgb(204 210 216 / 0.3) !important;
}

.text-teal-100\/40 {
  color: rgb(204 210 216 / 0.4) !important;
}

.text-teal-100\/50 {
  color: rgb(204 210 216 / 0.5) !important;
}

.text-teal-100\/60 {
  color: rgb(204 210 216 / 0.6) !important;
}

.text-teal-100\/70 {
  color: rgb(204 210 216 / 0.7) !important;
}

.text-teal-100\/75 {
  color: rgb(204 210 216 / 0.75) !important;
}

.text-teal-100\/80 {
  color: rgb(204 210 216 / 0.8) !important;
}

.text-teal-100\/90 {
  color: rgb(204 210 216 / 0.9) !important;
}

.text-teal-100\/95 {
  color: rgb(204 210 216 / 0.95) !important;
}

.text-teal-100\/100 {
  color: rgb(204 210 216 / 1) !important;
}

.text-teal-200\/0 {
  color: rgb(153 246 228 / 0) !important;
}

.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05) !important;
}

.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1) !important;
}

.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2) !important;
}

.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25) !important;
}

.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3) !important;
}

.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4) !important;
}

.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5) !important;
}

.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6) !important;
}

.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7) !important;
}

.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75) !important;
}

.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8) !important;
}

.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9) !important;
}

.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95) !important;
}

.text-teal-200\/100 {
  color: rgb(153 246 228 / 1) !important;
}

.text-teal-300\/0 {
  color: rgb(94 234 212 / 0) !important;
}

.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05) !important;
}

.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1) !important;
}

.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2) !important;
}

.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25) !important;
}

.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3) !important;
}

.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4) !important;
}

.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5) !important;
}

.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6) !important;
}

.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7) !important;
}

.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75) !important;
}

.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8) !important;
}

.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9) !important;
}

.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95) !important;
}

.text-teal-300\/100 {
  color: rgb(94 234 212 / 1) !important;
}

.text-teal-400\/0 {
  color: rgb(0 104 123 / 0) !important;
}

.text-teal-400\/5 {
  color: rgb(0 104 123 / 0.05) !important;
}

.text-teal-400\/10 {
  color: rgb(0 104 123 / 0.1) !important;
}

.text-teal-400\/20 {
  color: rgb(0 104 123 / 0.2) !important;
}

.text-teal-400\/25 {
  color: rgb(0 104 123 / 0.25) !important;
}

.text-teal-400\/30 {
  color: rgb(0 104 123 / 0.3) !important;
}

.text-teal-400\/40 {
  color: rgb(0 104 123 / 0.4) !important;
}

.text-teal-400\/50 {
  color: rgb(0 104 123 / 0.5) !important;
}

.text-teal-400\/60 {
  color: rgb(0 104 123 / 0.6) !important;
}

.text-teal-400\/70 {
  color: rgb(0 104 123 / 0.7) !important;
}

.text-teal-400\/75 {
  color: rgb(0 104 123 / 0.75) !important;
}

.text-teal-400\/80 {
  color: rgb(0 104 123 / 0.8) !important;
}

.text-teal-400\/90 {
  color: rgb(0 104 123 / 0.9) !important;
}

.text-teal-400\/95 {
  color: rgb(0 104 123 / 0.95) !important;
}

.text-teal-400\/100 {
  color: rgb(0 104 123 / 1) !important;
}

.text-teal-500\/0 {
  color: rgb(0 255 231 / 0) !important;
}

.text-teal-500\/5 {
  color: rgb(0 255 231 / 0.05) !important;
}

.text-teal-500\/10 {
  color: rgb(0 255 231 / 0.1) !important;
}

.text-teal-500\/20 {
  color: rgb(0 255 231 / 0.2) !important;
}

.text-teal-500\/25 {
  color: rgb(0 255 231 / 0.25) !important;
}

.text-teal-500\/30 {
  color: rgb(0 255 231 / 0.3) !important;
}

.text-teal-500\/40 {
  color: rgb(0 255 231 / 0.4) !important;
}

.text-teal-500\/50 {
  color: rgb(0 255 231 / 0.5) !important;
}

.text-teal-500\/60 {
  color: rgb(0 255 231 / 0.6) !important;
}

.text-teal-500\/70 {
  color: rgb(0 255 231 / 0.7) !important;
}

.text-teal-500\/75 {
  color: rgb(0 255 231 / 0.75) !important;
}

.text-teal-500\/80 {
  color: rgb(0 255 231 / 0.8) !important;
}

.text-teal-500\/90 {
  color: rgb(0 255 231 / 0.9) !important;
}

.text-teal-500\/95 {
  color: rgb(0 255 231 / 0.95) !important;
}

.text-teal-500\/100 {
  color: rgb(0 255 231 / 1) !important;
}

.text-teal-600\/0 {
  color: rgb(13 148 136 / 0) !important;
}

.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05) !important;
}

.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1) !important;
}

.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2) !important;
}

.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25) !important;
}

.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3) !important;
}

.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4) !important;
}

.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5) !important;
}

.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6) !important;
}

.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7) !important;
}

.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75) !important;
}

.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8) !important;
}

.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9) !important;
}

.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95) !important;
}

.text-teal-600\/100 {
  color: rgb(13 148 136 / 1) !important;
}

.text-teal-700\/0 {
  color: rgb(15 118 110 / 0) !important;
}

.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05) !important;
}

.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1) !important;
}

.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2) !important;
}

.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25) !important;
}

.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3) !important;
}

.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4) !important;
}

.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5) !important;
}

.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6) !important;
}

.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7) !important;
}

.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75) !important;
}

.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8) !important;
}

.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9) !important;
}

.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95) !important;
}

.text-teal-700\/100 {
  color: rgb(15 118 110 / 1) !important;
}

.text-teal-800\/0 {
  color: rgb(17 94 89 / 0) !important;
}

.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05) !important;
}

.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1) !important;
}

.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2) !important;
}

.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25) !important;
}

.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3) !important;
}

.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4) !important;
}

.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5) !important;
}

.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6) !important;
}

.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7) !important;
}

.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75) !important;
}

.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8) !important;
}

.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9) !important;
}

.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95) !important;
}

.text-teal-800\/100 {
  color: rgb(17 94 89 / 1) !important;
}

.text-teal-900\/0 {
  color: rgb(0 51 68 / 0) !important;
}

.text-teal-900\/5 {
  color: rgb(0 51 68 / 0.05) !important;
}

.text-teal-900\/10 {
  color: rgb(0 51 68 / 0.1) !important;
}

.text-teal-900\/20 {
  color: rgb(0 51 68 / 0.2) !important;
}

.text-teal-900\/25 {
  color: rgb(0 51 68 / 0.25) !important;
}

.text-teal-900\/30 {
  color: rgb(0 51 68 / 0.3) !important;
}

.text-teal-900\/40 {
  color: rgb(0 51 68 / 0.4) !important;
}

.text-teal-900\/50 {
  color: rgb(0 51 68 / 0.5) !important;
}

.text-teal-900\/60 {
  color: rgb(0 51 68 / 0.6) !important;
}

.text-teal-900\/70 {
  color: rgb(0 51 68 / 0.7) !important;
}

.text-teal-900\/75 {
  color: rgb(0 51 68 / 0.75) !important;
}

.text-teal-900\/80 {
  color: rgb(0 51 68 / 0.8) !important;
}

.text-teal-900\/90 {
  color: rgb(0 51 68 / 0.9) !important;
}

.text-teal-900\/95 {
  color: rgb(0 51 68 / 0.95) !important;
}

.text-teal-900\/100 {
  color: rgb(0 51 68 / 1) !important;
}

.text-purple-400\/0 {
  color: rgb(112 100 164 / 0) !important;
}

.text-purple-400\/5 {
  color: rgb(112 100 164 / 0.05) !important;
}

.text-purple-400\/10 {
  color: rgb(112 100 164 / 0.1) !important;
}

.text-purple-400\/20 {
  color: rgb(112 100 164 / 0.2) !important;
}

.text-purple-400\/25 {
  color: rgb(112 100 164 / 0.25) !important;
}

.text-purple-400\/30 {
  color: rgb(112 100 164 / 0.3) !important;
}

.text-purple-400\/40 {
  color: rgb(112 100 164 / 0.4) !important;
}

.text-purple-400\/50 {
  color: rgb(112 100 164 / 0.5) !important;
}

.text-purple-400\/60 {
  color: rgb(112 100 164 / 0.6) !important;
}

.text-purple-400\/70 {
  color: rgb(112 100 164 / 0.7) !important;
}

.text-purple-400\/75 {
  color: rgb(112 100 164 / 0.75) !important;
}

.text-purple-400\/80 {
  color: rgb(112 100 164 / 0.8) !important;
}

.text-purple-400\/90 {
  color: rgb(112 100 164 / 0.9) !important;
}

.text-purple-400\/95 {
  color: rgb(112 100 164 / 0.95) !important;
}

.text-purple-400\/100 {
  color: rgb(112 100 164 / 1) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.underline {
  text-decoration-line: underline !important;
}

.decoration-from-font {
  text-decoration-thickness: from-font !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Add 'postcss-import in postcss.config.js' */

html {
  font-size: 100% !important;
}

.sub-menu {
  display: none;
}

nav.main-navigation .menu-primary-container > ul > li.menu-item > a {
  margin-bottom: 0.5rem;
  display: block;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 38 66 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {

  nav.main-navigation .menu-primary-container > ul > li.menu-item > a {
    margin-bottom: 1.5rem;
  }
}

/* nav.main-navigation .menu-primary-container > ul > li.menu-item.menu-item-has-children > a {
  @apply pointer-events-none lg:pointer-events-auto;
} */

nav.main-navigation .menu-primary-container > ul > li.menu-item:hover > a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

navli.cta--block.main-navigation .menu-primary-container > ul > a.menu-item.btn:hover >  .pink {
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

navli.cta--block.main-navigation .menu-primary-container > ul > a.menu-item.btn:hover >  .pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 207 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
}

.sub-menu.active {
  left: 0px;
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {

  .sub-menu.active {
    position: absolute;
    z-index: 50;
    --tw-bg-opacity: 1;
    background-color: rgb(241 144 145 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  li.menu-item:not(.menu-solutions) .sub-menu.active {
    display: flex;
    min-height: 350px;
    align-items: center;
    justify-content: center;
  }
}

li.menu-item:not(.menu-solutions) .sub-menu.active > .holder {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
}

@media (min-width: 1024px) {

  li.menu-item:not(.menu-solutions) .sub-menu.active > .holder {
    display: flex;
    max-width: 935px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

li.menu-item.menu-solutions .sub-menu.active > .holder {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {

  li.menu-item.menu-solutions .sub-menu.active > .holder {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {

  li.menu-item.menu-solutions .sub-menu.active > .holder {
    max-width: 768px;
  }
}

@media (min-width: 940px) {

  li.menu-item.menu-solutions .sub-menu.active > .holder {
    max-width: 940px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1130px) {

  li.menu-item.menu-solutions .sub-menu.active > .holder {
    max-width: 1130px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {

  li.menu-item.menu-solutions .sub-menu.active > .holder {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

li.menu-item.menu-solutions .sub-menu.active > .holder {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sub-menu.active > .holder > li.menu-title {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder > li.menu-title {
    padding-bottom: 0px;
  }
}

.sub-menu.active > .holder > li.menu-title > a {
  display: block;
  padding-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder > li.menu-title > a {
    padding-left: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.sub-menu.active > .holder > li.menu-title.icon-gestion > a:before {
  content: url('../icons/icon-gestion-documentaire.svg');
  position: relative;
  top: 1rem;
  margin-right: 1rem;
  margin-left: -3rem;
  display: none;
  height: 40px;
  width: 33px;
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder > li.menu-title.icon-gestion > a:before {
    display: inline;
  }
}

.sub-menu.active > .holder > li.menu-title.icon-processus > a:before {
  content: url('../icons/icon-processus.svg');
  position: relative;
  top: 1rem;
  margin-right: 1rem;
  margin-left: -3rem;
  display: none;
  height: 40px;
  width: 33px;
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder > li.menu-title.icon-processus > a:before {
    display: inline;
  }
}

.sub-menu.active > .holder > li.menu-title.icon-parcours > a:before {
  content: url('../icons/icon-parcours.svg');
  position: relative;
  top: 1rem;
  margin-right: 1rem;
  margin-left: -3rem;
  display: none;
  height: 40px;
  width: 33px;
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder > li.menu-title.icon-parcours > a:before {
    display: inline;
  }
}

.sub-menu.active > .holder > li.menu-title.icon-gouv > a:before {
  content: url('../icons/icon-gouvernance.svg');
  position: relative;
  top: 0.5rem;
  margin-right: 1rem;
  margin-left: -3rem;
  display: none;
  height: 40px;
  width: 33px;
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder > li.menu-title.icon-gouv > a:before {
    display: inline;
  }
}

.sub-menu.active li ul.sub-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {

  .sub-menu.active li ul.sub-menu {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.sub-menu.active > .holder li.menu-title > a {
  margin-bottom: 0px;
  padding-bottom: 0px; /* pointer-events-none lg:pointer-events-auto;*/
}

.sub-menu.active > .holder li.menu-title .sub-menu {
  display: none;
}

@media (min-width: 1024px) {

  .sub-menu.active > .holder li.menu-title .sub-menu {
    display: block;
  }
}

nav.main-navigation .menu-primary-container > ul > li.menu-item > ul.sub-menu .holder > li:not(.menu-title) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {

  nav.main-navigation .menu-primary-container > ul > li.menu-item > ul.sub-menu .holder > li:not(.menu-title) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

nav.main-navigation .menu-primary-container > ul > li.menu-item > ul.sub-menu .holder > li:not(.menu-title) > a {
  display: block;
  border-radius: 9999px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav.main-navigation .menu-primary-container > ul > li.menu-item > ul.sub-menu .holder > li:not(.menu-title) > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  nav.main-navigation .menu-primary-container > ul > li.menu-item > ul.sub-menu .holder > li:not(.menu-title) > a {
    display: inline-block;
    background-color: rgb(255 255 255 / 0.3);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

nav.main-navigation .menu-primary-container > ul > li.menu-item:not(.menu-solutions) > ul.sub-menu .holder > li:not(.menu-title) > a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

nav.main-navigation .menu-primary-container > ul > li.menu-item:not(.menu-solutions) > ul.sub-menu .holder > li:not(.menu-title) > a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 1024px) {

  nav.main-navigation .menu-primary-container > ul > li.menu-item:not(.menu-solutions) > ul.sub-menu .holder > li:not(.menu-title) > a {
    border-width: 1px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(246 184 185 / var(--tw-border-opacity)) !important;
    background-color: rgb(255 255 255 / 0.2) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
  }
}

.page-template-page-landing-php .js-show-search,
.page-template-page-landing-php .header-rs {
  position: relative;
  right: 0px;
}

.page-template-page-landing-php footer {
  position: relative;
  min-height: 530px;
}

.page-template-page-landing-php .col-address {
  line-height: 1.5;
}

.page-template-page-landing-php .col-address strong {
  font-weight: 700;
}

ul.blog-categories {
  width: 100%;
}

@media (min-width: 768px) {

  ul.blog-categories {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

ul.blog-categories li {
  flex-grow: 1;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

ul.blog-categories li:not(.current-cat):hover {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

ul.blog-categories li.current-cat {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ulli.cta--block.blog-categories .current-cat .btn.pink {
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

ulli.cta--block.blog-categories .current-cat .btn.pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 207 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
}

.site-pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.site-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-pagination .page-numbers li a,
.site-pagination .page-numbers li span {
  flex-grow: 1;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-pagination .page-numbers li a:hover,
.site-pagination .page-numbers li span:hover {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

.site-pagination .page-numbers li .current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cta--block.site-pagination .page-numbers li .current .btn.pink {
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.cta--block.site-pagination .page-numbers li .current .btn.pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 207 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
}

.prev-next {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.breadcrumb {
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#contact-form .input,
#contact-form input,
#contact-form textarea {
  font-size: 1.1rem !important;
}

#contact-form textarea {
  padding: 1rem 2rem !important;
  margin-bottom: 20px !important;
}

#contact-form input,
#contact-form .input {
  height: 4.6rem !important;
  margin-bottom: 10px !important;
}

#contact-form .rgpd-new + input,
#contact-form .rgpd + input,
#contact-form .btn-submit {
  font-size: 1.3rem !important;
  height: 5rem !important;
  line-height: 2rem !important;
}

#contact-form .btn-submit {
  margin-top: -60px !important;
}

/* Import fonts */

/* poppins-regular - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-italic - latin */

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../@fonts /poppins-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500italic - latin */

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700italic - latin */

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

@media (min-width: 768px) {

  #search-form form,
#recherche form {
    display: flex;
    align-items: stretch;
    justify-items: stretch;
  }
}

#search-form form label,
#recherche form label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

#search-form form input[type="text"],
#recherche form input[type="text"] {
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

#search-form form input[type="text"]:focus,
#recherche form input[type="text"]:focus {
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#search-form form button[type="submit"],
#recherche form button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

select.filter {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 144 145 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

select.filter:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(241 144 145 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form.jsonform-hasrequired {
  font-family: "Poppins", sans-serif !important;
}

.control-group  {
  margin-bottom: 0.25rem !important;
  padding-bottom: 0px !important;
}

.plezi-form-field .control-label {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.plezi-form-field .control-label,
.plezi-form-field .control-label span {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 167 231 / var(--tw-text-opacity)) !important;
}

.plezi-form-field .form-control {
  height: auto !important;
  min-height: 35px !important;
  border-radius: 0.125rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 233 235 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity)) !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.plezi-form-field textarea {
  height: 80px !important;
}

.quform-spacer {
  margin-bottom: 0.5rem !important;
  padding-bottom: 0px !important;
}

.quform-button-submit-default {
  margin-bottom: 0px !important;
  padding-left: 0.75rem !important;
}

.quform-button-submit-text {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.plezi-submit-btn {
  position: relative !important;
  border-radius: 3px !important;
  border-width: 4px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.5rem !important;
  padding-right: 4rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.plezi-submit-btn:hover {
  padding-right: 7rem !important;
}

@media (min-width: 1024px) {

  .plezi-submit-btn {
    border-radius: 9999px !important;
  }
}

.plezi-submit-btn {
  --tw-border-opacity: 1 !important;
  border-color: rgb(83 207 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.plezi-submit-btn:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 38 66 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity)) !important;
}

.plezi-submit-btn:focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgb(83 207 255 / var(--tw-border-opacity)) !important;
}

.plezi-submit-btn:after {
  content: url('../icons/arrow-r-blue900.svg') !important;
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  margin-top: -10px !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.plezi-submit-btn:hover:after {
  content: url('../icons/arrow-r-pink400.svg') !important;
}

h2 {
  max-width: 56rem;
  padding-bottom: 4rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;

  @media (min-width: 1024px) {

    &.md {
      font-size: 21px !important;
    }
  }
}

h3 {
  padding-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

h2 + h3 {
  padding-bottom: 0.5rem;
}

address {
  font-style: normal;
}

.content.texts-image--bg-pink-400 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {

  .content.texts-image--bg-pink-400 {
    padding-right: 6rem;
  }
}

.content.texts-image--bg-pink-400 p {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content.texts-image--bg-pink-400 p strong {
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.content.texts-image--bg-pink-400 hr {
  margin-bottom: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 38 66 / var(--tw-border-opacity));
  opacity: 0.2;
}

.content.texts-image--bg-turquoise-400 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {

  .content.texts-image--bg-turquoise-400 {
    padding-right: 6rem;
  }
}

.content.texts-image--bg-turquoise-400 p,
.content.texts-image--bg-turquoise-400 p strong {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content.texts-image--bg-turquoise-400 hr {
  margin-bottom: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 0.2;
}

.list-logos-texts h2,
.inline-links h2 {
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.paragraph-block h2 {
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.paragraph-block h3 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.paragraph-block p {
  padding-bottom: 1rem;
}

/* Liste 2 puce */

.paragraph-content.list2-puce-turquoise ul,
.paragraph-content.list2-puce-pink ul {
  margin-left: 0px;
  padding-left: 0px;
}

.paragraph-content.list2-puce-turquoise ul > li,
.paragraph-content.list2-puce-pink ul > li {
  position: relative;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
}

.paragraph-content.list2-puce-turquoise ul > li:before,
.paragraph-content.list2-puce-pink ul > li:before {
  position: absolute;
  left: 0px;
  top: 0.25rem;
}

.paragraph-content.list2-puce-turquoise ul > li:before {
  content: url('../icons/arrow-r-turquoise.svg');
}

.paragraph-content.list2-puce-pink ul > li:before {
  content: url('../icons/arrow-r-pink.svg');
}

/* Liste dans paragraphe */

.paragraph-content ul > li h3 {
  padding-top: 0px;
  font-size: 1.4rem;
}

.texts-image--content ul,
.paragraph-content.list-inner-turquoise ul,
.paragraph-content.list-inner-pink ul,
.section-post .core-list ul {
  margin-left: 0px;
  padding-left: 0px;
}

.texts-image--content ul > li,
.paragraph-content.list-inner-turquoise ul > li,
.paragraph-content.list-inner-pink ul > li,
.section-post .core-list ul > li {
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.texts-image--content ul > li:before,
.paragraph-content.list-inner-turquoise ul > li:before,
.paragraph-content.list-inner-pink ul > li:before,
.section-post .core-list ul li:before {
  content: '•';
  position: absolute;
  left: 0px;
  top: 0.375rem;
  font-size: 1.875rem;
  line-height: .75rem;
}

.texts-image--content ul > li:before,
.paragraph-content.list-inner-turquoise ul > li:before,
.section-post .core-list ul li:before {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

.paragraph-content.list-inner-pink ul > li:before {
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

.paragraph-content a {
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

.paragraph-content a:hover {
  text-decoration-line: underline;
}

.section-post .core-heading h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.section-post .core-heading h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
  font-size: 1.4rem !important;
}

.section-post .core-paragraph a {
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-post .core-paragraph a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

.section-post .core-paragraph p {
  padding-bottom: 1rem;
}

/* Liste 1 */

.paragraph-content.list1 ul,
.paragraph-content.list1-pink ul {
  margin-left: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-left: 0px;
}

.paragraph-content.list1 ul > li,
.paragraph-content.list1-pink ul > li {
  position: relative;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
}

.paragraph-content.list1 ul > li strong,
.paragraph-content.list1 ul > li h3 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

.paragraph-content.list1 ul > li a {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

.paragraph-content.list1 ul > li a:hover {
  text-decoration-line: underline;
}

.paragraph-content.list1-pink ul > li strong,
.paragraph-content.list1-pink ul > li h3 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

.paragraph-content.list1-pink ul > li a {
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

.paragraph-content.list1-pink ul > li a:hover {
  text-decoration-line: underline;
}

.cta--block h2,
.cta--block h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

footer .title {
  padding-top: 0.5rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(241 144 145 / var(--tw-text-opacity)) !important;
}

footer .footer-navigation li:not(.title) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer .footer-navigation li.subtitle {
  margin-top: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

footer .footer-navigation .title {
  padding-bottom: 0.25rem;
}

footer .footer-navigation2 li:not(.title) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

footer .footer-navigation2 li.title {
  margin-top: 1rem;
}

footer .footer-navigation2 li.title:first-child {
  margin-top: 0px;
}

.section-expertise-citation > div > div > div:first-child p {
  font-size: 1.2rem !important;
}

.section-expertise-citation > div > div > div + div > p {
  font-size: 1.2rem !important;
}

.section-expertise-citation .citation-cta {
  font-size: 1rem !important;
}

.section-expertise-loin .grid-mw h3 {
  font-size: 1.3rem !important;
}

.section-expertise-loin .grid-mw p {
  font-size: 1.1rem !important;
}

.section-expertise-loin .grid-mw svg {
  width: 2.6rem !important;
  height: 2.6rem !important;
}

.section-expertise-titre h2 {
  font-size: 3.5rem !important;
}

.section-expertise-texte .section-expertise-chiffre p span {
  font-size: 0.9rem !important;
}

.section-expertise-liste ol li {
  font-size: 1.1rem !important;
}

.section-video-expert .cas1 {
  padding: 3% 18% !important;
}

.section-video-expert .cas1 h2 {
  margin-bottom: 20px !important;
}

.section-video-expert .cas1 .section-contenu p {
  font-size: 1rem !important;
}

.section-video-expert .cas1 .section-contenu p span {
    font-size: 1rem !important;
}

.contenu6 > div + div > div > nav button {
  width: 1rem !important;
  height: 1rem !important;
  border: 0.2rem solid #052840 !important;
}

body.home {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 245 / var(--tw-bg-opacity));
}

.cover-cards .ontitle {
  font-size: 17px !important;
}

.cover-cards .ontitle,
.cover-cards .title {
  --tw-text-opacity: 1;
  color: rgb(241 144 145 / var(--tw-text-opacity));
}

.cover-cards .ontitle strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cover-cards .title strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html {
	scroll-behavior: smooth;
}

.marque-employeur .main-container-vh {
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media screen and (min-height: 780px) and (min-width: 728px) {
	.marque-employeur .main-container-vh {
		height: 95vh;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.marque-employeur .sub-container-vh {
  pointer-events: none;
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: start;
}

@media screen and (min-height: 780px) and (min-width: 728px) {
	.marque-employeur .sub-container-vh {
		height: 45vh;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 1080px) {
	.adapt-height {
		height: 400px;
	}
}

.arrow-d {
  display: none;
}

@media (min-width: 768px) {

  .arrow-d {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
	.arrow-d {
		margin-top: -500px;
	}
}

.list-logos-texts .list-logo-text a:hover {
  text-decoration-line: underline;
}

.bg-video-cover {
  height: 100%;
  /* width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  max-width: 400% !important;
}

.otgs-development-site-front-end {
  display: none;
}

.max-w-xxs {
	max-width: 12rem;
}

::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-track {
	background: #999;
	width: 2px !important;
}

::-webkit-scrollbar-thumb {
	background: #fff;
	width: 6px !important;
}

.fancybox__content {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0px;
}

.fancybox__slide {
  padding: 0px !important;
	--carousel-button-width: 83px;
	--carousel-button-height: 25px;
	--carousel-button-svg-width: 83px;
	--carousel-button-svg-height: 25px;
}

.fancybox__content>.carousel__button.is-close {
  top: 1.25rem;
  right: 1.25rem;
}

.carousel__button svg {
	stroke: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	box-shadow: none;
}

.carousel__button:hover {
  opacity: 0.6;
}

.fancybox__thumbs {
  display: none !important;
}

.marquee-sibling {
  padding: 0;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}

.margin-xs {
  height: 1rem;
}

.margin-sm {
  height: 1.5rem;
}

.margin-md {
  height: 3rem;
}

.margin-lg {
  height: 4rem;
}

.margin-xl {
  height: 6rem;
}

.margin-xxl {
  height: 12rem;
}

@media (min-width: 1024px) {

  .swift {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .swift-lg {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.new-video.paysage {
  position: relative;
  left: 0px;
  z-index: 10;
  height: 12rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {

  .new-video.paysage {
    height: 490px;
  }
}

.new-video.paysage {
  padding-bottom: 20%;
}

.new-video.paysage iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 104%;
}

.new-video.portrait {
  position: relative;
  left: 25%;
  z-index: 10;
  width: 63%;
  padding-top: 100%;
}

.new-video.portrait iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.resources-pagination {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.resources-pagination > a {
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 167 231 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.resources-pagination > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#form iframe {
  min-height: 400px;
}

/*
white : Blanc
black : Noir
blue : Bleu foncé
turquoise : Turquoise
green : Vert
yellow : Jaune
pink : Rose
*/

.btn {
  border-radius: 3px;
  border-width: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {

  .btn {
    border-radius: 9999px;
  }
}

.btn {
  display: block !important;
}

@media (min-width: 1024px) {

  .btn {
    display: inline-block !important;
  }
}

.btn-md {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-lg {
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.btn.w-arrow {
  position: relative;
  padding-right: 4rem;
}

.btn.w-arrow:hover {
  padding-right: 7rem;
}

.btn.w-download {
  position: relative;
  padding-right: 6rem;
}

.btn.w-arrow:after {
  content: url('../icons/arrow-r-blue900.svg');
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
}

.btn.w-download:after {
  content: url('../icons/download.svg');
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
}

.btn.pink {
  --tw-border-opacity: 1;
  border-color: rgb(250 176 177 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 144 145 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 66 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity));
}

.btn.w-arrow.btn.pink:hover:after {
  content: url('../icons/arrow-r-pink400.svg');
}

.btn.turquoise {
  --tw-border-opacity: 1;
  border-color: rgb(83 207 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.turquoise:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.btn.w-arrow.btn.turquoise:hover:after {
  content: url('../icons/arrow-r-pink400.svg');
}

.cta--block.bg-blue-900 .btn.pink {
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.cta--block.bg-blue-900 .btn.pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 207 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
}

.link {
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity));
}

.link.w-arrow {
  position: relative;
  padding-right: 4rem;
}

.link.w-arrow:after {
  content: url('../icons/arrow-r-blue900.svg');
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
}

.link.w-arrow:hover:after {
  content: url('../icons/arrow-r-turquoise-s.svg');
}

button.cookie-ytb {
  position: relative;
  z-index: 90;
  margin-top: 53px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white-o {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white-o:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.btn-white-o.w-arrow:after {
  content: url('../icons/arrow-r-white.svg');
  margin-top: -12px;
}

.btn-white-o.w-arrow:hover:after {
  content: url('../icons/arrow-r-blue900.svg');
}

@media (min-width: 1024px) {

  .list-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2.5rem;
  }
}

.list-links > li > a {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-radius: 9999px;
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 144 145 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.list-links > li > a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 66 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .list-links > li > a {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.offre-item .c-violet {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.offre-item h3,
.offre-item .inv-title {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.offre-item .c-vert {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.slide-carrieres h3 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.slide-carrieres p {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.section-temoins-temoins div.testi h3 {
  font-size: 1.2rem !important;
}

.section-temoins-temoins .testi .inner > div > p {
  font-size: 1.2rem !important;
}

.section-temoins-temoins div.testi h3 + p {
  font-size: 0.9rem !important;
}

.section-contact.alt p:first-child {
  font-size: 1.5rem !important;
}

.section-contact.alt p + p {
  margin-top: 1rem !important;
  font-size: 1rem !important;
}

.core-paragraph p > iframe {
  min-height: 2000px;
}

.gradient-gray-v {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(242,244,245,1) 33%, rgba(242,244,245,1) 100%);
}

body.home {
  overflow-x: hidden;
}

.slider-cards {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.carousel__list {
  position: relative;
  display: flex;
  height: 300px;
  width: 100%;
  list-style-type: none;
  justify-content: center;
}

@media (min-width: 1024px) {

  .carousel__list {
    margin-left: -5rem;
  }
}

.carousel__list {
  min-height: 500px;
}

.carousel__item {
  position: absolute;
  height: auto;
  min-height: 450px;
  width: 385px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {

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

.carousel__item[data-pos="0"] {
  --tw-translate-y: -0.25rem;
  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));
  z-index: 5;
}

.carousel__item .title {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.carousel__item[data-pos="0"] .title {
  padding: 2.5rem;
}

.carousel__item ul.links li a {
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.carousel__item ul.links li:last-child a {
  border-bottom-width: 0px;
}

.carousel__item[data-pos="0"] .title.blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity));
}

.cta--block.carousel__item[data-pos="0"] .title.blue-900 .btn.pink {
  --tw-text-opacity: 1;
  color: rgb(0 38 66 / var(--tw-text-opacity));
}

.cta--block.carousel__item[data-pos="0"] .title.blue-900 .btn.pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 207 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
}

.carousel__item[data-pos="-1"] .title.blue-900,
.carousel__item[data-pos="1"] .title.blue-900 {
  background-color: rgb(0 38 66 / 0.9);
}

.carousel__item[data-pos="-2"] .title.blue-900,
.carousel__item[data-pos="2"] .title.blue-900 {
  background-color: rgb(0 38 66 / 0.8);
}

.carousel__item[data-pos="0"] .title.turquoise-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity));
}

.carousel__item[data-pos="-1"] .title.turquoise-400,
.carousel__item[data-pos="1"] .title.turquoise-400 {
  background-color: rgb(0 167 231 / 0.9);
}

.carousel__item[data-pos="-2"] .title.turquoise-400,
.carousel__item[data-pos="2"] .title.turquoise-400 {
  background-color: rgb(0 167 231 / 0.8);
}

/*40%*/

.carousel__item[data-pos="-1"] {
  transform: translateX(-60%) scale(.9);
  z-index: 4;
}

.carousel__item[data-pos="1"] {
  transform: translateX(60%) scale(.9);
  z-index: 4;
}

/*70%*/

.carousel__item[data-pos="-2"] {
  transform: translateX(-100%) scale(.8);
  z-index: 3;
}

.carousel__item[data-pos="2"] {
  transform: translateX(90%) scale(.8);
  z-index: 3;
}

.slider-arrow {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 144 145 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {

  .slider-arrow {
    height: 55px;
    width: 55px;
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(241 144 145 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0px;
  }
}

#slider-prev {
  margin-left: -2rem;
}

@media (min-width: 1024px) {

  #slider-prev {
    margin-left: 0px;
  }
}

#slider-next {
  margin-right: -2rem;
}

@media (min-width: 1024px) {

  #slider-next {
    margin-right: 0px;
  }
}

/* Marque Employeur */

.page-template-page-marque-employeur .marque-employeur .main-container-vh {
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media screen and (min-height: 780px) and (min-width: 728px) {
	.page-template-page-marque-employeur .marque-employeur .main-container-vh {
		height: 95vh;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.page-template-page-marque-employeur .marque-employeur .sub-container-vh {
  pointer-events: none;
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: start;
}

@media screen and (min-height: 780px) and (min-width: 728px) {
	.page-template-page-marque-employeur .marque-employeur .sub-container-vh {
		height: 45vh;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 1080px) {
	.page-template-page-marque-employeur .adapt-height {
		height: 400px;
	}
}

.page-template-page-marque-employeur .arrow-d {
  display: none;
}

@media (min-width: 768px) {

  .page-template-page-marque-employeur .arrow-d {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
	.page-template-page-marque-employeur .arrow-d {
		margin-top: -500px;
	}
}

.page-template-page-marque-employeur .max-w-xxs {
	max-width: 12rem;
}

.page-template-page-marque-employeur ::-webkit-scrollbar {
	width: 2px;
}

.page-template-page-marque-employeur ::-webkit-scrollbar-track {
	background: #999;
	width: 2px !important;
}

.page-template-page-marque-employeur ::-webkit-scrollbar-thumb {
	background: #fff;
	width: 6px !important;
}

.page-template-page-marque-employeur .marque-employeur .fancybox__content {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0px;
}

.page-template-page-marque-employeur .marque-employeur .fancybox__slide {
  padding: 0px !important;
	--carousel-button-width: 83px;
	--carousel-button-height: 25px;
	--carousel-button-svg-width: 83px;
	--carousel-button-svg-height: 25px;
}

.page-template-page-marque-employeur .marque-employeur .fancybox__content>.carousel__button.is-close {
  top: 1.25rem;
  right: 1.25rem;
}

.page-template-page-marque-employeur .marque-employeur .carousel__button svg {
	stroke: none;
}

.page-template-page-marque-employeur body:not(.is-using-mouse) .fancybox__container :focus {
	box-shadow: none;
}

.page-template-page-marque-employeur .marque-employeur .carousel__button:hover {
  opacity: 0.6;
}

.page-template-page-marque-employeur .marque-employeur .fancybox__thumbs {
  display: none !important;
}

.page-template-page-marque-employeur .marquee-sibling {
  padding: 0;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}

.page-template-page-marque-employeur .marquee,
.page-template-page-marque-employeur *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.page-template-page-marque-employeur .marquee { margin-left: 25%; }

.page-template-page-marque-employeur .marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.page-template-page-marque-employeur .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.page-template-page-marque-employeur .marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}

.page-template-page-marque-employeur .marque-employeur strong {
  font-weight: 900;
}

.page-template-page-marque-employeur .marque-employeur .h1 {
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .page-template-page-marque-employeur .marque-employeur .h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.page-template-page-marque-employeur .marque-employeur .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .page-template-page-marque-employeur .marque-employeur .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.page-template-page-marque-employeur .marque-employeur .cover .paragraph,
.page-template-page-marque-employeur .marque-employeur .cover .paragraph p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .page-template-page-marque-employeur .marque-employeur .cover .paragraph,
.page-template-page-marque-employeur .marque-employeur .cover .paragraph p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.page-template-page-marque-employeur .w-h2-text-pink-500 h2,
.page-template-page-marque-employeur .w-strong-text-pink-500 strong {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 54 112 / var(--tw-text-opacity));
}

.page-template-page-marque-employeur .w-h2-text-yellow-500 h2,
.page-template-page-marque-employeur .w-strong-text-yellow-500 strong {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 245 0 / var(--tw-text-opacity));
}

.page-template-page-marque-employeur .w-h2-text-indigo-500 h2,
.page-template-page-marque-employeur .w-strong-text-indigo-500 strong {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(104 59 255 / var(--tw-text-opacity));
}

.page-template-page-marque-employeur .w-h2-text-teal-500 h2,
.page-template-page-marque-employeur .w-strong-text-teal-500 strong {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 255 231 / var(--tw-text-opacity));
}

.page-template-page-marque-employeur .text-content,
.text-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.page-template-page-marque-employeur .text-content p {
  margin-bottom: 0.5rem;
}

.page-template-page-marque-employeur .text-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#defillText {
  max-width: 840px;
  height: 280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  font-size: 15rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.2;
}

#defillText div {
  position: absolute;
	max-width: 840px;
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
  white-space: nowrap;

  /* animation properties */
  transform: translateX(-15%);
  animation: scrolling-text 30s linear infinite;
}

/* for Firefox */

/* for Chrome */

@keyframes scrolling-text {
  from {
    transform: translateX(-15%);
  }
  to {
    transform: translateX(-360%);
  }
}

.hover\:bg-turquoise-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 167 231 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 38 66 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:text-turquoise-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 167 231 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 255 231 / var(--tw-text-opacity)) !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:drop-shadow-xl:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.group:hover .group-hover\:translate-y-2 {
  --tw-translate-y: 0.5rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@media (min-width: 640px) {

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

  .sm\:gap-6 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static !important;
  }

  .md\:-right-10 {
    right: -2.5rem !important;
  }

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

  .md\:-left-1\/4 {
    left: -25% !important;
  }

  .md\:ml-0 {
    margin-left: 0px !important;
  }

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

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

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

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

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

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

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

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

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

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

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

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

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

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

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

@media (min-width: 1024px) {

  .lg\:static {
    position: static !important;
  }

  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:-mt-\[90px\] {
    margin-top: -90px !important;
  }

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

  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

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

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid !important;
  }

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

  .lg\:h-\[580px\] {
    height: 580px !important;
  }

  .lg\:h-\[600px\] {
    height: 600px !important;
  }

  .lg\:h-\[88px\] {
    height: 88px !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

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

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:max-w-\[330px\] {
    max-width: 330px !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

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

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

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

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

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

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-\[88px\] {
    padding-top: 88px !important;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

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

  .lg\:leading-8 {
    line-height: 2rem !important;
  }
}
