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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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]) {
  text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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;
}

:root {
  --background: #f1f4fb;
  --surface: #ffffff;
  --surface-muted: #f5f8fb;
  --surface-sidebar: #eef6fb;
  --surface-footer: #ffffff;
  --surface-striped: #f2f2f2;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --footer: #636a73;
  --pagination: #414141;
  --menubar: #001a31;
  --body: #181818;
  --primary: #00d4e2;
  --primary-hover: #00a8b5;
  --primary-foreground: #ffffff;
  --primary-muted: #e0f7fa;
  --primary-icon: #4de1eb;
  --secondary: #81d4fa;
  --secondary-foreground: #01579b;
  --secondary-muted: #e1f5fe;
  --success: #00e210;
  --success-hover: #00b80e;
  --success-foreground: #ffffff;
  --success-muted: #e8f5e9;
  --warning: #ffae00;
  --warning-hover: #e69500;
  --warning-foreground: #ffffff;
  --warning-muted: #fff3e0;
  --danger: #ff0e2a;
  --danger-hover: #d90c24;
  --danger-foreground: #ffffff;
  --danger-muted: #ffebee;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #e1f5fe;
  --price: #3b82f6;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --sale-foreground: #ffffff;
  --bundle-foreign-text: #ff0000;
  --bundle-foreign-text-muted: #ff6f6f;
  --bundle-foreign-border: #ff6f6f;
  --bundle-foreign-surface: #ffecec;
  --bundle-domestic-text: #1a45ff;
  --bundle-domestic-text-muted: #6f6fff;
  --bundle-domestic-border: #6f6fff;
  --bundle-domestic-surface: #ecefff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --link: #00bcd4;
  --link-hover: #00a8b5;
  --rating: #ffae00;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --input-placeholder: #a4a4a4;
  --progress-track: #eeeeee;
  --accent-sky: #d6eef8;
  --accent-sky-light: #e8f4fc;
  --yellow: #fdd81e;
  --yellow-foreground: #5d4037;
  --pink: #fce4ec;
  --purple: #ede9fe;
  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --shadow-sm: 0 1px 3px rgba(45, 45, 45, 0.06);
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(5, 127, 135, 0.29);
  --gradient-hero: linear-gradient(135deg, #e8f4fc 0%, #ffffff 60%);
  --gradient-promo-pink: linear-gradient(135deg, #fce4ec 0%, #ede9fe 100%);
  --gradient-promo-sky: linear-gradient(180deg, #d6eef8 0%, #ffffff 100%);
  --gradient-nav-active: linear-gradient(180deg, #e8f4fc 0%, #f0f4f8 100%);
  --gradient-enterprise: linear-gradient(135deg, #00bcd4 0%, #4dd0e1 100%);
}

html.dark {
  --background: #0f1419;
  --surface: #1a2332;
  --surface-muted: #151c28;
  --surface-sidebar: #1e2a3a;
  --surface-footer: #1a2332;
  --surface-striped: #1e2636;
  --surface-wap-drawer: #1a23325e;
  --foreground: #e8edf2;
  --pagination: #94a3b8;
  --body: #181818;
  --foreground-secondary: #94a3b8;
  --foreground-muted: #94a3b8;
  --foreground-subtle: #64748b;
  --foreground-disabled: #475569;
  --foreground-nav: #94a3b8;
  --primary: #22d3ee;
  --primary-hover: #06b6d4;
  --primary-foreground: #0f1419;
  --primary-muted: #164e63;
  --primary-icon: #67e8f9;
  --secondary: #0288d1;
  --secondary-foreground: #e1f5fe;
  --secondary-muted: #0d3c61;
  --success: #66bb6a;
  --success-hover: #5aad5f;
  --success-foreground: #0f1419;
  --success-muted: #1b3a1f;
  --warning: #ffb74d;
  --warning-hover: #f0a844;
  --warning-foreground: #0f1419;
  --warning-muted: #3e2723;
  --danger: #ff0e2a;
  --danger-hover: #e00c24;
  --danger-foreground: #ffffff;
  --danger-muted: #3e1c1c;
  --info: #4fc3f7;
  --info-foreground: #0f1419;
  --info-muted: #0d3c61;
  --price: #3b82f6;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --sale-foreground: #ffffff;
  --bundle-foreign-text: #ff6f6f;
  --bundle-foreign-text-muted: #ff8a8a;
  --bundle-foreign-border: #ff6f6f;
  --bundle-foreign-surface: #3e1c1c;
  --bundle-domestic-text: #6f6fff;
  --bundle-domestic-text-muted: #8a8aff;
  --bundle-domestic-border: #6f6fff;
  --bundle-domestic-surface: #1e1b4b;
  --notification: #ef5350;
  --notification-foreground: #ffffff;
  --link: #22d3ee;
  --link-hover: #06b6d4;
  --rating: #ffb74d;
  --rating-empty: #d3d1ce;
  --border: #2d3748;
  --border-muted: #1e293b;
  --border-subtle: #3d4450;
  --border-input: #374151;
  --input: #1a2332;
  --input-foreground: #e8edf2;
  --progress-track: #374151;
  --accent-sky: #1e3a5f;
  --accent-sky-light: #172554;
  --yellow: #422006;
  --yellow-foreground: #fef3c7;
  --pink: #4a1942;
  --purple: #2e1065;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 380px) {

  .\!container {
    max-width: 380px !important;
  }

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

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-\[8px\] {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.\!top-auto {
  top: auto !important;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-left-4 {
  left: -1rem;
}
.-left-6 {
  left: -1.5rem;
}
.-left-\[14px\] {
  left: -14px;
}
.-right-0 {
  right: -0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-12 {
  right: -3rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-4 {
  right: -1rem;
}
.-right-\[14px\] {
  right: -14px;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-12 {
  top: -3rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[-40px\] {
  bottom: -40px;
}
.bottom-\[calc\(3\.5rem\+0\.75rem\)\] {
  bottom: calc(3.5rem + 0.75rem);
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-30px\] {
  left: -30px;
}
.left-\[-50px\] {
  left: -50px;
}
.left-\[28px\] {
  left: 28px;
}
.left-\[295px\] {
  left: 295px;
}
.left-\[38px\] {
  left: 38px;
}
.left-\[412px\] {
  left: 412px;
}
.left-\[5px\] {
  left: 5px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-9 {
  right: 2.25rem;
}
.right-\[-30px\] {
  right: -30px;
}
.right-\[-50px\] {
  right: -50px;
}
.right-\[50px\] {
  right: 50px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[101px\] {
  top: 101px;
}
.top-\[104px\] {
  top: 104px;
}
.top-\[138px\] {
  top: 138px;
}
.top-\[141px\] {
  top: 141px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[267px\] {
  top: 267px;
}
.top-\[270px\] {
  top: 270px;
}
.top-\[3\.65rem\] {
  top: 3.65rem;
}
.top-\[304px\] {
  top: 304px;
}
.top-\[307px\] {
  top: 307px;
}
.top-\[96px\] {
  top: 96px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.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;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-auto {
  z-index: auto;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-2 {
  margin: -0.5rem;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-2 {
  margin: 0.5rem;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!-mt-0 {
  margin-top: -0px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-\[28px\] {
  margin-left: -28px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-\[18px\] {
  margin-right: -18px;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[114px\] {
  margin-left: 114px;
}
.ml-\[140px\] {
  margin-left: 140px;
}
.ml-\[180px\] {
  margin-left: 180px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[140px\] {
  margin-right: 140px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[12rem\] {
  height: 12rem;
}
.h-\[130\%\] {
  height: 130%;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2\.125rem\] {
  height: 2.125rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[348px\] {
  height: 348px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[4\.875rem\] {
  height: 4.875rem;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[552px\] {
  height: 552px;
}
.h-\[570px\] {
  height: 570px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[91px\] {
  height: 91px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[9rem\] {
  height: 9rem;
}
.h-\[calc\(100\%-44px\)\] {
  height: calc(100% - 44px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[2000px\] {
  max-height: 2000px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[425px\] {
  max-height: 425px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[128px\] {
  min-height: 128px;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[22px\] {
  min-height: 22px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[3\.625rem\] {
  min-height: 3.625rem;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-\[552px\] {
  min-height: 552px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[570px\] {
  min-height: 570px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-\[calc\(100vh-477px\)\] {
  min-height: calc(100vh - 477px);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-32 {
  width: 8rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.\!w-auto {
  width: auto !important;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1024px\] {
  width: 1024px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[191px\] {
  width: 191px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[2\.125rem\] {
  width: 2.125rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[259px\] {
  width: 259px;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[3\.75rem\] {
  width: 3.75rem;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[304px\] {
  width: 304px;
}
.w-\[305px\] {
  width: 305px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42rem\] {
  width: 42rem;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[6\.75rem\] {
  width: 6.75rem;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72\%\] {
  width: 72%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[calc\(100\%-12px\)\] {
  width: calc(100% - 12px);
}
.w-\[min\(100\%\2c 820px\)\] {
  width: min(100%,820px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[168px\] {
  min-width: 168px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[34px\] {
  min-width: 34px;
}
.min-w-\[36px\] {
  min-width: 36px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[44px\] {
  min-width: 44px;
}
.min-w-\[52px\] {
  min-width: 52px;
}
.min-w-\[6\.5rem\] {
  min-width: 6.5rem;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[7\.5rem\] {
  min-width: 7.5rem;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[768px\] {
  min-width: 768px;
}
.min-w-\[77px\] {
  min-width: 77px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[828px\] {
  min-width: 828px;
}
.min-w-\[880px\] {
  min-width: 880px;
}
.min-w-\[88px\] {
  min-width: 88px;
}
.min-w-\[9\.5rem\] {
  min-width: 9.5rem;
}
.min-w-\[920px\] {
  min-width: 920px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1048px\] {
  max-width: 1048px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[4\.5rem\] {
  max-width: 4.5rem;
}
.max-w-\[5\.5rem\] {
  max-width: 5.5rem;
}
.max-w-\[578px\] {
  max-width: 578px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[792px\] {
  max-width: 792px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[8rem\] {
  max-width: 8rem;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-\[calc\(100vw-1rem\)\] {
  max-width: calc(100vw - 1rem);
}
.max-w-\[calc\(100vw-256px\)\] {
  max-width: calc(100vw - 256px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1\.05\] {
  flex: 1.05;
}
.flex-\[1\.55\] {
  flex: 1.55;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-\[200px\] {
  flex-basis: 200px;
}
.basis-\[var\(--slide-size\)\] {
  flex-basis: var(--slide-size);
}
.basis-auto {
  flex-basis: auto;
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-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-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[calc\(100\%\+1\.25rem\)\] {
  --tw-translate-y: calc(100% + 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-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-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  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));
}
.skew-x-12 {
  --tw-skew-x: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes navbar-marquee {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.animate-navbar-marquee {
  animation: navbar-marquee 40s linear infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.touch-manipulation {
  touch-action: manipulation;
}
.select-none {
  -moz-user-select: none;
       user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -moz-appearance: none;
       appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[28px_36px_28px\] {
  grid-template-columns: 28px 36px 28px;
}
.grid-cols-\[340px_20px_1fr\] {
  grid-template-columns: 340px 20px 1fr;
}
.grid-cols-\[80px_minmax\(0\2c 1fr\)_100px_144px_120px\] {
  grid-template-columns: 80px minmax(0,1fr) 100px 144px 120px;
}
.grid-cols-\[80px_minmax\(0\2c 1fr\)_100px_144px_120px_56px\] {
  grid-template-columns: 80px minmax(0,1fr) 100px 144px 120px 56px;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.grid-cols-\[minmax\(280px\2c 340px\)_1fr\] {
  grid-template-columns: minmax(280px,340px) 1fr;
}
.grid-rows-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-rows: minmax(0,1fr) auto;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.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 !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-card {
  border-radius: var(--radius-md);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-panel {
  border-radius: var(--radius-2xl);
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-card {
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}
.rounded-b-panel {
  border-bottom-right-radius: var(--radius-2xl);
  border-bottom-left-radius: var(--radius-2xl);
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-\[5px\] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rounded-r-card {
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-card {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}
.\!rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}
.\!rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}
.rounded-bl-card {
  border-bottom-left-radius: var(--radius-md);
}
.rounded-br-card {
  border-bottom-right-radius: var(--radius-md);
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-card {
  border-top-left-radius: var(--radius-md);
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-card {
  border-top-right-radius: var(--radius-md);
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x-\[5px\] {
  border-left-width: 5px;
  border-right-width: 5px;
}
.border-x-\[7px\] {
  border-left-width: 7px;
  border-right-width: 7px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-\[14px\] {
  border-bottom-width: 14px;
}
.border-b-\[7px\] {
  border-bottom-width: 7px;
}
.border-b-\[9px\] {
  border-bottom-width: 9px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[14px\] {
  border-left-width: 14px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-\[7px\] {
  border-right-width: 7px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[6px\] {
  border-top-width: 6px;
}
.border-t-\[9px\] {
  border-top-width: 9px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.border-\[\#1e8efe\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 142 254 / var(--tw-border-opacity));
}
.border-\[\#5ea0ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(94 160 255 / var(--tw-border-opacity));
}
.border-\[\#aac8ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 200 234 / var(--tw-border-opacity));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#d7d7d7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
}
.border-\[\#d8d8d8\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.border-\[\#dce9f6\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 233 246 / var(--tw-border-opacity));
}
.border-\[\#e8a020\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 160 32 / var(--tw-border-opacity));
}
.border-\[\#e8e8e8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-\[\#efefef\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-\[\#f0c8c8\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 200 200 / var(--tw-border-opacity));
}
.border-accent-sky {
  border-color: var(--accent-sky);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-border {
  border-color: var(--border);
}
.border-border-input {
  border-color: var(--border-input);
}
.border-border-muted {
  border-color: var(--border-muted);
}
.border-bundle-domestic-border {
  border-color: var(--bundle-domestic-border);
}
.border-bundle-foreign-border {
  border-color: var(--bundle-foreign-border);
}
.border-danger {
  border-color: var(--danger);
}
.border-foreground-nav {
  border-color: var(--foreground-nav);
}
.border-info {
  border-color: var(--info);
}
.border-input {
  border-color: var(--input);
}
.border-link {
  border-color: var(--link);
}
.border-primary {
  border-color: var(--primary);
}
.border-sale {
  border-color: var(--sale);
}
.border-secondary {
  border-color: var(--secondary);
}
.border-success {
  border-color: var(--success);
}
.border-transparent {
  border-color: transparent;
}
.border-warning {
  border-color: var(--warning);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-b-danger {
  border-bottom-color: var(--danger);
}
.border-b-surface {
  border-bottom-color: var(--surface);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-sale {
  border-right-color: var(--sale);
}
.border-t-primary {
  border-top-color: var(--primary);
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-danger {
  background-color: var(--danger) !important;
}
.\!bg-foreground-muted {
  background-color: var(--foreground-muted) !important;
}
.\!bg-primary {
  background-color: var(--primary) !important;
}
.\!bg-success {
  background-color: var(--success) !important;
}
.\!bg-surface-muted {
  background-color: var(--surface-muted) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#0084ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 255 / var(--tw-bg-opacity));
}
.bg-\[\#1890ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 144 255 / var(--tw-bg-opacity));
}
.bg-\[\#1e8efe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 142 254 / var(--tw-bg-opacity));
}
.bg-\[\#4a90e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 144 230 / var(--tw-bg-opacity));
}
.bg-\[\#5ea0ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 160 255 / var(--tw-bg-opacity));
}
.bg-\[\#5ea0ff\]\/90 {
  background-color: rgb(94 160 255 / 0.9);
}
.bg-\[\#9a9a9a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-\[\#9aa3ab\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 163 171 / var(--tw-bg-opacity));
}
.bg-\[\#b8b8b8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}
.bg-\[\#bd5787\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 87 135 / var(--tw-bg-opacity));
}
.bg-\[\#d0d0d0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
}
.bg-\[\#e74c3c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 76 60 / var(--tw-bg-opacity));
}
.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.bg-\[\#eef6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity));
}
.bg-\[\#efeff1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 241 / var(--tw-bg-opacity));
}
.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#f5a623\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 166 35 / var(--tw-bg-opacity));
}
.bg-\[\#f5f8fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 252 / var(--tw-bg-opacity));
}
.bg-\[\#f5f9ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#f8fbff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#fafcff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 255 / var(--tw-bg-opacity));
}
.bg-\[\#fcfcfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-\[\#fff5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity));
}
.bg-accent-pink {
  background-color: var(--pink);
}
.bg-accent-sky {
  background-color: var(--accent-sky);
}
.bg-accent-sky-light {
  background-color: var(--accent-sky-light);
}
.bg-background {
  background-color: var(--background);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-border {
  background-color: var(--border);
}
.bg-border-muted {
  background-color: var(--border-muted);
}
.bg-bundle-domestic-surface {
  background-color: var(--bundle-domestic-surface);
}
.bg-bundle-foreign-surface {
  background-color: var(--bundle-foreign-surface);
}
.bg-danger {
  background-color: var(--danger);
}
.bg-danger-muted {
  background-color: var(--danger-muted);
}
.bg-foreground {
  background-color: var(--foreground);
}
.bg-foreground-disabled {
  background-color: var(--foreground-disabled);
}
.bg-foreground-muted {
  background-color: var(--foreground-muted);
}
.bg-foreground-secondary {
  background-color: var(--foreground-secondary);
}
.bg-info {
  background-color: var(--info);
}
.bg-input {
  background-color: var(--input);
}
.bg-link {
  background-color: var(--link);
}
.bg-notification {
  background-color: var(--notification);
}
.bg-pagination {
  background-color: var(--pagination);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-primary-foreground {
  background-color: var(--primary-foreground);
}
.bg-primary-hover {
  background-color: var(--primary-hover);
}
.bg-primary-icon {
  background-color: var(--primary-icon);
}
.bg-primary-muted {
  background-color: var(--primary-muted);
}
.bg-progress-track {
  background-color: var(--progress-track);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-success {
  background-color: var(--success);
}
.bg-success-muted {
  background-color: var(--success-muted);
}
.bg-surface {
  background-color: var(--surface);
}
.bg-surface-footer {
  background-color: var(--surface-footer);
}
.bg-surface-muted {
  background-color: var(--surface-muted);
}
.bg-surface-wap-drawer {
  background-color: var(--surface-wap-drawer);
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  background-color: var(--warning);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-\[url\(\'\/images\/abroad\/abroad-banner\.png\'\)\] {
  background-image: url('/images/abroad/abroad-banner.png');
}
.bg-\[url\(\'\/images\/bg-nav-left-green\.png\'\)\] {
  background-image: url('/images/bg-nav-left-green.png');
}
.bg-\[url\(\'\/images\/bg-nav-right-green\.png\'\)\] {
  background-image: url('/images/bg-nav-right-green.png');
}
.bg-\[url\(\'\/images\/bg-title\.png\'\)\] {
  background-image: url('/images/bg-title.png');
}
.bg-\[url\(\'\/images\/business\/business_banner\.png\'\)\] {
  background-image: url('/images/business/business_banner.png');
}
.bg-\[url\(\'\/images\/recommended\.png\'\)\] {
  background-image: url('/images/recommended.png');
}
.bg-\[url\(\'\/images\/time-limited\.png\'\)\] {
  background-image: url('/images/time-limited.png');
}
.bg-\[url\(\'\/images\/today\/today_banner\.png\'\)\] {
  background-image: url('/images/today/today_banner.png');
}
.bg-\[url\(\/images\/bg-side\.png\)\] {
  background-image: url(/images/bg-side.png);
}
.bg-gradient-hero {
  background-image: var(--gradient-hero);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#ffb84d\] {
  --tw-gradient-from: #ffb84d;
  --tw-gradient-to: rgb(255 184 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-accent-sky-light {
  --tw-gradient-from: var(--accent-sky-light);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface {
  --tw-gradient-from: var(--surface);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#f5a623\] {
  --tw-gradient-to: #f5a623;
}
.to-accent-sky {
  --tw-gradient-to: var(--accent-sky);
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.bg-\[length\:114px_100\%\] {
  background-size: 114px 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-border-subtle {
  fill: var(--border-subtle);
}
.fill-current {
  fill: currentColor;
}
.fill-none {
  fill: none;
}
.fill-primary {
  fill: var(--primary);
}
.fill-primary-foreground {
  fill: var(--primary-foreground);
}
.fill-rating-empty {
  fill: var(--rating-empty);
}
.fill-warning {
  fill: var(--warning);
}
.stroke-surface {
  stroke: var(--surface);
}
.stroke-\[1\.5\] {
  stroke-width: 1.5;
}
.stroke-\[2\.5\] {
  stroke-width: 2.5;
}
.stroke-\[2\] {
  stroke-width: 2;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-left {
  object-position: left;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[calc\(3\.5rem\+2rem\)\] {
  padding-bottom: calc(3.5rem + 2rem);
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[100px\] {
  padding-left: 100px;
}
.pl-\[180px\] {
  padding-left: 180px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xs {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-danger-foreground {
  color: var(--danger-foreground) !important;
}
.\!text-primary {
  color: var(--primary) !important;
}
.\!text-primary-foreground {
  color: var(--primary-foreground) !important;
}
.\!text-success-foreground {
  color: var(--success-foreground) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#1e8efe\] {
  --tw-text-opacity: 1;
  color: rgb(30 142 254 / var(--tw-text-opacity));
}
.text-\[\#2d4059\] {
  --tw-text-opacity: 1;
  color: rgb(45 64 89 / var(--tw-text-opacity));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-\[\#5ea0ff\] {
  --tw-text-opacity: 1;
  color: rgb(94 160 255 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#797979\] {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-\[\#7b8ea4\] {
  --tw-text-opacity: 1;
  color: rgb(123 142 164 / var(--tw-text-opacity));
}
.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#9a9a9a\] {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.text-\[\#b0b0b0\] {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
.text-\[\#c44\] {
  --tw-text-opacity: 1;
  color: rgb(204 68 68 / var(--tw-text-opacity));
}
.text-\[\#c4c4c4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-\[\#ccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.text-\[\#e74c3c\] {
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity));
}
.text-\[\#f5a623\] {
  --tw-text-opacity: 1;
  color: rgb(245 166 35 / var(--tw-text-opacity));
}
.text-\[\#ff3fa2\] {
  --tw-text-opacity: 1;
  color: rgb(255 63 162 / var(--tw-text-opacity));
}
.text-background {
  color: var(--background);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-body {
  color: var(--body);
}
.text-bundle-domestic-text {
  color: var(--bundle-domestic-text);
}
.text-bundle-domestic-text-muted {
  color: var(--bundle-domestic-text-muted);
}
.text-bundle-foreign-text {
  color: var(--bundle-foreign-text);
}
.text-bundle-foreign-text-muted {
  color: var(--bundle-foreign-text-muted);
}
.text-danger {
  color: var(--danger);
}
.text-danger-foreground {
  color: var(--danger-foreground);
}
.text-foreground {
  color: var(--foreground);
}
.text-foreground-muted {
  color: var(--foreground-muted);
}
.text-foreground-nav {
  color: var(--foreground-nav);
}
.text-foreground-secondary {
  color: var(--foreground-secondary);
}
.text-foreground-subtle {
  color: var(--foreground-subtle);
}
.text-info {
  color: var(--info);
}
.text-info-foreground {
  color: var(--info-foreground);
}
.text-input-foreground {
  color: var(--input-foreground);
}
.text-link {
  color: var(--link);
}
.text-notification {
  color: var(--notification);
}
.text-notification-foreground {
  color: var(--notification-foreground);
}
.text-pagination {
  color: var(--pagination);
}
.text-price {
  color: var(--price);
}
.text-price-foreign {
  color: var(--price-foreign);
}
.text-primary {
  color: var(--primary);
}
.text-primary-foreground {
  color: var(--primary-foreground);
}
.text-primary-hover {
  color: var(--primary-hover);
}
.text-rating-empty {
  color: var(--rating-empty);
}
.text-sale {
  color: var(--sale);
}
.text-secondary-foreground {
  color: var(--secondary-foreground);
}
.text-success {
  color: var(--success);
}
.text-success-foreground {
  color: var(--success-foreground);
}
.text-transparent {
  color: transparent;
}
.text-warning {
  color: var(--warning);
}
.text-warning-foreground {
  color: var(--warning-foreground);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-\[\#5ea0ff\] {
  text-decoration-color: #5ea0ff;
}
.decoration-primary {
  text-decoration-color: var(--primary);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.\!shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-\[0_-2px_8px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 -2px 8px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 -2px 8px 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-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 1px 2px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 1px 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-\[0_1px_4px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 1px 4px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-elevated {
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-popup {
  --tw-shadow: var(--shadow-popup);
  --tw-shadow-colored: var(--shadow-popup);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-soft {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#5ea0ff\]\/30 {
  --tw-ring-color: rgb(94 160 255 / 0.3);
}
.ring-link {
  --tw-ring-color: var(--link);
}
.ring-primary {
  --tw-ring-color: var(--primary);
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.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);
}
.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-sm {
  --tw-backdrop-blur: blur(4px);
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[bottom\] {
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\2c opacity\] {
  transition-property: max-height,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-\[bottom\] {
  will-change: bottom;
}
.will-change-transform {
  will-change: transform;
}
.\!size-10 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.\!size-12 {
  width: 3rem !important;
  height: 3rem !important;
}
.\!size-\[34px\] {
  width: 34px !important;
  height: 34px !important;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[3\.5rem\] {
  width: 3.5rem;
  height: 3.5rem;
}
.size-\[34px\] {
  width: 34px;
  height: 34px;
}
.size-\[38px\] {
  width: 38px;
  height: 38px;
}
.size-\[3px\] {
  width: 3px;
  height: 3px;
}
.size-\[52px\] {
  width: 52px;
  height: 52px;
}
.size-auto {
  width: auto;
  height: auto;
}
.grid-gap-1 {
  grid-gap: 0.25rem;
}
.grid-gap-2 {
  grid-gap: 0.5rem;
}
.grid-gap-3 {
  grid-gap: 0.75rem;
}
.grid-gap-4 {
  grid-gap: 1rem;
}
.grid-gap-6 {
  grid-gap: 1.5rem;
}
.line-clamp-1,
  .line-clamp-2,
  .line-clamp-3,
  .line-clamp-4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
.line-clamp-2 {
    -webkit-line-clamp: 2;
  }
.line-clamp-3 {
    -webkit-line-clamp: 3;
  }
.line-clamp-4 {
    -webkit-line-clamp: 4;
  }
.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.\[-webkit-text-stroke\:6px_\#fff\] {
  -webkit-text-stroke: 6px #fff;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

/*
 * Theme tokens are injected by lib/theme/inject-css-vars.js (Tailwind plugin).
 * See lib/theme/tokens.js for the canonical color, radius, shadow, and gradient values.
 */

html {
  height: 100%;
}

#__next {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
}

/* Firefox: remove default inner focus border on buttons (FF 52+). */
button::-moz-focus-inner {
  border: 0;
}

/* Remove default browser focus ring/border for clicked interactive controls. */
button:focus,
button:focus-visible,
button:active,
a:focus,
a:focus-visible,
a:active,
[role="button"]:focus,
[role="button"]:focus-visible,
[role="button"]:active {
  outline: none;
  box-shadow: none;
}

button,
a,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

/* Outside @layer so dev Tailwind build cannot override hover border styles. */
@property --product-card-end {
  syntax: "<angle>";
  inherits: false;
  initial-value: 40deg;
}

.product-card {
  position: relative;
  overflow: visible;
  padding: 2px;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(
    var(--primary) 0deg,
    var(--primary) var(--product-card-end),
    transparent var(--product-card-end)
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.product-card::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 0;
  border-radius: inherit;
  background: conic-gradient(
    var(--primary) 0deg,
    var(--primary) var(--product-card-end),
    transparent var(--product-card-end)
  );
  opacity: 0;
  pointer-events: none;
  filter: blur(5px);
  transition: opacity 0.2s ease;
}

.product-card:hover::before {
  opacity: 1;
  filter: drop-shadow(0 0 2px var(--primary))
    drop-shadow(0 0 5px var(--primary));
  animation: product-card-arc-end-grow 0.85s ease-out forwards;
}

.product-card:hover::after {
  opacity: 0.5;
  animation: product-card-arc-end-grow 0.85s ease-out forwards;
}

.product-card:not(:hover)::before,
.product-card:not(:hover)::after {
  --product-card-end: 40deg;
}

.product-card__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

@keyframes product-card-arc-end-grow {
  to {
    --product-card-end: 360deg;
  }
}

@supports not (background: conic-gradient(red 0deg, blue 90deg)) {
  .product-card {
    overflow: hidden;
  }

  .product-card::after {
    display: none;
  }

  .product-card::before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 130px;
    height: 420px;
    margin-left: -65px;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--primary) 50%,
      transparent 100%
    );
    transform-origin: top center;
    mask: none;
  }

  .product-card:hover::before {
    filter: drop-shadow(0 0 3px var(--primary));
    animation: product-card-border-rotate 1.8s linear infinite;
  }

  @keyframes product-card-border-rotate {
    to {
      transform: rotate(360deg);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card:hover::before,
  .product-card:hover::after {
    animation: none;
    --product-card-end: 360deg;
  }

  .product-card:hover::after {
    opacity: 0.5;
  }
}

.placeholder\:text-foreground-disabled::placeholder {
  color: var(--foreground-disabled);
}

.placeholder\:text-foreground-muted::placeholder {
  color: var(--foreground-muted);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-top-2::after {
  content: var(--tw-content);
  top: -0.5rem;
}

.after\:left-px::after {
  content: var(--tw-content);
  left: 1px;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:border-b-\[8px\]::after {
  content: var(--tw-content);
  border-bottom-width: 8px;
}

.after\:border-r-\[6px\]::after {
  content: var(--tw-content);
  border-right-width: 6px;
}

.after\:border-t-\[8px\]::after {
  content: var(--tw-content);
  border-top-width: 8px;
}

.after\:border-b-transparent::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.after\:border-r-accent-pink::after {
  content: var(--tw-content);
  border-right-color: var(--pink);
}

.after\:border-t-transparent::after {
  content: var(--tw-content);
  border-top-color: transparent;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

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

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

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

.empty\:before\:text-\[\#bbb\]:empty::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.empty\:before\:content-\[attr\(data-placeholder\)\]:empty::before {
  --tw-content: attr(data-placeholder);
  content: var(--tw-content);
}

.hover\:border-\[\#5ea0ff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 160 255 / var(--tw-border-opacity));
}

.hover\:border-\[\#c5d9f5\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(197 217 245 / var(--tw-border-opacity));
}

.hover\:border-danger:hover {
  border-color: var(--danger);
}

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

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

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

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

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

.hover\:bg-\[\#1a7ee6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 126 230 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#4a90e6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 144 230 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#8a939b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 147 155 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#cf3f32\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 63 50 / var(--tw-bg-opacity));
}

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

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

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

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

.hover\:bg-\[\#fafcff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 255 / 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-danger-hover:hover {
  background-color: var(--danger-hover);
}

.hover\:bg-danger-muted:hover {
  background-color: var(--danger-muted);
}

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

.hover\:bg-info-muted:hover {
  background-color: var(--info-muted);
}

.hover\:bg-input:hover {
  background-color: var(--input);
}

.hover\:bg-link-hover:hover {
  background-color: var(--link-hover);
}

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

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

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

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

.hover\:bg-success-hover:hover {
  background-color: var(--success-hover);
}

.hover\:bg-success-muted:hover {
  background-color: var(--success-muted);
}

.hover\:bg-surface-muted:hover {
  background-color: var(--surface-muted);
}

.hover\:bg-surface-sidebar:hover {
  background-color: var(--surface-sidebar);
}

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

.hover\:bg-warning-hover:hover {
  background-color: var(--warning-hover);
}

.hover\:bg-warning-muted:hover {
  background-color: var(--warning-muted);
}

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

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

.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:from-\[\#ffc85f\]:hover {
  --tw-gradient-from: #ffc85f;
  --tw-gradient-to: rgb(255 200 95 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#f7b035\]:hover {
  --tw-gradient-to: #f7b035;
}

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

.hover\:text-\[\#cf3f32\]:hover {
  --tw-text-opacity: 1;
  color: rgb(207 63 50 / var(--tw-text-opacity));
}

.hover\:text-danger:hover {
  color: var(--danger);
}

.hover\:text-danger-hover:hover {
  color: var(--danger-hover);
}

.hover\:text-foreground:hover {
  color: var(--foreground);
}

.hover\:text-link:hover {
  color: var(--link);
}

.hover\:text-link-hover:hover {
  color: var(--link-hover);
}

.hover\:text-pagination:hover {
  color: var(--pagination);
}

.hover\:text-primary:hover {
  color: var(--primary);
}

.hover\:text-primary-hover:hover {
  color: var(--primary-hover);
}

.hover\:text-primary-muted:hover {
  color: var(--primary-muted);
}

.hover\:text-warning-hover:hover {
  color: var(--warning-hover);
}

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

.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0_0_13px_0_\#00E5FF\]:hover {
  --tw-shadow: 0 0 13px 0 #00E5FF;
  --tw-shadow-colored: 0 0 13px 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);
}

.hover\:shadow-card:hover {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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);
}

.focus\:border-\[\#1e8efe\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 142 254 / var(--tw-border-opacity));
}

.focus\:border-\[\#5ea0ff\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(94 160 255 / var(--tw-border-opacity));
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:text-link:focus-visible {
  color: var(--link);
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

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

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

.active\:text-primary:active {
  color: var(--primary);
}

.active\:opacity-80:active {
  opacity: 0.8;
}

.active\:opacity-90:active {
  opacity: 0.9;
}

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

.disabled\:\!cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:bg-surface-muted:disabled {
  background-color: var(--surface-muted);
}

.disabled\:\!opacity-60:disabled {
  opacity: 0.6 !important;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

.group:focus-within .group-focus-within\:bg-primary-muted {
  background-color: var(--primary-muted);
}

.group:focus-within .group-focus-within\:text-primary-hover {
  color: var(--primary-hover);
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:bg-primary-muted {
  background-color: var(--primary-muted);
}

.group:hover .group-hover\:text-link {
  color: var(--link);
}

.group:hover .group-hover\:text-primary-hover {
  color: var(--primary-hover);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.dark .dark\:border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.dark .dark\:bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.dark .dark\:text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-zinc-100:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

@media (min-width: 380px) {

  .xs\:bottom-\[calc\(4rem\+0\.75rem\)\] {
    bottom: calc(4rem + 0.75rem);
  }

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

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

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

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

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

  .xs\:h-\[2\.75rem\] {
    height: 2.75rem;
  }

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

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

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

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

  .xs\:w-\[2\.75rem\] {
    width: 2.75rem;
  }

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

  .xs\:w-\[4\.5rem\] {
    width: 4.5rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:max-w-\[5\.5rem\] {
    max-width: 5.5rem;
  }

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

  .xs\:pb-\[calc\(4rem\+2\.5rem\)\] {
    padding-bottom: calc(4rem + 2.5rem);
  }

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

  .xs\:\!size-14 {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }

  .xs\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .xs\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .xs\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .xs\:size-\[5rem\] {
    width: 5rem;
    height: 5rem;
  }

  .xs\:grid-gap-2 {
    grid-gap: 0.5rem;
  }
}

@media (min-width: 640px) {

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

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

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

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

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

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

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

  .sm\:flex-none {
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }
}

@media (min-width: 1280px) {

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

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

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

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

  .xl\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:grid-gap-4 {
    grid-gap: 1rem;
  }
}

.\[\&\+\&\]\:mt-3+.\[\&\+\&\]\:mt-3 {
  margin-top: 0.75rem;
}

.\[\&\+\&\]\:mt-4+.\[\&\+\&\]\:mt-4 {
  margin-top: 1rem;
}

.\[\&\+\*\]\:mt-4+* {
  margin-top: 1rem;
}

@media (min-width: 1024px) {

  .lg\:\[\&\+\*\]\:ml-4+* {
    margin-left: 1rem;
  }

  .lg\:\[\&\+\*\]\:mt-0+* {
    margin-top: 0px;
  }
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:ml-1::-webkit-calendar-picker-indicator {
  margin-left: 0.25rem;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor-pointer::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-40::-webkit-calendar-picker-indicator {
  opacity: 0.4;
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\:\:-webkit-scrollbar\]\:w-0::-webkit-scrollbar {
  width: 0px;
}

.\[\&\>\*\+\*\]\:ml-2>*+* {
  margin-left: 0.5rem;
}

.\[\&\>\*\+\*\]\:mt-1>*+* {
  margin-top: 0.25rem;
}

.\[\&\>\*\:nth-child\(odd\)\]\:pr-4>*:nth-child(odd) {
  padding-right: 1rem;
}

.\[\&\>dt\:not\(\:first-child\)\]\:mt-1>dt:not(:first-child) {
  margin-top: 0.25rem;
}

.\[\&\>dt\]\:pr-2>dt {
  padding-right: 0.5rem;
}

.\[\&\>dt\]\:pr-3>dt {
  padding-right: 0.75rem;
}

.\[\&\>span\:not\(\:only-child\)\]\:ml-1\.5>span:not(:only-child) {
  margin-left: 0.375rem;
}

.\[\&\>span\]\:m-0>span {
  margin: 0px;
}

.\[\&\>span\]\:h-full>span {
  height: 100%;
}

.\[\&\>span\]\:w-full>span {
  width: 100%;
}

.\[\&\>span\]\:p-0>span {
  padding: 0px;
}

.\[\&\>svg\:only-child\]\:mr-0>svg:only-child {
  margin-right: 0px;
}

.\[\&\>svg\]\:mr-1\.5>svg {
  margin-right: 0.375rem;
}

.\[\&_a\]\:text-link a {
  color: var(--link);
}

.\[\&_a\]\:hover\:underline:hover a {
  text-decoration-line: underline;
}

.\[\&_img\]\:h-auto img {
  height: auto;
}

.\[\&_img\]\:max-w-full img {
  max-width: 100%;
}

.\[\&_p\+p\]\:mt-2 p+p {
  margin-top: 0.5rem;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:clear-both p {
  clear: both;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:mb-3 p {
  margin-bottom: 0.75rem;
}

.\[\&_p\]\:block p {
  display: block;
}

.\[\&_svg\]\:\!h-4 svg {
  height: 1rem !important;
}

.\[\&_svg\]\:\!w-4 svg {
  width: 1rem !important;
}

.\[\&_svg\]\:size-7 svg {
  width: 1.75rem;
  height: 1.75rem;
}

