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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Montserrat, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-left-3 {
  left: -0.75rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

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

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

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

.m-6 {
  margin: 1.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.max-w-sm {
  max-width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up {
  animation: fadeUp 0.6s ease-out forwards;
}

@keyframes ripple {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

.animate-ripple {
  animation: ripple 2s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-5 > :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));
}

.space-y-6 > :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));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-accent {
  --tw-border-opacity: 1;
  border-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
}

.border-accent-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
}

.border-accent-foreground\/0 {
  border-color: hsl(var(--accent-foreground) / 0);
}

.border-accent-foreground\/10 {
  border-color: hsl(var(--accent-foreground) / 0.1);
}

.border-accent-foreground\/100 {
  border-color: hsl(var(--accent-foreground) / 1);
}

.border-accent-foreground\/15 {
  border-color: hsl(var(--accent-foreground) / 0.15);
}

.border-accent-foreground\/20 {
  border-color: hsl(var(--accent-foreground) / 0.2);
}

.border-accent-foreground\/25 {
  border-color: hsl(var(--accent-foreground) / 0.25);
}

.border-accent-foreground\/30 {
  border-color: hsl(var(--accent-foreground) / 0.3);
}

.border-accent-foreground\/35 {
  border-color: hsl(var(--accent-foreground) / 0.35);
}

.border-accent-foreground\/40 {
  border-color: hsl(var(--accent-foreground) / 0.4);
}

.border-accent-foreground\/45 {
  border-color: hsl(var(--accent-foreground) / 0.45);
}

.border-accent-foreground\/5 {
  border-color: hsl(var(--accent-foreground) / 0.05);
}

.border-accent-foreground\/50 {
  border-color: hsl(var(--accent-foreground) / 0.5);
}

.border-accent-foreground\/55 {
  border-color: hsl(var(--accent-foreground) / 0.55);
}

.border-accent-foreground\/60 {
  border-color: hsl(var(--accent-foreground) / 0.6);
}

.border-accent-foreground\/65 {
  border-color: hsl(var(--accent-foreground) / 0.65);
}

.border-accent-foreground\/70 {
  border-color: hsl(var(--accent-foreground) / 0.7);
}

.border-accent-foreground\/75 {
  border-color: hsl(var(--accent-foreground) / 0.75);
}

.border-accent-foreground\/80 {
  border-color: hsl(var(--accent-foreground) / 0.8);
}

.border-accent-foreground\/85 {
  border-color: hsl(var(--accent-foreground) / 0.85);
}

.border-accent-foreground\/90 {
  border-color: hsl(var(--accent-foreground) / 0.9);
}

.border-accent-foreground\/95 {
  border-color: hsl(var(--accent-foreground) / 0.95);
}

.border-accent\/0 {
  border-color: hsl(var(--accent) / 0);
}

.border-accent\/10 {
  border-color: hsl(var(--accent) / 0.1);
}

.border-accent\/100 {
  border-color: hsl(var(--accent) / 1);
}

.border-accent\/15 {
  border-color: hsl(var(--accent) / 0.15);
}

.border-accent\/20 {
  border-color: hsl(var(--accent) / 0.2);
}

.border-accent\/25 {
  border-color: hsl(var(--accent) / 0.25);
}

.border-accent\/30 {
  border-color: hsl(var(--accent) / 0.3);
}

.border-accent\/35 {
  border-color: hsl(var(--accent) / 0.35);
}

.border-accent\/40 {
  border-color: hsl(var(--accent) / 0.4);
}

.border-accent\/45 {
  border-color: hsl(var(--accent) / 0.45);
}

.border-accent\/5 {
  border-color: hsl(var(--accent) / 0.05);
}

.border-accent\/50 {
  border-color: hsl(var(--accent) / 0.5);
}

.border-accent\/55 {
  border-color: hsl(var(--accent) / 0.55);
}

.border-accent\/60 {
  border-color: hsl(var(--accent) / 0.6);
}

.border-accent\/65 {
  border-color: hsl(var(--accent) / 0.65);
}

.border-accent\/70 {
  border-color: hsl(var(--accent) / 0.7);
}

.border-accent\/75 {
  border-color: hsl(var(--accent) / 0.75);
}

.border-accent\/80 {
  border-color: hsl(var(--accent) / 0.8);
}

.border-accent\/85 {
  border-color: hsl(var(--accent) / 0.85);
}

.border-accent\/90 {
  border-color: hsl(var(--accent) / 0.9);
}

.border-accent\/95 {
  border-color: hsl(var(--accent) / 0.95);
}

.border-background {
  --tw-border-opacity: 1;
  border-color: hsl(var(--background) / var(--tw-border-opacity, 1));
}

.border-background\/0 {
  border-color: hsl(var(--background) / 0);
}

.border-background\/10 {
  border-color: hsl(var(--background) / 0.1);
}

.border-background\/100 {
  border-color: hsl(var(--background) / 1);
}

.border-background\/15 {
  border-color: hsl(var(--background) / 0.15);
}

.border-background\/20 {
  border-color: hsl(var(--background) / 0.2);
}

.border-background\/25 {
  border-color: hsl(var(--background) / 0.25);
}

.border-background\/30 {
  border-color: hsl(var(--background) / 0.3);
}

.border-background\/35 {
  border-color: hsl(var(--background) / 0.35);
}

.border-background\/40 {
  border-color: hsl(var(--background) / 0.4);
}

.border-background\/45 {
  border-color: hsl(var(--background) / 0.45);
}

.border-background\/5 {
  border-color: hsl(var(--background) / 0.05);
}

.border-background\/50 {
  border-color: hsl(var(--background) / 0.5);
}

.border-background\/55 {
  border-color: hsl(var(--background) / 0.55);
}

.border-background\/60 {
  border-color: hsl(var(--background) / 0.6);
}

.border-background\/65 {
  border-color: hsl(var(--background) / 0.65);
}

.border-background\/70 {
  border-color: hsl(var(--background) / 0.7);
}

.border-background\/75 {
  border-color: hsl(var(--background) / 0.75);
}

.border-background\/80 {
  border-color: hsl(var(--background) / 0.8);
}

.border-background\/85 {
  border-color: hsl(var(--background) / 0.85);
}

.border-background\/90 {
  border-color: hsl(var(--background) / 0.9);
}

.border-background\/95 {
  border-color: hsl(var(--background) / 0.95);
}

.border-border {
  --tw-border-opacity: 1;
  border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}

.border-border\/20 {
  border-color: hsl(var(--border) / 0.2);
}

.border-border\/30 {
  border-color: hsl(var(--border) / 0.3);
}

.border-border\/40 {
  border-color: hsl(var(--border) / 0.4);
}

.border-border\/50 {
  border-color: hsl(var(--border) / 0.5);
}

.border-card {
  --tw-border-opacity: 1;
  border-color: hsl(var(--card) / var(--tw-border-opacity, 1));
}

.border-card-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
}

.border-card-foreground\/0 {
  border-color: hsl(var(--card-foreground) / 0);
}

.border-card-foreground\/10 {
  border-color: hsl(var(--card-foreground) / 0.1);
}

.border-card-foreground\/100 {
  border-color: hsl(var(--card-foreground) / 1);
}

.border-card-foreground\/15 {
  border-color: hsl(var(--card-foreground) / 0.15);
}

.border-card-foreground\/20 {
  border-color: hsl(var(--card-foreground) / 0.2);
}

.border-card-foreground\/25 {
  border-color: hsl(var(--card-foreground) / 0.25);
}

.border-card-foreground\/30 {
  border-color: hsl(var(--card-foreground) / 0.3);
}

.border-card-foreground\/35 {
  border-color: hsl(var(--card-foreground) / 0.35);
}

.border-card-foreground\/40 {
  border-color: hsl(var(--card-foreground) / 0.4);
}

.border-card-foreground\/45 {
  border-color: hsl(var(--card-foreground) / 0.45);
}

.border-card-foreground\/5 {
  border-color: hsl(var(--card-foreground) / 0.05);
}

.border-card-foreground\/50 {
  border-color: hsl(var(--card-foreground) / 0.5);
}

.border-card-foreground\/55 {
  border-color: hsl(var(--card-foreground) / 0.55);
}

.border-card-foreground\/60 {
  border-color: hsl(var(--card-foreground) / 0.6);
}

.border-card-foreground\/65 {
  border-color: hsl(var(--card-foreground) / 0.65);
}

.border-card-foreground\/70 {
  border-color: hsl(var(--card-foreground) / 0.7);
}

.border-card-foreground\/75 {
  border-color: hsl(var(--card-foreground) / 0.75);
}

.border-card-foreground\/80 {
  border-color: hsl(var(--card-foreground) / 0.8);
}

.border-card-foreground\/85 {
  border-color: hsl(var(--card-foreground) / 0.85);
}

.border-card-foreground\/90 {
  border-color: hsl(var(--card-foreground) / 0.9);
}

.border-card-foreground\/95 {
  border-color: hsl(var(--card-foreground) / 0.95);
}

.border-card\/0 {
  border-color: hsl(var(--card) / 0);
}

.border-card\/10 {
  border-color: hsl(var(--card) / 0.1);
}

.border-card\/100 {
  border-color: hsl(var(--card) / 1);
}

.border-card\/15 {
  border-color: hsl(var(--card) / 0.15);
}

.border-card\/20 {
  border-color: hsl(var(--card) / 0.2);
}

.border-card\/25 {
  border-color: hsl(var(--card) / 0.25);
}

.border-card\/30 {
  border-color: hsl(var(--card) / 0.3);
}

.border-card\/35 {
  border-color: hsl(var(--card) / 0.35);
}

.border-card\/40 {
  border-color: hsl(var(--card) / 0.4);
}

.border-card\/45 {
  border-color: hsl(var(--card) / 0.45);
}

.border-card\/5 {
  border-color: hsl(var(--card) / 0.05);
}

.border-card\/50 {
  border-color: hsl(var(--card) / 0.5);
}

.border-card\/55 {
  border-color: hsl(var(--card) / 0.55);
}

.border-card\/60 {
  border-color: hsl(var(--card) / 0.6);
}

.border-card\/65 {
  border-color: hsl(var(--card) / 0.65);
}

.border-card\/70 {
  border-color: hsl(var(--card) / 0.7);
}

.border-card\/75 {
  border-color: hsl(var(--card) / 0.75);
}

.border-card\/80 {
  border-color: hsl(var(--card) / 0.8);
}

.border-card\/85 {
  border-color: hsl(var(--card) / 0.85);
}

.border-card\/90 {
  border-color: hsl(var(--card) / 0.9);
}

.border-card\/95 {
  border-color: hsl(var(--card) / 0.95);
}

.border-cold-plunge {
  --tw-border-opacity: 1;
  border-color: hsl(188 35% 53% / var(--tw-border-opacity, 1));
}

.border-cold-plunge\/0 {
  border-color: hsl(188 35% 53% / 0);
}

.border-cold-plunge\/10 {
  border-color: hsl(188 35% 53% / 0.1);
}

.border-cold-plunge\/100 {
  border-color: hsl(188 35% 53% / 1);
}

.border-cold-plunge\/15 {
  border-color: hsl(188 35% 53% / 0.15);
}

.border-cold-plunge\/20 {
  border-color: hsl(188 35% 53% / 0.2);
}

.border-cold-plunge\/25 {
  border-color: hsl(188 35% 53% / 0.25);
}

.border-cold-plunge\/30 {
  border-color: hsl(188 35% 53% / 0.3);
}

.border-cold-plunge\/35 {
  border-color: hsl(188 35% 53% / 0.35);
}

.border-cold-plunge\/40 {
  border-color: hsl(188 35% 53% / 0.4);
}

.border-cold-plunge\/45 {
  border-color: hsl(188 35% 53% / 0.45);
}

.border-cold-plunge\/5 {
  border-color: hsl(188 35% 53% / 0.05);
}

.border-cold-plunge\/50 {
  border-color: hsl(188 35% 53% / 0.5);
}

.border-cold-plunge\/55 {
  border-color: hsl(188 35% 53% / 0.55);
}

.border-cold-plunge\/60 {
  border-color: hsl(188 35% 53% / 0.6);
}

.border-cold-plunge\/65 {
  border-color: hsl(188 35% 53% / 0.65);
}

.border-cold-plunge\/70 {
  border-color: hsl(188 35% 53% / 0.7);
}

.border-cold-plunge\/75 {
  border-color: hsl(188 35% 53% / 0.75);
}

.border-cold-plunge\/80 {
  border-color: hsl(188 35% 53% / 0.8);
}

.border-cold-plunge\/85 {
  border-color: hsl(188 35% 53% / 0.85);
}

.border-cold-plunge\/90 {
  border-color: hsl(188 35% 53% / 0.9);
}

.border-cold-plunge\/95 {
  border-color: hsl(188 35% 53% / 0.95);
}

.border-deep-slate {
  --tw-border-opacity: 1;
  border-color: hsl(207 14% 34% / var(--tw-border-opacity, 1));
}

.border-deep-slate\/0 {
  border-color: hsl(207 14% 34% / 0);
}

.border-deep-slate\/10 {
  border-color: hsl(207 14% 34% / 0.1);
}

.border-deep-slate\/100 {
  border-color: hsl(207 14% 34% / 1);
}

.border-deep-slate\/15 {
  border-color: hsl(207 14% 34% / 0.15);
}

.border-deep-slate\/20 {
  border-color: hsl(207 14% 34% / 0.2);
}

.border-deep-slate\/25 {
  border-color: hsl(207 14% 34% / 0.25);
}

.border-deep-slate\/30 {
  border-color: hsl(207 14% 34% / 0.3);
}

.border-deep-slate\/35 {
  border-color: hsl(207 14% 34% / 0.35);
}

.border-deep-slate\/40 {
  border-color: hsl(207 14% 34% / 0.4);
}

.border-deep-slate\/45 {
  border-color: hsl(207 14% 34% / 0.45);
}

.border-deep-slate\/5 {
  border-color: hsl(207 14% 34% / 0.05);
}

.border-deep-slate\/50 {
  border-color: hsl(207 14% 34% / 0.5);
}

.border-deep-slate\/55 {
  border-color: hsl(207 14% 34% / 0.55);
}

.border-deep-slate\/60 {
  border-color: hsl(207 14% 34% / 0.6);
}

.border-deep-slate\/65 {
  border-color: hsl(207 14% 34% / 0.65);
}

.border-deep-slate\/70 {
  border-color: hsl(207 14% 34% / 0.7);
}

.border-deep-slate\/75 {
  border-color: hsl(207 14% 34% / 0.75);
}

.border-deep-slate\/80 {
  border-color: hsl(207 14% 34% / 0.8);
}

.border-deep-slate\/85 {
  border-color: hsl(207 14% 34% / 0.85);
}

.border-deep-slate\/90 {
  border-color: hsl(207 14% 34% / 0.9);
}

.border-deep-slate\/95 {
  border-color: hsl(207 14% 34% / 0.95);
}

.border-destructive\/50 {
  border-color: hsl(var(--destructive) / 0.5);
}

.border-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
}

.border-foreground\/0 {
  border-color: hsl(var(--foreground) / 0);
}

.border-foreground\/10 {
  border-color: hsl(var(--foreground) / 0.1);
}

.border-foreground\/100 {
  border-color: hsl(var(--foreground) / 1);
}

.border-foreground\/15 {
  border-color: hsl(var(--foreground) / 0.15);
}

.border-foreground\/20 {
  border-color: hsl(var(--foreground) / 0.2);
}

.border-foreground\/25 {
  border-color: hsl(var(--foreground) / 0.25);
}

.border-foreground\/30 {
  border-color: hsl(var(--foreground) / 0.3);
}

.border-foreground\/35 {
  border-color: hsl(var(--foreground) / 0.35);
}

.border-foreground\/40 {
  border-color: hsl(var(--foreground) / 0.4);
}

.border-foreground\/45 {
  border-color: hsl(var(--foreground) / 0.45);
}

.border-foreground\/5 {
  border-color: hsl(var(--foreground) / 0.05);
}

.border-foreground\/50 {
  border-color: hsl(var(--foreground) / 0.5);
}

.border-foreground\/55 {
  border-color: hsl(var(--foreground) / 0.55);
}

.border-foreground\/60 {
  border-color: hsl(var(--foreground) / 0.6);
}

.border-foreground\/65 {
  border-color: hsl(var(--foreground) / 0.65);
}

.border-foreground\/70 {
  border-color: hsl(var(--foreground) / 0.7);
}

.border-foreground\/75 {
  border-color: hsl(var(--foreground) / 0.75);
}

.border-foreground\/80 {
  border-color: hsl(var(--foreground) / 0.8);
}

.border-foreground\/85 {
  border-color: hsl(var(--foreground) / 0.85);
}

.border-foreground\/90 {
  border-color: hsl(var(--foreground) / 0.9);
}

.border-foreground\/95 {
  border-color: hsl(var(--foreground) / 0.95);
}

.border-input {
  --tw-border-opacity: 1;
  border-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}

.border-lava-stone {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 12% / var(--tw-border-opacity, 1));
}

.border-lava-stone\/0 {
  border-color: hsl(0 0% 12% / 0);
}

.border-lava-stone\/10 {
  border-color: hsl(0 0% 12% / 0.1);
}

.border-lava-stone\/100 {
  border-color: hsl(0 0% 12% / 1);
}

.border-lava-stone\/15 {
  border-color: hsl(0 0% 12% / 0.15);
}

.border-lava-stone\/20 {
  border-color: hsl(0 0% 12% / 0.2);
}

.border-lava-stone\/25 {
  border-color: hsl(0 0% 12% / 0.25);
}

.border-lava-stone\/30 {
  border-color: hsl(0 0% 12% / 0.3);
}

.border-lava-stone\/35 {
  border-color: hsl(0 0% 12% / 0.35);
}

.border-lava-stone\/40 {
  border-color: hsl(0 0% 12% / 0.4);
}

.border-lava-stone\/45 {
  border-color: hsl(0 0% 12% / 0.45);
}

.border-lava-stone\/5 {
  border-color: hsl(0 0% 12% / 0.05);
}

.border-lava-stone\/50 {
  border-color: hsl(0 0% 12% / 0.5);
}

.border-lava-stone\/55 {
  border-color: hsl(0 0% 12% / 0.55);
}

.border-lava-stone\/60 {
  border-color: hsl(0 0% 12% / 0.6);
}

.border-lava-stone\/65 {
  border-color: hsl(0 0% 12% / 0.65);
}

.border-lava-stone\/70 {
  border-color: hsl(0 0% 12% / 0.7);
}

.border-lava-stone\/75 {
  border-color: hsl(0 0% 12% / 0.75);
}

.border-lava-stone\/80 {
  border-color: hsl(0 0% 12% / 0.8);
}

.border-lava-stone\/85 {
  border-color: hsl(0 0% 12% / 0.85);
}

.border-lava-stone\/90 {
  border-color: hsl(0 0% 12% / 0.9);
}

.border-lava-stone\/95 {
  border-color: hsl(0 0% 12% / 0.95);
}

.border-mineral-aqua {
  --tw-border-opacity: 1;
  border-color: hsl(186 38% 75% / var(--tw-border-opacity, 1));
}

.border-mineral-aqua\/0 {
  border-color: hsl(186 38% 75% / 0);
}

.border-mineral-aqua\/10 {
  border-color: hsl(186 38% 75% / 0.1);
}

.border-mineral-aqua\/100 {
  border-color: hsl(186 38% 75% / 1);
}

.border-mineral-aqua\/15 {
  border-color: hsl(186 38% 75% / 0.15);
}

.border-mineral-aqua\/20 {
  border-color: hsl(186 38% 75% / 0.2);
}

.border-mineral-aqua\/25 {
  border-color: hsl(186 38% 75% / 0.25);
}

.border-mineral-aqua\/30 {
  border-color: hsl(186 38% 75% / 0.3);
}

.border-mineral-aqua\/35 {
  border-color: hsl(186 38% 75% / 0.35);
}

.border-mineral-aqua\/40 {
  border-color: hsl(186 38% 75% / 0.4);
}

.border-mineral-aqua\/45 {
  border-color: hsl(186 38% 75% / 0.45);
}

.border-mineral-aqua\/5 {
  border-color: hsl(186 38% 75% / 0.05);
}

.border-mineral-aqua\/50 {
  border-color: hsl(186 38% 75% / 0.5);
}

.border-mineral-aqua\/55 {
  border-color: hsl(186 38% 75% / 0.55);
}

.border-mineral-aqua\/60 {
  border-color: hsl(186 38% 75% / 0.6);
}

.border-mineral-aqua\/65 {
  border-color: hsl(186 38% 75% / 0.65);
}

.border-mineral-aqua\/70 {
  border-color: hsl(186 38% 75% / 0.7);
}

.border-mineral-aqua\/75 {
  border-color: hsl(186 38% 75% / 0.75);
}

.border-mineral-aqua\/80 {
  border-color: hsl(186 38% 75% / 0.8);
}

.border-mineral-aqua\/85 {
  border-color: hsl(186 38% 75% / 0.85);
}

.border-mineral-aqua\/90 {
  border-color: hsl(186 38% 75% / 0.9);
}

.border-mineral-aqua\/95 {
  border-color: hsl(186 38% 75% / 0.95);
}

.border-muted {
  --tw-border-opacity: 1;
  border-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
}

.border-muted-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
}

.border-muted-foreground\/0 {
  border-color: hsl(var(--muted-foreground) / 0);
}

.border-muted-foreground\/10 {
  border-color: hsl(var(--muted-foreground) / 0.1);
}

.border-muted-foreground\/100 {
  border-color: hsl(var(--muted-foreground) / 1);
}

.border-muted-foreground\/15 {
  border-color: hsl(var(--muted-foreground) / 0.15);
}

.border-muted-foreground\/20 {
  border-color: hsl(var(--muted-foreground) / 0.2);
}

.border-muted-foreground\/25 {
  border-color: hsl(var(--muted-foreground) / 0.25);
}

.border-muted-foreground\/30 {
  border-color: hsl(var(--muted-foreground) / 0.3);
}

.border-muted-foreground\/35 {
  border-color: hsl(var(--muted-foreground) / 0.35);
}

.border-muted-foreground\/40 {
  border-color: hsl(var(--muted-foreground) / 0.4);
}

.border-muted-foreground\/45 {
  border-color: hsl(var(--muted-foreground) / 0.45);
}

.border-muted-foreground\/5 {
  border-color: hsl(var(--muted-foreground) / 0.05);
}

.border-muted-foreground\/50 {
  border-color: hsl(var(--muted-foreground) / 0.5);
}

.border-muted-foreground\/55 {
  border-color: hsl(var(--muted-foreground) / 0.55);
}

.border-muted-foreground\/60 {
  border-color: hsl(var(--muted-foreground) / 0.6);
}

.border-muted-foreground\/65 {
  border-color: hsl(var(--muted-foreground) / 0.65);
}

.border-muted-foreground\/70 {
  border-color: hsl(var(--muted-foreground) / 0.7);
}

.border-muted-foreground\/75 {
  border-color: hsl(var(--muted-foreground) / 0.75);
}

.border-muted-foreground\/80 {
  border-color: hsl(var(--muted-foreground) / 0.8);
}

.border-muted-foreground\/85 {
  border-color: hsl(var(--muted-foreground) / 0.85);
}

.border-muted-foreground\/90 {
  border-color: hsl(var(--muted-foreground) / 0.9);
}

.border-muted-foreground\/95 {
  border-color: hsl(var(--muted-foreground) / 0.95);
}

.border-muted\/0 {
  border-color: hsl(var(--muted) / 0);
}

.border-muted\/10 {
  border-color: hsl(var(--muted) / 0.1);
}

.border-muted\/100 {
  border-color: hsl(var(--muted) / 1);
}

.border-muted\/15 {
  border-color: hsl(var(--muted) / 0.15);
}

.border-muted\/20 {
  border-color: hsl(var(--muted) / 0.2);
}

.border-muted\/25 {
  border-color: hsl(var(--muted) / 0.25);
}

.border-muted\/30 {
  border-color: hsl(var(--muted) / 0.3);
}

.border-muted\/35 {
  border-color: hsl(var(--muted) / 0.35);
}

.border-muted\/40 {
  border-color: hsl(var(--muted) / 0.4);
}

.border-muted\/45 {
  border-color: hsl(var(--muted) / 0.45);
}

.border-muted\/5 {
  border-color: hsl(var(--muted) / 0.05);
}

.border-muted\/50 {
  border-color: hsl(var(--muted) / 0.5);
}

.border-muted\/55 {
  border-color: hsl(var(--muted) / 0.55);
}

.border-muted\/60 {
  border-color: hsl(var(--muted) / 0.6);
}

.border-muted\/65 {
  border-color: hsl(var(--muted) / 0.65);
}

.border-muted\/70 {
  border-color: hsl(var(--muted) / 0.7);
}

.border-muted\/75 {
  border-color: hsl(var(--muted) / 0.75);
}

.border-muted\/80 {
  border-color: hsl(var(--muted) / 0.8);
}

.border-muted\/85 {
  border-color: hsl(var(--muted) / 0.85);
}

.border-muted\/90 {
  border-color: hsl(var(--muted) / 0.9);
}

.border-muted\/95 {
  border-color: hsl(var(--muted) / 0.95);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
}

.border-primary-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
}

.border-primary-foreground\/0 {
  border-color: hsl(var(--primary-foreground) / 0);
}

.border-primary-foreground\/10 {
  border-color: hsl(var(--primary-foreground) / 0.1);
}

.border-primary-foreground\/100 {
  border-color: hsl(var(--primary-foreground) / 1);
}

.border-primary-foreground\/15 {
  border-color: hsl(var(--primary-foreground) / 0.15);
}

.border-primary-foreground\/20 {
  border-color: hsl(var(--primary-foreground) / 0.2);
}

.border-primary-foreground\/25 {
  border-color: hsl(var(--primary-foreground) / 0.25);
}

.border-primary-foreground\/30 {
  border-color: hsl(var(--primary-foreground) / 0.3);
}

.border-primary-foreground\/35 {
  border-color: hsl(var(--primary-foreground) / 0.35);
}

.border-primary-foreground\/40 {
  border-color: hsl(var(--primary-foreground) / 0.4);
}

.border-primary-foreground\/45 {
  border-color: hsl(var(--primary-foreground) / 0.45);
}

.border-primary-foreground\/5 {
  border-color: hsl(var(--primary-foreground) / 0.05);
}

.border-primary-foreground\/50 {
  border-color: hsl(var(--primary-foreground) / 0.5);
}

.border-primary-foreground\/55 {
  border-color: hsl(var(--primary-foreground) / 0.55);
}

.border-primary-foreground\/60 {
  border-color: hsl(var(--primary-foreground) / 0.6);
}

.border-primary-foreground\/65 {
  border-color: hsl(var(--primary-foreground) / 0.65);
}

.border-primary-foreground\/70 {
  border-color: hsl(var(--primary-foreground) / 0.7);
}

.border-primary-foreground\/75 {
  border-color: hsl(var(--primary-foreground) / 0.75);
}

.border-primary-foreground\/80 {
  border-color: hsl(var(--primary-foreground) / 0.8);
}

.border-primary-foreground\/85 {
  border-color: hsl(var(--primary-foreground) / 0.85);
}

.border-primary-foreground\/90 {
  border-color: hsl(var(--primary-foreground) / 0.9);
}

.border-primary-foreground\/95 {
  border-color: hsl(var(--primary-foreground) / 0.95);
}

.border-primary\/0 {
  border-color: hsl(var(--primary) / 0);
}

.border-primary\/10 {
  border-color: hsl(var(--primary) / 0.1);
}

.border-primary\/100 {
  border-color: hsl(var(--primary) / 1);
}

.border-primary\/15 {
  border-color: hsl(var(--primary) / 0.15);
}

.border-primary\/20 {
  border-color: hsl(var(--primary) / 0.2);
}

.border-primary\/25 {
  border-color: hsl(var(--primary) / 0.25);
}

.border-primary\/30 {
  border-color: hsl(var(--primary) / 0.3);
}

.border-primary\/35 {
  border-color: hsl(var(--primary) / 0.35);
}

.border-primary\/40 {
  border-color: hsl(var(--primary) / 0.4);
}

.border-primary\/45 {
  border-color: hsl(var(--primary) / 0.45);
}

.border-primary\/5 {
  border-color: hsl(var(--primary) / 0.05);
}

.border-primary\/50 {
  border-color: hsl(var(--primary) / 0.5);
}

.border-primary\/55 {
  border-color: hsl(var(--primary) / 0.55);
}

.border-primary\/60 {
  border-color: hsl(var(--primary) / 0.6);
}

.border-primary\/65 {
  border-color: hsl(var(--primary) / 0.65);
}

.border-primary\/70 {
  border-color: hsl(var(--primary) / 0.7);
}

.border-primary\/75 {
  border-color: hsl(var(--primary) / 0.75);
}

.border-primary\/80 {
  border-color: hsl(var(--primary) / 0.8);
}

.border-primary\/85 {
  border-color: hsl(var(--primary) / 0.85);
}

.border-primary\/90 {
  border-color: hsl(var(--primary) / 0.9);
}

.border-primary\/95 {
  border-color: hsl(var(--primary) / 0.95);
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
}

.border-secondary-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
}

.border-secondary-foreground\/0 {
  border-color: hsl(var(--secondary-foreground) / 0);
}

.border-secondary-foreground\/10 {
  border-color: hsl(var(--secondary-foreground) / 0.1);
}

.border-secondary-foreground\/100 {
  border-color: hsl(var(--secondary-foreground) / 1);
}

.border-secondary-foreground\/15 {
  border-color: hsl(var(--secondary-foreground) / 0.15);
}

.border-secondary-foreground\/20 {
  border-color: hsl(var(--secondary-foreground) / 0.2);
}

.border-secondary-foreground\/25 {
  border-color: hsl(var(--secondary-foreground) / 0.25);
}

.border-secondary-foreground\/30 {
  border-color: hsl(var(--secondary-foreground) / 0.3);
}

.border-secondary-foreground\/35 {
  border-color: hsl(var(--secondary-foreground) / 0.35);
}

.border-secondary-foreground\/40 {
  border-color: hsl(var(--secondary-foreground) / 0.4);
}

.border-secondary-foreground\/45 {
  border-color: hsl(var(--secondary-foreground) / 0.45);
}

.border-secondary-foreground\/5 {
  border-color: hsl(var(--secondary-foreground) / 0.05);
}

.border-secondary-foreground\/50 {
  border-color: hsl(var(--secondary-foreground) / 0.5);
}

.border-secondary-foreground\/55 {
  border-color: hsl(var(--secondary-foreground) / 0.55);
}

.border-secondary-foreground\/60 {
  border-color: hsl(var(--secondary-foreground) / 0.6);
}

.border-secondary-foreground\/65 {
  border-color: hsl(var(--secondary-foreground) / 0.65);
}

.border-secondary-foreground\/70 {
  border-color: hsl(var(--secondary-foreground) / 0.7);
}

.border-secondary-foreground\/75 {
  border-color: hsl(var(--secondary-foreground) / 0.75);
}

.border-secondary-foreground\/80 {
  border-color: hsl(var(--secondary-foreground) / 0.8);
}

.border-secondary-foreground\/85 {
  border-color: hsl(var(--secondary-foreground) / 0.85);
}

.border-secondary-foreground\/90 {
  border-color: hsl(var(--secondary-foreground) / 0.9);
}

.border-secondary-foreground\/95 {
  border-color: hsl(var(--secondary-foreground) / 0.95);
}

.border-secondary\/0 {
  border-color: hsl(var(--secondary) / 0);
}

.border-secondary\/10 {
  border-color: hsl(var(--secondary) / 0.1);
}

.border-secondary\/100 {
  border-color: hsl(var(--secondary) / 1);
}

.border-secondary\/15 {
  border-color: hsl(var(--secondary) / 0.15);
}

.border-secondary\/20 {
  border-color: hsl(var(--secondary) / 0.2);
}

.border-secondary\/25 {
  border-color: hsl(var(--secondary) / 0.25);
}

.border-secondary\/30 {
  border-color: hsl(var(--secondary) / 0.3);
}

.border-secondary\/35 {
  border-color: hsl(var(--secondary) / 0.35);
}

.border-secondary\/40 {
  border-color: hsl(var(--secondary) / 0.4);
}

.border-secondary\/45 {
  border-color: hsl(var(--secondary) / 0.45);
}

.border-secondary\/5 {
  border-color: hsl(var(--secondary) / 0.05);
}

.border-secondary\/50 {
  border-color: hsl(var(--secondary) / 0.5);
}

.border-secondary\/55 {
  border-color: hsl(var(--secondary) / 0.55);
}

.border-secondary\/60 {
  border-color: hsl(var(--secondary) / 0.6);
}

.border-secondary\/65 {
  border-color: hsl(var(--secondary) / 0.65);
}

.border-secondary\/70 {
  border-color: hsl(var(--secondary) / 0.7);
}

.border-secondary\/75 {
  border-color: hsl(var(--secondary) / 0.75);
}

.border-secondary\/80 {
  border-color: hsl(var(--secondary) / 0.8);
}

.border-secondary\/85 {
  border-color: hsl(var(--secondary) / 0.85);
}

.border-secondary\/90 {
  border-color: hsl(var(--secondary) / 0.9);
}

.border-secondary\/95 {
  border-color: hsl(var(--secondary) / 0.95);
}

.border-soft-steam {
  --tw-border-opacity: 1;
  border-color: hsl(200 14% 96% / var(--tw-border-opacity, 1));
}

.border-soft-steam\/0 {
  border-color: hsl(200 14% 96% / 0);
}

.border-soft-steam\/10 {
  border-color: hsl(200 14% 96% / 0.1);
}

.border-soft-steam\/100 {
  border-color: hsl(200 14% 96% / 1);
}

.border-soft-steam\/15 {
  border-color: hsl(200 14% 96% / 0.15);
}

.border-soft-steam\/20 {
  border-color: hsl(200 14% 96% / 0.2);
}

.border-soft-steam\/25 {
  border-color: hsl(200 14% 96% / 0.25);
}

.border-soft-steam\/30 {
  border-color: hsl(200 14% 96% / 0.3);
}

.border-soft-steam\/35 {
  border-color: hsl(200 14% 96% / 0.35);
}

.border-soft-steam\/40 {
  border-color: hsl(200 14% 96% / 0.4);
}

.border-soft-steam\/45 {
  border-color: hsl(200 14% 96% / 0.45);
}

.border-soft-steam\/5 {
  border-color: hsl(200 14% 96% / 0.05);
}

.border-soft-steam\/50 {
  border-color: hsl(200 14% 96% / 0.5);
}

.border-soft-steam\/55 {
  border-color: hsl(200 14% 96% / 0.55);
}

.border-soft-steam\/60 {
  border-color: hsl(200 14% 96% / 0.6);
}

.border-soft-steam\/65 {
  border-color: hsl(200 14% 96% / 0.65);
}

.border-soft-steam\/70 {
  border-color: hsl(200 14% 96% / 0.7);
}

.border-soft-steam\/75 {
  border-color: hsl(200 14% 96% / 0.75);
}

.border-soft-steam\/80 {
  border-color: hsl(200 14% 96% / 0.8);
}

.border-soft-steam\/85 {
  border-color: hsl(200 14% 96% / 0.85);
}

.border-soft-steam\/90 {
  border-color: hsl(200 14% 96% / 0.9);
}

.border-soft-steam\/95 {
  border-color: hsl(200 14% 96% / 0.95);
}

.border-thermal-blue {
  --tw-border-opacity: 1;
  border-color: hsl(190 40% 63% / var(--tw-border-opacity, 1));
}

.border-thermal-blue\/0 {
  border-color: hsl(190 40% 63% / 0);
}

.border-thermal-blue\/10 {
  border-color: hsl(190 40% 63% / 0.1);
}

.border-thermal-blue\/100 {
  border-color: hsl(190 40% 63% / 1);
}

.border-thermal-blue\/15 {
  border-color: hsl(190 40% 63% / 0.15);
}

.border-thermal-blue\/20 {
  border-color: hsl(190 40% 63% / 0.2);
}

.border-thermal-blue\/25 {
  border-color: hsl(190 40% 63% / 0.25);
}

.border-thermal-blue\/30 {
  border-color: hsl(190 40% 63% / 0.3);
}

.border-thermal-blue\/35 {
  border-color: hsl(190 40% 63% / 0.35);
}

.border-thermal-blue\/40 {
  border-color: hsl(190 40% 63% / 0.4);
}

.border-thermal-blue\/45 {
  border-color: hsl(190 40% 63% / 0.45);
}

.border-thermal-blue\/5 {
  border-color: hsl(190 40% 63% / 0.05);
}

.border-thermal-blue\/50 {
  border-color: hsl(190 40% 63% / 0.5);
}

.border-thermal-blue\/55 {
  border-color: hsl(190 40% 63% / 0.55);
}

.border-thermal-blue\/60 {
  border-color: hsl(190 40% 63% / 0.6);
}

.border-thermal-blue\/65 {
  border-color: hsl(190 40% 63% / 0.65);
}

.border-thermal-blue\/70 {
  border-color: hsl(190 40% 63% / 0.7);
}

.border-thermal-blue\/75 {
  border-color: hsl(190 40% 63% / 0.75);
}

.border-thermal-blue\/80 {
  border-color: hsl(190 40% 63% / 0.8);
}

.border-thermal-blue\/85 {
  border-color: hsl(190 40% 63% / 0.85);
}

.border-thermal-blue\/90 {
  border-color: hsl(190 40% 63% / 0.9);
}

.border-thermal-blue\/95 {
  border-color: hsl(190 40% 63% / 0.95);
}

.border-thermal-coral {
  --tw-border-opacity: 1;
  border-color: hsl(10 55% 75% / var(--tw-border-opacity, 1));
}

.border-thermal-coral\/0 {
  border-color: hsl(10 55% 75% / 0);
}

.border-thermal-coral\/10 {
  border-color: hsl(10 55% 75% / 0.1);
}

.border-thermal-coral\/100 {
  border-color: hsl(10 55% 75% / 1);
}

.border-thermal-coral\/15 {
  border-color: hsl(10 55% 75% / 0.15);
}

.border-thermal-coral\/20 {
  border-color: hsl(10 55% 75% / 0.2);
}

.border-thermal-coral\/25 {
  border-color: hsl(10 55% 75% / 0.25);
}

.border-thermal-coral\/30 {
  border-color: hsl(10 55% 75% / 0.3);
}

.border-thermal-coral\/35 {
  border-color: hsl(10 55% 75% / 0.35);
}

.border-thermal-coral\/40 {
  border-color: hsl(10 55% 75% / 0.4);
}

.border-thermal-coral\/45 {
  border-color: hsl(10 55% 75% / 0.45);
}

.border-thermal-coral\/5 {
  border-color: hsl(10 55% 75% / 0.05);
}

.border-thermal-coral\/50 {
  border-color: hsl(10 55% 75% / 0.5);
}

.border-thermal-coral\/55 {
  border-color: hsl(10 55% 75% / 0.55);
}

.border-thermal-coral\/60 {
  border-color: hsl(10 55% 75% / 0.6);
}

.border-thermal-coral\/65 {
  border-color: hsl(10 55% 75% / 0.65);
}

.border-thermal-coral\/70 {
  border-color: hsl(10 55% 75% / 0.7);
}

.border-thermal-coral\/75 {
  border-color: hsl(10 55% 75% / 0.75);
}

.border-thermal-coral\/80 {
  border-color: hsl(10 55% 75% / 0.8);
}

.border-thermal-coral\/85 {
  border-color: hsl(10 55% 75% / 0.85);
}

.border-thermal-coral\/90 {
  border-color: hsl(10 55% 75% / 0.9);
}

.border-thermal-coral\/95 {
  border-color: hsl(10 55% 75% / 0.95);
}

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

.border-warm-sand {
  --tw-border-opacity: 1;
  border-color: hsl(33 38% 84% / var(--tw-border-opacity, 1));
}

.border-warm-sand\/0 {
  border-color: hsl(33 38% 84% / 0);
}

.border-warm-sand\/10 {
  border-color: hsl(33 38% 84% / 0.1);
}

.border-warm-sand\/100 {
  border-color: hsl(33 38% 84% / 1);
}

.border-warm-sand\/15 {
  border-color: hsl(33 38% 84% / 0.15);
}

.border-warm-sand\/20 {
  border-color: hsl(33 38% 84% / 0.2);
}

.border-warm-sand\/25 {
  border-color: hsl(33 38% 84% / 0.25);
}

.border-warm-sand\/30 {
  border-color: hsl(33 38% 84% / 0.3);
}

.border-warm-sand\/35 {
  border-color: hsl(33 38% 84% / 0.35);
}

.border-warm-sand\/40 {
  border-color: hsl(33 38% 84% / 0.4);
}

.border-warm-sand\/45 {
  border-color: hsl(33 38% 84% / 0.45);
}

.border-warm-sand\/5 {
  border-color: hsl(33 38% 84% / 0.05);
}

.border-warm-sand\/50 {
  border-color: hsl(33 38% 84% / 0.5);
}

.border-warm-sand\/55 {
  border-color: hsl(33 38% 84% / 0.55);
}

.border-warm-sand\/60 {
  border-color: hsl(33 38% 84% / 0.6);
}

.border-warm-sand\/65 {
  border-color: hsl(33 38% 84% / 0.65);
}

.border-warm-sand\/70 {
  border-color: hsl(33 38% 84% / 0.7);
}

.border-warm-sand\/75 {
  border-color: hsl(33 38% 84% / 0.75);
}

.border-warm-sand\/80 {
  border-color: hsl(33 38% 84% / 0.8);
}

.border-warm-sand\/85 {
  border-color: hsl(33 38% 84% / 0.85);
}

.border-warm-sand\/90 {
  border-color: hsl(33 38% 84% / 0.9);
}

.border-warm-sand\/95 {
  border-color: hsl(33 38% 84% / 0.95);
}

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

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--accent) / var(--tw-bg-opacity, 1));
}

.bg-accent-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--accent-foreground) / var(--tw-bg-opacity, 1));
}

.bg-accent-foreground\/0 {
  background-color: hsl(var(--accent-foreground) / 0);
}

.bg-accent-foreground\/10 {
  background-color: hsl(var(--accent-foreground) / 0.1);
}

.bg-accent-foreground\/100 {
  background-color: hsl(var(--accent-foreground) / 1);
}

.bg-accent-foreground\/15 {
  background-color: hsl(var(--accent-foreground) / 0.15);
}

.bg-accent-foreground\/20 {
  background-color: hsl(var(--accent-foreground) / 0.2);
}

.bg-accent-foreground\/25 {
  background-color: hsl(var(--accent-foreground) / 0.25);
}

.bg-accent-foreground\/30 {
  background-color: hsl(var(--accent-foreground) / 0.3);
}

.bg-accent-foreground\/35 {
  background-color: hsl(var(--accent-foreground) / 0.35);
}

.bg-accent-foreground\/40 {
  background-color: hsl(var(--accent-foreground) / 0.4);
}

.bg-accent-foreground\/45 {
  background-color: hsl(var(--accent-foreground) / 0.45);
}

.bg-accent-foreground\/5 {
  background-color: hsl(var(--accent-foreground) / 0.05);
}

.bg-accent-foreground\/50 {
  background-color: hsl(var(--accent-foreground) / 0.5);
}

.bg-accent-foreground\/55 {
  background-color: hsl(var(--accent-foreground) / 0.55);
}

.bg-accent-foreground\/60 {
  background-color: hsl(var(--accent-foreground) / 0.6);
}

.bg-accent-foreground\/65 {
  background-color: hsl(var(--accent-foreground) / 0.65);
}

.bg-accent-foreground\/70 {
  background-color: hsl(var(--accent-foreground) / 0.7);
}

.bg-accent-foreground\/75 {
  background-color: hsl(var(--accent-foreground) / 0.75);
}

.bg-accent-foreground\/80 {
  background-color: hsl(var(--accent-foreground) / 0.8);
}

.bg-accent-foreground\/85 {
  background-color: hsl(var(--accent-foreground) / 0.85);
}

.bg-accent-foreground\/90 {
  background-color: hsl(var(--accent-foreground) / 0.9);
}

.bg-accent-foreground\/95 {
  background-color: hsl(var(--accent-foreground) / 0.95);
}

.bg-accent\/0 {
  background-color: hsl(var(--accent) / 0);
}

.bg-accent\/10 {
  background-color: hsl(var(--accent) / 0.1);
}

.bg-accent\/100 {
  background-color: hsl(var(--accent) / 1);
}

.bg-accent\/15 {
  background-color: hsl(var(--accent) / 0.15);
}

.bg-accent\/20 {
  background-color: hsl(var(--accent) / 0.2);
}

.bg-accent\/25 {
  background-color: hsl(var(--accent) / 0.25);
}

.bg-accent\/30 {
  background-color: hsl(var(--accent) / 0.3);
}

.bg-accent\/35 {
  background-color: hsl(var(--accent) / 0.35);
}

.bg-accent\/40 {
  background-color: hsl(var(--accent) / 0.4);
}

.bg-accent\/45 {
  background-color: hsl(var(--accent) / 0.45);
}

.bg-accent\/5 {
  background-color: hsl(var(--accent) / 0.05);
}

.bg-accent\/50 {
  background-color: hsl(var(--accent) / 0.5);
}

.bg-accent\/55 {
  background-color: hsl(var(--accent) / 0.55);
}

.bg-accent\/60 {
  background-color: hsl(var(--accent) / 0.6);
}

.bg-accent\/65 {
  background-color: hsl(var(--accent) / 0.65);
}

.bg-accent\/70 {
  background-color: hsl(var(--accent) / 0.7);
}

.bg-accent\/75 {
  background-color: hsl(var(--accent) / 0.75);
}

.bg-accent\/80 {
  background-color: hsl(var(--accent) / 0.8);
}

.bg-accent\/85 {
  background-color: hsl(var(--accent) / 0.85);
}

.bg-accent\/90 {
  background-color: hsl(var(--accent) / 0.9);
}

.bg-accent\/95 {
  background-color: hsl(var(--accent) / 0.95);
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
}

.bg-background\/0 {
  background-color: hsl(var(--background) / 0);
}

.bg-background\/10 {
  background-color: hsl(var(--background) / 0.1);
}

.bg-background\/100 {
  background-color: hsl(var(--background) / 1);
}

.bg-background\/15 {
  background-color: hsl(var(--background) / 0.15);
}

.bg-background\/20 {
  background-color: hsl(var(--background) / 0.2);
}

.bg-background\/25 {
  background-color: hsl(var(--background) / 0.25);
}

.bg-background\/30 {
  background-color: hsl(var(--background) / 0.3);
}

.bg-background\/35 {
  background-color: hsl(var(--background) / 0.35);
}

.bg-background\/40 {
  background-color: hsl(var(--background) / 0.4);
}

.bg-background\/45 {
  background-color: hsl(var(--background) / 0.45);
}

.bg-background\/5 {
  background-color: hsl(var(--background) / 0.05);
}

.bg-background\/50 {
  background-color: hsl(var(--background) / 0.5);
}

.bg-background\/55 {
  background-color: hsl(var(--background) / 0.55);
}

.bg-background\/60 {
  background-color: hsl(var(--background) / 0.6);
}

.bg-background\/65 {
  background-color: hsl(var(--background) / 0.65);
}

.bg-background\/70 {
  background-color: hsl(var(--background) / 0.7);
}

.bg-background\/75 {
  background-color: hsl(var(--background) / 0.75);
}

.bg-background\/80 {
  background-color: hsl(var(--background) / 0.8);
}

.bg-background\/85 {
  background-color: hsl(var(--background) / 0.85);
}

.bg-background\/90 {
  background-color: hsl(var(--background) / 0.9);
}

.bg-background\/95 {
  background-color: hsl(var(--background) / 0.95);
}

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

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

.bg-card {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--card) / var(--tw-bg-opacity, 1));
}

.bg-card-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--card-foreground) / var(--tw-bg-opacity, 1));
}

.bg-card-foreground\/0 {
  background-color: hsl(var(--card-foreground) / 0);
}

.bg-card-foreground\/10 {
  background-color: hsl(var(--card-foreground) / 0.1);
}

.bg-card-foreground\/100 {
  background-color: hsl(var(--card-foreground) / 1);
}

.bg-card-foreground\/15 {
  background-color: hsl(var(--card-foreground) / 0.15);
}

.bg-card-foreground\/20 {
  background-color: hsl(var(--card-foreground) / 0.2);
}

.bg-card-foreground\/25 {
  background-color: hsl(var(--card-foreground) / 0.25);
}

.bg-card-foreground\/30 {
  background-color: hsl(var(--card-foreground) / 0.3);
}

.bg-card-foreground\/35 {
  background-color: hsl(var(--card-foreground) / 0.35);
}

.bg-card-foreground\/40 {
  background-color: hsl(var(--card-foreground) / 0.4);
}

.bg-card-foreground\/45 {
  background-color: hsl(var(--card-foreground) / 0.45);
}

.bg-card-foreground\/5 {
  background-color: hsl(var(--card-foreground) / 0.05);
}

.bg-card-foreground\/50 {
  background-color: hsl(var(--card-foreground) / 0.5);
}

.bg-card-foreground\/55 {
  background-color: hsl(var(--card-foreground) / 0.55);
}

.bg-card-foreground\/60 {
  background-color: hsl(var(--card-foreground) / 0.6);
}

.bg-card-foreground\/65 {
  background-color: hsl(var(--card-foreground) / 0.65);
}

.bg-card-foreground\/70 {
  background-color: hsl(var(--card-foreground) / 0.7);
}

.bg-card-foreground\/75 {
  background-color: hsl(var(--card-foreground) / 0.75);
}

.bg-card-foreground\/80 {
  background-color: hsl(var(--card-foreground) / 0.8);
}

.bg-card-foreground\/85 {
  background-color: hsl(var(--card-foreground) / 0.85);
}

.bg-card-foreground\/90 {
  background-color: hsl(var(--card-foreground) / 0.9);
}

.bg-card-foreground\/95 {
  background-color: hsl(var(--card-foreground) / 0.95);
}

.bg-card\/0 {
  background-color: hsl(var(--card) / 0);
}

.bg-card\/10 {
  background-color: hsl(var(--card) / 0.1);
}

.bg-card\/100 {
  background-color: hsl(var(--card) / 1);
}

.bg-card\/15 {
  background-color: hsl(var(--card) / 0.15);
}

.bg-card\/20 {
  background-color: hsl(var(--card) / 0.2);
}

.bg-card\/25 {
  background-color: hsl(var(--card) / 0.25);
}

.bg-card\/30 {
  background-color: hsl(var(--card) / 0.3);
}

.bg-card\/35 {
  background-color: hsl(var(--card) / 0.35);
}

.bg-card\/40 {
  background-color: hsl(var(--card) / 0.4);
}

.bg-card\/45 {
  background-color: hsl(var(--card) / 0.45);
}

.bg-card\/5 {
  background-color: hsl(var(--card) / 0.05);
}

.bg-card\/50 {
  background-color: hsl(var(--card) / 0.5);
}

.bg-card\/55 {
  background-color: hsl(var(--card) / 0.55);
}

.bg-card\/60 {
  background-color: hsl(var(--card) / 0.6);
}

.bg-card\/65 {
  background-color: hsl(var(--card) / 0.65);
}

.bg-card\/70 {
  background-color: hsl(var(--card) / 0.7);
}

.bg-card\/75 {
  background-color: hsl(var(--card) / 0.75);
}

.bg-card\/80 {
  background-color: hsl(var(--card) / 0.8);
}

.bg-card\/85 {
  background-color: hsl(var(--card) / 0.85);
}

.bg-card\/90 {
  background-color: hsl(var(--card) / 0.9);
}

.bg-card\/95 {
  background-color: hsl(var(--card) / 0.95);
}

.bg-cold-plunge {
  --tw-bg-opacity: 1;
  background-color: hsl(188 35% 53% / var(--tw-bg-opacity, 1));
}

.bg-cold-plunge\/0 {
  background-color: hsl(188 35% 53% / 0);
}

.bg-cold-plunge\/10 {
  background-color: hsl(188 35% 53% / 0.1);
}

.bg-cold-plunge\/100 {
  background-color: hsl(188 35% 53% / 1);
}

.bg-cold-plunge\/15 {
  background-color: hsl(188 35% 53% / 0.15);
}

.bg-cold-plunge\/20 {
  background-color: hsl(188 35% 53% / 0.2);
}

.bg-cold-plunge\/25 {
  background-color: hsl(188 35% 53% / 0.25);
}

.bg-cold-plunge\/30 {
  background-color: hsl(188 35% 53% / 0.3);
}

.bg-cold-plunge\/35 {
  background-color: hsl(188 35% 53% / 0.35);
}

.bg-cold-plunge\/40 {
  background-color: hsl(188 35% 53% / 0.4);
}

.bg-cold-plunge\/45 {
  background-color: hsl(188 35% 53% / 0.45);
}

.bg-cold-plunge\/5 {
  background-color: hsl(188 35% 53% / 0.05);
}

.bg-cold-plunge\/50 {
  background-color: hsl(188 35% 53% / 0.5);
}

.bg-cold-plunge\/55 {
  background-color: hsl(188 35% 53% / 0.55);
}

.bg-cold-plunge\/60 {
  background-color: hsl(188 35% 53% / 0.6);
}

.bg-cold-plunge\/65 {
  background-color: hsl(188 35% 53% / 0.65);
}

.bg-cold-plunge\/70 {
  background-color: hsl(188 35% 53% / 0.7);
}

.bg-cold-plunge\/75 {
  background-color: hsl(188 35% 53% / 0.75);
}

.bg-cold-plunge\/80 {
  background-color: hsl(188 35% 53% / 0.8);
}

.bg-cold-plunge\/85 {
  background-color: hsl(188 35% 53% / 0.85);
}

.bg-cold-plunge\/90 {
  background-color: hsl(188 35% 53% / 0.9);
}

.bg-cold-plunge\/95 {
  background-color: hsl(188 35% 53% / 0.95);
}

.bg-deep-slate {
  --tw-bg-opacity: 1;
  background-color: hsl(207 14% 34% / var(--tw-bg-opacity, 1));
}

.bg-deep-slate\/0 {
  background-color: hsl(207 14% 34% / 0);
}

.bg-deep-slate\/10 {
  background-color: hsl(207 14% 34% / 0.1);
}

.bg-deep-slate\/100 {
  background-color: hsl(207 14% 34% / 1);
}

.bg-deep-slate\/15 {
  background-color: hsl(207 14% 34% / 0.15);
}

.bg-deep-slate\/20 {
  background-color: hsl(207 14% 34% / 0.2);
}

.bg-deep-slate\/25 {
  background-color: hsl(207 14% 34% / 0.25);
}

.bg-deep-slate\/30 {
  background-color: hsl(207 14% 34% / 0.3);
}

.bg-deep-slate\/35 {
  background-color: hsl(207 14% 34% / 0.35);
}

.bg-deep-slate\/40 {
  background-color: hsl(207 14% 34% / 0.4);
}

.bg-deep-slate\/45 {
  background-color: hsl(207 14% 34% / 0.45);
}

.bg-deep-slate\/5 {
  background-color: hsl(207 14% 34% / 0.05);
}

.bg-deep-slate\/50 {
  background-color: hsl(207 14% 34% / 0.5);
}

.bg-deep-slate\/55 {
  background-color: hsl(207 14% 34% / 0.55);
}

.bg-deep-slate\/60 {
  background-color: hsl(207 14% 34% / 0.6);
}

.bg-deep-slate\/65 {
  background-color: hsl(207 14% 34% / 0.65);
}

.bg-deep-slate\/70 {
  background-color: hsl(207 14% 34% / 0.7);
}

.bg-deep-slate\/75 {
  background-color: hsl(207 14% 34% / 0.75);
}

.bg-deep-slate\/80 {
  background-color: hsl(207 14% 34% / 0.8);
}

.bg-deep-slate\/85 {
  background-color: hsl(207 14% 34% / 0.85);
}

.bg-deep-slate\/90 {
  background-color: hsl(207 14% 34% / 0.9);
}

.bg-deep-slate\/95 {
  background-color: hsl(207 14% 34% / 0.95);
}

.bg-destructive\/10 {
  background-color: hsl(var(--destructive) / 0.1);
}

.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--foreground) / var(--tw-bg-opacity, 1));
}

.bg-foreground\/0 {
  background-color: hsl(var(--foreground) / 0);
}

.bg-foreground\/10 {
  background-color: hsl(var(--foreground) / 0.1);
}

.bg-foreground\/100 {
  background-color: hsl(var(--foreground) / 1);
}

.bg-foreground\/15 {
  background-color: hsl(var(--foreground) / 0.15);
}

.bg-foreground\/20 {
  background-color: hsl(var(--foreground) / 0.2);
}

.bg-foreground\/25 {
  background-color: hsl(var(--foreground) / 0.25);
}

.bg-foreground\/30 {
  background-color: hsl(var(--foreground) / 0.3);
}

.bg-foreground\/35 {
  background-color: hsl(var(--foreground) / 0.35);
}

.bg-foreground\/40 {
  background-color: hsl(var(--foreground) / 0.4);
}

.bg-foreground\/45 {
  background-color: hsl(var(--foreground) / 0.45);
}

.bg-foreground\/5 {
  background-color: hsl(var(--foreground) / 0.05);
}

.bg-foreground\/50 {
  background-color: hsl(var(--foreground) / 0.5);
}

.bg-foreground\/55 {
  background-color: hsl(var(--foreground) / 0.55);
}

.bg-foreground\/60 {
  background-color: hsl(var(--foreground) / 0.6);
}

.bg-foreground\/65 {
  background-color: hsl(var(--foreground) / 0.65);
}

.bg-foreground\/70 {
  background-color: hsl(var(--foreground) / 0.7);
}

.bg-foreground\/75 {
  background-color: hsl(var(--foreground) / 0.75);
}

.bg-foreground\/80 {
  background-color: hsl(var(--foreground) / 0.8);
}

.bg-foreground\/85 {
  background-color: hsl(var(--foreground) / 0.85);
}

.bg-foreground\/90 {
  background-color: hsl(var(--foreground) / 0.9);
}

.bg-foreground\/95 {
  background-color: hsl(var(--foreground) / 0.95);
}

.bg-lava-stone {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 12% / var(--tw-bg-opacity, 1));
}

.bg-lava-stone\/0 {
  background-color: hsl(0 0% 12% / 0);
}

.bg-lava-stone\/10 {
  background-color: hsl(0 0% 12% / 0.1);
}

.bg-lava-stone\/100 {
  background-color: hsl(0 0% 12% / 1);
}

.bg-lava-stone\/15 {
  background-color: hsl(0 0% 12% / 0.15);
}

.bg-lava-stone\/20 {
  background-color: hsl(0 0% 12% / 0.2);
}

.bg-lava-stone\/25 {
  background-color: hsl(0 0% 12% / 0.25);
}

.bg-lava-stone\/30 {
  background-color: hsl(0 0% 12% / 0.3);
}

.bg-lava-stone\/35 {
  background-color: hsl(0 0% 12% / 0.35);
}

.bg-lava-stone\/40 {
  background-color: hsl(0 0% 12% / 0.4);
}

.bg-lava-stone\/45 {
  background-color: hsl(0 0% 12% / 0.45);
}

.bg-lava-stone\/5 {
  background-color: hsl(0 0% 12% / 0.05);
}

.bg-lava-stone\/50 {
  background-color: hsl(0 0% 12% / 0.5);
}

.bg-lava-stone\/55 {
  background-color: hsl(0 0% 12% / 0.55);
}

.bg-lava-stone\/60 {
  background-color: hsl(0 0% 12% / 0.6);
}

.bg-lava-stone\/65 {
  background-color: hsl(0 0% 12% / 0.65);
}

.bg-lava-stone\/70 {
  background-color: hsl(0 0% 12% / 0.7);
}

.bg-lava-stone\/75 {
  background-color: hsl(0 0% 12% / 0.75);
}

.bg-lava-stone\/80 {
  background-color: hsl(0 0% 12% / 0.8);
}

.bg-lava-stone\/85 {
  background-color: hsl(0 0% 12% / 0.85);
}

.bg-lava-stone\/90 {
  background-color: hsl(0 0% 12% / 0.9);
}

.bg-lava-stone\/95 {
  background-color: hsl(0 0% 12% / 0.95);
}

.bg-mineral-aqua {
  --tw-bg-opacity: 1;
  background-color: hsl(186 38% 75% / var(--tw-bg-opacity, 1));
}

.bg-mineral-aqua\/0 {
  background-color: hsl(186 38% 75% / 0);
}

.bg-mineral-aqua\/10 {
  background-color: hsl(186 38% 75% / 0.1);
}

.bg-mineral-aqua\/100 {
  background-color: hsl(186 38% 75% / 1);
}

.bg-mineral-aqua\/15 {
  background-color: hsl(186 38% 75% / 0.15);
}

.bg-mineral-aqua\/20 {
  background-color: hsl(186 38% 75% / 0.2);
}

.bg-mineral-aqua\/25 {
  background-color: hsl(186 38% 75% / 0.25);
}

.bg-mineral-aqua\/30 {
  background-color: hsl(186 38% 75% / 0.3);
}

.bg-mineral-aqua\/35 {
  background-color: hsl(186 38% 75% / 0.35);
}

.bg-mineral-aqua\/40 {
  background-color: hsl(186 38% 75% / 0.4);
}

.bg-mineral-aqua\/45 {
  background-color: hsl(186 38% 75% / 0.45);
}

.bg-mineral-aqua\/5 {
  background-color: hsl(186 38% 75% / 0.05);
}

.bg-mineral-aqua\/50 {
  background-color: hsl(186 38% 75% / 0.5);
}

.bg-mineral-aqua\/55 {
  background-color: hsl(186 38% 75% / 0.55);
}

.bg-mineral-aqua\/60 {
  background-color: hsl(186 38% 75% / 0.6);
}

.bg-mineral-aqua\/65 {
  background-color: hsl(186 38% 75% / 0.65);
}

.bg-mineral-aqua\/70 {
  background-color: hsl(186 38% 75% / 0.7);
}

.bg-mineral-aqua\/75 {
  background-color: hsl(186 38% 75% / 0.75);
}

.bg-mineral-aqua\/80 {
  background-color: hsl(186 38% 75% / 0.8);
}

.bg-mineral-aqua\/85 {
  background-color: hsl(186 38% 75% / 0.85);
}

.bg-mineral-aqua\/90 {
  background-color: hsl(186 38% 75% / 0.9);
}

.bg-mineral-aqua\/95 {
  background-color: hsl(186 38% 75% / 0.95);
}

.bg-muted {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
}

.bg-muted-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--muted-foreground) / var(--tw-bg-opacity, 1));
}

.bg-muted-foreground\/0 {
  background-color: hsl(var(--muted-foreground) / 0);
}

.bg-muted-foreground\/10 {
  background-color: hsl(var(--muted-foreground) / 0.1);
}

.bg-muted-foreground\/100 {
  background-color: hsl(var(--muted-foreground) / 1);
}

.bg-muted-foreground\/15 {
  background-color: hsl(var(--muted-foreground) / 0.15);
}

.bg-muted-foreground\/20 {
  background-color: hsl(var(--muted-foreground) / 0.2);
}

.bg-muted-foreground\/25 {
  background-color: hsl(var(--muted-foreground) / 0.25);
}

.bg-muted-foreground\/30 {
  background-color: hsl(var(--muted-foreground) / 0.3);
}

.bg-muted-foreground\/35 {
  background-color: hsl(var(--muted-foreground) / 0.35);
}

.bg-muted-foreground\/40 {
  background-color: hsl(var(--muted-foreground) / 0.4);
}

.bg-muted-foreground\/45 {
  background-color: hsl(var(--muted-foreground) / 0.45);
}

.bg-muted-foreground\/5 {
  background-color: hsl(var(--muted-foreground) / 0.05);
}

.bg-muted-foreground\/50 {
  background-color: hsl(var(--muted-foreground) / 0.5);
}

.bg-muted-foreground\/55 {
  background-color: hsl(var(--muted-foreground) / 0.55);
}

.bg-muted-foreground\/60 {
  background-color: hsl(var(--muted-foreground) / 0.6);
}

.bg-muted-foreground\/65 {
  background-color: hsl(var(--muted-foreground) / 0.65);
}

.bg-muted-foreground\/70 {
  background-color: hsl(var(--muted-foreground) / 0.7);
}

.bg-muted-foreground\/75 {
  background-color: hsl(var(--muted-foreground) / 0.75);
}

.bg-muted-foreground\/80 {
  background-color: hsl(var(--muted-foreground) / 0.8);
}

.bg-muted-foreground\/85 {
  background-color: hsl(var(--muted-foreground) / 0.85);
}

.bg-muted-foreground\/90 {
  background-color: hsl(var(--muted-foreground) / 0.9);
}

.bg-muted-foreground\/95 {
  background-color: hsl(var(--muted-foreground) / 0.95);
}

.bg-muted\/0 {
  background-color: hsl(var(--muted) / 0);
}

.bg-muted\/10 {
  background-color: hsl(var(--muted) / 0.1);
}

.bg-muted\/100 {
  background-color: hsl(var(--muted) / 1);
}

.bg-muted\/15 {
  background-color: hsl(var(--muted) / 0.15);
}

.bg-muted\/20 {
  background-color: hsl(var(--muted) / 0.2);
}

.bg-muted\/25 {
  background-color: hsl(var(--muted) / 0.25);
}

.bg-muted\/30 {
  background-color: hsl(var(--muted) / 0.3);
}

.bg-muted\/35 {
  background-color: hsl(var(--muted) / 0.35);
}

.bg-muted\/40 {
  background-color: hsl(var(--muted) / 0.4);
}

.bg-muted\/45 {
  background-color: hsl(var(--muted) / 0.45);
}

.bg-muted\/5 {
  background-color: hsl(var(--muted) / 0.05);
}

.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}

.bg-muted\/55 {
  background-color: hsl(var(--muted) / 0.55);
}

.bg-muted\/60 {
  background-color: hsl(var(--muted) / 0.6);
}

.bg-muted\/65 {
  background-color: hsl(var(--muted) / 0.65);
}

.bg-muted\/70 {
  background-color: hsl(var(--muted) / 0.7);
}

.bg-muted\/75 {
  background-color: hsl(var(--muted) / 0.75);
}

.bg-muted\/80 {
  background-color: hsl(var(--muted) / 0.8);
}

.bg-muted\/85 {
  background-color: hsl(var(--muted) / 0.85);
}

.bg-muted\/90 {
  background-color: hsl(var(--muted) / 0.9);
}

.bg-muted\/95 {
  background-color: hsl(var(--muted) / 0.95);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary) / var(--tw-bg-opacity, 1));
}

.bg-primary-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-foreground) / var(--tw-bg-opacity, 1));
}

.bg-primary-foreground\/0 {
  background-color: hsl(var(--primary-foreground) / 0);
}

.bg-primary-foreground\/10 {
  background-color: hsl(var(--primary-foreground) / 0.1);
}

.bg-primary-foreground\/100 {
  background-color: hsl(var(--primary-foreground) / 1);
}

.bg-primary-foreground\/15 {
  background-color: hsl(var(--primary-foreground) / 0.15);
}

.bg-primary-foreground\/20 {
  background-color: hsl(var(--primary-foreground) / 0.2);
}

.bg-primary-foreground\/25 {
  background-color: hsl(var(--primary-foreground) / 0.25);
}

.bg-primary-foreground\/30 {
  background-color: hsl(var(--primary-foreground) / 0.3);
}

.bg-primary-foreground\/35 {
  background-color: hsl(var(--primary-foreground) / 0.35);
}

.bg-primary-foreground\/40 {
  background-color: hsl(var(--primary-foreground) / 0.4);
}

.bg-primary-foreground\/45 {
  background-color: hsl(var(--primary-foreground) / 0.45);
}

.bg-primary-foreground\/5 {
  background-color: hsl(var(--primary-foreground) / 0.05);
}

.bg-primary-foreground\/50 {
  background-color: hsl(var(--primary-foreground) / 0.5);
}

.bg-primary-foreground\/55 {
  background-color: hsl(var(--primary-foreground) / 0.55);
}

.bg-primary-foreground\/60 {
  background-color: hsl(var(--primary-foreground) / 0.6);
}

.bg-primary-foreground\/65 {
  background-color: hsl(var(--primary-foreground) / 0.65);
}

.bg-primary-foreground\/70 {
  background-color: hsl(var(--primary-foreground) / 0.7);
}

.bg-primary-foreground\/75 {
  background-color: hsl(var(--primary-foreground) / 0.75);
}

.bg-primary-foreground\/80 {
  background-color: hsl(var(--primary-foreground) / 0.8);
}

.bg-primary-foreground\/85 {
  background-color: hsl(var(--primary-foreground) / 0.85);
}

.bg-primary-foreground\/90 {
  background-color: hsl(var(--primary-foreground) / 0.9);
}

.bg-primary-foreground\/95 {
  background-color: hsl(var(--primary-foreground) / 0.95);
}

.bg-primary\/0 {
  background-color: hsl(var(--primary) / 0);
}

.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}

.bg-primary\/100 {
  background-color: hsl(var(--primary) / 1);
}

.bg-primary\/15 {
  background-color: hsl(var(--primary) / 0.15);
}

.bg-primary\/20 {
  background-color: hsl(var(--primary) / 0.2);
}

.bg-primary\/25 {
  background-color: hsl(var(--primary) / 0.25);
}

.bg-primary\/30 {
  background-color: hsl(var(--primary) / 0.3);
}

.bg-primary\/35 {
  background-color: hsl(var(--primary) / 0.35);
}

.bg-primary\/40 {
  background-color: hsl(var(--primary) / 0.4);
}

.bg-primary\/45 {
  background-color: hsl(var(--primary) / 0.45);
}

.bg-primary\/5 {
  background-color: hsl(var(--primary) / 0.05);
}

.bg-primary\/50 {
  background-color: hsl(var(--primary) / 0.5);
}

.bg-primary\/55 {
  background-color: hsl(var(--primary) / 0.55);
}

.bg-primary\/60 {
  background-color: hsl(var(--primary) / 0.6);
}

.bg-primary\/65 {
  background-color: hsl(var(--primary) / 0.65);
}

.bg-primary\/70 {
  background-color: hsl(var(--primary) / 0.7);
}

.bg-primary\/75 {
  background-color: hsl(var(--primary) / 0.75);
}

.bg-primary\/80 {
  background-color: hsl(var(--primary) / 0.8);
}

.bg-primary\/85 {
  background-color: hsl(var(--primary) / 0.85);
}

.bg-primary\/90 {
  background-color: hsl(var(--primary) / 0.9);
}

.bg-primary\/95 {
  background-color: hsl(var(--primary) / 0.95);
}

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--secondary) / var(--tw-bg-opacity, 1));
}

.bg-secondary-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--secondary-foreground) / var(--tw-bg-opacity, 1));
}

.bg-secondary-foreground\/0 {
  background-color: hsl(var(--secondary-foreground) / 0);
}

.bg-secondary-foreground\/10 {
  background-color: hsl(var(--secondary-foreground) / 0.1);
}

.bg-secondary-foreground\/100 {
  background-color: hsl(var(--secondary-foreground) / 1);
}

.bg-secondary-foreground\/15 {
  background-color: hsl(var(--secondary-foreground) / 0.15);
}

.bg-secondary-foreground\/20 {
  background-color: hsl(var(--secondary-foreground) / 0.2);
}

.bg-secondary-foreground\/25 {
  background-color: hsl(var(--secondary-foreground) / 0.25);
}

.bg-secondary-foreground\/30 {
  background-color: hsl(var(--secondary-foreground) / 0.3);
}

.bg-secondary-foreground\/35 {
  background-color: hsl(var(--secondary-foreground) / 0.35);
}

.bg-secondary-foreground\/40 {
  background-color: hsl(var(--secondary-foreground) / 0.4);
}

.bg-secondary-foreground\/45 {
  background-color: hsl(var(--secondary-foreground) / 0.45);
}

.bg-secondary-foreground\/5 {
  background-color: hsl(var(--secondary-foreground) / 0.05);
}

.bg-secondary-foreground\/50 {
  background-color: hsl(var(--secondary-foreground) / 0.5);
}

.bg-secondary-foreground\/55 {
  background-color: hsl(var(--secondary-foreground) / 0.55);
}

.bg-secondary-foreground\/60 {
  background-color: hsl(var(--secondary-foreground) / 0.6);
}

.bg-secondary-foreground\/65 {
  background-color: hsl(var(--secondary-foreground) / 0.65);
}

.bg-secondary-foreground\/70 {
  background-color: hsl(var(--secondary-foreground) / 0.7);
}

.bg-secondary-foreground\/75 {
  background-color: hsl(var(--secondary-foreground) / 0.75);
}

.bg-secondary-foreground\/80 {
  background-color: hsl(var(--secondary-foreground) / 0.8);
}

.bg-secondary-foreground\/85 {
  background-color: hsl(var(--secondary-foreground) / 0.85);
}

.bg-secondary-foreground\/90 {
  background-color: hsl(var(--secondary-foreground) / 0.9);
}

.bg-secondary-foreground\/95 {
  background-color: hsl(var(--secondary-foreground) / 0.95);
}

.bg-secondary\/0 {
  background-color: hsl(var(--secondary) / 0);
}

.bg-secondary\/10 {
  background-color: hsl(var(--secondary) / 0.1);
}

.bg-secondary\/100 {
  background-color: hsl(var(--secondary) / 1);
}

.bg-secondary\/15 {
  background-color: hsl(var(--secondary) / 0.15);
}

.bg-secondary\/20 {
  background-color: hsl(var(--secondary) / 0.2);
}

.bg-secondary\/25 {
  background-color: hsl(var(--secondary) / 0.25);
}

.bg-secondary\/30 {
  background-color: hsl(var(--secondary) / 0.3);
}

.bg-secondary\/35 {
  background-color: hsl(var(--secondary) / 0.35);
}

.bg-secondary\/40 {
  background-color: hsl(var(--secondary) / 0.4);
}

.bg-secondary\/45 {
  background-color: hsl(var(--secondary) / 0.45);
}

.bg-secondary\/5 {
  background-color: hsl(var(--secondary) / 0.05);
}

.bg-secondary\/50 {
  background-color: hsl(var(--secondary) / 0.5);
}

.bg-secondary\/55 {
  background-color: hsl(var(--secondary) / 0.55);
}

.bg-secondary\/60 {
  background-color: hsl(var(--secondary) / 0.6);
}

.bg-secondary\/65 {
  background-color: hsl(var(--secondary) / 0.65);
}

.bg-secondary\/70 {
  background-color: hsl(var(--secondary) / 0.7);
}

.bg-secondary\/75 {
  background-color: hsl(var(--secondary) / 0.75);
}

.bg-secondary\/80 {
  background-color: hsl(var(--secondary) / 0.8);
}

.bg-secondary\/85 {
  background-color: hsl(var(--secondary) / 0.85);
}

.bg-secondary\/90 {
  background-color: hsl(var(--secondary) / 0.9);
}

.bg-secondary\/95 {
  background-color: hsl(var(--secondary) / 0.95);
}

.bg-soft-steam {
  --tw-bg-opacity: 1;
  background-color: hsl(200 14% 96% / var(--tw-bg-opacity, 1));
}

.bg-soft-steam\/0 {
  background-color: hsl(200 14% 96% / 0);
}

.bg-soft-steam\/10 {
  background-color: hsl(200 14% 96% / 0.1);
}

.bg-soft-steam\/100 {
  background-color: hsl(200 14% 96% / 1);
}

.bg-soft-steam\/15 {
  background-color: hsl(200 14% 96% / 0.15);
}

.bg-soft-steam\/20 {
  background-color: hsl(200 14% 96% / 0.2);
}

.bg-soft-steam\/25 {
  background-color: hsl(200 14% 96% / 0.25);
}

.bg-soft-steam\/30 {
  background-color: hsl(200 14% 96% / 0.3);
}

.bg-soft-steam\/35 {
  background-color: hsl(200 14% 96% / 0.35);
}

.bg-soft-steam\/40 {
  background-color: hsl(200 14% 96% / 0.4);
}

.bg-soft-steam\/45 {
  background-color: hsl(200 14% 96% / 0.45);
}

.bg-soft-steam\/5 {
  background-color: hsl(200 14% 96% / 0.05);
}

.bg-soft-steam\/50 {
  background-color: hsl(200 14% 96% / 0.5);
}

.bg-soft-steam\/55 {
  background-color: hsl(200 14% 96% / 0.55);
}

.bg-soft-steam\/60 {
  background-color: hsl(200 14% 96% / 0.6);
}

.bg-soft-steam\/65 {
  background-color: hsl(200 14% 96% / 0.65);
}

.bg-soft-steam\/70 {
  background-color: hsl(200 14% 96% / 0.7);
}

.bg-soft-steam\/75 {
  background-color: hsl(200 14% 96% / 0.75);
}

.bg-soft-steam\/80 {
  background-color: hsl(200 14% 96% / 0.8);
}

.bg-soft-steam\/85 {
  background-color: hsl(200 14% 96% / 0.85);
}

.bg-soft-steam\/90 {
  background-color: hsl(200 14% 96% / 0.9);
}

.bg-soft-steam\/95 {
  background-color: hsl(200 14% 96% / 0.95);
}

.bg-thermal-blue {
  --tw-bg-opacity: 1;
  background-color: hsl(190 40% 63% / var(--tw-bg-opacity, 1));
}

.bg-thermal-blue\/0 {
  background-color: hsl(190 40% 63% / 0);
}

.bg-thermal-blue\/10 {
  background-color: hsl(190 40% 63% / 0.1);
}

.bg-thermal-blue\/100 {
  background-color: hsl(190 40% 63% / 1);
}

.bg-thermal-blue\/15 {
  background-color: hsl(190 40% 63% / 0.15);
}

.bg-thermal-blue\/20 {
  background-color: hsl(190 40% 63% / 0.2);
}

.bg-thermal-blue\/25 {
  background-color: hsl(190 40% 63% / 0.25);
}

.bg-thermal-blue\/30 {
  background-color: hsl(190 40% 63% / 0.3);
}

.bg-thermal-blue\/35 {
  background-color: hsl(190 40% 63% / 0.35);
}

.bg-thermal-blue\/40 {
  background-color: hsl(190 40% 63% / 0.4);
}

.bg-thermal-blue\/45 {
  background-color: hsl(190 40% 63% / 0.45);
}

.bg-thermal-blue\/5 {
  background-color: hsl(190 40% 63% / 0.05);
}

.bg-thermal-blue\/50 {
  background-color: hsl(190 40% 63% / 0.5);
}

.bg-thermal-blue\/55 {
  background-color: hsl(190 40% 63% / 0.55);
}

.bg-thermal-blue\/60 {
  background-color: hsl(190 40% 63% / 0.6);
}

.bg-thermal-blue\/65 {
  background-color: hsl(190 40% 63% / 0.65);
}

.bg-thermal-blue\/70 {
  background-color: hsl(190 40% 63% / 0.7);
}

.bg-thermal-blue\/75 {
  background-color: hsl(190 40% 63% / 0.75);
}

.bg-thermal-blue\/80 {
  background-color: hsl(190 40% 63% / 0.8);
}

.bg-thermal-blue\/85 {
  background-color: hsl(190 40% 63% / 0.85);
}

.bg-thermal-blue\/90 {
  background-color: hsl(190 40% 63% / 0.9);
}

.bg-thermal-blue\/95 {
  background-color: hsl(190 40% 63% / 0.95);
}

.bg-thermal-coral {
  --tw-bg-opacity: 1;
  background-color: hsl(10 55% 75% / var(--tw-bg-opacity, 1));
}

.bg-thermal-coral\/0 {
  background-color: hsl(10 55% 75% / 0);
}

.bg-thermal-coral\/10 {
  background-color: hsl(10 55% 75% / 0.1);
}

.bg-thermal-coral\/100 {
  background-color: hsl(10 55% 75% / 1);
}

.bg-thermal-coral\/15 {
  background-color: hsl(10 55% 75% / 0.15);
}

.bg-thermal-coral\/20 {
  background-color: hsl(10 55% 75% / 0.2);
}

.bg-thermal-coral\/25 {
  background-color: hsl(10 55% 75% / 0.25);
}

.bg-thermal-coral\/30 {
  background-color: hsl(10 55% 75% / 0.3);
}

.bg-thermal-coral\/35 {
  background-color: hsl(10 55% 75% / 0.35);
}

.bg-thermal-coral\/40 {
  background-color: hsl(10 55% 75% / 0.4);
}

.bg-thermal-coral\/45 {
  background-color: hsl(10 55% 75% / 0.45);
}

.bg-thermal-coral\/5 {
  background-color: hsl(10 55% 75% / 0.05);
}

.bg-thermal-coral\/50 {
  background-color: hsl(10 55% 75% / 0.5);
}

.bg-thermal-coral\/55 {
  background-color: hsl(10 55% 75% / 0.55);
}

.bg-thermal-coral\/60 {
  background-color: hsl(10 55% 75% / 0.6);
}

.bg-thermal-coral\/65 {
  background-color: hsl(10 55% 75% / 0.65);
}

.bg-thermal-coral\/70 {
  background-color: hsl(10 55% 75% / 0.7);
}

.bg-thermal-coral\/75 {
  background-color: hsl(10 55% 75% / 0.75);
}

.bg-thermal-coral\/80 {
  background-color: hsl(10 55% 75% / 0.8);
}

.bg-thermal-coral\/85 {
  background-color: hsl(10 55% 75% / 0.85);
}

.bg-thermal-coral\/90 {
  background-color: hsl(10 55% 75% / 0.9);
}

.bg-thermal-coral\/95 {
  background-color: hsl(10 55% 75% / 0.95);
}

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

.bg-warm-sand {
  --tw-bg-opacity: 1;
  background-color: hsl(33 38% 84% / var(--tw-bg-opacity, 1));
}

.bg-warm-sand\/0 {
  background-color: hsl(33 38% 84% / 0);
}

.bg-warm-sand\/10 {
  background-color: hsl(33 38% 84% / 0.1);
}

.bg-warm-sand\/100 {
  background-color: hsl(33 38% 84% / 1);
}

.bg-warm-sand\/15 {
  background-color: hsl(33 38% 84% / 0.15);
}

.bg-warm-sand\/20 {
  background-color: hsl(33 38% 84% / 0.2);
}

.bg-warm-sand\/25 {
  background-color: hsl(33 38% 84% / 0.25);
}

.bg-warm-sand\/30 {
  background-color: hsl(33 38% 84% / 0.3);
}

.bg-warm-sand\/35 {
  background-color: hsl(33 38% 84% / 0.35);
}

.bg-warm-sand\/40 {
  background-color: hsl(33 38% 84% / 0.4);
}

.bg-warm-sand\/45 {
  background-color: hsl(33 38% 84% / 0.45);
}

.bg-warm-sand\/5 {
  background-color: hsl(33 38% 84% / 0.05);
}

.bg-warm-sand\/50 {
  background-color: hsl(33 38% 84% / 0.5);
}

.bg-warm-sand\/55 {
  background-color: hsl(33 38% 84% / 0.55);
}

.bg-warm-sand\/60 {
  background-color: hsl(33 38% 84% / 0.6);
}

.bg-warm-sand\/65 {
  background-color: hsl(33 38% 84% / 0.65);
}

.bg-warm-sand\/70 {
  background-color: hsl(33 38% 84% / 0.7);
}

.bg-warm-sand\/75 {
  background-color: hsl(33 38% 84% / 0.75);
}

.bg-warm-sand\/80 {
  background-color: hsl(33 38% 84% / 0.8);
}

.bg-warm-sand\/85 {
  background-color: hsl(33 38% 84% / 0.85);
}

.bg-warm-sand\/90 {
  background-color: hsl(33 38% 84% / 0.9);
}

.bg-warm-sand\/95 {
  background-color: hsl(33 38% 84% / 0.95);
}

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

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

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

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

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

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

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

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

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

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

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

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

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

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

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

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

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

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

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

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

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

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

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

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

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

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

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

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

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

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) 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);
}

.from-lava-stone\/40 {
  --tw-gradient-from: hsl(0 0% 12% / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(0 0% 12% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lava-stone\/60 {
  --tw-gradient-from: hsl(0 0% 12% / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(0 0% 12% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lava-stone\/70 {
  --tw-gradient-from: hsl(0 0% 12% / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(0 0% 12% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10 {
  --tw-gradient-from: hsl(var(--primary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary\/50 {
  --tw-gradient-from: hsl(var(--secondary) / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warm-sand {
  --tw-gradient-from: hsl(33, 38%, 84%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(33 38% 84% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warm-sand\/20 {
  --tw-gradient-from: hsl(33 38% 84% / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(33 38% 84% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warm-sand\/50 {
  --tw-gradient-from: hsl(33 38% 84% / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(33 38% 84% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lava-stone {
  --tw-gradient-from: hsl(0, 0%, 12%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(0 0% 12% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-lava-stone\/20 {
  --tw-gradient-to: hsl(0 0% 12% / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 12% / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-mineral-aqua\/10 {
  --tw-gradient-to: hsl(186 38% 75% / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(186 38% 75% / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lava-stone\/60 {
  --tw-gradient-to: hsl(0 0% 12% / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 12% / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lava-stone\/80 {
  --tw-gradient-to: hsl(0 0% 12% / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(0 0% 12% / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-background {
  --tw-gradient-to: hsl(var(--background) / 1) var(--tw-gradient-to-position);
}

.to-soft-steam {
  --tw-gradient-to: hsl(200, 14%, 96%) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-warm-sand\/30 {
  --tw-gradient-to: hsl(33 38% 84% / 0.3) var(--tw-gradient-to-position);
}

.to-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}

.fill-thermal-coral {
  fill: hsl(10, 55%, 75%);
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15);
}

.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35);
}

.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45);
}

.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55);
}

.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65);
}

.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85);
}

.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

.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-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

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

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--accent) / var(--tw-text-opacity, 1));
}

.text-accent-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--accent-foreground) / var(--tw-text-opacity, 1));
}

.text-accent-foreground\/0 {
  color: hsl(var(--accent-foreground) / 0);
}

.text-accent-foreground\/10 {
  color: hsl(var(--accent-foreground) / 0.1);
}

.text-accent-foreground\/100 {
  color: hsl(var(--accent-foreground) / 1);
}

.text-accent-foreground\/15 {
  color: hsl(var(--accent-foreground) / 0.15);
}

.text-accent-foreground\/20 {
  color: hsl(var(--accent-foreground) / 0.2);
}

.text-accent-foreground\/25 {
  color: hsl(var(--accent-foreground) / 0.25);
}

.text-accent-foreground\/30 {
  color: hsl(var(--accent-foreground) / 0.3);
}

.text-accent-foreground\/35 {
  color: hsl(var(--accent-foreground) / 0.35);
}

.text-accent-foreground\/40 {
  color: hsl(var(--accent-foreground) / 0.4);
}

.text-accent-foreground\/45 {
  color: hsl(var(--accent-foreground) / 0.45);
}

.text-accent-foreground\/5 {
  color: hsl(var(--accent-foreground) / 0.05);
}

.text-accent-foreground\/50 {
  color: hsl(var(--accent-foreground) / 0.5);
}

.text-accent-foreground\/55 {
  color: hsl(var(--accent-foreground) / 0.55);
}

.text-accent-foreground\/60 {
  color: hsl(var(--accent-foreground) / 0.6);
}

.text-accent-foreground\/65 {
  color: hsl(var(--accent-foreground) / 0.65);
}

.text-accent-foreground\/70 {
  color: hsl(var(--accent-foreground) / 0.7);
}

.text-accent-foreground\/75 {
  color: hsl(var(--accent-foreground) / 0.75);
}

.text-accent-foreground\/80 {
  color: hsl(var(--accent-foreground) / 0.8);
}

.text-accent-foreground\/85 {
  color: hsl(var(--accent-foreground) / 0.85);
}

.text-accent-foreground\/90 {
  color: hsl(var(--accent-foreground) / 0.9);
}

.text-accent-foreground\/95 {
  color: hsl(var(--accent-foreground) / 0.95);
}

.text-accent\/0 {
  color: hsl(var(--accent) / 0);
}

.text-accent\/10 {
  color: hsl(var(--accent) / 0.1);
}

.text-accent\/100 {
  color: hsl(var(--accent) / 1);
}

.text-accent\/15 {
  color: hsl(var(--accent) / 0.15);
}

.text-accent\/20 {
  color: hsl(var(--accent) / 0.2);
}

.text-accent\/25 {
  color: hsl(var(--accent) / 0.25);
}

.text-accent\/30 {
  color: hsl(var(--accent) / 0.3);
}

.text-accent\/35 {
  color: hsl(var(--accent) / 0.35);
}

.text-accent\/40 {
  color: hsl(var(--accent) / 0.4);
}

.text-accent\/45 {
  color: hsl(var(--accent) / 0.45);
}

.text-accent\/5 {
  color: hsl(var(--accent) / 0.05);
}

.text-accent\/50 {
  color: hsl(var(--accent) / 0.5);
}

.text-accent\/55 {
  color: hsl(var(--accent) / 0.55);
}

.text-accent\/60 {
  color: hsl(var(--accent) / 0.6);
}

.text-accent\/65 {
  color: hsl(var(--accent) / 0.65);
}

.text-accent\/70 {
  color: hsl(var(--accent) / 0.7);
}

.text-accent\/75 {
  color: hsl(var(--accent) / 0.75);
}

.text-accent\/80 {
  color: hsl(var(--accent) / 0.8);
}

.text-accent\/85 {
  color: hsl(var(--accent) / 0.85);
}

.text-accent\/90 {
  color: hsl(var(--accent) / 0.9);
}

.text-accent\/95 {
  color: hsl(var(--accent) / 0.95);
}

.text-background {
  --tw-text-opacity: 1;
  color: hsl(var(--background) / var(--tw-text-opacity, 1));
}

.text-background\/0 {
  color: hsl(var(--background) / 0);
}

.text-background\/10 {
  color: hsl(var(--background) / 0.1);
}

.text-background\/100 {
  color: hsl(var(--background) / 1);
}

.text-background\/15 {
  color: hsl(var(--background) / 0.15);
}

.text-background\/20 {
  color: hsl(var(--background) / 0.2);
}

.text-background\/25 {
  color: hsl(var(--background) / 0.25);
}

.text-background\/30 {
  color: hsl(var(--background) / 0.3);
}

.text-background\/35 {
  color: hsl(var(--background) / 0.35);
}

.text-background\/40 {
  color: hsl(var(--background) / 0.4);
}

.text-background\/45 {
  color: hsl(var(--background) / 0.45);
}

.text-background\/5 {
  color: hsl(var(--background) / 0.05);
}

.text-background\/50 {
  color: hsl(var(--background) / 0.5);
}

.text-background\/55 {
  color: hsl(var(--background) / 0.55);
}

.text-background\/60 {
  color: hsl(var(--background) / 0.6);
}

.text-background\/65 {
  color: hsl(var(--background) / 0.65);
}

.text-background\/70 {
  color: hsl(var(--background) / 0.7);
}

.text-background\/75 {
  color: hsl(var(--background) / 0.75);
}

.text-background\/80 {
  color: hsl(var(--background) / 0.8);
}

.text-background\/85 {
  color: hsl(var(--background) / 0.85);
}

.text-background\/90 {
  color: hsl(var(--background) / 0.9);
}

.text-background\/95 {
  color: hsl(var(--background) / 0.95);
}

.text-border {
  --tw-text-opacity: 1;
  color: hsl(var(--border) / var(--tw-text-opacity, 1));
}

.text-card {
  --tw-text-opacity: 1;
  color: hsl(var(--card) / var(--tw-text-opacity, 1));
}

.text-card-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--card-foreground) / var(--tw-text-opacity, 1));
}

.text-card-foreground\/0 {
  color: hsl(var(--card-foreground) / 0);
}

.text-card-foreground\/10 {
  color: hsl(var(--card-foreground) / 0.1);
}

.text-card-foreground\/100 {
  color: hsl(var(--card-foreground) / 1);
}

.text-card-foreground\/15 {
  color: hsl(var(--card-foreground) / 0.15);
}

.text-card-foreground\/20 {
  color: hsl(var(--card-foreground) / 0.2);
}

.text-card-foreground\/25 {
  color: hsl(var(--card-foreground) / 0.25);
}

.text-card-foreground\/30 {
  color: hsl(var(--card-foreground) / 0.3);
}

.text-card-foreground\/35 {
  color: hsl(var(--card-foreground) / 0.35);
}

.text-card-foreground\/40 {
  color: hsl(var(--card-foreground) / 0.4);
}

.text-card-foreground\/45 {
  color: hsl(var(--card-foreground) / 0.45);
}

.text-card-foreground\/5 {
  color: hsl(var(--card-foreground) / 0.05);
}

.text-card-foreground\/50 {
  color: hsl(var(--card-foreground) / 0.5);
}

.text-card-foreground\/55 {
  color: hsl(var(--card-foreground) / 0.55);
}

.text-card-foreground\/60 {
  color: hsl(var(--card-foreground) / 0.6);
}

.text-card-foreground\/65 {
  color: hsl(var(--card-foreground) / 0.65);
}

.text-card-foreground\/70 {
  color: hsl(var(--card-foreground) / 0.7);
}

.text-card-foreground\/75 {
  color: hsl(var(--card-foreground) / 0.75);
}

.text-card-foreground\/80 {
  color: hsl(var(--card-foreground) / 0.8);
}

.text-card-foreground\/85 {
  color: hsl(var(--card-foreground) / 0.85);
}

.text-card-foreground\/90 {
  color: hsl(var(--card-foreground) / 0.9);
}

.text-card-foreground\/95 {
  color: hsl(var(--card-foreground) / 0.95);
}

.text-card\/0 {
  color: hsl(var(--card) / 0);
}

.text-card\/10 {
  color: hsl(var(--card) / 0.1);
}

.text-card\/100 {
  color: hsl(var(--card) / 1);
}

.text-card\/15 {
  color: hsl(var(--card) / 0.15);
}

.text-card\/20 {
  color: hsl(var(--card) / 0.2);
}

.text-card\/25 {
  color: hsl(var(--card) / 0.25);
}

.text-card\/30 {
  color: hsl(var(--card) / 0.3);
}

.text-card\/35 {
  color: hsl(var(--card) / 0.35);
}

.text-card\/40 {
  color: hsl(var(--card) / 0.4);
}

.text-card\/45 {
  color: hsl(var(--card) / 0.45);
}

.text-card\/5 {
  color: hsl(var(--card) / 0.05);
}

.text-card\/50 {
  color: hsl(var(--card) / 0.5);
}

.text-card\/55 {
  color: hsl(var(--card) / 0.55);
}

.text-card\/60 {
  color: hsl(var(--card) / 0.6);
}

.text-card\/65 {
  color: hsl(var(--card) / 0.65);
}

.text-card\/70 {
  color: hsl(var(--card) / 0.7);
}

.text-card\/75 {
  color: hsl(var(--card) / 0.75);
}

.text-card\/80 {
  color: hsl(var(--card) / 0.8);
}

.text-card\/85 {
  color: hsl(var(--card) / 0.85);
}

.text-card\/90 {
  color: hsl(var(--card) / 0.9);
}

.text-card\/95 {
  color: hsl(var(--card) / 0.95);
}

.text-cold-plunge {
  --tw-text-opacity: 1;
  color: hsl(188 35% 53% / var(--tw-text-opacity, 1));
}

.text-cold-plunge\/0 {
  color: hsl(188 35% 53% / 0);
}

.text-cold-plunge\/10 {
  color: hsl(188 35% 53% / 0.1);
}

.text-cold-plunge\/100 {
  color: hsl(188 35% 53% / 1);
}

.text-cold-plunge\/15 {
  color: hsl(188 35% 53% / 0.15);
}

.text-cold-plunge\/20 {
  color: hsl(188 35% 53% / 0.2);
}

.text-cold-plunge\/25 {
  color: hsl(188 35% 53% / 0.25);
}

.text-cold-plunge\/30 {
  color: hsl(188 35% 53% / 0.3);
}

.text-cold-plunge\/35 {
  color: hsl(188 35% 53% / 0.35);
}

.text-cold-plunge\/40 {
  color: hsl(188 35% 53% / 0.4);
}

.text-cold-plunge\/45 {
  color: hsl(188 35% 53% / 0.45);
}

.text-cold-plunge\/5 {
  color: hsl(188 35% 53% / 0.05);
}

.text-cold-plunge\/50 {
  color: hsl(188 35% 53% / 0.5);
}

.text-cold-plunge\/55 {
  color: hsl(188 35% 53% / 0.55);
}

.text-cold-plunge\/60 {
  color: hsl(188 35% 53% / 0.6);
}

.text-cold-plunge\/65 {
  color: hsl(188 35% 53% / 0.65);
}

.text-cold-plunge\/70 {
  color: hsl(188 35% 53% / 0.7);
}

.text-cold-plunge\/75 {
  color: hsl(188 35% 53% / 0.75);
}

.text-cold-plunge\/80 {
  color: hsl(188 35% 53% / 0.8);
}

.text-cold-plunge\/85 {
  color: hsl(188 35% 53% / 0.85);
}

.text-cold-plunge\/90 {
  color: hsl(188 35% 53% / 0.9);
}

.text-cold-plunge\/95 {
  color: hsl(188 35% 53% / 0.95);
}

.text-deep-slate {
  --tw-text-opacity: 1;
  color: hsl(207 14% 34% / var(--tw-text-opacity, 1));
}

.text-deep-slate\/0 {
  color: hsl(207 14% 34% / 0);
}

.text-deep-slate\/10 {
  color: hsl(207 14% 34% / 0.1);
}

.text-deep-slate\/100 {
  color: hsl(207 14% 34% / 1);
}

.text-deep-slate\/15 {
  color: hsl(207 14% 34% / 0.15);
}

.text-deep-slate\/20 {
  color: hsl(207 14% 34% / 0.2);
}

.text-deep-slate\/25 {
  color: hsl(207 14% 34% / 0.25);
}

.text-deep-slate\/30 {
  color: hsl(207 14% 34% / 0.3);
}

.text-deep-slate\/35 {
  color: hsl(207 14% 34% / 0.35);
}

.text-deep-slate\/40 {
  color: hsl(207 14% 34% / 0.4);
}

.text-deep-slate\/45 {
  color: hsl(207 14% 34% / 0.45);
}

.text-deep-slate\/5 {
  color: hsl(207 14% 34% / 0.05);
}

.text-deep-slate\/50 {
  color: hsl(207 14% 34% / 0.5);
}

.text-deep-slate\/55 {
  color: hsl(207 14% 34% / 0.55);
}

.text-deep-slate\/60 {
  color: hsl(207 14% 34% / 0.6);
}

.text-deep-slate\/65 {
  color: hsl(207 14% 34% / 0.65);
}

.text-deep-slate\/70 {
  color: hsl(207 14% 34% / 0.7);
}

.text-deep-slate\/75 {
  color: hsl(207 14% 34% / 0.75);
}

.text-deep-slate\/80 {
  color: hsl(207 14% 34% / 0.8);
}

.text-deep-slate\/85 {
  color: hsl(207 14% 34% / 0.85);
}

.text-deep-slate\/90 {
  color: hsl(207 14% 34% / 0.9);
}

.text-deep-slate\/95 {
  color: hsl(207 14% 34% / 0.95);
}

.text-destructive {
  --tw-text-opacity: 1;
  color: hsl(var(--destructive) / var(--tw-text-opacity, 1));
}

.text-destructive-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1));
}

.text-destructive-foreground\/90 {
  color: hsl(var(--destructive-foreground) / 0.9);
}

.text-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.text-foreground\/0 {
  color: hsl(var(--foreground) / 0);
}

.text-foreground\/10 {
  color: hsl(var(--foreground) / 0.1);
}

.text-foreground\/100 {
  color: hsl(var(--foreground) / 1);
}

.text-foreground\/15 {
  color: hsl(var(--foreground) / 0.15);
}

.text-foreground\/20 {
  color: hsl(var(--foreground) / 0.2);
}

.text-foreground\/25 {
  color: hsl(var(--foreground) / 0.25);
}

.text-foreground\/30 {
  color: hsl(var(--foreground) / 0.3);
}

.text-foreground\/35 {
  color: hsl(var(--foreground) / 0.35);
}

.text-foreground\/40 {
  color: hsl(var(--foreground) / 0.4);
}

.text-foreground\/45 {
  color: hsl(var(--foreground) / 0.45);
}

.text-foreground\/5 {
  color: hsl(var(--foreground) / 0.05);
}

.text-foreground\/50 {
  color: hsl(var(--foreground) / 0.5);
}

.text-foreground\/55 {
  color: hsl(var(--foreground) / 0.55);
}

.text-foreground\/60 {
  color: hsl(var(--foreground) / 0.6);
}

.text-foreground\/65 {
  color: hsl(var(--foreground) / 0.65);
}

.text-foreground\/70 {
  color: hsl(var(--foreground) / 0.7);
}

.text-foreground\/75 {
  color: hsl(var(--foreground) / 0.75);
}

.text-foreground\/80 {
  color: hsl(var(--foreground) / 0.8);
}

.text-foreground\/85 {
  color: hsl(var(--foreground) / 0.85);
}

.text-foreground\/90 {
  color: hsl(var(--foreground) / 0.9);
}

.text-foreground\/95 {
  color: hsl(var(--foreground) / 0.95);
}

.text-lava-stone {
  --tw-text-opacity: 1;
  color: hsl(0 0% 12% / var(--tw-text-opacity, 1));
}

.text-lava-stone\/0 {
  color: hsl(0 0% 12% / 0);
}

.text-lava-stone\/10 {
  color: hsl(0 0% 12% / 0.1);
}

.text-lava-stone\/100 {
  color: hsl(0 0% 12% / 1);
}

.text-lava-stone\/15 {
  color: hsl(0 0% 12% / 0.15);
}

.text-lava-stone\/20 {
  color: hsl(0 0% 12% / 0.2);
}

.text-lava-stone\/25 {
  color: hsl(0 0% 12% / 0.25);
}

.text-lava-stone\/30 {
  color: hsl(0 0% 12% / 0.3);
}

.text-lava-stone\/35 {
  color: hsl(0 0% 12% / 0.35);
}

.text-lava-stone\/40 {
  color: hsl(0 0% 12% / 0.4);
}

.text-lava-stone\/45 {
  color: hsl(0 0% 12% / 0.45);
}

.text-lava-stone\/5 {
  color: hsl(0 0% 12% / 0.05);
}

.text-lava-stone\/50 {
  color: hsl(0 0% 12% / 0.5);
}

.text-lava-stone\/55 {
  color: hsl(0 0% 12% / 0.55);
}

.text-lava-stone\/60 {
  color: hsl(0 0% 12% / 0.6);
}

.text-lava-stone\/65 {
  color: hsl(0 0% 12% / 0.65);
}

.text-lava-stone\/70 {
  color: hsl(0 0% 12% / 0.7);
}

.text-lava-stone\/75 {
  color: hsl(0 0% 12% / 0.75);
}

.text-lava-stone\/80 {
  color: hsl(0 0% 12% / 0.8);
}

.text-lava-stone\/85 {
  color: hsl(0 0% 12% / 0.85);
}

.text-lava-stone\/90 {
  color: hsl(0 0% 12% / 0.9);
}

.text-lava-stone\/95 {
  color: hsl(0 0% 12% / 0.95);
}

.text-mineral-aqua {
  --tw-text-opacity: 1;
  color: hsl(186 38% 75% / var(--tw-text-opacity, 1));
}

.text-mineral-aqua\/0 {
  color: hsl(186 38% 75% / 0);
}

.text-mineral-aqua\/10 {
  color: hsl(186 38% 75% / 0.1);
}

.text-mineral-aqua\/100 {
  color: hsl(186 38% 75% / 1);
}

.text-mineral-aqua\/15 {
  color: hsl(186 38% 75% / 0.15);
}

.text-mineral-aqua\/20 {
  color: hsl(186 38% 75% / 0.2);
}

.text-mineral-aqua\/25 {
  color: hsl(186 38% 75% / 0.25);
}

.text-mineral-aqua\/30 {
  color: hsl(186 38% 75% / 0.3);
}

.text-mineral-aqua\/35 {
  color: hsl(186 38% 75% / 0.35);
}

.text-mineral-aqua\/40 {
  color: hsl(186 38% 75% / 0.4);
}

.text-mineral-aqua\/45 {
  color: hsl(186 38% 75% / 0.45);
}

.text-mineral-aqua\/5 {
  color: hsl(186 38% 75% / 0.05);
}

.text-mineral-aqua\/50 {
  color: hsl(186 38% 75% / 0.5);
}

.text-mineral-aqua\/55 {
  color: hsl(186 38% 75% / 0.55);
}

.text-mineral-aqua\/60 {
  color: hsl(186 38% 75% / 0.6);
}

.text-mineral-aqua\/65 {
  color: hsl(186 38% 75% / 0.65);
}

.text-mineral-aqua\/70 {
  color: hsl(186 38% 75% / 0.7);
}

.text-mineral-aqua\/75 {
  color: hsl(186 38% 75% / 0.75);
}

.text-mineral-aqua\/80 {
  color: hsl(186 38% 75% / 0.8);
}

.text-mineral-aqua\/85 {
  color: hsl(186 38% 75% / 0.85);
}

.text-mineral-aqua\/90 {
  color: hsl(186 38% 75% / 0.9);
}

.text-mineral-aqua\/95 {
  color: hsl(186 38% 75% / 0.95);
}

.text-muted {
  --tw-text-opacity: 1;
  color: hsl(var(--muted) / var(--tw-text-opacity, 1));
}

.text-muted-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.text-muted-foreground\/0 {
  color: hsl(var(--muted-foreground) / 0);
}

.text-muted-foreground\/10 {
  color: hsl(var(--muted-foreground) / 0.1);
}

.text-muted-foreground\/100 {
  color: hsl(var(--muted-foreground) / 1);
}

.text-muted-foreground\/15 {
  color: hsl(var(--muted-foreground) / 0.15);
}

.text-muted-foreground\/20 {
  color: hsl(var(--muted-foreground) / 0.2);
}

.text-muted-foreground\/25 {
  color: hsl(var(--muted-foreground) / 0.25);
}

.text-muted-foreground\/30 {
  color: hsl(var(--muted-foreground) / 0.3);
}

.text-muted-foreground\/35 {
  color: hsl(var(--muted-foreground) / 0.35);
}

.text-muted-foreground\/40 {
  color: hsl(var(--muted-foreground) / 0.4);
}

.text-muted-foreground\/45 {
  color: hsl(var(--muted-foreground) / 0.45);
}

.text-muted-foreground\/5 {
  color: hsl(var(--muted-foreground) / 0.05);
}

.text-muted-foreground\/50 {
  color: hsl(var(--muted-foreground) / 0.5);
}

.text-muted-foreground\/55 {
  color: hsl(var(--muted-foreground) / 0.55);
}

.text-muted-foreground\/60 {
  color: hsl(var(--muted-foreground) / 0.6);
}

.text-muted-foreground\/65 {
  color: hsl(var(--muted-foreground) / 0.65);
}

.text-muted-foreground\/70 {
  color: hsl(var(--muted-foreground) / 0.7);
}

.text-muted-foreground\/75 {
  color: hsl(var(--muted-foreground) / 0.75);
}

.text-muted-foreground\/80 {
  color: hsl(var(--muted-foreground) / 0.8);
}

.text-muted-foreground\/85 {
  color: hsl(var(--muted-foreground) / 0.85);
}

.text-muted-foreground\/90 {
  color: hsl(var(--muted-foreground) / 0.9);
}

.text-muted-foreground\/95 {
  color: hsl(var(--muted-foreground) / 0.95);
}

.text-muted\/0 {
  color: hsl(var(--muted) / 0);
}

.text-muted\/10 {
  color: hsl(var(--muted) / 0.1);
}

.text-muted\/100 {
  color: hsl(var(--muted) / 1);
}

.text-muted\/15 {
  color: hsl(var(--muted) / 0.15);
}

.text-muted\/20 {
  color: hsl(var(--muted) / 0.2);
}

.text-muted\/25 {
  color: hsl(var(--muted) / 0.25);
}

.text-muted\/30 {
  color: hsl(var(--muted) / 0.3);
}

.text-muted\/35 {
  color: hsl(var(--muted) / 0.35);
}

.text-muted\/40 {
  color: hsl(var(--muted) / 0.4);
}

.text-muted\/45 {
  color: hsl(var(--muted) / 0.45);
}

.text-muted\/5 {
  color: hsl(var(--muted) / 0.05);
}

.text-muted\/50 {
  color: hsl(var(--muted) / 0.5);
}

.text-muted\/55 {
  color: hsl(var(--muted) / 0.55);
}

.text-muted\/60 {
  color: hsl(var(--muted) / 0.6);
}

.text-muted\/65 {
  color: hsl(var(--muted) / 0.65);
}

.text-muted\/70 {
  color: hsl(var(--muted) / 0.7);
}

.text-muted\/75 {
  color: hsl(var(--muted) / 0.75);
}

.text-muted\/80 {
  color: hsl(var(--muted) / 0.8);
}

.text-muted\/85 {
  color: hsl(var(--muted) / 0.85);
}

.text-muted\/90 {
  color: hsl(var(--muted) / 0.9);
}

.text-muted\/95 {
  color: hsl(var(--muted) / 0.95);
}

.text-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}

.text-primary-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-foreground) / var(--tw-text-opacity, 1));
}

.text-primary-foreground\/0 {
  color: hsl(var(--primary-foreground) / 0);
}

.text-primary-foreground\/10 {
  color: hsl(var(--primary-foreground) / 0.1);
}

.text-primary-foreground\/100 {
  color: hsl(var(--primary-foreground) / 1);
}

.text-primary-foreground\/15 {
  color: hsl(var(--primary-foreground) / 0.15);
}

.text-primary-foreground\/20 {
  color: hsl(var(--primary-foreground) / 0.2);
}

.text-primary-foreground\/25 {
  color: hsl(var(--primary-foreground) / 0.25);
}

.text-primary-foreground\/30 {
  color: hsl(var(--primary-foreground) / 0.3);
}

.text-primary-foreground\/35 {
  color: hsl(var(--primary-foreground) / 0.35);
}

.text-primary-foreground\/40 {
  color: hsl(var(--primary-foreground) / 0.4);
}

.text-primary-foreground\/45 {
  color: hsl(var(--primary-foreground) / 0.45);
}

.text-primary-foreground\/5 {
  color: hsl(var(--primary-foreground) / 0.05);
}

.text-primary-foreground\/50 {
  color: hsl(var(--primary-foreground) / 0.5);
}

.text-primary-foreground\/55 {
  color: hsl(var(--primary-foreground) / 0.55);
}

.text-primary-foreground\/60 {
  color: hsl(var(--primary-foreground) / 0.6);
}

.text-primary-foreground\/65 {
  color: hsl(var(--primary-foreground) / 0.65);
}

.text-primary-foreground\/70 {
  color: hsl(var(--primary-foreground) / 0.7);
}

.text-primary-foreground\/75 {
  color: hsl(var(--primary-foreground) / 0.75);
}

.text-primary-foreground\/80 {
  color: hsl(var(--primary-foreground) / 0.8);
}

.text-primary-foreground\/85 {
  color: hsl(var(--primary-foreground) / 0.85);
}

.text-primary-foreground\/90 {
  color: hsl(var(--primary-foreground) / 0.9);
}

.text-primary-foreground\/95 {
  color: hsl(var(--primary-foreground) / 0.95);
}

.text-primary\/0 {
  color: hsl(var(--primary) / 0);
}

.text-primary\/10 {
  color: hsl(var(--primary) / 0.1);
}

.text-primary\/100 {
  color: hsl(var(--primary) / 1);
}

.text-primary\/15 {
  color: hsl(var(--primary) / 0.15);
}

.text-primary\/20 {
  color: hsl(var(--primary) / 0.2);
}

.text-primary\/25 {
  color: hsl(var(--primary) / 0.25);
}

.text-primary\/30 {
  color: hsl(var(--primary) / 0.3);
}

.text-primary\/35 {
  color: hsl(var(--primary) / 0.35);
}

.text-primary\/40 {
  color: hsl(var(--primary) / 0.4);
}

.text-primary\/45 {
  color: hsl(var(--primary) / 0.45);
}

.text-primary\/5 {
  color: hsl(var(--primary) / 0.05);
}

.text-primary\/50 {
  color: hsl(var(--primary) / 0.5);
}

.text-primary\/55 {
  color: hsl(var(--primary) / 0.55);
}

.text-primary\/60 {
  color: hsl(var(--primary) / 0.6);
}

.text-primary\/65 {
  color: hsl(var(--primary) / 0.65);
}

.text-primary\/70 {
  color: hsl(var(--primary) / 0.7);
}

.text-primary\/75 {
  color: hsl(var(--primary) / 0.75);
}

.text-primary\/80 {
  color: hsl(var(--primary) / 0.8);
}

.text-primary\/85 {
  color: hsl(var(--primary) / 0.85);
}

.text-primary\/90 {
  color: hsl(var(--primary) / 0.9);
}

.text-primary\/95 {
  color: hsl(var(--primary) / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: hsl(var(--secondary) / var(--tw-text-opacity, 1));
}

.text-secondary-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1));
}

.text-secondary-foreground\/0 {
  color: hsl(var(--secondary-foreground) / 0);
}

.text-secondary-foreground\/10 {
  color: hsl(var(--secondary-foreground) / 0.1);
}

.text-secondary-foreground\/100 {
  color: hsl(var(--secondary-foreground) / 1);
}

.text-secondary-foreground\/15 {
  color: hsl(var(--secondary-foreground) / 0.15);
}

.text-secondary-foreground\/20 {
  color: hsl(var(--secondary-foreground) / 0.2);
}

.text-secondary-foreground\/25 {
  color: hsl(var(--secondary-foreground) / 0.25);
}

.text-secondary-foreground\/30 {
  color: hsl(var(--secondary-foreground) / 0.3);
}

.text-secondary-foreground\/35 {
  color: hsl(var(--secondary-foreground) / 0.35);
}

.text-secondary-foreground\/40 {
  color: hsl(var(--secondary-foreground) / 0.4);
}

.text-secondary-foreground\/45 {
  color: hsl(var(--secondary-foreground) / 0.45);
}

.text-secondary-foreground\/5 {
  color: hsl(var(--secondary-foreground) / 0.05);
}

.text-secondary-foreground\/50 {
  color: hsl(var(--secondary-foreground) / 0.5);
}

.text-secondary-foreground\/55 {
  color: hsl(var(--secondary-foreground) / 0.55);
}

.text-secondary-foreground\/60 {
  color: hsl(var(--secondary-foreground) / 0.6);
}

.text-secondary-foreground\/65 {
  color: hsl(var(--secondary-foreground) / 0.65);
}

.text-secondary-foreground\/70 {
  color: hsl(var(--secondary-foreground) / 0.7);
}

.text-secondary-foreground\/75 {
  color: hsl(var(--secondary-foreground) / 0.75);
}

.text-secondary-foreground\/80 {
  color: hsl(var(--secondary-foreground) / 0.8);
}

.text-secondary-foreground\/85 {
  color: hsl(var(--secondary-foreground) / 0.85);
}

.text-secondary-foreground\/90 {
  color: hsl(var(--secondary-foreground) / 0.9);
}

.text-secondary-foreground\/95 {
  color: hsl(var(--secondary-foreground) / 0.95);
}

.text-secondary\/0 {
  color: hsl(var(--secondary) / 0);
}

.text-secondary\/10 {
  color: hsl(var(--secondary) / 0.1);
}

.text-secondary\/100 {
  color: hsl(var(--secondary) / 1);
}

.text-secondary\/15 {
  color: hsl(var(--secondary) / 0.15);
}

.text-secondary\/20 {
  color: hsl(var(--secondary) / 0.2);
}

.text-secondary\/25 {
  color: hsl(var(--secondary) / 0.25);
}

.text-secondary\/30 {
  color: hsl(var(--secondary) / 0.3);
}

.text-secondary\/35 {
  color: hsl(var(--secondary) / 0.35);
}

.text-secondary\/40 {
  color: hsl(var(--secondary) / 0.4);
}

.text-secondary\/45 {
  color: hsl(var(--secondary) / 0.45);
}

.text-secondary\/5 {
  color: hsl(var(--secondary) / 0.05);
}

.text-secondary\/50 {
  color: hsl(var(--secondary) / 0.5);
}

.text-secondary\/55 {
  color: hsl(var(--secondary) / 0.55);
}

.text-secondary\/60 {
  color: hsl(var(--secondary) / 0.6);
}

.text-secondary\/65 {
  color: hsl(var(--secondary) / 0.65);
}

.text-secondary\/70 {
  color: hsl(var(--secondary) / 0.7);
}

.text-secondary\/75 {
  color: hsl(var(--secondary) / 0.75);
}

.text-secondary\/80 {
  color: hsl(var(--secondary) / 0.8);
}

.text-secondary\/85 {
  color: hsl(var(--secondary) / 0.85);
}

.text-secondary\/90 {
  color: hsl(var(--secondary) / 0.9);
}

.text-secondary\/95 {
  color: hsl(var(--secondary) / 0.95);
}

.text-soft-steam {
  --tw-text-opacity: 1;
  color: hsl(200 14% 96% / var(--tw-text-opacity, 1));
}

.text-soft-steam\/0 {
  color: hsl(200 14% 96% / 0);
}

.text-soft-steam\/10 {
  color: hsl(200 14% 96% / 0.1);
}

.text-soft-steam\/100 {
  color: hsl(200 14% 96% / 1);
}

.text-soft-steam\/15 {
  color: hsl(200 14% 96% / 0.15);
}

.text-soft-steam\/20 {
  color: hsl(200 14% 96% / 0.2);
}

.text-soft-steam\/25 {
  color: hsl(200 14% 96% / 0.25);
}

.text-soft-steam\/30 {
  color: hsl(200 14% 96% / 0.3);
}

.text-soft-steam\/35 {
  color: hsl(200 14% 96% / 0.35);
}

.text-soft-steam\/40 {
  color: hsl(200 14% 96% / 0.4);
}

.text-soft-steam\/45 {
  color: hsl(200 14% 96% / 0.45);
}

.text-soft-steam\/5 {
  color: hsl(200 14% 96% / 0.05);
}

.text-soft-steam\/50 {
  color: hsl(200 14% 96% / 0.5);
}

.text-soft-steam\/55 {
  color: hsl(200 14% 96% / 0.55);
}

.text-soft-steam\/60 {
  color: hsl(200 14% 96% / 0.6);
}

.text-soft-steam\/65 {
  color: hsl(200 14% 96% / 0.65);
}

.text-soft-steam\/70 {
  color: hsl(200 14% 96% / 0.7);
}

.text-soft-steam\/75 {
  color: hsl(200 14% 96% / 0.75);
}

.text-soft-steam\/80 {
  color: hsl(200 14% 96% / 0.8);
}

.text-soft-steam\/85 {
  color: hsl(200 14% 96% / 0.85);
}

.text-soft-steam\/90 {
  color: hsl(200 14% 96% / 0.9);
}

.text-soft-steam\/95 {
  color: hsl(200 14% 96% / 0.95);
}

.text-thermal-blue {
  --tw-text-opacity: 1;
  color: hsl(190 40% 63% / var(--tw-text-opacity, 1));
}

.text-thermal-blue\/0 {
  color: hsl(190 40% 63% / 0);
}

.text-thermal-blue\/10 {
  color: hsl(190 40% 63% / 0.1);
}

.text-thermal-blue\/100 {
  color: hsl(190 40% 63% / 1);
}

.text-thermal-blue\/15 {
  color: hsl(190 40% 63% / 0.15);
}

.text-thermal-blue\/20 {
  color: hsl(190 40% 63% / 0.2);
}

.text-thermal-blue\/25 {
  color: hsl(190 40% 63% / 0.25);
}

.text-thermal-blue\/30 {
  color: hsl(190 40% 63% / 0.3);
}

.text-thermal-blue\/35 {
  color: hsl(190 40% 63% / 0.35);
}

.text-thermal-blue\/40 {
  color: hsl(190 40% 63% / 0.4);
}

.text-thermal-blue\/45 {
  color: hsl(190 40% 63% / 0.45);
}

.text-thermal-blue\/5 {
  color: hsl(190 40% 63% / 0.05);
}

.text-thermal-blue\/50 {
  color: hsl(190 40% 63% / 0.5);
}

.text-thermal-blue\/55 {
  color: hsl(190 40% 63% / 0.55);
}

.text-thermal-blue\/60 {
  color: hsl(190 40% 63% / 0.6);
}

.text-thermal-blue\/65 {
  color: hsl(190 40% 63% / 0.65);
}

.text-thermal-blue\/70 {
  color: hsl(190 40% 63% / 0.7);
}

.text-thermal-blue\/75 {
  color: hsl(190 40% 63% / 0.75);
}

.text-thermal-blue\/80 {
  color: hsl(190 40% 63% / 0.8);
}

.text-thermal-blue\/85 {
  color: hsl(190 40% 63% / 0.85);
}

.text-thermal-blue\/90 {
  color: hsl(190 40% 63% / 0.9);
}

.text-thermal-blue\/95 {
  color: hsl(190 40% 63% / 0.95);
}

.text-thermal-coral {
  --tw-text-opacity: 1;
  color: hsl(10 55% 75% / var(--tw-text-opacity, 1));
}

.text-thermal-coral\/0 {
  color: hsl(10 55% 75% / 0);
}

.text-thermal-coral\/10 {
  color: hsl(10 55% 75% / 0.1);
}

.text-thermal-coral\/100 {
  color: hsl(10 55% 75% / 1);
}

.text-thermal-coral\/15 {
  color: hsl(10 55% 75% / 0.15);
}

.text-thermal-coral\/20 {
  color: hsl(10 55% 75% / 0.2);
}

.text-thermal-coral\/25 {
  color: hsl(10 55% 75% / 0.25);
}

.text-thermal-coral\/30 {
  color: hsl(10 55% 75% / 0.3);
}

.text-thermal-coral\/35 {
  color: hsl(10 55% 75% / 0.35);
}

.text-thermal-coral\/40 {
  color: hsl(10 55% 75% / 0.4);
}

.text-thermal-coral\/45 {
  color: hsl(10 55% 75% / 0.45);
}

.text-thermal-coral\/5 {
  color: hsl(10 55% 75% / 0.05);
}

.text-thermal-coral\/50 {
  color: hsl(10 55% 75% / 0.5);
}

.text-thermal-coral\/55 {
  color: hsl(10 55% 75% / 0.55);
}

.text-thermal-coral\/60 {
  color: hsl(10 55% 75% / 0.6);
}

.text-thermal-coral\/65 {
  color: hsl(10 55% 75% / 0.65);
}

.text-thermal-coral\/70 {
  color: hsl(10 55% 75% / 0.7);
}

.text-thermal-coral\/75 {
  color: hsl(10 55% 75% / 0.75);
}

.text-thermal-coral\/80 {
  color: hsl(10 55% 75% / 0.8);
}

.text-thermal-coral\/85 {
  color: hsl(10 55% 75% / 0.85);
}

.text-thermal-coral\/90 {
  color: hsl(10 55% 75% / 0.9);
}

.text-thermal-coral\/95 {
  color: hsl(10 55% 75% / 0.95);
}

.text-warm-sand {
  --tw-text-opacity: 1;
  color: hsl(33 38% 84% / var(--tw-text-opacity, 1));
}

.text-warm-sand\/0 {
  color: hsl(33 38% 84% / 0);
}

.text-warm-sand\/10 {
  color: hsl(33 38% 84% / 0.1);
}

.text-warm-sand\/100 {
  color: hsl(33 38% 84% / 1);
}

.text-warm-sand\/15 {
  color: hsl(33 38% 84% / 0.15);
}

.text-warm-sand\/20 {
  color: hsl(33 38% 84% / 0.2);
}

.text-warm-sand\/25 {
  color: hsl(33 38% 84% / 0.25);
}

.text-warm-sand\/30 {
  color: hsl(33 38% 84% / 0.3);
}

.text-warm-sand\/35 {
  color: hsl(33 38% 84% / 0.35);
}

.text-warm-sand\/40 {
  color: hsl(33 38% 84% / 0.4);
}

.text-warm-sand\/45 {
  color: hsl(33 38% 84% / 0.45);
}

.text-warm-sand\/5 {
  color: hsl(33 38% 84% / 0.05);
}

.text-warm-sand\/50 {
  color: hsl(33 38% 84% / 0.5);
}

.text-warm-sand\/55 {
  color: hsl(33 38% 84% / 0.55);
}

.text-warm-sand\/60 {
  color: hsl(33 38% 84% / 0.6);
}

.text-warm-sand\/65 {
  color: hsl(33 38% 84% / 0.65);
}

.text-warm-sand\/70 {
  color: hsl(33 38% 84% / 0.7);
}

.text-warm-sand\/75 {
  color: hsl(33 38% 84% / 0.75);
}

.text-warm-sand\/80 {
  color: hsl(33 38% 84% / 0.8);
}

.text-warm-sand\/85 {
  color: hsl(33 38% 84% / 0.85);
}

.text-warm-sand\/90 {
  color: hsl(33 38% 84% / 0.9);
}

.text-warm-sand\/95 {
  color: hsl(33 38% 84% / 0.95);
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-card {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-hover {
  --tw-shadow: var(--shadow-hover);
  --tw-shadow-colored: var(--shadow-hover);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft {
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card {
  --tw-shadow-color: hsl(var(--card) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.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-offset-background {
  --tw-ring-offset-color: hsl(var(--background) / 1);
}

.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-3xl {
  --tw-blur: blur(64px);
  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);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-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-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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

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

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::file-selector-button {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted-foreground::placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted-foreground\/60::-moz-placeholder {
  color: hsl(var(--muted-foreground) / 0.6);
}

.placeholder\:text-muted-foreground\/60::placeholder {
  color: hsl(var(--muted-foreground) / 0.6);
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--accent) / var(--tw-bg-opacity, 1));
}

.hover\:bg-cold-plunge:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(188 35% 53% / var(--tw-bg-opacity, 1));
}

.hover\:bg-mineral-aqua:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(186 38% 75% / var(--tw-bg-opacity, 1));
}

.hover\:bg-mineral-aqua\/30:hover {
  background-color: hsl(186 38% 75% / 0.3);
}

.hover\:bg-mineral-aqua\/50:hover {
  background-color: hsl(186 38% 75% / 0.5);
}

.hover\:bg-muted:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}

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

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-soft-steam\/10:hover {
  background-color: hsl(200 14% 96% / 0.1);
}

.hover\:bg-thermal-blue\/90:hover {
  background-color: hsl(190 40% 63% / 0.9);
}

.hover\:bg-warm-sand\/20:hover {
  background-color: hsl(33 38% 84% / 0.2);
}

.hover\:bg-warm-sand\/30:hover {
  background-color: hsl(33 38% 84% / 0.3);
}

.hover\:bg-warm-sand\/50:hover {
  background-color: hsl(33 38% 84% / 0.5);
}

.hover\:text-accent-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--accent-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}

.hover\:text-primary\/80:hover {
  color: hsl(var(--primary) / 0.8);
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-card:hover {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-hover:hover {
  --tw-shadow: var(--shadow-hover);
  --tw-shadow-colored: var(--shadow-hover);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-card:hover {
  --tw-shadow-color: hsl(var(--card) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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);
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
}

.focus\:ring-ring:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-primary:focus-visible {
  --tw-border-opacity: 1;
  border-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-0:focus-visible {
  --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(0px + 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);
}

.focus-visible\:ring-2:focus-visible {
  --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(2px + 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);
}

.focus-visible\:ring-primary\/30:focus-visible {
  --tw-ring-color: hsl(var(--primary) / 0.3);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .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 .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .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\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

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

  .md\:h-full {
    height: 100%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .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-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.\[\&\>a\]\:text-primary>a {
  --tw-text-opacity: 1;
  color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}

.\[\&\>a\]\:underline>a {
  text-decoration-line: underline;
}

.\[\&\>a\]\:hover\:text-cold-plunge:hover>a {
  --tw-text-opacity: 1;
  color: hsl(188 35% 53% / var(--tw-text-opacity, 1));
}

.\[\&\>em\]\:italic>em {
  font-style: italic;
}

.\[\&\>h2\:first-child\]\:mt-0>h2:first-child {
  margin-top: 0px;
}

.\[\&\>h2\]\:mb-3>h2 {
  margin-bottom: 0.75rem;
}

.\[\&\>h2\]\:mt-6>h2 {
  margin-top: 1.5rem;
}

.\[\&\>h2\]\:text-lg>h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&\>h2\]\:font-semibold>h2 {
  font-weight: 600;
}

.\[\&\>h2\]\:text-foreground>h2 {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.\[\&\>h3\:first-child\]\:mt-0>h3:first-child {
  margin-top: 0px;
}

.\[\&\>h3\]\:mb-2>h3 {
  margin-bottom: 0.5rem;
}

.\[\&\>h3\]\:mt-4>h3 {
  margin-top: 1rem;
}

.\[\&\>h3\]\:text-base>h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>h3\]\:font-semibold>h3 {
  font-weight: 600;
}

.\[\&\>h3\]\:text-foreground>h3 {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.\[\&\>ol\]\:mb-4>ol {
  margin-bottom: 1rem;
}

.\[\&\>ol\]\:list-inside>ol {
  list-style-position: inside;
}

.\[\&\>ol\]\:list-decimal>ol {
  list-style-type: decimal;
}

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

.\[\&\>p\:last-child\]\:mb-0>p:last-child {
  margin-bottom: 0px;
}

.\[\&\>p\]\:mb-4>p {
  margin-bottom: 1rem;
}

.\[\&\>strong\]\:font-semibold>strong {
  font-weight: 600;
}

.\[\&\>strong\]\:text-foreground>strong {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.\[\&\>ul\]\:mb-4>ul {
  margin-bottom: 1rem;
}

.\[\&\>ul\]\:list-inside>ul {
  list-style-position: inside;
}

.\[\&\>ul\]\:list-disc>ul {
  list-style-type: disc;
}

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

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-3 svg {
  width: 0.75rem;
  height: 0.75rem;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}