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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

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

.mb-15 {
  margin-bottom: 3.75rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

.mb-\[15px\] {
  margin-bottom: 15px;
}

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

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

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

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

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

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

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.size-12 {
  width: 3rem;
  height: 3rem;
}

.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-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[180px\] {
  width: 180px;
  height: 180px;
}

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

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

.size-\[90px\] {
  width: 90px;
  height: 90px;
}

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

.h-15 {
  height: 3.75rem;
}

.h-24 {
  height: 6rem;
}

.h-40 {
  height: 10rem;
}

.h-60 {
  height: 15rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

.h-\[calc\(1\.5rem\*2\)\] {
  height: calc(1.5rem * 2);
}

.h-\[calc\(1\.5rem\*3\)\] {
  height: calc(1.5rem * 3);
}

.h-\[calc\(1\.5rem\*4\)\] {
  height: calc(1.5rem * 4);
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-16 {
  width: 4rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

.min-w-16 {
  min-width: 4rem;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.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-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[15px\] {
  gap: 15px;
}

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

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

.gap-y-\[30px\] {
  row-gap: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.rounded-l-\[3px\] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-r-\[3px\] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-\[\#CCDDDC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 221 220 / var(--tw-border-opacity));
}

.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

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

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

.border-b-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-t-brand-light-blue\/50 {
  border-top-color: rgb(102 202 230 / 0.5);
}

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

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

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

.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(18 158 206 / var(--tw-bg-opacity));
}

.bg-brand-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(211 170 68 / var(--tw-bg-opacity));
}

.bg-brand-green {
  --tw-bg-opacity: 1;
  background-color: rgb(68 170 108 / var(--tw-bg-opacity));
}

.bg-brand-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(102 202 230 / var(--tw-bg-opacity));
}

.bg-brand-light-red {
  --tw-bg-opacity: 1;
  background-color: rgb(238 102 102 / var(--tw-bg-opacity));
}

.bg-brand-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(229 139 34 / var(--tw-bg-opacity));
}

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

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

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

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

.from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-25\% {
  --tw-gradient-via-position: 25%;
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[30px\] {
  padding: 30px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.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-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}

.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[2\.5px\] {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

.pt-15 {
  padding-top: 3.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-\[90px\] {
  padding-top: 90px;
}

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

.text-right {
  text-align: right;
}

.font-noto-sans {
  font-family: "Noto Sans TC", sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(18 158 206 / var(--tw-text-opacity));
}

.text-brand-gold {
  --tw-text-opacity: 1;
  color: rgb(211 170 68 / var(--tw-text-opacity));
}

.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(68 170 108 / var(--tw-text-opacity));
}

.text-brand-light-red {
  --tw-text-opacity: 1;
  color: rgb(238 102 102 / var(--tw-text-opacity));
}

.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(229 139 34 / var(--tw-text-opacity));
}

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

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

.shadow-\[0px_4px_8px_0px_\#0000001A\] {
  --tw-shadow: 0px 4px 8px 0px #0000001A;
  --tw-shadow-colored: 0px 4px 8px 0px 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-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.search-appearance-none::-webkit-search-decoration,
.search-appearance-none::-webkit-search-cancel-button,
.search-appearance-none::-webkit-search-results-button,
.search-appearance-none::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.\*\:block>* {
  display: block;
}

.\*\:flex>* {
  display: flex;
}

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

.\*\:size-9>* {
  width: 2.25rem;
  height: 2.25rem;
}

.\*\:size-\[30px\]>* {
  width: 30px;
  height: 30px;
}

.\*\:h-full>* {
  height: 100%;
}

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

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

.\*\:w-full>* {
  width: 100%;
}

.\*\:items-center>* {
  align-items: center;
}

.\*\:justify-center>* {
  justify-content: center;
}

.\*\:rounded-\[4px\]>* {
  border-radius: 4px;
}

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

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

.\*\:px-3>* {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\*\:py-1>* {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\*\:py-2>* {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\*\:text-left>* {
  text-align: left;
}

.\*\:text-sm>* {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\*\:leading-none>* {
  line-height: 1;
}

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

.selection\:bg-brand-light-blue *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(102 202 230 / var(--tw-bg-opacity));
}

.selection\:bg-brand-light-blue *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(102 202 230 / var(--tw-bg-opacity));
}

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

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

.selection\:bg-brand-light-blue::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(102 202 230 / var(--tw-bg-opacity));
}

.selection\:bg-brand-light-blue::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(102 202 230 / var(--tw-bg-opacity));
}

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

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

.placeholder\:text-\[\#CCCCCC\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#CCCCCC\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

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

.hover\:bg-brand-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 158 206 / var(--tw-bg-opacity));
}

.hover\:bg-brand-light-blue\/10:hover {
  background-color: rgb(102 202 230 / 0.1);
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-brand-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(18 158 206 / var(--tw-text-opacity));
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.focus\:border-\[\#666666\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

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

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

.active\:bg-brand-blue:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 158 206 / var(--tw-bg-opacity));
}

.active\:font-bold:active {
  font-weight: 700;
}

.active\:text-brand-blue:active {
  --tw-text-opacity: 1;
  color: rgb(18 158 206 / var(--tw-text-opacity));
}

.active\:text-white\/70:active {
  color: rgb(255 255 255 / 0.7);
}

.disabled\:bg-\[\#F3F3F3\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.group:disabled .group-disabled\:opacity-30 {
  opacity: 0.3;
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

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

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

@media (min-width: 768px) {
  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

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

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

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

  .md\:w-full {
    width: 100%;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:top-\[160px\] {
    top: 160px;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-\[calc\(\(100\%-30px\)\/2\)\] {
    width: calc((100% - 30px) / 2);
  }

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

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

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

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:\[\&\>a\:nth-child\(4\)\]\:hidden>a:nth-child(4) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>a\:nth-child\(4\)\]\:block>a:nth-child(4) {
    display: block;
  }
}

.\[\&\>button\:active\]\:bg-brand-blue>button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 158 206 / var(--tw-bg-opacity));
}

.\[\&\>button\:active\]\:font-bold>button:active {
  font-weight: 700;
}

.\[\&\>button\:active\]\:text-white>button:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>button\:hover\]\:bg-brand-blue>button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 158 206 / var(--tw-bg-opacity));
}

.\[\&\>button\:hover\]\:font-bold>button:hover {
  font-weight: 700;
}

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

@media (min-width: 768px) {
  .md\:\[\&\>div\:nth-child\(3\)\]\:hidden>div:nth-child(3) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>div\:nth-child\(3\)\]\:flex>div:nth-child(3) {
    display: flex;
  }
}

@media (min-width: 768px) {
  .md\:\[\&\>div\:nth-child\(4\)\]\:hidden>div:nth-child(4) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>div\:nth-child\(4\)\]\:block>div:nth-child(4) {
    display: block;
  }

  .lg\:\[\&\>div\:nth-child\(4\)\]\:hidden>div:nth-child(4) {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:\[\&\>div\]\:w-1\/3>div {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>div\]\:w-1\/4>div {
    width: 25%;
  }
}

.\[\&\>p\:nth-child\(1\)\>span\]\:text-base>p:nth-child(1)>span {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>p\:nth-child\(1\)\>span\]\:font-bold>p:nth-child(1)>span {
  font-weight: 700;
}

.\[\&\>p\]\:flex>p {
  display: flex;
}

.\[\&\>p\]\:h-10>p {
  height: 2.5rem;
}

.\[\&\>p\]\:items-center>p {
  align-items: center;
}

.\[\&\>p\]\:gap-1>p {
  gap: 0.25rem;
}

.\[\&\>p\]\:rounded-full>p {
  border-radius: 9999px;
}

.\[\&\>p\]\:border>p {
  border-width: 1px;
}

.\[\&\>p\]\:border-brand-light-blue>p {
  --tw-border-opacity: 1;
  border-color: rgb(102 202 230 / var(--tw-border-opacity));
}

.\[\&\>p\]\:bg-brand-light-blue\/10>p {
  background-color: rgb(102 202 230 / 0.1);
}

.\[\&\>p\]\:px-5>p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\[\&\>p\]\:text-sm>p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>p\]\:text-\[\#666666\]>p {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.\[\&\>span\]\:text-sm>span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>span\]\:text-brand-light-blue>span {
  --tw-text-opacity: 1;
  color: rgb(102 202 230 / var(--tw-text-opacity));
}

#banner .swiper-slide {
  width: 100% !important;
}
/* #banner .swiper-slide img{
  object-fit: contain;
} */

/* #products .swiper-slide {
  width: 50% !important;
}
#products .swiper-slide img{
  object-fit: contain;
} */
