@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro-Heavy.woff2') format('woff2'),
        url('../fonts/FSMePro-Heavy.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro-Bold.woff2') format('woff2'),
        url('../fonts/FSMePro-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe-Italic.woff2') format('woff2'),
        url('../fonts/FSMe-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe-Bold.woff2') format('woff2'),
        url('../fonts/FSMe-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro.woff2') format('woff2'),
        url('../fonts/FSMePro.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me Pro';

  src: url('../fonts/FSMePro-Italic.woff2') format('woff2'),
        url('../fonts/FSMePro-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe-Light.woff2') format('woff2'),
        url('../fonts/FSMe-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'FS Me';

  src: url('../fonts/FSMe.woff2') format('woff2'),
        url('../fonts/FSMe.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/* Billy Bear font */

@font-face {
  font-family: 'Kanit';

  src: url('../fonts/Kanit-Bold.woff2') format('woff2'),
        url('../fonts/Kanit-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Kanit';

  src: url('../fonts/Kanit-Italic.woff2') format('woff2'),
        url('../fonts/Kanit-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Kanit';

  src: url('../fonts/Kanit-Light.woff2') format('woff2'),
        url('../fonts/Kanit-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Asap';

  src: url('../fonts/Asap-Italic-VariableFont_wdth,wght.woff2') format('woff2'),
        url('../fonts/Asap-Italic-VariableFont_wdth,wght.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Asap';

  src: url('../fonts/Asap-VariableFont_wdth,wght.woff2') format('woff2'),
        url('../fonts/Asap-VariableFont_wdth,wght.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

:root {
  font-size: 16px;
  --h-header: 5.5rem;
}

@media (max-width: 768px) {
  :root {
    --h-header: 4.5rem;
  }
}

[x-cloak] {
  display: none !important;
}

.text-middle {
  text-anchor: middle;
}

/* close button for info windows */

[role='dialog'] button span {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
}

[role='dialog'] button {
  top: 0 !important;
  right: 0 !important;
}

/* ! tailwindcss v3.3.2 | 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: #cfd1d2;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: FS Me, Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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: #83868d;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #83868d;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(35 151 212 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(35 151 212 / 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;
}

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.button-white {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --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));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / 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;
}

.button-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-grey {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / 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;
}

.button-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 134 141 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(131 134 141 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-outline {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
}

.button-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.button-outline-primary {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / 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;
}

.button-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-outline-black {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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;
}

.button-outline-black: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(175 18 109 / var(--tw-text-opacity));
}

.button-primary {
  display: flex;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
}

.button-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 87 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-search {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / 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;
}

.button-search:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 87 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-filter {
  display: flex;
  height: 50px;
  min-width: 145px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(108 72 145 / 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;
}

.button-filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 176 179 / var(--tw-bg-opacity));
}

.swiper-button {
  display: flex;
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.swiper-button:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.swiper-button[aria-disabled='true'] {
  pointer-events: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-button.timeline {
  display: flex;
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-button.timeline:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.swiper-button.timeline[aria-disabled='true'] {
  pointer-events: none;
  border-style: none;
  opacity: 0;
}

.h1,
    .styled-content h1 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.h2,
    .styled-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.h3,
    .styled-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .h3,
    .styled-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.\!p {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p,
    .styled-content p {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.styled-content .list-format {
  position: relative;
  width: 100%;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  row-gap: 1.25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

@media (min-width: 768px) {
  .styled-content .list-format {
    display: grid;
  }

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

  .styled-content .list-format {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.styled-content .list-format-vertical {
  position: relative;
  width: 100%;
  justify-content: space-between;
  row-gap: 1.25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.styled-content .list-format-vertical > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  .styled-content .list-format-vertical {
    display: grid;
  }

  .styled-content .list-format-vertical > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .styled-content .list-format-vertical {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.styled-content .list-format-vertical li,
    .styled-content .list-format li {
  position: relative;
  padding-left: 2rem;
}

.styled-content .list-format-vertical li::after,
    .styled-content .list-format li::after {
  position: absolute;
  left: 0px;
  top: -6px;
  --tw-content: url(../img/icons/list-icon.svg);
  content: var(--tw-content);
}

.styled-content .list-format-vertical.purple-bullet-icon li::after,
    .styled-content .list-format.purple-bullet-icon li::after {
  --tw-content: url(../img/icons/list-icon-purple.svg) !important;
  content: var(--tw-content) !important;
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.underline-anim {
  position: relative;
}

.underline-anim::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

.underline-anim:hover::after {
  left: 0px;
  right: unset;
  content: var(--tw-content);
  width: 100%;
}

.ymca-pagination {
  padding-bottom: 1.25rem;
}

.ymca-pagination .page-numbers {
  position: relative;
}

.ymca-pagination .page-numbers::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

.ymca-pagination .page-numbers:hover::after {
  left: 0px;
  right: unset;
  content: var(--tw-content);
  width: 100%;
}

.ymca-pagination .current {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.ymca-pagination .current::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.ymca-pagination .nav-links {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  justify-content: center;
  gap: 1.25rem;
}

.ymca-pagination .page-numbers {
  padding: 0.5rem;
}

.ymca-pagination .page-numbers:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.ymca-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-margin {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

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

.\!left-\[12\%\] {
  left: 12% !important;
}

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

.\!right-\[12\%\] {
  right: 12% !important;
}

.-bottom-\[10px\] {
  bottom: -10px;
}

.-bottom-\[41px\] {
  bottom: -41px;
}

.-bottom-\[7\%\] {
  bottom: -7%;
}

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

.-left-\[11\%\] {
  left: -11%;
}

.-right-\[11\%\] {
  right: -11%;
}

.-right-\[15\%\] {
  right: -15%;
}

.-right-\[18\%\] {
  right: -18%;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.bottom-\[100\%\] {
  bottom: 100%;
}

.bottom-\[2rem\] {
  bottom: 2rem;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-10 {
  left: 2.5rem;
}

.left-12 {
  left: 3rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[20\%\] {
  left: 20%;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[7px\] {
  left: 7px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-20px\] {
  right: -20px;
}

.right-\[-51px\] {
  right: -51px;
}

.right-\[3\%\] {
  right: 3%;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

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

.top-5 {
  top: 1.25rem;
}

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

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

.top-\[20\%\] {
  top: 20%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[57\%\] {
  top: 57%;
}

.top-\[8\%\] {
  top: 8%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-5 {
  margin: 1.25rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

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

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

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

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

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.aspect-\[0\.7\] {
  aspect-ratio: 0.7;
}

.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}

.aspect-\[1\.2\] {
  aspect-ratio: 1.2;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

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

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

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

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

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

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[13\.5rem\] {
  height: 13.5rem;
}

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

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

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

.h-\[3\.5rem\] {
  height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(90vh-11rem\)\] {
  height: calc(90vh - 11rem);
}

.h-\[calc\(90vh-12rem\)\] {
  height: calc(90vh - 12rem);
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-header {
  height: var(--h-header);
}

.h-screen {
  height: 100vh;
}

.h-section-svh {
  height: calc(100svh - var(--h-header));
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[2lh\] {
  max-height: 2lh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

.min-h-section {
  min-height: calc(100vh - var(--h-header));
}

.\!w-auto {
  width: auto !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-0 {
  width: 0px;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

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

.w-20 {
  width: 5rem;
}

.w-3\/4 {
  width: 75%;
}

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

.w-4 {
  width: 1rem;
}

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

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-\[-webkit-fill-available\] {
  width: -webkit-fill-available;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[97\%\] {
  width: 97%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.\!min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.min-w-\[100\%\] {
  min-width: 100%;
}

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

.min-w-\[23\%\] {
  min-width: 23%;
}

.min-w-\[32\%\] {
  min-width: 32%;
}

.min-w-\[48\%\] {
  min-width: 48%;
}

.min-w-\[calc\(100\%\+112px\)\] {
  min-width: calc(100% + 112px);
}

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

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

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

.max-w-\[30\%\] {
  max-width: 30%;
}

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

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

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

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

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

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

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

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

.max-w-column {
  max-width: 470px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-video {
  max-width: 922px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[30\%\] {
  --tw-translate-x: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[225px\] {
  --tw-translate-y: 225px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!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;
}

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

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

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

.transform-none {
  transform: none;
}

.cursor-auto {
  cursor: auto;
}

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

.cursor-pointer {
  cursor: pointer;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

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

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

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

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

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-\[max-content_1fr\] {
  grid-template-columns: max-content 1fr;
}

.grid-cols-none {
  grid-template-columns: none;
}

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

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

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

.content-normal {
  align-content: normal;
}

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

.content-start {
  align-content: flex-start;
}

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

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

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

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

.content-stretch {
  align-content: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

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

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

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

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

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

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

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

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

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

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

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

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

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

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

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

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

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

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

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

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

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

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

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

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

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

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

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.border-y-\[40px\] {
  border-top-width: 40px;
  border-bottom-width: 40px;
}

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

.border-e {
  border-inline-end-width: 1px;
}

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

.border-l-\[20px\] {
  border-left-width: 20px;
}

.border-l-\[50px\] {
  border-left-width: 50px;
}

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

.border-s {
  border-inline-start-width: 1px;
}

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

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

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

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

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

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

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

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

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

.border-\[var\(--service-color\)\] {
  border-color: var(--service-color);
}

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

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

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(77 79 83 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(173 176 179 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(108 72 145 / var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(239 111 90 / var(--tw-border-opacity));
}

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

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-l-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 140 1 / var(--tw-border-opacity));
}

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

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

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

.bg-\[\#292B2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 43 43 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(155 211 242 / var(--tw-bg-opacity));
}

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

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(77 79 83 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(181 203 82 / var(--tw-bg-opacity));
}

.bg-onyx {
  --tw-bg-opacity: 1;
  background-color: rgb(41 43 43 / var(--tw-bg-opacity));
}

.bg-onyx-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(237 140 1 / var(--tw-bg-opacity));
}

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

.bg-pizazz-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 245 239 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 253 / var(--tw-bg-opacity));
}

.bg-red-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(192 30 144 / var(--tw-bg-opacity));
}

.bg-shamrock {
  --tw-bg-opacity: 1;
  background-color: rgb(45 191 177 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

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

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(247 191 31 / var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-pattern-aqua {
  background-image: url('../img/bg-tiles/aqua.jpeg');
}

.bg-pattern-blue {
  background-image: url('../img/bg-tiles/blue.jpeg');
}

.bg-pattern-brown {
  background-image: url('../img/bg-tiles/brown.jpeg');
}

.bg-pattern-green {
  background-image: url('../img/bg-tiles/green.jpeg');
}

.bg-pattern-grey {
  background-image: url('../img/bg-tiles/grey.jpeg');
}

.bg-pattern-magenta {
  background-image: url('../img/bg-tiles/magenta.jpeg');
}

.bg-pattern-multi-colour {
  background-image: url('../img/bg-tiles/multi-colour.jpeg');
}

.bg-pattern-navy {
  background-image: url('../img/bg-tiles/navy.jpeg');
}

.bg-pattern-orange {
  background-image: url('../img/bg-tiles/orange.jpeg');
}

.bg-pattern-pink {
  background-image: url('../img/bg-tiles/magenta.jpeg');
}

.bg-pattern-purple {
  background-image: url('../img/bg-tiles/purple.jpeg');
}

.bg-pattern-red {
  background-image: url('../img/bg-tiles/red.jpeg');
}

.bg-pattern-white {
  background-image: url('../img/bg-tiles/white.jpeg');
}

.bg-pattern-yellow {
  background-image: url('../img/bg-tiles/yelloe.jpeg');
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-mobile {
  padding: 50px 0px 70px 0px;
}

.p-section {
  padding: 100px 0px 130px 0px;
}

.\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.pr-20 {
  padding-right: 5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.ps-2 {
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[7\.5rem\] {
  padding-top: 7.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-asap {
  font-family: Asap, sans-serif;
}

.font-sans {
  font-family: FS Me, Helvetica, Arial, sans-serif;
}

.font-serif {
  font-family: Kanit, Georgia, serif;
}

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

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

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

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

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

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

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

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

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

.text-bg {
  font-size: 26rem;
}

.text-bgLg {
  font-size: 36rem;
}

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}

.text-\[\#4E5053\] {
  --tw-text-opacity: 1;
  color: rgb(78 80 83 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(155 211 242 / var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(227 240 251 / var(--tw-text-opacity));
}

.text-blue-100\/0 {
  color: rgb(227 240 251 / 0);
}

.text-blue-100\/10 {
  color: rgb(227 240 251 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(227 240 251 / 1);
}

.text-blue-100\/20 {
  color: rgb(227 240 251 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(227 240 251 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(227 240 251 / 0.3);
}

.text-blue-100\/40 {
  color: rgb(227 240 251 / 0.4);
}

.text-blue-100\/5 {
  color: rgb(227 240 251 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(227 240 251 / 0.5);
}

.text-blue-100\/60 {
  color: rgb(227 240 251 / 0.6);
}

.text-blue-100\/70 {
  color: rgb(227 240 251 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(227 240 251 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(227 240 251 / 0.8);
}

.text-blue-100\/90 {
  color: rgb(227 240 251 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(227 240 251 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(192 226 247 / var(--tw-text-opacity));
}

.text-blue-200\/0 {
  color: rgb(192 226 247 / 0);
}

.text-blue-200\/10 {
  color: rgb(192 226 247 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(192 226 247 / 1);
}

.text-blue-200\/20 {
  color: rgb(192 226 247 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(192 226 247 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(192 226 247 / 0.3);
}

.text-blue-200\/40 {
  color: rgb(192 226 247 / 0.4);
}

.text-blue-200\/5 {
  color: rgb(192 226 247 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(192 226 247 / 0.5);
}

.text-blue-200\/60 {
  color: rgb(192 226 247 / 0.6);
}

.text-blue-200\/70 {
  color: rgb(192 226 247 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(192 226 247 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(192 226 247 / 0.8);
}

.text-blue-200\/90 {
  color: rgb(192 226 247 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(192 226 247 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(155 211 242 / var(--tw-text-opacity));
}

.text-blue-300\/0 {
  color: rgb(155 211 242 / 0);
}

.text-blue-300\/10 {
  color: rgb(155 211 242 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(155 211 242 / 1);
}

.text-blue-300\/20 {
  color: rgb(155 211 242 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(155 211 242 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(155 211 242 / 0.3);
}

.text-blue-300\/40 {
  color: rgb(155 211 242 / 0.4);
}

.text-blue-300\/5 {
  color: rgb(155 211 242 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(155 211 242 / 0.5);
}

.text-blue-300\/60 {
  color: rgb(155 211 242 / 0.6);
}

.text-blue-300\/70 {
  color: rgb(155 211 242 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(155 211 242 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(155 211 242 / 0.8);
}

.text-blue-300\/90 {
  color: rgb(155 211 242 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(155 211 242 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(75 177 229 / var(--tw-text-opacity));
}

.text-blue-400\/0 {
  color: rgb(75 177 229 / 0);
}

.text-blue-400\/10 {
  color: rgb(75 177 229 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(75 177 229 / 1);
}

.text-blue-400\/20 {
  color: rgb(75 177 229 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(75 177 229 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(75 177 229 / 0.3);
}

.text-blue-400\/40 {
  color: rgb(75 177 229 / 0.4);
}

.text-blue-400\/5 {
  color: rgb(75 177 229 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(75 177 229 / 0.5);
}

.text-blue-400\/60 {
  color: rgb(75 177 229 / 0.6);
}

.text-blue-400\/70 {
  color: rgb(75 177 229 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(75 177 229 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(75 177 229 / 0.8);
}

.text-blue-400\/90 {
  color: rgb(75 177 229 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(75 177 229 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(241 249 254 / var(--tw-text-opacity));
}

.text-blue-50\/0 {
  color: rgb(241 249 254 / 0);
}

.text-blue-50\/10 {
  color: rgb(241 249 254 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(241 249 254 / 1);
}

.text-blue-50\/20 {
  color: rgb(241 249 254 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(241 249 254 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(241 249 254 / 0.3);
}

.text-blue-50\/40 {
  color: rgb(241 249 254 / 0.4);
}

.text-blue-50\/5 {
  color: rgb(241 249 254 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(241 249 254 / 0.5);
}

.text-blue-50\/60 {
  color: rgb(241 249 254 / 0.6);
}

.text-blue-50\/70 {
  color: rgb(241 249 254 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(241 249 254 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(241 249 254 / 0.8);
}

.text-blue-50\/90 {
  color: rgb(241 249 254 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(241 249 254 / 0.95);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(35 151 212 / var(--tw-text-opacity));
}

.text-blue-500\/0 {
  color: rgb(35 151 212 / 0);
}

.text-blue-500\/10 {
  color: rgb(35 151 212 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(35 151 212 / 1);
}

.text-blue-500\/20 {
  color: rgb(35 151 212 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(35 151 212 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(35 151 212 / 0.3);
}

.text-blue-500\/40 {
  color: rgb(35 151 212 / 0.4);
}

.text-blue-500\/5 {
  color: rgb(35 151 212 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(35 151 212 / 0.5);
}

.text-blue-500\/60 {
  color: rgb(35 151 212 / 0.6);
}

.text-blue-500\/70 {
  color: rgb(35 151 212 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(35 151 212 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(35 151 212 / 0.8);
}

.text-blue-500\/90 {
  color: rgb(35 151 212 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(35 151 212 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(21 121 180 / var(--tw-text-opacity));
}

.text-blue-600\/0 {
  color: rgb(21 121 180 / 0);
}

.text-blue-600\/10 {
  color: rgb(21 121 180 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(21 121 180 / 1);
}

.text-blue-600\/20 {
  color: rgb(21 121 180 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(21 121 180 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(21 121 180 / 0.3);
}

.text-blue-600\/40 {
  color: rgb(21 121 180 / 0.4);
}

.text-blue-600\/5 {
  color: rgb(21 121 180 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(21 121 180 / 0.5);
}

.text-blue-600\/60 {
  color: rgb(21 121 180 / 0.6);
}

.text-blue-600\/70 {
  color: rgb(21 121 180 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(21 121 180 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(21 121 180 / 0.8);
}

.text-blue-600\/90 {
  color: rgb(21 121 180 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(21 121 180 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(18 97 146 / var(--tw-text-opacity));
}

.text-blue-700\/0 {
  color: rgb(18 97 146 / 0);
}

.text-blue-700\/10 {
  color: rgb(18 97 146 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(18 97 146 / 1);
}

.text-blue-700\/20 {
  color: rgb(18 97 146 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(18 97 146 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(18 97 146 / 0.3);
}

.text-blue-700\/40 {
  color: rgb(18 97 146 / 0.4);
}

.text-blue-700\/5 {
  color: rgb(18 97 146 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(18 97 146 / 0.5);
}

.text-blue-700\/60 {
  color: rgb(18 97 146 / 0.6);
}

.text-blue-700\/70 {
  color: rgb(18 97 146 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(18 97 146 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(18 97 146 / 0.8);
}

.text-blue-700\/90 {
  color: rgb(18 97 146 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(18 97 146 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(19 82 121 / var(--tw-text-opacity));
}

.text-blue-800\/0 {
  color: rgb(19 82 121 / 0);
}

.text-blue-800\/10 {
  color: rgb(19 82 121 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(19 82 121 / 1);
}

.text-blue-800\/20 {
  color: rgb(19 82 121 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(19 82 121 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(19 82 121 / 0.3);
}

.text-blue-800\/40 {
  color: rgb(19 82 121 / 0.4);
}

.text-blue-800\/5 {
  color: rgb(19 82 121 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(19 82 121 / 0.5);
}

.text-blue-800\/60 {
  color: rgb(19 82 121 / 0.6);
}

.text-blue-800\/70 {
  color: rgb(19 82 121 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(19 82 121 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(19 82 121 / 0.8);
}

.text-blue-800\/90 {
  color: rgb(19 82 121 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(19 82 121 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(21 68 101 / var(--tw-text-opacity));
}

.text-blue-900\/0 {
  color: rgb(21 68 101 / 0);
}

.text-blue-900\/10 {
  color: rgb(21 68 101 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(21 68 101 / 1);
}

.text-blue-900\/20 {
  color: rgb(21 68 101 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(21 68 101 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(21 68 101 / 0.3);
}

.text-blue-900\/40 {
  color: rgb(21 68 101 / 0.4);
}

.text-blue-900\/5 {
  color: rgb(21 68 101 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(21 68 101 / 0.5);
}

.text-blue-900\/60 {
  color: rgb(21 68 101 / 0.6);
}

.text-blue-900\/70 {
  color: rgb(21 68 101 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(21 68 101 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(21 68 101 / 0.8);
}

.text-blue-900\/90 {
  color: rgb(21 68 101 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(21 68 101 / 0.95);
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(14 44 67 / var(--tw-text-opacity));
}

.text-blue-950\/0 {
  color: rgb(14 44 67 / 0);
}

.text-blue-950\/10 {
  color: rgb(14 44 67 / 0.1);
}

.text-blue-950\/100 {
  color: rgb(14 44 67 / 1);
}

.text-blue-950\/20 {
  color: rgb(14 44 67 / 0.2);
}

.text-blue-950\/25 {
  color: rgb(14 44 67 / 0.25);
}

.text-blue-950\/30 {
  color: rgb(14 44 67 / 0.3);
}

.text-blue-950\/40 {
  color: rgb(14 44 67 / 0.4);
}

.text-blue-950\/5 {
  color: rgb(14 44 67 / 0.05);
}

.text-blue-950\/50 {
  color: rgb(14 44 67 / 0.5);
}

.text-blue-950\/60 {
  color: rgb(14 44 67 / 0.6);
}

.text-blue-950\/70 {
  color: rgb(14 44 67 / 0.7);
}

.text-blue-950\/75 {
  color: rgb(14 44 67 / 0.75);
}

.text-blue-950\/80 {
  color: rgb(14 44 67 / 0.8);
}

.text-blue-950\/90 {
  color: rgb(14 44 67 / 0.9);
}

.text-blue-950\/95 {
  color: rgb(14 44 67 / 0.95);
}

.text-blue\/0 {
  color: rgb(155 211 242 / 0);
}

.text-blue\/10 {
  color: rgb(155 211 242 / 0.1);
}

.text-blue\/100 {
  color: rgb(155 211 242 / 1);
}

.text-blue\/20 {
  color: rgb(155 211 242 / 0.2);
}

.text-blue\/25 {
  color: rgb(155 211 242 / 0.25);
}

.text-blue\/30 {
  color: rgb(155 211 242 / 0.3);
}

.text-blue\/40 {
  color: rgb(155 211 242 / 0.4);
}

.text-blue\/5 {
  color: rgb(155 211 242 / 0.05);
}

.text-blue\/50 {
  color: rgb(155 211 242 / 0.5);
}

.text-blue\/60 {
  color: rgb(155 211 242 / 0.6);
}

.text-blue\/70 {
  color: rgb(155 211 242 / 0.7);
}

.text-blue\/75 {
  color: rgb(155 211 242 / 0.75);
}

.text-blue\/80 {
  color: rgb(155 211 242 / 0.8);
}

.text-blue\/90 {
  color: rgb(155 211 242 / 0.9);
}

.text-blue\/95 {
  color: rgb(155 211 242 / 0.95);
}

.text-corn {
  --tw-text-opacity: 1;
  color: rgb(232 177 5 / var(--tw-text-opacity));
}

.text-corn-100 {
  --tw-text-opacity: 1;
  color: rgb(248 232 180 / var(--tw-text-opacity));
}

.text-corn-100\/0 {
  color: rgb(248 232 180 / 0);
}

.text-corn-100\/10 {
  color: rgb(248 232 180 / 0.1);
}

.text-corn-100\/100 {
  color: rgb(248 232 180 / 1);
}

.text-corn-100\/20 {
  color: rgb(248 232 180 / 0.2);
}

.text-corn-100\/25 {
  color: rgb(248 232 180 / 0.25);
}

.text-corn-100\/30 {
  color: rgb(248 232 180 / 0.3);
}

.text-corn-100\/40 {
  color: rgb(248 232 180 / 0.4);
}

.text-corn-100\/5 {
  color: rgb(248 232 180 / 0.05);
}

.text-corn-100\/50 {
  color: rgb(248 232 180 / 0.5);
}

.text-corn-100\/60 {
  color: rgb(248 232 180 / 0.6);
}

.text-corn-100\/70 {
  color: rgb(248 232 180 / 0.7);
}

.text-corn-100\/75 {
  color: rgb(248 232 180 / 0.75);
}

.text-corn-100\/80 {
  color: rgb(248 232 180 / 0.8);
}

.text-corn-100\/90 {
  color: rgb(248 232 180 / 0.9);
}

.text-corn-100\/95 {
  color: rgb(248 232 180 / 0.95);
}

.text-corn-200 {
  --tw-text-opacity: 1;
  color: rgb(242 212 118 / var(--tw-text-opacity));
}

.text-corn-200\/0 {
  color: rgb(242 212 118 / 0);
}

.text-corn-200\/10 {
  color: rgb(242 212 118 / 0.1);
}

.text-corn-200\/100 {
  color: rgb(242 212 118 / 1);
}

.text-corn-200\/20 {
  color: rgb(242 212 118 / 0.2);
}

.text-corn-200\/25 {
  color: rgb(242 212 118 / 0.25);
}

.text-corn-200\/30 {
  color: rgb(242 212 118 / 0.3);
}

.text-corn-200\/40 {
  color: rgb(242 212 118 / 0.4);
}

.text-corn-200\/5 {
  color: rgb(242 212 118 / 0.05);
}

.text-corn-200\/50 {
  color: rgb(242 212 118 / 0.5);
}

.text-corn-200\/60 {
  color: rgb(242 212 118 / 0.6);
}

.text-corn-200\/70 {
  color: rgb(242 212 118 / 0.7);
}

.text-corn-200\/75 {
  color: rgb(242 212 118 / 0.75);
}

.text-corn-200\/80 {
  color: rgb(242 212 118 / 0.8);
}

.text-corn-200\/90 {
  color: rgb(242 212 118 / 0.9);
}

.text-corn-200\/95 {
  color: rgb(242 212 118 / 0.95);
}

.text-corn-300 {
  --tw-text-opacity: 1;
  color: rgb(237 193 55 / var(--tw-text-opacity));
}

.text-corn-300\/0 {
  color: rgb(237 193 55 / 0);
}

.text-corn-300\/10 {
  color: rgb(237 193 55 / 0.1);
}

.text-corn-300\/100 {
  color: rgb(237 193 55 / 1);
}

.text-corn-300\/20 {
  color: rgb(237 193 55 / 0.2);
}

.text-corn-300\/25 {
  color: rgb(237 193 55 / 0.25);
}

.text-corn-300\/30 {
  color: rgb(237 193 55 / 0.3);
}

.text-corn-300\/40 {
  color: rgb(237 193 55 / 0.4);
}

.text-corn-300\/5 {
  color: rgb(237 193 55 / 0.05);
}

.text-corn-300\/50 {
  color: rgb(237 193 55 / 0.5);
}

.text-corn-300\/60 {
  color: rgb(237 193 55 / 0.6);
}

.text-corn-300\/70 {
  color: rgb(237 193 55 / 0.7);
}

.text-corn-300\/75 {
  color: rgb(237 193 55 / 0.75);
}

.text-corn-300\/80 {
  color: rgb(237 193 55 / 0.8);
}

.text-corn-300\/90 {
  color: rgb(237 193 55 / 0.9);
}

.text-corn-300\/95 {
  color: rgb(237 193 55 / 0.95);
}

.text-corn-400 {
  --tw-text-opacity: 1;
  color: rgb(220 168 5 / var(--tw-text-opacity));
}

.text-corn-400\/0 {
  color: rgb(220 168 5 / 0);
}

.text-corn-400\/10 {
  color: rgb(220 168 5 / 0.1);
}

.text-corn-400\/100 {
  color: rgb(220 168 5 / 1);
}

.text-corn-400\/20 {
  color: rgb(220 168 5 / 0.2);
}

.text-corn-400\/25 {
  color: rgb(220 168 5 / 0.25);
}

.text-corn-400\/30 {
  color: rgb(220 168 5 / 0.3);
}

.text-corn-400\/40 {
  color: rgb(220 168 5 / 0.4);
}

.text-corn-400\/5 {
  color: rgb(220 168 5 / 0.05);
}

.text-corn-400\/50 {
  color: rgb(220 168 5 / 0.5);
}

.text-corn-400\/60 {
  color: rgb(220 168 5 / 0.6);
}

.text-corn-400\/70 {
  color: rgb(220 168 5 / 0.7);
}

.text-corn-400\/75 {
  color: rgb(220 168 5 / 0.75);
}

.text-corn-400\/80 {
  color: rgb(220 168 5 / 0.8);
}

.text-corn-400\/90 {
  color: rgb(220 168 5 / 0.9);
}

.text-corn-400\/95 {
  color: rgb(220 168 5 / 0.95);
}

.text-corn-50 {
  --tw-text-opacity: 1;
  color: rgb(254 251 243 / var(--tw-text-opacity));
}

.text-corn-50\/0 {
  color: rgb(254 251 243 / 0);
}

.text-corn-50\/10 {
  color: rgb(254 251 243 / 0.1);
}

.text-corn-50\/100 {
  color: rgb(254 251 243 / 1);
}

.text-corn-50\/20 {
  color: rgb(254 251 243 / 0.2);
}

.text-corn-50\/25 {
  color: rgb(254 251 243 / 0.25);
}

.text-corn-50\/30 {
  color: rgb(254 251 243 / 0.3);
}

.text-corn-50\/40 {
  color: rgb(254 251 243 / 0.4);
}

.text-corn-50\/5 {
  color: rgb(254 251 243 / 0.05);
}

.text-corn-50\/50 {
  color: rgb(254 251 243 / 0.5);
}

.text-corn-50\/60 {
  color: rgb(254 251 243 / 0.6);
}

.text-corn-50\/70 {
  color: rgb(254 251 243 / 0.7);
}

.text-corn-50\/75 {
  color: rgb(254 251 243 / 0.75);
}

.text-corn-50\/80 {
  color: rgb(254 251 243 / 0.8);
}

.text-corn-50\/90 {
  color: rgb(254 251 243 / 0.9);
}

.text-corn-50\/95 {
  color: rgb(254 251 243 / 0.95);
}

.text-corn-500 {
  --tw-text-opacity: 1;
  color: rgb(193 147 4 / var(--tw-text-opacity));
}

.text-corn-500\/0 {
  color: rgb(193 147 4 / 0);
}

.text-corn-500\/10 {
  color: rgb(193 147 4 / 0.1);
}

.text-corn-500\/100 {
  color: rgb(193 147 4 / 1);
}

.text-corn-500\/20 {
  color: rgb(193 147 4 / 0.2);
}

.text-corn-500\/25 {
  color: rgb(193 147 4 / 0.25);
}

.text-corn-500\/30 {
  color: rgb(193 147 4 / 0.3);
}

.text-corn-500\/40 {
  color: rgb(193 147 4 / 0.4);
}

.text-corn-500\/5 {
  color: rgb(193 147 4 / 0.05);
}

.text-corn-500\/50 {
  color: rgb(193 147 4 / 0.5);
}

.text-corn-500\/60 {
  color: rgb(193 147 4 / 0.6);
}

.text-corn-500\/70 {
  color: rgb(193 147 4 / 0.7);
}

.text-corn-500\/75 {
  color: rgb(193 147 4 / 0.75);
}

.text-corn-500\/80 {
  color: rgb(193 147 4 / 0.8);
}

.text-corn-500\/90 {
  color: rgb(193 147 4 / 0.9);
}

.text-corn-500\/95 {
  color: rgb(193 147 4 / 0.95);
}

.text-corn-600 {
  --tw-text-opacity: 1;
  color: rgb(165 126 4 / var(--tw-text-opacity));
}

.text-corn-600\/0 {
  color: rgb(165 126 4 / 0);
}

.text-corn-600\/10 {
  color: rgb(165 126 4 / 0.1);
}

.text-corn-600\/100 {
  color: rgb(165 126 4 / 1);
}

.text-corn-600\/20 {
  color: rgb(165 126 4 / 0.2);
}

.text-corn-600\/25 {
  color: rgb(165 126 4 / 0.25);
}

.text-corn-600\/30 {
  color: rgb(165 126 4 / 0.3);
}

.text-corn-600\/40 {
  color: rgb(165 126 4 / 0.4);
}

.text-corn-600\/5 {
  color: rgb(165 126 4 / 0.05);
}

.text-corn-600\/50 {
  color: rgb(165 126 4 / 0.5);
}

.text-corn-600\/60 {
  color: rgb(165 126 4 / 0.6);
}

.text-corn-600\/70 {
  color: rgb(165 126 4 / 0.7);
}

.text-corn-600\/75 {
  color: rgb(165 126 4 / 0.75);
}

.text-corn-600\/80 {
  color: rgb(165 126 4 / 0.8);
}

.text-corn-600\/90 {
  color: rgb(165 126 4 / 0.9);
}

.text-corn-600\/95 {
  color: rgb(165 126 4 / 0.95);
}

.text-corn-700 {
  --tw-text-opacity: 1;
  color: rgb(137 104 3 / var(--tw-text-opacity));
}

.text-corn-700\/0 {
  color: rgb(137 104 3 / 0);
}

.text-corn-700\/10 {
  color: rgb(137 104 3 / 0.1);
}

.text-corn-700\/100 {
  color: rgb(137 104 3 / 1);
}

.text-corn-700\/20 {
  color: rgb(137 104 3 / 0.2);
}

.text-corn-700\/25 {
  color: rgb(137 104 3 / 0.25);
}

.text-corn-700\/30 {
  color: rgb(137 104 3 / 0.3);
}

.text-corn-700\/40 {
  color: rgb(137 104 3 / 0.4);
}

.text-corn-700\/5 {
  color: rgb(137 104 3 / 0.05);
}

.text-corn-700\/50 {
  color: rgb(137 104 3 / 0.5);
}

.text-corn-700\/60 {
  color: rgb(137 104 3 / 0.6);
}

.text-corn-700\/70 {
  color: rgb(137 104 3 / 0.7);
}

.text-corn-700\/75 {
  color: rgb(137 104 3 / 0.75);
}

.text-corn-700\/80 {
  color: rgb(137 104 3 / 0.8);
}

.text-corn-700\/90 {
  color: rgb(137 104 3 / 0.9);
}

.text-corn-700\/95 {
  color: rgb(137 104 3 / 0.95);
}

.text-corn-800 {
  --tw-text-opacity: 1;
  color: rgb(109 83 2 / var(--tw-text-opacity));
}

.text-corn-800\/0 {
  color: rgb(109 83 2 / 0);
}

.text-corn-800\/10 {
  color: rgb(109 83 2 / 0.1);
}

.text-corn-800\/100 {
  color: rgb(109 83 2 / 1);
}

.text-corn-800\/20 {
  color: rgb(109 83 2 / 0.2);
}

.text-corn-800\/25 {
  color: rgb(109 83 2 / 0.25);
}

.text-corn-800\/30 {
  color: rgb(109 83 2 / 0.3);
}

.text-corn-800\/40 {
  color: rgb(109 83 2 / 0.4);
}

.text-corn-800\/5 {
  color: rgb(109 83 2 / 0.05);
}

.text-corn-800\/50 {
  color: rgb(109 83 2 / 0.5);
}

.text-corn-800\/60 {
  color: rgb(109 83 2 / 0.6);
}

.text-corn-800\/70 {
  color: rgb(109 83 2 / 0.7);
}

.text-corn-800\/75 {
  color: rgb(109 83 2 / 0.75);
}

.text-corn-800\/80 {
  color: rgb(109 83 2 / 0.8);
}

.text-corn-800\/90 {
  color: rgb(109 83 2 / 0.9);
}

.text-corn-800\/95 {
  color: rgb(109 83 2 / 0.95);
}

.text-corn-900 {
  --tw-text-opacity: 1;
  color: rgb(81 62 2 / var(--tw-text-opacity));
}

.text-corn-900\/0 {
  color: rgb(81 62 2 / 0);
}

.text-corn-900\/10 {
  color: rgb(81 62 2 / 0.1);
}

.text-corn-900\/100 {
  color: rgb(81 62 2 / 1);
}

.text-corn-900\/20 {
  color: rgb(81 62 2 / 0.2);
}

.text-corn-900\/25 {
  color: rgb(81 62 2 / 0.25);
}

.text-corn-900\/30 {
  color: rgb(81 62 2 / 0.3);
}

.text-corn-900\/40 {
  color: rgb(81 62 2 / 0.4);
}

.text-corn-900\/5 {
  color: rgb(81 62 2 / 0.05);
}

.text-corn-900\/50 {
  color: rgb(81 62 2 / 0.5);
}

.text-corn-900\/60 {
  color: rgb(81 62 2 / 0.6);
}

.text-corn-900\/70 {
  color: rgb(81 62 2 / 0.7);
}

.text-corn-900\/75 {
  color: rgb(81 62 2 / 0.75);
}

.text-corn-900\/80 {
  color: rgb(81 62 2 / 0.8);
}

.text-corn-900\/90 {
  color: rgb(81 62 2 / 0.9);
}

.text-corn-900\/95 {
  color: rgb(81 62 2 / 0.95);
}

.text-corn-950 {
  --tw-text-opacity: 1;
  color: rgb(53 41 1 / var(--tw-text-opacity));
}

.text-corn-950\/0 {
  color: rgb(53 41 1 / 0);
}

.text-corn-950\/10 {
  color: rgb(53 41 1 / 0.1);
}

.text-corn-950\/100 {
  color: rgb(53 41 1 / 1);
}

.text-corn-950\/20 {
  color: rgb(53 41 1 / 0.2);
}

.text-corn-950\/25 {
  color: rgb(53 41 1 / 0.25);
}

.text-corn-950\/30 {
  color: rgb(53 41 1 / 0.3);
}

.text-corn-950\/40 {
  color: rgb(53 41 1 / 0.4);
}

.text-corn-950\/5 {
  color: rgb(53 41 1 / 0.05);
}

.text-corn-950\/50 {
  color: rgb(53 41 1 / 0.5);
}

.text-corn-950\/60 {
  color: rgb(53 41 1 / 0.6);
}

.text-corn-950\/70 {
  color: rgb(53 41 1 / 0.7);
}

.text-corn-950\/75 {
  color: rgb(53 41 1 / 0.75);
}

.text-corn-950\/80 {
  color: rgb(53 41 1 / 0.8);
}

.text-corn-950\/90 {
  color: rgb(53 41 1 / 0.9);
}

.text-corn-950\/95 {
  color: rgb(53 41 1 / 0.95);
}

.text-corn\/0 {
  color: rgb(232 177 5 / 0);
}

.text-corn\/10 {
  color: rgb(232 177 5 / 0.1);
}

.text-corn\/100 {
  color: rgb(232 177 5 / 1);
}

.text-corn\/20 {
  color: rgb(232 177 5 / 0.2);
}

.text-corn\/25 {
  color: rgb(232 177 5 / 0.25);
}

.text-corn\/30 {
  color: rgb(232 177 5 / 0.3);
}

.text-corn\/40 {
  color: rgb(232 177 5 / 0.4);
}

.text-corn\/5 {
  color: rgb(232 177 5 / 0.05);
}

.text-corn\/50 {
  color: rgb(232 177 5 / 0.5);
}

.text-corn\/60 {
  color: rgb(232 177 5 / 0.6);
}

.text-corn\/70 {
  color: rgb(232 177 5 / 0.7);
}

.text-corn\/75 {
  color: rgb(232 177 5 / 0.75);
}

.text-corn\/80 {
  color: rgb(232 177 5 / 0.8);
}

.text-corn\/90 {
  color: rgb(232 177 5 / 0.9);
}

.text-corn\/95 {
  color: rgb(232 177 5 / 0.95);
}

.text-current {
  color: currentColor;
}

.text-everglade {
  --tw-text-opacity: 1;
  color: rgb(41 81 53 / var(--tw-text-opacity));
}

.text-everglade-100 {
  --tw-text-opacity: 1;
  color: rgb(191 203 194 / var(--tw-text-opacity));
}

.text-everglade-100\/0 {
  color: rgb(191 203 194 / 0);
}

.text-everglade-100\/10 {
  color: rgb(191 203 194 / 0.1);
}

.text-everglade-100\/100 {
  color: rgb(191 203 194 / 1);
}

.text-everglade-100\/20 {
  color: rgb(191 203 194 / 0.2);
}

.text-everglade-100\/25 {
  color: rgb(191 203 194 / 0.25);
}

.text-everglade-100\/30 {
  color: rgb(191 203 194 / 0.3);
}

.text-everglade-100\/40 {
  color: rgb(191 203 194 / 0.4);
}

.text-everglade-100\/5 {
  color: rgb(191 203 194 / 0.05);
}

.text-everglade-100\/50 {
  color: rgb(191 203 194 / 0.5);
}

.text-everglade-100\/60 {
  color: rgb(191 203 194 / 0.6);
}

.text-everglade-100\/70 {
  color: rgb(191 203 194 / 0.7);
}

.text-everglade-100\/75 {
  color: rgb(191 203 194 / 0.75);
}

.text-everglade-100\/80 {
  color: rgb(191 203 194 / 0.8);
}

.text-everglade-100\/90 {
  color: rgb(191 203 194 / 0.9);
}

.text-everglade-100\/95 {
  color: rgb(191 203 194 / 0.95);
}

.text-everglade-200 {
  --tw-text-opacity: 1;
  color: rgb(137 159 144 / var(--tw-text-opacity));
}

.text-everglade-200\/0 {
  color: rgb(137 159 144 / 0);
}

.text-everglade-200\/10 {
  color: rgb(137 159 144 / 0.1);
}

.text-everglade-200\/100 {
  color: rgb(137 159 144 / 1);
}

.text-everglade-200\/20 {
  color: rgb(137 159 144 / 0.2);
}

.text-everglade-200\/25 {
  color: rgb(137 159 144 / 0.25);
}

.text-everglade-200\/30 {
  color: rgb(137 159 144 / 0.3);
}

.text-everglade-200\/40 {
  color: rgb(137 159 144 / 0.4);
}

.text-everglade-200\/5 {
  color: rgb(137 159 144 / 0.05);
}

.text-everglade-200\/50 {
  color: rgb(137 159 144 / 0.5);
}

.text-everglade-200\/60 {
  color: rgb(137 159 144 / 0.6);
}

.text-everglade-200\/70 {
  color: rgb(137 159 144 / 0.7);
}

.text-everglade-200\/75 {
  color: rgb(137 159 144 / 0.75);
}

.text-everglade-200\/80 {
  color: rgb(137 159 144 / 0.8);
}

.text-everglade-200\/90 {
  color: rgb(137 159 144 / 0.9);
}

.text-everglade-200\/95 {
  color: rgb(137 159 144 / 0.95);
}

.text-everglade-300 {
  --tw-text-opacity: 1;
  color: rgb(84 116 93 / var(--tw-text-opacity));
}

.text-everglade-300\/0 {
  color: rgb(84 116 93 / 0);
}

.text-everglade-300\/10 {
  color: rgb(84 116 93 / 0.1);
}

.text-everglade-300\/100 {
  color: rgb(84 116 93 / 1);
}

.text-everglade-300\/20 {
  color: rgb(84 116 93 / 0.2);
}

.text-everglade-300\/25 {
  color: rgb(84 116 93 / 0.25);
}

.text-everglade-300\/30 {
  color: rgb(84 116 93 / 0.3);
}

.text-everglade-300\/40 {
  color: rgb(84 116 93 / 0.4);
}

.text-everglade-300\/5 {
  color: rgb(84 116 93 / 0.05);
}

.text-everglade-300\/50 {
  color: rgb(84 116 93 / 0.5);
}

.text-everglade-300\/60 {
  color: rgb(84 116 93 / 0.6);
}

.text-everglade-300\/70 {
  color: rgb(84 116 93 / 0.7);
}

.text-everglade-300\/75 {
  color: rgb(84 116 93 / 0.75);
}

.text-everglade-300\/80 {
  color: rgb(84 116 93 / 0.8);
}

.text-everglade-300\/90 {
  color: rgb(84 116 93 / 0.9);
}

.text-everglade-300\/95 {
  color: rgb(84 116 93 / 0.95);
}

.text-everglade-400 {
  --tw-text-opacity: 1;
  color: rgb(39 77 50 / var(--tw-text-opacity));
}

.text-everglade-400\/0 {
  color: rgb(39 77 50 / 0);
}

.text-everglade-400\/10 {
  color: rgb(39 77 50 / 0.1);
}

.text-everglade-400\/100 {
  color: rgb(39 77 50 / 1);
}

.text-everglade-400\/20 {
  color: rgb(39 77 50 / 0.2);
}

.text-everglade-400\/25 {
  color: rgb(39 77 50 / 0.25);
}

.text-everglade-400\/30 {
  color: rgb(39 77 50 / 0.3);
}

.text-everglade-400\/40 {
  color: rgb(39 77 50 / 0.4);
}

.text-everglade-400\/5 {
  color: rgb(39 77 50 / 0.05);
}

.text-everglade-400\/50 {
  color: rgb(39 77 50 / 0.5);
}

.text-everglade-400\/60 {
  color: rgb(39 77 50 / 0.6);
}

.text-everglade-400\/70 {
  color: rgb(39 77 50 / 0.7);
}

.text-everglade-400\/75 {
  color: rgb(39 77 50 / 0.75);
}

.text-everglade-400\/80 {
  color: rgb(39 77 50 / 0.8);
}

.text-everglade-400\/90 {
  color: rgb(39 77 50 / 0.9);
}

.text-everglade-400\/95 {
  color: rgb(39 77 50 / 0.95);
}

.text-everglade-50 {
  --tw-text-opacity: 1;
  color: rgb(244 246 245 / var(--tw-text-opacity));
}

.text-everglade-50\/0 {
  color: rgb(244 246 245 / 0);
}

.text-everglade-50\/10 {
  color: rgb(244 246 245 / 0.1);
}

.text-everglade-50\/100 {
  color: rgb(244 246 245 / 1);
}

.text-everglade-50\/20 {
  color: rgb(244 246 245 / 0.2);
}

.text-everglade-50\/25 {
  color: rgb(244 246 245 / 0.25);
}

.text-everglade-50\/30 {
  color: rgb(244 246 245 / 0.3);
}

.text-everglade-50\/40 {
  color: rgb(244 246 245 / 0.4);
}

.text-everglade-50\/5 {
  color: rgb(244 246 245 / 0.05);
}

.text-everglade-50\/50 {
  color: rgb(244 246 245 / 0.5);
}

.text-everglade-50\/60 {
  color: rgb(244 246 245 / 0.6);
}

.text-everglade-50\/70 {
  color: rgb(244 246 245 / 0.7);
}

.text-everglade-50\/75 {
  color: rgb(244 246 245 / 0.75);
}

.text-everglade-50\/80 {
  color: rgb(244 246 245 / 0.8);
}

.text-everglade-50\/90 {
  color: rgb(244 246 245 / 0.9);
}

.text-everglade-50\/95 {
  color: rgb(244 246 245 / 0.95);
}

.text-everglade-500 {
  --tw-text-opacity: 1;
  color: rgb(34 67 44 / var(--tw-text-opacity));
}

.text-everglade-500\/0 {
  color: rgb(34 67 44 / 0);
}

.text-everglade-500\/10 {
  color: rgb(34 67 44 / 0.1);
}

.text-everglade-500\/100 {
  color: rgb(34 67 44 / 1);
}

.text-everglade-500\/20 {
  color: rgb(34 67 44 / 0.2);
}

.text-everglade-500\/25 {
  color: rgb(34 67 44 / 0.25);
}

.text-everglade-500\/30 {
  color: rgb(34 67 44 / 0.3);
}

.text-everglade-500\/40 {
  color: rgb(34 67 44 / 0.4);
}

.text-everglade-500\/5 {
  color: rgb(34 67 44 / 0.05);
}

.text-everglade-500\/50 {
  color: rgb(34 67 44 / 0.5);
}

.text-everglade-500\/60 {
  color: rgb(34 67 44 / 0.6);
}

.text-everglade-500\/70 {
  color: rgb(34 67 44 / 0.7);
}

.text-everglade-500\/75 {
  color: rgb(34 67 44 / 0.75);
}

.text-everglade-500\/80 {
  color: rgb(34 67 44 / 0.8);
}

.text-everglade-500\/90 {
  color: rgb(34 67 44 / 0.9);
}

.text-everglade-500\/95 {
  color: rgb(34 67 44 / 0.95);
}

.text-everglade-600 {
  --tw-text-opacity: 1;
  color: rgb(29 58 38 / var(--tw-text-opacity));
}

.text-everglade-600\/0 {
  color: rgb(29 58 38 / 0);
}

.text-everglade-600\/10 {
  color: rgb(29 58 38 / 0.1);
}

.text-everglade-600\/100 {
  color: rgb(29 58 38 / 1);
}

.text-everglade-600\/20 {
  color: rgb(29 58 38 / 0.2);
}

.text-everglade-600\/25 {
  color: rgb(29 58 38 / 0.25);
}

.text-everglade-600\/30 {
  color: rgb(29 58 38 / 0.3);
}

.text-everglade-600\/40 {
  color: rgb(29 58 38 / 0.4);
}

.text-everglade-600\/5 {
  color: rgb(29 58 38 / 0.05);
}

.text-everglade-600\/50 {
  color: rgb(29 58 38 / 0.5);
}

.text-everglade-600\/60 {
  color: rgb(29 58 38 / 0.6);
}

.text-everglade-600\/70 {
  color: rgb(29 58 38 / 0.7);
}

.text-everglade-600\/75 {
  color: rgb(29 58 38 / 0.75);
}

.text-everglade-600\/80 {
  color: rgb(29 58 38 / 0.8);
}

.text-everglade-600\/90 {
  color: rgb(29 58 38 / 0.9);
}

.text-everglade-600\/95 {
  color: rgb(29 58 38 / 0.95);
}

.text-everglade-700 {
  --tw-text-opacity: 1;
  color: rgb(24 48 31 / var(--tw-text-opacity));
}

.text-everglade-700\/0 {
  color: rgb(24 48 31 / 0);
}

.text-everglade-700\/10 {
  color: rgb(24 48 31 / 0.1);
}

.text-everglade-700\/100 {
  color: rgb(24 48 31 / 1);
}

.text-everglade-700\/20 {
  color: rgb(24 48 31 / 0.2);
}

.text-everglade-700\/25 {
  color: rgb(24 48 31 / 0.25);
}

.text-everglade-700\/30 {
  color: rgb(24 48 31 / 0.3);
}

.text-everglade-700\/40 {
  color: rgb(24 48 31 / 0.4);
}

.text-everglade-700\/5 {
  color: rgb(24 48 31 / 0.05);
}

.text-everglade-700\/50 {
  color: rgb(24 48 31 / 0.5);
}

.text-everglade-700\/60 {
  color: rgb(24 48 31 / 0.6);
}

.text-everglade-700\/70 {
  color: rgb(24 48 31 / 0.7);
}

.text-everglade-700\/75 {
  color: rgb(24 48 31 / 0.75);
}

.text-everglade-700\/80 {
  color: rgb(24 48 31 / 0.8);
}

.text-everglade-700\/90 {
  color: rgb(24 48 31 / 0.9);
}

.text-everglade-700\/95 {
  color: rgb(24 48 31 / 0.95);
}

.text-everglade-800 {
  --tw-text-opacity: 1;
  color: rgb(19 38 25 / var(--tw-text-opacity));
}

.text-everglade-800\/0 {
  color: rgb(19 38 25 / 0);
}

.text-everglade-800\/10 {
  color: rgb(19 38 25 / 0.1);
}

.text-everglade-800\/100 {
  color: rgb(19 38 25 / 1);
}

.text-everglade-800\/20 {
  color: rgb(19 38 25 / 0.2);
}

.text-everglade-800\/25 {
  color: rgb(19 38 25 / 0.25);
}

.text-everglade-800\/30 {
  color: rgb(19 38 25 / 0.3);
}

.text-everglade-800\/40 {
  color: rgb(19 38 25 / 0.4);
}

.text-everglade-800\/5 {
  color: rgb(19 38 25 / 0.05);
}

.text-everglade-800\/50 {
  color: rgb(19 38 25 / 0.5);
}

.text-everglade-800\/60 {
  color: rgb(19 38 25 / 0.6);
}

.text-everglade-800\/70 {
  color: rgb(19 38 25 / 0.7);
}

.text-everglade-800\/75 {
  color: rgb(19 38 25 / 0.75);
}

.text-everglade-800\/80 {
  color: rgb(19 38 25 / 0.8);
}

.text-everglade-800\/90 {
  color: rgb(19 38 25 / 0.9);
}

.text-everglade-800\/95 {
  color: rgb(19 38 25 / 0.95);
}

.text-everglade-900 {
  --tw-text-opacity: 1;
  color: rgb(14 28 19 / var(--tw-text-opacity));
}

.text-everglade-900\/0 {
  color: rgb(14 28 19 / 0);
}

.text-everglade-900\/10 {
  color: rgb(14 28 19 / 0.1);
}

.text-everglade-900\/100 {
  color: rgb(14 28 19 / 1);
}

.text-everglade-900\/20 {
  color: rgb(14 28 19 / 0.2);
}

.text-everglade-900\/25 {
  color: rgb(14 28 19 / 0.25);
}

.text-everglade-900\/30 {
  color: rgb(14 28 19 / 0.3);
}

.text-everglade-900\/40 {
  color: rgb(14 28 19 / 0.4);
}

.text-everglade-900\/5 {
  color: rgb(14 28 19 / 0.05);
}

.text-everglade-900\/50 {
  color: rgb(14 28 19 / 0.5);
}

.text-everglade-900\/60 {
  color: rgb(14 28 19 / 0.6);
}

.text-everglade-900\/70 {
  color: rgb(14 28 19 / 0.7);
}

.text-everglade-900\/75 {
  color: rgb(14 28 19 / 0.75);
}

.text-everglade-900\/80 {
  color: rgb(14 28 19 / 0.8);
}

.text-everglade-900\/90 {
  color: rgb(14 28 19 / 0.9);
}

.text-everglade-900\/95 {
  color: rgb(14 28 19 / 0.95);
}

.text-everglade-950 {
  --tw-text-opacity: 1;
  color: rgb(9 19 12 / var(--tw-text-opacity));
}

.text-everglade-950\/0 {
  color: rgb(9 19 12 / 0);
}

.text-everglade-950\/10 {
  color: rgb(9 19 12 / 0.1);
}

.text-everglade-950\/100 {
  color: rgb(9 19 12 / 1);
}

.text-everglade-950\/20 {
  color: rgb(9 19 12 / 0.2);
}

.text-everglade-950\/25 {
  color: rgb(9 19 12 / 0.25);
}

.text-everglade-950\/30 {
  color: rgb(9 19 12 / 0.3);
}

.text-everglade-950\/40 {
  color: rgb(9 19 12 / 0.4);
}

.text-everglade-950\/5 {
  color: rgb(9 19 12 / 0.05);
}

.text-everglade-950\/50 {
  color: rgb(9 19 12 / 0.5);
}

.text-everglade-950\/60 {
  color: rgb(9 19 12 / 0.6);
}

.text-everglade-950\/70 {
  color: rgb(9 19 12 / 0.7);
}

.text-everglade-950\/75 {
  color: rgb(9 19 12 / 0.75);
}

.text-everglade-950\/80 {
  color: rgb(9 19 12 / 0.8);
}

.text-everglade-950\/90 {
  color: rgb(9 19 12 / 0.9);
}

.text-everglade-950\/95 {
  color: rgb(9 19 12 / 0.95);
}

.text-everglade\/0 {
  color: rgb(41 81 53 / 0);
}

.text-everglade\/10 {
  color: rgb(41 81 53 / 0.1);
}

.text-everglade\/100 {
  color: rgb(41 81 53 / 1);
}

.text-everglade\/20 {
  color: rgb(41 81 53 / 0.2);
}

.text-everglade\/25 {
  color: rgb(41 81 53 / 0.25);
}

.text-everglade\/30 {
  color: rgb(41 81 53 / 0.3);
}

.text-everglade\/40 {
  color: rgb(41 81 53 / 0.4);
}

.text-everglade\/5 {
  color: rgb(41 81 53 / 0.05);
}

.text-everglade\/50 {
  color: rgb(41 81 53 / 0.5);
}

.text-everglade\/60 {
  color: rgb(41 81 53 / 0.6);
}

.text-everglade\/70 {
  color: rgb(41 81 53 / 0.7);
}

.text-everglade\/75 {
  color: rgb(41 81 53 / 0.75);
}

.text-everglade\/80 {
  color: rgb(41 81 53 / 0.8);
}

.text-everglade\/90 {
  color: rgb(41 81 53 / 0.9);
}

.text-everglade\/95 {
  color: rgb(41 81 53 / 0.95);
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(77 79 83 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(229 230 232 / var(--tw-text-opacity));
}

.text-gray-100\/0 {
  color: rgb(229 230 232 / 0);
}

.text-gray-100\/10 {
  color: rgb(229 230 232 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(229 230 232 / 1);
}

.text-gray-100\/20 {
  color: rgb(229 230 232 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(229 230 232 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(229 230 232 / 0.3);
}

.text-gray-100\/40 {
  color: rgb(229 230 232 / 0.4);
}

.text-gray-100\/5 {
  color: rgb(229 230 232 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(229 230 232 / 0.5);
}

.text-gray-100\/60 {
  color: rgb(229 230 232 / 0.6);
}

.text-gray-100\/70 {
  color: rgb(229 230 232 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(229 230 232 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(229 230 232 / 0.8);
}

.text-gray-100\/90 {
  color: rgb(229 230 232 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(229 230 232 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(207 209 210 / var(--tw-text-opacity));
}

.text-gray-200\/0 {
  color: rgb(207 209 210 / 0);
}

.text-gray-200\/10 {
  color: rgb(207 209 210 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(207 209 210 / 1);
}

.text-gray-200\/20 {
  color: rgb(207 209 210 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(207 209 210 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(207 209 210 / 0.3);
}

.text-gray-200\/40 {
  color: rgb(207 209 210 / 0.4);
}

.text-gray-200\/5 {
  color: rgb(207 209 210 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(207 209 210 / 0.5);
}

.text-gray-200\/60 {
  color: rgb(207 209 210 / 0.6);
}

.text-gray-200\/70 {
  color: rgb(207 209 210 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(207 209 210 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(207 209 210 / 0.8);
}

.text-gray-200\/90 {
  color: rgb(207 209 210 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(207 209 210 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(173 176 179 / var(--tw-text-opacity));
}

.text-gray-300\/0 {
  color: rgb(173 176 179 / 0);
}

.text-gray-300\/10 {
  color: rgb(173 176 179 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(173 176 179 / 1);
}

.text-gray-300\/20 {
  color: rgb(173 176 179 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(173 176 179 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(173 176 179 / 0.3);
}

.text-gray-300\/40 {
  color: rgb(173 176 179 / 0.4);
}

.text-gray-300\/5 {
  color: rgb(173 176 179 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(173 176 179 / 0.5);
}

.text-gray-300\/60 {
  color: rgb(173 176 179 / 0.6);
}

.text-gray-300\/70 {
  color: rgb(173 176 179 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(173 176 179 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(173 176 179 / 0.8);
}

.text-gray-300\/90 {
  color: rgb(173 176 179 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(173 176 179 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(131 134 141 / var(--tw-text-opacity));
}

.text-gray-400\/0 {
  color: rgb(131 134 141 / 0);
}

.text-gray-400\/10 {
  color: rgb(131 134 141 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(131 134 141 / 1);
}

.text-gray-400\/20 {
  color: rgb(131 134 141 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(131 134 141 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(131 134 141 / 0.3);
}

.text-gray-400\/40 {
  color: rgb(131 134 141 / 0.4);
}

.text-gray-400\/5 {
  color: rgb(131 134 141 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(131 134 141 / 0.5);
}

.text-gray-400\/60 {
  color: rgb(131 134 141 / 0.6);
}

.text-gray-400\/70 {
  color: rgb(131 134 141 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(131 134 141 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(131 134 141 / 0.8);
}

.text-gray-400\/90 {
  color: rgb(131 134 141 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(131 134 141 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(245 246 246 / var(--tw-text-opacity));
}

.text-gray-50\/0 {
  color: rgb(245 246 246 / 0);
}

.text-gray-50\/10 {
  color: rgb(245 246 246 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(245 246 246 / 1);
}

.text-gray-50\/20 {
  color: rgb(245 246 246 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(245 246 246 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(245 246 246 / 0.3);
}

.text-gray-50\/40 {
  color: rgb(245 246 246 / 0.4);
}

.text-gray-50\/5 {
  color: rgb(245 246 246 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(245 246 246 / 0.5);
}

.text-gray-50\/60 {
  color: rgb(245 246 246 / 0.6);
}

.text-gray-50\/70 {
  color: rgb(245 246 246 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(245 246 246 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(245 246 246 / 0.8);
}

.text-gray-50\/90 {
  color: rgb(245 246 246 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(245 246 246 / 0.95);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(104 107 114 / var(--tw-text-opacity));
}

.text-gray-500\/0 {
  color: rgb(104 107 114 / 0);
}

.text-gray-500\/10 {
  color: rgb(104 107 114 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(104 107 114 / 1);
}

.text-gray-500\/20 {
  color: rgb(104 107 114 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(104 107 114 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(104 107 114 / 0.3);
}

.text-gray-500\/40 {
  color: rgb(104 107 114 / 0.4);
}

.text-gray-500\/5 {
  color: rgb(104 107 114 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(104 107 114 / 0.5);
}

.text-gray-500\/60 {
  color: rgb(104 107 114 / 0.6);
}

.text-gray-500\/70 {
  color: rgb(104 107 114 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(104 107 114 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(104 107 114 / 0.8);
}

.text-gray-500\/90 {
  color: rgb(104 107 114 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(104 107 114 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(89 91 97 / var(--tw-text-opacity));
}

.text-gray-600\/0 {
  color: rgb(89 91 97 / 0);
}

.text-gray-600\/10 {
  color: rgb(89 91 97 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(89 91 97 / 1);
}

.text-gray-600\/20 {
  color: rgb(89 91 97 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(89 91 97 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(89 91 97 / 0.3);
}

.text-gray-600\/40 {
  color: rgb(89 91 97 / 0.4);
}

.text-gray-600\/5 {
  color: rgb(89 91 97 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(89 91 97 / 0.5);
}

.text-gray-600\/60 {
  color: rgb(89 91 97 / 0.6);
}

.text-gray-600\/70 {
  color: rgb(89 91 97 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(89 91 97 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(89 91 97 / 0.8);
}

.text-gray-600\/90 {
  color: rgb(89 91 97 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(89 91 97 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(77 79 83 / var(--tw-text-opacity));
}

.text-gray-700\/0 {
  color: rgb(77 79 83 / 0);
}

.text-gray-700\/10 {
  color: rgb(77 79 83 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(77 79 83 / 1);
}

.text-gray-700\/20 {
  color: rgb(77 79 83 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(77 79 83 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(77 79 83 / 0.3);
}

.text-gray-700\/40 {
  color: rgb(77 79 83 / 0.4);
}

.text-gray-700\/5 {
  color: rgb(77 79 83 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(77 79 83 / 0.5);
}

.text-gray-700\/60 {
  color: rgb(77 79 83 / 0.6);
}

.text-gray-700\/70 {
  color: rgb(77 79 83 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(77 79 83 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(77 79 83 / 0.8);
}

.text-gray-700\/90 {
  color: rgb(77 79 83 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(77 79 83 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(67 68 71 / var(--tw-text-opacity));
}

.text-gray-800\/0 {
  color: rgb(67 68 71 / 0);
}

.text-gray-800\/10 {
  color: rgb(67 68 71 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(67 68 71 / 1);
}

.text-gray-800\/20 {
  color: rgb(67 68 71 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(67 68 71 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(67 68 71 / 0.3);
}

.text-gray-800\/40 {
  color: rgb(67 68 71 / 0.4);
}

.text-gray-800\/5 {
  color: rgb(67 68 71 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(67 68 71 / 0.5);
}

.text-gray-800\/60 {
  color: rgb(67 68 71 / 0.6);
}

.text-gray-800\/70 {
  color: rgb(67 68 71 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(67 68 71 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(67 68 71 / 0.8);
}

.text-gray-800\/90 {
  color: rgb(67 68 71 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(67 68 71 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(59 60 62 / var(--tw-text-opacity));
}

.text-gray-900\/0 {
  color: rgb(59 60 62 / 0);
}

.text-gray-900\/10 {
  color: rgb(59 60 62 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(59 60 62 / 1);
}

.text-gray-900\/20 {
  color: rgb(59 60 62 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(59 60 62 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(59 60 62 / 0.3);
}

.text-gray-900\/40 {
  color: rgb(59 60 62 / 0.4);
}

.text-gray-900\/5 {
  color: rgb(59 60 62 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(59 60 62 / 0.5);
}

.text-gray-900\/60 {
  color: rgb(59 60 62 / 0.6);
}

.text-gray-900\/70 {
  color: rgb(59 60 62 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(59 60 62 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(59 60 62 / 0.8);
}

.text-gray-900\/90 {
  color: rgb(59 60 62 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(59 60 62 / 0.95);
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(37 38 39 / var(--tw-text-opacity));
}

.text-gray-950\/0 {
  color: rgb(37 38 39 / 0);
}

.text-gray-950\/10 {
  color: rgb(37 38 39 / 0.1);
}

.text-gray-950\/100 {
  color: rgb(37 38 39 / 1);
}

.text-gray-950\/20 {
  color: rgb(37 38 39 / 0.2);
}

.text-gray-950\/25 {
  color: rgb(37 38 39 / 0.25);
}

.text-gray-950\/30 {
  color: rgb(37 38 39 / 0.3);
}

.text-gray-950\/40 {
  color: rgb(37 38 39 / 0.4);
}

.text-gray-950\/5 {
  color: rgb(37 38 39 / 0.05);
}

.text-gray-950\/50 {
  color: rgb(37 38 39 / 0.5);
}

.text-gray-950\/60 {
  color: rgb(37 38 39 / 0.6);
}

.text-gray-950\/70 {
  color: rgb(37 38 39 / 0.7);
}

.text-gray-950\/75 {
  color: rgb(37 38 39 / 0.75);
}

.text-gray-950\/80 {
  color: rgb(37 38 39 / 0.8);
}

.text-gray-950\/90 {
  color: rgb(37 38 39 / 0.9);
}

.text-gray-950\/95 {
  color: rgb(37 38 39 / 0.95);
}

.text-gray\/0 {
  color: rgb(77 79 83 / 0);
}

.text-gray\/10 {
  color: rgb(77 79 83 / 0.1);
}

.text-gray\/100 {
  color: rgb(77 79 83 / 1);
}

.text-gray\/20 {
  color: rgb(77 79 83 / 0.2);
}

.text-gray\/25 {
  color: rgb(77 79 83 / 0.25);
}

.text-gray\/30 {
  color: rgb(77 79 83 / 0.3);
}

.text-gray\/40 {
  color: rgb(77 79 83 / 0.4);
}

.text-gray\/5 {
  color: rgb(77 79 83 / 0.05);
}

.text-gray\/50 {
  color: rgb(77 79 83 / 0.5);
}

.text-gray\/60 {
  color: rgb(77 79 83 / 0.6);
}

.text-gray\/70 {
  color: rgb(77 79 83 / 0.7);
}

.text-gray\/75 {
  color: rgb(77 79 83 / 0.75);
}

.text-gray\/80 {
  color: rgb(77 79 83 / 0.8);
}

.text-gray\/90 {
  color: rgb(77 79 83 / 0.9);
}

.text-gray\/95 {
  color: rgb(77 79 83 / 0.95);
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(181 203 82 / var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(235 241 207 / var(--tw-text-opacity));
}

.text-green-100\/0 {
  color: rgb(235 241 207 / 0);
}

.text-green-100\/10 {
  color: rgb(235 241 207 / 0.1);
}

.text-green-100\/100 {
  color: rgb(235 241 207 / 1);
}

.text-green-100\/20 {
  color: rgb(235 241 207 / 0.2);
}

.text-green-100\/25 {
  color: rgb(235 241 207 / 0.25);
}

.text-green-100\/30 {
  color: rgb(235 241 207 / 0.3);
}

.text-green-100\/40 {
  color: rgb(235 241 207 / 0.4);
}

.text-green-100\/5 {
  color: rgb(235 241 207 / 0.05);
}

.text-green-100\/50 {
  color: rgb(235 241 207 / 0.5);
}

.text-green-100\/60 {
  color: rgb(235 241 207 / 0.6);
}

.text-green-100\/70 {
  color: rgb(235 241 207 / 0.7);
}

.text-green-100\/75 {
  color: rgb(235 241 207 / 0.75);
}

.text-green-100\/80 {
  color: rgb(235 241 207 / 0.8);
}

.text-green-100\/90 {
  color: rgb(235 241 207 / 0.9);
}

.text-green-100\/95 {
  color: rgb(235 241 207 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(221 231 176 / var(--tw-text-opacity));
}

.text-green-200\/0 {
  color: rgb(221 231 176 / 0);
}

.text-green-200\/10 {
  color: rgb(221 231 176 / 0.1);
}

.text-green-200\/100 {
  color: rgb(221 231 176 / 1);
}

.text-green-200\/20 {
  color: rgb(221 231 176 / 0.2);
}

.text-green-200\/25 {
  color: rgb(221 231 176 / 0.25);
}

.text-green-200\/30 {
  color: rgb(221 231 176 / 0.3);
}

.text-green-200\/40 {
  color: rgb(221 231 176 / 0.4);
}

.text-green-200\/5 {
  color: rgb(221 231 176 / 0.05);
}

.text-green-200\/50 {
  color: rgb(221 231 176 / 0.5);
}

.text-green-200\/60 {
  color: rgb(221 231 176 / 0.6);
}

.text-green-200\/70 {
  color: rgb(221 231 176 / 0.7);
}

.text-green-200\/75 {
  color: rgb(221 231 176 / 0.75);
}

.text-green-200\/80 {
  color: rgb(221 231 176 / 0.8);
}

.text-green-200\/90 {
  color: rgb(221 231 176 / 0.9);
}

.text-green-200\/95 {
  color: rgb(221 231 176 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(208 222 145 / var(--tw-text-opacity));
}

.text-green-300\/0 {
  color: rgb(208 222 145 / 0);
}

.text-green-300\/10 {
  color: rgb(208 222 145 / 0.1);
}

.text-green-300\/100 {
  color: rgb(208 222 145 / 1);
}

.text-green-300\/20 {
  color: rgb(208 222 145 / 0.2);
}

.text-green-300\/25 {
  color: rgb(208 222 145 / 0.25);
}

.text-green-300\/30 {
  color: rgb(208 222 145 / 0.3);
}

.text-green-300\/40 {
  color: rgb(208 222 145 / 0.4);
}

.text-green-300\/5 {
  color: rgb(208 222 145 / 0.05);
}

.text-green-300\/50 {
  color: rgb(208 222 145 / 0.5);
}

.text-green-300\/60 {
  color: rgb(208 222 145 / 0.6);
}

.text-green-300\/70 {
  color: rgb(208 222 145 / 0.7);
}

.text-green-300\/75 {
  color: rgb(208 222 145 / 0.75);
}

.text-green-300\/80 {
  color: rgb(208 222 145 / 0.8);
}

.text-green-300\/90 {
  color: rgb(208 222 145 / 0.9);
}

.text-green-300\/95 {
  color: rgb(208 222 145 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(194 212 113 / var(--tw-text-opacity));
}

.text-green-400\/0 {
  color: rgb(194 212 113 / 0);
}

.text-green-400\/10 {
  color: rgb(194 212 113 / 0.1);
}

.text-green-400\/100 {
  color: rgb(194 212 113 / 1);
}

.text-green-400\/20 {
  color: rgb(194 212 113 / 0.2);
}

.text-green-400\/25 {
  color: rgb(194 212 113 / 0.25);
}

.text-green-400\/30 {
  color: rgb(194 212 113 / 0.3);
}

.text-green-400\/40 {
  color: rgb(194 212 113 / 0.4);
}

.text-green-400\/5 {
  color: rgb(194 212 113 / 0.05);
}

.text-green-400\/50 {
  color: rgb(194 212 113 / 0.5);
}

.text-green-400\/60 {
  color: rgb(194 212 113 / 0.6);
}

.text-green-400\/70 {
  color: rgb(194 212 113 / 0.7);
}

.text-green-400\/75 {
  color: rgb(194 212 113 / 0.75);
}

.text-green-400\/80 {
  color: rgb(194 212 113 / 0.8);
}

.text-green-400\/90 {
  color: rgb(194 212 113 / 0.9);
}

.text-green-400\/95 {
  color: rgb(194 212 113 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(241 245 223 / var(--tw-text-opacity));
}

.text-green-50\/0 {
  color: rgb(241 245 223 / 0);
}

.text-green-50\/10 {
  color: rgb(241 245 223 / 0.1);
}

.text-green-50\/100 {
  color: rgb(241 245 223 / 1);
}

.text-green-50\/20 {
  color: rgb(241 245 223 / 0.2);
}

.text-green-50\/25 {
  color: rgb(241 245 223 / 0.25);
}

.text-green-50\/30 {
  color: rgb(241 245 223 / 0.3);
}

.text-green-50\/40 {
  color: rgb(241 245 223 / 0.4);
}

.text-green-50\/5 {
  color: rgb(241 245 223 / 0.05);
}

.text-green-50\/50 {
  color: rgb(241 245 223 / 0.5);
}

.text-green-50\/60 {
  color: rgb(241 245 223 / 0.6);
}

.text-green-50\/70 {
  color: rgb(241 245 223 / 0.7);
}

.text-green-50\/75 {
  color: rgb(241 245 223 / 0.75);
}

.text-green-50\/80 {
  color: rgb(241 245 223 / 0.8);
}

.text-green-50\/90 {
  color: rgb(241 245 223 / 0.9);
}

.text-green-50\/95 {
  color: rgb(241 245 223 / 0.95);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(181 203 82 / var(--tw-text-opacity));
}

.text-green-500\/0 {
  color: rgb(181 203 82 / 0);
}

.text-green-500\/10 {
  color: rgb(181 203 82 / 0.1);
}

.text-green-500\/100 {
  color: rgb(181 203 82 / 1);
}

.text-green-500\/20 {
  color: rgb(181 203 82 / 0.2);
}

.text-green-500\/25 {
  color: rgb(181 203 82 / 0.25);
}

.text-green-500\/30 {
  color: rgb(181 203 82 / 0.3);
}

.text-green-500\/40 {
  color: rgb(181 203 82 / 0.4);
}

.text-green-500\/5 {
  color: rgb(181 203 82 / 0.05);
}

.text-green-500\/50 {
  color: rgb(181 203 82 / 0.5);
}

.text-green-500\/60 {
  color: rgb(181 203 82 / 0.6);
}

.text-green-500\/70 {
  color: rgb(181 203 82 / 0.7);
}

.text-green-500\/75 {
  color: rgb(181 203 82 / 0.75);
}

.text-green-500\/80 {
  color: rgb(181 203 82 / 0.8);
}

.text-green-500\/90 {
  color: rgb(181 203 82 / 0.9);
}

.text-green-500\/95 {
  color: rgb(181 203 82 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(154 176 53 / var(--tw-text-opacity));
}

.text-green-600\/0 {
  color: rgb(154 176 53 / 0);
}

.text-green-600\/10 {
  color: rgb(154 176 53 / 0.1);
}

.text-green-600\/100 {
  color: rgb(154 176 53 / 1);
}

.text-green-600\/20 {
  color: rgb(154 176 53 / 0.2);
}

.text-green-600\/25 {
  color: rgb(154 176 53 / 0.25);
}

.text-green-600\/30 {
  color: rgb(154 176 53 / 0.3);
}

.text-green-600\/40 {
  color: rgb(154 176 53 / 0.4);
}

.text-green-600\/5 {
  color: rgb(154 176 53 / 0.05);
}

.text-green-600\/50 {
  color: rgb(154 176 53 / 0.5);
}

.text-green-600\/60 {
  color: rgb(154 176 53 / 0.6);
}

.text-green-600\/70 {
  color: rgb(154 176 53 / 0.7);
}

.text-green-600\/75 {
  color: rgb(154 176 53 / 0.75);
}

.text-green-600\/80 {
  color: rgb(154 176 53 / 0.8);
}

.text-green-600\/90 {
  color: rgb(154 176 53 / 0.9);
}

.text-green-600\/95 {
  color: rgb(154 176 53 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(116 133 40 / var(--tw-text-opacity));
}

.text-green-700\/0 {
  color: rgb(116 133 40 / 0);
}

.text-green-700\/10 {
  color: rgb(116 133 40 / 0.1);
}

.text-green-700\/100 {
  color: rgb(116 133 40 / 1);
}

.text-green-700\/20 {
  color: rgb(116 133 40 / 0.2);
}

.text-green-700\/25 {
  color: rgb(116 133 40 / 0.25);
}

.text-green-700\/30 {
  color: rgb(116 133 40 / 0.3);
}

.text-green-700\/40 {
  color: rgb(116 133 40 / 0.4);
}

.text-green-700\/5 {
  color: rgb(116 133 40 / 0.05);
}

.text-green-700\/50 {
  color: rgb(116 133 40 / 0.5);
}

.text-green-700\/60 {
  color: rgb(116 133 40 / 0.6);
}

.text-green-700\/70 {
  color: rgb(116 133 40 / 0.7);
}

.text-green-700\/75 {
  color: rgb(116 133 40 / 0.75);
}

.text-green-700\/80 {
  color: rgb(116 133 40 / 0.8);
}

.text-green-700\/90 {
  color: rgb(116 133 40 / 0.9);
}

.text-green-700\/95 {
  color: rgb(116 133 40 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(78 90 27 / var(--tw-text-opacity));
}

.text-green-800\/0 {
  color: rgb(78 90 27 / 0);
}

.text-green-800\/10 {
  color: rgb(78 90 27 / 0.1);
}

.text-green-800\/100 {
  color: rgb(78 90 27 / 1);
}

.text-green-800\/20 {
  color: rgb(78 90 27 / 0.2);
}

.text-green-800\/25 {
  color: rgb(78 90 27 / 0.25);
}

.text-green-800\/30 {
  color: rgb(78 90 27 / 0.3);
}

.text-green-800\/40 {
  color: rgb(78 90 27 / 0.4);
}

.text-green-800\/5 {
  color: rgb(78 90 27 / 0.05);
}

.text-green-800\/50 {
  color: rgb(78 90 27 / 0.5);
}

.text-green-800\/60 {
  color: rgb(78 90 27 / 0.6);
}

.text-green-800\/70 {
  color: rgb(78 90 27 / 0.7);
}

.text-green-800\/75 {
  color: rgb(78 90 27 / 0.75);
}

.text-green-800\/80 {
  color: rgb(78 90 27 / 0.8);
}

.text-green-800\/90 {
  color: rgb(78 90 27 / 0.9);
}

.text-green-800\/95 {
  color: rgb(78 90 27 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(41 47 14 / var(--tw-text-opacity));
}

.text-green-900\/0 {
  color: rgb(41 47 14 / 0);
}

.text-green-900\/10 {
  color: rgb(41 47 14 / 0.1);
}

.text-green-900\/100 {
  color: rgb(41 47 14 / 1);
}

.text-green-900\/20 {
  color: rgb(41 47 14 / 0.2);
}

.text-green-900\/25 {
  color: rgb(41 47 14 / 0.25);
}

.text-green-900\/30 {
  color: rgb(41 47 14 / 0.3);
}

.text-green-900\/40 {
  color: rgb(41 47 14 / 0.4);
}

.text-green-900\/5 {
  color: rgb(41 47 14 / 0.05);
}

.text-green-900\/50 {
  color: rgb(41 47 14 / 0.5);
}

.text-green-900\/60 {
  color: rgb(41 47 14 / 0.6);
}

.text-green-900\/70 {
  color: rgb(41 47 14 / 0.7);
}

.text-green-900\/75 {
  color: rgb(41 47 14 / 0.75);
}

.text-green-900\/80 {
  color: rgb(41 47 14 / 0.8);
}

.text-green-900\/90 {
  color: rgb(41 47 14 / 0.9);
}

.text-green-900\/95 {
  color: rgb(41 47 14 / 0.95);
}

.text-green\/0 {
  color: rgb(181 203 82 / 0);
}

.text-green\/10 {
  color: rgb(181 203 82 / 0.1);
}

.text-green\/100 {
  color: rgb(181 203 82 / 1);
}

.text-green\/20 {
  color: rgb(181 203 82 / 0.2);
}

.text-green\/25 {
  color: rgb(181 203 82 / 0.25);
}

.text-green\/30 {
  color: rgb(181 203 82 / 0.3);
}

.text-green\/40 {
  color: rgb(181 203 82 / 0.4);
}

.text-green\/5 {
  color: rgb(181 203 82 / 0.05);
}

.text-green\/50 {
  color: rgb(181 203 82 / 0.5);
}

.text-green\/60 {
  color: rgb(181 203 82 / 0.6);
}

.text-green\/70 {
  color: rgb(181 203 82 / 0.7);
}

.text-green\/75 {
  color: rgb(181 203 82 / 0.75);
}

.text-green\/80 {
  color: rgb(181 203 82 / 0.8);
}

.text-green\/90 {
  color: rgb(181 203 82 / 0.9);
}

.text-green\/95 {
  color: rgb(181 203 82 / 0.95);
}

.text-linen {
  --tw-text-opacity: 1;
  color: rgb(252 245 239 / var(--tw-text-opacity));
}

.text-linen-100 {
  --tw-text-opacity: 1;
  color: rgb(254 252 250 / var(--tw-text-opacity));
}

.text-linen-100\/0 {
  color: rgb(254 252 250 / 0);
}

.text-linen-100\/10 {
  color: rgb(254 252 250 / 0.1);
}

.text-linen-100\/100 {
  color: rgb(254 252 250 / 1);
}

.text-linen-100\/20 {
  color: rgb(254 252 250 / 0.2);
}

.text-linen-100\/25 {
  color: rgb(254 252 250 / 0.25);
}

.text-linen-100\/30 {
  color: rgb(254 252 250 / 0.3);
}

.text-linen-100\/40 {
  color: rgb(254 252 250 / 0.4);
}

.text-linen-100\/5 {
  color: rgb(254 252 250 / 0.05);
}

.text-linen-100\/50 {
  color: rgb(254 252 250 / 0.5);
}

.text-linen-100\/60 {
  color: rgb(254 252 250 / 0.6);
}

.text-linen-100\/70 {
  color: rgb(254 252 250 / 0.7);
}

.text-linen-100\/75 {
  color: rgb(254 252 250 / 0.75);
}

.text-linen-100\/80 {
  color: rgb(254 252 250 / 0.8);
}

.text-linen-100\/90 {
  color: rgb(254 252 250 / 0.9);
}

.text-linen-100\/95 {
  color: rgb(254 252 250 / 0.95);
}

.text-linen-200 {
  --tw-text-opacity: 1;
  color: rgb(253 250 246 / var(--tw-text-opacity));
}

.text-linen-200\/0 {
  color: rgb(253 250 246 / 0);
}

.text-linen-200\/10 {
  color: rgb(253 250 246 / 0.1);
}

.text-linen-200\/100 {
  color: rgb(253 250 246 / 1);
}

.text-linen-200\/20 {
  color: rgb(253 250 246 / 0.2);
}

.text-linen-200\/25 {
  color: rgb(253 250 246 / 0.25);
}

.text-linen-200\/30 {
  color: rgb(253 250 246 / 0.3);
}

.text-linen-200\/40 {
  color: rgb(253 250 246 / 0.4);
}

.text-linen-200\/5 {
  color: rgb(253 250 246 / 0.05);
}

.text-linen-200\/50 {
  color: rgb(253 250 246 / 0.5);
}

.text-linen-200\/60 {
  color: rgb(253 250 246 / 0.6);
}

.text-linen-200\/70 {
  color: rgb(253 250 246 / 0.7);
}

.text-linen-200\/75 {
  color: rgb(253 250 246 / 0.75);
}

.text-linen-200\/80 {
  color: rgb(253 250 246 / 0.8);
}

.text-linen-200\/90 {
  color: rgb(253 250 246 / 0.9);
}

.text-linen-200\/95 {
  color: rgb(253 250 246 / 0.95);
}

.text-linen-300 {
  --tw-text-opacity: 1;
  color: rgb(252 245 239 / var(--tw-text-opacity));
}

.text-linen-300\/0 {
  color: rgb(252 245 239 / 0);
}

.text-linen-300\/10 {
  color: rgb(252 245 239 / 0.1);
}

.text-linen-300\/100 {
  color: rgb(252 245 239 / 1);
}

.text-linen-300\/20 {
  color: rgb(252 245 239 / 0.2);
}

.text-linen-300\/25 {
  color: rgb(252 245 239 / 0.25);
}

.text-linen-300\/30 {
  color: rgb(252 245 239 / 0.3);
}

.text-linen-300\/40 {
  color: rgb(252 245 239 / 0.4);
}

.text-linen-300\/5 {
  color: rgb(252 245 239 / 0.05);
}

.text-linen-300\/50 {
  color: rgb(252 245 239 / 0.5);
}

.text-linen-300\/60 {
  color: rgb(252 245 239 / 0.6);
}

.text-linen-300\/70 {
  color: rgb(252 245 239 / 0.7);
}

.text-linen-300\/75 {
  color: rgb(252 245 239 / 0.75);
}

.text-linen-300\/80 {
  color: rgb(252 245 239 / 0.8);
}

.text-linen-300\/90 {
  color: rgb(252 245 239 / 0.9);
}

.text-linen-300\/95 {
  color: rgb(252 245 239 / 0.95);
}

.text-linen-400 {
  --tw-text-opacity: 1;
  color: rgb(239 233 227 / var(--tw-text-opacity));
}

.text-linen-400\/0 {
  color: rgb(239 233 227 / 0);
}

.text-linen-400\/10 {
  color: rgb(239 233 227 / 0.1);
}

.text-linen-400\/100 {
  color: rgb(239 233 227 / 1);
}

.text-linen-400\/20 {
  color: rgb(239 233 227 / 0.2);
}

.text-linen-400\/25 {
  color: rgb(239 233 227 / 0.25);
}

.text-linen-400\/30 {
  color: rgb(239 233 227 / 0.3);
}

.text-linen-400\/40 {
  color: rgb(239 233 227 / 0.4);
}

.text-linen-400\/5 {
  color: rgb(239 233 227 / 0.05);
}

.text-linen-400\/50 {
  color: rgb(239 233 227 / 0.5);
}

.text-linen-400\/60 {
  color: rgb(239 233 227 / 0.6);
}

.text-linen-400\/70 {
  color: rgb(239 233 227 / 0.7);
}

.text-linen-400\/75 {
  color: rgb(239 233 227 / 0.75);
}

.text-linen-400\/80 {
  color: rgb(239 233 227 / 0.8);
}

.text-linen-400\/90 {
  color: rgb(239 233 227 / 0.9);
}

.text-linen-400\/95 {
  color: rgb(239 233 227 / 0.95);
}

.text-linen-50 {
  --tw-text-opacity: 1;
  color: rgb(255 255 254 / var(--tw-text-opacity));
}

.text-linen-50\/0 {
  color: rgb(255 255 254 / 0);
}

.text-linen-50\/10 {
  color: rgb(255 255 254 / 0.1);
}

.text-linen-50\/100 {
  color: rgb(255 255 254 / 1);
}

.text-linen-50\/20 {
  color: rgb(255 255 254 / 0.2);
}

.text-linen-50\/25 {
  color: rgb(255 255 254 / 0.25);
}

.text-linen-50\/30 {
  color: rgb(255 255 254 / 0.3);
}

.text-linen-50\/40 {
  color: rgb(255 255 254 / 0.4);
}

.text-linen-50\/5 {
  color: rgb(255 255 254 / 0.05);
}

.text-linen-50\/50 {
  color: rgb(255 255 254 / 0.5);
}

.text-linen-50\/60 {
  color: rgb(255 255 254 / 0.6);
}

.text-linen-50\/70 {
  color: rgb(255 255 254 / 0.7);
}

.text-linen-50\/75 {
  color: rgb(255 255 254 / 0.75);
}

.text-linen-50\/80 {
  color: rgb(255 255 254 / 0.8);
}

.text-linen-50\/90 {
  color: rgb(255 255 254 / 0.9);
}

.text-linen-50\/95 {
  color: rgb(255 255 254 / 0.95);
}

.text-linen-500 {
  --tw-text-opacity: 1;
  color: rgb(209 203 198 / var(--tw-text-opacity));
}

.text-linen-500\/0 {
  color: rgb(209 203 198 / 0);
}

.text-linen-500\/10 {
  color: rgb(209 203 198 / 0.1);
}

.text-linen-500\/100 {
  color: rgb(209 203 198 / 1);
}

.text-linen-500\/20 {
  color: rgb(209 203 198 / 0.2);
}

.text-linen-500\/25 {
  color: rgb(209 203 198 / 0.25);
}

.text-linen-500\/30 {
  color: rgb(209 203 198 / 0.3);
}

.text-linen-500\/40 {
  color: rgb(209 203 198 / 0.4);
}

.text-linen-500\/5 {
  color: rgb(209 203 198 / 0.05);
}

.text-linen-500\/50 {
  color: rgb(209 203 198 / 0.5);
}

.text-linen-500\/60 {
  color: rgb(209 203 198 / 0.6);
}

.text-linen-500\/70 {
  color: rgb(209 203 198 / 0.7);
}

.text-linen-500\/75 {
  color: rgb(209 203 198 / 0.75);
}

.text-linen-500\/80 {
  color: rgb(209 203 198 / 0.8);
}

.text-linen-500\/90 {
  color: rgb(209 203 198 / 0.9);
}

.text-linen-500\/95 {
  color: rgb(209 203 198 / 0.95);
}

.text-linen-600 {
  --tw-text-opacity: 1;
  color: rgb(179 174 170 / var(--tw-text-opacity));
}

.text-linen-600\/0 {
  color: rgb(179 174 170 / 0);
}

.text-linen-600\/10 {
  color: rgb(179 174 170 / 0.1);
}

.text-linen-600\/100 {
  color: rgb(179 174 170 / 1);
}

.text-linen-600\/20 {
  color: rgb(179 174 170 / 0.2);
}

.text-linen-600\/25 {
  color: rgb(179 174 170 / 0.25);
}

.text-linen-600\/30 {
  color: rgb(179 174 170 / 0.3);
}

.text-linen-600\/40 {
  color: rgb(179 174 170 / 0.4);
}

.text-linen-600\/5 {
  color: rgb(179 174 170 / 0.05);
}

.text-linen-600\/50 {
  color: rgb(179 174 170 / 0.5);
}

.text-linen-600\/60 {
  color: rgb(179 174 170 / 0.6);
}

.text-linen-600\/70 {
  color: rgb(179 174 170 / 0.7);
}

.text-linen-600\/75 {
  color: rgb(179 174 170 / 0.75);
}

.text-linen-600\/80 {
  color: rgb(179 174 170 / 0.8);
}

.text-linen-600\/90 {
  color: rgb(179 174 170 / 0.9);
}

.text-linen-600\/95 {
  color: rgb(179 174 170 / 0.95);
}

.text-linen-700 {
  --tw-text-opacity: 1;
  color: rgb(149 145 141 / var(--tw-text-opacity));
}

.text-linen-700\/0 {
  color: rgb(149 145 141 / 0);
}

.text-linen-700\/10 {
  color: rgb(149 145 141 / 0.1);
}

.text-linen-700\/100 {
  color: rgb(149 145 141 / 1);
}

.text-linen-700\/20 {
  color: rgb(149 145 141 / 0.2);
}

.text-linen-700\/25 {
  color: rgb(149 145 141 / 0.25);
}

.text-linen-700\/30 {
  color: rgb(149 145 141 / 0.3);
}

.text-linen-700\/40 {
  color: rgb(149 145 141 / 0.4);
}

.text-linen-700\/5 {
  color: rgb(149 145 141 / 0.05);
}

.text-linen-700\/50 {
  color: rgb(149 145 141 / 0.5);
}

.text-linen-700\/60 {
  color: rgb(149 145 141 / 0.6);
}

.text-linen-700\/70 {
  color: rgb(149 145 141 / 0.7);
}

.text-linen-700\/75 {
  color: rgb(149 145 141 / 0.75);
}

.text-linen-700\/80 {
  color: rgb(149 145 141 / 0.8);
}

.text-linen-700\/90 {
  color: rgb(149 145 141 / 0.9);
}

.text-linen-700\/95 {
  color: rgb(149 145 141 / 0.95);
}

.text-linen-800 {
  --tw-text-opacity: 1;
  color: rgb(118 115 112 / var(--tw-text-opacity));
}

.text-linen-800\/0 {
  color: rgb(118 115 112 / 0);
}

.text-linen-800\/10 {
  color: rgb(118 115 112 / 0.1);
}

.text-linen-800\/100 {
  color: rgb(118 115 112 / 1);
}

.text-linen-800\/20 {
  color: rgb(118 115 112 / 0.2);
}

.text-linen-800\/25 {
  color: rgb(118 115 112 / 0.25);
}

.text-linen-800\/30 {
  color: rgb(118 115 112 / 0.3);
}

.text-linen-800\/40 {
  color: rgb(118 115 112 / 0.4);
}

.text-linen-800\/5 {
  color: rgb(118 115 112 / 0.05);
}

.text-linen-800\/50 {
  color: rgb(118 115 112 / 0.5);
}

.text-linen-800\/60 {
  color: rgb(118 115 112 / 0.6);
}

.text-linen-800\/70 {
  color: rgb(118 115 112 / 0.7);
}

.text-linen-800\/75 {
  color: rgb(118 115 112 / 0.75);
}

.text-linen-800\/80 {
  color: rgb(118 115 112 / 0.8);
}

.text-linen-800\/90 {
  color: rgb(118 115 112 / 0.9);
}

.text-linen-800\/95 {
  color: rgb(118 115 112 / 0.95);
}

.text-linen-900 {
  --tw-text-opacity: 1;
  color: rgb(88 86 84 / var(--tw-text-opacity));
}

.text-linen-900\/0 {
  color: rgb(88 86 84 / 0);
}

.text-linen-900\/10 {
  color: rgb(88 86 84 / 0.1);
}

.text-linen-900\/100 {
  color: rgb(88 86 84 / 1);
}

.text-linen-900\/20 {
  color: rgb(88 86 84 / 0.2);
}

.text-linen-900\/25 {
  color: rgb(88 86 84 / 0.25);
}

.text-linen-900\/30 {
  color: rgb(88 86 84 / 0.3);
}

.text-linen-900\/40 {
  color: rgb(88 86 84 / 0.4);
}

.text-linen-900\/5 {
  color: rgb(88 86 84 / 0.05);
}

.text-linen-900\/50 {
  color: rgb(88 86 84 / 0.5);
}

.text-linen-900\/60 {
  color: rgb(88 86 84 / 0.6);
}

.text-linen-900\/70 {
  color: rgb(88 86 84 / 0.7);
}

.text-linen-900\/75 {
  color: rgb(88 86 84 / 0.75);
}

.text-linen-900\/80 {
  color: rgb(88 86 84 / 0.8);
}

.text-linen-900\/90 {
  color: rgb(88 86 84 / 0.9);
}

.text-linen-900\/95 {
  color: rgb(88 86 84 / 0.95);
}

.text-linen-950 {
  --tw-text-opacity: 1;
  color: rgb(58 56 55 / var(--tw-text-opacity));
}

.text-linen-950\/0 {
  color: rgb(58 56 55 / 0);
}

.text-linen-950\/10 {
  color: rgb(58 56 55 / 0.1);
}

.text-linen-950\/100 {
  color: rgb(58 56 55 / 1);
}

.text-linen-950\/20 {
  color: rgb(58 56 55 / 0.2);
}

.text-linen-950\/25 {
  color: rgb(58 56 55 / 0.25);
}

.text-linen-950\/30 {
  color: rgb(58 56 55 / 0.3);
}

.text-linen-950\/40 {
  color: rgb(58 56 55 / 0.4);
}

.text-linen-950\/5 {
  color: rgb(58 56 55 / 0.05);
}

.text-linen-950\/50 {
  color: rgb(58 56 55 / 0.5);
}

.text-linen-950\/60 {
  color: rgb(58 56 55 / 0.6);
}

.text-linen-950\/70 {
  color: rgb(58 56 55 / 0.7);
}

.text-linen-950\/75 {
  color: rgb(58 56 55 / 0.75);
}

.text-linen-950\/80 {
  color: rgb(58 56 55 / 0.8);
}

.text-linen-950\/90 {
  color: rgb(58 56 55 / 0.9);
}

.text-linen-950\/95 {
  color: rgb(58 56 55 / 0.95);
}

.text-linen\/0 {
  color: rgb(252 245 239 / 0);
}

.text-linen\/10 {
  color: rgb(252 245 239 / 0.1);
}

.text-linen\/100 {
  color: rgb(252 245 239 / 1);
}

.text-linen\/20 {
  color: rgb(252 245 239 / 0.2);
}

.text-linen\/25 {
  color: rgb(252 245 239 / 0.25);
}

.text-linen\/30 {
  color: rgb(252 245 239 / 0.3);
}

.text-linen\/40 {
  color: rgb(252 245 239 / 0.4);
}

.text-linen\/5 {
  color: rgb(252 245 239 / 0.05);
}

.text-linen\/50 {
  color: rgb(252 245 239 / 0.5);
}

.text-linen\/60 {
  color: rgb(252 245 239 / 0.6);
}

.text-linen\/70 {
  color: rgb(252 245 239 / 0.7);
}

.text-linen\/75 {
  color: rgb(252 245 239 / 0.75);
}

.text-linen\/80 {
  color: rgb(252 245 239 / 0.8);
}

.text-linen\/90 {
  color: rgb(252 245 239 / 0.9);
}

.text-linen\/95 {
  color: rgb(252 245 239 / 0.95);
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}

.text-onyx {
  --tw-text-opacity: 1;
  color: rgb(41 43 43 / var(--tw-text-opacity));
}

.text-onyx-100 {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}

.text-onyx-100\/0 {
  color: rgb(191 191 191 / 0);
}

.text-onyx-100\/10 {
  color: rgb(191 191 191 / 0.1);
}

.text-onyx-100\/100 {
  color: rgb(191 191 191 / 1);
}

.text-onyx-100\/20 {
  color: rgb(191 191 191 / 0.2);
}

.text-onyx-100\/25 {
  color: rgb(191 191 191 / 0.25);
}

.text-onyx-100\/30 {
  color: rgb(191 191 191 / 0.3);
}

.text-onyx-100\/40 {
  color: rgb(191 191 191 / 0.4);
}

.text-onyx-100\/5 {
  color: rgb(191 191 191 / 0.05);
}

.text-onyx-100\/50 {
  color: rgb(191 191 191 / 0.5);
}

.text-onyx-100\/60 {
  color: rgb(191 191 191 / 0.6);
}

.text-onyx-100\/70 {
  color: rgb(191 191 191 / 0.7);
}

.text-onyx-100\/75 {
  color: rgb(191 191 191 / 0.75);
}

.text-onyx-100\/80 {
  color: rgb(191 191 191 / 0.8);
}

.text-onyx-100\/90 {
  color: rgb(191 191 191 / 0.9);
}

.text-onyx-100\/95 {
  color: rgb(191 191 191 / 0.95);
}

.text-onyx-200 {
  --tw-text-opacity: 1;
  color: rgb(137 138 138 / var(--tw-text-opacity));
}

.text-onyx-200\/0 {
  color: rgb(137 138 138 / 0);
}

.text-onyx-200\/10 {
  color: rgb(137 138 138 / 0.1);
}

.text-onyx-200\/100 {
  color: rgb(137 138 138 / 1);
}

.text-onyx-200\/20 {
  color: rgb(137 138 138 / 0.2);
}

.text-onyx-200\/25 {
  color: rgb(137 138 138 / 0.25);
}

.text-onyx-200\/30 {
  color: rgb(137 138 138 / 0.3);
}

.text-onyx-200\/40 {
  color: rgb(137 138 138 / 0.4);
}

.text-onyx-200\/5 {
  color: rgb(137 138 138 / 0.05);
}

.text-onyx-200\/50 {
  color: rgb(137 138 138 / 0.5);
}

.text-onyx-200\/60 {
  color: rgb(137 138 138 / 0.6);
}

.text-onyx-200\/70 {
  color: rgb(137 138 138 / 0.7);
}

.text-onyx-200\/75 {
  color: rgb(137 138 138 / 0.75);
}

.text-onyx-200\/80 {
  color: rgb(137 138 138 / 0.8);
}

.text-onyx-200\/90 {
  color: rgb(137 138 138 / 0.9);
}

.text-onyx-200\/95 {
  color: rgb(137 138 138 / 0.95);
}

.text-onyx-300 {
  --tw-text-opacity: 1;
  color: rgb(84 85 85 / var(--tw-text-opacity));
}

.text-onyx-300\/0 {
  color: rgb(84 85 85 / 0);
}

.text-onyx-300\/10 {
  color: rgb(84 85 85 / 0.1);
}

.text-onyx-300\/100 {
  color: rgb(84 85 85 / 1);
}

.text-onyx-300\/20 {
  color: rgb(84 85 85 / 0.2);
}

.text-onyx-300\/25 {
  color: rgb(84 85 85 / 0.25);
}

.text-onyx-300\/30 {
  color: rgb(84 85 85 / 0.3);
}

.text-onyx-300\/40 {
  color: rgb(84 85 85 / 0.4);
}

.text-onyx-300\/5 {
  color: rgb(84 85 85 / 0.05);
}

.text-onyx-300\/50 {
  color: rgb(84 85 85 / 0.5);
}

.text-onyx-300\/60 {
  color: rgb(84 85 85 / 0.6);
}

.text-onyx-300\/70 {
  color: rgb(84 85 85 / 0.7);
}

.text-onyx-300\/75 {
  color: rgb(84 85 85 / 0.75);
}

.text-onyx-300\/80 {
  color: rgb(84 85 85 / 0.8);
}

.text-onyx-300\/90 {
  color: rgb(84 85 85 / 0.9);
}

.text-onyx-300\/95 {
  color: rgb(84 85 85 / 0.95);
}

.text-onyx-400 {
  --tw-text-opacity: 1;
  color: rgb(39 41 41 / var(--tw-text-opacity));
}

.text-onyx-400\/0 {
  color: rgb(39 41 41 / 0);
}

.text-onyx-400\/10 {
  color: rgb(39 41 41 / 0.1);
}

.text-onyx-400\/100 {
  color: rgb(39 41 41 / 1);
}

.text-onyx-400\/20 {
  color: rgb(39 41 41 / 0.2);
}

.text-onyx-400\/25 {
  color: rgb(39 41 41 / 0.25);
}

.text-onyx-400\/30 {
  color: rgb(39 41 41 / 0.3);
}

.text-onyx-400\/40 {
  color: rgb(39 41 41 / 0.4);
}

.text-onyx-400\/5 {
  color: rgb(39 41 41 / 0.05);
}

.text-onyx-400\/50 {
  color: rgb(39 41 41 / 0.5);
}

.text-onyx-400\/60 {
  color: rgb(39 41 41 / 0.6);
}

.text-onyx-400\/70 {
  color: rgb(39 41 41 / 0.7);
}

.text-onyx-400\/75 {
  color: rgb(39 41 41 / 0.75);
}

.text-onyx-400\/80 {
  color: rgb(39 41 41 / 0.8);
}

.text-onyx-400\/90 {
  color: rgb(39 41 41 / 0.9);
}

.text-onyx-400\/95 {
  color: rgb(39 41 41 / 0.95);
}

.text-onyx-50 {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}

.text-onyx-50\/0 {
  color: rgb(244 244 244 / 0);
}

.text-onyx-50\/10 {
  color: rgb(244 244 244 / 0.1);
}

.text-onyx-50\/100 {
  color: rgb(244 244 244 / 1);
}

.text-onyx-50\/20 {
  color: rgb(244 244 244 / 0.2);
}

.text-onyx-50\/25 {
  color: rgb(244 244 244 / 0.25);
}

.text-onyx-50\/30 {
  color: rgb(244 244 244 / 0.3);
}

.text-onyx-50\/40 {
  color: rgb(244 244 244 / 0.4);
}

.text-onyx-50\/5 {
  color: rgb(244 244 244 / 0.05);
}

.text-onyx-50\/50 {
  color: rgb(244 244 244 / 0.5);
}

.text-onyx-50\/60 {
  color: rgb(244 244 244 / 0.6);
}

.text-onyx-50\/70 {
  color: rgb(244 244 244 / 0.7);
}

.text-onyx-50\/75 {
  color: rgb(244 244 244 / 0.75);
}

.text-onyx-50\/80 {
  color: rgb(244 244 244 / 0.8);
}

.text-onyx-50\/90 {
  color: rgb(244 244 244 / 0.9);
}

.text-onyx-50\/95 {
  color: rgb(244 244 244 / 0.95);
}

.text-onyx-500 {
  --tw-text-opacity: 1;
  color: rgb(34 36 36 / var(--tw-text-opacity));
}

.text-onyx-500\/0 {
  color: rgb(34 36 36 / 0);
}

.text-onyx-500\/10 {
  color: rgb(34 36 36 / 0.1);
}

.text-onyx-500\/100 {
  color: rgb(34 36 36 / 1);
}

.text-onyx-500\/20 {
  color: rgb(34 36 36 / 0.2);
}

.text-onyx-500\/25 {
  color: rgb(34 36 36 / 0.25);
}

.text-onyx-500\/30 {
  color: rgb(34 36 36 / 0.3);
}

.text-onyx-500\/40 {
  color: rgb(34 36 36 / 0.4);
}

.text-onyx-500\/5 {
  color: rgb(34 36 36 / 0.05);
}

.text-onyx-500\/50 {
  color: rgb(34 36 36 / 0.5);
}

.text-onyx-500\/60 {
  color: rgb(34 36 36 / 0.6);
}

.text-onyx-500\/70 {
  color: rgb(34 36 36 / 0.7);
}

.text-onyx-500\/75 {
  color: rgb(34 36 36 / 0.75);
}

.text-onyx-500\/80 {
  color: rgb(34 36 36 / 0.8);
}

.text-onyx-500\/90 {
  color: rgb(34 36 36 / 0.9);
}

.text-onyx-500\/95 {
  color: rgb(34 36 36 / 0.95);
}

.text-onyx-600 {
  --tw-text-opacity: 1;
  color: rgb(29 31 31 / var(--tw-text-opacity));
}

.text-onyx-600\/0 {
  color: rgb(29 31 31 / 0);
}

.text-onyx-600\/10 {
  color: rgb(29 31 31 / 0.1);
}

.text-onyx-600\/100 {
  color: rgb(29 31 31 / 1);
}

.text-onyx-600\/20 {
  color: rgb(29 31 31 / 0.2);
}

.text-onyx-600\/25 {
  color: rgb(29 31 31 / 0.25);
}

.text-onyx-600\/30 {
  color: rgb(29 31 31 / 0.3);
}

.text-onyx-600\/40 {
  color: rgb(29 31 31 / 0.4);
}

.text-onyx-600\/5 {
  color: rgb(29 31 31 / 0.05);
}

.text-onyx-600\/50 {
  color: rgb(29 31 31 / 0.5);
}

.text-onyx-600\/60 {
  color: rgb(29 31 31 / 0.6);
}

.text-onyx-600\/70 {
  color: rgb(29 31 31 / 0.7);
}

.text-onyx-600\/75 {
  color: rgb(29 31 31 / 0.75);
}

.text-onyx-600\/80 {
  color: rgb(29 31 31 / 0.8);
}

.text-onyx-600\/90 {
  color: rgb(29 31 31 / 0.9);
}

.text-onyx-600\/95 {
  color: rgb(29 31 31 / 0.95);
}

.text-onyx-700 {
  --tw-text-opacity: 1;
  color: rgb(24 25 25 / var(--tw-text-opacity));
}

.text-onyx-700\/0 {
  color: rgb(24 25 25 / 0);
}

.text-onyx-700\/10 {
  color: rgb(24 25 25 / 0.1);
}

.text-onyx-700\/100 {
  color: rgb(24 25 25 / 1);
}

.text-onyx-700\/20 {
  color: rgb(24 25 25 / 0.2);
}

.text-onyx-700\/25 {
  color: rgb(24 25 25 / 0.25);
}

.text-onyx-700\/30 {
  color: rgb(24 25 25 / 0.3);
}

.text-onyx-700\/40 {
  color: rgb(24 25 25 / 0.4);
}

.text-onyx-700\/5 {
  color: rgb(24 25 25 / 0.05);
}

.text-onyx-700\/50 {
  color: rgb(24 25 25 / 0.5);
}

.text-onyx-700\/60 {
  color: rgb(24 25 25 / 0.6);
}

.text-onyx-700\/70 {
  color: rgb(24 25 25 / 0.7);
}

.text-onyx-700\/75 {
  color: rgb(24 25 25 / 0.75);
}

.text-onyx-700\/80 {
  color: rgb(24 25 25 / 0.8);
}

.text-onyx-700\/90 {
  color: rgb(24 25 25 / 0.9);
}

.text-onyx-700\/95 {
  color: rgb(24 25 25 / 0.95);
}

.text-onyx-800 {
  --tw-text-opacity: 1;
  color: rgb(19 20 20 / var(--tw-text-opacity));
}

.text-onyx-800\/0 {
  color: rgb(19 20 20 / 0);
}

.text-onyx-800\/10 {
  color: rgb(19 20 20 / 0.1);
}

.text-onyx-800\/100 {
  color: rgb(19 20 20 / 1);
}

.text-onyx-800\/20 {
  color: rgb(19 20 20 / 0.2);
}

.text-onyx-800\/25 {
  color: rgb(19 20 20 / 0.25);
}

.text-onyx-800\/30 {
  color: rgb(19 20 20 / 0.3);
}

.text-onyx-800\/40 {
  color: rgb(19 20 20 / 0.4);
}

.text-onyx-800\/5 {
  color: rgb(19 20 20 / 0.05);
}

.text-onyx-800\/50 {
  color: rgb(19 20 20 / 0.5);
}

.text-onyx-800\/60 {
  color: rgb(19 20 20 / 0.6);
}

.text-onyx-800\/70 {
  color: rgb(19 20 20 / 0.7);
}

.text-onyx-800\/75 {
  color: rgb(19 20 20 / 0.75);
}

.text-onyx-800\/80 {
  color: rgb(19 20 20 / 0.8);
}

.text-onyx-800\/90 {
  color: rgb(19 20 20 / 0.9);
}

.text-onyx-800\/95 {
  color: rgb(19 20 20 / 0.95);
}

.text-onyx-900 {
  --tw-text-opacity: 1;
  color: rgb(14 15 15 / var(--tw-text-opacity));
}

.text-onyx-900\/0 {
  color: rgb(14 15 15 / 0);
}

.text-onyx-900\/10 {
  color: rgb(14 15 15 / 0.1);
}

.text-onyx-900\/100 {
  color: rgb(14 15 15 / 1);
}

.text-onyx-900\/20 {
  color: rgb(14 15 15 / 0.2);
}

.text-onyx-900\/25 {
  color: rgb(14 15 15 / 0.25);
}

.text-onyx-900\/30 {
  color: rgb(14 15 15 / 0.3);
}

.text-onyx-900\/40 {
  color: rgb(14 15 15 / 0.4);
}

.text-onyx-900\/5 {
  color: rgb(14 15 15 / 0.05);
}

.text-onyx-900\/50 {
  color: rgb(14 15 15 / 0.5);
}

.text-onyx-900\/60 {
  color: rgb(14 15 15 / 0.6);
}

.text-onyx-900\/70 {
  color: rgb(14 15 15 / 0.7);
}

.text-onyx-900\/75 {
  color: rgb(14 15 15 / 0.75);
}

.text-onyx-900\/80 {
  color: rgb(14 15 15 / 0.8);
}

.text-onyx-900\/90 {
  color: rgb(14 15 15 / 0.9);
}

.text-onyx-900\/95 {
  color: rgb(14 15 15 / 0.95);
}

.text-onyx-950 {
  --tw-text-opacity: 1;
  color: rgb(9 10 10 / var(--tw-text-opacity));
}

.text-onyx-950\/0 {
  color: rgb(9 10 10 / 0);
}

.text-onyx-950\/10 {
  color: rgb(9 10 10 / 0.1);
}

.text-onyx-950\/100 {
  color: rgb(9 10 10 / 1);
}

.text-onyx-950\/20 {
  color: rgb(9 10 10 / 0.2);
}

.text-onyx-950\/25 {
  color: rgb(9 10 10 / 0.25);
}

.text-onyx-950\/30 {
  color: rgb(9 10 10 / 0.3);
}

.text-onyx-950\/40 {
  color: rgb(9 10 10 / 0.4);
}

.text-onyx-950\/5 {
  color: rgb(9 10 10 / 0.05);
}

.text-onyx-950\/50 {
  color: rgb(9 10 10 / 0.5);
}

.text-onyx-950\/60 {
  color: rgb(9 10 10 / 0.6);
}

.text-onyx-950\/70 {
  color: rgb(9 10 10 / 0.7);
}

.text-onyx-950\/75 {
  color: rgb(9 10 10 / 0.75);
}

.text-onyx-950\/80 {
  color: rgb(9 10 10 / 0.8);
}

.text-onyx-950\/90 {
  color: rgb(9 10 10 / 0.9);
}

.text-onyx-950\/95 {
  color: rgb(9 10 10 / 0.95);
}

.text-onyx\/0 {
  color: rgb(41 43 43 / 0);
}

.text-onyx\/10 {
  color: rgb(41 43 43 / 0.1);
}

.text-onyx\/100 {
  color: rgb(41 43 43 / 1);
}

.text-onyx\/20 {
  color: rgb(41 43 43 / 0.2);
}

.text-onyx\/25 {
  color: rgb(41 43 43 / 0.25);
}

.text-onyx\/30 {
  color: rgb(41 43 43 / 0.3);
}

.text-onyx\/40 {
  color: rgb(41 43 43 / 0.4);
}

.text-onyx\/5 {
  color: rgb(41 43 43 / 0.05);
}

.text-onyx\/50 {
  color: rgb(41 43 43 / 0.5);
}

.text-onyx\/60 {
  color: rgb(41 43 43 / 0.6);
}

.text-onyx\/70 {
  color: rgb(41 43 43 / 0.7);
}

.text-onyx\/75 {
  color: rgb(41 43 43 / 0.75);
}

.text-onyx\/80 {
  color: rgb(41 43 43 / 0.8);
}

.text-onyx\/90 {
  color: rgb(41 43 43 / 0.9);
}

.text-onyx\/95 {
  color: rgb(41 43 43 / 0.95);
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(237 140 1 / var(--tw-text-opacity));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 247 198 / var(--tw-text-opacity));
}

.text-orange-100\/0 {
  color: rgb(255 247 198 / 0);
}

.text-orange-100\/10 {
  color: rgb(255 247 198 / 0.1);
}

.text-orange-100\/100 {
  color: rgb(255 247 198 / 1);
}

.text-orange-100\/20 {
  color: rgb(255 247 198 / 0.2);
}

.text-orange-100\/25 {
  color: rgb(255 247 198 / 0.25);
}

.text-orange-100\/30 {
  color: rgb(255 247 198 / 0.3);
}

.text-orange-100\/40 {
  color: rgb(255 247 198 / 0.4);
}

.text-orange-100\/5 {
  color: rgb(255 247 198 / 0.05);
}

.text-orange-100\/50 {
  color: rgb(255 247 198 / 0.5);
}

.text-orange-100\/60 {
  color: rgb(255 247 198 / 0.6);
}

.text-orange-100\/70 {
  color: rgb(255 247 198 / 0.7);
}

.text-orange-100\/75 {
  color: rgb(255 247 198 / 0.75);
}

.text-orange-100\/80 {
  color: rgb(255 247 198 / 0.8);
}

.text-orange-100\/90 {
  color: rgb(255 247 198 / 0.9);
}

.text-orange-100\/95 {
  color: rgb(255 247 198 / 0.95);
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(255 238 135 / var(--tw-text-opacity));
}

.text-orange-200\/0 {
  color: rgb(255 238 135 / 0);
}

.text-orange-200\/10 {
  color: rgb(255 238 135 / 0.1);
}

.text-orange-200\/100 {
  color: rgb(255 238 135 / 1);
}

.text-orange-200\/20 {
  color: rgb(255 238 135 / 0.2);
}

.text-orange-200\/25 {
  color: rgb(255 238 135 / 0.25);
}

.text-orange-200\/30 {
  color: rgb(255 238 135 / 0.3);
}

.text-orange-200\/40 {
  color: rgb(255 238 135 / 0.4);
}

.text-orange-200\/5 {
  color: rgb(255 238 135 / 0.05);
}

.text-orange-200\/50 {
  color: rgb(255 238 135 / 0.5);
}

.text-orange-200\/60 {
  color: rgb(255 238 135 / 0.6);
}

.text-orange-200\/70 {
  color: rgb(255 238 135 / 0.7);
}

.text-orange-200\/75 {
  color: rgb(255 238 135 / 0.75);
}

.text-orange-200\/80 {
  color: rgb(255 238 135 / 0.8);
}

.text-orange-200\/90 {
  color: rgb(255 238 135 / 0.9);
}

.text-orange-200\/95 {
  color: rgb(255 238 135 / 0.95);
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(255 223 73 / var(--tw-text-opacity));
}

.text-orange-300\/0 {
  color: rgb(255 223 73 / 0);
}

.text-orange-300\/10 {
  color: rgb(255 223 73 / 0.1);
}

.text-orange-300\/100 {
  color: rgb(255 223 73 / 1);
}

.text-orange-300\/20 {
  color: rgb(255 223 73 / 0.2);
}

.text-orange-300\/25 {
  color: rgb(255 223 73 / 0.25);
}

.text-orange-300\/30 {
  color: rgb(255 223 73 / 0.3);
}

.text-orange-300\/40 {
  color: rgb(255 223 73 / 0.4);
}

.text-orange-300\/5 {
  color: rgb(255 223 73 / 0.05);
}

.text-orange-300\/50 {
  color: rgb(255 223 73 / 0.5);
}

.text-orange-300\/60 {
  color: rgb(255 223 73 / 0.6);
}

.text-orange-300\/70 {
  color: rgb(255 223 73 / 0.7);
}

.text-orange-300\/75 {
  color: rgb(255 223 73 / 0.75);
}

.text-orange-300\/80 {
  color: rgb(255 223 73 / 0.8);
}

.text-orange-300\/90 {
  color: rgb(255 223 73 / 0.9);
}

.text-orange-300\/95 {
  color: rgb(255 223 73 / 0.95);
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(255 205 31 / var(--tw-text-opacity));
}

.text-orange-400\/0 {
  color: rgb(255 205 31 / 0);
}

.text-orange-400\/10 {
  color: rgb(255 205 31 / 0.1);
}

.text-orange-400\/100 {
  color: rgb(255 205 31 / 1);
}

.text-orange-400\/20 {
  color: rgb(255 205 31 / 0.2);
}

.text-orange-400\/25 {
  color: rgb(255 205 31 / 0.25);
}

.text-orange-400\/30 {
  color: rgb(255 205 31 / 0.3);
}

.text-orange-400\/40 {
  color: rgb(255 205 31 / 0.4);
}

.text-orange-400\/5 {
  color: rgb(255 205 31 / 0.05);
}

.text-orange-400\/50 {
  color: rgb(255 205 31 / 0.5);
}

.text-orange-400\/60 {
  color: rgb(255 205 31 / 0.6);
}

.text-orange-400\/70 {
  color: rgb(255 205 31 / 0.7);
}

.text-orange-400\/75 {
  color: rgb(255 205 31 / 0.75);
}

.text-orange-400\/80 {
  color: rgb(255 205 31 / 0.8);
}

.text-orange-400\/90 {
  color: rgb(255 205 31 / 0.9);
}

.text-orange-400\/95 {
  color: rgb(255 205 31 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(251 172 5 / var(--tw-text-opacity));
}

.text-orange-500\/0 {
  color: rgb(251 172 5 / 0);
}

.text-orange-500\/10 {
  color: rgb(251 172 5 / 0.1);
}

.text-orange-500\/100 {
  color: rgb(251 172 5 / 1);
}

.text-orange-500\/20 {
  color: rgb(251 172 5 / 0.2);
}

.text-orange-500\/25 {
  color: rgb(251 172 5 / 0.25);
}

.text-orange-500\/30 {
  color: rgb(251 172 5 / 0.3);
}

.text-orange-500\/40 {
  color: rgb(251 172 5 / 0.4);
}

.text-orange-500\/5 {
  color: rgb(251 172 5 / 0.05);
}

.text-orange-500\/50 {
  color: rgb(251 172 5 / 0.5);
}

.text-orange-500\/60 {
  color: rgb(251 172 5 / 0.6);
}

.text-orange-500\/70 {
  color: rgb(251 172 5 / 0.7);
}

.text-orange-500\/75 {
  color: rgb(251 172 5 / 0.75);
}

.text-orange-500\/80 {
  color: rgb(251 172 5 / 0.8);
}

.text-orange-500\/90 {
  color: rgb(251 172 5 / 0.9);
}

.text-orange-500\/95 {
  color: rgb(251 172 5 / 0.95);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(237 140 1 / var(--tw-text-opacity));
}

.text-orange-600\/0 {
  color: rgb(237 140 1 / 0);
}

.text-orange-600\/10 {
  color: rgb(237 140 1 / 0.1);
}

.text-orange-600\/100 {
  color: rgb(237 140 1 / 1);
}

.text-orange-600\/20 {
  color: rgb(237 140 1 / 0.2);
}

.text-orange-600\/25 {
  color: rgb(237 140 1 / 0.25);
}

.text-orange-600\/30 {
  color: rgb(237 140 1 / 0.3);
}

.text-orange-600\/40 {
  color: rgb(237 140 1 / 0.4);
}

.text-orange-600\/5 {
  color: rgb(237 140 1 / 0.05);
}

.text-orange-600\/50 {
  color: rgb(237 140 1 / 0.5);
}

.text-orange-600\/60 {
  color: rgb(237 140 1 / 0.6);
}

.text-orange-600\/70 {
  color: rgb(237 140 1 / 0.7);
}

.text-orange-600\/75 {
  color: rgb(237 140 1 / 0.75);
}

.text-orange-600\/80 {
  color: rgb(237 140 1 / 0.8);
}

.text-orange-600\/90 {
  color: rgb(237 140 1 / 0.9);
}

.text-orange-600\/95 {
  color: rgb(237 140 1 / 0.95);
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(184 92 5 / var(--tw-text-opacity));
}

.text-orange-700\/0 {
  color: rgb(184 92 5 / 0);
}

.text-orange-700\/10 {
  color: rgb(184 92 5 / 0.1);
}

.text-orange-700\/100 {
  color: rgb(184 92 5 / 1);
}

.text-orange-700\/20 {
  color: rgb(184 92 5 / 0.2);
}

.text-orange-700\/25 {
  color: rgb(184 92 5 / 0.25);
}

.text-orange-700\/30 {
  color: rgb(184 92 5 / 0.3);
}

.text-orange-700\/40 {
  color: rgb(184 92 5 / 0.4);
}

.text-orange-700\/5 {
  color: rgb(184 92 5 / 0.05);
}

.text-orange-700\/50 {
  color: rgb(184 92 5 / 0.5);
}

.text-orange-700\/60 {
  color: rgb(184 92 5 / 0.6);
}

.text-orange-700\/70 {
  color: rgb(184 92 5 / 0.7);
}

.text-orange-700\/75 {
  color: rgb(184 92 5 / 0.75);
}

.text-orange-700\/80 {
  color: rgb(184 92 5 / 0.8);
}

.text-orange-700\/90 {
  color: rgb(184 92 5 / 0.9);
}

.text-orange-700\/95 {
  color: rgb(184 92 5 / 0.95);
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(149 70 11 / var(--tw-text-opacity));
}

.text-orange-800\/0 {
  color: rgb(149 70 11 / 0);
}

.text-orange-800\/10 {
  color: rgb(149 70 11 / 0.1);
}

.text-orange-800\/100 {
  color: rgb(149 70 11 / 1);
}

.text-orange-800\/20 {
  color: rgb(149 70 11 / 0.2);
}

.text-orange-800\/25 {
  color: rgb(149 70 11 / 0.25);
}

.text-orange-800\/30 {
  color: rgb(149 70 11 / 0.3);
}

.text-orange-800\/40 {
  color: rgb(149 70 11 / 0.4);
}

.text-orange-800\/5 {
  color: rgb(149 70 11 / 0.05);
}

.text-orange-800\/50 {
  color: rgb(149 70 11 / 0.5);
}

.text-orange-800\/60 {
  color: rgb(149 70 11 / 0.6);
}

.text-orange-800\/70 {
  color: rgb(149 70 11 / 0.7);
}

.text-orange-800\/75 {
  color: rgb(149 70 11 / 0.75);
}

.text-orange-800\/80 {
  color: rgb(149 70 11 / 0.8);
}

.text-orange-800\/90 {
  color: rgb(149 70 11 / 0.9);
}

.text-orange-800\/95 {
  color: rgb(149 70 11 / 0.95);
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(123 58 12 / var(--tw-text-opacity));
}

.text-orange-900\/0 {
  color: rgb(123 58 12 / 0);
}

.text-orange-900\/10 {
  color: rgb(123 58 12 / 0.1);
}

.text-orange-900\/100 {
  color: rgb(123 58 12 / 1);
}

.text-orange-900\/20 {
  color: rgb(123 58 12 / 0.2);
}

.text-orange-900\/25 {
  color: rgb(123 58 12 / 0.25);
}

.text-orange-900\/30 {
  color: rgb(123 58 12 / 0.3);
}

.text-orange-900\/40 {
  color: rgb(123 58 12 / 0.4);
}

.text-orange-900\/5 {
  color: rgb(123 58 12 / 0.05);
}

.text-orange-900\/50 {
  color: rgb(123 58 12 / 0.5);
}

.text-orange-900\/60 {
  color: rgb(123 58 12 / 0.6);
}

.text-orange-900\/70 {
  color: rgb(123 58 12 / 0.7);
}

.text-orange-900\/75 {
  color: rgb(123 58 12 / 0.75);
}

.text-orange-900\/80 {
  color: rgb(123 58 12 / 0.8);
}

.text-orange-900\/90 {
  color: rgb(123 58 12 / 0.9);
}

.text-orange-900\/95 {
  color: rgb(123 58 12 / 0.95);
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(71 30 1 / var(--tw-text-opacity));
}

.text-orange-950\/0 {
  color: rgb(71 30 1 / 0);
}

.text-orange-950\/10 {
  color: rgb(71 30 1 / 0.1);
}

.text-orange-950\/100 {
  color: rgb(71 30 1 / 1);
}

.text-orange-950\/20 {
  color: rgb(71 30 1 / 0.2);
}

.text-orange-950\/25 {
  color: rgb(71 30 1 / 0.25);
}

.text-orange-950\/30 {
  color: rgb(71 30 1 / 0.3);
}

.text-orange-950\/40 {
  color: rgb(71 30 1 / 0.4);
}

.text-orange-950\/5 {
  color: rgb(71 30 1 / 0.05);
}

.text-orange-950\/50 {
  color: rgb(71 30 1 / 0.5);
}

.text-orange-950\/60 {
  color: rgb(71 30 1 / 0.6);
}

.text-orange-950\/70 {
  color: rgb(71 30 1 / 0.7);
}

.text-orange-950\/75 {
  color: rgb(71 30 1 / 0.75);
}

.text-orange-950\/80 {
  color: rgb(71 30 1 / 0.8);
}

.text-orange-950\/90 {
  color: rgb(71 30 1 / 0.9);
}

.text-orange-950\/95 {
  color: rgb(71 30 1 / 0.95);
}

.text-orange\/0 {
  color: rgb(237 140 1 / 0);
}

.text-orange\/10 {
  color: rgb(237 140 1 / 0.1);
}

.text-orange\/100 {
  color: rgb(237 140 1 / 1);
}

.text-orange\/20 {
  color: rgb(237 140 1 / 0.2);
}

.text-orange\/25 {
  color: rgb(237 140 1 / 0.25);
}

.text-orange\/30 {
  color: rgb(237 140 1 / 0.3);
}

.text-orange\/40 {
  color: rgb(237 140 1 / 0.4);
}

.text-orange\/5 {
  color: rgb(237 140 1 / 0.05);
}

.text-orange\/50 {
  color: rgb(237 140 1 / 0.5);
}

.text-orange\/60 {
  color: rgb(237 140 1 / 0.6);
}

.text-orange\/70 {
  color: rgb(237 140 1 / 0.7);
}

.text-orange\/75 {
  color: rgb(237 140 1 / 0.75);
}

.text-orange\/80 {
  color: rgb(237 140 1 / 0.8);
}

.text-orange\/90 {
  color: rgb(237 140 1 / 0.9);
}

.text-orange\/95 {
  color: rgb(237 140 1 / 0.95);
}

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

.text-pizazz-100 {
  --tw-text-opacity: 1;
  color: rgb(255 222 179 / var(--tw-text-opacity));
}

.text-pizazz-100\/0 {
  color: rgb(255 222 179 / 0);
}

.text-pizazz-100\/10 {
  color: rgb(255 222 179 / 0.1);
}

.text-pizazz-100\/100 {
  color: rgb(255 222 179 / 1);
}

.text-pizazz-100\/20 {
  color: rgb(255 222 179 / 0.2);
}

.text-pizazz-100\/25 {
  color: rgb(255 222 179 / 0.25);
}

.text-pizazz-100\/30 {
  color: rgb(255 222 179 / 0.3);
}

.text-pizazz-100\/40 {
  color: rgb(255 222 179 / 0.4);
}

.text-pizazz-100\/5 {
  color: rgb(255 222 179 / 0.05);
}

.text-pizazz-100\/50 {
  color: rgb(255 222 179 / 0.5);
}

.text-pizazz-100\/60 {
  color: rgb(255 222 179 / 0.6);
}

.text-pizazz-100\/70 {
  color: rgb(255 222 179 / 0.7);
}

.text-pizazz-100\/75 {
  color: rgb(255 222 179 / 0.75);
}

.text-pizazz-100\/80 {
  color: rgb(255 222 179 / 0.8);
}

.text-pizazz-100\/90 {
  color: rgb(255 222 179 / 0.9);
}

.text-pizazz-100\/95 {
  color: rgb(255 222 179 / 0.95);
}

.text-pizazz-200 {
  --tw-text-opacity: 1;
  color: rgb(255 194 115 / var(--tw-text-opacity));
}

.text-pizazz-200\/0 {
  color: rgb(255 194 115 / 0);
}

.text-pizazz-200\/10 {
  color: rgb(255 194 115 / 0.1);
}

.text-pizazz-200\/100 {
  color: rgb(255 194 115 / 1);
}

.text-pizazz-200\/20 {
  color: rgb(255 194 115 / 0.2);
}

.text-pizazz-200\/25 {
  color: rgb(255 194 115 / 0.25);
}

.text-pizazz-200\/30 {
  color: rgb(255 194 115 / 0.3);
}

.text-pizazz-200\/40 {
  color: rgb(255 194 115 / 0.4);
}

.text-pizazz-200\/5 {
  color: rgb(255 194 115 / 0.05);
}

.text-pizazz-200\/50 {
  color: rgb(255 194 115 / 0.5);
}

.text-pizazz-200\/60 {
  color: rgb(255 194 115 / 0.6);
}

.text-pizazz-200\/70 {
  color: rgb(255 194 115 / 0.7);
}

.text-pizazz-200\/75 {
  color: rgb(255 194 115 / 0.75);
}

.text-pizazz-200\/80 {
  color: rgb(255 194 115 / 0.8);
}

.text-pizazz-200\/90 {
  color: rgb(255 194 115 / 0.9);
}

.text-pizazz-200\/95 {
  color: rgb(255 194 115 / 0.95);
}

.text-pizazz-300 {
  --tw-text-opacity: 1;
  color: rgb(255 144 0 / var(--tw-text-opacity));
}

.text-pizazz-300\/0 {
  color: rgb(255 144 0 / 0);
}

.text-pizazz-300\/10 {
  color: rgb(255 144 0 / 0.1);
}

.text-pizazz-300\/100 {
  color: rgb(255 144 0 / 1);
}

.text-pizazz-300\/20 {
  color: rgb(255 144 0 / 0.2);
}

.text-pizazz-300\/25 {
  color: rgb(255 144 0 / 0.25);
}

.text-pizazz-300\/30 {
  color: rgb(255 144 0 / 0.3);
}

.text-pizazz-300\/40 {
  color: rgb(255 144 0 / 0.4);
}

.text-pizazz-300\/5 {
  color: rgb(255 144 0 / 0.05);
}

.text-pizazz-300\/50 {
  color: rgb(255 144 0 / 0.5);
}

.text-pizazz-300\/60 {
  color: rgb(255 144 0 / 0.6);
}

.text-pizazz-300\/70 {
  color: rgb(255 144 0 / 0.7);
}

.text-pizazz-300\/75 {
  color: rgb(255 144 0 / 0.75);
}

.text-pizazz-300\/80 {
  color: rgb(255 144 0 / 0.8);
}

.text-pizazz-300\/90 {
  color: rgb(255 144 0 / 0.9);
}

.text-pizazz-300\/95 {
  color: rgb(255 144 0 / 0.95);
}

.text-pizazz-400 {
  --tw-text-opacity: 1;
  color: rgb(242 137 0 / var(--tw-text-opacity));
}

.text-pizazz-400\/0 {
  color: rgb(242 137 0 / 0);
}

.text-pizazz-400\/10 {
  color: rgb(242 137 0 / 0.1);
}

.text-pizazz-400\/100 {
  color: rgb(242 137 0 / 1);
}

.text-pizazz-400\/20 {
  color: rgb(242 137 0 / 0.2);
}

.text-pizazz-400\/25 {
  color: rgb(242 137 0 / 0.25);
}

.text-pizazz-400\/30 {
  color: rgb(242 137 0 / 0.3);
}

.text-pizazz-400\/40 {
  color: rgb(242 137 0 / 0.4);
}

.text-pizazz-400\/5 {
  color: rgb(242 137 0 / 0.05);
}

.text-pizazz-400\/50 {
  color: rgb(242 137 0 / 0.5);
}

.text-pizazz-400\/60 {
  color: rgb(242 137 0 / 0.6);
}

.text-pizazz-400\/70 {
  color: rgb(242 137 0 / 0.7);
}

.text-pizazz-400\/75 {
  color: rgb(242 137 0 / 0.75);
}

.text-pizazz-400\/80 {
  color: rgb(242 137 0 / 0.8);
}

.text-pizazz-400\/90 {
  color: rgb(242 137 0 / 0.9);
}

.text-pizazz-400\/95 {
  color: rgb(242 137 0 / 0.95);
}

.text-pizazz-50 {
  --tw-text-opacity: 1;
  color: rgb(252 245 239 / var(--tw-text-opacity));
}

.text-pizazz-50\/0 {
  color: rgb(252 245 239 / 0);
}

.text-pizazz-50\/10 {
  color: rgb(252 245 239 / 0.1);
}

.text-pizazz-50\/100 {
  color: rgb(252 245 239 / 1);
}

.text-pizazz-50\/20 {
  color: rgb(252 245 239 / 0.2);
}

.text-pizazz-50\/25 {
  color: rgb(252 245 239 / 0.25);
}

.text-pizazz-50\/30 {
  color: rgb(252 245 239 / 0.3);
}

.text-pizazz-50\/40 {
  color: rgb(252 245 239 / 0.4);
}

.text-pizazz-50\/5 {
  color: rgb(252 245 239 / 0.05);
}

.text-pizazz-50\/50 {
  color: rgb(252 245 239 / 0.5);
}

.text-pizazz-50\/60 {
  color: rgb(252 245 239 / 0.6);
}

.text-pizazz-50\/70 {
  color: rgb(252 245 239 / 0.7);
}

.text-pizazz-50\/75 {
  color: rgb(252 245 239 / 0.75);
}

.text-pizazz-50\/80 {
  color: rgb(252 245 239 / 0.8);
}

.text-pizazz-50\/90 {
  color: rgb(252 245 239 / 0.9);
}

.text-pizazz-50\/95 {
  color: rgb(252 245 239 / 0.95);
}

.text-pizazz-500 {
  --tw-text-opacity: 1;
  color: rgb(212 120 0 / var(--tw-text-opacity));
}

.text-pizazz-500\/0 {
  color: rgb(212 120 0 / 0);
}

.text-pizazz-500\/10 {
  color: rgb(212 120 0 / 0.1);
}

.text-pizazz-500\/100 {
  color: rgb(212 120 0 / 1);
}

.text-pizazz-500\/20 {
  color: rgb(212 120 0 / 0.2);
}

.text-pizazz-500\/25 {
  color: rgb(212 120 0 / 0.25);
}

.text-pizazz-500\/30 {
  color: rgb(212 120 0 / 0.3);
}

.text-pizazz-500\/40 {
  color: rgb(212 120 0 / 0.4);
}

.text-pizazz-500\/5 {
  color: rgb(212 120 0 / 0.05);
}

.text-pizazz-500\/50 {
  color: rgb(212 120 0 / 0.5);
}

.text-pizazz-500\/60 {
  color: rgb(212 120 0 / 0.6);
}

.text-pizazz-500\/70 {
  color: rgb(212 120 0 / 0.7);
}

.text-pizazz-500\/75 {
  color: rgb(212 120 0 / 0.75);
}

.text-pizazz-500\/80 {
  color: rgb(212 120 0 / 0.8);
}

.text-pizazz-500\/90 {
  color: rgb(212 120 0 / 0.9);
}

.text-pizazz-500\/95 {
  color: rgb(212 120 0 / 0.95);
}

.text-pizazz-600 {
  --tw-text-opacity: 1;
  color: rgb(181 102 0 / var(--tw-text-opacity));
}

.text-pizazz-600\/0 {
  color: rgb(181 102 0 / 0);
}

.text-pizazz-600\/10 {
  color: rgb(181 102 0 / 0.1);
}

.text-pizazz-600\/100 {
  color: rgb(181 102 0 / 1);
}

.text-pizazz-600\/20 {
  color: rgb(181 102 0 / 0.2);
}

.text-pizazz-600\/25 {
  color: rgb(181 102 0 / 0.25);
}

.text-pizazz-600\/30 {
  color: rgb(181 102 0 / 0.3);
}

.text-pizazz-600\/40 {
  color: rgb(181 102 0 / 0.4);
}

.text-pizazz-600\/5 {
  color: rgb(181 102 0 / 0.05);
}

.text-pizazz-600\/50 {
  color: rgb(181 102 0 / 0.5);
}

.text-pizazz-600\/60 {
  color: rgb(181 102 0 / 0.6);
}

.text-pizazz-600\/70 {
  color: rgb(181 102 0 / 0.7);
}

.text-pizazz-600\/75 {
  color: rgb(181 102 0 / 0.75);
}

.text-pizazz-600\/80 {
  color: rgb(181 102 0 / 0.8);
}

.text-pizazz-600\/90 {
  color: rgb(181 102 0 / 0.9);
}

.text-pizazz-600\/95 {
  color: rgb(181 102 0 / 0.95);
}

.text-pizazz-700 {
  --tw-text-opacity: 1;
  color: rgb(150 85 0 / var(--tw-text-opacity));
}

.text-pizazz-700\/0 {
  color: rgb(150 85 0 / 0);
}

.text-pizazz-700\/10 {
  color: rgb(150 85 0 / 0.1);
}

.text-pizazz-700\/100 {
  color: rgb(150 85 0 / 1);
}

.text-pizazz-700\/20 {
  color: rgb(150 85 0 / 0.2);
}

.text-pizazz-700\/25 {
  color: rgb(150 85 0 / 0.25);
}

.text-pizazz-700\/30 {
  color: rgb(150 85 0 / 0.3);
}

.text-pizazz-700\/40 {
  color: rgb(150 85 0 / 0.4);
}

.text-pizazz-700\/5 {
  color: rgb(150 85 0 / 0.05);
}

.text-pizazz-700\/50 {
  color: rgb(150 85 0 / 0.5);
}

.text-pizazz-700\/60 {
  color: rgb(150 85 0 / 0.6);
}

.text-pizazz-700\/70 {
  color: rgb(150 85 0 / 0.7);
}

.text-pizazz-700\/75 {
  color: rgb(150 85 0 / 0.75);
}

.text-pizazz-700\/80 {
  color: rgb(150 85 0 / 0.8);
}

.text-pizazz-700\/90 {
  color: rgb(150 85 0 / 0.9);
}

.text-pizazz-700\/95 {
  color: rgb(150 85 0 / 0.95);
}

.text-pizazz-800 {
  --tw-text-opacity: 1;
  color: rgb(120 68 0 / var(--tw-text-opacity));
}

.text-pizazz-800\/0 {
  color: rgb(120 68 0 / 0);
}

.text-pizazz-800\/10 {
  color: rgb(120 68 0 / 0.1);
}

.text-pizazz-800\/100 {
  color: rgb(120 68 0 / 1);
}

.text-pizazz-800\/20 {
  color: rgb(120 68 0 / 0.2);
}

.text-pizazz-800\/25 {
  color: rgb(120 68 0 / 0.25);
}

.text-pizazz-800\/30 {
  color: rgb(120 68 0 / 0.3);
}

.text-pizazz-800\/40 {
  color: rgb(120 68 0 / 0.4);
}

.text-pizazz-800\/5 {
  color: rgb(120 68 0 / 0.05);
}

.text-pizazz-800\/50 {
  color: rgb(120 68 0 / 0.5);
}

.text-pizazz-800\/60 {
  color: rgb(120 68 0 / 0.6);
}

.text-pizazz-800\/70 {
  color: rgb(120 68 0 / 0.7);
}

.text-pizazz-800\/75 {
  color: rgb(120 68 0 / 0.75);
}

.text-pizazz-800\/80 {
  color: rgb(120 68 0 / 0.8);
}

.text-pizazz-800\/90 {
  color: rgb(120 68 0 / 0.9);
}

.text-pizazz-800\/95 {
  color: rgb(120 68 0 / 0.95);
}

.text-pizazz-900 {
  --tw-text-opacity: 1;
  color: rgb(89 50 0 / var(--tw-text-opacity));
}

.text-pizazz-900\/0 {
  color: rgb(89 50 0 / 0);
}

.text-pizazz-900\/10 {
  color: rgb(89 50 0 / 0.1);
}

.text-pizazz-900\/100 {
  color: rgb(89 50 0 / 1);
}

.text-pizazz-900\/20 {
  color: rgb(89 50 0 / 0.2);
}

.text-pizazz-900\/25 {
  color: rgb(89 50 0 / 0.25);
}

.text-pizazz-900\/30 {
  color: rgb(89 50 0 / 0.3);
}

.text-pizazz-900\/40 {
  color: rgb(89 50 0 / 0.4);
}

.text-pizazz-900\/5 {
  color: rgb(89 50 0 / 0.05);
}

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

.text-pizazz-900\/60 {
  color: rgb(89 50 0 / 0.6);
}

.text-pizazz-900\/70 {
  color: rgb(89 50 0 / 0.7);
}

.text-pizazz-900\/75 {
  color: rgb(89 50 0 / 0.75);
}

.text-pizazz-900\/80 {
  color: rgb(89 50 0 / 0.8);
}

.text-pizazz-900\/90 {
  color: rgb(89 50 0 / 0.9);
}

.text-pizazz-900\/95 {
  color: rgb(89 50 0 / 0.95);
}

.text-pizazz-950 {
  --tw-text-opacity: 1;
  color: rgb(59 33 0 / var(--tw-text-opacity));
}

.text-pizazz-950\/0 {
  color: rgb(59 33 0 / 0);
}

.text-pizazz-950\/10 {
  color: rgb(59 33 0 / 0.1);
}

.text-pizazz-950\/100 {
  color: rgb(59 33 0 / 1);
}

.text-pizazz-950\/20 {
  color: rgb(59 33 0 / 0.2);
}

.text-pizazz-950\/25 {
  color: rgb(59 33 0 / 0.25);
}

.text-pizazz-950\/30 {
  color: rgb(59 33 0 / 0.3);
}

.text-pizazz-950\/40 {
  color: rgb(59 33 0 / 0.4);
}

.text-pizazz-950\/5 {
  color: rgb(59 33 0 / 0.05);
}

.text-pizazz-950\/50 {
  color: rgb(59 33 0 / 0.5);
}

.text-pizazz-950\/60 {
  color: rgb(59 33 0 / 0.6);
}

.text-pizazz-950\/70 {
  color: rgb(59 33 0 / 0.7);
}

.text-pizazz-950\/75 {
  color: rgb(59 33 0 / 0.75);
}

.text-pizazz-950\/80 {
  color: rgb(59 33 0 / 0.8);
}

.text-pizazz-950\/90 {
  color: rgb(59 33 0 / 0.9);
}

.text-pizazz-950\/95 {
  color: rgb(59 33 0 / 0.95);
}

.text-pizazz\/0 {
  color: rgb(255 144 0 / 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(253 230 247 / var(--tw-text-opacity));
}

.text-primary-100\/0 {
  color: rgb(253 230 247 / 0);
}

.text-primary-100\/10 {
  color: rgb(253 230 247 / 0.1);
}

.text-primary-100\/100 {
  color: rgb(253 230 247 / 1);
}

.text-primary-100\/20 {
  color: rgb(253 230 247 / 0.2);
}

.text-primary-100\/25 {
  color: rgb(253 230 247 / 0.25);
}

.text-primary-100\/30 {
  color: rgb(253 230 247 / 0.3);
}

.text-primary-100\/40 {
  color: rgb(253 230 247 / 0.4);
}

.text-primary-100\/5 {
  color: rgb(253 230 247 / 0.05);
}

.text-primary-100\/50 {
  color: rgb(253 230 247 / 0.5);
}

.text-primary-100\/60 {
  color: rgb(253 230 247 / 0.6);
}

.text-primary-100\/70 {
  color: rgb(253 230 247 / 0.7);
}

.text-primary-100\/75 {
  color: rgb(253 230 247 / 0.75);
}

.text-primary-100\/80 {
  color: rgb(253 230 247 / 0.8);
}

.text-primary-100\/90 {
  color: rgb(253 230 247 / 0.9);
}

.text-primary-100\/95 {
  color: rgb(253 230 247 / 0.95);
}

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(253 205 240 / var(--tw-text-opacity));
}

.text-primary-200\/0 {
  color: rgb(253 205 240 / 0);
}

.text-primary-200\/10 {
  color: rgb(253 205 240 / 0.1);
}

.text-primary-200\/100 {
  color: rgb(253 205 240 / 1);
}

.text-primary-200\/20 {
  color: rgb(253 205 240 / 0.2);
}

.text-primary-200\/25 {
  color: rgb(253 205 240 / 0.25);
}

.text-primary-200\/30 {
  color: rgb(253 205 240 / 0.3);
}

.text-primary-200\/40 {
  color: rgb(253 205 240 / 0.4);
}

.text-primary-200\/5 {
  color: rgb(253 205 240 / 0.05);
}

.text-primary-200\/50 {
  color: rgb(253 205 240 / 0.5);
}

.text-primary-200\/60 {
  color: rgb(253 205 240 / 0.6);
}

.text-primary-200\/70 {
  color: rgb(253 205 240 / 0.7);
}

.text-primary-200\/75 {
  color: rgb(253 205 240 / 0.75);
}

.text-primary-200\/80 {
  color: rgb(253 205 240 / 0.8);
}

.text-primary-200\/90 {
  color: rgb(253 205 240 / 0.9);
}

.text-primary-200\/95 {
  color: rgb(253 205 240 / 0.95);
}

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 228 / var(--tw-text-opacity));
}

.text-primary-300\/0 {
  color: rgb(253 164 228 / 0);
}

.text-primary-300\/10 {
  color: rgb(253 164 228 / 0.1);
}

.text-primary-300\/100 {
  color: rgb(253 164 228 / 1);
}

.text-primary-300\/20 {
  color: rgb(253 164 228 / 0.2);
}

.text-primary-300\/25 {
  color: rgb(253 164 228 / 0.25);
}

.text-primary-300\/30 {
  color: rgb(253 164 228 / 0.3);
}

.text-primary-300\/40 {
  color: rgb(253 164 228 / 0.4);
}

.text-primary-300\/5 {
  color: rgb(253 164 228 / 0.05);
}

.text-primary-300\/50 {
  color: rgb(253 164 228 / 0.5);
}

.text-primary-300\/60 {
  color: rgb(253 164 228 / 0.6);
}

.text-primary-300\/70 {
  color: rgb(253 164 228 / 0.7);
}

.text-primary-300\/75 {
  color: rgb(253 164 228 / 0.75);
}

.text-primary-300\/80 {
  color: rgb(253 164 228 / 0.8);
}

.text-primary-300\/90 {
  color: rgb(253 164 228 / 0.9);
}

.text-primary-300\/95 {
  color: rgb(253 164 228 / 0.95);
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(250 108 207 / var(--tw-text-opacity));
}

.text-primary-400\/0 {
  color: rgb(250 108 207 / 0);
}

.text-primary-400\/10 {
  color: rgb(250 108 207 / 0.1);
}

.text-primary-400\/100 {
  color: rgb(250 108 207 / 1);
}

.text-primary-400\/20 {
  color: rgb(250 108 207 / 0.2);
}

.text-primary-400\/25 {
  color: rgb(250 108 207 / 0.25);
}

.text-primary-400\/30 {
  color: rgb(250 108 207 / 0.3);
}

.text-primary-400\/40 {
  color: rgb(250 108 207 / 0.4);
}

.text-primary-400\/5 {
  color: rgb(250 108 207 / 0.05);
}

.text-primary-400\/50 {
  color: rgb(250 108 207 / 0.5);
}

.text-primary-400\/60 {
  color: rgb(250 108 207 / 0.6);
}

.text-primary-400\/70 {
  color: rgb(250 108 207 / 0.7);
}

.text-primary-400\/75 {
  color: rgb(250 108 207 / 0.75);
}

.text-primary-400\/80 {
  color: rgb(250 108 207 / 0.8);
}

.text-primary-400\/90 {
  color: rgb(250 108 207 / 0.9);
}

.text-primary-400\/95 {
  color: rgb(250 108 207 / 0.95);
}

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(254 241 250 / var(--tw-text-opacity));
}

.text-primary-50\/0 {
  color: rgb(254 241 250 / 0);
}

.text-primary-50\/10 {
  color: rgb(254 241 250 / 0.1);
}

.text-primary-50\/100 {
  color: rgb(254 241 250 / 1);
}

.text-primary-50\/20 {
  color: rgb(254 241 250 / 0.2);
}

.text-primary-50\/25 {
  color: rgb(254 241 250 / 0.25);
}

.text-primary-50\/30 {
  color: rgb(254 241 250 / 0.3);
}

.text-primary-50\/40 {
  color: rgb(254 241 250 / 0.4);
}

.text-primary-50\/5 {
  color: rgb(254 241 250 / 0.05);
}

.text-primary-50\/50 {
  color: rgb(254 241 250 / 0.5);
}

.text-primary-50\/60 {
  color: rgb(254 241 250 / 0.6);
}

.text-primary-50\/70 {
  color: rgb(254 241 250 / 0.7);
}

.text-primary-50\/75 {
  color: rgb(254 241 250 / 0.75);
}

.text-primary-50\/80 {
  color: rgb(254 241 250 / 0.8);
}

.text-primary-50\/90 {
  color: rgb(254 241 250 / 0.9);
}

.text-primary-50\/95 {
  color: rgb(254 241 250 / 0.95);
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(244 64 185 / var(--tw-text-opacity));
}

.text-primary-500\/0 {
  color: rgb(244 64 185 / 0);
}

.text-primary-500\/10 {
  color: rgb(244 64 185 / 0.1);
}

.text-primary-500\/100 {
  color: rgb(244 64 185 / 1);
}

.text-primary-500\/20 {
  color: rgb(244 64 185 / 0.2);
}

.text-primary-500\/25 {
  color: rgb(244 64 185 / 0.25);
}

.text-primary-500\/30 {
  color: rgb(244 64 185 / 0.3);
}

.text-primary-500\/40 {
  color: rgb(244 64 185 / 0.4);
}

.text-primary-500\/5 {
  color: rgb(244 64 185 / 0.05);
}

.text-primary-500\/50 {
  color: rgb(244 64 185 / 0.5);
}

.text-primary-500\/60 {
  color: rgb(244 64 185 / 0.6);
}

.text-primary-500\/70 {
  color: rgb(244 64 185 / 0.7);
}

.text-primary-500\/75 {
  color: rgb(244 64 185 / 0.75);
}

.text-primary-500\/80 {
  color: rgb(244 64 185 / 0.8);
}

.text-primary-500\/90 {
  color: rgb(244 64 185 / 0.9);
}

.text-primary-500\/95 {
  color: rgb(244 64 185 / 0.95);
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(227 31 153 / var(--tw-text-opacity));
}

.text-primary-600\/0 {
  color: rgb(227 31 153 / 0);
}

.text-primary-600\/10 {
  color: rgb(227 31 153 / 0.1);
}

.text-primary-600\/100 {
  color: rgb(227 31 153 / 1);
}

.text-primary-600\/20 {
  color: rgb(227 31 153 / 0.2);
}

.text-primary-600\/25 {
  color: rgb(227 31 153 / 0.25);
}

.text-primary-600\/30 {
  color: rgb(227 31 153 / 0.3);
}

.text-primary-600\/40 {
  color: rgb(227 31 153 / 0.4);
}

.text-primary-600\/5 {
  color: rgb(227 31 153 / 0.05);
}

.text-primary-600\/50 {
  color: rgb(227 31 153 / 0.5);
}

.text-primary-600\/60 {
  color: rgb(227 31 153 / 0.6);
}

.text-primary-600\/70 {
  color: rgb(227 31 153 / 0.7);
}

.text-primary-600\/75 {
  color: rgb(227 31 153 / 0.75);
}

.text-primary-600\/80 {
  color: rgb(227 31 153 / 0.8);
}

.text-primary-600\/90 {
  color: rgb(227 31 153 / 0.9);
}

.text-primary-600\/95 {
  color: rgb(227 31 153 / 0.95);
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(198 16 124 / var(--tw-text-opacity));
}

.text-primary-700\/0 {
  color: rgb(198 16 124 / 0);
}

.text-primary-700\/10 {
  color: rgb(198 16 124 / 0.1);
}

.text-primary-700\/100 {
  color: rgb(198 16 124 / 1);
}

.text-primary-700\/20 {
  color: rgb(198 16 124 / 0.2);
}

.text-primary-700\/25 {
  color: rgb(198 16 124 / 0.25);
}

.text-primary-700\/30 {
  color: rgb(198 16 124 / 0.3);
}

.text-primary-700\/40 {
  color: rgb(198 16 124 / 0.4);
}

.text-primary-700\/5 {
  color: rgb(198 16 124 / 0.05);
}

.text-primary-700\/50 {
  color: rgb(198 16 124 / 0.5);
}

.text-primary-700\/60 {
  color: rgb(198 16 124 / 0.6);
}

.text-primary-700\/70 {
  color: rgb(198 16 124 / 0.7);
}

.text-primary-700\/75 {
  color: rgb(198 16 124 / 0.75);
}

.text-primary-700\/80 {
  color: rgb(198 16 124 / 0.8);
}

.text-primary-700\/90 {
  color: rgb(198 16 124 / 0.9);
}

.text-primary-700\/95 {
  color: rgb(198 16 124 / 0.95);
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.text-primary-800\/0 {
  color: rgb(175 18 109 / 0);
}

.text-primary-800\/10 {
  color: rgb(175 18 109 / 0.1);
}

.text-primary-800\/100 {
  color: rgb(175 18 109 / 1);
}

.text-primary-800\/20 {
  color: rgb(175 18 109 / 0.2);
}

.text-primary-800\/25 {
  color: rgb(175 18 109 / 0.25);
}

.text-primary-800\/30 {
  color: rgb(175 18 109 / 0.3);
}

.text-primary-800\/40 {
  color: rgb(175 18 109 / 0.4);
}

.text-primary-800\/5 {
  color: rgb(175 18 109 / 0.05);
}

.text-primary-800\/50 {
  color: rgb(175 18 109 / 0.5);
}

.text-primary-800\/60 {
  color: rgb(175 18 109 / 0.6);
}

.text-primary-800\/70 {
  color: rgb(175 18 109 / 0.7);
}

.text-primary-800\/75 {
  color: rgb(175 18 109 / 0.75);
}

.text-primary-800\/80 {
  color: rgb(175 18 109 / 0.8);
}

.text-primary-800\/90 {
  color: rgb(175 18 109 / 0.9);
}

.text-primary-800\/95 {
  color: rgb(175 18 109 / 0.95);
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 87 / var(--tw-text-opacity));
}

.text-primary-900\/0 {
  color: rgb(136 19 87 / 0);
}

.text-primary-900\/10 {
  color: rgb(136 19 87 / 0.1);
}

.text-primary-900\/100 {
  color: rgb(136 19 87 / 1);
}

.text-primary-900\/20 {
  color: rgb(136 19 87 / 0.2);
}

.text-primary-900\/25 {
  color: rgb(136 19 87 / 0.25);
}

.text-primary-900\/30 {
  color: rgb(136 19 87 / 0.3);
}

.text-primary-900\/40 {
  color: rgb(136 19 87 / 0.4);
}

.text-primary-900\/5 {
  color: rgb(136 19 87 / 0.05);
}

.text-primary-900\/50 {
  color: rgb(136 19 87 / 0.5);
}

.text-primary-900\/60 {
  color: rgb(136 19 87 / 0.6);
}

.text-primary-900\/70 {
  color: rgb(136 19 87 / 0.7);
}

.text-primary-900\/75 {
  color: rgb(136 19 87 / 0.75);
}

.text-primary-900\/80 {
  color: rgb(136 19 87 / 0.8);
}

.text-primary-900\/90 {
  color: rgb(136 19 87 / 0.9);
}

.text-primary-900\/95 {
  color: rgb(136 19 87 / 0.95);
}

.text-primary\/0 {
  color: rgb(175 18 109 / 0);
}

.text-primary\/10 {
  color: rgb(175 18 109 / 0.1);
}

.text-primary\/100 {
  color: rgb(175 18 109 / 1);
}

.text-primary\/20 {
  color: rgb(175 18 109 / 0.2);
}

.text-primary\/25 {
  color: rgb(175 18 109 / 0.25);
}

.text-primary\/30 {
  color: rgb(175 18 109 / 0.3);
}

.text-primary\/40 {
  color: rgb(175 18 109 / 0.4);
}

.text-primary\/5 {
  color: rgb(175 18 109 / 0.05);
}

.text-primary\/50 {
  color: rgb(175 18 109 / 0.5);
}

.text-primary\/60 {
  color: rgb(175 18 109 / 0.6);
}

.text-primary\/70 {
  color: rgb(175 18 109 / 0.7);
}

.text-primary\/75 {
  color: rgb(175 18 109 / 0.75);
}

.text-primary\/80 {
  color: rgb(175 18 109 / 0.8);
}

.text-primary\/90 {
  color: rgb(175 18 109 / 0.9);
}

.text-primary\/95 {
  color: rgb(175 18 109 / 0.95);
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(108 72 145 / var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(242 238 249 / var(--tw-text-opacity));
}

.text-purple-100\/0 {
  color: rgb(242 238 249 / 0);
}

.text-purple-100\/10 {
  color: rgb(242 238 249 / 0.1);
}

.text-purple-100\/100 {
  color: rgb(242 238 249 / 1);
}

.text-purple-100\/20 {
  color: rgb(242 238 249 / 0.2);
}

.text-purple-100\/25 {
  color: rgb(242 238 249 / 0.25);
}

.text-purple-100\/30 {
  color: rgb(242 238 249 / 0.3);
}

.text-purple-100\/40 {
  color: rgb(242 238 249 / 0.4);
}

.text-purple-100\/5 {
  color: rgb(242 238 249 / 0.05);
}

.text-purple-100\/50 {
  color: rgb(242 238 249 / 0.5);
}

.text-purple-100\/60 {
  color: rgb(242 238 249 / 0.6);
}

.text-purple-100\/70 {
  color: rgb(242 238 249 / 0.7);
}

.text-purple-100\/75 {
  color: rgb(242 238 249 / 0.75);
}

.text-purple-100\/80 {
  color: rgb(242 238 249 / 0.8);
}

.text-purple-100\/90 {
  color: rgb(242 238 249 / 0.9);
}

.text-purple-100\/95 {
  color: rgb(242 238 249 / 0.95);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(232 223 245 / var(--tw-text-opacity));
}

.text-purple-200\/0 {
  color: rgb(232 223 245 / 0);
}

.text-purple-200\/10 {
  color: rgb(232 223 245 / 0.1);
}

.text-purple-200\/100 {
  color: rgb(232 223 245 / 1);
}

.text-purple-200\/20 {
  color: rgb(232 223 245 / 0.2);
}

.text-purple-200\/25 {
  color: rgb(232 223 245 / 0.25);
}

.text-purple-200\/30 {
  color: rgb(232 223 245 / 0.3);
}

.text-purple-200\/40 {
  color: rgb(232 223 245 / 0.4);
}

.text-purple-200\/5 {
  color: rgb(232 223 245 / 0.05);
}

.text-purple-200\/50 {
  color: rgb(232 223 245 / 0.5);
}

.text-purple-200\/60 {
  color: rgb(232 223 245 / 0.6);
}

.text-purple-200\/70 {
  color: rgb(232 223 245 / 0.7);
}

.text-purple-200\/75 {
  color: rgb(232 223 245 / 0.75);
}

.text-purple-200\/80 {
  color: rgb(232 223 245 / 0.8);
}

.text-purple-200\/90 {
  color: rgb(232 223 245 / 0.9);
}

.text-purple-200\/95 {
  color: rgb(232 223 245 / 0.95);
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(214 198 236 / var(--tw-text-opacity));
}

.text-purple-300\/0 {
  color: rgb(214 198 236 / 0);
}

.text-purple-300\/10 {
  color: rgb(214 198 236 / 0.1);
}

.text-purple-300\/100 {
  color: rgb(214 198 236 / 1);
}

.text-purple-300\/20 {
  color: rgb(214 198 236 / 0.2);
}

.text-purple-300\/25 {
  color: rgb(214 198 236 / 0.25);
}

.text-purple-300\/30 {
  color: rgb(214 198 236 / 0.3);
}

.text-purple-300\/40 {
  color: rgb(214 198 236 / 0.4);
}

.text-purple-300\/5 {
  color: rgb(214 198 236 / 0.05);
}

.text-purple-300\/50 {
  color: rgb(214 198 236 / 0.5);
}

.text-purple-300\/60 {
  color: rgb(214 198 236 / 0.6);
}

.text-purple-300\/70 {
  color: rgb(214 198 236 / 0.7);
}

.text-purple-300\/75 {
  color: rgb(214 198 236 / 0.75);
}

.text-purple-300\/80 {
  color: rgb(214 198 236 / 0.8);
}

.text-purple-300\/90 {
  color: rgb(214 198 236 / 0.9);
}

.text-purple-300\/95 {
  color: rgb(214 198 236 / 0.95);
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(189 162 222 / var(--tw-text-opacity));
}

.text-purple-400\/0 {
  color: rgb(189 162 222 / 0);
}

.text-purple-400\/10 {
  color: rgb(189 162 222 / 0.1);
}

.text-purple-400\/100 {
  color: rgb(189 162 222 / 1);
}

.text-purple-400\/20 {
  color: rgb(189 162 222 / 0.2);
}

.text-purple-400\/25 {
  color: rgb(189 162 222 / 0.25);
}

.text-purple-400\/30 {
  color: rgb(189 162 222 / 0.3);
}

.text-purple-400\/40 {
  color: rgb(189 162 222 / 0.4);
}

.text-purple-400\/5 {
  color: rgb(189 162 222 / 0.05);
}

.text-purple-400\/50 {
  color: rgb(189 162 222 / 0.5);
}

.text-purple-400\/60 {
  color: rgb(189 162 222 / 0.6);
}

.text-purple-400\/70 {
  color: rgb(189 162 222 / 0.7);
}

.text-purple-400\/75 {
  color: rgb(189 162 222 / 0.75);
}

.text-purple-400\/80 {
  color: rgb(189 162 222 / 0.8);
}

.text-purple-400\/90 {
  color: rgb(189 162 222 / 0.9);
}

.text-purple-400\/95 {
  color: rgb(189 162 222 / 0.95);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 247 253 / var(--tw-text-opacity));
}

.text-purple-50\/0 {
  color: rgb(250 247 253 / 0);
}

.text-purple-50\/10 {
  color: rgb(250 247 253 / 0.1);
}

.text-purple-50\/100 {
  color: rgb(250 247 253 / 1);
}

.text-purple-50\/20 {
  color: rgb(250 247 253 / 0.2);
}

.text-purple-50\/25 {
  color: rgb(250 247 253 / 0.25);
}

.text-purple-50\/30 {
  color: rgb(250 247 253 / 0.3);
}

.text-purple-50\/40 {
  color: rgb(250 247 253 / 0.4);
}

.text-purple-50\/5 {
  color: rgb(250 247 253 / 0.05);
}

.text-purple-50\/50 {
  color: rgb(250 247 253 / 0.5);
}

.text-purple-50\/60 {
  color: rgb(250 247 253 / 0.6);
}

.text-purple-50\/70 {
  color: rgb(250 247 253 / 0.7);
}

.text-purple-50\/75 {
  color: rgb(250 247 253 / 0.75);
}

.text-purple-50\/80 {
  color: rgb(250 247 253 / 0.8);
}

.text-purple-50\/90 {
  color: rgb(250 247 253 / 0.9);
}

.text-purple-50\/95 {
  color: rgb(250 247 253 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(162 125 207 / var(--tw-text-opacity));
}

.text-purple-500\/0 {
  color: rgb(162 125 207 / 0);
}

.text-purple-500\/10 {
  color: rgb(162 125 207 / 0.1);
}

.text-purple-500\/100 {
  color: rgb(162 125 207 / 1);
}

.text-purple-500\/20 {
  color: rgb(162 125 207 / 0.2);
}

.text-purple-500\/25 {
  color: rgb(162 125 207 / 0.25);
}

.text-purple-500\/30 {
  color: rgb(162 125 207 / 0.3);
}

.text-purple-500\/40 {
  color: rgb(162 125 207 / 0.4);
}

.text-purple-500\/5 {
  color: rgb(162 125 207 / 0.05);
}

.text-purple-500\/50 {
  color: rgb(162 125 207 / 0.5);
}

.text-purple-500\/60 {
  color: rgb(162 125 207 / 0.6);
}

.text-purple-500\/70 {
  color: rgb(162 125 207 / 0.7);
}

.text-purple-500\/75 {
  color: rgb(162 125 207 / 0.75);
}

.text-purple-500\/80 {
  color: rgb(162 125 207 / 0.8);
}

.text-purple-500\/90 {
  color: rgb(162 125 207 / 0.9);
}

.text-purple-500\/95 {
  color: rgb(162 125 207 / 0.95);
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(140 97 188 / var(--tw-text-opacity));
}

.text-purple-600\/0 {
  color: rgb(140 97 188 / 0);
}

.text-purple-600\/10 {
  color: rgb(140 97 188 / 0.1);
}

.text-purple-600\/100 {
  color: rgb(140 97 188 / 1);
}

.text-purple-600\/20 {
  color: rgb(140 97 188 / 0.2);
}

.text-purple-600\/25 {
  color: rgb(140 97 188 / 0.25);
}

.text-purple-600\/30 {
  color: rgb(140 97 188 / 0.3);
}

.text-purple-600\/40 {
  color: rgb(140 97 188 / 0.4);
}

.text-purple-600\/5 {
  color: rgb(140 97 188 / 0.05);
}

.text-purple-600\/50 {
  color: rgb(140 97 188 / 0.5);
}

.text-purple-600\/60 {
  color: rgb(140 97 188 / 0.6);
}

.text-purple-600\/70 {
  color: rgb(140 97 188 / 0.7);
}

.text-purple-600\/75 {
  color: rgb(140 97 188 / 0.75);
}

.text-purple-600\/80 {
  color: rgb(140 97 188 / 0.8);
}

.text-purple-600\/90 {
  color: rgb(140 97 188 / 0.9);
}

.text-purple-600\/95 {
  color: rgb(140 97 188 / 0.95);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(118 77 163 / var(--tw-text-opacity));
}

.text-purple-700\/0 {
  color: rgb(118 77 163 / 0);
}

.text-purple-700\/10 {
  color: rgb(118 77 163 / 0.1);
}

.text-purple-700\/100 {
  color: rgb(118 77 163 / 1);
}

.text-purple-700\/20 {
  color: rgb(118 77 163 / 0.2);
}

.text-purple-700\/25 {
  color: rgb(118 77 163 / 0.25);
}

.text-purple-700\/30 {
  color: rgb(118 77 163 / 0.3);
}

.text-purple-700\/40 {
  color: rgb(118 77 163 / 0.4);
}

.text-purple-700\/5 {
  color: rgb(118 77 163 / 0.05);
}

.text-purple-700\/50 {
  color: rgb(118 77 163 / 0.5);
}

.text-purple-700\/60 {
  color: rgb(118 77 163 / 0.6);
}

.text-purple-700\/70 {
  color: rgb(118 77 163 / 0.7);
}

.text-purple-700\/75 {
  color: rgb(118 77 163 / 0.75);
}

.text-purple-700\/80 {
  color: rgb(118 77 163 / 0.8);
}

.text-purple-700\/90 {
  color: rgb(118 77 163 / 0.9);
}

.text-purple-700\/95 {
  color: rgb(118 77 163 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(108 72 145 / var(--tw-text-opacity));
}

.text-purple-800\/0 {
  color: rgb(108 72 145 / 0);
}

.text-purple-800\/10 {
  color: rgb(108 72 145 / 0.1);
}

.text-purple-800\/100 {
  color: rgb(108 72 145 / 1);
}

.text-purple-800\/20 {
  color: rgb(108 72 145 / 0.2);
}

.text-purple-800\/25 {
  color: rgb(108 72 145 / 0.25);
}

.text-purple-800\/30 {
  color: rgb(108 72 145 / 0.3);
}

.text-purple-800\/40 {
  color: rgb(108 72 145 / 0.4);
}

.text-purple-800\/5 {
  color: rgb(108 72 145 / 0.05);
}

.text-purple-800\/50 {
  color: rgb(108 72 145 / 0.5);
}

.text-purple-800\/60 {
  color: rgb(108 72 145 / 0.6);
}

.text-purple-800\/70 {
  color: rgb(108 72 145 / 0.7);
}

.text-purple-800\/75 {
  color: rgb(108 72 145 / 0.75);
}

.text-purple-800\/80 {
  color: rgb(108 72 145 / 0.8);
}

.text-purple-800\/90 {
  color: rgb(108 72 145 / 0.9);
}

.text-purple-800\/95 {
  color: rgb(108 72 145 / 0.95);
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(82 55 108 / var(--tw-text-opacity));
}

.text-purple-900\/0 {
  color: rgb(82 55 108 / 0);
}

.text-purple-900\/10 {
  color: rgb(82 55 108 / 0.1);
}

.text-purple-900\/100 {
  color: rgb(82 55 108 / 1);
}

.text-purple-900\/20 {
  color: rgb(82 55 108 / 0.2);
}

.text-purple-900\/25 {
  color: rgb(82 55 108 / 0.25);
}

.text-purple-900\/30 {
  color: rgb(82 55 108 / 0.3);
}

.text-purple-900\/40 {
  color: rgb(82 55 108 / 0.4);
}

.text-purple-900\/5 {
  color: rgb(82 55 108 / 0.05);
}

.text-purple-900\/50 {
  color: rgb(82 55 108 / 0.5);
}

.text-purple-900\/60 {
  color: rgb(82 55 108 / 0.6);
}

.text-purple-900\/70 {
  color: rgb(82 55 108 / 0.7);
}

.text-purple-900\/75 {
  color: rgb(82 55 108 / 0.75);
}

.text-purple-900\/80 {
  color: rgb(82 55 108 / 0.8);
}

.text-purple-900\/90 {
  color: rgb(82 55 108 / 0.9);
}

.text-purple-900\/95 {
  color: rgb(82 55 108 / 0.95);
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(53 30 77 / var(--tw-text-opacity));
}

.text-purple-950\/0 {
  color: rgb(53 30 77 / 0);
}

.text-purple-950\/10 {
  color: rgb(53 30 77 / 0.1);
}

.text-purple-950\/100 {
  color: rgb(53 30 77 / 1);
}

.text-purple-950\/20 {
  color: rgb(53 30 77 / 0.2);
}

.text-purple-950\/25 {
  color: rgb(53 30 77 / 0.25);
}

.text-purple-950\/30 {
  color: rgb(53 30 77 / 0.3);
}

.text-purple-950\/40 {
  color: rgb(53 30 77 / 0.4);
}

.text-purple-950\/5 {
  color: rgb(53 30 77 / 0.05);
}

.text-purple-950\/50 {
  color: rgb(53 30 77 / 0.5);
}

.text-purple-950\/60 {
  color: rgb(53 30 77 / 0.6);
}

.text-purple-950\/70 {
  color: rgb(53 30 77 / 0.7);
}

.text-purple-950\/75 {
  color: rgb(53 30 77 / 0.75);
}

.text-purple-950\/80 {
  color: rgb(53 30 77 / 0.8);
}

.text-purple-950\/90 {
  color: rgb(53 30 77 / 0.9);
}

.text-purple-950\/95 {
  color: rgb(53 30 77 / 0.95);
}

.text-purple\/0 {
  color: rgb(108 72 145 / 0);
}

.text-purple\/10 {
  color: rgb(108 72 145 / 0.1);
}

.text-purple\/100 {
  color: rgb(108 72 145 / 1);
}

.text-purple\/20 {
  color: rgb(108 72 145 / 0.2);
}

.text-purple\/25 {
  color: rgb(108 72 145 / 0.25);
}

.text-purple\/30 {
  color: rgb(108 72 145 / 0.3);
}

.text-purple\/40 {
  color: rgb(108 72 145 / 0.4);
}

.text-purple\/5 {
  color: rgb(108 72 145 / 0.05);
}

.text-purple\/50 {
  color: rgb(108 72 145 / 0.5);
}

.text-purple\/60 {
  color: rgb(108 72 145 / 0.6);
}

.text-purple\/70 {
  color: rgb(108 72 145 / 0.7);
}

.text-purple\/75 {
  color: rgb(108 72 145 / 0.75);
}

.text-purple\/80 {
  color: rgb(108 72 145 / 0.8);
}

.text-purple\/90 {
  color: rgb(108 72 145 / 0.9);
}

.text-purple\/95 {
  color: rgb(108 72 145 / 0.95);
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(225 51 22 / var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(246 176 164 / var(--tw-text-opacity));
}

.text-red-100\/0 {
  color: rgb(246 176 164 / 0);
}

.text-red-100\/10 {
  color: rgb(246 176 164 / 0.1);
}

.text-red-100\/100 {
  color: rgb(246 176 164 / 1);
}

.text-red-100\/20 {
  color: rgb(246 176 164 / 0.2);
}

.text-red-100\/25 {
  color: rgb(246 176 164 / 0.25);
}

.text-red-100\/30 {
  color: rgb(246 176 164 / 0.3);
}

.text-red-100\/40 {
  color: rgb(246 176 164 / 0.4);
}

.text-red-100\/5 {
  color: rgb(246 176 164 / 0.05);
}

.text-red-100\/50 {
  color: rgb(246 176 164 / 0.5);
}

.text-red-100\/60 {
  color: rgb(246 176 164 / 0.6);
}

.text-red-100\/70 {
  color: rgb(246 176 164 / 0.7);
}

.text-red-100\/75 {
  color: rgb(246 176 164 / 0.75);
}

.text-red-100\/80 {
  color: rgb(246 176 164 / 0.8);
}

.text-red-100\/90 {
  color: rgb(246 176 164 / 0.9);
}

.text-red-100\/95 {
  color: rgb(246 176 164 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(242 143 127 / var(--tw-text-opacity));
}

.text-red-200\/0 {
  color: rgb(242 143 127 / 0);
}

.text-red-200\/10 {
  color: rgb(242 143 127 / 0.1);
}

.text-red-200\/100 {
  color: rgb(242 143 127 / 1);
}

.text-red-200\/20 {
  color: rgb(242 143 127 / 0.2);
}

.text-red-200\/25 {
  color: rgb(242 143 127 / 0.25);
}

.text-red-200\/30 {
  color: rgb(242 143 127 / 0.3);
}

.text-red-200\/40 {
  color: rgb(242 143 127 / 0.4);
}

.text-red-200\/5 {
  color: rgb(242 143 127 / 0.05);
}

.text-red-200\/50 {
  color: rgb(242 143 127 / 0.5);
}

.text-red-200\/60 {
  color: rgb(242 143 127 / 0.6);
}

.text-red-200\/70 {
  color: rgb(242 143 127 / 0.7);
}

.text-red-200\/75 {
  color: rgb(242 143 127 / 0.75);
}

.text-red-200\/80 {
  color: rgb(242 143 127 / 0.8);
}

.text-red-200\/90 {
  color: rgb(242 143 127 / 0.9);
}

.text-red-200\/95 {
  color: rgb(242 143 127 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(239 111 90 / var(--tw-text-opacity));
}

.text-red-300\/0 {
  color: rgb(239 111 90 / 0);
}

.text-red-300\/10 {
  color: rgb(239 111 90 / 0.1);
}

.text-red-300\/100 {
  color: rgb(239 111 90 / 1);
}

.text-red-300\/20 {
  color: rgb(239 111 90 / 0.2);
}

.text-red-300\/25 {
  color: rgb(239 111 90 / 0.25);
}

.text-red-300\/30 {
  color: rgb(239 111 90 / 0.3);
}

.text-red-300\/40 {
  color: rgb(239 111 90 / 0.4);
}

.text-red-300\/5 {
  color: rgb(239 111 90 / 0.05);
}

.text-red-300\/50 {
  color: rgb(239 111 90 / 0.5);
}

.text-red-300\/60 {
  color: rgb(239 111 90 / 0.6);
}

.text-red-300\/70 {
  color: rgb(239 111 90 / 0.7);
}

.text-red-300\/75 {
  color: rgb(239 111 90 / 0.75);
}

.text-red-300\/80 {
  color: rgb(239 111 90 / 0.8);
}

.text-red-300\/90 {
  color: rgb(239 111 90 / 0.9);
}

.text-red-300\/95 {
  color: rgb(239 111 90 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(235 79 53 / var(--tw-text-opacity));
}

.text-red-400\/0 {
  color: rgb(235 79 53 / 0);
}

.text-red-400\/10 {
  color: rgb(235 79 53 / 0.1);
}

.text-red-400\/100 {
  color: rgb(235 79 53 / 1);
}

.text-red-400\/20 {
  color: rgb(235 79 53 / 0.2);
}

.text-red-400\/25 {
  color: rgb(235 79 53 / 0.25);
}

.text-red-400\/30 {
  color: rgb(235 79 53 / 0.3);
}

.text-red-400\/40 {
  color: rgb(235 79 53 / 0.4);
}

.text-red-400\/5 {
  color: rgb(235 79 53 / 0.05);
}

.text-red-400\/50 {
  color: rgb(235 79 53 / 0.5);
}

.text-red-400\/60 {
  color: rgb(235 79 53 / 0.6);
}

.text-red-400\/70 {
  color: rgb(235 79 53 / 0.7);
}

.text-red-400\/75 {
  color: rgb(235 79 53 / 0.75);
}

.text-red-400\/80 {
  color: rgb(235 79 53 / 0.8);
}

.text-red-400\/90 {
  color: rgb(235 79 53 / 0.9);
}

.text-red-400\/95 {
  color: rgb(235 79 53 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(248 192 183 / var(--tw-text-opacity));
}

.text-red-50\/0 {
  color: rgb(248 192 183 / 0);
}

.text-red-50\/10 {
  color: rgb(248 192 183 / 0.1);
}

.text-red-50\/100 {
  color: rgb(248 192 183 / 1);
}

.text-red-50\/20 {
  color: rgb(248 192 183 / 0.2);
}

.text-red-50\/25 {
  color: rgb(248 192 183 / 0.25);
}

.text-red-50\/30 {
  color: rgb(248 192 183 / 0.3);
}

.text-red-50\/40 {
  color: rgb(248 192 183 / 0.4);
}

.text-red-50\/5 {
  color: rgb(248 192 183 / 0.05);
}

.text-red-50\/50 {
  color: rgb(248 192 183 / 0.5);
}

.text-red-50\/60 {
  color: rgb(248 192 183 / 0.6);
}

.text-red-50\/70 {
  color: rgb(248 192 183 / 0.7);
}

.text-red-50\/75 {
  color: rgb(248 192 183 / 0.75);
}

.text-red-50\/80 {
  color: rgb(248 192 183 / 0.8);
}

.text-red-50\/90 {
  color: rgb(248 192 183 / 0.9);
}

.text-red-50\/95 {
  color: rgb(248 192 183 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(225 51 22 / var(--tw-text-opacity));
}

.text-red-500\/0 {
  color: rgb(225 51 22 / 0);
}

.text-red-500\/10 {
  color: rgb(225 51 22 / 0.1);
}

.text-red-500\/100 {
  color: rgb(225 51 22 / 1);
}

.text-red-500\/20 {
  color: rgb(225 51 22 / 0.2);
}

.text-red-500\/25 {
  color: rgb(225 51 22 / 0.25);
}

.text-red-500\/30 {
  color: rgb(225 51 22 / 0.3);
}

.text-red-500\/40 {
  color: rgb(225 51 22 / 0.4);
}

.text-red-500\/5 {
  color: rgb(225 51 22 / 0.05);
}

.text-red-500\/50 {
  color: rgb(225 51 22 / 0.5);
}

.text-red-500\/60 {
  color: rgb(225 51 22 / 0.6);
}

.text-red-500\/70 {
  color: rgb(225 51 22 / 0.7);
}

.text-red-500\/75 {
  color: rgb(225 51 22 / 0.75);
}

.text-red-500\/80 {
  color: rgb(225 51 22 / 0.8);
}

.text-red-500\/90 {
  color: rgb(225 51 22 / 0.9);
}

.text-red-500\/95 {
  color: rgb(225 51 22 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(174 39 17 / var(--tw-text-opacity));
}

.text-red-600\/0 {
  color: rgb(174 39 17 / 0);
}

.text-red-600\/10 {
  color: rgb(174 39 17 / 0.1);
}

.text-red-600\/100 {
  color: rgb(174 39 17 / 1);
}

.text-red-600\/20 {
  color: rgb(174 39 17 / 0.2);
}

.text-red-600\/25 {
  color: rgb(174 39 17 / 0.25);
}

.text-red-600\/30 {
  color: rgb(174 39 17 / 0.3);
}

.text-red-600\/40 {
  color: rgb(174 39 17 / 0.4);
}

.text-red-600\/5 {
  color: rgb(174 39 17 / 0.05);
}

.text-red-600\/50 {
  color: rgb(174 39 17 / 0.5);
}

.text-red-600\/60 {
  color: rgb(174 39 17 / 0.6);
}

.text-red-600\/70 {
  color: rgb(174 39 17 / 0.7);
}

.text-red-600\/75 {
  color: rgb(174 39 17 / 0.75);
}

.text-red-600\/80 {
  color: rgb(174 39 17 / 0.8);
}

.text-red-600\/90 {
  color: rgb(174 39 17 / 0.9);
}

.text-red-600\/95 {
  color: rgb(174 39 17 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(123 28 12 / var(--tw-text-opacity));
}

.text-red-700\/0 {
  color: rgb(123 28 12 / 0);
}

.text-red-700\/10 {
  color: rgb(123 28 12 / 0.1);
}

.text-red-700\/100 {
  color: rgb(123 28 12 / 1);
}

.text-red-700\/20 {
  color: rgb(123 28 12 / 0.2);
}

.text-red-700\/25 {
  color: rgb(123 28 12 / 0.25);
}

.text-red-700\/30 {
  color: rgb(123 28 12 / 0.3);
}

.text-red-700\/40 {
  color: rgb(123 28 12 / 0.4);
}

.text-red-700\/5 {
  color: rgb(123 28 12 / 0.05);
}

.text-red-700\/50 {
  color: rgb(123 28 12 / 0.5);
}

.text-red-700\/60 {
  color: rgb(123 28 12 / 0.6);
}

.text-red-700\/70 {
  color: rgb(123 28 12 / 0.7);
}

.text-red-700\/75 {
  color: rgb(123 28 12 / 0.75);
}

.text-red-700\/80 {
  color: rgb(123 28 12 / 0.8);
}

.text-red-700\/90 {
  color: rgb(123 28 12 / 0.9);
}

.text-red-700\/95 {
  color: rgb(123 28 12 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(72 16 7 / var(--tw-text-opacity));
}

.text-red-800\/0 {
  color: rgb(72 16 7 / 0);
}

.text-red-800\/10 {
  color: rgb(72 16 7 / 0.1);
}

.text-red-800\/100 {
  color: rgb(72 16 7 / 1);
}

.text-red-800\/20 {
  color: rgb(72 16 7 / 0.2);
}

.text-red-800\/25 {
  color: rgb(72 16 7 / 0.25);
}

.text-red-800\/30 {
  color: rgb(72 16 7 / 0.3);
}

.text-red-800\/40 {
  color: rgb(72 16 7 / 0.4);
}

.text-red-800\/5 {
  color: rgb(72 16 7 / 0.05);
}

.text-red-800\/50 {
  color: rgb(72 16 7 / 0.5);
}

.text-red-800\/60 {
  color: rgb(72 16 7 / 0.6);
}

.text-red-800\/70 {
  color: rgb(72 16 7 / 0.7);
}

.text-red-800\/75 {
  color: rgb(72 16 7 / 0.75);
}

.text-red-800\/80 {
  color: rgb(72 16 7 / 0.8);
}

.text-red-800\/90 {
  color: rgb(72 16 7 / 0.9);
}

.text-red-800\/95 {
  color: rgb(72 16 7 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(21 5 2 / var(--tw-text-opacity));
}

.text-red-900\/0 {
  color: rgb(21 5 2 / 0);
}

.text-red-900\/10 {
  color: rgb(21 5 2 / 0.1);
}

.text-red-900\/100 {
  color: rgb(21 5 2 / 1);
}

.text-red-900\/20 {
  color: rgb(21 5 2 / 0.2);
}

.text-red-900\/25 {
  color: rgb(21 5 2 / 0.25);
}

.text-red-900\/30 {
  color: rgb(21 5 2 / 0.3);
}

.text-red-900\/40 {
  color: rgb(21 5 2 / 0.4);
}

.text-red-900\/5 {
  color: rgb(21 5 2 / 0.05);
}

.text-red-900\/50 {
  color: rgb(21 5 2 / 0.5);
}

.text-red-900\/60 {
  color: rgb(21 5 2 / 0.6);
}

.text-red-900\/70 {
  color: rgb(21 5 2 / 0.7);
}

.text-red-900\/75 {
  color: rgb(21 5 2 / 0.75);
}

.text-red-900\/80 {
  color: rgb(21 5 2 / 0.8);
}

.text-red-900\/90 {
  color: rgb(21 5 2 / 0.9);
}

.text-red-900\/95 {
  color: rgb(21 5 2 / 0.95);
}

.text-red-violet {
  --tw-text-opacity: 1;
  color: rgb(192 30 144 / var(--tw-text-opacity));
}

.text-red-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(236 188 222 / var(--tw-text-opacity));
}

.text-red-violet-100\/0 {
  color: rgb(236 188 222 / 0);
}

.text-red-violet-100\/10 {
  color: rgb(236 188 222 / 0.1);
}

.text-red-violet-100\/100 {
  color: rgb(236 188 222 / 1);
}

.text-red-violet-100\/20 {
  color: rgb(236 188 222 / 0.2);
}

.text-red-violet-100\/25 {
  color: rgb(236 188 222 / 0.25);
}

.text-red-violet-100\/30 {
  color: rgb(236 188 222 / 0.3);
}

.text-red-violet-100\/40 {
  color: rgb(236 188 222 / 0.4);
}

.text-red-violet-100\/5 {
  color: rgb(236 188 222 / 0.05);
}

.text-red-violet-100\/50 {
  color: rgb(236 188 222 / 0.5);
}

.text-red-violet-100\/60 {
  color: rgb(236 188 222 / 0.6);
}

.text-red-violet-100\/70 {
  color: rgb(236 188 222 / 0.7);
}

.text-red-violet-100\/75 {
  color: rgb(236 188 222 / 0.75);
}

.text-red-violet-100\/80 {
  color: rgb(236 188 222 / 0.8);
}

.text-red-violet-100\/90 {
  color: rgb(236 188 222 / 0.9);
}

.text-red-violet-100\/95 {
  color: rgb(236 188 222 / 0.95);
}

.text-red-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(220 131 194 / var(--tw-text-opacity));
}

.text-red-violet-200\/0 {
  color: rgb(220 131 194 / 0);
}

.text-red-violet-200\/10 {
  color: rgb(220 131 194 / 0.1);
}

.text-red-violet-200\/100 {
  color: rgb(220 131 194 / 1);
}

.text-red-violet-200\/20 {
  color: rgb(220 131 194 / 0.2);
}

.text-red-violet-200\/25 {
  color: rgb(220 131 194 / 0.25);
}

.text-red-violet-200\/30 {
  color: rgb(220 131 194 / 0.3);
}

.text-red-violet-200\/40 {
  color: rgb(220 131 194 / 0.4);
}

.text-red-violet-200\/5 {
  color: rgb(220 131 194 / 0.05);
}

.text-red-violet-200\/50 {
  color: rgb(220 131 194 / 0.5);
}

.text-red-violet-200\/60 {
  color: rgb(220 131 194 / 0.6);
}

.text-red-violet-200\/70 {
  color: rgb(220 131 194 / 0.7);
}

.text-red-violet-200\/75 {
  color: rgb(220 131 194 / 0.75);
}

.text-red-violet-200\/80 {
  color: rgb(220 131 194 / 0.8);
}

.text-red-violet-200\/90 {
  color: rgb(220 131 194 / 0.9);
}

.text-red-violet-200\/95 {
  color: rgb(220 131 194 / 0.95);
}

.text-red-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(205 75 166 / var(--tw-text-opacity));
}

.text-red-violet-300\/0 {
  color: rgb(205 75 166 / 0);
}

.text-red-violet-300\/10 {
  color: rgb(205 75 166 / 0.1);
}

.text-red-violet-300\/100 {
  color: rgb(205 75 166 / 1);
}

.text-red-violet-300\/20 {
  color: rgb(205 75 166 / 0.2);
}

.text-red-violet-300\/25 {
  color: rgb(205 75 166 / 0.25);
}

.text-red-violet-300\/30 {
  color: rgb(205 75 166 / 0.3);
}

.text-red-violet-300\/40 {
  color: rgb(205 75 166 / 0.4);
}

.text-red-violet-300\/5 {
  color: rgb(205 75 166 / 0.05);
}

.text-red-violet-300\/50 {
  color: rgb(205 75 166 / 0.5);
}

.text-red-violet-300\/60 {
  color: rgb(205 75 166 / 0.6);
}

.text-red-violet-300\/70 {
  color: rgb(205 75 166 / 0.7);
}

.text-red-violet-300\/75 {
  color: rgb(205 75 166 / 0.75);
}

.text-red-violet-300\/80 {
  color: rgb(205 75 166 / 0.8);
}

.text-red-violet-300\/90 {
  color: rgb(205 75 166 / 0.9);
}

.text-red-violet-300\/95 {
  color: rgb(205 75 166 / 0.95);
}

.text-red-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(182 29 137 / var(--tw-text-opacity));
}

.text-red-violet-400\/0 {
  color: rgb(182 29 137 / 0);
}

.text-red-violet-400\/10 {
  color: rgb(182 29 137 / 0.1);
}

.text-red-violet-400\/100 {
  color: rgb(182 29 137 / 1);
}

.text-red-violet-400\/20 {
  color: rgb(182 29 137 / 0.2);
}

.text-red-violet-400\/25 {
  color: rgb(182 29 137 / 0.25);
}

.text-red-violet-400\/30 {
  color: rgb(182 29 137 / 0.3);
}

.text-red-violet-400\/40 {
  color: rgb(182 29 137 / 0.4);
}

.text-red-violet-400\/5 {
  color: rgb(182 29 137 / 0.05);
}

.text-red-violet-400\/50 {
  color: rgb(182 29 137 / 0.5);
}

.text-red-violet-400\/60 {
  color: rgb(182 29 137 / 0.6);
}

.text-red-violet-400\/70 {
  color: rgb(182 29 137 / 0.7);
}

.text-red-violet-400\/75 {
  color: rgb(182 29 137 / 0.75);
}

.text-red-violet-400\/80 {
  color: rgb(182 29 137 / 0.8);
}

.text-red-violet-400\/90 {
  color: rgb(182 29 137 / 0.9);
}

.text-red-violet-400\/95 {
  color: rgb(182 29 137 / 0.95);
}

.text-red-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(252 244 249 / var(--tw-text-opacity));
}

.text-red-violet-50\/0 {
  color: rgb(252 244 249 / 0);
}

.text-red-violet-50\/10 {
  color: rgb(252 244 249 / 0.1);
}

.text-red-violet-50\/100 {
  color: rgb(252 244 249 / 1);
}

.text-red-violet-50\/20 {
  color: rgb(252 244 249 / 0.2);
}

.text-red-violet-50\/25 {
  color: rgb(252 244 249 / 0.25);
}

.text-red-violet-50\/30 {
  color: rgb(252 244 249 / 0.3);
}

.text-red-violet-50\/40 {
  color: rgb(252 244 249 / 0.4);
}

.text-red-violet-50\/5 {
  color: rgb(252 244 249 / 0.05);
}

.text-red-violet-50\/50 {
  color: rgb(252 244 249 / 0.5);
}

.text-red-violet-50\/60 {
  color: rgb(252 244 249 / 0.6);
}

.text-red-violet-50\/70 {
  color: rgb(252 244 249 / 0.7);
}

.text-red-violet-50\/75 {
  color: rgb(252 244 249 / 0.75);
}

.text-red-violet-50\/80 {
  color: rgb(252 244 249 / 0.8);
}

.text-red-violet-50\/90 {
  color: rgb(252 244 249 / 0.9);
}

.text-red-violet-50\/95 {
  color: rgb(252 244 249 / 0.95);
}

.text-red-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(159 25 120 / var(--tw-text-opacity));
}

.text-red-violet-500\/0 {
  color: rgb(159 25 120 / 0);
}

.text-red-violet-500\/10 {
  color: rgb(159 25 120 / 0.1);
}

.text-red-violet-500\/100 {
  color: rgb(159 25 120 / 1);
}

.text-red-violet-500\/20 {
  color: rgb(159 25 120 / 0.2);
}

.text-red-violet-500\/25 {
  color: rgb(159 25 120 / 0.25);
}

.text-red-violet-500\/30 {
  color: rgb(159 25 120 / 0.3);
}

.text-red-violet-500\/40 {
  color: rgb(159 25 120 / 0.4);
}

.text-red-violet-500\/5 {
  color: rgb(159 25 120 / 0.05);
}

.text-red-violet-500\/50 {
  color: rgb(159 25 120 / 0.5);
}

.text-red-violet-500\/60 {
  color: rgb(159 25 120 / 0.6);
}

.text-red-violet-500\/70 {
  color: rgb(159 25 120 / 0.7);
}

.text-red-violet-500\/75 {
  color: rgb(159 25 120 / 0.75);
}

.text-red-violet-500\/80 {
  color: rgb(159 25 120 / 0.8);
}

.text-red-violet-500\/90 {
  color: rgb(159 25 120 / 0.9);
}

.text-red-violet-500\/95 {
  color: rgb(159 25 120 / 0.95);
}

.text-red-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(136 21 102 / var(--tw-text-opacity));
}

.text-red-violet-600\/0 {
  color: rgb(136 21 102 / 0);
}

.text-red-violet-600\/10 {
  color: rgb(136 21 102 / 0.1);
}

.text-red-violet-600\/100 {
  color: rgb(136 21 102 / 1);
}

.text-red-violet-600\/20 {
  color: rgb(136 21 102 / 0.2);
}

.text-red-violet-600\/25 {
  color: rgb(136 21 102 / 0.25);
}

.text-red-violet-600\/30 {
  color: rgb(136 21 102 / 0.3);
}

.text-red-violet-600\/40 {
  color: rgb(136 21 102 / 0.4);
}

.text-red-violet-600\/5 {
  color: rgb(136 21 102 / 0.05);
}

.text-red-violet-600\/50 {
  color: rgb(136 21 102 / 0.5);
}

.text-red-violet-600\/60 {
  color: rgb(136 21 102 / 0.6);
}

.text-red-violet-600\/70 {
  color: rgb(136 21 102 / 0.7);
}

.text-red-violet-600\/75 {
  color: rgb(136 21 102 / 0.75);
}

.text-red-violet-600\/80 {
  color: rgb(136 21 102 / 0.8);
}

.text-red-violet-600\/90 {
  color: rgb(136 21 102 / 0.9);
}

.text-red-violet-600\/95 {
  color: rgb(136 21 102 / 0.95);
}

.text-red-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(113 18 85 / var(--tw-text-opacity));
}

.text-red-violet-700\/0 {
  color: rgb(113 18 85 / 0);
}

.text-red-violet-700\/10 {
  color: rgb(113 18 85 / 0.1);
}

.text-red-violet-700\/100 {
  color: rgb(113 18 85 / 1);
}

.text-red-violet-700\/20 {
  color: rgb(113 18 85 / 0.2);
}

.text-red-violet-700\/25 {
  color: rgb(113 18 85 / 0.25);
}

.text-red-violet-700\/30 {
  color: rgb(113 18 85 / 0.3);
}

.text-red-violet-700\/40 {
  color: rgb(113 18 85 / 0.4);
}

.text-red-violet-700\/5 {
  color: rgb(113 18 85 / 0.05);
}

.text-red-violet-700\/50 {
  color: rgb(113 18 85 / 0.5);
}

.text-red-violet-700\/60 {
  color: rgb(113 18 85 / 0.6);
}

.text-red-violet-700\/70 {
  color: rgb(113 18 85 / 0.7);
}

.text-red-violet-700\/75 {
  color: rgb(113 18 85 / 0.75);
}

.text-red-violet-700\/80 {
  color: rgb(113 18 85 / 0.8);
}

.text-red-violet-700\/90 {
  color: rgb(113 18 85 / 0.9);
}

.text-red-violet-700\/95 {
  color: rgb(113 18 85 / 0.95);
}

.text-red-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(90 14 68 / var(--tw-text-opacity));
}

.text-red-violet-800\/0 {
  color: rgb(90 14 68 / 0);
}

.text-red-violet-800\/10 {
  color: rgb(90 14 68 / 0.1);
}

.text-red-violet-800\/100 {
  color: rgb(90 14 68 / 1);
}

.text-red-violet-800\/20 {
  color: rgb(90 14 68 / 0.2);
}

.text-red-violet-800\/25 {
  color: rgb(90 14 68 / 0.25);
}

.text-red-violet-800\/30 {
  color: rgb(90 14 68 / 0.3);
}

.text-red-violet-800\/40 {
  color: rgb(90 14 68 / 0.4);
}

.text-red-violet-800\/5 {
  color: rgb(90 14 68 / 0.05);
}

.text-red-violet-800\/50 {
  color: rgb(90 14 68 / 0.5);
}

.text-red-violet-800\/60 {
  color: rgb(90 14 68 / 0.6);
}

.text-red-violet-800\/70 {
  color: rgb(90 14 68 / 0.7);
}

.text-red-violet-800\/75 {
  color: rgb(90 14 68 / 0.75);
}

.text-red-violet-800\/80 {
  color: rgb(90 14 68 / 0.8);
}

.text-red-violet-800\/90 {
  color: rgb(90 14 68 / 0.9);
}

.text-red-violet-800\/95 {
  color: rgb(90 14 68 / 0.95);
}

.text-red-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(67 11 50 / var(--tw-text-opacity));
}

.text-red-violet-900\/0 {
  color: rgb(67 11 50 / 0);
}

.text-red-violet-900\/10 {
  color: rgb(67 11 50 / 0.1);
}

.text-red-violet-900\/100 {
  color: rgb(67 11 50 / 1);
}

.text-red-violet-900\/20 {
  color: rgb(67 11 50 / 0.2);
}

.text-red-violet-900\/25 {
  color: rgb(67 11 50 / 0.25);
}

.text-red-violet-900\/30 {
  color: rgb(67 11 50 / 0.3);
}

.text-red-violet-900\/40 {
  color: rgb(67 11 50 / 0.4);
}

.text-red-violet-900\/5 {
  color: rgb(67 11 50 / 0.05);
}

.text-red-violet-900\/50 {
  color: rgb(67 11 50 / 0.5);
}

.text-red-violet-900\/60 {
  color: rgb(67 11 50 / 0.6);
}

.text-red-violet-900\/70 {
  color: rgb(67 11 50 / 0.7);
}

.text-red-violet-900\/75 {
  color: rgb(67 11 50 / 0.75);
}

.text-red-violet-900\/80 {
  color: rgb(67 11 50 / 0.8);
}

.text-red-violet-900\/90 {
  color: rgb(67 11 50 / 0.9);
}

.text-red-violet-900\/95 {
  color: rgb(67 11 50 / 0.95);
}

.text-red-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(44 7 33 / var(--tw-text-opacity));
}

.text-red-violet-950\/0 {
  color: rgb(44 7 33 / 0);
}

.text-red-violet-950\/10 {
  color: rgb(44 7 33 / 0.1);
}

.text-red-violet-950\/100 {
  color: rgb(44 7 33 / 1);
}

.text-red-violet-950\/20 {
  color: rgb(44 7 33 / 0.2);
}

.text-red-violet-950\/25 {
  color: rgb(44 7 33 / 0.25);
}

.text-red-violet-950\/30 {
  color: rgb(44 7 33 / 0.3);
}

.text-red-violet-950\/40 {
  color: rgb(44 7 33 / 0.4);
}

.text-red-violet-950\/5 {
  color: rgb(44 7 33 / 0.05);
}

.text-red-violet-950\/50 {
  color: rgb(44 7 33 / 0.5);
}

.text-red-violet-950\/60 {
  color: rgb(44 7 33 / 0.6);
}

.text-red-violet-950\/70 {
  color: rgb(44 7 33 / 0.7);
}

.text-red-violet-950\/75 {
  color: rgb(44 7 33 / 0.75);
}

.text-red-violet-950\/80 {
  color: rgb(44 7 33 / 0.8);
}

.text-red-violet-950\/90 {
  color: rgb(44 7 33 / 0.9);
}

.text-red-violet-950\/95 {
  color: rgb(44 7 33 / 0.95);
}

.text-red-violet\/0 {
  color: rgb(192 30 144 / 0);
}

.text-red-violet\/10 {
  color: rgb(192 30 144 / 0.1);
}

.text-red-violet\/100 {
  color: rgb(192 30 144 / 1);
}

.text-red-violet\/20 {
  color: rgb(192 30 144 / 0.2);
}

.text-red-violet\/25 {
  color: rgb(192 30 144 / 0.25);
}

.text-red-violet\/30 {
  color: rgb(192 30 144 / 0.3);
}

.text-red-violet\/40 {
  color: rgb(192 30 144 / 0.4);
}

.text-red-violet\/5 {
  color: rgb(192 30 144 / 0.05);
}

.text-red-violet\/50 {
  color: rgb(192 30 144 / 0.5);
}

.text-red-violet\/60 {
  color: rgb(192 30 144 / 0.6);
}

.text-red-violet\/70 {
  color: rgb(192 30 144 / 0.7);
}

.text-red-violet\/75 {
  color: rgb(192 30 144 / 0.75);
}

.text-red-violet\/80 {
  color: rgb(192 30 144 / 0.8);
}

.text-red-violet\/90 {
  color: rgb(192 30 144 / 0.9);
}

.text-red-violet\/95 {
  color: rgb(192 30 144 / 0.95);
}

.text-red\/0 {
  color: rgb(225 51 22 / 0);
}

.text-red\/10 {
  color: rgb(225 51 22 / 0.1);
}

.text-red\/100 {
  color: rgb(225 51 22 / 1);
}

.text-red\/20 {
  color: rgb(225 51 22 / 0.2);
}

.text-red\/25 {
  color: rgb(225 51 22 / 0.25);
}

.text-red\/30 {
  color: rgb(225 51 22 / 0.3);
}

.text-red\/40 {
  color: rgb(225 51 22 / 0.4);
}

.text-red\/5 {
  color: rgb(225 51 22 / 0.05);
}

.text-red\/50 {
  color: rgb(225 51 22 / 0.5);
}

.text-red\/60 {
  color: rgb(225 51 22 / 0.6);
}

.text-red\/70 {
  color: rgb(225 51 22 / 0.7);
}

.text-red\/75 {
  color: rgb(225 51 22 / 0.75);
}

.text-red\/80 {
  color: rgb(225 51 22 / 0.8);
}

.text-red\/90 {
  color: rgb(225 51 22 / 0.9);
}

.text-red\/95 {
  color: rgb(225 51 22 / 0.95);
}

.text-shamrock {
  --tw-text-opacity: 1;
  color: rgb(45 191 177 / var(--tw-text-opacity));
}

.text-shamrock-100 {
  --tw-text-opacity: 1;
  color: rgb(192 236 232 / var(--tw-text-opacity));
}

.text-shamrock-100\/0 {
  color: rgb(192 236 232 / 0);
}

.text-shamrock-100\/10 {
  color: rgb(192 236 232 / 0.1);
}

.text-shamrock-100\/100 {
  color: rgb(192 236 232 / 1);
}

.text-shamrock-100\/20 {
  color: rgb(192 236 232 / 0.2);
}

.text-shamrock-100\/25 {
  color: rgb(192 236 232 / 0.25);
}

.text-shamrock-100\/30 {
  color: rgb(192 236 232 / 0.3);
}

.text-shamrock-100\/40 {
  color: rgb(192 236 232 / 0.4);
}

.text-shamrock-100\/5 {
  color: rgb(192 236 232 / 0.05);
}

.text-shamrock-100\/50 {
  color: rgb(192 236 232 / 0.5);
}

.text-shamrock-100\/60 {
  color: rgb(192 236 232 / 0.6);
}

.text-shamrock-100\/70 {
  color: rgb(192 236 232 / 0.7);
}

.text-shamrock-100\/75 {
  color: rgb(192 236 232 / 0.75);
}

.text-shamrock-100\/80 {
  color: rgb(192 236 232 / 0.8);
}

.text-shamrock-100\/90 {
  color: rgb(192 236 232 / 0.9);
}

.text-shamrock-100\/95 {
  color: rgb(192 236 232 / 0.95);
}

.text-shamrock-200 {
  --tw-text-opacity: 1;
  color: rgb(140 220 212 / var(--tw-text-opacity));
}

.text-shamrock-200\/0 {
  color: rgb(140 220 212 / 0);
}

.text-shamrock-200\/10 {
  color: rgb(140 220 212 / 0.1);
}

.text-shamrock-200\/100 {
  color: rgb(140 220 212 / 1);
}

.text-shamrock-200\/20 {
  color: rgb(140 220 212 / 0.2);
}

.text-shamrock-200\/25 {
  color: rgb(140 220 212 / 0.25);
}

.text-shamrock-200\/30 {
  color: rgb(140 220 212 / 0.3);
}

.text-shamrock-200\/40 {
  color: rgb(140 220 212 / 0.4);
}

.text-shamrock-200\/5 {
  color: rgb(140 220 212 / 0.05);
}

.text-shamrock-200\/50 {
  color: rgb(140 220 212 / 0.5);
}

.text-shamrock-200\/60 {
  color: rgb(140 220 212 / 0.6);
}

.text-shamrock-200\/70 {
  color: rgb(140 220 212 / 0.7);
}

.text-shamrock-200\/75 {
  color: rgb(140 220 212 / 0.75);
}

.text-shamrock-200\/80 {
  color: rgb(140 220 212 / 0.8);
}

.text-shamrock-200\/90 {
  color: rgb(140 220 212 / 0.9);
}

.text-shamrock-200\/95 {
  color: rgb(140 220 212 / 0.95);
}

.text-shamrock-300 {
  --tw-text-opacity: 1;
  color: rgb(87 204 193 / var(--tw-text-opacity));
}

.text-shamrock-300\/0 {
  color: rgb(87 204 193 / 0);
}

.text-shamrock-300\/10 {
  color: rgb(87 204 193 / 0.1);
}

.text-shamrock-300\/100 {
  color: rgb(87 204 193 / 1);
}

.text-shamrock-300\/20 {
  color: rgb(87 204 193 / 0.2);
}

.text-shamrock-300\/25 {
  color: rgb(87 204 193 / 0.25);
}

.text-shamrock-300\/30 {
  color: rgb(87 204 193 / 0.3);
}

.text-shamrock-300\/40 {
  color: rgb(87 204 193 / 0.4);
}

.text-shamrock-300\/5 {
  color: rgb(87 204 193 / 0.05);
}

.text-shamrock-300\/50 {
  color: rgb(87 204 193 / 0.5);
}

.text-shamrock-300\/60 {
  color: rgb(87 204 193 / 0.6);
}

.text-shamrock-300\/70 {
  color: rgb(87 204 193 / 0.7);
}

.text-shamrock-300\/75 {
  color: rgb(87 204 193 / 0.75);
}

.text-shamrock-300\/80 {
  color: rgb(87 204 193 / 0.8);
}

.text-shamrock-300\/90 {
  color: rgb(87 204 193 / 0.9);
}

.text-shamrock-300\/95 {
  color: rgb(87 204 193 / 0.95);
}

.text-shamrock-400 {
  --tw-text-opacity: 1;
  color: rgb(43 181 168 / var(--tw-text-opacity));
}

.text-shamrock-400\/0 {
  color: rgb(43 181 168 / 0);
}

.text-shamrock-400\/10 {
  color: rgb(43 181 168 / 0.1);
}

.text-shamrock-400\/100 {
  color: rgb(43 181 168 / 1);
}

.text-shamrock-400\/20 {
  color: rgb(43 181 168 / 0.2);
}

.text-shamrock-400\/25 {
  color: rgb(43 181 168 / 0.25);
}

.text-shamrock-400\/30 {
  color: rgb(43 181 168 / 0.3);
}

.text-shamrock-400\/40 {
  color: rgb(43 181 168 / 0.4);
}

.text-shamrock-400\/5 {
  color: rgb(43 181 168 / 0.05);
}

.text-shamrock-400\/50 {
  color: rgb(43 181 168 / 0.5);
}

.text-shamrock-400\/60 {
  color: rgb(43 181 168 / 0.6);
}

.text-shamrock-400\/70 {
  color: rgb(43 181 168 / 0.7);
}

.text-shamrock-400\/75 {
  color: rgb(43 181 168 / 0.75);
}

.text-shamrock-400\/80 {
  color: rgb(43 181 168 / 0.8);
}

.text-shamrock-400\/90 {
  color: rgb(43 181 168 / 0.9);
}

.text-shamrock-400\/95 {
  color: rgb(43 181 168 / 0.95);
}

.text-shamrock-50 {
  --tw-text-opacity: 1;
  color: rgb(245 252 251 / var(--tw-text-opacity));
}

.text-shamrock-50\/0 {
  color: rgb(245 252 251 / 0);
}

.text-shamrock-50\/10 {
  color: rgb(245 252 251 / 0.1);
}

.text-shamrock-50\/100 {
  color: rgb(245 252 251 / 1);
}

.text-shamrock-50\/20 {
  color: rgb(245 252 251 / 0.2);
}

.text-shamrock-50\/25 {
  color: rgb(245 252 251 / 0.25);
}

.text-shamrock-50\/30 {
  color: rgb(245 252 251 / 0.3);
}

.text-shamrock-50\/40 {
  color: rgb(245 252 251 / 0.4);
}

.text-shamrock-50\/5 {
  color: rgb(245 252 251 / 0.05);
}

.text-shamrock-50\/50 {
  color: rgb(245 252 251 / 0.5);
}

.text-shamrock-50\/60 {
  color: rgb(245 252 251 / 0.6);
}

.text-shamrock-50\/70 {
  color: rgb(245 252 251 / 0.7);
}

.text-shamrock-50\/75 {
  color: rgb(245 252 251 / 0.75);
}

.text-shamrock-50\/80 {
  color: rgb(245 252 251 / 0.8);
}

.text-shamrock-50\/90 {
  color: rgb(245 252 251 / 0.9);
}

.text-shamrock-50\/95 {
  color: rgb(245 252 251 / 0.95);
}

.text-shamrock-500 {
  --tw-text-opacity: 1;
  color: rgb(37 159 147 / var(--tw-text-opacity));
}

.text-shamrock-500\/0 {
  color: rgb(37 159 147 / 0);
}

.text-shamrock-500\/10 {
  color: rgb(37 159 147 / 0.1);
}

.text-shamrock-500\/100 {
  color: rgb(37 159 147 / 1);
}

.text-shamrock-500\/20 {
  color: rgb(37 159 147 / 0.2);
}

.text-shamrock-500\/25 {
  color: rgb(37 159 147 / 0.25);
}

.text-shamrock-500\/30 {
  color: rgb(37 159 147 / 0.3);
}

.text-shamrock-500\/40 {
  color: rgb(37 159 147 / 0.4);
}

.text-shamrock-500\/5 {
  color: rgb(37 159 147 / 0.05);
}

.text-shamrock-500\/50 {
  color: rgb(37 159 147 / 0.5);
}

.text-shamrock-500\/60 {
  color: rgb(37 159 147 / 0.6);
}

.text-shamrock-500\/70 {
  color: rgb(37 159 147 / 0.7);
}

.text-shamrock-500\/75 {
  color: rgb(37 159 147 / 0.75);
}

.text-shamrock-500\/80 {
  color: rgb(37 159 147 / 0.8);
}

.text-shamrock-500\/90 {
  color: rgb(37 159 147 / 0.9);
}

.text-shamrock-500\/95 {
  color: rgb(37 159 147 / 0.95);
}

.text-shamrock-600 {
  --tw-text-opacity: 1;
  color: rgb(32 136 126 / var(--tw-text-opacity));
}

.text-shamrock-600\/0 {
  color: rgb(32 136 126 / 0);
}

.text-shamrock-600\/10 {
  color: rgb(32 136 126 / 0.1);
}

.text-shamrock-600\/100 {
  color: rgb(32 136 126 / 1);
}

.text-shamrock-600\/20 {
  color: rgb(32 136 126 / 0.2);
}

.text-shamrock-600\/25 {
  color: rgb(32 136 126 / 0.25);
}

.text-shamrock-600\/30 {
  color: rgb(32 136 126 / 0.3);
}

.text-shamrock-600\/40 {
  color: rgb(32 136 126 / 0.4);
}

.text-shamrock-600\/5 {
  color: rgb(32 136 126 / 0.05);
}

.text-shamrock-600\/50 {
  color: rgb(32 136 126 / 0.5);
}

.text-shamrock-600\/60 {
  color: rgb(32 136 126 / 0.6);
}

.text-shamrock-600\/70 {
  color: rgb(32 136 126 / 0.7);
}

.text-shamrock-600\/75 {
  color: rgb(32 136 126 / 0.75);
}

.text-shamrock-600\/80 {
  color: rgb(32 136 126 / 0.8);
}

.text-shamrock-600\/90 {
  color: rgb(32 136 126 / 0.9);
}

.text-shamrock-600\/95 {
  color: rgb(32 136 126 / 0.95);
}

.text-shamrock-700 {
  --tw-text-opacity: 1;
  color: rgb(27 113 104 / var(--tw-text-opacity));
}

.text-shamrock-700\/0 {
  color: rgb(27 113 104 / 0);
}

.text-shamrock-700\/10 {
  color: rgb(27 113 104 / 0.1);
}

.text-shamrock-700\/100 {
  color: rgb(27 113 104 / 1);
}

.text-shamrock-700\/20 {
  color: rgb(27 113 104 / 0.2);
}

.text-shamrock-700\/25 {
  color: rgb(27 113 104 / 0.25);
}

.text-shamrock-700\/30 {
  color: rgb(27 113 104 / 0.3);
}

.text-shamrock-700\/40 {
  color: rgb(27 113 104 / 0.4);
}

.text-shamrock-700\/5 {
  color: rgb(27 113 104 / 0.05);
}

.text-shamrock-700\/50 {
  color: rgb(27 113 104 / 0.5);
}

.text-shamrock-700\/60 {
  color: rgb(27 113 104 / 0.6);
}

.text-shamrock-700\/70 {
  color: rgb(27 113 104 / 0.7);
}

.text-shamrock-700\/75 {
  color: rgb(27 113 104 / 0.75);
}

.text-shamrock-700\/80 {
  color: rgb(27 113 104 / 0.8);
}

.text-shamrock-700\/90 {
  color: rgb(27 113 104 / 0.9);
}

.text-shamrock-700\/95 {
  color: rgb(27 113 104 / 0.95);
}

.text-shamrock-800 {
  --tw-text-opacity: 1;
  color: rgb(21 90 83 / var(--tw-text-opacity));
}

.text-shamrock-800\/0 {
  color: rgb(21 90 83 / 0);
}

.text-shamrock-800\/10 {
  color: rgb(21 90 83 / 0.1);
}

.text-shamrock-800\/100 {
  color: rgb(21 90 83 / 1);
}

.text-shamrock-800\/20 {
  color: rgb(21 90 83 / 0.2);
}

.text-shamrock-800\/25 {
  color: rgb(21 90 83 / 0.25);
}

.text-shamrock-800\/30 {
  color: rgb(21 90 83 / 0.3);
}

.text-shamrock-800\/40 {
  color: rgb(21 90 83 / 0.4);
}

.text-shamrock-800\/5 {
  color: rgb(21 90 83 / 0.05);
}

.text-shamrock-800\/50 {
  color: rgb(21 90 83 / 0.5);
}

.text-shamrock-800\/60 {
  color: rgb(21 90 83 / 0.6);
}

.text-shamrock-800\/70 {
  color: rgb(21 90 83 / 0.7);
}

.text-shamrock-800\/75 {
  color: rgb(21 90 83 / 0.75);
}

.text-shamrock-800\/80 {
  color: rgb(21 90 83 / 0.8);
}

.text-shamrock-800\/90 {
  color: rgb(21 90 83 / 0.9);
}

.text-shamrock-800\/95 {
  color: rgb(21 90 83 / 0.95);
}

.text-shamrock-900 {
  --tw-text-opacity: 1;
  color: rgb(16 67 62 / var(--tw-text-opacity));
}

.text-shamrock-900\/0 {
  color: rgb(16 67 62 / 0);
}

.text-shamrock-900\/10 {
  color: rgb(16 67 62 / 0.1);
}

.text-shamrock-900\/100 {
  color: rgb(16 67 62 / 1);
}

.text-shamrock-900\/20 {
  color: rgb(16 67 62 / 0.2);
}

.text-shamrock-900\/25 {
  color: rgb(16 67 62 / 0.25);
}

.text-shamrock-900\/30 {
  color: rgb(16 67 62 / 0.3);
}

.text-shamrock-900\/40 {
  color: rgb(16 67 62 / 0.4);
}

.text-shamrock-900\/5 {
  color: rgb(16 67 62 / 0.05);
}

.text-shamrock-900\/50 {
  color: rgb(16 67 62 / 0.5);
}

.text-shamrock-900\/60 {
  color: rgb(16 67 62 / 0.6);
}

.text-shamrock-900\/70 {
  color: rgb(16 67 62 / 0.7);
}

.text-shamrock-900\/75 {
  color: rgb(16 67 62 / 0.75);
}

.text-shamrock-900\/80 {
  color: rgb(16 67 62 / 0.8);
}

.text-shamrock-900\/90 {
  color: rgb(16 67 62 / 0.9);
}

.text-shamrock-900\/95 {
  color: rgb(16 67 62 / 0.95);
}

.text-shamrock-950 {
  --tw-text-opacity: 1;
  color: rgb(10 44 41 / var(--tw-text-opacity));
}

.text-shamrock-950\/0 {
  color: rgb(10 44 41 / 0);
}

.text-shamrock-950\/10 {
  color: rgb(10 44 41 / 0.1);
}

.text-shamrock-950\/100 {
  color: rgb(10 44 41 / 1);
}

.text-shamrock-950\/20 {
  color: rgb(10 44 41 / 0.2);
}

.text-shamrock-950\/25 {
  color: rgb(10 44 41 / 0.25);
}

.text-shamrock-950\/30 {
  color: rgb(10 44 41 / 0.3);
}

.text-shamrock-950\/40 {
  color: rgb(10 44 41 / 0.4);
}

.text-shamrock-950\/5 {
  color: rgb(10 44 41 / 0.05);
}

.text-shamrock-950\/50 {
  color: rgb(10 44 41 / 0.5);
}

.text-shamrock-950\/60 {
  color: rgb(10 44 41 / 0.6);
}

.text-shamrock-950\/70 {
  color: rgb(10 44 41 / 0.7);
}

.text-shamrock-950\/75 {
  color: rgb(10 44 41 / 0.75);
}

.text-shamrock-950\/80 {
  color: rgb(10 44 41 / 0.8);
}

.text-shamrock-950\/90 {
  color: rgb(10 44 41 / 0.9);
}

.text-shamrock-950\/95 {
  color: rgb(10 44 41 / 0.95);
}

.text-shamrock\/0 {
  color: rgb(45 191 177 / 0);
}

.text-shamrock\/10 {
  color: rgb(45 191 177 / 0.1);
}

.text-shamrock\/100 {
  color: rgb(45 191 177 / 1);
}

.text-shamrock\/20 {
  color: rgb(45 191 177 / 0.2);
}

.text-shamrock\/25 {
  color: rgb(45 191 177 / 0.25);
}

.text-shamrock\/30 {
  color: rgb(45 191 177 / 0.3);
}

.text-shamrock\/40 {
  color: rgb(45 191 177 / 0.4);
}

.text-shamrock\/5 {
  color: rgb(45 191 177 / 0.05);
}

.text-shamrock\/50 {
  color: rgb(45 191 177 / 0.5);
}

.text-shamrock\/60 {
  color: rgb(45 191 177 / 0.6);
}

.text-shamrock\/70 {
  color: rgb(45 191 177 / 0.7);
}

.text-shamrock\/75 {
  color: rgb(45 191 177 / 0.75);
}

.text-shamrock\/80 {
  color: rgb(45 191 177 / 0.8);
}

.text-shamrock\/90 {
  color: rgb(45 191 177 / 0.9);
}

.text-shamrock\/95 {
  color: rgb(45 191 177 / 0.95);
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(129 195 175 / var(--tw-text-opacity));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(240 248 245 / var(--tw-text-opacity));
}

.text-teal-100\/0 {
  color: rgb(240 248 245 / 0);
}

.text-teal-100\/10 {
  color: rgb(240 248 245 / 0.1);
}

.text-teal-100\/100 {
  color: rgb(240 248 245 / 1);
}

.text-teal-100\/20 {
  color: rgb(240 248 245 / 0.2);
}

.text-teal-100\/25 {
  color: rgb(240 248 245 / 0.25);
}

.text-teal-100\/30 {
  color: rgb(240 248 245 / 0.3);
}

.text-teal-100\/40 {
  color: rgb(240 248 245 / 0.4);
}

.text-teal-100\/5 {
  color: rgb(240 248 245 / 0.05);
}

.text-teal-100\/50 {
  color: rgb(240 248 245 / 0.5);
}

.text-teal-100\/60 {
  color: rgb(240 248 245 / 0.6);
}

.text-teal-100\/70 {
  color: rgb(240 248 245 / 0.7);
}

.text-teal-100\/75 {
  color: rgb(240 248 245 / 0.75);
}

.text-teal-100\/80 {
  color: rgb(240 248 245 / 0.8);
}

.text-teal-100\/90 {
  color: rgb(240 248 245 / 0.9);
}

.text-teal-100\/95 {
  color: rgb(240 248 245 / 0.95);
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(212 234 228 / var(--tw-text-opacity));
}

.text-teal-200\/0 {
  color: rgb(212 234 228 / 0);
}

.text-teal-200\/10 {
  color: rgb(212 234 228 / 0.1);
}

.text-teal-200\/100 {
  color: rgb(212 234 228 / 1);
}

.text-teal-200\/20 {
  color: rgb(212 234 228 / 0.2);
}

.text-teal-200\/25 {
  color: rgb(212 234 228 / 0.25);
}

.text-teal-200\/30 {
  color: rgb(212 234 228 / 0.3);
}

.text-teal-200\/40 {
  color: rgb(212 234 228 / 0.4);
}

.text-teal-200\/5 {
  color: rgb(212 234 228 / 0.05);
}

.text-teal-200\/50 {
  color: rgb(212 234 228 / 0.5);
}

.text-teal-200\/60 {
  color: rgb(212 234 228 / 0.6);
}

.text-teal-200\/70 {
  color: rgb(212 234 228 / 0.7);
}

.text-teal-200\/75 {
  color: rgb(212 234 228 / 0.75);
}

.text-teal-200\/80 {
  color: rgb(212 234 228 / 0.8);
}

.text-teal-200\/90 {
  color: rgb(212 234 228 / 0.9);
}

.text-teal-200\/95 {
  color: rgb(212 234 228 / 0.95);
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(184 221 210 / var(--tw-text-opacity));
}

.text-teal-300\/0 {
  color: rgb(184 221 210 / 0);
}

.text-teal-300\/10 {
  color: rgb(184 221 210 / 0.1);
}

.text-teal-300\/100 {
  color: rgb(184 221 210 / 1);
}

.text-teal-300\/20 {
  color: rgb(184 221 210 / 0.2);
}

.text-teal-300\/25 {
  color: rgb(184 221 210 / 0.25);
}

.text-teal-300\/30 {
  color: rgb(184 221 210 / 0.3);
}

.text-teal-300\/40 {
  color: rgb(184 221 210 / 0.4);
}

.text-teal-300\/5 {
  color: rgb(184 221 210 / 0.05);
}

.text-teal-300\/50 {
  color: rgb(184 221 210 / 0.5);
}

.text-teal-300\/60 {
  color: rgb(184 221 210 / 0.6);
}

.text-teal-300\/70 {
  color: rgb(184 221 210 / 0.7);
}

.text-teal-300\/75 {
  color: rgb(184 221 210 / 0.75);
}

.text-teal-300\/80 {
  color: rgb(184 221 210 / 0.8);
}

.text-teal-300\/90 {
  color: rgb(184 221 210 / 0.9);
}

.text-teal-300\/95 {
  color: rgb(184 221 210 / 0.95);
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(157 208 193 / var(--tw-text-opacity));
}

.text-teal-400\/0 {
  color: rgb(157 208 193 / 0);
}

.text-teal-400\/10 {
  color: rgb(157 208 193 / 0.1);
}

.text-teal-400\/100 {
  color: rgb(157 208 193 / 1);
}

.text-teal-400\/20 {
  color: rgb(157 208 193 / 0.2);
}

.text-teal-400\/25 {
  color: rgb(157 208 193 / 0.25);
}

.text-teal-400\/30 {
  color: rgb(157 208 193 / 0.3);
}

.text-teal-400\/40 {
  color: rgb(157 208 193 / 0.4);
}

.text-teal-400\/5 {
  color: rgb(157 208 193 / 0.05);
}

.text-teal-400\/50 {
  color: rgb(157 208 193 / 0.5);
}

.text-teal-400\/60 {
  color: rgb(157 208 193 / 0.6);
}

.text-teal-400\/70 {
  color: rgb(157 208 193 / 0.7);
}

.text-teal-400\/75 {
  color: rgb(157 208 193 / 0.75);
}

.text-teal-400\/80 {
  color: rgb(157 208 193 / 0.8);
}

.text-teal-400\/90 {
  color: rgb(157 208 193 / 0.9);
}

.text-teal-400\/95 {
  color: rgb(157 208 193 / 0.95);
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(253 254 254 / var(--tw-text-opacity));
}

.text-teal-50\/0 {
  color: rgb(253 254 254 / 0);
}

.text-teal-50\/10 {
  color: rgb(253 254 254 / 0.1);
}

.text-teal-50\/100 {
  color: rgb(253 254 254 / 1);
}

.text-teal-50\/20 {
  color: rgb(253 254 254 / 0.2);
}

.text-teal-50\/25 {
  color: rgb(253 254 254 / 0.25);
}

.text-teal-50\/30 {
  color: rgb(253 254 254 / 0.3);
}

.text-teal-50\/40 {
  color: rgb(253 254 254 / 0.4);
}

.text-teal-50\/5 {
  color: rgb(253 254 254 / 0.05);
}

.text-teal-50\/50 {
  color: rgb(253 254 254 / 0.5);
}

.text-teal-50\/60 {
  color: rgb(253 254 254 / 0.6);
}

.text-teal-50\/70 {
  color: rgb(253 254 254 / 0.7);
}

.text-teal-50\/75 {
  color: rgb(253 254 254 / 0.75);
}

.text-teal-50\/80 {
  color: rgb(253 254 254 / 0.8);
}

.text-teal-50\/90 {
  color: rgb(253 254 254 / 0.9);
}

.text-teal-50\/95 {
  color: rgb(253 254 254 / 0.95);
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(129 195 175 / var(--tw-text-opacity));
}

.text-teal-500\/0 {
  color: rgb(129 195 175 / 0);
}

.text-teal-500\/10 {
  color: rgb(129 195 175 / 0.1);
}

.text-teal-500\/100 {
  color: rgb(129 195 175 / 1);
}

.text-teal-500\/20 {
  color: rgb(129 195 175 / 0.2);
}

.text-teal-500\/25 {
  color: rgb(129 195 175 / 0.25);
}

.text-teal-500\/30 {
  color: rgb(129 195 175 / 0.3);
}

.text-teal-500\/40 {
  color: rgb(129 195 175 / 0.4);
}

.text-teal-500\/5 {
  color: rgb(129 195 175 / 0.05);
}

.text-teal-500\/50 {
  color: rgb(129 195 175 / 0.5);
}

.text-teal-500\/60 {
  color: rgb(129 195 175 / 0.6);
}

.text-teal-500\/70 {
  color: rgb(129 195 175 / 0.7);
}

.text-teal-500\/75 {
  color: rgb(129 195 175 / 0.75);
}

.text-teal-500\/80 {
  color: rgb(129 195 175 / 0.8);
}

.text-teal-500\/90 {
  color: rgb(129 195 175 / 0.9);
}

.text-teal-500\/95 {
  color: rgb(129 195 175 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(91 177 151 / var(--tw-text-opacity));
}

.text-teal-600\/0 {
  color: rgb(91 177 151 / 0);
}

.text-teal-600\/10 {
  color: rgb(91 177 151 / 0.1);
}

.text-teal-600\/100 {
  color: rgb(91 177 151 / 1);
}

.text-teal-600\/20 {
  color: rgb(91 177 151 / 0.2);
}

.text-teal-600\/25 {
  color: rgb(91 177 151 / 0.25);
}

.text-teal-600\/30 {
  color: rgb(91 177 151 / 0.3);
}

.text-teal-600\/40 {
  color: rgb(91 177 151 / 0.4);
}

.text-teal-600\/5 {
  color: rgb(91 177 151 / 0.05);
}

.text-teal-600\/50 {
  color: rgb(91 177 151 / 0.5);
}

.text-teal-600\/60 {
  color: rgb(91 177 151 / 0.6);
}

.text-teal-600\/70 {
  color: rgb(91 177 151 / 0.7);
}

.text-teal-600\/75 {
  color: rgb(91 177 151 / 0.75);
}

.text-teal-600\/80 {
  color: rgb(91 177 151 / 0.8);
}

.text-teal-600\/90 {
  color: rgb(91 177 151 / 0.9);
}

.text-teal-600\/95 {
  color: rgb(91 177 151 / 0.95);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(68 143 121 / var(--tw-text-opacity));
}

.text-teal-700\/0 {
  color: rgb(68 143 121 / 0);
}

.text-teal-700\/10 {
  color: rgb(68 143 121 / 0.1);
}

.text-teal-700\/100 {
  color: rgb(68 143 121 / 1);
}

.text-teal-700\/20 {
  color: rgb(68 143 121 / 0.2);
}

.text-teal-700\/25 {
  color: rgb(68 143 121 / 0.25);
}

.text-teal-700\/30 {
  color: rgb(68 143 121 / 0.3);
}

.text-teal-700\/40 {
  color: rgb(68 143 121 / 0.4);
}

.text-teal-700\/5 {
  color: rgb(68 143 121 / 0.05);
}

.text-teal-700\/50 {
  color: rgb(68 143 121 / 0.5);
}

.text-teal-700\/60 {
  color: rgb(68 143 121 / 0.6);
}

.text-teal-700\/70 {
  color: rgb(68 143 121 / 0.7);
}

.text-teal-700\/75 {
  color: rgb(68 143 121 / 0.75);
}

.text-teal-700\/80 {
  color: rgb(68 143 121 / 0.8);
}

.text-teal-700\/90 {
  color: rgb(68 143 121 / 0.9);
}

.text-teal-700\/95 {
  color: rgb(68 143 121 / 0.95);
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(50 105 89 / var(--tw-text-opacity));
}

.text-teal-800\/0 {
  color: rgb(50 105 89 / 0);
}

.text-teal-800\/10 {
  color: rgb(50 105 89 / 0.1);
}

.text-teal-800\/100 {
  color: rgb(50 105 89 / 1);
}

.text-teal-800\/20 {
  color: rgb(50 105 89 / 0.2);
}

.text-teal-800\/25 {
  color: rgb(50 105 89 / 0.25);
}

.text-teal-800\/30 {
  color: rgb(50 105 89 / 0.3);
}

.text-teal-800\/40 {
  color: rgb(50 105 89 / 0.4);
}

.text-teal-800\/5 {
  color: rgb(50 105 89 / 0.05);
}

.text-teal-800\/50 {
  color: rgb(50 105 89 / 0.5);
}

.text-teal-800\/60 {
  color: rgb(50 105 89 / 0.6);
}

.text-teal-800\/70 {
  color: rgb(50 105 89 / 0.7);
}

.text-teal-800\/75 {
  color: rgb(50 105 89 / 0.75);
}

.text-teal-800\/80 {
  color: rgb(50 105 89 / 0.8);
}

.text-teal-800\/90 {
  color: rgb(50 105 89 / 0.9);
}

.text-teal-800\/95 {
  color: rgb(50 105 89 / 0.95);
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(32 67 57 / var(--tw-text-opacity));
}

.text-teal-900\/0 {
  color: rgb(32 67 57 / 0);
}

.text-teal-900\/10 {
  color: rgb(32 67 57 / 0.1);
}

.text-teal-900\/100 {
  color: rgb(32 67 57 / 1);
}

.text-teal-900\/20 {
  color: rgb(32 67 57 / 0.2);
}

.text-teal-900\/25 {
  color: rgb(32 67 57 / 0.25);
}

.text-teal-900\/30 {
  color: rgb(32 67 57 / 0.3);
}

.text-teal-900\/40 {
  color: rgb(32 67 57 / 0.4);
}

.text-teal-900\/5 {
  color: rgb(32 67 57 / 0.05);
}

.text-teal-900\/50 {
  color: rgb(32 67 57 / 0.5);
}

.text-teal-900\/60 {
  color: rgb(32 67 57 / 0.6);
}

.text-teal-900\/70 {
  color: rgb(32 67 57 / 0.7);
}

.text-teal-900\/75 {
  color: rgb(32 67 57 / 0.75);
}

.text-teal-900\/80 {
  color: rgb(32 67 57 / 0.8);
}

.text-teal-900\/90 {
  color: rgb(32 67 57 / 0.9);
}

.text-teal-900\/95 {
  color: rgb(32 67 57 / 0.95);
}

.text-teal\/0 {
  color: rgb(129 195 175 / 0);
}

.text-teal\/10 {
  color: rgb(129 195 175 / 0.1);
}

.text-teal\/100 {
  color: rgb(129 195 175 / 1);
}

.text-teal\/20 {
  color: rgb(129 195 175 / 0.2);
}

.text-teal\/25 {
  color: rgb(129 195 175 / 0.25);
}

.text-teal\/30 {
  color: rgb(129 195 175 / 0.3);
}

.text-teal\/40 {
  color: rgb(129 195 175 / 0.4);
}

.text-teal\/5 {
  color: rgb(129 195 175 / 0.05);
}

.text-teal\/50 {
  color: rgb(129 195 175 / 0.5);
}

.text-teal\/60 {
  color: rgb(129 195 175 / 0.6);
}

.text-teal\/70 {
  color: rgb(129 195 175 / 0.7);
}

.text-teal\/75 {
  color: rgb(129 195 175 / 0.75);
}

.text-teal\/80 {
  color: rgb(129 195 175 / 0.8);
}

.text-teal\/90 {
  color: rgb(129 195 175 / 0.9);
}

.text-teal\/95 {
  color: rgb(129 195 175 / 0.95);
}

.text-transparent {
  color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(247 191 31 / var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(253 243 200 / var(--tw-text-opacity));
}

.text-yellow-100\/0 {
  color: rgb(253 243 200 / 0);
}

.text-yellow-100\/10 {
  color: rgb(253 243 200 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(253 243 200 / 1);
}

.text-yellow-100\/20 {
  color: rgb(253 243 200 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(253 243 200 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(253 243 200 / 0.3);
}

.text-yellow-100\/40 {
  color: rgb(253 243 200 / 0.4);
}

.text-yellow-100\/5 {
  color: rgb(253 243 200 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(253 243 200 / 0.5);
}

.text-yellow-100\/60 {
  color: rgb(253 243 200 / 0.6);
}

.text-yellow-100\/70 {
  color: rgb(253 243 200 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(253 243 200 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(253 243 200 / 0.8);
}

.text-yellow-100\/90 {
  color: rgb(253 243 200 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(253 243 200 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(251 231 140 / var(--tw-text-opacity));
}

.text-yellow-200\/0 {
  color: rgb(251 231 140 / 0);
}

.text-yellow-200\/10 {
  color: rgb(251 231 140 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(251 231 140 / 1);
}

.text-yellow-200\/20 {
  color: rgb(251 231 140 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(251 231 140 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(251 231 140 / 0.3);
}

.text-yellow-200\/40 {
  color: rgb(251 231 140 / 0.4);
}

.text-yellow-200\/5 {
  color: rgb(251 231 140 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(251 231 140 / 0.5);
}

.text-yellow-200\/60 {
  color: rgb(251 231 140 / 0.6);
}

.text-yellow-200\/70 {
  color: rgb(251 231 140 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(251 231 140 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(251 231 140 / 0.8);
}

.text-yellow-200\/90 {
  color: rgb(251 231 140 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(251 231 140 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(249 212 80 / var(--tw-text-opacity));
}

.text-yellow-300\/0 {
  color: rgb(249 212 80 / 0);
}

.text-yellow-300\/10 {
  color: rgb(249 212 80 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(249 212 80 / 1);
}

.text-yellow-300\/20 {
  color: rgb(249 212 80 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(249 212 80 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(249 212 80 / 0.3);
}

.text-yellow-300\/40 {
  color: rgb(249 212 80 / 0.4);
}

.text-yellow-300\/5 {
  color: rgb(249 212 80 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(249 212 80 / 0.5);
}

.text-yellow-300\/60 {
  color: rgb(249 212 80 / 0.6);
}

.text-yellow-300\/70 {
  color: rgb(249 212 80 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(249 212 80 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(249 212 80 / 0.8);
}

.text-yellow-300\/90 {
  color: rgb(249 212 80 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(249 212 80 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(247 191 31 / var(--tw-text-opacity));
}

.text-yellow-400\/0 {
  color: rgb(247 191 31 / 0);
}

.text-yellow-400\/10 {
  color: rgb(247 191 31 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(247 191 31 / 1);
}

.text-yellow-400\/20 {
  color: rgb(247 191 31 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(247 191 31 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(247 191 31 / 0.3);
}

.text-yellow-400\/40 {
  color: rgb(247 191 31 / 0.4);
}

.text-yellow-400\/5 {
  color: rgb(247 191 31 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(247 191 31 / 0.5);
}

.text-yellow-400\/60 {
  color: rgb(247 191 31 / 0.6);
}

.text-yellow-400\/70 {
  color: rgb(247 191 31 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(247 191 31 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(247 191 31 / 0.8);
}

.text-yellow-400\/90 {
  color: rgb(247 191 31 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(247 191 31 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(241 161 15 / var(--tw-text-opacity));
}

.text-yellow-500\/0 {
  color: rgb(241 161 15 / 0);
}

.text-yellow-500\/10 {
  color: rgb(241 161 15 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(241 161 15 / 1);
}

.text-yellow-500\/20 {
  color: rgb(241 161 15 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(241 161 15 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(241 161 15 / 0.3);
}

.text-yellow-500\/40 {
  color: rgb(241 161 15 / 0.4);
}

.text-yellow-500\/5 {
  color: rgb(241 161 15 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(241 161 15 / 0.5);
}

.text-yellow-500\/60 {
  color: rgb(241 161 15 / 0.6);
}

.text-yellow-500\/70 {
  color: rgb(241 161 15 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(241 161 15 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(241 161 15 / 0.8);
}

.text-yellow-500\/90 {
  color: rgb(241 161 15 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(241 161 15 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(213 123 10 / var(--tw-text-opacity));
}

.text-yellow-600\/0 {
  color: rgb(213 123 10 / 0);
}

.text-yellow-600\/10 {
  color: rgb(213 123 10 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(213 123 10 / 1);
}

.text-yellow-600\/20 {
  color: rgb(213 123 10 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(213 123 10 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(213 123 10 / 0.3);
}

.text-yellow-600\/40 {
  color: rgb(213 123 10 / 0.4);
}

.text-yellow-600\/5 {
  color: rgb(213 123 10 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(213 123 10 / 0.5);
}

.text-yellow-600\/60 {
  color: rgb(213 123 10 / 0.6);
}

.text-yellow-600\/70 {
  color: rgb(213 123 10 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(213 123 10 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(213 123 10 / 0.8);
}

.text-yellow-600\/90 {
  color: rgb(213 123 10 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(213 123 10 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(177 86 12 / var(--tw-text-opacity));
}

.text-yellow-700\/0 {
  color: rgb(177 86 12 / 0);
}

.text-yellow-700\/10 {
  color: rgb(177 86 12 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(177 86 12 / 1);
}

.text-yellow-700\/20 {
  color: rgb(177 86 12 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(177 86 12 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(177 86 12 / 0.3);
}

.text-yellow-700\/40 {
  color: rgb(177 86 12 / 0.4);
}

.text-yellow-700\/5 {
  color: rgb(177 86 12 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(177 86 12 / 0.5);
}

.text-yellow-700\/60 {
  color: rgb(177 86 12 / 0.6);
}

.text-yellow-700\/70 {
  color: rgb(177 86 12 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(177 86 12 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(177 86 12 / 0.8);
}

.text-yellow-700\/90 {
  color: rgb(177 86 12 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(177 86 12 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(144 68 16 / var(--tw-text-opacity));
}

.text-yellow-800\/0 {
  color: rgb(144 68 16 / 0);
}

.text-yellow-800\/10 {
  color: rgb(144 68 16 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(144 68 16 / 1);
}

.text-yellow-800\/20 {
  color: rgb(144 68 16 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(144 68 16 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(144 68 16 / 0.3);
}

.text-yellow-800\/40 {
  color: rgb(144 68 16 / 0.4);
}

.text-yellow-800\/5 {
  color: rgb(144 68 16 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(144 68 16 / 0.5);
}

.text-yellow-800\/60 {
  color: rgb(144 68 16 / 0.6);
}

.text-yellow-800\/70 {
  color: rgb(144 68 16 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(144 68 16 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(144 68 16 / 0.8);
}

.text-yellow-800\/90 {
  color: rgb(144 68 16 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(144 68 16 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(118 55 17 / var(--tw-text-opacity));
}

.text-yellow-900\/0 {
  color: rgb(118 55 17 / 0);
}

.text-yellow-900\/10 {
  color: rgb(118 55 17 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(118 55 17 / 1);
}

.text-yellow-900\/20 {
  color: rgb(118 55 17 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(118 55 17 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(118 55 17 / 0.3);
}

.text-yellow-900\/40 {
  color: rgb(118 55 17 / 0.4);
}

.text-yellow-900\/5 {
  color: rgb(118 55 17 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(118 55 17 / 0.5);
}

.text-yellow-900\/60 {
  color: rgb(118 55 17 / 0.6);
}

.text-yellow-900\/70 {
  color: rgb(118 55 17 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(118 55 17 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(118 55 17 / 0.8);
}

.text-yellow-900\/90 {
  color: rgb(118 55 17 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(118 55 17 / 0.95);
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(68 27 4 / var(--tw-text-opacity));
}

.text-yellow-950\/0 {
  color: rgb(68 27 4 / 0);
}

.text-yellow-950\/10 {
  color: rgb(68 27 4 / 0.1);
}

.text-yellow-950\/100 {
  color: rgb(68 27 4 / 1);
}

.text-yellow-950\/20 {
  color: rgb(68 27 4 / 0.2);
}

.text-yellow-950\/25 {
  color: rgb(68 27 4 / 0.25);
}

.text-yellow-950\/30 {
  color: rgb(68 27 4 / 0.3);
}

.text-yellow-950\/40 {
  color: rgb(68 27 4 / 0.4);
}

.text-yellow-950\/5 {
  color: rgb(68 27 4 / 0.05);
}

.text-yellow-950\/50 {
  color: rgb(68 27 4 / 0.5);
}

.text-yellow-950\/60 {
  color: rgb(68 27 4 / 0.6);
}

.text-yellow-950\/70 {
  color: rgb(68 27 4 / 0.7);
}

.text-yellow-950\/75 {
  color: rgb(68 27 4 / 0.75);
}

.text-yellow-950\/80 {
  color: rgb(68 27 4 / 0.8);
}

.text-yellow-950\/90 {
  color: rgb(68 27 4 / 0.9);
}

.text-yellow-950\/95 {
  color: rgb(68 27 4 / 0.95);
}

.text-yellow\/0 {
  color: rgb(247 191 31 / 0);
}

.text-yellow\/10 {
  color: rgb(247 191 31 / 0.1);
}

.text-yellow\/100 {
  color: rgb(247 191 31 / 1);
}

.text-yellow\/20 {
  color: rgb(247 191 31 / 0.2);
}

.text-yellow\/25 {
  color: rgb(247 191 31 / 0.25);
}

.text-yellow\/30 {
  color: rgb(247 191 31 / 0.3);
}

.text-yellow\/40 {
  color: rgb(247 191 31 / 0.4);
}

.text-yellow\/5 {
  color: rgb(247 191 31 / 0.05);
}

.text-yellow\/50 {
  color: rgb(247 191 31 / 0.5);
}

.text-yellow\/60 {
  color: rgb(247 191 31 / 0.6);
}

.text-yellow\/70 {
  color: rgb(247 191 31 / 0.7);
}

.text-yellow\/75 {
  color: rgb(247 191 31 / 0.75);
}

.text-yellow\/80 {
  color: rgb(247 191 31 / 0.8);
}

.text-yellow\/90 {
  color: rgb(247 191 31 / 0.9);
}

.text-yellow\/95 {
  color: rgb(247 191 31 / 0.95);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

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

.no-underline {
  text-decoration-line: none;
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[50\%\] {
  opacity: 50%;
}

.opacity-\[82\] {
  opacity: 82;
}

.opacity-\[85\] {
  opacity: 85;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.outline-primary {
  outline-color: #AF126D;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 18 109 / var(--tw-ring-opacity));
}

.ring-offset-blue {
  --tw-ring-offset-color: #9bd3f2;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
  --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));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !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);
}

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.\!transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-spacing {
  transition-property: margin, padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-auto {
  will-change: auto;
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.\@container {
  container-type: inline-size;
}

.wp-block-gallery {
  margin: 1em 0 !important;
}

/** Gravity Forms */

body {
  .gform_required_legend {
    display: none;
  }
  .gform_fileupload_rules {
    display: none !important;
  }
  .gform_button_select_files {
    display: none;
  }
  .gform_wrapper h2.gform_title {
    display: none !important;
  }
  .gform_wrapper .gform_heading {
    margin-bottom: 1rem;
  }
  .gform_wrapper span.gform_description {
    width: auto;
  }
  .gform_wrapper label.gfield_label,
    .gform_wrapper
        .field_sublabel_below
        .ginput_complex.ginput_container
        label {
    font-family: FS Me, Helvetica, Arial, sans-serif;
  }
  .gform_wrapper label.gfield_label,
    .gform_wrapper
        .field_sublabel_below
        .ginput_complex.ginput_container
        label {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .gform_wrapper label.gfield_label,
    .gform_wrapper
        .field_sublabel_below
        .ginput_complex.ginput_container
        label {
    font-weight: 400 !important;
  }
  .gform_wrapper
        .field_sublabel_below
        .ginput_complex.ginput_container
        label {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .gform_wrapper
        .field_sublabel_below
        .ginput_complex.ginput_container
        label {
    letter-spacing: 0em;
  }
  .gform_wrapper.gravity-theme .ginput_complex label,
    .gform_wrapper.gravity-theme .ginput_complex legend {
    margin-bottom: 1rem;
  }
  .gform_wrapper.gravity-theme .ginput_complex label,
    .gform_wrapper.gravity-theme .ginput_complex legend {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .gform_wrapper.gravity-theme .ginput_complex label,
    .gform_wrapper.gravity-theme .ginput_complex legend {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .gform_confirmation_message {
    text-align: center;
  }
  .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type='submit'] {
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    -moz-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    -webkit-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  }
  .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type='submit'] {
    border-radius: 9999px;
  }
  .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type='submit'] {
    --tw-border-opacity: 1;
    border-color: rgb(175 18 109 / var(--tw-border-opacity));
  }
  .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type='submit'] {
    --tw-bg-opacity: 1;
    background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  }
  .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type='submit'] {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type='submit'] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 9999px;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-width: 1px;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-style: solid;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    --tw-border-opacity: 1;
    border-color: rgb(77 79 83 / var(--tw-border-opacity));
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .gform_wrapper input[type="email"],
    .gform_wrapper input[type="date"],
    .gform_wrapper input[type="datetime"],
    .gform_wrapper input[type="datetime-local"],
    .gform_wrapper input[type="month"],
    .gform_wrapper input[type="number"],
    .gform_wrapper input[type="password"],
    .gform_wrapper input[type="search"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="time"],
    .gform_wrapper input[type="week"],
    .gform_wrapper input[type="url"],
    .gform_wrapper select,
    .gform_wrapper textarea,
    /* prettier-ignore */
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    transition: all 200ms ease-in-out;
    &:focus {
      --tw-border-opacity: 1;
      border-color: rgb(175 18 109 / var(--tw-border-opacity));
    }
    &:focus {
      --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .gform_wrapper input[type='file'] {
    border-radius: 9999px;
  }
  .gform_wrapper input[type='file'] {
    border-width: 1px;
  }
  .gform_wrapper input[type='file'] {
    border-style: solid;
  }
  .gform_wrapper input[type='file'] {
    --tw-border-opacity: 1;
    border-color: rgb(77 79 83 / var(--tw-border-opacity));
  }
  .gform_wrapper input[type='file'] {
    padding-top: .95rem !important;
    padding-bottom: .95rem !important;
  }
  .gform_wrapper input[type='file'] {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .gform_wrapper input[type='file'] {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .gform_wrapper input[type='file'] {
    transition: all 200ms ease-in-out;
    &:focus {
      --tw-border-opacity: 1;
      border-color: rgb(175 18 109 / var(--tw-border-opacity));
    }
    &:focus {
      --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .gform_wrapper textarea {
    border-radius: 1.5rem;
  }
  .gform_wrapper textarea {
    border-width: 1px;
  }
  .gform_wrapper textarea {
    border-style: solid;
  }
  .gform_wrapper textarea {
    --tw-border-opacity: 1;
    border-color: rgb(77 79 83 / var(--tw-border-opacity));
  }
  .gform_wrapper textarea {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .gform_wrapper textarea {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .gform_wrapper textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .gform_wrapper textarea {
    transition: all 200ms ease-in-out;
    &:focus {
      --tw-border-opacity: 1;
      border-color: rgb(175 18 109 / var(--tw-border-opacity));
    }
    &:focus {
      --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .gform_wrapper .button,
    .gform_wrapper .gform_footer input[type='submit'] {
    @extend %btn;
  }
  .gform_wrapper .gfield_required {
    color: inherit;
  }
  .gform_wrapper .validation_error {
    padding: 1rem;
  }
  .gform_wrapper .validation_error {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .gform_wrapper .validation_error {
    text-align: center;
  }
  .gform_wrapper .validation_error {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .gform_wrapper .validation_error {
    --tw-text-opacity: 1;
    color: rgb(225 51 22 / var(--tw-text-opacity));
  }
  .gfield_error [aria-invalid='true'] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 51 22 / var(--tw-border-opacity)) !important;
  }
  .gform_wrapper .gfield_error .gfield_label,
    .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
    .gform_wrapper li.gfield_error ul.gfield_checkbox,
    .gform_wrapper li.gfield_error ul.gfield_radio {
    --tw-text-opacity: 1;
    color: rgb(225 51 22 / var(--tw-text-opacity));
  }
  /* prettier-ignore */
  .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .gform_wrapper li.gfield_error textarea {
    --tw-border-opacity: 1;
    border-color: rgb(225 51 22 / var(--tw-border-opacity));
  }
  .gform_wrapper .validation_message {
    display: none !important;
  }
  .gform_validation_container {
    display: none !important;
  }
  .gfield .ginput_container input[type='file'] {
    display: block;
  }
  .gfield .ginput_container input[type='file'] {
    width: 100%;
  }
  .gfield .ginput_container input[type='file'] {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .gfield .ginput_container input[type='file'] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    margin-right: 1rem;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    border-radius: 9999px;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    border-width: 0px;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    font-weight: 600;
  }
  .gfield .ginput_container input[type='file']::file-selector-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .gfield .ginput_container input[type='file']::file-selector-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 87 / var(--tw-bg-opacity));
  }
  .wp-block-embed__wrapper iframe {
    aspect-ratio: 16 / 9 !important;
  }
  .wp-block-embed__wrapper iframe {
    height: 100% !important;
  }
  .wp-block-embed__wrapper iframe {
    width: 100%;
  }
  .wp-block-embed__wrapper iframe {
    min-width: 100% !important;
  }
}

/* ===== Scrollbar CSS ===== */

/* Firefox */

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #af0064 transparent;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar::-webkit-scrollbar {
  width: 5px !important;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #af0064;
  border-radius: 20px;
}

/* ===== Light crollbar CSS ===== */

/* Firefox */

.custom-scrollbar-light {
  scrollbar-width: thin;
  scrollbar-color: #af0064 white;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar-light::-webkit-scrollbar {
  width: 5px !important;
}

.custom-scrollbar-light::-webkit-scrollbar-track {
  background: white;
}

.custom-scrollbar-light::-webkit-scrollbar-thumb {
  background-color: #af0064;
  border-radius: 20px;
  border: 4px solid white;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar::-webkit-scrollbar {
  display: unset;
}

.scrollbar {
  -ms-overflow-style: unset;
  /* IE and Edge */
  scrollbar-width: unset;
  /* Firefox */
}

/* Billy Bear styling starts here */

h1 span::after,
h1 span::before {
  content: '- ';
  display: block;
  width: 100%;
  height: 0.5rem;
  color: #C01E90;
}

.custom-bullet li {
  position: relative;
  padding-left: 1.5rem;
}

.custom-bullet li::before {
  content: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22 viewBox=%220 0 12 13%22%3E%3Cpath id=%22Polygon_82%22 data-name=%22Polygon 82%22 d=%22M6.5,0,13,12H0Z%22 transform=%22translate(12) rotate(90)%22 fill=%22%232dbfb1%22 /%3E%3C/svg%3E');
  position: absolute;
  left: 0;
  top: 0;
}

.after-element {
  content: '';
  transform: translateY(-50%);
  background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22%3E%3Cg id=%22Icon_feather-arrow-right-circle%22 data-name=%22Icon feather-arrow-right-circle%22 transform=%22translate(-2 -2)%22%3E%3Cpath id=%22Path_9617%22 data-name=%22Path 9617%22 d=%22M33,18A15,15,0,1,1,18,3,15,15,0,0,1,33,18Z%22 fill=%22none%22 stroke=%22%23fff%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22/%3E%3Cpath id=%22Path_9618%22 data-name=%22Path 9618%22 d=%22M18,24l6-6-6-6%22 fill=%22none%22 stroke=%22%23fff%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22/%3E%3Cpath id=%22Path_9619%22 data-name=%22Path 9619%22 d=%22M12,18H24%22 fill=%22none%22 stroke=%22%23fff%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22/%3E%3C/g%3E%3C/svg%3E') no-repeat center center;
}

.wrap img.active {
  display: block;
  transition: 0.5s ease all;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#popup-swiper .swiper-button-prev:after, #popup-swiper .swiper-button-next:after {
  content: '';
}

#popup-swiper .swiper-button-prev, #popup-swiper .swiper-button-next {
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213.503%22 height=%2223.616%22 viewBox=%220 0 13.503 23.616%22%3E%3Cpath id=%22Icon_ionic-ios-arrow-forward%22 data-name=%22Icon ionic-ios-arrow-forward%22 d=%22M15.317,18l8.937-8.93a1.681,1.681,0,0,0,0-2.384,1.7,1.7,0,0,0-2.391,0L11.738,16.8a1.685,1.685,0,0,0-.049,2.327L21.856,29.32a1.688,1.688,0,0,0,2.391-2.384Z%22 transform=%22translate(-11.246 -6.196)%22 fill=%22%23fff%22/%3E%3C/svg%3E');
  --tw-bg-opacity: 1;
  background-color: rgb(41 43 43 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1024px) {
  #popup-swiper .swiper-button-prev, #popup-swiper .swiper-button-next {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#popup-swiper .swiper-button-next {
  transform: rotate(180deg);
}

#testimonials .button-prev, 
#testimonials .button-next {
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2239%22 height=%2239%22 viewBox=%220 0 39 39%22%3E%3Cg id=%22Icon_feather-arrow-right-circle%22 data-name=%22Icon feather-arrow-right-circle%22 transform=%22translate(-2 -2)%22%3E%3Cpath id=%22Path_9617%22 data-name=%22Path 9617%22 d=%22M40,21.5A18.5,18.5,0,1,1,21.5,3,18.5,18.5,0,0,1,40,21.5Z%22 transform=%22translate(0 0)%22 fill=%22none%22 stroke=%22%23c01e90%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22/%3E%3Cpath id=%22Path_9618%22 data-name=%22Path 9618%22 d=%22M18,26.8l7.4-7.4L18,12%22 transform=%22translate(3.5 2.1)%22 fill=%22none%22 stroke=%22%23c01e90%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22/%3E%3Cpath id=%22Path_9619%22 data-name=%22Path 9619%22 d=%22M12,18H26.8%22 transform=%22translate(2.1 3.5)%22 fill=%22none%22 stroke=%22%23c01e90%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22/%3E%3C/g%3E%3C/svg%3E');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* Contact form */

#contact-form form, #contact-form_eden form {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media (min-width: 1024px) {
  #contact-form form, #contact-form_eden form {
    width: 80dvw;
  }
}

@media (min-width: 1280px) {
  #contact-form form, #contact-form_eden form {
    width: 50dvw;
  }
}

#contact-form .gfield {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#contact-form label {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  #contact-form .gform_wrapper.gravity-theme .gform_fields {
    gap: 2rem !important;
  }
}

.section.billy .gform_wrapper .button, .gform_wrapper .gform_footer input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 191 177 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.section.eden .gform_wrapper .button, .gform_wrapper .gform_footer input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 144 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

#contact-form .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 1.25rem;
}

/* Billy Bear styling ends here */

/* Eden Cafe styles start here */

#whats_on .swiper-button-prev::after, #whats_on .swiper-button-next::after {
  content: "";
}

#whats_on .swiper-button-prev, #whats_on .swiper-button-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20id%3D%22Group_14102%22%20data-name%3D%22Group%2014102%22%20transform%3D%22translate(1651%202807.651)%20rotate(180)%22%3E%3Cg%20id%3D%22Icon_feather-arrow-right-circle%22%20data-name%3D%22Icon%20feather-arrow-right-circle%22%20transform%3D%22translate(1617%202773.651)%22%3E%3Cpath%20id%3D%22Path_9617%22%20data-name%3D%22Path%209617%22%20d%3D%22M33%2C18A15%2C15%2C0%2C1%2C1%2C18%2C3%2C15%2C15%2C0%2C0%2C1%2C33%2C18Z%22%20fill%3D%22none%22%20stroke%3D%22%23ff9002%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22/%3E%3Cpath%20id%3D%22Path_9618%22%20data-name%3D%22Path%209618%22%20d%3D%22M18%2C24l6-6-6-6%22%20fill%3D%22none%22%20stroke%3D%22%23ff9002%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22/%3E%3Cpath%20id%3D%22Path_9619%22%20data-name%3D%22Path%209619%22%20d%3D%22M12%2C18H24%22%20fill%3D%22none%22%20stroke%3D%22%23ff9002%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#menus .after-element {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g id="Group_14085" data-name="Group 14085" transform="translate(-1619 -2775.651)"><g id="Icon_feather-arrow-right-circle" data-name="Icon feather-arrow-right-circle" transform="translate(1617 2773.651)"><path id="Path_9617" data-name="Path 9617" d="M33,18A15,15,0,1,1,18,3,15,15,0,0,1,33,18Z" fill="none" stroke="%23282b2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_9618" data-name="Path 9618" d="M18,24l6-6-6-6" fill="none" stroke="%23282b2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_9619" data-name="Path 9619" d="M12,18H24" fill="none" stroke="%23282b2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>') no-repeat center center;
}

.gm-style-iw.gm-style-iw-c {
  width: 324px !important;
}

.gm-ui-hover-effect {
  width: unset !important;
}

.gm-style-iw-ch {
  position: relative !important;
}

.map .eventMapCanvas [role='dialog'] button {
  top: 0 !important;
  right: 8px !important;
}

@media (max-width: 768px) {
  .map .eventMapCanvas [role='dialog'] button {
    right: 0 !important;
  }
}

/* Eden Cafe styles ends here */

.hover\:prose-lg:hover {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.hover\:prose-lg:hover :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.hover\:prose-lg:hover :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.hover\:prose-lg:hover :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.hover\:prose-lg:hover :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.hover\:prose-lg:hover :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.hover\:prose-lg:hover :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.hover\:prose-lg:hover :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.hover\:prose-lg:hover :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.hover\:prose-lg:hover :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.hover\:prose-lg:hover :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.hover\:prose-lg:hover :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.hover\:prose-lg:hover :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}

.hover\:prose-lg:hover :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.hover\:prose-lg:hover :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.hover\:prose-lg:hover :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.hover\:prose-lg:hover :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.hover\:prose-lg:hover :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.hover\:prose-lg:hover :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.hover\:prose-lg:hover :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.hover\:prose-lg:hover :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.hover\:prose-lg:hover :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.hover\:prose-lg:hover :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.hover\:prose-lg:hover :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.hover\:prose-lg:hover :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.hover\:prose-lg:hover :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}

.hover\:prose-lg:hover :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.hover\:prose-lg:hover :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.hover\:prose-lg:hover :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.hover\:prose-lg:hover :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.hover\:prose-lg:hover :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.hover\:prose-lg:hover :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.hover\:prose-lg:hover :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.hover\:prose-lg:hover :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.hover\:prose-lg:hover :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.hover\:prose-lg:hover :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.hover\:prose-lg:hover :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.hover\:prose-lg:hover :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.hover\:prose-lg:hover :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.hover\:prose-lg:hover :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.hover\:prose-lg:hover :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.hover\:prose-lg:hover :where(.hover\:prose-lg:hover > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

@media (prefers-color-scheme: dark) {
  .dark\:prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .dark\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .dark\:prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .dark\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }

  .dark\:prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .dark\:prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .dark\:prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .dark\:prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .dark\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .dark\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .dark\:prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .dark\:prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .dark\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .dark\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .dark\:prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .dark\:prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .dark\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }

  .dark\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .dark\:prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }

  .dark\:prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .dark\:prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .dark\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }

  .dark\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }

  .dark\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .dark\:prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }

  .dark\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .dark\:prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }

  .dark\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .dark\:prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .dark\:prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .dark\:prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .dark\:prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .dark\:prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .dark\:prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
  }

  .dark\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }

  .dark\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }

  .dark\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }

  .dark\:prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }

  .dark\:prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }

  .dark\:prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .dark\:prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .dark\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .dark\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }

  .dark\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }

  .dark\:prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .dark\:prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .dark\:prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .dark\:prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .dark\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .dark\:prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .dark\:prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .dark\:prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }

  .dark\:prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dark\:prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .dark\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }

  .dark\:prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dark\:prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .dark\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .dark\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .dark\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .dark\:prose :where(.dark\:prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .dark\:prose :where(.dark\:prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .dark\:prose :where(.dark\:prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .dark\:prose :where(.dark\:prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .dark\:prose :where(.dark\:prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .dark\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .dark\:prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .dark\:prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
  }

  .dark\:prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .dark\:prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .dark\:prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .dark\:prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .dark\:prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .dark\:prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .dark\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .dark\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .dark\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .dark\:prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .dark\:prose :where(.dark\:prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .dark\:prose :where(.dark\:prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .sm\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }

  .sm\:prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .sm\:prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .sm\:prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .sm\:prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .sm\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .sm\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .sm\:prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .sm\:prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .sm\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .sm\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .sm\:prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .sm\:prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .sm\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }

  .sm\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .sm\:prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }

  .sm\:prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }

  .sm\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }

  .sm\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }

  .sm\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }

  .sm\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .sm\:prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .sm\:prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .sm\:prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
  }

  .sm\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }

  .sm\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }

  .sm\:prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }

  .sm\:prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }

  .sm\:prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .sm\:prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .sm\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }

  .sm\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }

  .sm\:prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .sm\:prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .sm\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .sm\:prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .sm\:prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .sm\:prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }

  .sm\:prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm\:prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .sm\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .sm\:prose :where(.sm\:prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose :where(.sm\:prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .sm\:prose :where(.sm\:prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .sm\:prose :where(.sm\:prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .sm\:prose :where(.sm\:prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .sm\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
  }

  .sm\:prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .sm\:prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .sm\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .sm\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .sm\:prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose :where(.sm\:prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose :where(.sm\:prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .md\:h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:underline-anim {
    position: relative;
  }

  .md\:underline-anim::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 3px;
    width: 0%;
    background-color: currentColor;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-content: '';
    content: var(--tw-content);
  }

  .md\:underline-anim:hover::after {
    left: 0px;
    right: unset;
    content: var(--tw-content);
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-right: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-1::after {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.after\:border-primary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.after\:text-primary::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition-opacity::after {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:border-y:first-child {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.odd\:bg-blue-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 254 / var(--tw-bg-opacity));
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:gap-0:hover {
  gap: 0px;
}

.hover\:gap-0\.5:hover {
  gap: 0.125rem;
}

.hover\:gap-6:hover {
  gap: 1.5rem;
}

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

.hover\:\!bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 209 210 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 246 / var(--tw-bg-opacity));
}

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 87 / var(--tw-bg-opacity));
}

.hover\:bg-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

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

.hover\:\!text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(175 18 109 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(227 31 153 / var(--tw-text-opacity));
}

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 18 109 / var(--tw-ring-opacity));
}

.focus\:hover\:text-center:hover:focus {
  text-align: center;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center;
}

.group\/child:hover .group-hover\/child\:pointer-events-auto {
  pointer-events: auto;
}

.group\/top:hover .group-hover\/top\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:h-\[100px\] {
  height: 100px;
}

.group:hover .group-hover\:min-h-\[unset\] {
  min-height: unset;
}

.group:hover .group-hover\:translate-y-\[175px\] {
  --tw-translate-y: 175px;
  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));
}

.group\/child:hover .group-hover\/child\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/top:hover .group-hover\/top\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.group:hover .group-hover\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.group:hover .group-hover\:rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(175 18 109 / var(--tw-border-opacity));
}

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

.group\/child:hover .group-hover\/child\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[var\(--service-color\)\] {
  background-color: var(--service-color);
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group\/child:hover .group-hover\/child\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group\/top:hover .group-hover\/top\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

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

.group\/child:hover .group-hover\/child\:opacity-100 {
  opacity: 1;
}

.group\/top:hover .group-hover\/top\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:brightness-\[10\] {
  --tw-brightness: brightness(10);
  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);
}

.group:hover .group-hover\:invert-0 {
  --tw-invert: invert(0);
  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);
}

.group\/top:hover .group-hover\/top\:after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}

.peer:checked ~ .peer-checked\:bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(108 72 145 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-headings\:text-ellipsis :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-overflow: ellipsis;
}

.prose-headings\:text-4xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.prose-headings\:text-primary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.prose-headings\:underline :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: underline;
}

.prose-h1\:text-center :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-align: center;
}

.prose-h1\:text-3xl :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.prose-h2\:text-2xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.prose-h4\:text-lg :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.prose-h5\:text-sm :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.prose-h6\:text-xl :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.prose-p\:text-gray-700 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(77 79 83 / var(--tw-text-opacity));
}

.prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 700;
}

.prose-blockquote\:italic :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-style: italic;
}

.prose-figure\:m-0 :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin: 0px;
}

.prose-figure\:mx-auto :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
}

.prose-figcaption\:opacity-75 :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  opacity: 0.75;
}

.prose-strong\:font-medium :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 500;
}

.prose-em\:italic :is(:where(em):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-style: italic;
}

.prose-ol\:pl-6 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 1.5rem;
}

.prose-ul\:pl-8 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 2rem;
}

.prose-li\:my-4 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prose-table\:my-8 :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prose-thead\:border-red-300 :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(239 111 90 / var(--tw-border-opacity));
}

.prose-tr\:border-red-200 :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(242 143 127 / var(--tw-border-opacity));
}

.prose-th\:text-left :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-align: left;
}

.prose-img\:rounded-lg :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.5rem;
}

.prose-video\:my-12 :is(:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.prose-hr\:border-t-2 :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-top-width: 2px;
}

.prose-lead\:italic :is(:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-style: italic;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media not all and (min-width: 768px) {
  .last\:max-md\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .last\:max-md\:opacity-0:last-child {
    opacity: 0;
  }
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[calc\(100vh-12rem\)\] {
    height: calc(100vh - 12rem);
  }

  .sm\:h-\[calc\(100vh-19rem\)\] {
    height: calc(100vh - 19rem);
  }

  .sm\:h-\[fill-available\] {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
  }

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .sm\:underline {
    text-decoration-line: underline;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:\!left-\[28\%\] {
    left: 28% !important;
  }

  .md\:\!right-\[28\%\] {
    right: 28% !important;
  }

  .md\:-left-\[24px\] {
    left: -24px;
  }

  .md\:-left-\[90px\] {
    left: -90px;
  }

  .md\:-right-\[10\%\] {
    right: -10%;
  }

  .md\:-right-\[17\%\] {
    right: -17%;
  }

  .md\:-right-\[24px\] {
    right: -24px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-\[50px\] {
    bottom: 50px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-\[-27\%\] {
    left: -27%;
  }

  .md\:left-\[50px\] {
    left: 50px;
  }

  .md\:left-\[unset\] {
    left: unset;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-\[-27\%\] {
    right: -27%;
  }

  .md\:right-\[5\%\] {
    right: 5%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-\[50\%\] {
    top: 50%;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

  .md\:me-10 {
    -webkit-margin-end: 2.5rem;
            margin-inline-end: 2.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

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

  .md\:h-full {
    height: 100%;
  }

  .md\:h-section {
    height: calc(100vh - var(--h-header));
  }

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

  .md\:min-h-\[618px\] {
    min-height: 618px;
  }

  .md\:min-h-\[unset\] {
    min-height: unset;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-16 {
    width: 4rem;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

  .md\:w-\[unset\] {
    width: unset;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

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

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

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

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

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

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

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

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

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

  .md\:-translate-x-\[100\%\] {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-\[50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-\[50\%\] {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-\[70\%\] {
    --tw-translate-y: 70%;
    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));
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[1\.5fr_1\.5fr_1fr_1fr_1fr\] {
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:items-stretch {
    align-items: stretch;
  }

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

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

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-section {
    padding: 100px 0px 130px 0px;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-\[unset\] {
    padding-bottom: unset;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[200px\] {
    padding-top: 200px;
  }

  .md\:pt-\[68px\] {
    padding-top: 68px;
  }

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

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

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

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

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

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

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

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

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-bg {
    font-size: 26rem;
  }

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

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

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

  .md\:leading-\[80px\] {
    line-height: 80px;
  }

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

  .md\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 230 232 / var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .md\:group-hover\:translate-y-\[20\%\] {
    --tw-translate-y: 20%;
    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));
  }

  .group:hover .md\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .md\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(175 18 109 / var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:\!left-\[36\%\] {
    left: 36% !important;
  }

  .lg\:\!right-\[36\%\] {
    right: 36% !important;
  }

  .lg\:-left-\[17\%\] {
    left: -17%;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[1\%\] {
    left: 1%;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-\[1\%\] {
    right: 1%;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-52 {
    height: 13rem;
  }

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

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

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

  .lg\:h-\[calc\(100vh-15rem\)\] {
    height: calc(100vh - 15rem);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

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

  .lg\:min-h-\[920px\] {
    min-height: 920px;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

  .lg\:w-\[250\%\] {
    width: 250%;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[25\%\] {
    max-width: 25%;
  }

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

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[10\%_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)\] {
    grid-template-columns: 10% minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr);
  }

  .lg\:grid-cols-\[20\%_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)_minmax\(0px\2c 1fr\)\] {
    grid-template-columns: 20% minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr) minmax(0px,1fr);
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:content-center {
    align-content: center;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:p-20 {
    padding: 5rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .lg\:pl-\[5\%\] {
    padding-left: 5%;
  }

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

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

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:leading-\[3rem\] {
    line-height: 3rem;
  }

  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(175 18 109 / var(--tw-text-opacity));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

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

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

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

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

  .xl\:ml-40 {
    margin-left: 10rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-20 {
    height: 5rem;
  }

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

  .xl\:h-\[90dvh\] {
    height: 90dvh;
  }

  .xl\:h-\[96dvh\] {
    height: 96dvh;
  }

  .xl\:h-\[calc\(100vh-12rem\)\] {
    height: calc(100vh - 12rem);
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:max-h-\[80dvh\] {
    max-height: 80dvh;
  }

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

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

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

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-\[150\%\] {
    width: 150%;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[30\%\] {
    max-width: 30%;
  }

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

  .xl\:max-w-\[75\%\] {
    max-width: 75%;
  }

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

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

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

  .xl\:justify-normal {
    justify-content: normal;
  }

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

  .xl\:leading-\[4\.5rem\] {
    line-height: 4.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-\[24rem\] {
    height: 24rem;
  }

  .\32xl\:h-\[97dvh\] {
    height: 97dvh;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:min-h-\[90dvh\] {
    min-height: 90dvh;
  }

  .\32xl\:max-w-\[35\%\] {
    max-width: 35%;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

.\[\&\.bg-white\]\:\!text-black.bg-white {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\[\&\.swiper-slide-active\]\:z-\[1\].swiper-slide-active {
  z-index: 1;
}

.\[\&\.swiper-slide-active\]\:bg-primary.swiper-slide-active {
  --tw-bg-opacity: 1;
  background-color: rgb(175 18 109 / var(--tw-bg-opacity));
}

.\[\&\.swiper-slide-active\]\:text-white.swiper-slide-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>\*\:nth-child\(even\)\]\:bg-gray-50>*:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 246 / var(--tw-bg-opacity));
}

.\[\&\>\*\]\:h-full>* {
  height: 100%;
}

.\[\&\>\*\]\:w-full>* {
  width: 100%;
}

.\[\&\>\*\]\:object-cover>* {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>\.swiper-pagination-bullet-active\]\:bg-teal>.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 195 175 / var(--tw-bg-opacity));
}

.\[\&\>\.swiper-pagination-bullet\]\:h-\[10px\]>.swiper-pagination-bullet {
  height: 10px;
}

.\[\&\>\.swiper-pagination-bullet\]\:w-\[10px\]>.swiper-pagination-bullet {
  width: 10px;
}

.\[\&\>a\]\:border-gray-100>a {
  --tw-border-opacity: 1;
  border-color: rgb(229 230 232 / var(--tw-border-opacity));
}

.\[\&\>a\]\:bg-gray-100>a {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 232 / var(--tw-bg-opacity));
}

.\[\&\>a\]\:text-primary>a {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.\[\&\>h2\]\:pt-10>h2 {
  padding-top: 2.5rem;
}

.\[\&\>h2\]\:text-4xl>h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.\[\&\>h2\]\:font-light>h2 {
  font-weight: 300;
}

.\[\&\>h2\]\:leading-tight>h2 {
  line-height: 1.25;
}

.\[\&\>h2\]\:text-primary>h2 {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&\>h2\]\:text-5xl>h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.\[\&\>p\]\:mb-0>p {
  margin-bottom: 0px;
}

.\[\&\>svg\]\:h-7>svg {
  height: 1.75rem;
}

.\[\&\>svg\]\:w-2>svg {
  width: 0.5rem;
}

.\[\&\>svg\]\:w-7>svg {
  width: 1.75rem;
}

.\[\&\>ul\]\:justify-start>ul {
  justify-content: flex-start;
}

.\[\&\>ul\]\:gap-5>ul {
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .md\:\[\&\>ul\]\:justify-end>ul {
    justify-content: flex-end;
  }
}

.\[\&_\.gform_footer\]\:justify-center .gform footer {
  justify-content: center;
}

.\[\&_\.swiper-button-disabled\]\:\!text-gray-200 .swiper-button-disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(207 209 210 / var(--tw-text-opacity)) !important;
}

.\[\&_\>_h1\]\:pr-7 > h1 {
  padding-right: 1.75rem;
}

.\[\&_a\]\:text-primary-700 a {
  --tw-text-opacity: 1;
  color: rgb(198 16 124 / var(--tw-text-opacity));
}

.\[\&_a\]\:hover\:text-primary:hover a {
  --tw-text-opacity: 1;
  color: rgb(175 18 109 / var(--tw-text-opacity));
}

.\[\&_h2\]\:mb-0 h2 {
  margin-bottom: 0px;
}

.\[\&_h2\]\:font-asap h2 {
  font-family: Asap, sans-serif;
}

.\[\&_h2\]\:font-serif h2 {
  font-family: Kanit, Georgia, serif;
}

.\[\&_h2\]\:text-5xl h2 {
  font-size: 3rem;
  line-height: 1;
}

.\[\&_h2\]\:font-bold h2 {
  font-weight: 700;
}

.\[\&_h2\]\:uppercase h2 {
  text-transform: uppercase;
}

.\[\&_p\]\:my-8 p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:mt-5 p {
  margin-top: 1.25rem;
}

.\[\&_p\]\:pt-5 p {
  padding-top: 1.25rem;
}

.\[\&_span\]\:hover\:visible:hover span {
  visibility: visible;
}

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

.swiper-slide-active .\[\.swiper-slide-active_\&\]\:border-l-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(175 18 109 / var(--tw-border-opacity));
}

.swiper-slide-active .\[\.swiper-slide-active_\&\]\:text-current {
  color: currentColor;
}

.swiper-slide-active .\[\.swiper-slide-active_\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}