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

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

/*
! tailwindcss v3.4.17 | 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: "Noto Sans TC", serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

:root {
  --a-clip-enter-transform-s: 1.5s;
  --a-clip-enter-transform-e: cubic-bezier(0.32, 0.94, 0.6, 1);
  --a-clip-enter-opacity-s: 0.75s;
  --a-clip-enter-opacity-e: cubic-bezier(0.32, 0.94, 0.6, 1);
  --a-fade-enter-s: 1.5s;
  --a-fade-enter-e: cubic-bezier(0.32, 0.94, 0.6, 1);
}

* {
  backface-visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

html.wf-loading body .loading {
  display: flex;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(200 60 35 / var(--tw-bg-opacity, 1));
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 60 35 / var(--tw-bg-opacity, 1));
}

h1,
  .h1 {
  font-family: "Noto Sans TC", serif;
  font-size: 2.25em;
  line-height: 150%;
  letter-spacing: 0.72px;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.125em;
    font-weight: 700;
  }
}

h2,
  .h2 {
  font-family: "Noto Sans TC", serif;
  font-size: 1.5em;
  line-height: 180%;
  letter-spacing: 0.24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 1em;
    line-height: 1.5;
  }
}

h3,
  .h3 {
  font-family: "Noto Sans TC", serif;
  font-size: 1.125em;
  line-height: 190%;
  letter-spacing: 0.18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
  }
}

h4,
  .h4 {
  font-family: "Noto Sans TC", serif;
  font-size: 1em;
  line-height: 100%;
  letter-spacing: 0.16px;
  font-weight: 400;
}

h5,
  .h5 {
  font-family: "Noto Sans TC", serif;
  font-size: 0.875em;
  line-height: 150%;
  letter-spacing: 0.15px;
  font-weight: 400;
}

h6,
  .h6 {
  font-family: "Noto Sans TC", serif;
  font-size: 0.75em;
  line-height: 150%;
  letter-spacing: 0.12px;
  font-weight: 400;
}

li {
  font-family: "Noto Sans TC", serif;
  font-size: 1em;
  line-height: 200%;
  letter-spacing: 0.128px;
  font-weight: 400;
}

p {
  font-family: "Noto Sans TC", serif;
  font-size: 1em;
  line-height: 200%;
  letter-spacing: 0.128px;
  font-weight: 400;
}

small,
  .small {
  font-family: "Noto Sans TC", serif;
  font-size: 0.75em;
  line-height: 150%;
  letter-spacing: 0.12px;
  font-weight: 400;
}

.title {
  font-family: "Noto Sans TC", serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.22px;
}

a,
  .a,
  button,
  .btn {
  display: inline-block;
  font-family: "Noto Sans TC", serif;
  font-size: 1em;
  line-height: 100%;
  letter-spacing: 0.16px;
  font-weight: 400;
}


  .\!btn {
  display: inline-block;
  font-family: "Noto Sans TC", serif;
  font-size: 1em;
  line-height: 100%;
  letter-spacing: 0.16px;
  font-weight: 400;
}

.container {
  width: 100%;
}

.text-h1 {
  font-family: "Noto Sans TC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
}

.text-h2 {
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
}

.text-h3 {
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
}

.text-h4 {
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
}

.text-h5 {
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
}

.text-body {
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.text-body-bold {
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
}

.text-body-regular {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.text-body-small {
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}

.btn-CN {
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2px;
}

.btn-EN {
  font-family: "Nunito";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.focus-num {
  color: var(--Secondary-04, #C83C23);
  text-align: center;
  font-family: "Nunito";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

/* .container {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
  } */

.huTrans3 {
  transition: all 0.3s ease-in-out;
}

/* 進場上飄字   */

.fadeUp2 {
  opacity: 0;
  transform: translateY(50px);
  transition:
      all 450ms,
      transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeUp2.active {
  opacity: 1;
  transform: translateY(0);
  transition:
      all 450ms,
      transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* 圖片進場動畫與 hover */

.imgAni {
  transform: scale(1.06);
  display: inline-block;
}

.imgAni2 {
  opacity: 0;
  transform: scale(1.06);
  display: inline-block;
}

.imgAni.picTransformation {
  animation-name: picTransformationAni;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
}

.imgAni2.picTransformation {
  animation-name: picTransformationAni2;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
}

@keyframes picTransformationAni {
  0% {
    transform: scale(1.06);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes picTransformationAni2 {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }

  20% {
    transform: scale(1.06);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#ast-scroll-top {
  border-radius: 9999px;
}

#ast-scroll-top > span {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Hover Shadow */

.fade-up {
  opacity: 0;
  transition:
      opacity 0.8s ease,
      transform 0.8s ease;
  will-change: transform;
  transform: translate3d(0, 60px, 0);
  /* 啟用硬體加速 */
}

.fade-up.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .container,
    .container_l,
    .container_s,
    .container_r {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-5 {
  bottom: 20px;
}

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

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

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

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

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

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

.bottom-\[12\.357\%\] {
  bottom: 12.357%;
}

.bottom-\[138\.38px\] {
  bottom: 138.38px;
}

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

.bottom-\[19\.254\%\] {
  bottom: 19.254%;
}

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

.bottom-\[22\.675\%\] {
  bottom: 22.675%;
}

.bottom-\[28\.06\%\] {
  bottom: 28.06%;
}

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

.bottom-\[49\.5\%\] {
  bottom: 49.5%;
}

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

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

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

.bottom-\[83\.7px\] {
  bottom: 83.7px;
}

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

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-15 {
  left: 60px;
}

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

.left-\[-5\.2\%\] {
  left: -5.2%;
}

.left-\[10\.6\%\] {
  left: 10.6%;
}

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

.left-\[13\.125\%\] {
  left: 13.125%;
}

.left-\[14\.861\%\] {
  left: 14.861%;
}

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

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

.left-\[23\.75\%\] {
  left: 23.75%;
}

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

.left-\[35\.23\%\] {
  left: 35.23%;
}

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

.left-\[6\.805\%\] {
  left: 6.805%;
}

.right-0 {
  right: 0px;
}

.right-15 {
  right: 60px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 20px;
}

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

.right-\[1\.66\%\] {
  right: 1.66%;
}

.right-\[10vw\] {
  right: 10vw;
}

.right-\[13\.16\%\] {
  right: 13.16%;
}

.right-\[14\.1\%\] {
  right: 14.1%;
}

.right-\[20\.1\%\] {
  right: 20.1%;
}

.right-\[28\.82\%\] {
  right: 28.82%;
}

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

.right-\[4\.167\%\] {
  right: 4.167%;
}

.right-\[5\.67px\] {
  right: 5.67px;
}

.right-\[5\.7\%\] {
  right: 5.7%;
}

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

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

.right-\[8\.5\%\] {
  right: 8.5%;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-\[15\.286\%\] {
  top: 15.286%;
}

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

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

.top-\[19\.3\%\] {
  top: 19.3%;
}

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

.top-\[24vh\] {
  top: 24vh;
}

.top-\[31\.64\%\] {
  top: 31.64%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-10 {
  margin: 2.5rem;
}

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

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

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

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

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

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

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

.mb-15 {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.mt-15 {
  margin-top: 60px;
}

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.mt-\[31\%\] {
  margin-top: 31%;
}

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-240\/160 {
  aspect-ratio: 240 / 160;
}

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

.aspect-\[113\/30\] {
  aspect-ratio: 113/30;
}

.aspect-\[128\/45\] {
  aspect-ratio: 128/45;
}

.aspect-\[153\/284\] {
  aspect-ratio: 153/284;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

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

.aspect-\[282\/209\] {
  aspect-ratio: 282/209;
}

.aspect-\[288\/240\] {
  aspect-ratio: 288/240;
}

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

.aspect-\[336\/224\] {
  aspect-ratio: 336/224;
}

.aspect-\[384\/256\] {
  aspect-ratio: 384/256;
}

.aspect-\[528\/396\] {
  aspect-ratio: 528/396;
}

.aspect-\[94\/53\] {
  aspect-ratio: 94/53;
}

.aspect-auto {
  aspect-ratio: auto;
}

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

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

.aspect-\[\] {
  aspect-ratio: ;
}

.aspect-\[384\/216\] {
  aspect-ratio: 384/216;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 60px;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

.h-\[283\.604px\] {
  height: 283.604px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 60px;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

.w-\[212\.7px\] {
  width: 212.7px;
}

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

.w-\[24\.83\%\] {
  width: 24.83%;
}

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

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

.w-\[283\.604px\] {
  width: 283.604px;
}

.w-\[31\.5\%\] {
  width: 31.5%;
}

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

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

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

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

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

.w-\[430\.724px\] {
  width: 430.724px;
}

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

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

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

.w-\[58\.9\%\] {
  width: 58.9%;
}

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

.w-\[62\.5\%\] {
  width: 62.5%;
}

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

.w-\[67\.5\%\] {
  width: 67.5%;
}

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

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

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

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

.w-\[83\.4\%\] {
  width: 83.4%;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[212\.703px\] {
  max-width: 212.703px;
}

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

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

.max-w-\[283\.604px\] {
  max-width: 283.604px;
}

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

.max-w-\[354\.505px\] {
  max-width: 354.505px;
}

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

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

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

.max-w-\[430\.724px\] {
  max-width: 430.724px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[1_0_0\] {
  flex: 1 0 0;
}

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

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

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

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

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

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

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

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

.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-rows-\[0fr\] {
  grid-template-rows: 0fr;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-15 {
  gap: 60px;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

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

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

.gap-y-15 {
  row-gap: 60px;
}

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[0_20px_0_0\] {
  border-radius: 0 20px 0 0;
}

.rounded-\[0_5px_5px_0\] {
  border-radius: 0 5px 5px 0;
}

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

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

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

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

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

.rounded-\[20px_0_0_0\] {
  border-radius: 20px 0 0 0;
}

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

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

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

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

.rounded-\[5px_0_0_5px\] {
  border-radius: 5px 0 0 5px;
}

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

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

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#543C25\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 60 37 / var(--tw-border-opacity, 1));
}

.border-\[\#BDB7AF\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 183 175 / var(--tw-border-opacity, 1));
}

.border-\[\#C83C23\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 60 35 / var(--tw-border-opacity, 1));
}

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

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

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

.border-secondary1 {
  --tw-border-opacity: 1;
  border-color: rgb(138 111 102 / var(--tw-border-opacity, 1));
}

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

.border-b-\[\#C83C23\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(200 60 35 / var(--tw-border-opacity, 1));
}

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

.border-b-\[rgba\(231\2c 36\2c 24\2c 0\.2\)\] {
  border-bottom-color: rgba(231,36,24,0.2);
}

.border-l-\[\#C83C23\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(200 60 35 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#543C25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 60 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C83C23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 60 35 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E72418\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 36 24 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F7F5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8EBDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 235 220 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FF6E46\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 70 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[rgba\(10\2c 10\2c 10\2c 0\.5\)\] {
  background-color: rgba(10,10,10,0.5);
}

.bg-\[rgba\(10\2c 10\2c 10\2c 0\.50\)\] {
  background-color: rgba(10,10,10,0.50);
}

.bg-\[rgba\(10\2c 10\2c 10\2c 0\.8\)\] {
  background-color: rgba(10,10,10,0.8);
}

.bg-\[rgba\(84\2c 60\2c 37\2c 0\.10\)\] {
  background-color: rgba(84,60,37,0.10);
}

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

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

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

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

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

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

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

.bg-\[linear-gradient\(0deg\2c \#C83C23_40\%\2c \#952D1A_100\%\)\] {
  background-image: linear-gradient(0deg,#C83C23 40%,#952D1A 100%);
}

.bg-\[linear-gradient\(180deg\2c \#F7F5EF_50\%\2c rgba\(247\2c 245\2c 239\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,#F7F5EF 50%,rgba(247,245,239,0) 100%);
}

.fill-\[\#C83C23\] {
  fill: #C83C23;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-15 {
  padding: 60px;
}

.p-3 {
  padding: 0.75rem;
}

.p-30 {
  padding: 120px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 20px;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.p-\[64px_24px_24px_24px\] {
  padding: 64px 24px 24px 24px;
}

.p-\[8px_20px\] {
  padding: 8px 20px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

.px-30 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

.px-\[8\.3\%\] {
  padding-left: 8.3%;
  padding-right: 8.3%;
}

.px-\[8\.33\%\] {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.px-\[8\.4\%\] {
  padding-left: 8.4%;
  padding-right: 8.4%;
}

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

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

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

.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-15 {
  padding-bottom: 60px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[115px\] {
  padding-bottom: 115px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.pl-\[120px\] {
  padding-left: 120px;
}

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

.pl-\[222px\] {
  padding-left: 222px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-15 {
  padding-right: 60px;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[120px\] {
  padding-right: 120px;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-15 {
  padding-top: 60px;
}

.pt-25 {
  padding-top: 100px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

.font-\[\'Noto_Sans_TC\'\] {
  font-family: 'Noto Sans TC';
}

.font-\[\'Nunito\'\] {
  font-family: 'Nunito';
}

.font-\[Nunito\] {
  font-family: Nunito;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[150px\] {
  font-size: 150px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-sm {
  font-size: 0.75em;
  line-height: 150%;
  letter-spacing: 0.12px;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-\[180\%\] {
  line-height: 180%;
}

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

.leading-tight {
  line-height: 1.25;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.text-\[\#0A0A0A\] {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-\[\#0D0D0D\] {
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity, 1));
}

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

.text-\[\#543C25\] {
  --tw-text-opacity: 1;
  color: rgb(84 60 37 / var(--tw-text-opacity, 1));
}

.text-\[\#5C5C5C\] {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}

.text-\[\#5F5F5F\] {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

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

.text-\[\#8F8F8F\] {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}

.text-\[\#8f8f8f\] {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}

.text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.text-\[\#A98255\] {
  --tw-text-opacity: 1;
  color: rgb(169 130 85 / var(--tw-text-opacity, 1));
}

.text-\[\#C83C23\] {
  --tw-text-opacity: 1;
  color: rgb(200 60 35 / var(--tw-text-opacity, 1));
}

.text-\[\#E72418\] {
  --tw-text-opacity: 1;
  color: rgb(231 36 24 / var(--tw-text-opacity, 1));
}

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

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

.text-\[rgba\(10\2c 10\2c 10\2c 0\.28\)\] {
  color: rgba(10,10,10,0.28);
}

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

.text-gray4 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-primary1 {
  --tw-text-opacity: 1;
  color: rgb(206 194 171 / var(--tw-text-opacity, 1));
}

.text-secondary1 {
  --tw-text-opacity: 1;
  color: rgb(138 111 102 / var(--tw-text-opacity, 1));
}

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

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

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-\[0_10px_60px_0_rgba\(84\2c 60\2c 37\2c 0\.10\)\] {
  --tw-shadow: 0 10px 60px 0 rgba(84,60,37,0.10);
  --tw-shadow-colored: 0 10px 60px 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-\[0_10px_60px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 10px 60px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 10px 60px 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_10px_60px_rgba\(84\2c 60\2c 37\2c 0\.1\)\] {
  --tw-shadow: 0 10px 60px rgba(84,60,37,0.1);
  --tw-shadow-colored: 0 10px 60px 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_10px_60px_rgba\(84\2c 60\2c 37\2c 0\.10\)\] {
  --tw-shadow: 0 10px 60px rgba(84,60,37,0.10);
  --tw-shadow-colored: 0 10px 60px 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_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 20px 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_5px_20px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 5px 20px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 5px 20px 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_5px_40px_0_rgba\(84\2c 60\2c 37\2c 0\.15\)\] {
  --tw-shadow: 0 5px 40px 0 rgba(84,60,37,0.15);
  --tw-shadow-colored: 0 5px 40px 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-\[0_5px_40px_rgba\(84\2c 60\2c 37\2c 0\.15\)\] {
  --tw-shadow: 0 5px 40px rgba(84,60,37,0.15);
  --tw-shadow-colored: 0 5px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.outline-\[1px\] {
  outline-width: 1px;
}

.outline-\[\#C83C23\] {
  outline-color: #C83C23;
}

.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-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-custom-1-ease {
  transition-timing-function: cubic-bezier(0,.97,.38,.99);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[font-family\:inherit\] {
  font-family: inherit;
}

/* 字體 */

@media (max-width: 1024px) {
  .xl\:text-h2 {
    font-family: "Noto Sans TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2px;
  }
}

.\[\&\>p\]\:text-h3>p {
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
}

.\[\&\>p\]\:text-body-regular>p {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&\>p\]\:text-body-small>p {
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}

.\[\&\>ul\]\:text-body-regular>ul {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&_a\]\:text-body-bold a {
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&_a\]\:text-body-regular a {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&_li\]\:text-body-regular li {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&_ol\]\:text-body-regular ol {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&_p\]\:text-body-regular p {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.\[\&_p\]\:text-body-small p {
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}

.\[\&_ul\]\:text-body-regular ul {
  /* text-align: justify; */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}

.placeholder\:text-\[\#0A0A0A\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#0A0A0A\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

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

.after\:-top-1::after {
  content: var(--tw-content);
  top: -0.25rem;
}

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

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

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

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

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#F6CFC8\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 207 200 / var(--tw-bg-opacity, 1));
}

.after\:bg-secondary1::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(138 111 102 / var(--tw-bg-opacity, 1));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

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

.hover\:bottom-\[-64px\]:hover {
  bottom: -64px;
}

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

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#C83C23\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 60 35 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E72418\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 36 24 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:text-\[\#C83C23\]:hover {
  --tw-text-opacity: 1;
  color: rgb(200 60 35 / var(--tw-text-opacity, 1));
}

.hover\:text-gray4:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:shadow-\[0_10px_30px_rgba\(84\2c 60\2c 37\2c 0\.16\)\]:hover {
  --tw-shadow: 0 10px 30px rgba(84,60,37,0.16);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:outline-\[\#C83C23\]:focus {
  outline-color: #C83C23;
}

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

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

.group:hover .group-hover\:hidden {
  display: none;
}

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

.group\/image:hover .group-hover\/image\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-\[\#17A1FF\] {
  fill: #17A1FF;
}

.group:hover .group-hover\:fill-\[\#FF6E46\] {
  fill: #FF6E46;
}

.group:hover .group-hover\:stroke-\[\#17A1FF\] {
  stroke: #17A1FF;
}

.group:hover .group-hover\:stroke-\[\#F5F5F5\] {
  stroke: #F5F5F5;
}

.group:hover .group-hover\:text-\[\#C83C23\] {
  --tw-text-opacity: 1;
  color: rgb(200 60 35 / var(--tw-text-opacity, 1));
}

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

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

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

.group:focus .group-focus\:bg-secondary1 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 111 102 / var(--tw-bg-opacity, 1));
}

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

.aria-\[expanded\=true\]\:border-\[\#E4D5B6\][aria-expanded="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(228 213 182 / var(--tw-border-opacity, 1));
}

.aria-\[expanded\=true\]\:text-\[\#E4D5B6\][aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(228 213 182 / var(--tw-text-opacity, 1));
}

.group[aria-expanded="false"] .group-aria-\[expanded\=false\]\:rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-expanded="true"] .group-aria-\[expanded\=true\]\: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));
}

@media (max-width: 1320px) {
  .xxxl\:max-w-\[137\.7px\] {
    max-width: 137.7px;
  }

  .xxxl\:max-w-\[189\.604px\] {
    max-width: 189.604px;
  }

  .xxxl\:max-w-\[255\.2436px\] {
    max-width: 255.2436px;
  }

  .xxxl\:max-w-\[315\.153px\] {
    max-width: 315.153px;
  }

  .xxxl\:max-w-\[387\.6516px\] {
    max-width: 387.6516px;
  }

  .xxxl\:text-\[20px\] {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .xxl\:bottom-0 {
    bottom: 0px;
  }

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

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

  .xxl\:max-w-\[122\.4px\] {
    max-width: 122.4px;
  }

  .xxl\:max-w-\[168\.644px\] {
    max-width: 168.644px;
  }

  .xxl\:max-w-\[226\.8832px\] {
    max-width: 226.8832px;
  }

  .xxl\:max-w-\[283\.604px\] {
    max-width: 283.604px;
  }

  .xxl\:max-w-\[344\.5729px\] {
    max-width: 344.5729px;
  }

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

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

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

  .xxl\:pl-\[100px\] {
    padding-left: 100px;
  }

  .xxl\:pr-\[50px\] {
    padding-right: 50px;
  }

  .xxl\:text-\[17px\] {
    font-size: 17px;
  }

  .xxl\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .xl\:right-\[10\.1\%\] {
    right: 10.1%;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

  .xl\:max-w-\[148\.892px\] {
    max-width: 148.892px;
  }

  .xl\:max-w-\[198\.523px\] {
    max-width: 198.523px;
  }

  .xl\:max-w-\[248\.153px\] {
    max-width: 248.153px;
  }

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

  .xl\:max-w-\[301\.507px\] {
    max-width: 301.507px;
  }

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

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

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

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

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

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

  .xl\:pl-\[80px\] {
    padding-left: 80px;
  }

  .xl\:pr-\[40px\] {
    padding-right: 40px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }

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

@media (max-width: 921px) {
  .lg\:relative {
    position: relative;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:pr-\[25px\] {
    padding-right: 25px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .md\:bottom-\[-50px\] {
    bottom: -50px;
  }

  .md\:left-\[25\.23\%\] {
    left: 25.23%;
  }

  .md\:left-\[5px\] {
    left: 5px;
  }

  .md\:right-\[5px\] {
    right: 5px;
  }

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

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

  .md\:max-w-\[213\.153px\] {
    max-width: 213.153px;
  }

  .md\:max-w-\[258\.507px\] {
    max-width: 258.507px;
  }

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pb-15 {
    padding-bottom: 60px;
  }

  .md\:pl-\[50px\] {
    padding-left: 50px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .sm\:static {
    position: static;
  }

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

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-\[50px\] {
    font-size: 50px;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }
}

.\[\&\.active\]\:block.active {
  display: block;
}

.\[\&\.active\]\:after\:opacity-100.active::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&\:nth-child\(2n\)\]\:border-b-0:nth-child(2n) {
  border-bottom-width: 0px;
}

.\[\&\:nth-child\(2n\)\]\:pb-0:nth-child(2n) {
  padding-bottom: 0px;
}

.\[\&\>iframe\]\:block>iframe {
  display: block;
}

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

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

.\[\&\>iframe\]\:border-0>iframe {
  border-width: 0px;
}

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

.\[\&\>p\]\:mb-4>p {
  margin-bottom: 1rem;
}

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

.\[\&\>p\]\:font-\[\'Noto_Sans_TC\'\]>p {
  font-family: 'Noto Sans TC';
}

.\[\&\>p\]\:text-\[16px\]>p {
  font-size: 16px;
}

.\[\&\>p\]\:text-\[20px\]>p {
  font-size: 20px;
}

.\[\&\>p\]\:font-medium>p {
  font-weight: 500;
}

.\[\&\>p\]\:font-normal>p {
  font-weight: 400;
}

.\[\&\>p\]\:leading-\[150\%\]>p {
  line-height: 150%;
}

.\[\&\>p\]\:leading-\[180\%\]>p {
  line-height: 180%;
}

.\[\&\>p\]\:tracking-\[1px\]>p {
  letter-spacing: 1px;
}

.\[\&\>p\]\:text-\[\#0A0A0A\]>p {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

@media (max-width: 480px) {
  .sm\:\[\&\>p\]\:text-\[16px\]>p {
    font-size: 16px;
  }
}

.\[\&\>span\]\:text-\[\#fff\]>span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\>ul\]\:list-disc>ul {
  list-style-type: disc;
}

.\[\&\>ul\]\:pl-6>ul {
  padding-left: 1.5rem;
}

.\[\&\>ul\]\:pl-8>ul {
  padding-left: 2rem;
}

.\[\&\>ul\]\:text-\[\#0A0A0A\]>ul {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-\[\#0A0A0A\] a {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-\[\#C83C23\] a {
  --tw-text-opacity: 1;
  color: rgb(200 60 35 / var(--tw-text-opacity, 1));
}

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

.\[\&_a\]\:transition-colors a {
  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;
}

.\[\&_a\]\:duration-300 a {
  transition-duration: 300ms;
}

.\[\&_a\]\:hover\:text-\[\#C83C23\]:hover a {
  --tw-text-opacity: 1;
  color: rgb(200 60 35 / var(--tw-text-opacity, 1));
}

.\[\&_h5\]\:mb-4 h5 {
  margin-bottom: 1rem;
}

.\[\&_h5\]\:p-1 h5 {
  padding: 0.25rem;
}

.\[\&_iframe\]\:block iframe {
  display: block;
}

.\[\&_iframe\]\:h-full iframe {
  height: 100%;
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

.\[\&_img\]\:my-2 img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.\[\&_img\]\:w-\[45\%\] img {
  width: 45%;
}

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

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_li\]\:text-\[\#0A0A0A\] li {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_li\]\:text-\[\#0a0a0a\] li {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_ol\]\:mx-auto ol {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_ol\]\:ml-5 ol {
  margin-left: 20px;
}

.\[\&_ol\]\:flex ol {
  display: flex;
}

.\[\&_ol\]\:list-inside ol {
  list-style-position: inside;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:list-disc ol {
  list-style-type: disc;
}

.\[\&_ol\]\:flex-col ol {
  flex-direction: column;
}

.\[\&_ol\]\:gap-6 ol {
  gap: 1.5rem;
}

.\[\&_ol\]\:pl-3 ol {
  padding-left: 0.75rem;
}

.\[\&_ol\]\:pl-4 ol {
  padding-left: 1rem;
}

.\[\&_ol\]\:text-\[\#0A0A0A\] ol {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:mx-auto p {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_p\]\:p-1 p {
  padding: 0.25rem;
}

.\[\&_p\]\:text-\[\#0A0A0A\] p {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-\[\#0a0a0a\] p {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-\[\#8F8F8F\] p {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}

.\[\&_ul\]\:mx-auto ul {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_ul\]\:ml-5 ul {
  margin-left: 20px;
}

.\[\&_ul\]\:flex ul {
  display: flex;
}

.\[\&_ul\]\:list-inside ul {
  list-style-position: inside;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:flex-col ul {
  flex-direction: column;
}

.\[\&_ul\]\:gap-6 ul {
  gap: 1.5rem;
}

.\[\&_ul\]\:pl-3 ul {
  padding-left: 0.75rem;
}

.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

.\[\&_ul\]\:pl-8 ul {
  padding-left: 2rem;
}

.\[\&_ul\]\:text-\[\#0A0A0A\] ul {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.open .\[\.open_\&\]\:grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

