/*
! tailwindcss v3.4.10 | 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: Poppins, 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] {
  display: none;
}

html {
  font-family: Poppins, sans-serif;
}

strong {
  font-weight: 600;
}

*, ::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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

.left-\[calc\(50\%\+3rem\)\] {
  left: calc(50% + 3rem);
}

.left-\[calc\(50\%-11rem\)\] {
  left: calc(50% - 11rem);
}

.right-0 {
  right: 0px;
}

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

.top-\[calc\(100\%-13rem\)\] {
  top: calc(100% - 13rem);
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.order-2 {
  order: 2;
}

.m-2 {
  margin: 0.5rem;
}

.m-6 {
  margin: 1.5rem;
}

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

.\!ml-auto {
  margin-left: auto !important;
}

.\!mr-auto {
  margin-right: auto !important;
}

.\!mt-\[14px\] {
  margin-top: 14px !important;
}

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

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

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

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

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

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

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

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

.mb-\[5rem\] {
  margin-bottom: 5rem;
}

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

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

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

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

.ms-3 {
  margin-inline-start: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1155\/678\] {
  aspect-ratio: 1155/678;
}

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

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

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

.h-3 {
  height: 0.75rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.min-h-dvh {
  min-height: 100dvh;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-\[36\.125rem\] {
  width: 36.125rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-\[calc\(1400px-2rem\)\] {
  max-width: calc(1400px - 2rem);
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.basis-3\/4 {
  flex-basis: 75%;
}

.-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-x-0 {
  --tw-translate-x: 0px;
  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-0 {
  --tw-translate-y: 0px;
  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-5 {
  --tw-translate-y: 1.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));
}

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

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

.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

.divide-border-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 255 / var(--tw-divide-opacity));
}

.divide-border-dark\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0);
}

.divide-border-dark\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.1);
}

.divide-border-dark\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 1);
}

.divide-border-dark\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.15);
}

.divide-border-dark\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.2);
}

.divide-border-dark\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.25);
}

.divide-border-dark\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.3);
}

.divide-border-dark\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.35);
}

.divide-border-dark\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.4);
}

.divide-border-dark\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.45);
}

.divide-border-dark\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.05);
}

.divide-border-dark\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.5);
}

.divide-border-dark\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.55);
}

.divide-border-dark\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.6);
}

.divide-border-dark\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.65);
}

.divide-border-dark\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.7);
}

.divide-border-dark\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.75);
}

.divide-border-dark\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.8);
}

.divide-border-dark\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.85);
}

.divide-border-dark\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.9);
}

.divide-border-dark\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 255 / 0.95);
}

.divide-border-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-divide-opacity));
}

.divide-border-light\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0);
}

.divide-border-light\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.1);
}

.divide-border-light\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 1);
}

.divide-border-light\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.15);
}

.divide-border-light\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.2);
}

.divide-border-light\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.25);
}

.divide-border-light\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.3);
}

.divide-border-light\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.35);
}

.divide-border-light\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.4);
}

.divide-border-light\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.45);
}

.divide-border-light\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.05);
}

.divide-border-light\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.5);
}

.divide-border-light\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.55);
}

.divide-border-light\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.6);
}

.divide-border-light\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.65);
}

.divide-border-light\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.7);
}

.divide-border-light\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.75);
}

.divide-border-light\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.8);
}

.divide-border-light\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.85);
}

.divide-border-light\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.9);
}

.divide-border-light\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 0 0 / 0.95);
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.divide-theme-dark-bg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity));
}

.divide-theme-dark-bg\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0);
}

.divide-theme-dark-bg\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.1);
}

.divide-theme-dark-bg\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 1);
}

.divide-theme-dark-bg\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.15);
}

.divide-theme-dark-bg\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.2);
}

.divide-theme-dark-bg\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.25);
}

.divide-theme-dark-bg\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.3);
}

.divide-theme-dark-bg\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.35);
}

.divide-theme-dark-bg\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.4);
}

.divide-theme-dark-bg\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.45);
}

.divide-theme-dark-bg\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.05);
}

.divide-theme-dark-bg\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.5);
}

.divide-theme-dark-bg\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.55);
}

.divide-theme-dark-bg\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.6);
}

.divide-theme-dark-bg\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.65);
}

.divide-theme-dark-bg\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.7);
}

.divide-theme-dark-bg\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.75);
}

.divide-theme-dark-bg\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.8);
}

.divide-theme-dark-bg\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.85);
}

.divide-theme-dark-bg\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.9);
}

.divide-theme-dark-bg\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.95);
}

.divide-theme-dark-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-theme-dark-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}

.divide-theme-dark-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-theme-dark-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}

.divide-theme-dark-text\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.15);
}

.divide-theme-dark-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-theme-dark-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-theme-dark-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-theme-dark-text\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.35);
}

.divide-theme-dark-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-theme-dark-text\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.45);
}

.divide-theme-dark-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}

.divide-theme-dark-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-theme-dark-text\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.55);
}

.divide-theme-dark-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-theme-dark-text\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.65);
}

.divide-theme-dark-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-theme-dark-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-theme-dark-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-theme-dark-text\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.85);
}

.divide-theme-dark-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.divide-theme-dark-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}

.divide-theme-light-bg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-theme-light-bg\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}

.divide-theme-light-bg\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-theme-light-bg\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}

.divide-theme-light-bg\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.15);
}

.divide-theme-light-bg\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-theme-light-bg\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-theme-light-bg\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-theme-light-bg\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.35);
}

.divide-theme-light-bg\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-theme-light-bg\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.45);
}

.divide-theme-light-bg\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}

.divide-theme-light-bg\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-theme-light-bg\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.55);
}

.divide-theme-light-bg\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-theme-light-bg\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.65);
}

.divide-theme-light-bg\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-theme-light-bg\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-theme-light-bg\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-theme-light-bg\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.85);
}

.divide-theme-light-bg\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.divide-theme-light-bg\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}

.divide-theme-light-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity));
}

.divide-theme-light-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0);
}

.divide-theme-light-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.1);
}

.divide-theme-light-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 1);
}

.divide-theme-light-text\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.15);
}

.divide-theme-light-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.2);
}

.divide-theme-light-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.25);
}

.divide-theme-light-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.3);
}

.divide-theme-light-text\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.35);
}

.divide-theme-light-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.4);
}

.divide-theme-light-text\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.45);
}

.divide-theme-light-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.05);
}

.divide-theme-light-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.5);
}

.divide-theme-light-text\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.55);
}

.divide-theme-light-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.6);
}

.divide-theme-light-text\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.65);
}

.divide-theme-light-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.7);
}

.divide-theme-light-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.75);
}

.divide-theme-light-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.8);
}

.divide-theme-light-text\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.85);
}

.divide-theme-light-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.9);
}

.divide-theme-light-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 24 27 / 0.95);
}

.overflow-hidden {
  overflow: hidden;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  border-color: rgba(255,255,255,0.25);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.50\)\] {
  border-color: rgba(255,255,255,0.50);
}

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

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

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

.border-border-dark\/0 {
  border-color: rgb(0 0 255 / 0);
}

.border-border-dark\/10 {
  border-color: rgb(0 0 255 / 0.1);
}

.border-border-dark\/100 {
  border-color: rgb(0 0 255 / 1);
}

.border-border-dark\/15 {
  border-color: rgb(0 0 255 / 0.15);
}

.border-border-dark\/20 {
  border-color: rgb(0 0 255 / 0.2);
}

.border-border-dark\/25 {
  border-color: rgb(0 0 255 / 0.25);
}

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

.border-border-dark\/35 {
  border-color: rgb(0 0 255 / 0.35);
}

.border-border-dark\/40 {
  border-color: rgb(0 0 255 / 0.4);
}

.border-border-dark\/45 {
  border-color: rgb(0 0 255 / 0.45);
}

.border-border-dark\/5 {
  border-color: rgb(0 0 255 / 0.05);
}

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

.border-border-dark\/55 {
  border-color: rgb(0 0 255 / 0.55);
}

.border-border-dark\/60 {
  border-color: rgb(0 0 255 / 0.6);
}

.border-border-dark\/65 {
  border-color: rgb(0 0 255 / 0.65);
}

.border-border-dark\/70 {
  border-color: rgb(0 0 255 / 0.7);
}

.border-border-dark\/75 {
  border-color: rgb(0 0 255 / 0.75);
}

.border-border-dark\/80 {
  border-color: rgb(0 0 255 / 0.8);
}

.border-border-dark\/85 {
  border-color: rgb(0 0 255 / 0.85);
}

.border-border-dark\/90 {
  border-color: rgb(0 0 255 / 0.9);
}

.border-border-dark\/95 {
  border-color: rgb(0 0 255 / 0.95);
}

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

.border-border-light\/0 {
  border-color: rgb(255 0 0 / 0);
}

.border-border-light\/10 {
  border-color: rgb(255 0 0 / 0.1);
}

.border-border-light\/100 {
  border-color: rgb(255 0 0 / 1);
}

.border-border-light\/15 {
  border-color: rgb(255 0 0 / 0.15);
}

.border-border-light\/20 {
  border-color: rgb(255 0 0 / 0.2);
}

.border-border-light\/25 {
  border-color: rgb(255 0 0 / 0.25);
}

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

.border-border-light\/35 {
  border-color: rgb(255 0 0 / 0.35);
}

.border-border-light\/40 {
  border-color: rgb(255 0 0 / 0.4);
}

.border-border-light\/45 {
  border-color: rgb(255 0 0 / 0.45);
}

.border-border-light\/5 {
  border-color: rgb(255 0 0 / 0.05);
}

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

.border-border-light\/55 {
  border-color: rgb(255 0 0 / 0.55);
}

.border-border-light\/60 {
  border-color: rgb(255 0 0 / 0.6);
}

.border-border-light\/65 {
  border-color: rgb(255 0 0 / 0.65);
}

.border-border-light\/70 {
  border-color: rgb(255 0 0 / 0.7);
}

.border-border-light\/75 {
  border-color: rgb(255 0 0 / 0.75);
}

.border-border-light\/80 {
  border-color: rgb(255 0 0 / 0.8);
}

.border-border-light\/85 {
  border-color: rgb(255 0 0 / 0.85);
}

.border-border-light\/90 {
  border-color: rgb(255 0 0 / 0.9);
}

.border-border-light\/95 {
  border-color: rgb(255 0 0 / 0.95);
}

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

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

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

.border-theme-dark-bg {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-theme-dark-bg\/0 {
  border-color: rgb(24 24 27 / 0);
}

.border-theme-dark-bg\/10 {
  border-color: rgb(24 24 27 / 0.1);
}

.border-theme-dark-bg\/100 {
  border-color: rgb(24 24 27 / 1);
}

.border-theme-dark-bg\/15 {
  border-color: rgb(24 24 27 / 0.15);
}

.border-theme-dark-bg\/20 {
  border-color: rgb(24 24 27 / 0.2);
}

.border-theme-dark-bg\/25 {
  border-color: rgb(24 24 27 / 0.25);
}

.border-theme-dark-bg\/30 {
  border-color: rgb(24 24 27 / 0.3);
}

.border-theme-dark-bg\/35 {
  border-color: rgb(24 24 27 / 0.35);
}

.border-theme-dark-bg\/40 {
  border-color: rgb(24 24 27 / 0.4);
}

.border-theme-dark-bg\/45 {
  border-color: rgb(24 24 27 / 0.45);
}

.border-theme-dark-bg\/5 {
  border-color: rgb(24 24 27 / 0.05);
}

.border-theme-dark-bg\/50 {
  border-color: rgb(24 24 27 / 0.5);
}

.border-theme-dark-bg\/55 {
  border-color: rgb(24 24 27 / 0.55);
}

.border-theme-dark-bg\/60 {
  border-color: rgb(24 24 27 / 0.6);
}

.border-theme-dark-bg\/65 {
  border-color: rgb(24 24 27 / 0.65);
}

.border-theme-dark-bg\/70 {
  border-color: rgb(24 24 27 / 0.7);
}

.border-theme-dark-bg\/75 {
  border-color: rgb(24 24 27 / 0.75);
}

.border-theme-dark-bg\/80 {
  border-color: rgb(24 24 27 / 0.8);
}

.border-theme-dark-bg\/85 {
  border-color: rgb(24 24 27 / 0.85);
}

.border-theme-dark-bg\/90 {
  border-color: rgb(24 24 27 / 0.9);
}

.border-theme-dark-bg\/95 {
  border-color: rgb(24 24 27 / 0.95);
}

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

.border-theme-dark-text\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-theme-dark-text\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-theme-dark-text\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-theme-dark-text\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-theme-dark-text\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-theme-dark-text\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

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

.border-theme-dark-text\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-theme-dark-text\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-theme-dark-text\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-theme-dark-text\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-theme-dark-text\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-theme-dark-text\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-theme-dark-text\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-theme-dark-text\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-theme-dark-text\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-theme-dark-text\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-theme-dark-text\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-theme-dark-text\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-theme-dark-text\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-theme-dark-text\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

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

.border-theme-light-bg\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-theme-light-bg\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-theme-light-bg\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-theme-light-bg\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-theme-light-bg\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-theme-light-bg\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

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

.border-theme-light-bg\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-theme-light-bg\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-theme-light-bg\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-theme-light-bg\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-theme-light-bg\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-theme-light-bg\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-theme-light-bg\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-theme-light-bg\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-theme-light-bg\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-theme-light-bg\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-theme-light-bg\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-theme-light-bg\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-theme-light-bg\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-theme-light-bg\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-theme-light-text {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-theme-light-text\/0 {
  border-color: rgb(24 24 27 / 0);
}

.border-theme-light-text\/10 {
  border-color: rgb(24 24 27 / 0.1);
}

.border-theme-light-text\/100 {
  border-color: rgb(24 24 27 / 1);
}

.border-theme-light-text\/15 {
  border-color: rgb(24 24 27 / 0.15);
}

.border-theme-light-text\/20 {
  border-color: rgb(24 24 27 / 0.2);
}

.border-theme-light-text\/25 {
  border-color: rgb(24 24 27 / 0.25);
}

.border-theme-light-text\/30 {
  border-color: rgb(24 24 27 / 0.3);
}

.border-theme-light-text\/35 {
  border-color: rgb(24 24 27 / 0.35);
}

.border-theme-light-text\/40 {
  border-color: rgb(24 24 27 / 0.4);
}

.border-theme-light-text\/45 {
  border-color: rgb(24 24 27 / 0.45);
}

.border-theme-light-text\/5 {
  border-color: rgb(24 24 27 / 0.05);
}

.border-theme-light-text\/50 {
  border-color: rgb(24 24 27 / 0.5);
}

.border-theme-light-text\/55 {
  border-color: rgb(24 24 27 / 0.55);
}

.border-theme-light-text\/60 {
  border-color: rgb(24 24 27 / 0.6);
}

.border-theme-light-text\/65 {
  border-color: rgb(24 24 27 / 0.65);
}

.border-theme-light-text\/70 {
  border-color: rgb(24 24 27 / 0.7);
}

.border-theme-light-text\/75 {
  border-color: rgb(24 24 27 / 0.75);
}

.border-theme-light-text\/80 {
  border-color: rgb(24 24 27 / 0.8);
}

.border-theme-light-text\/85 {
  border-color: rgb(24 24 27 / 0.85);
}

.border-theme-light-text\/90 {
  border-color: rgb(24 24 27 / 0.9);
}

.border-theme-light-text\/95 {
  border-color: rgb(24 24 27 / 0.95);
}

.border-x-border-dark {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 255 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-x-border-dark\/0 {
  border-left-color: rgb(0 0 255 / 0);
  border-right-color: rgb(0 0 255 / 0);
}

.border-x-border-dark\/10 {
  border-left-color: rgb(0 0 255 / 0.1);
  border-right-color: rgb(0 0 255 / 0.1);
}

.border-x-border-dark\/100 {
  border-left-color: rgb(0 0 255 / 1);
  border-right-color: rgb(0 0 255 / 1);
}

.border-x-border-dark\/15 {
  border-left-color: rgb(0 0 255 / 0.15);
  border-right-color: rgb(0 0 255 / 0.15);
}

.border-x-border-dark\/20 {
  border-left-color: rgb(0 0 255 / 0.2);
  border-right-color: rgb(0 0 255 / 0.2);
}

.border-x-border-dark\/25 {
  border-left-color: rgb(0 0 255 / 0.25);
  border-right-color: rgb(0 0 255 / 0.25);
}

.border-x-border-dark\/30 {
  border-left-color: rgb(0 0 255 / 0.3);
  border-right-color: rgb(0 0 255 / 0.3);
}

.border-x-border-dark\/35 {
  border-left-color: rgb(0 0 255 / 0.35);
  border-right-color: rgb(0 0 255 / 0.35);
}

.border-x-border-dark\/40 {
  border-left-color: rgb(0 0 255 / 0.4);
  border-right-color: rgb(0 0 255 / 0.4);
}

.border-x-border-dark\/45 {
  border-left-color: rgb(0 0 255 / 0.45);
  border-right-color: rgb(0 0 255 / 0.45);
}

.border-x-border-dark\/5 {
  border-left-color: rgb(0 0 255 / 0.05);
  border-right-color: rgb(0 0 255 / 0.05);
}

.border-x-border-dark\/50 {
  border-left-color: rgb(0 0 255 / 0.5);
  border-right-color: rgb(0 0 255 / 0.5);
}

.border-x-border-dark\/55 {
  border-left-color: rgb(0 0 255 / 0.55);
  border-right-color: rgb(0 0 255 / 0.55);
}

.border-x-border-dark\/60 {
  border-left-color: rgb(0 0 255 / 0.6);
  border-right-color: rgb(0 0 255 / 0.6);
}

.border-x-border-dark\/65 {
  border-left-color: rgb(0 0 255 / 0.65);
  border-right-color: rgb(0 0 255 / 0.65);
}

.border-x-border-dark\/70 {
  border-left-color: rgb(0 0 255 / 0.7);
  border-right-color: rgb(0 0 255 / 0.7);
}

.border-x-border-dark\/75 {
  border-left-color: rgb(0 0 255 / 0.75);
  border-right-color: rgb(0 0 255 / 0.75);
}

.border-x-border-dark\/80 {
  border-left-color: rgb(0 0 255 / 0.8);
  border-right-color: rgb(0 0 255 / 0.8);
}

.border-x-border-dark\/85 {
  border-left-color: rgb(0 0 255 / 0.85);
  border-right-color: rgb(0 0 255 / 0.85);
}

.border-x-border-dark\/90 {
  border-left-color: rgb(0 0 255 / 0.9);
  border-right-color: rgb(0 0 255 / 0.9);
}

.border-x-border-dark\/95 {
  border-left-color: rgb(0 0 255 / 0.95);
  border-right-color: rgb(0 0 255 / 0.95);
}

.border-x-border-light {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-x-border-light\/0 {
  border-left-color: rgb(255 0 0 / 0);
  border-right-color: rgb(255 0 0 / 0);
}

.border-x-border-light\/10 {
  border-left-color: rgb(255 0 0 / 0.1);
  border-right-color: rgb(255 0 0 / 0.1);
}

.border-x-border-light\/100 {
  border-left-color: rgb(255 0 0 / 1);
  border-right-color: rgb(255 0 0 / 1);
}

.border-x-border-light\/15 {
  border-left-color: rgb(255 0 0 / 0.15);
  border-right-color: rgb(255 0 0 / 0.15);
}

.border-x-border-light\/20 {
  border-left-color: rgb(255 0 0 / 0.2);
  border-right-color: rgb(255 0 0 / 0.2);
}

.border-x-border-light\/25 {
  border-left-color: rgb(255 0 0 / 0.25);
  border-right-color: rgb(255 0 0 / 0.25);
}

.border-x-border-light\/30 {
  border-left-color: rgb(255 0 0 / 0.3);
  border-right-color: rgb(255 0 0 / 0.3);
}

.border-x-border-light\/35 {
  border-left-color: rgb(255 0 0 / 0.35);
  border-right-color: rgb(255 0 0 / 0.35);
}

.border-x-border-light\/40 {
  border-left-color: rgb(255 0 0 / 0.4);
  border-right-color: rgb(255 0 0 / 0.4);
}

.border-x-border-light\/45 {
  border-left-color: rgb(255 0 0 / 0.45);
  border-right-color: rgb(255 0 0 / 0.45);
}

.border-x-border-light\/5 {
  border-left-color: rgb(255 0 0 / 0.05);
  border-right-color: rgb(255 0 0 / 0.05);
}

.border-x-border-light\/50 {
  border-left-color: rgb(255 0 0 / 0.5);
  border-right-color: rgb(255 0 0 / 0.5);
}

.border-x-border-light\/55 {
  border-left-color: rgb(255 0 0 / 0.55);
  border-right-color: rgb(255 0 0 / 0.55);
}

.border-x-border-light\/60 {
  border-left-color: rgb(255 0 0 / 0.6);
  border-right-color: rgb(255 0 0 / 0.6);
}

.border-x-border-light\/65 {
  border-left-color: rgb(255 0 0 / 0.65);
  border-right-color: rgb(255 0 0 / 0.65);
}

.border-x-border-light\/70 {
  border-left-color: rgb(255 0 0 / 0.7);
  border-right-color: rgb(255 0 0 / 0.7);
}

.border-x-border-light\/75 {
  border-left-color: rgb(255 0 0 / 0.75);
  border-right-color: rgb(255 0 0 / 0.75);
}

.border-x-border-light\/80 {
  border-left-color: rgb(255 0 0 / 0.8);
  border-right-color: rgb(255 0 0 / 0.8);
}

.border-x-border-light\/85 {
  border-left-color: rgb(255 0 0 / 0.85);
  border-right-color: rgb(255 0 0 / 0.85);
}

.border-x-border-light\/90 {
  border-left-color: rgb(255 0 0 / 0.9);
  border-right-color: rgb(255 0 0 / 0.9);
}

.border-x-border-light\/95 {
  border-left-color: rgb(255 0 0 / 0.95);
  border-right-color: rgb(255 0 0 / 0.95);
}

.border-x-theme-dark-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-x-theme-dark-bg\/0 {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}

.border-x-theme-dark-bg\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-x-theme-dark-bg\/100 {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}

.border-x-theme-dark-bg\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}

.border-x-theme-dark-bg\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-x-theme-dark-bg\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-x-theme-dark-bg\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-x-theme-dark-bg\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}

.border-x-theme-dark-bg\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-x-theme-dark-bg\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}

.border-x-theme-dark-bg\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-x-theme-dark-bg\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-x-theme-dark-bg\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}

.border-x-theme-dark-bg\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-x-theme-dark-bg\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}

.border-x-theme-dark-bg\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-x-theme-dark-bg\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-x-theme-dark-bg\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-x-theme-dark-bg\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}

.border-x-theme-dark-bg\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-x-theme-dark-bg\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-x-theme-dark-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-theme-dark-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-theme-dark-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-theme-dark-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-theme-dark-text\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-x-theme-dark-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-theme-dark-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-theme-dark-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-theme-dark-text\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-x-theme-dark-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-theme-dark-text\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-x-theme-dark-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-theme-dark-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-theme-dark-text\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-x-theme-dark-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-theme-dark-text\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-x-theme-dark-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-theme-dark-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-theme-dark-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-theme-dark-text\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-x-theme-dark-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-theme-dark-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-x-theme-light-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-theme-light-bg\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-theme-light-bg\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-theme-light-bg\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-theme-light-bg\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-x-theme-light-bg\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-theme-light-bg\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-theme-light-bg\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-theme-light-bg\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-x-theme-light-bg\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-theme-light-bg\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-x-theme-light-bg\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-theme-light-bg\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-theme-light-bg\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-x-theme-light-bg\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-theme-light-bg\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-x-theme-light-bg\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-theme-light-bg\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-theme-light-bg\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-theme-light-bg\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-x-theme-light-bg\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-theme-light-bg\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-x-theme-light-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-x-theme-light-text\/0 {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}

.border-x-theme-light-text\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-x-theme-light-text\/100 {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}

.border-x-theme-light-text\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}

.border-x-theme-light-text\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-x-theme-light-text\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-x-theme-light-text\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-x-theme-light-text\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}

.border-x-theme-light-text\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-x-theme-light-text\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}

.border-x-theme-light-text\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-x-theme-light-text\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-x-theme-light-text\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}

.border-x-theme-light-text\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-x-theme-light-text\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}

.border-x-theme-light-text\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-x-theme-light-text\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-x-theme-light-text\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-x-theme-light-text\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}

.border-x-theme-light-text\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-x-theme-light-text\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-y-border-dark {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-y-border-dark\/0 {
  border-top-color: rgb(0 0 255 / 0);
  border-bottom-color: rgb(0 0 255 / 0);
}

.border-y-border-dark\/10 {
  border-top-color: rgb(0 0 255 / 0.1);
  border-bottom-color: rgb(0 0 255 / 0.1);
}

.border-y-border-dark\/100 {
  border-top-color: rgb(0 0 255 / 1);
  border-bottom-color: rgb(0 0 255 / 1);
}

.border-y-border-dark\/15 {
  border-top-color: rgb(0 0 255 / 0.15);
  border-bottom-color: rgb(0 0 255 / 0.15);
}

.border-y-border-dark\/20 {
  border-top-color: rgb(0 0 255 / 0.2);
  border-bottom-color: rgb(0 0 255 / 0.2);
}

.border-y-border-dark\/25 {
  border-top-color: rgb(0 0 255 / 0.25);
  border-bottom-color: rgb(0 0 255 / 0.25);
}

.border-y-border-dark\/30 {
  border-top-color: rgb(0 0 255 / 0.3);
  border-bottom-color: rgb(0 0 255 / 0.3);
}

.border-y-border-dark\/35 {
  border-top-color: rgb(0 0 255 / 0.35);
  border-bottom-color: rgb(0 0 255 / 0.35);
}

.border-y-border-dark\/40 {
  border-top-color: rgb(0 0 255 / 0.4);
  border-bottom-color: rgb(0 0 255 / 0.4);
}

.border-y-border-dark\/45 {
  border-top-color: rgb(0 0 255 / 0.45);
  border-bottom-color: rgb(0 0 255 / 0.45);
}

.border-y-border-dark\/5 {
  border-top-color: rgb(0 0 255 / 0.05);
  border-bottom-color: rgb(0 0 255 / 0.05);
}

.border-y-border-dark\/50 {
  border-top-color: rgb(0 0 255 / 0.5);
  border-bottom-color: rgb(0 0 255 / 0.5);
}

.border-y-border-dark\/55 {
  border-top-color: rgb(0 0 255 / 0.55);
  border-bottom-color: rgb(0 0 255 / 0.55);
}

.border-y-border-dark\/60 {
  border-top-color: rgb(0 0 255 / 0.6);
  border-bottom-color: rgb(0 0 255 / 0.6);
}

.border-y-border-dark\/65 {
  border-top-color: rgb(0 0 255 / 0.65);
  border-bottom-color: rgb(0 0 255 / 0.65);
}

.border-y-border-dark\/70 {
  border-top-color: rgb(0 0 255 / 0.7);
  border-bottom-color: rgb(0 0 255 / 0.7);
}

.border-y-border-dark\/75 {
  border-top-color: rgb(0 0 255 / 0.75);
  border-bottom-color: rgb(0 0 255 / 0.75);
}

.border-y-border-dark\/80 {
  border-top-color: rgb(0 0 255 / 0.8);
  border-bottom-color: rgb(0 0 255 / 0.8);
}

.border-y-border-dark\/85 {
  border-top-color: rgb(0 0 255 / 0.85);
  border-bottom-color: rgb(0 0 255 / 0.85);
}

.border-y-border-dark\/90 {
  border-top-color: rgb(0 0 255 / 0.9);
  border-bottom-color: rgb(0 0 255 / 0.9);
}

.border-y-border-dark\/95 {
  border-top-color: rgb(0 0 255 / 0.95);
  border-bottom-color: rgb(0 0 255 / 0.95);
}

.border-y-border-light {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-y-border-light\/0 {
  border-top-color: rgb(255 0 0 / 0);
  border-bottom-color: rgb(255 0 0 / 0);
}

.border-y-border-light\/10 {
  border-top-color: rgb(255 0 0 / 0.1);
  border-bottom-color: rgb(255 0 0 / 0.1);
}

.border-y-border-light\/100 {
  border-top-color: rgb(255 0 0 / 1);
  border-bottom-color: rgb(255 0 0 / 1);
}

.border-y-border-light\/15 {
  border-top-color: rgb(255 0 0 / 0.15);
  border-bottom-color: rgb(255 0 0 / 0.15);
}

.border-y-border-light\/20 {
  border-top-color: rgb(255 0 0 / 0.2);
  border-bottom-color: rgb(255 0 0 / 0.2);
}

.border-y-border-light\/25 {
  border-top-color: rgb(255 0 0 / 0.25);
  border-bottom-color: rgb(255 0 0 / 0.25);
}

.border-y-border-light\/30 {
  border-top-color: rgb(255 0 0 / 0.3);
  border-bottom-color: rgb(255 0 0 / 0.3);
}

.border-y-border-light\/35 {
  border-top-color: rgb(255 0 0 / 0.35);
  border-bottom-color: rgb(255 0 0 / 0.35);
}

.border-y-border-light\/40 {
  border-top-color: rgb(255 0 0 / 0.4);
  border-bottom-color: rgb(255 0 0 / 0.4);
}

.border-y-border-light\/45 {
  border-top-color: rgb(255 0 0 / 0.45);
  border-bottom-color: rgb(255 0 0 / 0.45);
}

.border-y-border-light\/5 {
  border-top-color: rgb(255 0 0 / 0.05);
  border-bottom-color: rgb(255 0 0 / 0.05);
}

.border-y-border-light\/50 {
  border-top-color: rgb(255 0 0 / 0.5);
  border-bottom-color: rgb(255 0 0 / 0.5);
}

.border-y-border-light\/55 {
  border-top-color: rgb(255 0 0 / 0.55);
  border-bottom-color: rgb(255 0 0 / 0.55);
}

.border-y-border-light\/60 {
  border-top-color: rgb(255 0 0 / 0.6);
  border-bottom-color: rgb(255 0 0 / 0.6);
}

.border-y-border-light\/65 {
  border-top-color: rgb(255 0 0 / 0.65);
  border-bottom-color: rgb(255 0 0 / 0.65);
}

.border-y-border-light\/70 {
  border-top-color: rgb(255 0 0 / 0.7);
  border-bottom-color: rgb(255 0 0 / 0.7);
}

.border-y-border-light\/75 {
  border-top-color: rgb(255 0 0 / 0.75);
  border-bottom-color: rgb(255 0 0 / 0.75);
}

.border-y-border-light\/80 {
  border-top-color: rgb(255 0 0 / 0.8);
  border-bottom-color: rgb(255 0 0 / 0.8);
}

.border-y-border-light\/85 {
  border-top-color: rgb(255 0 0 / 0.85);
  border-bottom-color: rgb(255 0 0 / 0.85);
}

.border-y-border-light\/90 {
  border-top-color: rgb(255 0 0 / 0.9);
  border-bottom-color: rgb(255 0 0 / 0.9);
}

.border-y-border-light\/95 {
  border-top-color: rgb(255 0 0 / 0.95);
  border-bottom-color: rgb(255 0 0 / 0.95);
}

.border-y-theme-dark-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-y-theme-dark-bg\/0 {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-y-theme-dark-bg\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-y-theme-dark-bg\/100 {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-y-theme-dark-bg\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.border-y-theme-dark-bg\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-y-theme-dark-bg\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-y-theme-dark-bg\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-y-theme-dark-bg\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.border-y-theme-dark-bg\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-y-theme-dark-bg\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.border-y-theme-dark-bg\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-y-theme-dark-bg\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-y-theme-dark-bg\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.border-y-theme-dark-bg\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-y-theme-dark-bg\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.border-y-theme-dark-bg\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-y-theme-dark-bg\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-y-theme-dark-bg\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-y-theme-dark-bg\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.border-y-theme-dark-bg\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-y-theme-dark-bg\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-y-theme-dark-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-y-theme-dark-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-theme-dark-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-theme-dark-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-theme-dark-text\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-y-theme-dark-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-theme-dark-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-theme-dark-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-theme-dark-text\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-y-theme-dark-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-theme-dark-text\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-y-theme-dark-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-theme-dark-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-theme-dark-text\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-y-theme-dark-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-theme-dark-text\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-y-theme-dark-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-theme-dark-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-theme-dark-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-theme-dark-text\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-y-theme-dark-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-theme-dark-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-y-theme-light-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-y-theme-light-bg\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-theme-light-bg\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-theme-light-bg\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-theme-light-bg\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-y-theme-light-bg\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-theme-light-bg\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-theme-light-bg\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-theme-light-bg\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-y-theme-light-bg\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-theme-light-bg\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-y-theme-light-bg\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-theme-light-bg\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-theme-light-bg\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-y-theme-light-bg\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-theme-light-bg\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-y-theme-light-bg\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-theme-light-bg\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-theme-light-bg\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-theme-light-bg\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-y-theme-light-bg\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-theme-light-bg\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-y-theme-light-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-y-theme-light-text\/0 {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-y-theme-light-text\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-y-theme-light-text\/100 {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-y-theme-light-text\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.border-y-theme-light-text\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-y-theme-light-text\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-y-theme-light-text\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-y-theme-light-text\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.border-y-theme-light-text\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-y-theme-light-text\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.border-y-theme-light-text\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-y-theme-light-text\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-y-theme-light-text\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.border-y-theme-light-text\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-y-theme-light-text\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.border-y-theme-light-text\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-y-theme-light-text\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-y-theme-light-text\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-y-theme-light-text\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.border-y-theme-light-text\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-y-theme-light-text\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-b-border-dark {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-b-border-dark\/0 {
  border-bottom-color: rgb(0 0 255 / 0);
}

.border-b-border-dark\/10 {
  border-bottom-color: rgb(0 0 255 / 0.1);
}

.border-b-border-dark\/100 {
  border-bottom-color: rgb(0 0 255 / 1);
}

.border-b-border-dark\/15 {
  border-bottom-color: rgb(0 0 255 / 0.15);
}

.border-b-border-dark\/20 {
  border-bottom-color: rgb(0 0 255 / 0.2);
}

.border-b-border-dark\/25 {
  border-bottom-color: rgb(0 0 255 / 0.25);
}

.border-b-border-dark\/30 {
  border-bottom-color: rgb(0 0 255 / 0.3);
}

.border-b-border-dark\/35 {
  border-bottom-color: rgb(0 0 255 / 0.35);
}

.border-b-border-dark\/40 {
  border-bottom-color: rgb(0 0 255 / 0.4);
}

.border-b-border-dark\/45 {
  border-bottom-color: rgb(0 0 255 / 0.45);
}

.border-b-border-dark\/5 {
  border-bottom-color: rgb(0 0 255 / 0.05);
}

.border-b-border-dark\/50 {
  border-bottom-color: rgb(0 0 255 / 0.5);
}

.border-b-border-dark\/55 {
  border-bottom-color: rgb(0 0 255 / 0.55);
}

.border-b-border-dark\/60 {
  border-bottom-color: rgb(0 0 255 / 0.6);
}

.border-b-border-dark\/65 {
  border-bottom-color: rgb(0 0 255 / 0.65);
}

.border-b-border-dark\/70 {
  border-bottom-color: rgb(0 0 255 / 0.7);
}

.border-b-border-dark\/75 {
  border-bottom-color: rgb(0 0 255 / 0.75);
}

.border-b-border-dark\/80 {
  border-bottom-color: rgb(0 0 255 / 0.8);
}

.border-b-border-dark\/85 {
  border-bottom-color: rgb(0 0 255 / 0.85);
}

.border-b-border-dark\/90 {
  border-bottom-color: rgb(0 0 255 / 0.9);
}

.border-b-border-dark\/95 {
  border-bottom-color: rgb(0 0 255 / 0.95);
}

.border-b-border-light {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-b-border-light\/0 {
  border-bottom-color: rgb(255 0 0 / 0);
}

.border-b-border-light\/10 {
  border-bottom-color: rgb(255 0 0 / 0.1);
}

.border-b-border-light\/100 {
  border-bottom-color: rgb(255 0 0 / 1);
}

.border-b-border-light\/15 {
  border-bottom-color: rgb(255 0 0 / 0.15);
}

.border-b-border-light\/20 {
  border-bottom-color: rgb(255 0 0 / 0.2);
}

.border-b-border-light\/25 {
  border-bottom-color: rgb(255 0 0 / 0.25);
}

.border-b-border-light\/30 {
  border-bottom-color: rgb(255 0 0 / 0.3);
}

.border-b-border-light\/35 {
  border-bottom-color: rgb(255 0 0 / 0.35);
}

.border-b-border-light\/40 {
  border-bottom-color: rgb(255 0 0 / 0.4);
}

.border-b-border-light\/45 {
  border-bottom-color: rgb(255 0 0 / 0.45);
}

.border-b-border-light\/5 {
  border-bottom-color: rgb(255 0 0 / 0.05);
}

.border-b-border-light\/50 {
  border-bottom-color: rgb(255 0 0 / 0.5);
}

.border-b-border-light\/55 {
  border-bottom-color: rgb(255 0 0 / 0.55);
}

.border-b-border-light\/60 {
  border-bottom-color: rgb(255 0 0 / 0.6);
}

.border-b-border-light\/65 {
  border-bottom-color: rgb(255 0 0 / 0.65);
}

.border-b-border-light\/70 {
  border-bottom-color: rgb(255 0 0 / 0.7);
}

.border-b-border-light\/75 {
  border-bottom-color: rgb(255 0 0 / 0.75);
}

.border-b-border-light\/80 {
  border-bottom-color: rgb(255 0 0 / 0.8);
}

.border-b-border-light\/85 {
  border-bottom-color: rgb(255 0 0 / 0.85);
}

.border-b-border-light\/90 {
  border-bottom-color: rgb(255 0 0 / 0.9);
}

.border-b-border-light\/95 {
  border-bottom-color: rgb(255 0 0 / 0.95);
}

.border-b-theme-dark-bg {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-b-theme-dark-bg\/0 {
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-b-theme-dark-bg\/10 {
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-b-theme-dark-bg\/100 {
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-b-theme-dark-bg\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.border-b-theme-dark-bg\/20 {
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-b-theme-dark-bg\/25 {
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-b-theme-dark-bg\/30 {
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-b-theme-dark-bg\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.border-b-theme-dark-bg\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-b-theme-dark-bg\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.border-b-theme-dark-bg\/5 {
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-b-theme-dark-bg\/50 {
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-b-theme-dark-bg\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.border-b-theme-dark-bg\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-b-theme-dark-bg\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.border-b-theme-dark-bg\/70 {
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-b-theme-dark-bg\/75 {
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-b-theme-dark-bg\/80 {
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-b-theme-dark-bg\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.border-b-theme-dark-bg\/90 {
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-b-theme-dark-bg\/95 {
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-b-theme-dark-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-theme-dark-text\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-theme-dark-text\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-theme-dark-text\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-theme-dark-text\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-b-theme-dark-text\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-theme-dark-text\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-theme-dark-text\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-theme-dark-text\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-b-theme-dark-text\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-theme-dark-text\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-b-theme-dark-text\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-theme-dark-text\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-theme-dark-text\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-b-theme-dark-text\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-theme-dark-text\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-b-theme-dark-text\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-theme-dark-text\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-theme-dark-text\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-theme-dark-text\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-b-theme-dark-text\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-theme-dark-text\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-theme-light-bg {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-theme-light-bg\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-theme-light-bg\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-theme-light-bg\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-theme-light-bg\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-b-theme-light-bg\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-theme-light-bg\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-theme-light-bg\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-theme-light-bg\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-b-theme-light-bg\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-theme-light-bg\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-b-theme-light-bg\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-theme-light-bg\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-theme-light-bg\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-b-theme-light-bg\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-theme-light-bg\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-b-theme-light-bg\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-theme-light-bg\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-theme-light-bg\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-theme-light-bg\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-b-theme-light-bg\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-theme-light-bg\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-theme-light-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-b-theme-light-text\/0 {
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-b-theme-light-text\/10 {
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-b-theme-light-text\/100 {
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-b-theme-light-text\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15);
}

.border-b-theme-light-text\/20 {
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-b-theme-light-text\/25 {
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-b-theme-light-text\/30 {
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-b-theme-light-text\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35);
}

.border-b-theme-light-text\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-b-theme-light-text\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45);
}

.border-b-theme-light-text\/5 {
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-b-theme-light-text\/50 {
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-b-theme-light-text\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55);
}

.border-b-theme-light-text\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-b-theme-light-text\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65);
}

.border-b-theme-light-text\/70 {
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-b-theme-light-text\/75 {
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-b-theme-light-text\/80 {
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-b-theme-light-text\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85);
}

.border-b-theme-light-text\/90 {
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-b-theme-light-text\/95 {
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-e-border-dark {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-e-border-dark\/0 {
  border-inline-end-color: rgb(0 0 255 / 0);
}

.border-e-border-dark\/10 {
  border-inline-end-color: rgb(0 0 255 / 0.1);
}

.border-e-border-dark\/100 {
  border-inline-end-color: rgb(0 0 255 / 1);
}

.border-e-border-dark\/15 {
  border-inline-end-color: rgb(0 0 255 / 0.15);
}

.border-e-border-dark\/20 {
  border-inline-end-color: rgb(0 0 255 / 0.2);
}

.border-e-border-dark\/25 {
  border-inline-end-color: rgb(0 0 255 / 0.25);
}

.border-e-border-dark\/30 {
  border-inline-end-color: rgb(0 0 255 / 0.3);
}

.border-e-border-dark\/35 {
  border-inline-end-color: rgb(0 0 255 / 0.35);
}

.border-e-border-dark\/40 {
  border-inline-end-color: rgb(0 0 255 / 0.4);
}

.border-e-border-dark\/45 {
  border-inline-end-color: rgb(0 0 255 / 0.45);
}

.border-e-border-dark\/5 {
  border-inline-end-color: rgb(0 0 255 / 0.05);
}

.border-e-border-dark\/50 {
  border-inline-end-color: rgb(0 0 255 / 0.5);
}

.border-e-border-dark\/55 {
  border-inline-end-color: rgb(0 0 255 / 0.55);
}

.border-e-border-dark\/60 {
  border-inline-end-color: rgb(0 0 255 / 0.6);
}

.border-e-border-dark\/65 {
  border-inline-end-color: rgb(0 0 255 / 0.65);
}

.border-e-border-dark\/70 {
  border-inline-end-color: rgb(0 0 255 / 0.7);
}

.border-e-border-dark\/75 {
  border-inline-end-color: rgb(0 0 255 / 0.75);
}

.border-e-border-dark\/80 {
  border-inline-end-color: rgb(0 0 255 / 0.8);
}

.border-e-border-dark\/85 {
  border-inline-end-color: rgb(0 0 255 / 0.85);
}

.border-e-border-dark\/90 {
  border-inline-end-color: rgb(0 0 255 / 0.9);
}

.border-e-border-dark\/95 {
  border-inline-end-color: rgb(0 0 255 / 0.95);
}

.border-e-border-light {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-e-border-light\/0 {
  border-inline-end-color: rgb(255 0 0 / 0);
}

.border-e-border-light\/10 {
  border-inline-end-color: rgb(255 0 0 / 0.1);
}

.border-e-border-light\/100 {
  border-inline-end-color: rgb(255 0 0 / 1);
}

.border-e-border-light\/15 {
  border-inline-end-color: rgb(255 0 0 / 0.15);
}

.border-e-border-light\/20 {
  border-inline-end-color: rgb(255 0 0 / 0.2);
}

.border-e-border-light\/25 {
  border-inline-end-color: rgb(255 0 0 / 0.25);
}

.border-e-border-light\/30 {
  border-inline-end-color: rgb(255 0 0 / 0.3);
}

.border-e-border-light\/35 {
  border-inline-end-color: rgb(255 0 0 / 0.35);
}

.border-e-border-light\/40 {
  border-inline-end-color: rgb(255 0 0 / 0.4);
}

.border-e-border-light\/45 {
  border-inline-end-color: rgb(255 0 0 / 0.45);
}

.border-e-border-light\/5 {
  border-inline-end-color: rgb(255 0 0 / 0.05);
}

.border-e-border-light\/50 {
  border-inline-end-color: rgb(255 0 0 / 0.5);
}

.border-e-border-light\/55 {
  border-inline-end-color: rgb(255 0 0 / 0.55);
}

.border-e-border-light\/60 {
  border-inline-end-color: rgb(255 0 0 / 0.6);
}

.border-e-border-light\/65 {
  border-inline-end-color: rgb(255 0 0 / 0.65);
}

.border-e-border-light\/70 {
  border-inline-end-color: rgb(255 0 0 / 0.7);
}

.border-e-border-light\/75 {
  border-inline-end-color: rgb(255 0 0 / 0.75);
}

.border-e-border-light\/80 {
  border-inline-end-color: rgb(255 0 0 / 0.8);
}

.border-e-border-light\/85 {
  border-inline-end-color: rgb(255 0 0 / 0.85);
}

.border-e-border-light\/90 {
  border-inline-end-color: rgb(255 0 0 / 0.9);
}

.border-e-border-light\/95 {
  border-inline-end-color: rgb(255 0 0 / 0.95);
}

.border-e-theme-dark-bg {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-e-theme-dark-bg\/0 {
  border-inline-end-color: rgb(24 24 27 / 0);
}

.border-e-theme-dark-bg\/10 {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.border-e-theme-dark-bg\/100 {
  border-inline-end-color: rgb(24 24 27 / 1);
}

.border-e-theme-dark-bg\/15 {
  border-inline-end-color: rgb(24 24 27 / 0.15);
}

.border-e-theme-dark-bg\/20 {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.border-e-theme-dark-bg\/25 {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.border-e-theme-dark-bg\/30 {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.border-e-theme-dark-bg\/35 {
  border-inline-end-color: rgb(24 24 27 / 0.35);
}

.border-e-theme-dark-bg\/40 {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.border-e-theme-dark-bg\/45 {
  border-inline-end-color: rgb(24 24 27 / 0.45);
}

.border-e-theme-dark-bg\/5 {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.border-e-theme-dark-bg\/50 {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.border-e-theme-dark-bg\/55 {
  border-inline-end-color: rgb(24 24 27 / 0.55);
}

.border-e-theme-dark-bg\/60 {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.border-e-theme-dark-bg\/65 {
  border-inline-end-color: rgb(24 24 27 / 0.65);
}

.border-e-theme-dark-bg\/70 {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.border-e-theme-dark-bg\/75 {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.border-e-theme-dark-bg\/80 {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.border-e-theme-dark-bg\/85 {
  border-inline-end-color: rgb(24 24 27 / 0.85);
}

.border-e-theme-dark-bg\/90 {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.border-e-theme-dark-bg\/95 {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

.border-e-theme-dark-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-e-theme-dark-text\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-theme-dark-text\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-theme-dark-text\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-theme-dark-text\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.border-e-theme-dark-text\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-theme-dark-text\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-theme-dark-text\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-theme-dark-text\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.border-e-theme-dark-text\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-theme-dark-text\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.border-e-theme-dark-text\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-theme-dark-text\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-theme-dark-text\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.border-e-theme-dark-text\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-theme-dark-text\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.border-e-theme-dark-text\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-theme-dark-text\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-theme-dark-text\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-theme-dark-text\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.border-e-theme-dark-text\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-theme-dark-text\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.border-e-theme-light-bg {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-e-theme-light-bg\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-theme-light-bg\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-theme-light-bg\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-theme-light-bg\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.border-e-theme-light-bg\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-theme-light-bg\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-theme-light-bg\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-theme-light-bg\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.border-e-theme-light-bg\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-theme-light-bg\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.border-e-theme-light-bg\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-theme-light-bg\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-theme-light-bg\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.border-e-theme-light-bg\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-theme-light-bg\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.border-e-theme-light-bg\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-theme-light-bg\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-theme-light-bg\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-theme-light-bg\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.border-e-theme-light-bg\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-theme-light-bg\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.border-e-theme-light-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-e-theme-light-text\/0 {
  border-inline-end-color: rgb(24 24 27 / 0);
}

.border-e-theme-light-text\/10 {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.border-e-theme-light-text\/100 {
  border-inline-end-color: rgb(24 24 27 / 1);
}

.border-e-theme-light-text\/15 {
  border-inline-end-color: rgb(24 24 27 / 0.15);
}

.border-e-theme-light-text\/20 {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.border-e-theme-light-text\/25 {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.border-e-theme-light-text\/30 {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.border-e-theme-light-text\/35 {
  border-inline-end-color: rgb(24 24 27 / 0.35);
}

.border-e-theme-light-text\/40 {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.border-e-theme-light-text\/45 {
  border-inline-end-color: rgb(24 24 27 / 0.45);
}

.border-e-theme-light-text\/5 {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.border-e-theme-light-text\/50 {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.border-e-theme-light-text\/55 {
  border-inline-end-color: rgb(24 24 27 / 0.55);
}

.border-e-theme-light-text\/60 {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.border-e-theme-light-text\/65 {
  border-inline-end-color: rgb(24 24 27 / 0.65);
}

.border-e-theme-light-text\/70 {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.border-e-theme-light-text\/75 {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.border-e-theme-light-text\/80 {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.border-e-theme-light-text\/85 {
  border-inline-end-color: rgb(24 24 27 / 0.85);
}

.border-e-theme-light-text\/90 {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.border-e-theme-light-text\/95 {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

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

.border-l-border-dark\/0 {
  border-left-color: rgb(0 0 255 / 0);
}

.border-l-border-dark\/10 {
  border-left-color: rgb(0 0 255 / 0.1);
}

.border-l-border-dark\/100 {
  border-left-color: rgb(0 0 255 / 1);
}

.border-l-border-dark\/15 {
  border-left-color: rgb(0 0 255 / 0.15);
}

.border-l-border-dark\/20 {
  border-left-color: rgb(0 0 255 / 0.2);
}

.border-l-border-dark\/25 {
  border-left-color: rgb(0 0 255 / 0.25);
}

.border-l-border-dark\/30 {
  border-left-color: rgb(0 0 255 / 0.3);
}

.border-l-border-dark\/35 {
  border-left-color: rgb(0 0 255 / 0.35);
}

.border-l-border-dark\/40 {
  border-left-color: rgb(0 0 255 / 0.4);
}

.border-l-border-dark\/45 {
  border-left-color: rgb(0 0 255 / 0.45);
}

.border-l-border-dark\/5 {
  border-left-color: rgb(0 0 255 / 0.05);
}

.border-l-border-dark\/50 {
  border-left-color: rgb(0 0 255 / 0.5);
}

.border-l-border-dark\/55 {
  border-left-color: rgb(0 0 255 / 0.55);
}

.border-l-border-dark\/60 {
  border-left-color: rgb(0 0 255 / 0.6);
}

.border-l-border-dark\/65 {
  border-left-color: rgb(0 0 255 / 0.65);
}

.border-l-border-dark\/70 {
  border-left-color: rgb(0 0 255 / 0.7);
}

.border-l-border-dark\/75 {
  border-left-color: rgb(0 0 255 / 0.75);
}

.border-l-border-dark\/80 {
  border-left-color: rgb(0 0 255 / 0.8);
}

.border-l-border-dark\/85 {
  border-left-color: rgb(0 0 255 / 0.85);
}

.border-l-border-dark\/90 {
  border-left-color: rgb(0 0 255 / 0.9);
}

.border-l-border-dark\/95 {
  border-left-color: rgb(0 0 255 / 0.95);
}

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

.border-l-border-light\/0 {
  border-left-color: rgb(255 0 0 / 0);
}

.border-l-border-light\/10 {
  border-left-color: rgb(255 0 0 / 0.1);
}

.border-l-border-light\/100 {
  border-left-color: rgb(255 0 0 / 1);
}

.border-l-border-light\/15 {
  border-left-color: rgb(255 0 0 / 0.15);
}

.border-l-border-light\/20 {
  border-left-color: rgb(255 0 0 / 0.2);
}

.border-l-border-light\/25 {
  border-left-color: rgb(255 0 0 / 0.25);
}

.border-l-border-light\/30 {
  border-left-color: rgb(255 0 0 / 0.3);
}

.border-l-border-light\/35 {
  border-left-color: rgb(255 0 0 / 0.35);
}

.border-l-border-light\/40 {
  border-left-color: rgb(255 0 0 / 0.4);
}

.border-l-border-light\/45 {
  border-left-color: rgb(255 0 0 / 0.45);
}

.border-l-border-light\/5 {
  border-left-color: rgb(255 0 0 / 0.05);
}

.border-l-border-light\/50 {
  border-left-color: rgb(255 0 0 / 0.5);
}

.border-l-border-light\/55 {
  border-left-color: rgb(255 0 0 / 0.55);
}

.border-l-border-light\/60 {
  border-left-color: rgb(255 0 0 / 0.6);
}

.border-l-border-light\/65 {
  border-left-color: rgb(255 0 0 / 0.65);
}

.border-l-border-light\/70 {
  border-left-color: rgb(255 0 0 / 0.7);
}

.border-l-border-light\/75 {
  border-left-color: rgb(255 0 0 / 0.75);
}

.border-l-border-light\/80 {
  border-left-color: rgb(255 0 0 / 0.8);
}

.border-l-border-light\/85 {
  border-left-color: rgb(255 0 0 / 0.85);
}

.border-l-border-light\/90 {
  border-left-color: rgb(255 0 0 / 0.9);
}

.border-l-border-light\/95 {
  border-left-color: rgb(255 0 0 / 0.95);
}

.border-l-theme-dark-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-l-theme-dark-bg\/0 {
  border-left-color: rgb(24 24 27 / 0);
}

.border-l-theme-dark-bg\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
}

.border-l-theme-dark-bg\/100 {
  border-left-color: rgb(24 24 27 / 1);
}

.border-l-theme-dark-bg\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
}

.border-l-theme-dark-bg\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
}

.border-l-theme-dark-bg\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
}

.border-l-theme-dark-bg\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
}

.border-l-theme-dark-bg\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
}

.border-l-theme-dark-bg\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}

.border-l-theme-dark-bg\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
}

.border-l-theme-dark-bg\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
}

.border-l-theme-dark-bg\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
}

.border-l-theme-dark-bg\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
}

.border-l-theme-dark-bg\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}

.border-l-theme-dark-bg\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
}

.border-l-theme-dark-bg\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
}

.border-l-theme-dark-bg\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
}

.border-l-theme-dark-bg\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
}

.border-l-theme-dark-bg\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
}

.border-l-theme-dark-bg\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
}

.border-l-theme-dark-bg\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
}

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

.border-l-theme-dark-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-theme-dark-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-theme-dark-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-theme-dark-text\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}

.border-l-theme-dark-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-theme-dark-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-theme-dark-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-theme-dark-text\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}

.border-l-theme-dark-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-theme-dark-text\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}

.border-l-theme-dark-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-theme-dark-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-theme-dark-text\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}

.border-l-theme-dark-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-theme-dark-text\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}

.border-l-theme-dark-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-theme-dark-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-theme-dark-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-theme-dark-text\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}

.border-l-theme-dark-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-theme-dark-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

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

.border-l-theme-light-bg\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-theme-light-bg\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-theme-light-bg\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-theme-light-bg\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}

.border-l-theme-light-bg\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-theme-light-bg\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-theme-light-bg\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-theme-light-bg\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}

.border-l-theme-light-bg\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-theme-light-bg\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}

.border-l-theme-light-bg\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-theme-light-bg\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-theme-light-bg\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}

.border-l-theme-light-bg\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-theme-light-bg\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}

.border-l-theme-light-bg\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-theme-light-bg\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-theme-light-bg\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-theme-light-bg\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}

.border-l-theme-light-bg\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-theme-light-bg\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

.border-l-theme-light-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-l-theme-light-text\/0 {
  border-left-color: rgb(24 24 27 / 0);
}

.border-l-theme-light-text\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
}

.border-l-theme-light-text\/100 {
  border-left-color: rgb(24 24 27 / 1);
}

.border-l-theme-light-text\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
}

.border-l-theme-light-text\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
}

.border-l-theme-light-text\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
}

.border-l-theme-light-text\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
}

.border-l-theme-light-text\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
}

.border-l-theme-light-text\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}

.border-l-theme-light-text\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
}

.border-l-theme-light-text\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
}

.border-l-theme-light-text\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
}

.border-l-theme-light-text\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
}

.border-l-theme-light-text\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}

.border-l-theme-light-text\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
}

.border-l-theme-light-text\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
}

.border-l-theme-light-text\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
}

.border-l-theme-light-text\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
}

.border-l-theme-light-text\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
}

.border-l-theme-light-text\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
}

.border-l-theme-light-text\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
}

.border-r-border-dark {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-r-border-dark\/0 {
  border-right-color: rgb(0 0 255 / 0);
}

.border-r-border-dark\/10 {
  border-right-color: rgb(0 0 255 / 0.1);
}

.border-r-border-dark\/100 {
  border-right-color: rgb(0 0 255 / 1);
}

.border-r-border-dark\/15 {
  border-right-color: rgb(0 0 255 / 0.15);
}

.border-r-border-dark\/20 {
  border-right-color: rgb(0 0 255 / 0.2);
}

.border-r-border-dark\/25 {
  border-right-color: rgb(0 0 255 / 0.25);
}

.border-r-border-dark\/30 {
  border-right-color: rgb(0 0 255 / 0.3);
}

.border-r-border-dark\/35 {
  border-right-color: rgb(0 0 255 / 0.35);
}

.border-r-border-dark\/40 {
  border-right-color: rgb(0 0 255 / 0.4);
}

.border-r-border-dark\/45 {
  border-right-color: rgb(0 0 255 / 0.45);
}

.border-r-border-dark\/5 {
  border-right-color: rgb(0 0 255 / 0.05);
}

.border-r-border-dark\/50 {
  border-right-color: rgb(0 0 255 / 0.5);
}

.border-r-border-dark\/55 {
  border-right-color: rgb(0 0 255 / 0.55);
}

.border-r-border-dark\/60 {
  border-right-color: rgb(0 0 255 / 0.6);
}

.border-r-border-dark\/65 {
  border-right-color: rgb(0 0 255 / 0.65);
}

.border-r-border-dark\/70 {
  border-right-color: rgb(0 0 255 / 0.7);
}

.border-r-border-dark\/75 {
  border-right-color: rgb(0 0 255 / 0.75);
}

.border-r-border-dark\/80 {
  border-right-color: rgb(0 0 255 / 0.8);
}

.border-r-border-dark\/85 {
  border-right-color: rgb(0 0 255 / 0.85);
}

.border-r-border-dark\/90 {
  border-right-color: rgb(0 0 255 / 0.9);
}

.border-r-border-dark\/95 {
  border-right-color: rgb(0 0 255 / 0.95);
}

.border-r-border-light {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-r-border-light\/0 {
  border-right-color: rgb(255 0 0 / 0);
}

.border-r-border-light\/10 {
  border-right-color: rgb(255 0 0 / 0.1);
}

.border-r-border-light\/100 {
  border-right-color: rgb(255 0 0 / 1);
}

.border-r-border-light\/15 {
  border-right-color: rgb(255 0 0 / 0.15);
}

.border-r-border-light\/20 {
  border-right-color: rgb(255 0 0 / 0.2);
}

.border-r-border-light\/25 {
  border-right-color: rgb(255 0 0 / 0.25);
}

.border-r-border-light\/30 {
  border-right-color: rgb(255 0 0 / 0.3);
}

.border-r-border-light\/35 {
  border-right-color: rgb(255 0 0 / 0.35);
}

.border-r-border-light\/40 {
  border-right-color: rgb(255 0 0 / 0.4);
}

.border-r-border-light\/45 {
  border-right-color: rgb(255 0 0 / 0.45);
}

.border-r-border-light\/5 {
  border-right-color: rgb(255 0 0 / 0.05);
}

.border-r-border-light\/50 {
  border-right-color: rgb(255 0 0 / 0.5);
}

.border-r-border-light\/55 {
  border-right-color: rgb(255 0 0 / 0.55);
}

.border-r-border-light\/60 {
  border-right-color: rgb(255 0 0 / 0.6);
}

.border-r-border-light\/65 {
  border-right-color: rgb(255 0 0 / 0.65);
}

.border-r-border-light\/70 {
  border-right-color: rgb(255 0 0 / 0.7);
}

.border-r-border-light\/75 {
  border-right-color: rgb(255 0 0 / 0.75);
}

.border-r-border-light\/80 {
  border-right-color: rgb(255 0 0 / 0.8);
}

.border-r-border-light\/85 {
  border-right-color: rgb(255 0 0 / 0.85);
}

.border-r-border-light\/90 {
  border-right-color: rgb(255 0 0 / 0.9);
}

.border-r-border-light\/95 {
  border-right-color: rgb(255 0 0 / 0.95);
}

.border-r-theme-dark-bg {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-r-theme-dark-bg\/0 {
  border-right-color: rgb(24 24 27 / 0);
}

.border-r-theme-dark-bg\/10 {
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-r-theme-dark-bg\/100 {
  border-right-color: rgb(24 24 27 / 1);
}

.border-r-theme-dark-bg\/15 {
  border-right-color: rgb(24 24 27 / 0.15);
}

.border-r-theme-dark-bg\/20 {
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-r-theme-dark-bg\/25 {
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-r-theme-dark-bg\/30 {
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-r-theme-dark-bg\/35 {
  border-right-color: rgb(24 24 27 / 0.35);
}

.border-r-theme-dark-bg\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-r-theme-dark-bg\/45 {
  border-right-color: rgb(24 24 27 / 0.45);
}

.border-r-theme-dark-bg\/5 {
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-r-theme-dark-bg\/50 {
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-r-theme-dark-bg\/55 {
  border-right-color: rgb(24 24 27 / 0.55);
}

.border-r-theme-dark-bg\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-r-theme-dark-bg\/65 {
  border-right-color: rgb(24 24 27 / 0.65);
}

.border-r-theme-dark-bg\/70 {
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-r-theme-dark-bg\/75 {
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-r-theme-dark-bg\/80 {
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-r-theme-dark-bg\/85 {
  border-right-color: rgb(24 24 27 / 0.85);
}

.border-r-theme-dark-bg\/90 {
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-r-theme-dark-bg\/95 {
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-r-theme-dark-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-theme-dark-text\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-theme-dark-text\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-theme-dark-text\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-theme-dark-text\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-r-theme-dark-text\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-theme-dark-text\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-theme-dark-text\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-theme-dark-text\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-r-theme-dark-text\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-theme-dark-text\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-r-theme-dark-text\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-theme-dark-text\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-theme-dark-text\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-r-theme-dark-text\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-theme-dark-text\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-r-theme-dark-text\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-theme-dark-text\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-theme-dark-text\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-theme-dark-text\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-r-theme-dark-text\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-theme-dark-text\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-r-theme-light-bg {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-theme-light-bg\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-theme-light-bg\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-theme-light-bg\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-theme-light-bg\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-r-theme-light-bg\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-theme-light-bg\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-theme-light-bg\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-theme-light-bg\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-r-theme-light-bg\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-theme-light-bg\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-r-theme-light-bg\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-theme-light-bg\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-theme-light-bg\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-r-theme-light-bg\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-theme-light-bg\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-r-theme-light-bg\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-theme-light-bg\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-theme-light-bg\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-theme-light-bg\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-r-theme-light-bg\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-theme-light-bg\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-r-theme-light-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-r-theme-light-text\/0 {
  border-right-color: rgb(24 24 27 / 0);
}

.border-r-theme-light-text\/10 {
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-r-theme-light-text\/100 {
  border-right-color: rgb(24 24 27 / 1);
}

.border-r-theme-light-text\/15 {
  border-right-color: rgb(24 24 27 / 0.15);
}

.border-r-theme-light-text\/20 {
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-r-theme-light-text\/25 {
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-r-theme-light-text\/30 {
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-r-theme-light-text\/35 {
  border-right-color: rgb(24 24 27 / 0.35);
}

.border-r-theme-light-text\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-r-theme-light-text\/45 {
  border-right-color: rgb(24 24 27 / 0.45);
}

.border-r-theme-light-text\/5 {
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-r-theme-light-text\/50 {
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-r-theme-light-text\/55 {
  border-right-color: rgb(24 24 27 / 0.55);
}

.border-r-theme-light-text\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-r-theme-light-text\/65 {
  border-right-color: rgb(24 24 27 / 0.65);
}

.border-r-theme-light-text\/70 {
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-r-theme-light-text\/75 {
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-r-theme-light-text\/80 {
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-r-theme-light-text\/85 {
  border-right-color: rgb(24 24 27 / 0.85);
}

.border-r-theme-light-text\/90 {
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-r-theme-light-text\/95 {
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-s-border-dark {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-s-border-dark\/0 {
  border-inline-start-color: rgb(0 0 255 / 0);
}

.border-s-border-dark\/10 {
  border-inline-start-color: rgb(0 0 255 / 0.1);
}

.border-s-border-dark\/100 {
  border-inline-start-color: rgb(0 0 255 / 1);
}

.border-s-border-dark\/15 {
  border-inline-start-color: rgb(0 0 255 / 0.15);
}

.border-s-border-dark\/20 {
  border-inline-start-color: rgb(0 0 255 / 0.2);
}

.border-s-border-dark\/25 {
  border-inline-start-color: rgb(0 0 255 / 0.25);
}

.border-s-border-dark\/30 {
  border-inline-start-color: rgb(0 0 255 / 0.3);
}

.border-s-border-dark\/35 {
  border-inline-start-color: rgb(0 0 255 / 0.35);
}

.border-s-border-dark\/40 {
  border-inline-start-color: rgb(0 0 255 / 0.4);
}

.border-s-border-dark\/45 {
  border-inline-start-color: rgb(0 0 255 / 0.45);
}

.border-s-border-dark\/5 {
  border-inline-start-color: rgb(0 0 255 / 0.05);
}

.border-s-border-dark\/50 {
  border-inline-start-color: rgb(0 0 255 / 0.5);
}

.border-s-border-dark\/55 {
  border-inline-start-color: rgb(0 0 255 / 0.55);
}

.border-s-border-dark\/60 {
  border-inline-start-color: rgb(0 0 255 / 0.6);
}

.border-s-border-dark\/65 {
  border-inline-start-color: rgb(0 0 255 / 0.65);
}

.border-s-border-dark\/70 {
  border-inline-start-color: rgb(0 0 255 / 0.7);
}

.border-s-border-dark\/75 {
  border-inline-start-color: rgb(0 0 255 / 0.75);
}

.border-s-border-dark\/80 {
  border-inline-start-color: rgb(0 0 255 / 0.8);
}

.border-s-border-dark\/85 {
  border-inline-start-color: rgb(0 0 255 / 0.85);
}

.border-s-border-dark\/90 {
  border-inline-start-color: rgb(0 0 255 / 0.9);
}

.border-s-border-dark\/95 {
  border-inline-start-color: rgb(0 0 255 / 0.95);
}

.border-s-border-light {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-s-border-light\/0 {
  border-inline-start-color: rgb(255 0 0 / 0);
}

.border-s-border-light\/10 {
  border-inline-start-color: rgb(255 0 0 / 0.1);
}

.border-s-border-light\/100 {
  border-inline-start-color: rgb(255 0 0 / 1);
}

.border-s-border-light\/15 {
  border-inline-start-color: rgb(255 0 0 / 0.15);
}

.border-s-border-light\/20 {
  border-inline-start-color: rgb(255 0 0 / 0.2);
}

.border-s-border-light\/25 {
  border-inline-start-color: rgb(255 0 0 / 0.25);
}

.border-s-border-light\/30 {
  border-inline-start-color: rgb(255 0 0 / 0.3);
}

.border-s-border-light\/35 {
  border-inline-start-color: rgb(255 0 0 / 0.35);
}

.border-s-border-light\/40 {
  border-inline-start-color: rgb(255 0 0 / 0.4);
}

.border-s-border-light\/45 {
  border-inline-start-color: rgb(255 0 0 / 0.45);
}

.border-s-border-light\/5 {
  border-inline-start-color: rgb(255 0 0 / 0.05);
}

.border-s-border-light\/50 {
  border-inline-start-color: rgb(255 0 0 / 0.5);
}

.border-s-border-light\/55 {
  border-inline-start-color: rgb(255 0 0 / 0.55);
}

.border-s-border-light\/60 {
  border-inline-start-color: rgb(255 0 0 / 0.6);
}

.border-s-border-light\/65 {
  border-inline-start-color: rgb(255 0 0 / 0.65);
}

.border-s-border-light\/70 {
  border-inline-start-color: rgb(255 0 0 / 0.7);
}

.border-s-border-light\/75 {
  border-inline-start-color: rgb(255 0 0 / 0.75);
}

.border-s-border-light\/80 {
  border-inline-start-color: rgb(255 0 0 / 0.8);
}

.border-s-border-light\/85 {
  border-inline-start-color: rgb(255 0 0 / 0.85);
}

.border-s-border-light\/90 {
  border-inline-start-color: rgb(255 0 0 / 0.9);
}

.border-s-border-light\/95 {
  border-inline-start-color: rgb(255 0 0 / 0.95);
}

.border-s-theme-dark-bg {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-s-theme-dark-bg\/0 {
  border-inline-start-color: rgb(24 24 27 / 0);
}

.border-s-theme-dark-bg\/10 {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.border-s-theme-dark-bg\/100 {
  border-inline-start-color: rgb(24 24 27 / 1);
}

.border-s-theme-dark-bg\/15 {
  border-inline-start-color: rgb(24 24 27 / 0.15);
}

.border-s-theme-dark-bg\/20 {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.border-s-theme-dark-bg\/25 {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.border-s-theme-dark-bg\/30 {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.border-s-theme-dark-bg\/35 {
  border-inline-start-color: rgb(24 24 27 / 0.35);
}

.border-s-theme-dark-bg\/40 {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.border-s-theme-dark-bg\/45 {
  border-inline-start-color: rgb(24 24 27 / 0.45);
}

.border-s-theme-dark-bg\/5 {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.border-s-theme-dark-bg\/50 {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.border-s-theme-dark-bg\/55 {
  border-inline-start-color: rgb(24 24 27 / 0.55);
}

.border-s-theme-dark-bg\/60 {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.border-s-theme-dark-bg\/65 {
  border-inline-start-color: rgb(24 24 27 / 0.65);
}

.border-s-theme-dark-bg\/70 {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.border-s-theme-dark-bg\/75 {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.border-s-theme-dark-bg\/80 {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.border-s-theme-dark-bg\/85 {
  border-inline-start-color: rgb(24 24 27 / 0.85);
}

.border-s-theme-dark-bg\/90 {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.border-s-theme-dark-bg\/95 {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.border-s-theme-dark-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-s-theme-dark-text\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-theme-dark-text\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-theme-dark-text\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-theme-dark-text\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.border-s-theme-dark-text\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-theme-dark-text\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-theme-dark-text\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-theme-dark-text\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.border-s-theme-dark-text\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-theme-dark-text\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.border-s-theme-dark-text\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-theme-dark-text\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-theme-dark-text\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.border-s-theme-dark-text\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-theme-dark-text\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.border-s-theme-dark-text\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-theme-dark-text\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-theme-dark-text\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-theme-dark-text\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.border-s-theme-dark-text\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-theme-dark-text\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.border-s-theme-light-bg {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-s-theme-light-bg\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-theme-light-bg\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-theme-light-bg\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-theme-light-bg\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.border-s-theme-light-bg\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-theme-light-bg\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-theme-light-bg\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-theme-light-bg\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.border-s-theme-light-bg\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-theme-light-bg\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.border-s-theme-light-bg\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-theme-light-bg\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-theme-light-bg\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.border-s-theme-light-bg\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-theme-light-bg\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.border-s-theme-light-bg\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-theme-light-bg\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-theme-light-bg\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-theme-light-bg\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.border-s-theme-light-bg\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-theme-light-bg\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.border-s-theme-light-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-s-theme-light-text\/0 {
  border-inline-start-color: rgb(24 24 27 / 0);
}

.border-s-theme-light-text\/10 {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.border-s-theme-light-text\/100 {
  border-inline-start-color: rgb(24 24 27 / 1);
}

.border-s-theme-light-text\/15 {
  border-inline-start-color: rgb(24 24 27 / 0.15);
}

.border-s-theme-light-text\/20 {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.border-s-theme-light-text\/25 {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.border-s-theme-light-text\/30 {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.border-s-theme-light-text\/35 {
  border-inline-start-color: rgb(24 24 27 / 0.35);
}

.border-s-theme-light-text\/40 {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.border-s-theme-light-text\/45 {
  border-inline-start-color: rgb(24 24 27 / 0.45);
}

.border-s-theme-light-text\/5 {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.border-s-theme-light-text\/50 {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.border-s-theme-light-text\/55 {
  border-inline-start-color: rgb(24 24 27 / 0.55);
}

.border-s-theme-light-text\/60 {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.border-s-theme-light-text\/65 {
  border-inline-start-color: rgb(24 24 27 / 0.65);
}

.border-s-theme-light-text\/70 {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.border-s-theme-light-text\/75 {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.border-s-theme-light-text\/80 {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.border-s-theme-light-text\/85 {
  border-inline-start-color: rgb(24 24 27 / 0.85);
}

.border-s-theme-light-text\/90 {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.border-s-theme-light-text\/95 {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.border-t-\[\#FF4433\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 68 51 / var(--tw-border-opacity));
}

.border-t-border-dark {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 255 / var(--tw-border-opacity));
}

.border-t-border-dark\/0 {
  border-top-color: rgb(0 0 255 / 0);
}

.border-t-border-dark\/10 {
  border-top-color: rgb(0 0 255 / 0.1);
}

.border-t-border-dark\/100 {
  border-top-color: rgb(0 0 255 / 1);
}

.border-t-border-dark\/15 {
  border-top-color: rgb(0 0 255 / 0.15);
}

.border-t-border-dark\/20 {
  border-top-color: rgb(0 0 255 / 0.2);
}

.border-t-border-dark\/25 {
  border-top-color: rgb(0 0 255 / 0.25);
}

.border-t-border-dark\/30 {
  border-top-color: rgb(0 0 255 / 0.3);
}

.border-t-border-dark\/35 {
  border-top-color: rgb(0 0 255 / 0.35);
}

.border-t-border-dark\/40 {
  border-top-color: rgb(0 0 255 / 0.4);
}

.border-t-border-dark\/45 {
  border-top-color: rgb(0 0 255 / 0.45);
}

.border-t-border-dark\/5 {
  border-top-color: rgb(0 0 255 / 0.05);
}

.border-t-border-dark\/50 {
  border-top-color: rgb(0 0 255 / 0.5);
}

.border-t-border-dark\/55 {
  border-top-color: rgb(0 0 255 / 0.55);
}

.border-t-border-dark\/60 {
  border-top-color: rgb(0 0 255 / 0.6);
}

.border-t-border-dark\/65 {
  border-top-color: rgb(0 0 255 / 0.65);
}

.border-t-border-dark\/70 {
  border-top-color: rgb(0 0 255 / 0.7);
}

.border-t-border-dark\/75 {
  border-top-color: rgb(0 0 255 / 0.75);
}

.border-t-border-dark\/80 {
  border-top-color: rgb(0 0 255 / 0.8);
}

.border-t-border-dark\/85 {
  border-top-color: rgb(0 0 255 / 0.85);
}

.border-t-border-dark\/90 {
  border-top-color: rgb(0 0 255 / 0.9);
}

.border-t-border-dark\/95 {
  border-top-color: rgb(0 0 255 / 0.95);
}

.border-t-border-light {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-t-border-light\/0 {
  border-top-color: rgb(255 0 0 / 0);
}

.border-t-border-light\/10 {
  border-top-color: rgb(255 0 0 / 0.1);
}

.border-t-border-light\/100 {
  border-top-color: rgb(255 0 0 / 1);
}

.border-t-border-light\/15 {
  border-top-color: rgb(255 0 0 / 0.15);
}

.border-t-border-light\/20 {
  border-top-color: rgb(255 0 0 / 0.2);
}

.border-t-border-light\/25 {
  border-top-color: rgb(255 0 0 / 0.25);
}

.border-t-border-light\/30 {
  border-top-color: rgb(255 0 0 / 0.3);
}

.border-t-border-light\/35 {
  border-top-color: rgb(255 0 0 / 0.35);
}

.border-t-border-light\/40 {
  border-top-color: rgb(255 0 0 / 0.4);
}

.border-t-border-light\/45 {
  border-top-color: rgb(255 0 0 / 0.45);
}

.border-t-border-light\/5 {
  border-top-color: rgb(255 0 0 / 0.05);
}

.border-t-border-light\/50 {
  border-top-color: rgb(255 0 0 / 0.5);
}

.border-t-border-light\/55 {
  border-top-color: rgb(255 0 0 / 0.55);
}

.border-t-border-light\/60 {
  border-top-color: rgb(255 0 0 / 0.6);
}

.border-t-border-light\/65 {
  border-top-color: rgb(255 0 0 / 0.65);
}

.border-t-border-light\/70 {
  border-top-color: rgb(255 0 0 / 0.7);
}

.border-t-border-light\/75 {
  border-top-color: rgb(255 0 0 / 0.75);
}

.border-t-border-light\/80 {
  border-top-color: rgb(255 0 0 / 0.8);
}

.border-t-border-light\/85 {
  border-top-color: rgb(255 0 0 / 0.85);
}

.border-t-border-light\/90 {
  border-top-color: rgb(255 0 0 / 0.9);
}

.border-t-border-light\/95 {
  border-top-color: rgb(255 0 0 / 0.95);
}

.border-t-theme-dark-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-t-theme-dark-bg\/0 {
  border-top-color: rgb(24 24 27 / 0);
}

.border-t-theme-dark-bg\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
}

.border-t-theme-dark-bg\/100 {
  border-top-color: rgb(24 24 27 / 1);
}

.border-t-theme-dark-bg\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
}

.border-t-theme-dark-bg\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
}

.border-t-theme-dark-bg\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
}

.border-t-theme-dark-bg\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
}

.border-t-theme-dark-bg\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
}

.border-t-theme-dark-bg\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}

.border-t-theme-dark-bg\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
}

.border-t-theme-dark-bg\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
}

.border-t-theme-dark-bg\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
}

.border-t-theme-dark-bg\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
}

.border-t-theme-dark-bg\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}

.border-t-theme-dark-bg\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
}

.border-t-theme-dark-bg\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
}

.border-t-theme-dark-bg\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
}

.border-t-theme-dark-bg\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
}

.border-t-theme-dark-bg\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
}

.border-t-theme-dark-bg\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
}

.border-t-theme-dark-bg\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
}

.border-t-theme-dark-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-theme-dark-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-theme-dark-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-theme-dark-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-theme-dark-text\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}

.border-t-theme-dark-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-theme-dark-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-theme-dark-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-theme-dark-text\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}

.border-t-theme-dark-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-theme-dark-text\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}

.border-t-theme-dark-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-theme-dark-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-theme-dark-text\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}

.border-t-theme-dark-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-theme-dark-text\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}

.border-t-theme-dark-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-theme-dark-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-theme-dark-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-theme-dark-text\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}

.border-t-theme-dark-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-theme-dark-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-t-theme-light-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-theme-light-bg\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-theme-light-bg\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-theme-light-bg\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-theme-light-bg\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}

.border-t-theme-light-bg\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-theme-light-bg\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-theme-light-bg\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-theme-light-bg\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}

.border-t-theme-light-bg\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-theme-light-bg\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}

.border-t-theme-light-bg\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-theme-light-bg\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-theme-light-bg\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}

.border-t-theme-light-bg\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-theme-light-bg\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}

.border-t-theme-light-bg\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-theme-light-bg\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-theme-light-bg\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-theme-light-bg\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}

.border-t-theme-light-bg\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-theme-light-bg\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-t-theme-light-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-t-theme-light-text\/0 {
  border-top-color: rgb(24 24 27 / 0);
}

.border-t-theme-light-text\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
}

.border-t-theme-light-text\/100 {
  border-top-color: rgb(24 24 27 / 1);
}

.border-t-theme-light-text\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
}

.border-t-theme-light-text\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
}

.border-t-theme-light-text\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
}

.border-t-theme-light-text\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
}

.border-t-theme-light-text\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
}

.border-t-theme-light-text\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}

.border-t-theme-light-text\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
}

.border-t-theme-light-text\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
}

.border-t-theme-light-text\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
}

.border-t-theme-light-text\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
}

.border-t-theme-light-text\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}

.border-t-theme-light-text\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
}

.border-t-theme-light-text\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
}

.border-t-theme-light-text\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
}

.border-t-theme-light-text\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
}

.border-t-theme-light-text\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
}

.border-t-theme-light-text\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
}

.border-t-theme-light-text\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
}

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

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

.bg-\[\#090b2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 11 46 / var(--tw-bg-opacity));
}

.bg-\[\#1a1f1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 31 30 / var(--tw-bg-opacity));
}

.bg-\[\#38403e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 64 62 / var(--tw-bg-opacity));
}

.bg-\[\#510d9f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 13 159 / var(--tw-bg-opacity));
}

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

.bg-\[\#eef8dc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 248 220 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.80\)\] {
  background-color: rgba(255,255,255,0.80);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.85\)\] {
  background-color: rgba(255,255,255,0.85);
}

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

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

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

.bg-border-dark\/0 {
  background-color: rgb(0 0 255 / 0);
}

.bg-border-dark\/10 {
  background-color: rgb(0 0 255 / 0.1);
}

.bg-border-dark\/100 {
  background-color: rgb(0 0 255 / 1);
}

.bg-border-dark\/15 {
  background-color: rgb(0 0 255 / 0.15);
}

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

.bg-border-dark\/25 {
  background-color: rgb(0 0 255 / 0.25);
}

.bg-border-dark\/30 {
  background-color: rgb(0 0 255 / 0.3);
}

.bg-border-dark\/35 {
  background-color: rgb(0 0 255 / 0.35);
}

.bg-border-dark\/40 {
  background-color: rgb(0 0 255 / 0.4);
}

.bg-border-dark\/45 {
  background-color: rgb(0 0 255 / 0.45);
}

.bg-border-dark\/5 {
  background-color: rgb(0 0 255 / 0.05);
}

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

.bg-border-dark\/55 {
  background-color: rgb(0 0 255 / 0.55);
}

.bg-border-dark\/60 {
  background-color: rgb(0 0 255 / 0.6);
}

.bg-border-dark\/65 {
  background-color: rgb(0 0 255 / 0.65);
}

.bg-border-dark\/70 {
  background-color: rgb(0 0 255 / 0.7);
}

.bg-border-dark\/75 {
  background-color: rgb(0 0 255 / 0.75);
}

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

.bg-border-dark\/85 {
  background-color: rgb(0 0 255 / 0.85);
}

.bg-border-dark\/90 {
  background-color: rgb(0 0 255 / 0.9);
}

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

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

.bg-border-light\/0 {
  background-color: rgb(255 0 0 / 0);
}

.bg-border-light\/10 {
  background-color: rgb(255 0 0 / 0.1);
}

.bg-border-light\/100 {
  background-color: rgb(255 0 0 / 1);
}

.bg-border-light\/15 {
  background-color: rgb(255 0 0 / 0.15);
}

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

.bg-border-light\/25 {
  background-color: rgb(255 0 0 / 0.25);
}

.bg-border-light\/30 {
  background-color: rgb(255 0 0 / 0.3);
}

.bg-border-light\/35 {
  background-color: rgb(255 0 0 / 0.35);
}

.bg-border-light\/40 {
  background-color: rgb(255 0 0 / 0.4);
}

.bg-border-light\/45 {
  background-color: rgb(255 0 0 / 0.45);
}

.bg-border-light\/5 {
  background-color: rgb(255 0 0 / 0.05);
}

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

.bg-border-light\/55 {
  background-color: rgb(255 0 0 / 0.55);
}

.bg-border-light\/60 {
  background-color: rgb(255 0 0 / 0.6);
}

.bg-border-light\/65 {
  background-color: rgb(255 0 0 / 0.65);
}

.bg-border-light\/70 {
  background-color: rgb(255 0 0 / 0.7);
}

.bg-border-light\/75 {
  background-color: rgb(255 0 0 / 0.75);
}

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

.bg-border-light\/85 {
  background-color: rgb(255 0 0 / 0.85);
}

.bg-border-light\/90 {
  background-color: rgb(255 0 0 / 0.9);
}

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

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

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

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

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-theme-dark-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-theme-dark-bg\/0 {
  background-color: rgb(24 24 27 / 0);
}

.bg-theme-dark-bg\/10 {
  background-color: rgb(24 24 27 / 0.1);
}

.bg-theme-dark-bg\/100 {
  background-color: rgb(24 24 27 / 1);
}

.bg-theme-dark-bg\/15 {
  background-color: rgb(24 24 27 / 0.15);
}

.bg-theme-dark-bg\/20 {
  background-color: rgb(24 24 27 / 0.2);
}

.bg-theme-dark-bg\/25 {
  background-color: rgb(24 24 27 / 0.25);
}

.bg-theme-dark-bg\/30 {
  background-color: rgb(24 24 27 / 0.3);
}

.bg-theme-dark-bg\/35 {
  background-color: rgb(24 24 27 / 0.35);
}

.bg-theme-dark-bg\/40 {
  background-color: rgb(24 24 27 / 0.4);
}

.bg-theme-dark-bg\/45 {
  background-color: rgb(24 24 27 / 0.45);
}

.bg-theme-dark-bg\/5 {
  background-color: rgb(24 24 27 / 0.05);
}

.bg-theme-dark-bg\/50 {
  background-color: rgb(24 24 27 / 0.5);
}

.bg-theme-dark-bg\/55 {
  background-color: rgb(24 24 27 / 0.55);
}

.bg-theme-dark-bg\/60 {
  background-color: rgb(24 24 27 / 0.6);
}

.bg-theme-dark-bg\/65 {
  background-color: rgb(24 24 27 / 0.65);
}

.bg-theme-dark-bg\/70 {
  background-color: rgb(24 24 27 / 0.7);
}

.bg-theme-dark-bg\/75 {
  background-color: rgb(24 24 27 / 0.75);
}

.bg-theme-dark-bg\/80 {
  background-color: rgb(24 24 27 / 0.8);
}

.bg-theme-dark-bg\/85 {
  background-color: rgb(24 24 27 / 0.85);
}

.bg-theme-dark-bg\/90 {
  background-color: rgb(24 24 27 / 0.9);
}

.bg-theme-dark-bg\/95 {
  background-color: rgb(24 24 27 / 0.95);
}

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

.bg-theme-dark-text\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-theme-dark-text\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-theme-dark-text\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-theme-dark-text\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

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

.bg-theme-dark-text\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-theme-dark-text\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-theme-dark-text\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-theme-dark-text\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-theme-dark-text\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-theme-dark-text\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-theme-dark-text\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-theme-dark-text\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-theme-dark-text\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-theme-dark-text\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-theme-dark-text\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-theme-dark-text\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-theme-dark-text\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-theme-dark-text\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-theme-dark-text\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-theme-dark-text\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

.bg-theme-light-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-theme-light-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-theme-light-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-theme-light-bg\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

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

.bg-theme-light-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-theme-light-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-theme-light-bg\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-theme-light-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-theme-light-bg\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-theme-light-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-theme-light-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-theme-light-bg\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-theme-light-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-theme-light-bg\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-theme-light-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-theme-light-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-theme-light-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-theme-light-bg\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-theme-light-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-theme-light-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-theme-light-text {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-theme-light-text\/0 {
  background-color: rgb(24 24 27 / 0);
}

.bg-theme-light-text\/10 {
  background-color: rgb(24 24 27 / 0.1);
}

.bg-theme-light-text\/100 {
  background-color: rgb(24 24 27 / 1);
}

.bg-theme-light-text\/15 {
  background-color: rgb(24 24 27 / 0.15);
}

.bg-theme-light-text\/20 {
  background-color: rgb(24 24 27 / 0.2);
}

.bg-theme-light-text\/25 {
  background-color: rgb(24 24 27 / 0.25);
}

.bg-theme-light-text\/30 {
  background-color: rgb(24 24 27 / 0.3);
}

.bg-theme-light-text\/35 {
  background-color: rgb(24 24 27 / 0.35);
}

.bg-theme-light-text\/40 {
  background-color: rgb(24 24 27 / 0.4);
}

.bg-theme-light-text\/45 {
  background-color: rgb(24 24 27 / 0.45);
}

.bg-theme-light-text\/5 {
  background-color: rgb(24 24 27 / 0.05);
}

.bg-theme-light-text\/50 {
  background-color: rgb(24 24 27 / 0.5);
}

.bg-theme-light-text\/55 {
  background-color: rgb(24 24 27 / 0.55);
}

.bg-theme-light-text\/60 {
  background-color: rgb(24 24 27 / 0.6);
}

.bg-theme-light-text\/65 {
  background-color: rgb(24 24 27 / 0.65);
}

.bg-theme-light-text\/70 {
  background-color: rgb(24 24 27 / 0.7);
}

.bg-theme-light-text\/75 {
  background-color: rgb(24 24 27 / 0.75);
}

.bg-theme-light-text\/80 {
  background-color: rgb(24 24 27 / 0.8);
}

.bg-theme-light-text\/85 {
  background-color: rgb(24 24 27 / 0.85);
}

.bg-theme-light-text\/90 {
  background-color: rgb(24 24 27 / 0.9);
}

.bg-theme-light-text\/95 {
  background-color: rgb(24 24 27 / 0.95);
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

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

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

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

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[url\(\'\/assets\/images\/bg\/enerji-muzesi-02\.jpg\'\)\] {
  background-image: url('/assets/images/bg/enerji-muzesi-02.jpg');
}

.bg-\[url\(\'\/assets\/images\/koleksiyon\.png\'\)\] {
  background-image: url('/assets/images/koleksiyon.png');
}

.bg-\[url\(\'\/assets\/images\/sergiler\.png\'\)\] {
  background-image: url('/assets/images/sergiler.png');
}

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

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

.from-\[\#eb2c29\] {
  --tw-gradient-from: #eb2c29 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 44 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff 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-border-dark {
  --tw-gradient-from: blue var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/0 {
  --tw-gradient-from: rgb(0 0 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/10 {
  --tw-gradient-from: rgb(0 0 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/100 {
  --tw-gradient-from: rgb(0 0 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/15 {
  --tw-gradient-from: rgb(0 0 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/20 {
  --tw-gradient-from: rgb(0 0 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/25 {
  --tw-gradient-from: rgb(0 0 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/30 {
  --tw-gradient-from: rgb(0 0 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/35 {
  --tw-gradient-from: rgb(0 0 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/40 {
  --tw-gradient-from: rgb(0 0 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/45 {
  --tw-gradient-from: rgb(0 0 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/5 {
  --tw-gradient-from: rgb(0 0 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/50 {
  --tw-gradient-from: rgb(0 0 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/55 {
  --tw-gradient-from: rgb(0 0 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/60 {
  --tw-gradient-from: rgb(0 0 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/65 {
  --tw-gradient-from: rgb(0 0 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/70 {
  --tw-gradient-from: rgb(0 0 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/75 {
  --tw-gradient-from: rgb(0 0 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/80 {
  --tw-gradient-from: rgb(0 0 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/85 {
  --tw-gradient-from: rgb(0 0 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/90 {
  --tw-gradient-from: rgb(0 0 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-dark\/95 {
  --tw-gradient-from: rgb(0 0 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light {
  --tw-gradient-from: red var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/0 {
  --tw-gradient-from: rgb(255 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/10 {
  --tw-gradient-from: rgb(255 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/100 {
  --tw-gradient-from: rgb(255 0 0 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/15 {
  --tw-gradient-from: rgb(255 0 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/20 {
  --tw-gradient-from: rgb(255 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/25 {
  --tw-gradient-from: rgb(255 0 0 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/30 {
  --tw-gradient-from: rgb(255 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/35 {
  --tw-gradient-from: rgb(255 0 0 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/40 {
  --tw-gradient-from: rgb(255 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/45 {
  --tw-gradient-from: rgb(255 0 0 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/5 {
  --tw-gradient-from: rgb(255 0 0 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/50 {
  --tw-gradient-from: rgb(255 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/55 {
  --tw-gradient-from: rgb(255 0 0 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/60 {
  --tw-gradient-from: rgb(255 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/65 {
  --tw-gradient-from: rgb(255 0 0 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/70 {
  --tw-gradient-from: rgb(255 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/75 {
  --tw-gradient-from: rgb(255 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/80 {
  --tw-gradient-from: rgb(255 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/85 {
  --tw-gradient-from: rgb(255 0 0 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/90 {
  --tw-gradient-from: rgb(255 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-light\/95 {
  --tw-gradient-from: rgb(255 0 0 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/0 {
  --tw-gradient-from: rgb(24 24 27 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/10 {
  --tw-gradient-from: rgb(24 24 27 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/100 {
  --tw-gradient-from: rgb(24 24 27 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/15 {
  --tw-gradient-from: rgb(24 24 27 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/20 {
  --tw-gradient-from: rgb(24 24 27 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/25 {
  --tw-gradient-from: rgb(24 24 27 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/30 {
  --tw-gradient-from: rgb(24 24 27 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/35 {
  --tw-gradient-from: rgb(24 24 27 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/40 {
  --tw-gradient-from: rgb(24 24 27 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/45 {
  --tw-gradient-from: rgb(24 24 27 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/5 {
  --tw-gradient-from: rgb(24 24 27 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/50 {
  --tw-gradient-from: rgb(24 24 27 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/55 {
  --tw-gradient-from: rgb(24 24 27 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/60 {
  --tw-gradient-from: rgb(24 24 27 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/65 {
  --tw-gradient-from: rgb(24 24 27 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/70 {
  --tw-gradient-from: rgb(24 24 27 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/75 {
  --tw-gradient-from: rgb(24 24 27 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/80 {
  --tw-gradient-from: rgb(24 24 27 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/85 {
  --tw-gradient-from: rgb(24 24 27 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/90 {
  --tw-gradient-from: rgb(24 24 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-bg\/95 {
  --tw-gradient-from: rgb(24 24 27 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark-text {
  --tw-gradient-from: #ffffff 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-theme-dark-text\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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-theme-dark-text\/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-theme-dark-text\/100 {
  --tw-gradient-from: rgb(255 255 255 / 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-theme-dark-text\/15 {
  --tw-gradient-from: rgb(255 255 255 / 0.15) 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-theme-dark-text\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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-theme-dark-text\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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-theme-dark-text\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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-theme-dark-text\/35 {
  --tw-gradient-from: rgb(255 255 255 / 0.35) 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-theme-dark-text\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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-theme-dark-text\/45 {
  --tw-gradient-from: rgb(255 255 255 / 0.45) 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-theme-dark-text\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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-theme-dark-text\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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-theme-dark-text\/55 {
  --tw-gradient-from: rgb(255 255 255 / 0.55) 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-theme-dark-text\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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-theme-dark-text\/65 {
  --tw-gradient-from: rgb(255 255 255 / 0.65) 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-theme-dark-text\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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-theme-dark-text\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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-theme-dark-text\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) 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-theme-dark-text\/85 {
  --tw-gradient-from: rgb(255 255 255 / 0.85) 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-theme-dark-text\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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-theme-dark-text\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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-theme-light-bg {
  --tw-gradient-from: #ffffff 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-theme-light-bg\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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-theme-light-bg\/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-theme-light-bg\/100 {
  --tw-gradient-from: rgb(255 255 255 / 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-theme-light-bg\/15 {
  --tw-gradient-from: rgb(255 255 255 / 0.15) 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-theme-light-bg\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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-theme-light-bg\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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-theme-light-bg\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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-theme-light-bg\/35 {
  --tw-gradient-from: rgb(255 255 255 / 0.35) 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-theme-light-bg\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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-theme-light-bg\/45 {
  --tw-gradient-from: rgb(255 255 255 / 0.45) 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-theme-light-bg\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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-theme-light-bg\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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-theme-light-bg\/55 {
  --tw-gradient-from: rgb(255 255 255 / 0.55) 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-theme-light-bg\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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-theme-light-bg\/65 {
  --tw-gradient-from: rgb(255 255 255 / 0.65) 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-theme-light-bg\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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-theme-light-bg\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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-theme-light-bg\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) 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-theme-light-bg\/85 {
  --tw-gradient-from: rgb(255 255 255 / 0.85) 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-theme-light-bg\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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-theme-light-bg\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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-theme-light-text {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/0 {
  --tw-gradient-from: rgb(24 24 27 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/10 {
  --tw-gradient-from: rgb(24 24 27 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/100 {
  --tw-gradient-from: rgb(24 24 27 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/15 {
  --tw-gradient-from: rgb(24 24 27 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/20 {
  --tw-gradient-from: rgb(24 24 27 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/25 {
  --tw-gradient-from: rgb(24 24 27 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/30 {
  --tw-gradient-from: rgb(24 24 27 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/35 {
  --tw-gradient-from: rgb(24 24 27 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/40 {
  --tw-gradient-from: rgb(24 24 27 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/45 {
  --tw-gradient-from: rgb(24 24 27 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/5 {
  --tw-gradient-from: rgb(24 24 27 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/50 {
  --tw-gradient-from: rgb(24 24 27 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/55 {
  --tw-gradient-from: rgb(24 24 27 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/60 {
  --tw-gradient-from: rgb(24 24 27 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/65 {
  --tw-gradient-from: rgb(24 24 27 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/70 {
  --tw-gradient-from: rgb(24 24 27 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/75 {
  --tw-gradient-from: rgb(24 24 27 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/80 {
  --tw-gradient-from: rgb(24 24 27 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/85 {
  --tw-gradient-from: rgb(24 24 27 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/90 {
  --tw-gradient-from: rgb(24 24 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-light-text\/95 {
  --tw-gradient-from: rgb(24 24 27 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-border-dark {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), blue var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/0 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/10 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/100 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/15 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/20 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/25 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/30 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/35 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/40 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/45 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/5 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/50 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/55 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/60 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/65 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/70 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/75 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/80 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/85 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/90 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-dark\/95 {
  --tw-gradient-to: rgb(0 0 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), red var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/0 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/10 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/100 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/15 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/20 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/25 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/30 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/35 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/40 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/45 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/5 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/50 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/55 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/60 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/65 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/70 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/75 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/80 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/85 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/90 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-border-light\/95 {
  --tw-gradient-to: rgb(255 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/0 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/10 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/100 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/15 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/20 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/25 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/30 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/35 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/40 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/45 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/5 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/50 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/55 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/60 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/65 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/70 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/75 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/80 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/85 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/90 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-bg\/95 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-bg\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/0 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/10 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/100 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/15 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/20 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/25 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/30 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/35 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/40 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/45 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/5 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/50 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/55 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/60 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/65 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/70 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/75 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/80 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/85 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/90 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-light-text\/95 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.to-\[\#e1f8f0\] {
  --tw-gradient-to: #e1f8f0 var(--tw-gradient-to-position);
}

.to-\[\#e6eef7\] {
  --tw-gradient-to: #e6eef7 var(--tw-gradient-to-position);
}

.to-\[\#f1edfe\] {
  --tw-gradient-to: #f1edfe var(--tw-gradient-to-position);
}

.to-\[\#f7fae3\] {
  --tw-gradient-to: #f7fae3 var(--tw-gradient-to-position);
}

.to-border-dark {
  --tw-gradient-to: blue var(--tw-gradient-to-position);
}

.to-border-dark\/0 {
  --tw-gradient-to: rgb(0 0 255 / 0) var(--tw-gradient-to-position);
}

.to-border-dark\/10 {
  --tw-gradient-to: rgb(0 0 255 / 0.1) var(--tw-gradient-to-position);
}

.to-border-dark\/100 {
  --tw-gradient-to: rgb(0 0 255 / 1) var(--tw-gradient-to-position);
}

.to-border-dark\/15 {
  --tw-gradient-to: rgb(0 0 255 / 0.15) var(--tw-gradient-to-position);
}

.to-border-dark\/20 {
  --tw-gradient-to: rgb(0 0 255 / 0.2) var(--tw-gradient-to-position);
}

.to-border-dark\/25 {
  --tw-gradient-to: rgb(0 0 255 / 0.25) var(--tw-gradient-to-position);
}

.to-border-dark\/30 {
  --tw-gradient-to: rgb(0 0 255 / 0.3) var(--tw-gradient-to-position);
}

.to-border-dark\/35 {
  --tw-gradient-to: rgb(0 0 255 / 0.35) var(--tw-gradient-to-position);
}

.to-border-dark\/40 {
  --tw-gradient-to: rgb(0 0 255 / 0.4) var(--tw-gradient-to-position);
}

.to-border-dark\/45 {
  --tw-gradient-to: rgb(0 0 255 / 0.45) var(--tw-gradient-to-position);
}

.to-border-dark\/5 {
  --tw-gradient-to: rgb(0 0 255 / 0.05) var(--tw-gradient-to-position);
}

.to-border-dark\/50 {
  --tw-gradient-to: rgb(0 0 255 / 0.5) var(--tw-gradient-to-position);
}

.to-border-dark\/55 {
  --tw-gradient-to: rgb(0 0 255 / 0.55) var(--tw-gradient-to-position);
}

.to-border-dark\/60 {
  --tw-gradient-to: rgb(0 0 255 / 0.6) var(--tw-gradient-to-position);
}

.to-border-dark\/65 {
  --tw-gradient-to: rgb(0 0 255 / 0.65) var(--tw-gradient-to-position);
}

.to-border-dark\/70 {
  --tw-gradient-to: rgb(0 0 255 / 0.7) var(--tw-gradient-to-position);
}

.to-border-dark\/75 {
  --tw-gradient-to: rgb(0 0 255 / 0.75) var(--tw-gradient-to-position);
}

.to-border-dark\/80 {
  --tw-gradient-to: rgb(0 0 255 / 0.8) var(--tw-gradient-to-position);
}

.to-border-dark\/85 {
  --tw-gradient-to: rgb(0 0 255 / 0.85) var(--tw-gradient-to-position);
}

.to-border-dark\/90 {
  --tw-gradient-to: rgb(0 0 255 / 0.9) var(--tw-gradient-to-position);
}

.to-border-dark\/95 {
  --tw-gradient-to: rgb(0 0 255 / 0.95) var(--tw-gradient-to-position);
}

.to-border-light {
  --tw-gradient-to: red var(--tw-gradient-to-position);
}

.to-border-light\/0 {
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
}

.to-border-light\/10 {
  --tw-gradient-to: rgb(255 0 0 / 0.1) var(--tw-gradient-to-position);
}

.to-border-light\/100 {
  --tw-gradient-to: rgb(255 0 0 / 1) var(--tw-gradient-to-position);
}

.to-border-light\/15 {
  --tw-gradient-to: rgb(255 0 0 / 0.15) var(--tw-gradient-to-position);
}

.to-border-light\/20 {
  --tw-gradient-to: rgb(255 0 0 / 0.2) var(--tw-gradient-to-position);
}

.to-border-light\/25 {
  --tw-gradient-to: rgb(255 0 0 / 0.25) var(--tw-gradient-to-position);
}

.to-border-light\/30 {
  --tw-gradient-to: rgb(255 0 0 / 0.3) var(--tw-gradient-to-position);
}

.to-border-light\/35 {
  --tw-gradient-to: rgb(255 0 0 / 0.35) var(--tw-gradient-to-position);
}

.to-border-light\/40 {
  --tw-gradient-to: rgb(255 0 0 / 0.4) var(--tw-gradient-to-position);
}

.to-border-light\/45 {
  --tw-gradient-to: rgb(255 0 0 / 0.45) var(--tw-gradient-to-position);
}

.to-border-light\/5 {
  --tw-gradient-to: rgb(255 0 0 / 0.05) var(--tw-gradient-to-position);
}

.to-border-light\/50 {
  --tw-gradient-to: rgb(255 0 0 / 0.5) var(--tw-gradient-to-position);
}

.to-border-light\/55 {
  --tw-gradient-to: rgb(255 0 0 / 0.55) var(--tw-gradient-to-position);
}

.to-border-light\/60 {
  --tw-gradient-to: rgb(255 0 0 / 0.6) var(--tw-gradient-to-position);
}

.to-border-light\/65 {
  --tw-gradient-to: rgb(255 0 0 / 0.65) var(--tw-gradient-to-position);
}

.to-border-light\/70 {
  --tw-gradient-to: rgb(255 0 0 / 0.7) var(--tw-gradient-to-position);
}

.to-border-light\/75 {
  --tw-gradient-to: rgb(255 0 0 / 0.75) var(--tw-gradient-to-position);
}

.to-border-light\/80 {
  --tw-gradient-to: rgb(255 0 0 / 0.8) var(--tw-gradient-to-position);
}

.to-border-light\/85 {
  --tw-gradient-to: rgb(255 0 0 / 0.85) var(--tw-gradient-to-position);
}

.to-border-light\/90 {
  --tw-gradient-to: rgb(255 0 0 / 0.9) var(--tw-gradient-to-position);
}

.to-border-light\/95 {
  --tw-gradient-to: rgb(255 0 0 / 0.95) var(--tw-gradient-to-position);
}

.to-theme-dark-bg {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/0 {
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/10 {
  --tw-gradient-to: rgb(24 24 27 / 0.1) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/100 {
  --tw-gradient-to: rgb(24 24 27 / 1) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/15 {
  --tw-gradient-to: rgb(24 24 27 / 0.15) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/20 {
  --tw-gradient-to: rgb(24 24 27 / 0.2) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/25 {
  --tw-gradient-to: rgb(24 24 27 / 0.25) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/30 {
  --tw-gradient-to: rgb(24 24 27 / 0.3) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/35 {
  --tw-gradient-to: rgb(24 24 27 / 0.35) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/40 {
  --tw-gradient-to: rgb(24 24 27 / 0.4) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/45 {
  --tw-gradient-to: rgb(24 24 27 / 0.45) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/5 {
  --tw-gradient-to: rgb(24 24 27 / 0.05) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/50 {
  --tw-gradient-to: rgb(24 24 27 / 0.5) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/55 {
  --tw-gradient-to: rgb(24 24 27 / 0.55) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/60 {
  --tw-gradient-to: rgb(24 24 27 / 0.6) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/65 {
  --tw-gradient-to: rgb(24 24 27 / 0.65) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/70 {
  --tw-gradient-to: rgb(24 24 27 / 0.7) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/75 {
  --tw-gradient-to: rgb(24 24 27 / 0.75) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/80 {
  --tw-gradient-to: rgb(24 24 27 / 0.8) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/85 {
  --tw-gradient-to: rgb(24 24 27 / 0.85) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/90 {
  --tw-gradient-to: rgb(24 24 27 / 0.9) var(--tw-gradient-to-position);
}

.to-theme-dark-bg\/95 {
  --tw-gradient-to: rgb(24 24 27 / 0.95) var(--tw-gradient-to-position);
}

.to-theme-dark-text {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}

.to-theme-dark-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0.15) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0.35) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0.45) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0.55) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0.65) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0.85) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}

.to-theme-dark-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}

.to-theme-light-bg {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}

.to-theme-light-bg\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0.15) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0.35) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0.45) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0.55) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0.65) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0.85) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}

.to-theme-light-bg\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}

.to-theme-light-text {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.to-theme-light-text\/0 {
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
}

.to-theme-light-text\/10 {
  --tw-gradient-to: rgb(24 24 27 / 0.1) var(--tw-gradient-to-position);
}

.to-theme-light-text\/100 {
  --tw-gradient-to: rgb(24 24 27 / 1) var(--tw-gradient-to-position);
}

.to-theme-light-text\/15 {
  --tw-gradient-to: rgb(24 24 27 / 0.15) var(--tw-gradient-to-position);
}

.to-theme-light-text\/20 {
  --tw-gradient-to: rgb(24 24 27 / 0.2) var(--tw-gradient-to-position);
}

.to-theme-light-text\/25 {
  --tw-gradient-to: rgb(24 24 27 / 0.25) var(--tw-gradient-to-position);
}

.to-theme-light-text\/30 {
  --tw-gradient-to: rgb(24 24 27 / 0.3) var(--tw-gradient-to-position);
}

.to-theme-light-text\/35 {
  --tw-gradient-to: rgb(24 24 27 / 0.35) var(--tw-gradient-to-position);
}

.to-theme-light-text\/40 {
  --tw-gradient-to: rgb(24 24 27 / 0.4) var(--tw-gradient-to-position);
}

.to-theme-light-text\/45 {
  --tw-gradient-to: rgb(24 24 27 / 0.45) var(--tw-gradient-to-position);
}

.to-theme-light-text\/5 {
  --tw-gradient-to: rgb(24 24 27 / 0.05) var(--tw-gradient-to-position);
}

.to-theme-light-text\/50 {
  --tw-gradient-to: rgb(24 24 27 / 0.5) var(--tw-gradient-to-position);
}

.to-theme-light-text\/55 {
  --tw-gradient-to: rgb(24 24 27 / 0.55) var(--tw-gradient-to-position);
}

.to-theme-light-text\/60 {
  --tw-gradient-to: rgb(24 24 27 / 0.6) var(--tw-gradient-to-position);
}

.to-theme-light-text\/65 {
  --tw-gradient-to: rgb(24 24 27 / 0.65) var(--tw-gradient-to-position);
}

.to-theme-light-text\/70 {
  --tw-gradient-to: rgb(24 24 27 / 0.7) var(--tw-gradient-to-position);
}

.to-theme-light-text\/75 {
  --tw-gradient-to: rgb(24 24 27 / 0.75) var(--tw-gradient-to-position);
}

.to-theme-light-text\/80 {
  --tw-gradient-to: rgb(24 24 27 / 0.8) var(--tw-gradient-to-position);
}

.to-theme-light-text\/85 {
  --tw-gradient-to: rgb(24 24 27 / 0.85) var(--tw-gradient-to-position);
}

.to-theme-light-text\/90 {
  --tw-gradient-to: rgb(24 24 27 / 0.9) var(--tw-gradient-to-position);
}

.to-theme-light-text\/95 {
  --tw-gradient-to: rgb(24 24 27 / 0.95) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-border-dark {
  fill: blue;
}

.fill-border-dark\/0 {
  fill: rgb(0 0 255 / 0);
}

.fill-border-dark\/10 {
  fill: rgb(0 0 255 / 0.1);
}

.fill-border-dark\/100 {
  fill: rgb(0 0 255 / 1);
}

.fill-border-dark\/15 {
  fill: rgb(0 0 255 / 0.15);
}

.fill-border-dark\/20 {
  fill: rgb(0 0 255 / 0.2);
}

.fill-border-dark\/25 {
  fill: rgb(0 0 255 / 0.25);
}

.fill-border-dark\/30 {
  fill: rgb(0 0 255 / 0.3);
}

.fill-border-dark\/35 {
  fill: rgb(0 0 255 / 0.35);
}

.fill-border-dark\/40 {
  fill: rgb(0 0 255 / 0.4);
}

.fill-border-dark\/45 {
  fill: rgb(0 0 255 / 0.45);
}

.fill-border-dark\/5 {
  fill: rgb(0 0 255 / 0.05);
}

.fill-border-dark\/50 {
  fill: rgb(0 0 255 / 0.5);
}

.fill-border-dark\/55 {
  fill: rgb(0 0 255 / 0.55);
}

.fill-border-dark\/60 {
  fill: rgb(0 0 255 / 0.6);
}

.fill-border-dark\/65 {
  fill: rgb(0 0 255 / 0.65);
}

.fill-border-dark\/70 {
  fill: rgb(0 0 255 / 0.7);
}

.fill-border-dark\/75 {
  fill: rgb(0 0 255 / 0.75);
}

.fill-border-dark\/80 {
  fill: rgb(0 0 255 / 0.8);
}

.fill-border-dark\/85 {
  fill: rgb(0 0 255 / 0.85);
}

.fill-border-dark\/90 {
  fill: rgb(0 0 255 / 0.9);
}

.fill-border-dark\/95 {
  fill: rgb(0 0 255 / 0.95);
}

.fill-border-light {
  fill: red;
}

.fill-border-light\/0 {
  fill: rgb(255 0 0 / 0);
}

.fill-border-light\/10 {
  fill: rgb(255 0 0 / 0.1);
}

.fill-border-light\/100 {
  fill: rgb(255 0 0 / 1);
}

.fill-border-light\/15 {
  fill: rgb(255 0 0 / 0.15);
}

.fill-border-light\/20 {
  fill: rgb(255 0 0 / 0.2);
}

.fill-border-light\/25 {
  fill: rgb(255 0 0 / 0.25);
}

.fill-border-light\/30 {
  fill: rgb(255 0 0 / 0.3);
}

.fill-border-light\/35 {
  fill: rgb(255 0 0 / 0.35);
}

.fill-border-light\/40 {
  fill: rgb(255 0 0 / 0.4);
}

.fill-border-light\/45 {
  fill: rgb(255 0 0 / 0.45);
}

.fill-border-light\/5 {
  fill: rgb(255 0 0 / 0.05);
}

.fill-border-light\/50 {
  fill: rgb(255 0 0 / 0.5);
}

.fill-border-light\/55 {
  fill: rgb(255 0 0 / 0.55);
}

.fill-border-light\/60 {
  fill: rgb(255 0 0 / 0.6);
}

.fill-border-light\/65 {
  fill: rgb(255 0 0 / 0.65);
}

.fill-border-light\/70 {
  fill: rgb(255 0 0 / 0.7);
}

.fill-border-light\/75 {
  fill: rgb(255 0 0 / 0.75);
}

.fill-border-light\/80 {
  fill: rgb(255 0 0 / 0.8);
}

.fill-border-light\/85 {
  fill: rgb(255 0 0 / 0.85);
}

.fill-border-light\/90 {
  fill: rgb(255 0 0 / 0.9);
}

.fill-border-light\/95 {
  fill: rgb(255 0 0 / 0.95);
}

.fill-theme-dark-bg {
  fill: #18181b;
}

.fill-theme-dark-bg\/0 {
  fill: rgb(24 24 27 / 0);
}

.fill-theme-dark-bg\/10 {
  fill: rgb(24 24 27 / 0.1);
}

.fill-theme-dark-bg\/100 {
  fill: rgb(24 24 27 / 1);
}

.fill-theme-dark-bg\/15 {
  fill: rgb(24 24 27 / 0.15);
}

.fill-theme-dark-bg\/20 {
  fill: rgb(24 24 27 / 0.2);
}

.fill-theme-dark-bg\/25 {
  fill: rgb(24 24 27 / 0.25);
}

.fill-theme-dark-bg\/30 {
  fill: rgb(24 24 27 / 0.3);
}

.fill-theme-dark-bg\/35 {
  fill: rgb(24 24 27 / 0.35);
}

.fill-theme-dark-bg\/40 {
  fill: rgb(24 24 27 / 0.4);
}

.fill-theme-dark-bg\/45 {
  fill: rgb(24 24 27 / 0.45);
}

.fill-theme-dark-bg\/5 {
  fill: rgb(24 24 27 / 0.05);
}

.fill-theme-dark-bg\/50 {
  fill: rgb(24 24 27 / 0.5);
}

.fill-theme-dark-bg\/55 {
  fill: rgb(24 24 27 / 0.55);
}

.fill-theme-dark-bg\/60 {
  fill: rgb(24 24 27 / 0.6);
}

.fill-theme-dark-bg\/65 {
  fill: rgb(24 24 27 / 0.65);
}

.fill-theme-dark-bg\/70 {
  fill: rgb(24 24 27 / 0.7);
}

.fill-theme-dark-bg\/75 {
  fill: rgb(24 24 27 / 0.75);
}

.fill-theme-dark-bg\/80 {
  fill: rgb(24 24 27 / 0.8);
}

.fill-theme-dark-bg\/85 {
  fill: rgb(24 24 27 / 0.85);
}

.fill-theme-dark-bg\/90 {
  fill: rgb(24 24 27 / 0.9);
}

.fill-theme-dark-bg\/95 {
  fill: rgb(24 24 27 / 0.95);
}

.fill-theme-dark-text {
  fill: #ffffff;
}

.fill-theme-dark-text\/0 {
  fill: rgb(255 255 255 / 0);
}

.fill-theme-dark-text\/10 {
  fill: rgb(255 255 255 / 0.1);
}

.fill-theme-dark-text\/100 {
  fill: rgb(255 255 255 / 1);
}

.fill-theme-dark-text\/15 {
  fill: rgb(255 255 255 / 0.15);
}

.fill-theme-dark-text\/20 {
  fill: rgb(255 255 255 / 0.2);
}

.fill-theme-dark-text\/25 {
  fill: rgb(255 255 255 / 0.25);
}

.fill-theme-dark-text\/30 {
  fill: rgb(255 255 255 / 0.3);
}

.fill-theme-dark-text\/35 {
  fill: rgb(255 255 255 / 0.35);
}

.fill-theme-dark-text\/40 {
  fill: rgb(255 255 255 / 0.4);
}

.fill-theme-dark-text\/45 {
  fill: rgb(255 255 255 / 0.45);
}

.fill-theme-dark-text\/5 {
  fill: rgb(255 255 255 / 0.05);
}

.fill-theme-dark-text\/50 {
  fill: rgb(255 255 255 / 0.5);
}

.fill-theme-dark-text\/55 {
  fill: rgb(255 255 255 / 0.55);
}

.fill-theme-dark-text\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-theme-dark-text\/65 {
  fill: rgb(255 255 255 / 0.65);
}

.fill-theme-dark-text\/70 {
  fill: rgb(255 255 255 / 0.7);
}

.fill-theme-dark-text\/75 {
  fill: rgb(255 255 255 / 0.75);
}

.fill-theme-dark-text\/80 {
  fill: rgb(255 255 255 / 0.8);
}

.fill-theme-dark-text\/85 {
  fill: rgb(255 255 255 / 0.85);
}

.fill-theme-dark-text\/90 {
  fill: rgb(255 255 255 / 0.9);
}

.fill-theme-dark-text\/95 {
  fill: rgb(255 255 255 / 0.95);
}

.fill-theme-light-bg {
  fill: #ffffff;
}

.fill-theme-light-bg\/0 {
  fill: rgb(255 255 255 / 0);
}

.fill-theme-light-bg\/10 {
  fill: rgb(255 255 255 / 0.1);
}

.fill-theme-light-bg\/100 {
  fill: rgb(255 255 255 / 1);
}

.fill-theme-light-bg\/15 {
  fill: rgb(255 255 255 / 0.15);
}

.fill-theme-light-bg\/20 {
  fill: rgb(255 255 255 / 0.2);
}

.fill-theme-light-bg\/25 {
  fill: rgb(255 255 255 / 0.25);
}

.fill-theme-light-bg\/30 {
  fill: rgb(255 255 255 / 0.3);
}

.fill-theme-light-bg\/35 {
  fill: rgb(255 255 255 / 0.35);
}

.fill-theme-light-bg\/40 {
  fill: rgb(255 255 255 / 0.4);
}

.fill-theme-light-bg\/45 {
  fill: rgb(255 255 255 / 0.45);
}

.fill-theme-light-bg\/5 {
  fill: rgb(255 255 255 / 0.05);
}

.fill-theme-light-bg\/50 {
  fill: rgb(255 255 255 / 0.5);
}

.fill-theme-light-bg\/55 {
  fill: rgb(255 255 255 / 0.55);
}

.fill-theme-light-bg\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-theme-light-bg\/65 {
  fill: rgb(255 255 255 / 0.65);
}

.fill-theme-light-bg\/70 {
  fill: rgb(255 255 255 / 0.7);
}

.fill-theme-light-bg\/75 {
  fill: rgb(255 255 255 / 0.75);
}

.fill-theme-light-bg\/80 {
  fill: rgb(255 255 255 / 0.8);
}

.fill-theme-light-bg\/85 {
  fill: rgb(255 255 255 / 0.85);
}

.fill-theme-light-bg\/90 {
  fill: rgb(255 255 255 / 0.9);
}

.fill-theme-light-bg\/95 {
  fill: rgb(255 255 255 / 0.95);
}

.fill-theme-light-text {
  fill: #18181b;
}

.fill-theme-light-text\/0 {
  fill: rgb(24 24 27 / 0);
}

.fill-theme-light-text\/10 {
  fill: rgb(24 24 27 / 0.1);
}

.fill-theme-light-text\/100 {
  fill: rgb(24 24 27 / 1);
}

.fill-theme-light-text\/15 {
  fill: rgb(24 24 27 / 0.15);
}

.fill-theme-light-text\/20 {
  fill: rgb(24 24 27 / 0.2);
}

.fill-theme-light-text\/25 {
  fill: rgb(24 24 27 / 0.25);
}

.fill-theme-light-text\/30 {
  fill: rgb(24 24 27 / 0.3);
}

.fill-theme-light-text\/35 {
  fill: rgb(24 24 27 / 0.35);
}

.fill-theme-light-text\/40 {
  fill: rgb(24 24 27 / 0.4);
}

.fill-theme-light-text\/45 {
  fill: rgb(24 24 27 / 0.45);
}

.fill-theme-light-text\/5 {
  fill: rgb(24 24 27 / 0.05);
}

.fill-theme-light-text\/50 {
  fill: rgb(24 24 27 / 0.5);
}

.fill-theme-light-text\/55 {
  fill: rgb(24 24 27 / 0.55);
}

.fill-theme-light-text\/60 {
  fill: rgb(24 24 27 / 0.6);
}

.fill-theme-light-text\/65 {
  fill: rgb(24 24 27 / 0.65);
}

.fill-theme-light-text\/70 {
  fill: rgb(24 24 27 / 0.7);
}

.fill-theme-light-text\/75 {
  fill: rgb(24 24 27 / 0.75);
}

.fill-theme-light-text\/80 {
  fill: rgb(24 24 27 / 0.8);
}

.fill-theme-light-text\/85 {
  fill: rgb(24 24 27 / 0.85);
}

.fill-theme-light-text\/90 {
  fill: rgb(24 24 27 / 0.9);
}

.fill-theme-light-text\/95 {
  fill: rgb(24 24 27 / 0.95);
}

.stroke-border-dark {
  stroke: blue;
}

.stroke-border-dark\/0 {
  stroke: rgb(0 0 255 / 0);
}

.stroke-border-dark\/10 {
  stroke: rgb(0 0 255 / 0.1);
}

.stroke-border-dark\/100 {
  stroke: rgb(0 0 255 / 1);
}

.stroke-border-dark\/15 {
  stroke: rgb(0 0 255 / 0.15);
}

.stroke-border-dark\/20 {
  stroke: rgb(0 0 255 / 0.2);
}

.stroke-border-dark\/25 {
  stroke: rgb(0 0 255 / 0.25);
}

.stroke-border-dark\/30 {
  stroke: rgb(0 0 255 / 0.3);
}

.stroke-border-dark\/35 {
  stroke: rgb(0 0 255 / 0.35);
}

.stroke-border-dark\/40 {
  stroke: rgb(0 0 255 / 0.4);
}

.stroke-border-dark\/45 {
  stroke: rgb(0 0 255 / 0.45);
}

.stroke-border-dark\/5 {
  stroke: rgb(0 0 255 / 0.05);
}

.stroke-border-dark\/50 {
  stroke: rgb(0 0 255 / 0.5);
}

.stroke-border-dark\/55 {
  stroke: rgb(0 0 255 / 0.55);
}

.stroke-border-dark\/60 {
  stroke: rgb(0 0 255 / 0.6);
}

.stroke-border-dark\/65 {
  stroke: rgb(0 0 255 / 0.65);
}

.stroke-border-dark\/70 {
  stroke: rgb(0 0 255 / 0.7);
}

.stroke-border-dark\/75 {
  stroke: rgb(0 0 255 / 0.75);
}

.stroke-border-dark\/80 {
  stroke: rgb(0 0 255 / 0.8);
}

.stroke-border-dark\/85 {
  stroke: rgb(0 0 255 / 0.85);
}

.stroke-border-dark\/90 {
  stroke: rgb(0 0 255 / 0.9);
}

.stroke-border-dark\/95 {
  stroke: rgb(0 0 255 / 0.95);
}

.stroke-border-light {
  stroke: red;
}

.stroke-border-light\/0 {
  stroke: rgb(255 0 0 / 0);
}

.stroke-border-light\/10 {
  stroke: rgb(255 0 0 / 0.1);
}

.stroke-border-light\/100 {
  stroke: rgb(255 0 0 / 1);
}

.stroke-border-light\/15 {
  stroke: rgb(255 0 0 / 0.15);
}

.stroke-border-light\/20 {
  stroke: rgb(255 0 0 / 0.2);
}

.stroke-border-light\/25 {
  stroke: rgb(255 0 0 / 0.25);
}

.stroke-border-light\/30 {
  stroke: rgb(255 0 0 / 0.3);
}

.stroke-border-light\/35 {
  stroke: rgb(255 0 0 / 0.35);
}

.stroke-border-light\/40 {
  stroke: rgb(255 0 0 / 0.4);
}

.stroke-border-light\/45 {
  stroke: rgb(255 0 0 / 0.45);
}

.stroke-border-light\/5 {
  stroke: rgb(255 0 0 / 0.05);
}

.stroke-border-light\/50 {
  stroke: rgb(255 0 0 / 0.5);
}

.stroke-border-light\/55 {
  stroke: rgb(255 0 0 / 0.55);
}

.stroke-border-light\/60 {
  stroke: rgb(255 0 0 / 0.6);
}

.stroke-border-light\/65 {
  stroke: rgb(255 0 0 / 0.65);
}

.stroke-border-light\/70 {
  stroke: rgb(255 0 0 / 0.7);
}

.stroke-border-light\/75 {
  stroke: rgb(255 0 0 / 0.75);
}

.stroke-border-light\/80 {
  stroke: rgb(255 0 0 / 0.8);
}

.stroke-border-light\/85 {
  stroke: rgb(255 0 0 / 0.85);
}

.stroke-border-light\/90 {
  stroke: rgb(255 0 0 / 0.9);
}

.stroke-border-light\/95 {
  stroke: rgb(255 0 0 / 0.95);
}

.stroke-theme-dark-bg {
  stroke: #18181b;
}

.stroke-theme-dark-bg\/0 {
  stroke: rgb(24 24 27 / 0);
}

.stroke-theme-dark-bg\/10 {
  stroke: rgb(24 24 27 / 0.1);
}

.stroke-theme-dark-bg\/100 {
  stroke: rgb(24 24 27 / 1);
}

.stroke-theme-dark-bg\/15 {
  stroke: rgb(24 24 27 / 0.15);
}

.stroke-theme-dark-bg\/20 {
  stroke: rgb(24 24 27 / 0.2);
}

.stroke-theme-dark-bg\/25 {
  stroke: rgb(24 24 27 / 0.25);
}

.stroke-theme-dark-bg\/30 {
  stroke: rgb(24 24 27 / 0.3);
}

.stroke-theme-dark-bg\/35 {
  stroke: rgb(24 24 27 / 0.35);
}

.stroke-theme-dark-bg\/40 {
  stroke: rgb(24 24 27 / 0.4);
}

.stroke-theme-dark-bg\/45 {
  stroke: rgb(24 24 27 / 0.45);
}

.stroke-theme-dark-bg\/5 {
  stroke: rgb(24 24 27 / 0.05);
}

.stroke-theme-dark-bg\/50 {
  stroke: rgb(24 24 27 / 0.5);
}

.stroke-theme-dark-bg\/55 {
  stroke: rgb(24 24 27 / 0.55);
}

.stroke-theme-dark-bg\/60 {
  stroke: rgb(24 24 27 / 0.6);
}

.stroke-theme-dark-bg\/65 {
  stroke: rgb(24 24 27 / 0.65);
}

.stroke-theme-dark-bg\/70 {
  stroke: rgb(24 24 27 / 0.7);
}

.stroke-theme-dark-bg\/75 {
  stroke: rgb(24 24 27 / 0.75);
}

.stroke-theme-dark-bg\/80 {
  stroke: rgb(24 24 27 / 0.8);
}

.stroke-theme-dark-bg\/85 {
  stroke: rgb(24 24 27 / 0.85);
}

.stroke-theme-dark-bg\/90 {
  stroke: rgb(24 24 27 / 0.9);
}

.stroke-theme-dark-bg\/95 {
  stroke: rgb(24 24 27 / 0.95);
}

.stroke-theme-dark-text {
  stroke: #ffffff;
}

.stroke-theme-dark-text\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-theme-dark-text\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-theme-dark-text\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-theme-dark-text\/15 {
  stroke: rgb(255 255 255 / 0.15);
}

.stroke-theme-dark-text\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-theme-dark-text\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-theme-dark-text\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-theme-dark-text\/35 {
  stroke: rgb(255 255 255 / 0.35);
}

.stroke-theme-dark-text\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-theme-dark-text\/45 {
  stroke: rgb(255 255 255 / 0.45);
}

.stroke-theme-dark-text\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-theme-dark-text\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-theme-dark-text\/55 {
  stroke: rgb(255 255 255 / 0.55);
}

.stroke-theme-dark-text\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-theme-dark-text\/65 {
  stroke: rgb(255 255 255 / 0.65);
}

.stroke-theme-dark-text\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-theme-dark-text\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-theme-dark-text\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-theme-dark-text\/85 {
  stroke: rgb(255 255 255 / 0.85);
}

.stroke-theme-dark-text\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-theme-dark-text\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-theme-light-bg {
  stroke: #ffffff;
}

.stroke-theme-light-bg\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-theme-light-bg\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-theme-light-bg\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-theme-light-bg\/15 {
  stroke: rgb(255 255 255 / 0.15);
}

.stroke-theme-light-bg\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-theme-light-bg\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-theme-light-bg\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-theme-light-bg\/35 {
  stroke: rgb(255 255 255 / 0.35);
}

.stroke-theme-light-bg\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-theme-light-bg\/45 {
  stroke: rgb(255 255 255 / 0.45);
}

.stroke-theme-light-bg\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-theme-light-bg\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-theme-light-bg\/55 {
  stroke: rgb(255 255 255 / 0.55);
}

.stroke-theme-light-bg\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-theme-light-bg\/65 {
  stroke: rgb(255 255 255 / 0.65);
}

.stroke-theme-light-bg\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-theme-light-bg\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-theme-light-bg\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-theme-light-bg\/85 {
  stroke: rgb(255 255 255 / 0.85);
}

.stroke-theme-light-bg\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-theme-light-bg\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-theme-light-text {
  stroke: #18181b;
}

.stroke-theme-light-text\/0 {
  stroke: rgb(24 24 27 / 0);
}

.stroke-theme-light-text\/10 {
  stroke: rgb(24 24 27 / 0.1);
}

.stroke-theme-light-text\/100 {
  stroke: rgb(24 24 27 / 1);
}

.stroke-theme-light-text\/15 {
  stroke: rgb(24 24 27 / 0.15);
}

.stroke-theme-light-text\/20 {
  stroke: rgb(24 24 27 / 0.2);
}

.stroke-theme-light-text\/25 {
  stroke: rgb(24 24 27 / 0.25);
}

.stroke-theme-light-text\/30 {
  stroke: rgb(24 24 27 / 0.3);
}

.stroke-theme-light-text\/35 {
  stroke: rgb(24 24 27 / 0.35);
}

.stroke-theme-light-text\/40 {
  stroke: rgb(24 24 27 / 0.4);
}

.stroke-theme-light-text\/45 {
  stroke: rgb(24 24 27 / 0.45);
}

.stroke-theme-light-text\/5 {
  stroke: rgb(24 24 27 / 0.05);
}

.stroke-theme-light-text\/50 {
  stroke: rgb(24 24 27 / 0.5);
}

.stroke-theme-light-text\/55 {
  stroke: rgb(24 24 27 / 0.55);
}

.stroke-theme-light-text\/60 {
  stroke: rgb(24 24 27 / 0.6);
}

.stroke-theme-light-text\/65 {
  stroke: rgb(24 24 27 / 0.65);
}

.stroke-theme-light-text\/70 {
  stroke: rgb(24 24 27 / 0.7);
}

.stroke-theme-light-text\/75 {
  stroke: rgb(24 24 27 / 0.75);
}

.stroke-theme-light-text\/80 {
  stroke: rgb(24 24 27 / 0.8);
}

.stroke-theme-light-text\/85 {
  stroke: rgb(24 24 27 / 0.85);
}

.stroke-theme-light-text\/90 {
  stroke: rgb(24 24 27 / 0.9);
}

.stroke-theme-light-text\/95 {
  stroke: rgb(24 24 27 / 0.95);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

.pt-\[180px\] {
  padding-top: 180px;
}

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

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

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

.text-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-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

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

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

.\!font-thin {
  font-weight: 100 !important;
}

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

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#095b3e\] {
  --tw-text-opacity: 1;
  color: rgb(9 91 62 / var(--tw-text-opacity));
}

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

.text-\[\#4e5810\] {
  --tw-text-opacity: 1;
  color: rgb(78 88 16 / var(--tw-text-opacity));
}

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

.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  color: rgba(255,255,255,0.5);
}

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

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

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

.text-border-dark\/0 {
  color: rgb(0 0 255 / 0);
}

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

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

.text-border-dark\/15 {
  color: rgb(0 0 255 / 0.15);
}

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

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

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

.text-border-dark\/35 {
  color: rgb(0 0 255 / 0.35);
}

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

.text-border-dark\/45 {
  color: rgb(0 0 255 / 0.45);
}

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

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

.text-border-dark\/55 {
  color: rgb(0 0 255 / 0.55);
}

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

.text-border-dark\/65 {
  color: rgb(0 0 255 / 0.65);
}

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

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

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

.text-border-dark\/85 {
  color: rgb(0 0 255 / 0.85);
}

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

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

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

.text-border-light\/0 {
  color: rgb(255 0 0 / 0);
}

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

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

.text-border-light\/15 {
  color: rgb(255 0 0 / 0.15);
}

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

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

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

.text-border-light\/35 {
  color: rgb(255 0 0 / 0.35);
}

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

.text-border-light\/45 {
  color: rgb(255 0 0 / 0.45);
}

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

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

.text-border-light\/55 {
  color: rgb(255 0 0 / 0.55);
}

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

.text-border-light\/65 {
  color: rgb(255 0 0 / 0.65);
}

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

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

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

.text-border-light\/85 {
  color: rgb(255 0 0 / 0.85);
}

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

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

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-theme-dark-bg {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-theme-dark-bg\/0 {
  color: rgb(24 24 27 / 0);
}

.text-theme-dark-bg\/10 {
  color: rgb(24 24 27 / 0.1);
}

.text-theme-dark-bg\/100 {
  color: rgb(24 24 27 / 1);
}

.text-theme-dark-bg\/15 {
  color: rgb(24 24 27 / 0.15);
}

.text-theme-dark-bg\/20 {
  color: rgb(24 24 27 / 0.2);
}

.text-theme-dark-bg\/25 {
  color: rgb(24 24 27 / 0.25);
}

.text-theme-dark-bg\/30 {
  color: rgb(24 24 27 / 0.3);
}

.text-theme-dark-bg\/35 {
  color: rgb(24 24 27 / 0.35);
}

.text-theme-dark-bg\/40 {
  color: rgb(24 24 27 / 0.4);
}

.text-theme-dark-bg\/45 {
  color: rgb(24 24 27 / 0.45);
}

.text-theme-dark-bg\/5 {
  color: rgb(24 24 27 / 0.05);
}

.text-theme-dark-bg\/50 {
  color: rgb(24 24 27 / 0.5);
}

.text-theme-dark-bg\/55 {
  color: rgb(24 24 27 / 0.55);
}

.text-theme-dark-bg\/60 {
  color: rgb(24 24 27 / 0.6);
}

.text-theme-dark-bg\/65 {
  color: rgb(24 24 27 / 0.65);
}

.text-theme-dark-bg\/70 {
  color: rgb(24 24 27 / 0.7);
}

.text-theme-dark-bg\/75 {
  color: rgb(24 24 27 / 0.75);
}

.text-theme-dark-bg\/80 {
  color: rgb(24 24 27 / 0.8);
}

.text-theme-dark-bg\/85 {
  color: rgb(24 24 27 / 0.85);
}

.text-theme-dark-bg\/90 {
  color: rgb(24 24 27 / 0.9);
}

.text-theme-dark-bg\/95 {
  color: rgb(24 24 27 / 0.95);
}

.text-theme-dark-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-theme-dark-text\/0 {
  color: rgb(255 255 255 / 0);
}

.text-theme-dark-text\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-theme-dark-text\/100 {
  color: rgb(255 255 255 / 1);
}

.text-theme-dark-text\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-theme-dark-text\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-theme-dark-text\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-theme-dark-text\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-theme-dark-text\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-theme-dark-text\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-theme-dark-text\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-theme-dark-text\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-theme-dark-text\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-theme-dark-text\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-theme-dark-text\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-theme-dark-text\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-theme-dark-text\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-theme-dark-text\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-theme-dark-text\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-theme-dark-text\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-theme-dark-text\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-theme-dark-text\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-theme-light-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-theme-light-bg\/0 {
  color: rgb(255 255 255 / 0);
}

.text-theme-light-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-theme-light-bg\/100 {
  color: rgb(255 255 255 / 1);
}

.text-theme-light-bg\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-theme-light-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-theme-light-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-theme-light-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-theme-light-bg\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-theme-light-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-theme-light-bg\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-theme-light-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-theme-light-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-theme-light-bg\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-theme-light-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-theme-light-bg\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-theme-light-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-theme-light-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-theme-light-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-theme-light-bg\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-theme-light-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-theme-light-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-theme-light-text {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-theme-light-text\/0 {
  color: rgb(24 24 27 / 0);
}

.text-theme-light-text\/10 {
  color: rgb(24 24 27 / 0.1);
}

.text-theme-light-text\/100 {
  color: rgb(24 24 27 / 1);
}

.text-theme-light-text\/15 {
  color: rgb(24 24 27 / 0.15);
}

.text-theme-light-text\/20 {
  color: rgb(24 24 27 / 0.2);
}

.text-theme-light-text\/25 {
  color: rgb(24 24 27 / 0.25);
}

.text-theme-light-text\/30 {
  color: rgb(24 24 27 / 0.3);
}

.text-theme-light-text\/35 {
  color: rgb(24 24 27 / 0.35);
}

.text-theme-light-text\/40 {
  color: rgb(24 24 27 / 0.4);
}

.text-theme-light-text\/45 {
  color: rgb(24 24 27 / 0.45);
}

.text-theme-light-text\/5 {
  color: rgb(24 24 27 / 0.05);
}

.text-theme-light-text\/50 {
  color: rgb(24 24 27 / 0.5);
}

.text-theme-light-text\/55 {
  color: rgb(24 24 27 / 0.55);
}

.text-theme-light-text\/60 {
  color: rgb(24 24 27 / 0.6);
}

.text-theme-light-text\/65 {
  color: rgb(24 24 27 / 0.65);
}

.text-theme-light-text\/70 {
  color: rgb(24 24 27 / 0.7);
}

.text-theme-light-text\/75 {
  color: rgb(24 24 27 / 0.75);
}

.text-theme-light-text\/80 {
  color: rgb(24 24 27 / 0.8);
}

.text-theme-light-text\/85 {
  color: rgb(24 24 27 / 0.85);
}

.text-theme-light-text\/90 {
  color: rgb(24 24 27 / 0.9);
}

.text-theme-light-text\/95 {
  color: rgb(24 24 27 / 0.95);
}

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

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.underline {
  text-decoration-line: underline;
}

.decoration-border-dark {
  text-decoration-color: blue;
}

.decoration-border-dark\/0 {
  text-decoration-color: rgb(0 0 255 / 0);
}

.decoration-border-dark\/10 {
  text-decoration-color: rgb(0 0 255 / 0.1);
}

.decoration-border-dark\/100 {
  text-decoration-color: rgb(0 0 255 / 1);
}

.decoration-border-dark\/15 {
  text-decoration-color: rgb(0 0 255 / 0.15);
}

.decoration-border-dark\/20 {
  text-decoration-color: rgb(0 0 255 / 0.2);
}

.decoration-border-dark\/25 {
  text-decoration-color: rgb(0 0 255 / 0.25);
}

.decoration-border-dark\/30 {
  text-decoration-color: rgb(0 0 255 / 0.3);
}

.decoration-border-dark\/35 {
  text-decoration-color: rgb(0 0 255 / 0.35);
}

.decoration-border-dark\/40 {
  text-decoration-color: rgb(0 0 255 / 0.4);
}

.decoration-border-dark\/45 {
  text-decoration-color: rgb(0 0 255 / 0.45);
}

.decoration-border-dark\/5 {
  text-decoration-color: rgb(0 0 255 / 0.05);
}

.decoration-border-dark\/50 {
  text-decoration-color: rgb(0 0 255 / 0.5);
}

.decoration-border-dark\/55 {
  text-decoration-color: rgb(0 0 255 / 0.55);
}

.decoration-border-dark\/60 {
  text-decoration-color: rgb(0 0 255 / 0.6);
}

.decoration-border-dark\/65 {
  text-decoration-color: rgb(0 0 255 / 0.65);
}

.decoration-border-dark\/70 {
  text-decoration-color: rgb(0 0 255 / 0.7);
}

.decoration-border-dark\/75 {
  text-decoration-color: rgb(0 0 255 / 0.75);
}

.decoration-border-dark\/80 {
  text-decoration-color: rgb(0 0 255 / 0.8);
}

.decoration-border-dark\/85 {
  text-decoration-color: rgb(0 0 255 / 0.85);
}

.decoration-border-dark\/90 {
  text-decoration-color: rgb(0 0 255 / 0.9);
}

.decoration-border-dark\/95 {
  text-decoration-color: rgb(0 0 255 / 0.95);
}

.decoration-border-light {
  text-decoration-color: red;
}

.decoration-border-light\/0 {
  text-decoration-color: rgb(255 0 0 / 0);
}

.decoration-border-light\/10 {
  text-decoration-color: rgb(255 0 0 / 0.1);
}

.decoration-border-light\/100 {
  text-decoration-color: rgb(255 0 0 / 1);
}

.decoration-border-light\/15 {
  text-decoration-color: rgb(255 0 0 / 0.15);
}

.decoration-border-light\/20 {
  text-decoration-color: rgb(255 0 0 / 0.2);
}

.decoration-border-light\/25 {
  text-decoration-color: rgb(255 0 0 / 0.25);
}

.decoration-border-light\/30 {
  text-decoration-color: rgb(255 0 0 / 0.3);
}

.decoration-border-light\/35 {
  text-decoration-color: rgb(255 0 0 / 0.35);
}

.decoration-border-light\/40 {
  text-decoration-color: rgb(255 0 0 / 0.4);
}

.decoration-border-light\/45 {
  text-decoration-color: rgb(255 0 0 / 0.45);
}

.decoration-border-light\/5 {
  text-decoration-color: rgb(255 0 0 / 0.05);
}

.decoration-border-light\/50 {
  text-decoration-color: rgb(255 0 0 / 0.5);
}

.decoration-border-light\/55 {
  text-decoration-color: rgb(255 0 0 / 0.55);
}

.decoration-border-light\/60 {
  text-decoration-color: rgb(255 0 0 / 0.6);
}

.decoration-border-light\/65 {
  text-decoration-color: rgb(255 0 0 / 0.65);
}

.decoration-border-light\/70 {
  text-decoration-color: rgb(255 0 0 / 0.7);
}

.decoration-border-light\/75 {
  text-decoration-color: rgb(255 0 0 / 0.75);
}

.decoration-border-light\/80 {
  text-decoration-color: rgb(255 0 0 / 0.8);
}

.decoration-border-light\/85 {
  text-decoration-color: rgb(255 0 0 / 0.85);
}

.decoration-border-light\/90 {
  text-decoration-color: rgb(255 0 0 / 0.9);
}

.decoration-border-light\/95 {
  text-decoration-color: rgb(255 0 0 / 0.95);
}

.decoration-theme-dark-bg {
  text-decoration-color: #18181b;
}

.decoration-theme-dark-bg\/0 {
  text-decoration-color: rgb(24 24 27 / 0);
}

.decoration-theme-dark-bg\/10 {
  text-decoration-color: rgb(24 24 27 / 0.1);
}

.decoration-theme-dark-bg\/100 {
  text-decoration-color: rgb(24 24 27 / 1);
}

.decoration-theme-dark-bg\/15 {
  text-decoration-color: rgb(24 24 27 / 0.15);
}

.decoration-theme-dark-bg\/20 {
  text-decoration-color: rgb(24 24 27 / 0.2);
}

.decoration-theme-dark-bg\/25 {
  text-decoration-color: rgb(24 24 27 / 0.25);
}

.decoration-theme-dark-bg\/30 {
  text-decoration-color: rgb(24 24 27 / 0.3);
}

.decoration-theme-dark-bg\/35 {
  text-decoration-color: rgb(24 24 27 / 0.35);
}

.decoration-theme-dark-bg\/40 {
  text-decoration-color: rgb(24 24 27 / 0.4);
}

.decoration-theme-dark-bg\/45 {
  text-decoration-color: rgb(24 24 27 / 0.45);
}

.decoration-theme-dark-bg\/5 {
  text-decoration-color: rgb(24 24 27 / 0.05);
}

.decoration-theme-dark-bg\/50 {
  text-decoration-color: rgb(24 24 27 / 0.5);
}

.decoration-theme-dark-bg\/55 {
  text-decoration-color: rgb(24 24 27 / 0.55);
}

.decoration-theme-dark-bg\/60 {
  text-decoration-color: rgb(24 24 27 / 0.6);
}

.decoration-theme-dark-bg\/65 {
  text-decoration-color: rgb(24 24 27 / 0.65);
}

.decoration-theme-dark-bg\/70 {
  text-decoration-color: rgb(24 24 27 / 0.7);
}

.decoration-theme-dark-bg\/75 {
  text-decoration-color: rgb(24 24 27 / 0.75);
}

.decoration-theme-dark-bg\/80 {
  text-decoration-color: rgb(24 24 27 / 0.8);
}

.decoration-theme-dark-bg\/85 {
  text-decoration-color: rgb(24 24 27 / 0.85);
}

.decoration-theme-dark-bg\/90 {
  text-decoration-color: rgb(24 24 27 / 0.9);
}

.decoration-theme-dark-bg\/95 {
  text-decoration-color: rgb(24 24 27 / 0.95);
}

.decoration-theme-dark-text {
  text-decoration-color: #ffffff;
}

.decoration-theme-dark-text\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}

.decoration-theme-dark-text\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}

.decoration-theme-dark-text\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}

.decoration-theme-dark-text\/15 {
  text-decoration-color: rgb(255 255 255 / 0.15);
}

.decoration-theme-dark-text\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}

.decoration-theme-dark-text\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}

.decoration-theme-dark-text\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}

.decoration-theme-dark-text\/35 {
  text-decoration-color: rgb(255 255 255 / 0.35);
}

.decoration-theme-dark-text\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}

.decoration-theme-dark-text\/45 {
  text-decoration-color: rgb(255 255 255 / 0.45);
}

.decoration-theme-dark-text\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}

.decoration-theme-dark-text\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}

.decoration-theme-dark-text\/55 {
  text-decoration-color: rgb(255 255 255 / 0.55);
}

.decoration-theme-dark-text\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}

.decoration-theme-dark-text\/65 {
  text-decoration-color: rgb(255 255 255 / 0.65);
}

.decoration-theme-dark-text\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}

.decoration-theme-dark-text\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}

.decoration-theme-dark-text\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}

.decoration-theme-dark-text\/85 {
  text-decoration-color: rgb(255 255 255 / 0.85);
}

.decoration-theme-dark-text\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}

.decoration-theme-dark-text\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}

.decoration-theme-light-bg {
  text-decoration-color: #ffffff;
}

.decoration-theme-light-bg\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}

.decoration-theme-light-bg\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}

.decoration-theme-light-bg\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}

.decoration-theme-light-bg\/15 {
  text-decoration-color: rgb(255 255 255 / 0.15);
}

.decoration-theme-light-bg\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}

.decoration-theme-light-bg\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}

.decoration-theme-light-bg\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}

.decoration-theme-light-bg\/35 {
  text-decoration-color: rgb(255 255 255 / 0.35);
}

.decoration-theme-light-bg\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}

.decoration-theme-light-bg\/45 {
  text-decoration-color: rgb(255 255 255 / 0.45);
}

.decoration-theme-light-bg\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}

.decoration-theme-light-bg\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}

.decoration-theme-light-bg\/55 {
  text-decoration-color: rgb(255 255 255 / 0.55);
}

.decoration-theme-light-bg\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}

.decoration-theme-light-bg\/65 {
  text-decoration-color: rgb(255 255 255 / 0.65);
}

.decoration-theme-light-bg\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}

.decoration-theme-light-bg\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}

.decoration-theme-light-bg\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}

.decoration-theme-light-bg\/85 {
  text-decoration-color: rgb(255 255 255 / 0.85);
}

.decoration-theme-light-bg\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}

.decoration-theme-light-bg\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}

.decoration-theme-light-text {
  text-decoration-color: #18181b;
}

.decoration-theme-light-text\/0 {
  text-decoration-color: rgb(24 24 27 / 0);
}

.decoration-theme-light-text\/10 {
  text-decoration-color: rgb(24 24 27 / 0.1);
}

.decoration-theme-light-text\/100 {
  text-decoration-color: rgb(24 24 27 / 1);
}

.decoration-theme-light-text\/15 {
  text-decoration-color: rgb(24 24 27 / 0.15);
}

.decoration-theme-light-text\/20 {
  text-decoration-color: rgb(24 24 27 / 0.2);
}

.decoration-theme-light-text\/25 {
  text-decoration-color: rgb(24 24 27 / 0.25);
}

.decoration-theme-light-text\/30 {
  text-decoration-color: rgb(24 24 27 / 0.3);
}

.decoration-theme-light-text\/35 {
  text-decoration-color: rgb(24 24 27 / 0.35);
}

.decoration-theme-light-text\/40 {
  text-decoration-color: rgb(24 24 27 / 0.4);
}

.decoration-theme-light-text\/45 {
  text-decoration-color: rgb(24 24 27 / 0.45);
}

.decoration-theme-light-text\/5 {
  text-decoration-color: rgb(24 24 27 / 0.05);
}

.decoration-theme-light-text\/50 {
  text-decoration-color: rgb(24 24 27 / 0.5);
}

.decoration-theme-light-text\/55 {
  text-decoration-color: rgb(24 24 27 / 0.55);
}

.decoration-theme-light-text\/60 {
  text-decoration-color: rgb(24 24 27 / 0.6);
}

.decoration-theme-light-text\/65 {
  text-decoration-color: rgb(24 24 27 / 0.65);
}

.decoration-theme-light-text\/70 {
  text-decoration-color: rgb(24 24 27 / 0.7);
}

.decoration-theme-light-text\/75 {
  text-decoration-color: rgb(24 24 27 / 0.75);
}

.decoration-theme-light-text\/80 {
  text-decoration-color: rgb(24 24 27 / 0.8);
}

.decoration-theme-light-text\/85 {
  text-decoration-color: rgb(24 24 27 / 0.85);
}

.decoration-theme-light-text\/90 {
  text-decoration-color: rgb(24 24 27 / 0.9);
}

.decoration-theme-light-text\/95 {
  text-decoration-color: rgb(24 24 27 / 0.95);
}

.placeholder-border-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 255 / var(--tw-placeholder-opacity));
}

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

.placeholder-border-dark\/0::-moz-placeholder {
  color: rgb(0 0 255 / 0);
}

.placeholder-border-dark\/0::placeholder {
  color: rgb(0 0 255 / 0);
}

.placeholder-border-dark\/10::-moz-placeholder {
  color: rgb(0 0 255 / 0.1);
}

.placeholder-border-dark\/10::placeholder {
  color: rgb(0 0 255 / 0.1);
}

.placeholder-border-dark\/100::-moz-placeholder {
  color: rgb(0 0 255 / 1);
}

.placeholder-border-dark\/100::placeholder {
  color: rgb(0 0 255 / 1);
}

.placeholder-border-dark\/15::-moz-placeholder {
  color: rgb(0 0 255 / 0.15);
}

.placeholder-border-dark\/15::placeholder {
  color: rgb(0 0 255 / 0.15);
}

.placeholder-border-dark\/20::-moz-placeholder {
  color: rgb(0 0 255 / 0.2);
}

.placeholder-border-dark\/20::placeholder {
  color: rgb(0 0 255 / 0.2);
}

.placeholder-border-dark\/25::-moz-placeholder {
  color: rgb(0 0 255 / 0.25);
}

.placeholder-border-dark\/25::placeholder {
  color: rgb(0 0 255 / 0.25);
}

.placeholder-border-dark\/30::-moz-placeholder {
  color: rgb(0 0 255 / 0.3);
}

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

.placeholder-border-dark\/35::-moz-placeholder {
  color: rgb(0 0 255 / 0.35);
}

.placeholder-border-dark\/35::placeholder {
  color: rgb(0 0 255 / 0.35);
}

.placeholder-border-dark\/40::-moz-placeholder {
  color: rgb(0 0 255 / 0.4);
}

.placeholder-border-dark\/40::placeholder {
  color: rgb(0 0 255 / 0.4);
}

.placeholder-border-dark\/45::-moz-placeholder {
  color: rgb(0 0 255 / 0.45);
}

.placeholder-border-dark\/45::placeholder {
  color: rgb(0 0 255 / 0.45);
}

.placeholder-border-dark\/5::-moz-placeholder {
  color: rgb(0 0 255 / 0.05);
}

.placeholder-border-dark\/5::placeholder {
  color: rgb(0 0 255 / 0.05);
}

.placeholder-border-dark\/50::-moz-placeholder {
  color: rgb(0 0 255 / 0.5);
}

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

.placeholder-border-dark\/55::-moz-placeholder {
  color: rgb(0 0 255 / 0.55);
}

.placeholder-border-dark\/55::placeholder {
  color: rgb(0 0 255 / 0.55);
}

.placeholder-border-dark\/60::-moz-placeholder {
  color: rgb(0 0 255 / 0.6);
}

.placeholder-border-dark\/60::placeholder {
  color: rgb(0 0 255 / 0.6);
}

.placeholder-border-dark\/65::-moz-placeholder {
  color: rgb(0 0 255 / 0.65);
}

.placeholder-border-dark\/65::placeholder {
  color: rgb(0 0 255 / 0.65);
}

.placeholder-border-dark\/70::-moz-placeholder {
  color: rgb(0 0 255 / 0.7);
}

.placeholder-border-dark\/70::placeholder {
  color: rgb(0 0 255 / 0.7);
}

.placeholder-border-dark\/75::-moz-placeholder {
  color: rgb(0 0 255 / 0.75);
}

.placeholder-border-dark\/75::placeholder {
  color: rgb(0 0 255 / 0.75);
}

.placeholder-border-dark\/80::-moz-placeholder {
  color: rgb(0 0 255 / 0.8);
}

.placeholder-border-dark\/80::placeholder {
  color: rgb(0 0 255 / 0.8);
}

.placeholder-border-dark\/85::-moz-placeholder {
  color: rgb(0 0 255 / 0.85);
}

.placeholder-border-dark\/85::placeholder {
  color: rgb(0 0 255 / 0.85);
}

.placeholder-border-dark\/90::-moz-placeholder {
  color: rgb(0 0 255 / 0.9);
}

.placeholder-border-dark\/90::placeholder {
  color: rgb(0 0 255 / 0.9);
}

.placeholder-border-dark\/95::-moz-placeholder {
  color: rgb(0 0 255 / 0.95);
}

.placeholder-border-dark\/95::placeholder {
  color: rgb(0 0 255 / 0.95);
}

.placeholder-border-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 0 0 / var(--tw-placeholder-opacity));
}

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

.placeholder-border-light\/0::-moz-placeholder {
  color: rgb(255 0 0 / 0);
}

.placeholder-border-light\/0::placeholder {
  color: rgb(255 0 0 / 0);
}

.placeholder-border-light\/10::-moz-placeholder {
  color: rgb(255 0 0 / 0.1);
}

.placeholder-border-light\/10::placeholder {
  color: rgb(255 0 0 / 0.1);
}

.placeholder-border-light\/100::-moz-placeholder {
  color: rgb(255 0 0 / 1);
}

.placeholder-border-light\/100::placeholder {
  color: rgb(255 0 0 / 1);
}

.placeholder-border-light\/15::-moz-placeholder {
  color: rgb(255 0 0 / 0.15);
}

.placeholder-border-light\/15::placeholder {
  color: rgb(255 0 0 / 0.15);
}

.placeholder-border-light\/20::-moz-placeholder {
  color: rgb(255 0 0 / 0.2);
}

.placeholder-border-light\/20::placeholder {
  color: rgb(255 0 0 / 0.2);
}

.placeholder-border-light\/25::-moz-placeholder {
  color: rgb(255 0 0 / 0.25);
}

.placeholder-border-light\/25::placeholder {
  color: rgb(255 0 0 / 0.25);
}

.placeholder-border-light\/30::-moz-placeholder {
  color: rgb(255 0 0 / 0.3);
}

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

.placeholder-border-light\/35::-moz-placeholder {
  color: rgb(255 0 0 / 0.35);
}

.placeholder-border-light\/35::placeholder {
  color: rgb(255 0 0 / 0.35);
}

.placeholder-border-light\/40::-moz-placeholder {
  color: rgb(255 0 0 / 0.4);
}

.placeholder-border-light\/40::placeholder {
  color: rgb(255 0 0 / 0.4);
}

.placeholder-border-light\/45::-moz-placeholder {
  color: rgb(255 0 0 / 0.45);
}

.placeholder-border-light\/45::placeholder {
  color: rgb(255 0 0 / 0.45);
}

.placeholder-border-light\/5::-moz-placeholder {
  color: rgb(255 0 0 / 0.05);
}

.placeholder-border-light\/5::placeholder {
  color: rgb(255 0 0 / 0.05);
}

.placeholder-border-light\/50::-moz-placeholder {
  color: rgb(255 0 0 / 0.5);
}

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

.placeholder-border-light\/55::-moz-placeholder {
  color: rgb(255 0 0 / 0.55);
}

.placeholder-border-light\/55::placeholder {
  color: rgb(255 0 0 / 0.55);
}

.placeholder-border-light\/60::-moz-placeholder {
  color: rgb(255 0 0 / 0.6);
}

.placeholder-border-light\/60::placeholder {
  color: rgb(255 0 0 / 0.6);
}

.placeholder-border-light\/65::-moz-placeholder {
  color: rgb(255 0 0 / 0.65);
}

.placeholder-border-light\/65::placeholder {
  color: rgb(255 0 0 / 0.65);
}

.placeholder-border-light\/70::-moz-placeholder {
  color: rgb(255 0 0 / 0.7);
}

.placeholder-border-light\/70::placeholder {
  color: rgb(255 0 0 / 0.7);
}

.placeholder-border-light\/75::-moz-placeholder {
  color: rgb(255 0 0 / 0.75);
}

.placeholder-border-light\/75::placeholder {
  color: rgb(255 0 0 / 0.75);
}

.placeholder-border-light\/80::-moz-placeholder {
  color: rgb(255 0 0 / 0.8);
}

.placeholder-border-light\/80::placeholder {
  color: rgb(255 0 0 / 0.8);
}

.placeholder-border-light\/85::-moz-placeholder {
  color: rgb(255 0 0 / 0.85);
}

.placeholder-border-light\/85::placeholder {
  color: rgb(255 0 0 / 0.85);
}

.placeholder-border-light\/90::-moz-placeholder {
  color: rgb(255 0 0 / 0.9);
}

.placeholder-border-light\/90::placeholder {
  color: rgb(255 0 0 / 0.9);
}

.placeholder-border-light\/95::-moz-placeholder {
  color: rgb(255 0 0 / 0.95);
}

.placeholder-border-light\/95::placeholder {
  color: rgb(255 0 0 / 0.95);
}

.placeholder-theme-dark-bg::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity));
}

.placeholder-theme-dark-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity));
}

.placeholder-theme-dark-bg\/0::-moz-placeholder {
  color: rgb(24 24 27 / 0);
}

.placeholder-theme-dark-bg\/0::placeholder {
  color: rgb(24 24 27 / 0);
}

.placeholder-theme-dark-bg\/10::-moz-placeholder {
  color: rgb(24 24 27 / 0.1);
}

.placeholder-theme-dark-bg\/10::placeholder {
  color: rgb(24 24 27 / 0.1);
}

.placeholder-theme-dark-bg\/100::-moz-placeholder {
  color: rgb(24 24 27 / 1);
}

.placeholder-theme-dark-bg\/100::placeholder {
  color: rgb(24 24 27 / 1);
}

.placeholder-theme-dark-bg\/15::-moz-placeholder {
  color: rgb(24 24 27 / 0.15);
}

.placeholder-theme-dark-bg\/15::placeholder {
  color: rgb(24 24 27 / 0.15);
}

.placeholder-theme-dark-bg\/20::-moz-placeholder {
  color: rgb(24 24 27 / 0.2);
}

.placeholder-theme-dark-bg\/20::placeholder {
  color: rgb(24 24 27 / 0.2);
}

.placeholder-theme-dark-bg\/25::-moz-placeholder {
  color: rgb(24 24 27 / 0.25);
}

.placeholder-theme-dark-bg\/25::placeholder {
  color: rgb(24 24 27 / 0.25);
}

.placeholder-theme-dark-bg\/30::-moz-placeholder {
  color: rgb(24 24 27 / 0.3);
}

.placeholder-theme-dark-bg\/30::placeholder {
  color: rgb(24 24 27 / 0.3);
}

.placeholder-theme-dark-bg\/35::-moz-placeholder {
  color: rgb(24 24 27 / 0.35);
}

.placeholder-theme-dark-bg\/35::placeholder {
  color: rgb(24 24 27 / 0.35);
}

.placeholder-theme-dark-bg\/40::-moz-placeholder {
  color: rgb(24 24 27 / 0.4);
}

.placeholder-theme-dark-bg\/40::placeholder {
  color: rgb(24 24 27 / 0.4);
}

.placeholder-theme-dark-bg\/45::-moz-placeholder {
  color: rgb(24 24 27 / 0.45);
}

.placeholder-theme-dark-bg\/45::placeholder {
  color: rgb(24 24 27 / 0.45);
}

.placeholder-theme-dark-bg\/5::-moz-placeholder {
  color: rgb(24 24 27 / 0.05);
}

.placeholder-theme-dark-bg\/5::placeholder {
  color: rgb(24 24 27 / 0.05);
}

.placeholder-theme-dark-bg\/50::-moz-placeholder {
  color: rgb(24 24 27 / 0.5);
}

.placeholder-theme-dark-bg\/50::placeholder {
  color: rgb(24 24 27 / 0.5);
}

.placeholder-theme-dark-bg\/55::-moz-placeholder {
  color: rgb(24 24 27 / 0.55);
}

.placeholder-theme-dark-bg\/55::placeholder {
  color: rgb(24 24 27 / 0.55);
}

.placeholder-theme-dark-bg\/60::-moz-placeholder {
  color: rgb(24 24 27 / 0.6);
}

.placeholder-theme-dark-bg\/60::placeholder {
  color: rgb(24 24 27 / 0.6);
}

.placeholder-theme-dark-bg\/65::-moz-placeholder {
  color: rgb(24 24 27 / 0.65);
}

.placeholder-theme-dark-bg\/65::placeholder {
  color: rgb(24 24 27 / 0.65);
}

.placeholder-theme-dark-bg\/70::-moz-placeholder {
  color: rgb(24 24 27 / 0.7);
}

.placeholder-theme-dark-bg\/70::placeholder {
  color: rgb(24 24 27 / 0.7);
}

.placeholder-theme-dark-bg\/75::-moz-placeholder {
  color: rgb(24 24 27 / 0.75);
}

.placeholder-theme-dark-bg\/75::placeholder {
  color: rgb(24 24 27 / 0.75);
}

.placeholder-theme-dark-bg\/80::-moz-placeholder {
  color: rgb(24 24 27 / 0.8);
}

.placeholder-theme-dark-bg\/80::placeholder {
  color: rgb(24 24 27 / 0.8);
}

.placeholder-theme-dark-bg\/85::-moz-placeholder {
  color: rgb(24 24 27 / 0.85);
}

.placeholder-theme-dark-bg\/85::placeholder {
  color: rgb(24 24 27 / 0.85);
}

.placeholder-theme-dark-bg\/90::-moz-placeholder {
  color: rgb(24 24 27 / 0.9);
}

.placeholder-theme-dark-bg\/90::placeholder {
  color: rgb(24 24 27 / 0.9);
}

.placeholder-theme-dark-bg\/95::-moz-placeholder {
  color: rgb(24 24 27 / 0.95);
}

.placeholder-theme-dark-bg\/95::placeholder {
  color: rgb(24 24 27 / 0.95);
}

.placeholder-theme-dark-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-theme-dark-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-theme-dark-text\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-theme-dark-text\/0::placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-theme-dark-text\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-theme-dark-text\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-theme-dark-text\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-theme-dark-text\/100::placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-theme-dark-text\/15::-moz-placeholder {
  color: rgb(255 255 255 / 0.15);
}

.placeholder-theme-dark-text\/15::placeholder {
  color: rgb(255 255 255 / 0.15);
}

.placeholder-theme-dark-text\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-theme-dark-text\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-theme-dark-text\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-theme-dark-text\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-theme-dark-text\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-theme-dark-text\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-theme-dark-text\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder-theme-dark-text\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder-theme-dark-text\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-theme-dark-text\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-theme-dark-text\/45::-moz-placeholder {
  color: rgb(255 255 255 / 0.45);
}

.placeholder-theme-dark-text\/45::placeholder {
  color: rgb(255 255 255 / 0.45);
}

.placeholder-theme-dark-text\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-theme-dark-text\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-theme-dark-text\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-theme-dark-text\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-theme-dark-text\/55::-moz-placeholder {
  color: rgb(255 255 255 / 0.55);
}

.placeholder-theme-dark-text\/55::placeholder {
  color: rgb(255 255 255 / 0.55);
}

.placeholder-theme-dark-text\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-theme-dark-text\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-theme-dark-text\/65::-moz-placeholder {
  color: rgb(255 255 255 / 0.65);
}

.placeholder-theme-dark-text\/65::placeholder {
  color: rgb(255 255 255 / 0.65);
}

.placeholder-theme-dark-text\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-theme-dark-text\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-theme-dark-text\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-theme-dark-text\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-theme-dark-text\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-theme-dark-text\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-theme-dark-text\/85::-moz-placeholder {
  color: rgb(255 255 255 / 0.85);
}

.placeholder-theme-dark-text\/85::placeholder {
  color: rgb(255 255 255 / 0.85);
}

.placeholder-theme-dark-text\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-theme-dark-text\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-theme-dark-text\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-theme-dark-text\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-theme-light-bg::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-theme-light-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-theme-light-bg\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-theme-light-bg\/0::placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-theme-light-bg\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-theme-light-bg\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-theme-light-bg\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-theme-light-bg\/100::placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-theme-light-bg\/15::-moz-placeholder {
  color: rgb(255 255 255 / 0.15);
}

.placeholder-theme-light-bg\/15::placeholder {
  color: rgb(255 255 255 / 0.15);
}

.placeholder-theme-light-bg\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-theme-light-bg\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-theme-light-bg\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-theme-light-bg\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-theme-light-bg\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-theme-light-bg\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-theme-light-bg\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder-theme-light-bg\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder-theme-light-bg\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-theme-light-bg\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-theme-light-bg\/45::-moz-placeholder {
  color: rgb(255 255 255 / 0.45);
}

.placeholder-theme-light-bg\/45::placeholder {
  color: rgb(255 255 255 / 0.45);
}

.placeholder-theme-light-bg\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-theme-light-bg\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-theme-light-bg\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-theme-light-bg\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-theme-light-bg\/55::-moz-placeholder {
  color: rgb(255 255 255 / 0.55);
}

.placeholder-theme-light-bg\/55::placeholder {
  color: rgb(255 255 255 / 0.55);
}

.placeholder-theme-light-bg\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-theme-light-bg\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-theme-light-bg\/65::-moz-placeholder {
  color: rgb(255 255 255 / 0.65);
}

.placeholder-theme-light-bg\/65::placeholder {
  color: rgb(255 255 255 / 0.65);
}

.placeholder-theme-light-bg\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-theme-light-bg\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-theme-light-bg\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-theme-light-bg\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-theme-light-bg\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-theme-light-bg\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-theme-light-bg\/85::-moz-placeholder {
  color: rgb(255 255 255 / 0.85);
}

.placeholder-theme-light-bg\/85::placeholder {
  color: rgb(255 255 255 / 0.85);
}

.placeholder-theme-light-bg\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-theme-light-bg\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-theme-light-bg\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-theme-light-bg\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-theme-light-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity));
}

.placeholder-theme-light-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity));
}

.placeholder-theme-light-text\/0::-moz-placeholder {
  color: rgb(24 24 27 / 0);
}

.placeholder-theme-light-text\/0::placeholder {
  color: rgb(24 24 27 / 0);
}

.placeholder-theme-light-text\/10::-moz-placeholder {
  color: rgb(24 24 27 / 0.1);
}

.placeholder-theme-light-text\/10::placeholder {
  color: rgb(24 24 27 / 0.1);
}

.placeholder-theme-light-text\/100::-moz-placeholder {
  color: rgb(24 24 27 / 1);
}

.placeholder-theme-light-text\/100::placeholder {
  color: rgb(24 24 27 / 1);
}

.placeholder-theme-light-text\/15::-moz-placeholder {
  color: rgb(24 24 27 / 0.15);
}

.placeholder-theme-light-text\/15::placeholder {
  color: rgb(24 24 27 / 0.15);
}

.placeholder-theme-light-text\/20::-moz-placeholder {
  color: rgb(24 24 27 / 0.2);
}

.placeholder-theme-light-text\/20::placeholder {
  color: rgb(24 24 27 / 0.2);
}

.placeholder-theme-light-text\/25::-moz-placeholder {
  color: rgb(24 24 27 / 0.25);
}

.placeholder-theme-light-text\/25::placeholder {
  color: rgb(24 24 27 / 0.25);
}

.placeholder-theme-light-text\/30::-moz-placeholder {
  color: rgb(24 24 27 / 0.3);
}

.placeholder-theme-light-text\/30::placeholder {
  color: rgb(24 24 27 / 0.3);
}

.placeholder-theme-light-text\/35::-moz-placeholder {
  color: rgb(24 24 27 / 0.35);
}

.placeholder-theme-light-text\/35::placeholder {
  color: rgb(24 24 27 / 0.35);
}

.placeholder-theme-light-text\/40::-moz-placeholder {
  color: rgb(24 24 27 / 0.4);
}

.placeholder-theme-light-text\/40::placeholder {
  color: rgb(24 24 27 / 0.4);
}

.placeholder-theme-light-text\/45::-moz-placeholder {
  color: rgb(24 24 27 / 0.45);
}

.placeholder-theme-light-text\/45::placeholder {
  color: rgb(24 24 27 / 0.45);
}

.placeholder-theme-light-text\/5::-moz-placeholder {
  color: rgb(24 24 27 / 0.05);
}

.placeholder-theme-light-text\/5::placeholder {
  color: rgb(24 24 27 / 0.05);
}

.placeholder-theme-light-text\/50::-moz-placeholder {
  color: rgb(24 24 27 / 0.5);
}

.placeholder-theme-light-text\/50::placeholder {
  color: rgb(24 24 27 / 0.5);
}

.placeholder-theme-light-text\/55::-moz-placeholder {
  color: rgb(24 24 27 / 0.55);
}

.placeholder-theme-light-text\/55::placeholder {
  color: rgb(24 24 27 / 0.55);
}

.placeholder-theme-light-text\/60::-moz-placeholder {
  color: rgb(24 24 27 / 0.6);
}

.placeholder-theme-light-text\/60::placeholder {
  color: rgb(24 24 27 / 0.6);
}

.placeholder-theme-light-text\/65::-moz-placeholder {
  color: rgb(24 24 27 / 0.65);
}

.placeholder-theme-light-text\/65::placeholder {
  color: rgb(24 24 27 / 0.65);
}

.placeholder-theme-light-text\/70::-moz-placeholder {
  color: rgb(24 24 27 / 0.7);
}

.placeholder-theme-light-text\/70::placeholder {
  color: rgb(24 24 27 / 0.7);
}

.placeholder-theme-light-text\/75::-moz-placeholder {
  color: rgb(24 24 27 / 0.75);
}

.placeholder-theme-light-text\/75::placeholder {
  color: rgb(24 24 27 / 0.75);
}

.placeholder-theme-light-text\/80::-moz-placeholder {
  color: rgb(24 24 27 / 0.8);
}

.placeholder-theme-light-text\/80::placeholder {
  color: rgb(24 24 27 / 0.8);
}

.placeholder-theme-light-text\/85::-moz-placeholder {
  color: rgb(24 24 27 / 0.85);
}

.placeholder-theme-light-text\/85::placeholder {
  color: rgb(24 24 27 / 0.85);
}

.placeholder-theme-light-text\/90::-moz-placeholder {
  color: rgb(24 24 27 / 0.9);
}

.placeholder-theme-light-text\/90::placeholder {
  color: rgb(24 24 27 / 0.9);
}

.placeholder-theme-light-text\/95::-moz-placeholder {
  color: rgb(24 24 27 / 0.95);
}

.placeholder-theme-light-text\/95::placeholder {
  color: rgb(24 24 27 / 0.95);
}

.caret-border-dark {
  caret-color: blue;
}

.caret-border-dark\/0 {
  caret-color: rgb(0 0 255 / 0);
}

.caret-border-dark\/10 {
  caret-color: rgb(0 0 255 / 0.1);
}

.caret-border-dark\/100 {
  caret-color: rgb(0 0 255 / 1);
}

.caret-border-dark\/15 {
  caret-color: rgb(0 0 255 / 0.15);
}

.caret-border-dark\/20 {
  caret-color: rgb(0 0 255 / 0.2);
}

.caret-border-dark\/25 {
  caret-color: rgb(0 0 255 / 0.25);
}

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

.caret-border-dark\/35 {
  caret-color: rgb(0 0 255 / 0.35);
}

.caret-border-dark\/40 {
  caret-color: rgb(0 0 255 / 0.4);
}

.caret-border-dark\/45 {
  caret-color: rgb(0 0 255 / 0.45);
}

.caret-border-dark\/5 {
  caret-color: rgb(0 0 255 / 0.05);
}

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

.caret-border-dark\/55 {
  caret-color: rgb(0 0 255 / 0.55);
}

.caret-border-dark\/60 {
  caret-color: rgb(0 0 255 / 0.6);
}

.caret-border-dark\/65 {
  caret-color: rgb(0 0 255 / 0.65);
}

.caret-border-dark\/70 {
  caret-color: rgb(0 0 255 / 0.7);
}

.caret-border-dark\/75 {
  caret-color: rgb(0 0 255 / 0.75);
}

.caret-border-dark\/80 {
  caret-color: rgb(0 0 255 / 0.8);
}

.caret-border-dark\/85 {
  caret-color: rgb(0 0 255 / 0.85);
}

.caret-border-dark\/90 {
  caret-color: rgb(0 0 255 / 0.9);
}

.caret-border-dark\/95 {
  caret-color: rgb(0 0 255 / 0.95);
}

.caret-border-light {
  caret-color: red;
}

.caret-border-light\/0 {
  caret-color: rgb(255 0 0 / 0);
}

.caret-border-light\/10 {
  caret-color: rgb(255 0 0 / 0.1);
}

.caret-border-light\/100 {
  caret-color: rgb(255 0 0 / 1);
}

.caret-border-light\/15 {
  caret-color: rgb(255 0 0 / 0.15);
}

.caret-border-light\/20 {
  caret-color: rgb(255 0 0 / 0.2);
}

.caret-border-light\/25 {
  caret-color: rgb(255 0 0 / 0.25);
}

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

.caret-border-light\/35 {
  caret-color: rgb(255 0 0 / 0.35);
}

.caret-border-light\/40 {
  caret-color: rgb(255 0 0 / 0.4);
}

.caret-border-light\/45 {
  caret-color: rgb(255 0 0 / 0.45);
}

.caret-border-light\/5 {
  caret-color: rgb(255 0 0 / 0.05);
}

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

.caret-border-light\/55 {
  caret-color: rgb(255 0 0 / 0.55);
}

.caret-border-light\/60 {
  caret-color: rgb(255 0 0 / 0.6);
}

.caret-border-light\/65 {
  caret-color: rgb(255 0 0 / 0.65);
}

.caret-border-light\/70 {
  caret-color: rgb(255 0 0 / 0.7);
}

.caret-border-light\/75 {
  caret-color: rgb(255 0 0 / 0.75);
}

.caret-border-light\/80 {
  caret-color: rgb(255 0 0 / 0.8);
}

.caret-border-light\/85 {
  caret-color: rgb(255 0 0 / 0.85);
}

.caret-border-light\/90 {
  caret-color: rgb(255 0 0 / 0.9);
}

.caret-border-light\/95 {
  caret-color: rgb(255 0 0 / 0.95);
}

.caret-theme-dark-bg {
  caret-color: #18181b;
}

.caret-theme-dark-bg\/0 {
  caret-color: rgb(24 24 27 / 0);
}

.caret-theme-dark-bg\/10 {
  caret-color: rgb(24 24 27 / 0.1);
}

.caret-theme-dark-bg\/100 {
  caret-color: rgb(24 24 27 / 1);
}

.caret-theme-dark-bg\/15 {
  caret-color: rgb(24 24 27 / 0.15);
}

.caret-theme-dark-bg\/20 {
  caret-color: rgb(24 24 27 / 0.2);
}

.caret-theme-dark-bg\/25 {
  caret-color: rgb(24 24 27 / 0.25);
}

.caret-theme-dark-bg\/30 {
  caret-color: rgb(24 24 27 / 0.3);
}

.caret-theme-dark-bg\/35 {
  caret-color: rgb(24 24 27 / 0.35);
}

.caret-theme-dark-bg\/40 {
  caret-color: rgb(24 24 27 / 0.4);
}

.caret-theme-dark-bg\/45 {
  caret-color: rgb(24 24 27 / 0.45);
}

.caret-theme-dark-bg\/5 {
  caret-color: rgb(24 24 27 / 0.05);
}

.caret-theme-dark-bg\/50 {
  caret-color: rgb(24 24 27 / 0.5);
}

.caret-theme-dark-bg\/55 {
  caret-color: rgb(24 24 27 / 0.55);
}

.caret-theme-dark-bg\/60 {
  caret-color: rgb(24 24 27 / 0.6);
}

.caret-theme-dark-bg\/65 {
  caret-color: rgb(24 24 27 / 0.65);
}

.caret-theme-dark-bg\/70 {
  caret-color: rgb(24 24 27 / 0.7);
}

.caret-theme-dark-bg\/75 {
  caret-color: rgb(24 24 27 / 0.75);
}

.caret-theme-dark-bg\/80 {
  caret-color: rgb(24 24 27 / 0.8);
}

.caret-theme-dark-bg\/85 {
  caret-color: rgb(24 24 27 / 0.85);
}

.caret-theme-dark-bg\/90 {
  caret-color: rgb(24 24 27 / 0.9);
}

.caret-theme-dark-bg\/95 {
  caret-color: rgb(24 24 27 / 0.95);
}

.caret-theme-dark-text {
  caret-color: #ffffff;
}

.caret-theme-dark-text\/0 {
  caret-color: rgb(255 255 255 / 0);
}

.caret-theme-dark-text\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}

.caret-theme-dark-text\/100 {
  caret-color: rgb(255 255 255 / 1);
}

.caret-theme-dark-text\/15 {
  caret-color: rgb(255 255 255 / 0.15);
}

.caret-theme-dark-text\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}

.caret-theme-dark-text\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}

.caret-theme-dark-text\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}

.caret-theme-dark-text\/35 {
  caret-color: rgb(255 255 255 / 0.35);
}

.caret-theme-dark-text\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}

.caret-theme-dark-text\/45 {
  caret-color: rgb(255 255 255 / 0.45);
}

.caret-theme-dark-text\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}

.caret-theme-dark-text\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}

.caret-theme-dark-text\/55 {
  caret-color: rgb(255 255 255 / 0.55);
}

.caret-theme-dark-text\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}

.caret-theme-dark-text\/65 {
  caret-color: rgb(255 255 255 / 0.65);
}

.caret-theme-dark-text\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}

.caret-theme-dark-text\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}

.caret-theme-dark-text\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}

.caret-theme-dark-text\/85 {
  caret-color: rgb(255 255 255 / 0.85);
}

.caret-theme-dark-text\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}

.caret-theme-dark-text\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}

.caret-theme-light-bg {
  caret-color: #ffffff;
}

.caret-theme-light-bg\/0 {
  caret-color: rgb(255 255 255 / 0);
}

.caret-theme-light-bg\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}

.caret-theme-light-bg\/100 {
  caret-color: rgb(255 255 255 / 1);
}

.caret-theme-light-bg\/15 {
  caret-color: rgb(255 255 255 / 0.15);
}

.caret-theme-light-bg\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}

.caret-theme-light-bg\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}

.caret-theme-light-bg\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}

.caret-theme-light-bg\/35 {
  caret-color: rgb(255 255 255 / 0.35);
}

.caret-theme-light-bg\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}

.caret-theme-light-bg\/45 {
  caret-color: rgb(255 255 255 / 0.45);
}

.caret-theme-light-bg\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}

.caret-theme-light-bg\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}

.caret-theme-light-bg\/55 {
  caret-color: rgb(255 255 255 / 0.55);
}

.caret-theme-light-bg\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}

.caret-theme-light-bg\/65 {
  caret-color: rgb(255 255 255 / 0.65);
}

.caret-theme-light-bg\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}

.caret-theme-light-bg\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}

.caret-theme-light-bg\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}

.caret-theme-light-bg\/85 {
  caret-color: rgb(255 255 255 / 0.85);
}

.caret-theme-light-bg\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}

.caret-theme-light-bg\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}

.caret-theme-light-text {
  caret-color: #18181b;
}

.caret-theme-light-text\/0 {
  caret-color: rgb(24 24 27 / 0);
}

.caret-theme-light-text\/10 {
  caret-color: rgb(24 24 27 / 0.1);
}

.caret-theme-light-text\/100 {
  caret-color: rgb(24 24 27 / 1);
}

.caret-theme-light-text\/15 {
  caret-color: rgb(24 24 27 / 0.15);
}

.caret-theme-light-text\/20 {
  caret-color: rgb(24 24 27 / 0.2);
}

.caret-theme-light-text\/25 {
  caret-color: rgb(24 24 27 / 0.25);
}

.caret-theme-light-text\/30 {
  caret-color: rgb(24 24 27 / 0.3);
}

.caret-theme-light-text\/35 {
  caret-color: rgb(24 24 27 / 0.35);
}

.caret-theme-light-text\/40 {
  caret-color: rgb(24 24 27 / 0.4);
}

.caret-theme-light-text\/45 {
  caret-color: rgb(24 24 27 / 0.45);
}

.caret-theme-light-text\/5 {
  caret-color: rgb(24 24 27 / 0.05);
}

.caret-theme-light-text\/50 {
  caret-color: rgb(24 24 27 / 0.5);
}

.caret-theme-light-text\/55 {
  caret-color: rgb(24 24 27 / 0.55);
}

.caret-theme-light-text\/60 {
  caret-color: rgb(24 24 27 / 0.6);
}

.caret-theme-light-text\/65 {
  caret-color: rgb(24 24 27 / 0.65);
}

.caret-theme-light-text\/70 {
  caret-color: rgb(24 24 27 / 0.7);
}

.caret-theme-light-text\/75 {
  caret-color: rgb(24 24 27 / 0.75);
}

.caret-theme-light-text\/80 {
  caret-color: rgb(24 24 27 / 0.8);
}

.caret-theme-light-text\/85 {
  caret-color: rgb(24 24 27 / 0.85);
}

.caret-theme-light-text\/90 {
  caret-color: rgb(24 24 27 / 0.9);
}

.caret-theme-light-text\/95 {
  caret-color: rgb(24 24 27 / 0.95);
}

.accent-border-dark {
  accent-color: blue;
}

.accent-border-dark\/0 {
  accent-color: rgb(0 0 255 / 0);
}

.accent-border-dark\/10 {
  accent-color: rgb(0 0 255 / 0.1);
}

.accent-border-dark\/100 {
  accent-color: rgb(0 0 255 / 1);
}

.accent-border-dark\/15 {
  accent-color: rgb(0 0 255 / 0.15);
}

.accent-border-dark\/20 {
  accent-color: rgb(0 0 255 / 0.2);
}

.accent-border-dark\/25 {
  accent-color: rgb(0 0 255 / 0.25);
}

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

.accent-border-dark\/35 {
  accent-color: rgb(0 0 255 / 0.35);
}

.accent-border-dark\/40 {
  accent-color: rgb(0 0 255 / 0.4);
}

.accent-border-dark\/45 {
  accent-color: rgb(0 0 255 / 0.45);
}

.accent-border-dark\/5 {
  accent-color: rgb(0 0 255 / 0.05);
}

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

.accent-border-dark\/55 {
  accent-color: rgb(0 0 255 / 0.55);
}

.accent-border-dark\/60 {
  accent-color: rgb(0 0 255 / 0.6);
}

.accent-border-dark\/65 {
  accent-color: rgb(0 0 255 / 0.65);
}

.accent-border-dark\/70 {
  accent-color: rgb(0 0 255 / 0.7);
}

.accent-border-dark\/75 {
  accent-color: rgb(0 0 255 / 0.75);
}

.accent-border-dark\/80 {
  accent-color: rgb(0 0 255 / 0.8);
}

.accent-border-dark\/85 {
  accent-color: rgb(0 0 255 / 0.85);
}

.accent-border-dark\/90 {
  accent-color: rgb(0 0 255 / 0.9);
}

.accent-border-dark\/95 {
  accent-color: rgb(0 0 255 / 0.95);
}

.accent-border-light {
  accent-color: red;
}

.accent-border-light\/0 {
  accent-color: rgb(255 0 0 / 0);
}

.accent-border-light\/10 {
  accent-color: rgb(255 0 0 / 0.1);
}

.accent-border-light\/100 {
  accent-color: rgb(255 0 0 / 1);
}

.accent-border-light\/15 {
  accent-color: rgb(255 0 0 / 0.15);
}

.accent-border-light\/20 {
  accent-color: rgb(255 0 0 / 0.2);
}

.accent-border-light\/25 {
  accent-color: rgb(255 0 0 / 0.25);
}

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

.accent-border-light\/35 {
  accent-color: rgb(255 0 0 / 0.35);
}

.accent-border-light\/40 {
  accent-color: rgb(255 0 0 / 0.4);
}

.accent-border-light\/45 {
  accent-color: rgb(255 0 0 / 0.45);
}

.accent-border-light\/5 {
  accent-color: rgb(255 0 0 / 0.05);
}

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

.accent-border-light\/55 {
  accent-color: rgb(255 0 0 / 0.55);
}

.accent-border-light\/60 {
  accent-color: rgb(255 0 0 / 0.6);
}

.accent-border-light\/65 {
  accent-color: rgb(255 0 0 / 0.65);
}

.accent-border-light\/70 {
  accent-color: rgb(255 0 0 / 0.7);
}

.accent-border-light\/75 {
  accent-color: rgb(255 0 0 / 0.75);
}

.accent-border-light\/80 {
  accent-color: rgb(255 0 0 / 0.8);
}

.accent-border-light\/85 {
  accent-color: rgb(255 0 0 / 0.85);
}

.accent-border-light\/90 {
  accent-color: rgb(255 0 0 / 0.9);
}

.accent-border-light\/95 {
  accent-color: rgb(255 0 0 / 0.95);
}

.accent-theme-dark-bg {
  accent-color: #18181b;
}

.accent-theme-dark-bg\/0 {
  accent-color: rgb(24 24 27 / 0);
}

.accent-theme-dark-bg\/10 {
  accent-color: rgb(24 24 27 / 0.1);
}

.accent-theme-dark-bg\/100 {
  accent-color: rgb(24 24 27 / 1);
}

.accent-theme-dark-bg\/15 {
  accent-color: rgb(24 24 27 / 0.15);
}

.accent-theme-dark-bg\/20 {
  accent-color: rgb(24 24 27 / 0.2);
}

.accent-theme-dark-bg\/25 {
  accent-color: rgb(24 24 27 / 0.25);
}

.accent-theme-dark-bg\/30 {
  accent-color: rgb(24 24 27 / 0.3);
}

.accent-theme-dark-bg\/35 {
  accent-color: rgb(24 24 27 / 0.35);
}

.accent-theme-dark-bg\/40 {
  accent-color: rgb(24 24 27 / 0.4);
}

.accent-theme-dark-bg\/45 {
  accent-color: rgb(24 24 27 / 0.45);
}

.accent-theme-dark-bg\/5 {
  accent-color: rgb(24 24 27 / 0.05);
}

.accent-theme-dark-bg\/50 {
  accent-color: rgb(24 24 27 / 0.5);
}

.accent-theme-dark-bg\/55 {
  accent-color: rgb(24 24 27 / 0.55);
}

.accent-theme-dark-bg\/60 {
  accent-color: rgb(24 24 27 / 0.6);
}

.accent-theme-dark-bg\/65 {
  accent-color: rgb(24 24 27 / 0.65);
}

.accent-theme-dark-bg\/70 {
  accent-color: rgb(24 24 27 / 0.7);
}

.accent-theme-dark-bg\/75 {
  accent-color: rgb(24 24 27 / 0.75);
}

.accent-theme-dark-bg\/80 {
  accent-color: rgb(24 24 27 / 0.8);
}

.accent-theme-dark-bg\/85 {
  accent-color: rgb(24 24 27 / 0.85);
}

.accent-theme-dark-bg\/90 {
  accent-color: rgb(24 24 27 / 0.9);
}

.accent-theme-dark-bg\/95 {
  accent-color: rgb(24 24 27 / 0.95);
}

.accent-theme-dark-text {
  accent-color: #ffffff;
}

.accent-theme-dark-text\/0 {
  accent-color: rgb(255 255 255 / 0);
}

.accent-theme-dark-text\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}

.accent-theme-dark-text\/100 {
  accent-color: rgb(255 255 255 / 1);
}

.accent-theme-dark-text\/15 {
  accent-color: rgb(255 255 255 / 0.15);
}

.accent-theme-dark-text\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}

.accent-theme-dark-text\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}

.accent-theme-dark-text\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}

.accent-theme-dark-text\/35 {
  accent-color: rgb(255 255 255 / 0.35);
}

.accent-theme-dark-text\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}

.accent-theme-dark-text\/45 {
  accent-color: rgb(255 255 255 / 0.45);
}

.accent-theme-dark-text\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}

.accent-theme-dark-text\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}

.accent-theme-dark-text\/55 {
  accent-color: rgb(255 255 255 / 0.55);
}

.accent-theme-dark-text\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}

.accent-theme-dark-text\/65 {
  accent-color: rgb(255 255 255 / 0.65);
}

.accent-theme-dark-text\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}

.accent-theme-dark-text\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}

.accent-theme-dark-text\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}

.accent-theme-dark-text\/85 {
  accent-color: rgb(255 255 255 / 0.85);
}

.accent-theme-dark-text\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}

.accent-theme-dark-text\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}

.accent-theme-light-bg {
  accent-color: #ffffff;
}

.accent-theme-light-bg\/0 {
  accent-color: rgb(255 255 255 / 0);
}

.accent-theme-light-bg\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}

.accent-theme-light-bg\/100 {
  accent-color: rgb(255 255 255 / 1);
}

.accent-theme-light-bg\/15 {
  accent-color: rgb(255 255 255 / 0.15);
}

.accent-theme-light-bg\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}

.accent-theme-light-bg\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}

.accent-theme-light-bg\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}

.accent-theme-light-bg\/35 {
  accent-color: rgb(255 255 255 / 0.35);
}

.accent-theme-light-bg\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}

.accent-theme-light-bg\/45 {
  accent-color: rgb(255 255 255 / 0.45);
}

.accent-theme-light-bg\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}

.accent-theme-light-bg\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}

.accent-theme-light-bg\/55 {
  accent-color: rgb(255 255 255 / 0.55);
}

.accent-theme-light-bg\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}

.accent-theme-light-bg\/65 {
  accent-color: rgb(255 255 255 / 0.65);
}

.accent-theme-light-bg\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}

.accent-theme-light-bg\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}

.accent-theme-light-bg\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}

.accent-theme-light-bg\/85 {
  accent-color: rgb(255 255 255 / 0.85);
}

.accent-theme-light-bg\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}

.accent-theme-light-bg\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}

.accent-theme-light-text {
  accent-color: #18181b;
}

.accent-theme-light-text\/0 {
  accent-color: rgb(24 24 27 / 0);
}

.accent-theme-light-text\/10 {
  accent-color: rgb(24 24 27 / 0.1);
}

.accent-theme-light-text\/100 {
  accent-color: rgb(24 24 27 / 1);
}

.accent-theme-light-text\/15 {
  accent-color: rgb(24 24 27 / 0.15);
}

.accent-theme-light-text\/20 {
  accent-color: rgb(24 24 27 / 0.2);
}

.accent-theme-light-text\/25 {
  accent-color: rgb(24 24 27 / 0.25);
}

.accent-theme-light-text\/30 {
  accent-color: rgb(24 24 27 / 0.3);
}

.accent-theme-light-text\/35 {
  accent-color: rgb(24 24 27 / 0.35);
}

.accent-theme-light-text\/40 {
  accent-color: rgb(24 24 27 / 0.4);
}

.accent-theme-light-text\/45 {
  accent-color: rgb(24 24 27 / 0.45);
}

.accent-theme-light-text\/5 {
  accent-color: rgb(24 24 27 / 0.05);
}

.accent-theme-light-text\/50 {
  accent-color: rgb(24 24 27 / 0.5);
}

.accent-theme-light-text\/55 {
  accent-color: rgb(24 24 27 / 0.55);
}

.accent-theme-light-text\/60 {
  accent-color: rgb(24 24 27 / 0.6);
}

.accent-theme-light-text\/65 {
  accent-color: rgb(24 24 27 / 0.65);
}

.accent-theme-light-text\/70 {
  accent-color: rgb(24 24 27 / 0.7);
}

.accent-theme-light-text\/75 {
  accent-color: rgb(24 24 27 / 0.75);
}

.accent-theme-light-text\/80 {
  accent-color: rgb(24 24 27 / 0.8);
}

.accent-theme-light-text\/85 {
  accent-color: rgb(24 24 27 / 0.85);
}

.accent-theme-light-text\/90 {
  accent-color: rgb(24 24 27 / 0.9);
}

.accent-theme-light-text\/95 {
  accent-color: rgb(24 24 27 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.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-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-border-dark {
  --tw-shadow-color: blue;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/0 {
  --tw-shadow-color: rgb(0 0 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/10 {
  --tw-shadow-color: rgb(0 0 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/100 {
  --tw-shadow-color: rgb(0 0 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/15 {
  --tw-shadow-color: rgb(0 0 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/20 {
  --tw-shadow-color: rgb(0 0 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/25 {
  --tw-shadow-color: rgb(0 0 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/30 {
  --tw-shadow-color: rgb(0 0 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/35 {
  --tw-shadow-color: rgb(0 0 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/40 {
  --tw-shadow-color: rgb(0 0 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/45 {
  --tw-shadow-color: rgb(0 0 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/5 {
  --tw-shadow-color: rgb(0 0 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/50 {
  --tw-shadow-color: rgb(0 0 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/55 {
  --tw-shadow-color: rgb(0 0 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/60 {
  --tw-shadow-color: rgb(0 0 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/65 {
  --tw-shadow-color: rgb(0 0 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/70 {
  --tw-shadow-color: rgb(0 0 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/75 {
  --tw-shadow-color: rgb(0 0 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/80 {
  --tw-shadow-color: rgb(0 0 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/85 {
  --tw-shadow-color: rgb(0 0 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/90 {
  --tw-shadow-color: rgb(0 0 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-dark\/95 {
  --tw-shadow-color: rgb(0 0 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light {
  --tw-shadow-color: red;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/0 {
  --tw-shadow-color: rgb(255 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/10 {
  --tw-shadow-color: rgb(255 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/100 {
  --tw-shadow-color: rgb(255 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/15 {
  --tw-shadow-color: rgb(255 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/20 {
  --tw-shadow-color: rgb(255 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/25 {
  --tw-shadow-color: rgb(255 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/30 {
  --tw-shadow-color: rgb(255 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/35 {
  --tw-shadow-color: rgb(255 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/40 {
  --tw-shadow-color: rgb(255 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/45 {
  --tw-shadow-color: rgb(255 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/5 {
  --tw-shadow-color: rgb(255 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/50 {
  --tw-shadow-color: rgb(255 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/55 {
  --tw-shadow-color: rgb(255 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/60 {
  --tw-shadow-color: rgb(255 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/65 {
  --tw-shadow-color: rgb(255 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/70 {
  --tw-shadow-color: rgb(255 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/75 {
  --tw-shadow-color: rgb(255 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/80 {
  --tw-shadow-color: rgb(255 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/85 {
  --tw-shadow-color: rgb(255 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/90 {
  --tw-shadow-color: rgb(255 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border-light\/95 {
  --tw-shadow-color: rgb(255 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-bg\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text {
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-dark-text\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg {
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-bg\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-theme-light-text\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-border-dark {
  outline-color: blue;
}

.outline-border-dark\/0 {
  outline-color: rgb(0 0 255 / 0);
}

.outline-border-dark\/10 {
  outline-color: rgb(0 0 255 / 0.1);
}

.outline-border-dark\/100 {
  outline-color: rgb(0 0 255 / 1);
}

.outline-border-dark\/15 {
  outline-color: rgb(0 0 255 / 0.15);
}

.outline-border-dark\/20 {
  outline-color: rgb(0 0 255 / 0.2);
}

.outline-border-dark\/25 {
  outline-color: rgb(0 0 255 / 0.25);
}

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

.outline-border-dark\/35 {
  outline-color: rgb(0 0 255 / 0.35);
}

.outline-border-dark\/40 {
  outline-color: rgb(0 0 255 / 0.4);
}

.outline-border-dark\/45 {
  outline-color: rgb(0 0 255 / 0.45);
}

.outline-border-dark\/5 {
  outline-color: rgb(0 0 255 / 0.05);
}

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

.outline-border-dark\/55 {
  outline-color: rgb(0 0 255 / 0.55);
}

.outline-border-dark\/60 {
  outline-color: rgb(0 0 255 / 0.6);
}

.outline-border-dark\/65 {
  outline-color: rgb(0 0 255 / 0.65);
}

.outline-border-dark\/70 {
  outline-color: rgb(0 0 255 / 0.7);
}

.outline-border-dark\/75 {
  outline-color: rgb(0 0 255 / 0.75);
}

.outline-border-dark\/80 {
  outline-color: rgb(0 0 255 / 0.8);
}

.outline-border-dark\/85 {
  outline-color: rgb(0 0 255 / 0.85);
}

.outline-border-dark\/90 {
  outline-color: rgb(0 0 255 / 0.9);
}

.outline-border-dark\/95 {
  outline-color: rgb(0 0 255 / 0.95);
}

.outline-border-light {
  outline-color: red;
}

.outline-border-light\/0 {
  outline-color: rgb(255 0 0 / 0);
}

.outline-border-light\/10 {
  outline-color: rgb(255 0 0 / 0.1);
}

.outline-border-light\/100 {
  outline-color: rgb(255 0 0 / 1);
}

.outline-border-light\/15 {
  outline-color: rgb(255 0 0 / 0.15);
}

.outline-border-light\/20 {
  outline-color: rgb(255 0 0 / 0.2);
}

.outline-border-light\/25 {
  outline-color: rgb(255 0 0 / 0.25);
}

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

.outline-border-light\/35 {
  outline-color: rgb(255 0 0 / 0.35);
}

.outline-border-light\/40 {
  outline-color: rgb(255 0 0 / 0.4);
}

.outline-border-light\/45 {
  outline-color: rgb(255 0 0 / 0.45);
}

.outline-border-light\/5 {
  outline-color: rgb(255 0 0 / 0.05);
}

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

.outline-border-light\/55 {
  outline-color: rgb(255 0 0 / 0.55);
}

.outline-border-light\/60 {
  outline-color: rgb(255 0 0 / 0.6);
}

.outline-border-light\/65 {
  outline-color: rgb(255 0 0 / 0.65);
}

.outline-border-light\/70 {
  outline-color: rgb(255 0 0 / 0.7);
}

.outline-border-light\/75 {
  outline-color: rgb(255 0 0 / 0.75);
}

.outline-border-light\/80 {
  outline-color: rgb(255 0 0 / 0.8);
}

.outline-border-light\/85 {
  outline-color: rgb(255 0 0 / 0.85);
}

.outline-border-light\/90 {
  outline-color: rgb(255 0 0 / 0.9);
}

.outline-border-light\/95 {
  outline-color: rgb(255 0 0 / 0.95);
}

.outline-theme-dark-bg {
  outline-color: #18181b;
}

.outline-theme-dark-bg\/0 {
  outline-color: rgb(24 24 27 / 0);
}

.outline-theme-dark-bg\/10 {
  outline-color: rgb(24 24 27 / 0.1);
}

.outline-theme-dark-bg\/100 {
  outline-color: rgb(24 24 27 / 1);
}

.outline-theme-dark-bg\/15 {
  outline-color: rgb(24 24 27 / 0.15);
}

.outline-theme-dark-bg\/20 {
  outline-color: rgb(24 24 27 / 0.2);
}

.outline-theme-dark-bg\/25 {
  outline-color: rgb(24 24 27 / 0.25);
}

.outline-theme-dark-bg\/30 {
  outline-color: rgb(24 24 27 / 0.3);
}

.outline-theme-dark-bg\/35 {
  outline-color: rgb(24 24 27 / 0.35);
}

.outline-theme-dark-bg\/40 {
  outline-color: rgb(24 24 27 / 0.4);
}

.outline-theme-dark-bg\/45 {
  outline-color: rgb(24 24 27 / 0.45);
}

.outline-theme-dark-bg\/5 {
  outline-color: rgb(24 24 27 / 0.05);
}

.outline-theme-dark-bg\/50 {
  outline-color: rgb(24 24 27 / 0.5);
}

.outline-theme-dark-bg\/55 {
  outline-color: rgb(24 24 27 / 0.55);
}

.outline-theme-dark-bg\/60 {
  outline-color: rgb(24 24 27 / 0.6);
}

.outline-theme-dark-bg\/65 {
  outline-color: rgb(24 24 27 / 0.65);
}

.outline-theme-dark-bg\/70 {
  outline-color: rgb(24 24 27 / 0.7);
}

.outline-theme-dark-bg\/75 {
  outline-color: rgb(24 24 27 / 0.75);
}

.outline-theme-dark-bg\/80 {
  outline-color: rgb(24 24 27 / 0.8);
}

.outline-theme-dark-bg\/85 {
  outline-color: rgb(24 24 27 / 0.85);
}

.outline-theme-dark-bg\/90 {
  outline-color: rgb(24 24 27 / 0.9);
}

.outline-theme-dark-bg\/95 {
  outline-color: rgb(24 24 27 / 0.95);
}

.outline-theme-dark-text {
  outline-color: #ffffff;
}

.outline-theme-dark-text\/0 {
  outline-color: rgb(255 255 255 / 0);
}

.outline-theme-dark-text\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}

.outline-theme-dark-text\/100 {
  outline-color: rgb(255 255 255 / 1);
}

.outline-theme-dark-text\/15 {
  outline-color: rgb(255 255 255 / 0.15);
}

.outline-theme-dark-text\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-theme-dark-text\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}

.outline-theme-dark-text\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}

.outline-theme-dark-text\/35 {
  outline-color: rgb(255 255 255 / 0.35);
}

.outline-theme-dark-text\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}

.outline-theme-dark-text\/45 {
  outline-color: rgb(255 255 255 / 0.45);
}

.outline-theme-dark-text\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-theme-dark-text\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}

.outline-theme-dark-text\/55 {
  outline-color: rgb(255 255 255 / 0.55);
}

.outline-theme-dark-text\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}

.outline-theme-dark-text\/65 {
  outline-color: rgb(255 255 255 / 0.65);
}

.outline-theme-dark-text\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}

.outline-theme-dark-text\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}

.outline-theme-dark-text\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}

.outline-theme-dark-text\/85 {
  outline-color: rgb(255 255 255 / 0.85);
}

.outline-theme-dark-text\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}

.outline-theme-dark-text\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}

.outline-theme-light-bg {
  outline-color: #ffffff;
}

.outline-theme-light-bg\/0 {
  outline-color: rgb(255 255 255 / 0);
}

.outline-theme-light-bg\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}

.outline-theme-light-bg\/100 {
  outline-color: rgb(255 255 255 / 1);
}

.outline-theme-light-bg\/15 {
  outline-color: rgb(255 255 255 / 0.15);
}

.outline-theme-light-bg\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-theme-light-bg\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}

.outline-theme-light-bg\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}

.outline-theme-light-bg\/35 {
  outline-color: rgb(255 255 255 / 0.35);
}

.outline-theme-light-bg\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}

.outline-theme-light-bg\/45 {
  outline-color: rgb(255 255 255 / 0.45);
}

.outline-theme-light-bg\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-theme-light-bg\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}

.outline-theme-light-bg\/55 {
  outline-color: rgb(255 255 255 / 0.55);
}

.outline-theme-light-bg\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}

.outline-theme-light-bg\/65 {
  outline-color: rgb(255 255 255 / 0.65);
}

.outline-theme-light-bg\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}

.outline-theme-light-bg\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}

.outline-theme-light-bg\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}

.outline-theme-light-bg\/85 {
  outline-color: rgb(255 255 255 / 0.85);
}

.outline-theme-light-bg\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}

.outline-theme-light-bg\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}

.outline-theme-light-text {
  outline-color: #18181b;
}

.outline-theme-light-text\/0 {
  outline-color: rgb(24 24 27 / 0);
}

.outline-theme-light-text\/10 {
  outline-color: rgb(24 24 27 / 0.1);
}

.outline-theme-light-text\/100 {
  outline-color: rgb(24 24 27 / 1);
}

.outline-theme-light-text\/15 {
  outline-color: rgb(24 24 27 / 0.15);
}

.outline-theme-light-text\/20 {
  outline-color: rgb(24 24 27 / 0.2);
}

.outline-theme-light-text\/25 {
  outline-color: rgb(24 24 27 / 0.25);
}

.outline-theme-light-text\/30 {
  outline-color: rgb(24 24 27 / 0.3);
}

.outline-theme-light-text\/35 {
  outline-color: rgb(24 24 27 / 0.35);
}

.outline-theme-light-text\/40 {
  outline-color: rgb(24 24 27 / 0.4);
}

.outline-theme-light-text\/45 {
  outline-color: rgb(24 24 27 / 0.45);
}

.outline-theme-light-text\/5 {
  outline-color: rgb(24 24 27 / 0.05);
}

.outline-theme-light-text\/50 {
  outline-color: rgb(24 24 27 / 0.5);
}

.outline-theme-light-text\/55 {
  outline-color: rgb(24 24 27 / 0.55);
}

.outline-theme-light-text\/60 {
  outline-color: rgb(24 24 27 / 0.6);
}

.outline-theme-light-text\/65 {
  outline-color: rgb(24 24 27 / 0.65);
}

.outline-theme-light-text\/70 {
  outline-color: rgb(24 24 27 / 0.7);
}

.outline-theme-light-text\/75 {
  outline-color: rgb(24 24 27 / 0.75);
}

.outline-theme-light-text\/80 {
  outline-color: rgb(24 24 27 / 0.8);
}

.outline-theme-light-text\/85 {
  outline-color: rgb(24 24 27 / 0.85);
}

.outline-theme-light-text\/90 {
  outline-color: rgb(24 24 27 / 0.9);
}

.outline-theme-light-text\/95 {
  outline-color: rgb(24 24 27 / 0.95);
}

.ring-1 {
  --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(1px + 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-border-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 255 / var(--tw-ring-opacity));
}

.ring-border-dark\/0 {
  --tw-ring-color: rgb(0 0 255 / 0);
}

.ring-border-dark\/10 {
  --tw-ring-color: rgb(0 0 255 / 0.1);
}

.ring-border-dark\/100 {
  --tw-ring-color: rgb(0 0 255 / 1);
}

.ring-border-dark\/15 {
  --tw-ring-color: rgb(0 0 255 / 0.15);
}

.ring-border-dark\/20 {
  --tw-ring-color: rgb(0 0 255 / 0.2);
}

.ring-border-dark\/25 {
  --tw-ring-color: rgb(0 0 255 / 0.25);
}

.ring-border-dark\/30 {
  --tw-ring-color: rgb(0 0 255 / 0.3);
}

.ring-border-dark\/35 {
  --tw-ring-color: rgb(0 0 255 / 0.35);
}

.ring-border-dark\/40 {
  --tw-ring-color: rgb(0 0 255 / 0.4);
}

.ring-border-dark\/45 {
  --tw-ring-color: rgb(0 0 255 / 0.45);
}

.ring-border-dark\/5 {
  --tw-ring-color: rgb(0 0 255 / 0.05);
}

.ring-border-dark\/50 {
  --tw-ring-color: rgb(0 0 255 / 0.5);
}

.ring-border-dark\/55 {
  --tw-ring-color: rgb(0 0 255 / 0.55);
}

.ring-border-dark\/60 {
  --tw-ring-color: rgb(0 0 255 / 0.6);
}

.ring-border-dark\/65 {
  --tw-ring-color: rgb(0 0 255 / 0.65);
}

.ring-border-dark\/70 {
  --tw-ring-color: rgb(0 0 255 / 0.7);
}

.ring-border-dark\/75 {
  --tw-ring-color: rgb(0 0 255 / 0.75);
}

.ring-border-dark\/80 {
  --tw-ring-color: rgb(0 0 255 / 0.8);
}

.ring-border-dark\/85 {
  --tw-ring-color: rgb(0 0 255 / 0.85);
}

.ring-border-dark\/90 {
  --tw-ring-color: rgb(0 0 255 / 0.9);
}

.ring-border-dark\/95 {
  --tw-ring-color: rgb(0 0 255 / 0.95);
}

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

.ring-border-light\/0 {
  --tw-ring-color: rgb(255 0 0 / 0);
}

.ring-border-light\/10 {
  --tw-ring-color: rgb(255 0 0 / 0.1);
}

.ring-border-light\/100 {
  --tw-ring-color: rgb(255 0 0 / 1);
}

.ring-border-light\/15 {
  --tw-ring-color: rgb(255 0 0 / 0.15);
}

.ring-border-light\/20 {
  --tw-ring-color: rgb(255 0 0 / 0.2);
}

.ring-border-light\/25 {
  --tw-ring-color: rgb(255 0 0 / 0.25);
}

.ring-border-light\/30 {
  --tw-ring-color: rgb(255 0 0 / 0.3);
}

.ring-border-light\/35 {
  --tw-ring-color: rgb(255 0 0 / 0.35);
}

.ring-border-light\/40 {
  --tw-ring-color: rgb(255 0 0 / 0.4);
}

.ring-border-light\/45 {
  --tw-ring-color: rgb(255 0 0 / 0.45);
}

.ring-border-light\/5 {
  --tw-ring-color: rgb(255 0 0 / 0.05);
}

.ring-border-light\/50 {
  --tw-ring-color: rgb(255 0 0 / 0.5);
}

.ring-border-light\/55 {
  --tw-ring-color: rgb(255 0 0 / 0.55);
}

.ring-border-light\/60 {
  --tw-ring-color: rgb(255 0 0 / 0.6);
}

.ring-border-light\/65 {
  --tw-ring-color: rgb(255 0 0 / 0.65);
}

.ring-border-light\/70 {
  --tw-ring-color: rgb(255 0 0 / 0.7);
}

.ring-border-light\/75 {
  --tw-ring-color: rgb(255 0 0 / 0.75);
}

.ring-border-light\/80 {
  --tw-ring-color: rgb(255 0 0 / 0.8);
}

.ring-border-light\/85 {
  --tw-ring-color: rgb(255 0 0 / 0.85);
}

.ring-border-light\/90 {
  --tw-ring-color: rgb(255 0 0 / 0.9);
}

.ring-border-light\/95 {
  --tw-ring-color: rgb(255 0 0 / 0.95);
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-theme-dark-bg {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity));
}

.ring-theme-dark-bg\/0 {
  --tw-ring-color: rgb(24 24 27 / 0);
}

.ring-theme-dark-bg\/10 {
  --tw-ring-color: rgb(24 24 27 / 0.1);
}

.ring-theme-dark-bg\/100 {
  --tw-ring-color: rgb(24 24 27 / 1);
}

.ring-theme-dark-bg\/15 {
  --tw-ring-color: rgb(24 24 27 / 0.15);
}

.ring-theme-dark-bg\/20 {
  --tw-ring-color: rgb(24 24 27 / 0.2);
}

.ring-theme-dark-bg\/25 {
  --tw-ring-color: rgb(24 24 27 / 0.25);
}

.ring-theme-dark-bg\/30 {
  --tw-ring-color: rgb(24 24 27 / 0.3);
}

.ring-theme-dark-bg\/35 {
  --tw-ring-color: rgb(24 24 27 / 0.35);
}

.ring-theme-dark-bg\/40 {
  --tw-ring-color: rgb(24 24 27 / 0.4);
}

.ring-theme-dark-bg\/45 {
  --tw-ring-color: rgb(24 24 27 / 0.45);
}

.ring-theme-dark-bg\/5 {
  --tw-ring-color: rgb(24 24 27 / 0.05);
}

.ring-theme-dark-bg\/50 {
  --tw-ring-color: rgb(24 24 27 / 0.5);
}

.ring-theme-dark-bg\/55 {
  --tw-ring-color: rgb(24 24 27 / 0.55);
}

.ring-theme-dark-bg\/60 {
  --tw-ring-color: rgb(24 24 27 / 0.6);
}

.ring-theme-dark-bg\/65 {
  --tw-ring-color: rgb(24 24 27 / 0.65);
}

.ring-theme-dark-bg\/70 {
  --tw-ring-color: rgb(24 24 27 / 0.7);
}

.ring-theme-dark-bg\/75 {
  --tw-ring-color: rgb(24 24 27 / 0.75);
}

.ring-theme-dark-bg\/80 {
  --tw-ring-color: rgb(24 24 27 / 0.8);
}

.ring-theme-dark-bg\/85 {
  --tw-ring-color: rgb(24 24 27 / 0.85);
}

.ring-theme-dark-bg\/90 {
  --tw-ring-color: rgb(24 24 27 / 0.9);
}

.ring-theme-dark-bg\/95 {
  --tw-ring-color: rgb(24 24 27 / 0.95);
}

.ring-theme-dark-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-theme-dark-text\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-theme-dark-text\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-theme-dark-text\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-theme-dark-text\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.ring-theme-dark-text\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-theme-dark-text\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-theme-dark-text\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-theme-dark-text\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.ring-theme-dark-text\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-theme-dark-text\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.ring-theme-dark-text\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-theme-dark-text\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-theme-dark-text\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.ring-theme-dark-text\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-theme-dark-text\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.ring-theme-dark-text\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-theme-dark-text\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-theme-dark-text\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-theme-dark-text\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.ring-theme-dark-text\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-theme-dark-text\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-theme-light-bg {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-theme-light-bg\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-theme-light-bg\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-theme-light-bg\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-theme-light-bg\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.ring-theme-light-bg\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-theme-light-bg\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-theme-light-bg\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-theme-light-bg\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.ring-theme-light-bg\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-theme-light-bg\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.ring-theme-light-bg\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-theme-light-bg\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-theme-light-bg\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.ring-theme-light-bg\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-theme-light-bg\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.ring-theme-light-bg\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-theme-light-bg\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-theme-light-bg\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-theme-light-bg\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.ring-theme-light-bg\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-theme-light-bg\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-theme-light-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity));
}

.ring-theme-light-text\/0 {
  --tw-ring-color: rgb(24 24 27 / 0);
}

.ring-theme-light-text\/10 {
  --tw-ring-color: rgb(24 24 27 / 0.1);
}

.ring-theme-light-text\/100 {
  --tw-ring-color: rgb(24 24 27 / 1);
}

.ring-theme-light-text\/15 {
  --tw-ring-color: rgb(24 24 27 / 0.15);
}

.ring-theme-light-text\/20 {
  --tw-ring-color: rgb(24 24 27 / 0.2);
}

.ring-theme-light-text\/25 {
  --tw-ring-color: rgb(24 24 27 / 0.25);
}

.ring-theme-light-text\/30 {
  --tw-ring-color: rgb(24 24 27 / 0.3);
}

.ring-theme-light-text\/35 {
  --tw-ring-color: rgb(24 24 27 / 0.35);
}

.ring-theme-light-text\/40 {
  --tw-ring-color: rgb(24 24 27 / 0.4);
}

.ring-theme-light-text\/45 {
  --tw-ring-color: rgb(24 24 27 / 0.45);
}

.ring-theme-light-text\/5 {
  --tw-ring-color: rgb(24 24 27 / 0.05);
}

.ring-theme-light-text\/50 {
  --tw-ring-color: rgb(24 24 27 / 0.5);
}

.ring-theme-light-text\/55 {
  --tw-ring-color: rgb(24 24 27 / 0.55);
}

.ring-theme-light-text\/60 {
  --tw-ring-color: rgb(24 24 27 / 0.6);
}

.ring-theme-light-text\/65 {
  --tw-ring-color: rgb(24 24 27 / 0.65);
}

.ring-theme-light-text\/70 {
  --tw-ring-color: rgb(24 24 27 / 0.7);
}

.ring-theme-light-text\/75 {
  --tw-ring-color: rgb(24 24 27 / 0.75);
}

.ring-theme-light-text\/80 {
  --tw-ring-color: rgb(24 24 27 / 0.8);
}

.ring-theme-light-text\/85 {
  --tw-ring-color: rgb(24 24 27 / 0.85);
}

.ring-theme-light-text\/90 {
  --tw-ring-color: rgb(24 24 27 / 0.9);
}

.ring-theme-light-text\/95 {
  --tw-ring-color: rgb(24 24 27 / 0.95);
}

.ring-offset-border-dark {
  --tw-ring-offset-color: blue;
}

.ring-offset-border-dark\/0 {
  --tw-ring-offset-color: rgb(0 0 255 / 0);
}

.ring-offset-border-dark\/10 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.1);
}

.ring-offset-border-dark\/100 {
  --tw-ring-offset-color: rgb(0 0 255 / 1);
}

.ring-offset-border-dark\/15 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.15);
}

.ring-offset-border-dark\/20 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.2);
}

.ring-offset-border-dark\/25 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.25);
}

.ring-offset-border-dark\/30 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.3);
}

.ring-offset-border-dark\/35 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.35);
}

.ring-offset-border-dark\/40 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.4);
}

.ring-offset-border-dark\/45 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.45);
}

.ring-offset-border-dark\/5 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.05);
}

.ring-offset-border-dark\/50 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.5);
}

.ring-offset-border-dark\/55 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.55);
}

.ring-offset-border-dark\/60 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.6);
}

.ring-offset-border-dark\/65 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.65);
}

.ring-offset-border-dark\/70 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.7);
}

.ring-offset-border-dark\/75 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.75);
}

.ring-offset-border-dark\/80 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.8);
}

.ring-offset-border-dark\/85 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.85);
}

.ring-offset-border-dark\/90 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.9);
}

.ring-offset-border-dark\/95 {
  --tw-ring-offset-color: rgb(0 0 255 / 0.95);
}

.ring-offset-border-light {
  --tw-ring-offset-color: red;
}

.ring-offset-border-light\/0 {
  --tw-ring-offset-color: rgb(255 0 0 / 0);
}

.ring-offset-border-light\/10 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.1);
}

.ring-offset-border-light\/100 {
  --tw-ring-offset-color: rgb(255 0 0 / 1);
}

.ring-offset-border-light\/15 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.15);
}

.ring-offset-border-light\/20 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.2);
}

.ring-offset-border-light\/25 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.25);
}

.ring-offset-border-light\/30 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.3);
}

.ring-offset-border-light\/35 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.35);
}

.ring-offset-border-light\/40 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.4);
}

.ring-offset-border-light\/45 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.45);
}

.ring-offset-border-light\/5 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.05);
}

.ring-offset-border-light\/50 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.5);
}

.ring-offset-border-light\/55 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.55);
}

.ring-offset-border-light\/60 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.6);
}

.ring-offset-border-light\/65 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.65);
}

.ring-offset-border-light\/70 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.7);
}

.ring-offset-border-light\/75 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.75);
}

.ring-offset-border-light\/80 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.8);
}

.ring-offset-border-light\/85 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.85);
}

.ring-offset-border-light\/90 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.9);
}

.ring-offset-border-light\/95 {
  --tw-ring-offset-color: rgb(255 0 0 / 0.95);
}

.ring-offset-theme-dark-bg {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-theme-dark-bg\/0 {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}

.ring-offset-theme-dark-bg\/10 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}

.ring-offset-theme-dark-bg\/100 {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}

.ring-offset-theme-dark-bg\/15 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}

.ring-offset-theme-dark-bg\/20 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}

.ring-offset-theme-dark-bg\/25 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}

.ring-offset-theme-dark-bg\/30 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}

.ring-offset-theme-dark-bg\/35 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}

.ring-offset-theme-dark-bg\/40 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}

.ring-offset-theme-dark-bg\/45 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}

.ring-offset-theme-dark-bg\/5 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}

.ring-offset-theme-dark-bg\/50 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}

.ring-offset-theme-dark-bg\/55 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}

.ring-offset-theme-dark-bg\/60 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}

.ring-offset-theme-dark-bg\/65 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}

.ring-offset-theme-dark-bg\/70 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}

.ring-offset-theme-dark-bg\/75 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}

.ring-offset-theme-dark-bg\/80 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}

.ring-offset-theme-dark-bg\/85 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}

.ring-offset-theme-dark-bg\/90 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}

.ring-offset-theme-dark-bg\/95 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}

.ring-offset-theme-dark-text {
  --tw-ring-offset-color: #ffffff;
}

.ring-offset-theme-dark-text\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-theme-dark-text\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-theme-dark-text\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-theme-dark-text\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}

.ring-offset-theme-dark-text\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-theme-dark-text\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-theme-dark-text\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-theme-dark-text\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}

.ring-offset-theme-dark-text\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-theme-dark-text\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}

.ring-offset-theme-dark-text\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-theme-dark-text\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-theme-dark-text\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}

.ring-offset-theme-dark-text\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-theme-dark-text\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}

.ring-offset-theme-dark-text\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-theme-dark-text\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-theme-dark-text\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-theme-dark-text\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}

.ring-offset-theme-dark-text\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-theme-dark-text\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.ring-offset-theme-light-bg {
  --tw-ring-offset-color: #ffffff;
}

.ring-offset-theme-light-bg\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-theme-light-bg\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-theme-light-bg\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-theme-light-bg\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}

.ring-offset-theme-light-bg\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-theme-light-bg\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-theme-light-bg\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-theme-light-bg\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}

.ring-offset-theme-light-bg\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-theme-light-bg\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}

.ring-offset-theme-light-bg\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-theme-light-bg\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-theme-light-bg\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}

.ring-offset-theme-light-bg\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-theme-light-bg\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}

.ring-offset-theme-light-bg\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-theme-light-bg\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-theme-light-bg\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-theme-light-bg\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}

.ring-offset-theme-light-bg\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-theme-light-bg\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.ring-offset-theme-light-text {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-theme-light-text\/0 {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}

.ring-offset-theme-light-text\/10 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}

.ring-offset-theme-light-text\/100 {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}

.ring-offset-theme-light-text\/15 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}

.ring-offset-theme-light-text\/20 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}

.ring-offset-theme-light-text\/25 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}

.ring-offset-theme-light-text\/30 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}

.ring-offset-theme-light-text\/35 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}

.ring-offset-theme-light-text\/40 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}

.ring-offset-theme-light-text\/45 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}

.ring-offset-theme-light-text\/5 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}

.ring-offset-theme-light-text\/50 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}

.ring-offset-theme-light-text\/55 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}

.ring-offset-theme-light-text\/60 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}

.ring-offset-theme-light-text\/65 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}

.ring-offset-theme-light-text\/70 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}

.ring-offset-theme-light-text\/75 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}

.ring-offset-theme-light-text\/80 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}

.ring-offset-theme-light-text\/85 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}

.ring-offset-theme-light-text\/90 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}

.ring-offset-theme-light-text\/95 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}

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

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-3xl {
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

[data-theme='light'] {
  --bg-color: #ffffff;
  --text-color: #18181b;
}

[data-theme='dark'] {
  --bg-color: #18181b;
  --text-color: #ffffff;
}

.\*\:visible > * {
  visibility: visible;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:z-\[10\]::before {
  content: var(--tw-content);
  z-index: 10;
}

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

.before\:bg-opacity-0::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'_\2197\'\]::after {
  --tw-content: ' ↗';
  content: var(--tw-content);
}

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

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

.hover\:bg-\[\#38403e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 64 62 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#eef8dc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 248 220 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

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

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

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:ring-gray-900\/20:hover {
  --tw-ring-color: rgb(17 24 39 / 0.2);
}

.hover\:backdrop-blur-md:hover {
  --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);
}

.hover\:backdrop-blur-sm:hover {
  --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);
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1: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(1px + 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-4: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(4px + 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-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

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

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-blue-600:focus-visible {
  outline-color: #2563eb;
}

.group[open] .group-open\:block {
  display: block;
}

.group[open] .group-open\:hidden {
  display: none;
}

.dark\:border-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.dark\:bg-opacity-80:is(.dark *) {
  --tw-bg-opacity: 0.8;
}

.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:text-zinc-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.dark\:hover\:text-gray-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark\:focus\:ring-gray-800:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:left-\[calc\(50\%\+36rem\)\] {
    left: calc(50% + 36rem);
  }

  .sm\:left-\[calc\(50\%-30rem\)\] {
    left: calc(50% - 30rem);
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:top-\[calc\(100\%-30rem\)\] {
    top: calc(100% - 30rem);
  }

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

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:w-\[72\.1875rem\] {
    width: 72.1875rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@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\:col-start-3 {
    grid-column-start: 3;
  }

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

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .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\:items-center {
    align-items: center;
  }

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

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

  .md\:\!p-10 {
    padding: 2.5rem !important;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

  .md\:text-\[4rem\] {
    font-size: 4rem;
  }

  .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\:top-\[20px\] {
    top: 20px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

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

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

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:\[width\:calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem);
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/4 {
    width: 25%;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

@media (min-width: 768px) {
  .md\:rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }
}
