/* Google Fonts moved to HTML <link> for non-blocking loading */

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  overflow-x: hidden;
}

body {
  font-family: "GenSeki-R", "Noto Sans TC", sans-serif;
}

/* 英文專用 */

.font-en {
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
}

.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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

/* Typography 自訂樣式 */

.prose,
    .prose-sm {
  color: #ffffff;
  max-width: 1000px;
  line-height: 2;
}

.prose h1,
    .prose h2,
    .prose h3,
    .prose h4,
    .prose h5,
    .prose h6,
    .prose-sm h1,
    .prose-sm h2,
    .prose-sm h3,
    .prose-sm h4,
    .prose-sm h5,
    .prose-sm h6 {
  font-weight: 500;
  line-height: 2;
}

.prose h2,
    .prose-sm h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.prose ul,
    .prose ol,
    .prose-sm ul,
    .prose-sm ol {
  padding-left: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.prose ul,
    .prose-sm ul {
  list-style-type: disc;
}

.prose ol,
    .prose-sm ol {
  list-style-type: decimal;
}

.prose li,
    .prose-sm li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.75;
}

.prose img,
    .prose-sm img {
  max-width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .prose img,
        .prose-sm img {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.prose a,
    .prose-sm a {
  color: #ba9663;
  text-decoration: underline;
}

.prose a:hover,
    .prose-sm a:hover {
  opacity: 0.8;
}

.prose strong,
    .prose-sm strong {
  font-weight: 700;
}

.prose em,
    .prose-sm em {
  font-style: italic;
}

.prose blockquote,
    .prose-sm blockquote {
  border-left: 4px solid #ba9663;
  padding-left: 1rem;
  font-style: italic;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.prose hr,
    .prose-sm hr {
  border-color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-\[-1px\] {
  inset: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

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

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

.top-\[calc\(50\%\+0\.5px\)\] {
  top: calc(50% + 0.5px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1200\/675\] {
  aspect-ratio: 1200/675;
}

.aspect-\[1280\/720\] {
  aspect-ratio: 1280/720;
}

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

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

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

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

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

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

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[34\.957px\] {
  height: 34.957px;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.min-h-\[calc\(100vh-190px\)\] {
  min-height: calc(100vh - 190px);
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-\[149\.275px\] {
  width: 149.275px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[2\] {
  flex: 2;
}

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

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

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

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

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

.translate-x-\[2px\] {
  --tw-translate-x: 2px;
  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));
}

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

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

.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-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.gap-y-0 {
  row-gap: 0px;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[2px\] {
  border-width: 2px;
}

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

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

.border-r-\[3px\] {
  border-right-width: 3px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

.border-\[\#EFC679\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 198 121 / var(--tw-border-opacity, 1));
}

.border-\[\#c07f4c\] {
  --tw-border-opacity: 1;
  border-color: rgb(192 127 76 / var(--tw-border-opacity, 1));
}

.border-\[\#efc679\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 198 121 / var(--tw-border-opacity, 1));
}

.border-\[\#fad9a5\] {
  --tw-border-opacity: 1;
  border-color: rgb(250 217 165 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

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

.bg-neutral-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 251 / var(--tw-bg-opacity, 1));
}

.bg-neutral-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 150 99 / var(--tw-bg-opacity, 1));
}

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

.bg-\[linear-gradient\(0deg\2c \#1A1A1A_0\%\2c \#1A1A1A00_100\%\)\] {
  background-image: linear-gradient(0deg,#1A1A1A 0%,#1A1A1A00 100%);
}

.bg-\[linear-gradient\(180deg\2c \#1A1A1A00_0\%\2c \#1A1A1A_100\%\)\] {
  background-image: linear-gradient(180deg,#1A1A1A00 0%,#1A1A1A 100%);
}

.bg-\[linear-gradient\(180deg\2c \#1A1A1A_0\%\2c \#1A1A1A00_100\%\)\] {
  background-image: linear-gradient(180deg,#1A1A1A 0%,#1A1A1A00 100%);
}

.bg-\[linear-gradient\(180deg\2c \#1A1A1A_0\%\2c \#1A1A1A00_20\%\2c \#1A1A1A00_80\%\2c \#1A1A1A_100\%\)\] {
  background-image: linear-gradient(180deg,#1A1A1A 0%,#1A1A1A00 20%,#1A1A1A00 80%,#1A1A1A 100%);
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c \#FFFFFF66_0\%\2c \#E0BA8400_100\%\)\] {
  background-image: radial-gradient(50% 50% at 50% 50%,#FFFFFF66 0%,#E0BA8400 100%);
}

.bg-bg-circle {
  background-image: radial-gradient(circle, #231E18 0%, #31271B 75%, #1A1A1A 100%);
}

.bg-btn-2e {
  background-image: linear-gradient(90deg, #A8762F 0%, #DBAF71 30%, #AE7E3B 100%);
}

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

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

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

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

.bg-main {
  background-image: linear-gradient(90deg, #741B1B 2%, #822D24 6%, #A75E3C 14%, #C07F4C 18%, #F7C173 31%, #FAD9A5 35%, #F5D19F 38%, #EABC8F 42%, #DBA17B 46%, #D49E6E 49%, #D29D69 51%, #E1B480 57%, #FAD9A5 65%, #F9CA93 69%, #F0B980 71%, #E5A369 74%, #E29C61 76%, #C27A4D 81%, #A75C3B 87%, #9D5135 91%, #88482F 94%, #643926 100%);
}

.bg-title {
  background-image: linear-gradient(180deg, #EFC679 0%, #F0D08C 30%, #EDEDB4 55%, #DB9E48 100%);
}

.from-\[\#1a1a1a\] {
  --tw-gradient-from: #1a1a1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#1a1a1a\]\/0 {
  --tw-gradient-from: rgb(26 26 26 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#a8762f\] {
  --tw-gradient-from: #a8762f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 118 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(26\2c 26\2c 26\2c 0\)\] {
  --tw-gradient-from: rgba(26,26,26,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(26, 26, 26, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-9 {
  --tw-gradient-from: #1A1A1A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.from-\[20\%\] {
  --tw-gradient-from-position: 20%;
}

.via-\[\#4e4947\] {
  --tw-gradient-to: rgb(78 73 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e4947 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#dbaf71\] {
  --tw-gradient-to: rgb(219 175 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbaf71 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-5 {
  --tw-gradient-to: rgb(78 73 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4E4947 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

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

.via-\[30\%\] {
  --tw-gradient-via-position: 30%;
}

.via-\[50\%\] {
  --tw-gradient-via-position: 50%;
}

.to-\[\#1a1a1a\] {
  --tw-gradient-to: #1a1a1a var(--tw-gradient-to-position);
}

.to-\[\#1a1a1a\]\/0 {
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
}

.to-\[\#ae7e3b\] {
  --tw-gradient-to: #ae7e3b var(--tw-gradient-to-position);
}

.to-\[rgba\(26\2c 26\2c 26\2c 0\)\] {
  --tw-gradient-to: rgba(26,26,26,0) var(--tw-gradient-to-position);
}

.to-neutral-9 {
  --tw-gradient-to: #1A1A1A var(--tw-gradient-to-position);
}

.to-neutral-9\/0 {
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-80\% {
  --tw-gradient-to-position: 80%;
}

.to-\[80\%\] {
  --tw-gradient-to-position: 80%;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-origin-border {
  background-origin: border-box;
}

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

.pt-20 {
  padding-top: 5rem;
}

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

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

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

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

.font-alata {
  font-family: "Alata", sans-serif;
}

.font-gen-seki-b {
  font-family: "GenSeki-B", sans-serif;
}

.font-gen-seki-l {
  font-family: "GenSeki-L", sans-serif;
}

.font-gen-seki-m {
  font-family: "GenSeki-M", sans-serif;
}

.font-gen-seki-r {
  font-family: "GenSeki-R", sans-serif;
}

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-\[1\] {
  line-height: 1 !important;
}

.\!leading-loose {
  line-height: 2 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[19px\] {
  line-height: 19px;
}

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

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

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

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[28px\] {
  line-height: 28px;
}

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

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

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

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

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

.leading-loose {
  line-height: 2;
}

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

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

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

.text-neutral-2 {
  --tw-text-opacity: 1;
  color: rgb(255 252 251 / var(--tw-text-opacity, 1));
}

.text-neutral-3 {
  --tw-text-opacity: 1;
  color: rgb(189 180 177 / var(--tw-text-opacity, 1));
}

.text-neutral-9 {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-primary-5 {
  --tw-text-opacity: 1;
  color: rgb(186 150 99 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

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

.decoration-solid {
  text-decoration-style: solid;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.shadow-\[0_0_24px_0_rgba\(186\2c 150\2c 99\2c 0\.75\)\] {
  --tw-shadow: 0 0 24px 0 rgba(186,150,99,0.75);
  --tw-shadow-colored: 0 0 24px 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-\[0px_0px_16px_0px_rgba\(250\2c 217\2c 165\2c 0\.25\)\] {
  --tw-shadow: 0px 0px 16px 0px rgba(250,217,165,0.25);
  --tw-shadow-colored: 0px 0px 16px 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_0px_8px_0px_rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(255,255,255,0.5);
  --tw-shadow-colored: 0px 0px 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_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 4px 4px 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\.2\)\] {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  --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_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_-1px_-1px_1\.5px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: inset -1px -1px 1.5px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset -1px -1px 1.5px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur-\[20px\] {
  --tw-blur: blur(20px);
  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);
}

.drop-shadow-\[0_0_16px_rgba\(247\2c 193\2c 115\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 0 16px rgba(247,193,115,0.5));
  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);
}

.drop-shadow-\[0px_0px_20px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 20px rgba(255,255,255,0.3));
  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);
}

.drop-shadow-\[0px_0px_4px_rgba\(250\2c 217\2c 165\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 4px rgba(250,217,165,0.5));
  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);
}

.drop-shadow-\[0px_0px_8px_\#BA9663BF\] {
  --tw-drop-shadow: drop-shadow(0px 0px 8px #BA9663BF);
  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);
}

.drop-shadow-\[0px_0px_8px_rgba\(186\2c 150\2c 99\2c 0\.75\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 8px rgba(186,150,99,0.75));
  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);
}

.drop-shadow-\[1px_1px_4px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-drop-shadow: drop-shadow(1px 1px 4px rgba(0,0,0,0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

/* Offcanvas 選單動畫 */

.offcanvas-menu {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.offcanvas-backdrop {
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.offcanvas-backdrop.active {
  pointer-events: auto;
  opacity: 1;
}

/* 文字漸層效果 */

/* 文字模糊效果 */

.text-blur {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

/* CTA 按鈕陰影效果 */

.drop-shadow-btn {
  filter: drop-shadow(8px 8px 16px rgba(38, 183, 188, 0.25));
}

/* 探頭卡片滞入動畫 */

@keyframes arcEntry {
  0% {
    transform: translateX(var(--arc-start-x, -100vw));
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.arc-item {
  opacity: 0;
  will-change: transform, opacity;
}

.arc-item.arc-active {
  animation: arcEntry 2.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* FAQ 展開收合動畫 */

.faq-item {
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-item[data-open="true"] {
  grid-template-rows: auto 1fr;
}

.faq-content {
  overflow: hidden;
  min-height: 0;
}

/* Swiper 核心技術輪播修正 */

.core-tech-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  display: block !important;
}

.core-tech-swiper .swiper-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  transition:
            opacity 0.6s ease,
            visibility 0s 0.6s;
}

.text-outline-white {
  text-shadow:
            1px 1px 0 #fff,
            -1px 1px 0 #fff,
            1px -1px 0 #fff,
            -1px -1px 0 #fff;
}

.\[background-clip\:padding-box\2c _border-box\] {
  background-clip: padding-box, border-box;
}

.\[background-image\:theme\(\'backgroundImage\.bg-btn\'\)\2c _theme\(\'backgroundImage\.title\'\)\] {
  background-image: linear-gradient(90deg, #171717 20%, #737373 50%, #171717 80%), linear-gradient(180deg, #EFC679 0%, #F0D08C 30%, #EDEDB4 55%, #DB9E48 100%);
}

.\[background-image\:theme\(\'backgroundImage\.bg-card-dark\'\)\2c _theme\(\'backgroundImage\.main\'\)\] {
  background-image: linear-gradient(90deg, #231E18 0%, #36251D 100%), linear-gradient(90deg, #741B1B 2%, #822D24 6%, #A75E3C 14%, #C07F4C 18%, #F7C173 31%, #FAD9A5 35%, #F5D19F 38%, #EABC8F 42%, #DBA17B 46%, #D49E6E 49%, #D29D69 51%, #E1B480 57%, #FAD9A5 65%, #F9CA93 69%, #F0B980 71%, #E5A369 74%, #E29C61 76%, #C27A4D 81%, #A75C3B 87%, #9D5135 91%, #88482F 94%, #643926 100%);
}

.\[background-image\:theme\(\'backgroundImage\.bg-card-dark\'\)\2c _theme\(\'backgroundImage\.title\'\)\] {
  background-image: linear-gradient(90deg, #231E18 0%, #36251D 100%), linear-gradient(180deg, #EFC679 0%, #F0D08C 30%, #EDEDB4 55%, #DB9E48 100%);
}

.\[background-image\:theme\(\'backgroundImage\.bg-circle\'\)\2c _theme\(\'backgroundImage\.main\'\)\] {
  background-image: radial-gradient(circle, #231E18 0%, #31271B 75%, #1A1A1A 100%), linear-gradient(90deg, #741B1B 2%, #822D24 6%, #A75E3C 14%, #C07F4C 18%, #F7C173 31%, #FAD9A5 35%, #F5D19F 38%, #EABC8F 42%, #DBA17B 46%, #D49E6E 49%, #D29D69 51%, #E1B480 57%, #FAD9A5 65%, #F9CA93 69%, #F0B980 71%, #E5A369 74%, #E29C61 76%, #C27A4D 81%, #A75C3B 87%, #9D5135 91%, #88482F 94%, #643926 100%);
}

.\[background-image\:theme\(\'backgroundImage\.bg-circle\'\)\2c _theme\(\'backgroundImage\.title\'\)\] {
  background-image: radial-gradient(circle, #231E18 0%, #31271B 75%, #1A1A1A 100%), linear-gradient(180deg, #EFC679 0%, #F0D08C 30%, #EDEDB4 55%, #DB9E48 100%);
}

/* 全域字體設定 */

/* 以下為自訂樣式 */

@media (min-width: 768px) {
  .md\:prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }

  .md\:prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .md\:prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

  .md\:prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .md\:prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .md\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .md\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .md\:prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .md\:prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .md\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .md\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .md\:prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .md\:prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

  .md\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }

  .md\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .md\:prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }

  .md\:prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }

  .md\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }

  .md\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }

  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }

  .md\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md\:prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }

  .md\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .md\:prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .md\:prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .md\:prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }

  .md\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }

  .md\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }

  .md\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }

  .md\:prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }

  .md\:prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }

  .md\:prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }

  .md\:prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }

  .md\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .md\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }

  .md\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }

  .md\:prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .md\:prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .md\:prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }

  .md\:prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .md\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .md\:prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .md\:prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .md\:prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }

  .md\:prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }

  .md\:prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .md\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }

  .md\:prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

  .md\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

  .md\:prose :where(.md\:prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose :where(.md\:prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .md\:prose :where(.md\:prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .md\:prose :where(.md\:prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .md\:prose :where(.md\:prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .md\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }

  .md\:prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .md\:prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .md\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }

  .md\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .md\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .md\:prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose :where(.md\:prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose :where(.md\:prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .md\:prose {
    color: #ffffff;
    max-width: 1000px;
    line-height: 2;
  }

  .md\:prose h1,.md\:prose h2,.md\:prose h3,.md\:prose h4,.md\:prose h5,.md\:prose h6 {
    font-weight: 500;
    line-height: 2;
  }

  .md\:prose h2 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .md\:prose ul,.md\:prose ol {
    padding-left: 1.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:prose ul {
    list-style-type: disc;
  }

  .md\:prose ol {
    list-style-type: decimal;
  }

  .md\:prose li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1.75;
  }

  .md\:prose img {
    max-width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  @media (min-width: 768px) {
    .md\:prose img {
      max-width: 100%;
      height: auto;
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }

  .md\:prose a {
    color: #ba9663;
    text-decoration: underline;
  }

  .md\:prose a:hover {
    opacity: 0.8;
  }

  .md\:prose strong {
    font-weight: 700;
  }

  .md\:prose em {
    font-style: italic;
  }

  .md\:prose blockquote {
    border-left: 4px solid #ba9663;
    padding-left: 1rem;
    font-style: italic;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
  }

  .md\:prose hr {
    border-color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.placeholder\:text-neutral-3::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(189 180 177 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-3::placeholder {
  --tw-text-opacity: 1;
  color: rgb(189 180 177 / var(--tw-text-opacity, 1));
}

.hover\:border-primary-5:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 150 99 / var(--tw-border-opacity, 1));
}

.hover\:bg-neutral-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 73 71 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-5\/20:hover {
  background-color: rgb(186 150 99 / 0.2);
}

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

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

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

.hover\:from-\[\#a8762f\]:hover {
  --tw-gradient-from: #a8762f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 118 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#efc679\]:hover {
  --tw-gradient-from: #efc679 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 198 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-8:hover {
  --tw-gradient-from: #231815 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 24 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[20\%\]:hover {
  --tw-gradient-from-position: 20%;
}

.hover\:via-\[\#dbaf71\]:hover {
  --tw-gradient-to: rgb(219 175 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbaf71 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-\[\#f4d8a0\]:hover {
  --tw-gradient-to: rgb(244 216 160 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4d8a0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.hover\:to-\[\#ae7e3b\]:hover {
  --tw-gradient-to: #ae7e3b var(--tw-gradient-to-position);
}

.hover\:to-\[\#efc679\]:hover {
  --tw-gradient-to: #efc679 var(--tw-gradient-to-position);
}

.hover\:to-neutral-8:hover {
  --tw-gradient-to: #231815 var(--tw-gradient-to-position);
}

.hover\:to-\[80\%\]:hover {
  --tw-gradient-to-position: 80%;
}

.hover\:text-neutral-9:hover {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-5:hover {
  --tw-text-opacity: 1;
  color: rgb(186 150 99 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-\[0_0_16px_0_rgba\(186\2c 150\2c 99\2c 0\.75\)\]:hover {
  --tw-shadow: 0 0 16px 0 rgba(186,150,99,0.75);
  --tw-shadow-colored: 0 0 16px 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);
}

.focus\:border-primary-5:focus {
  --tw-border-opacity: 1;
  border-color: rgb(186 150 99 / var(--tw-border-opacity, 1));
}

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

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

.group:hover .group-hover\:bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

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

@media (min-width: 440px) {
  .min-\[440px\]\:max-w-\[400px\] {
    max-width: 400px;
  }
}

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

  .sm\:-bottom-\[304px\] {
    bottom: -304px;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[1920\/1043\] {
    aspect-ratio: 1920/1043;
  }

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

  .sm\:w-80 {
    width: 20rem;
  }

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

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

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

  .sm\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }
}

@media (min-width: 768px) {
  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:bottom-\[35\%\] {
    bottom: 35%;
  }

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

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

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

  .md\:top-\[76px\] {
    top: 76px;
  }

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

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

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

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

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

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

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

  .md\:mr-\[22px\] {
    margin-right: 22px;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:scroll-mt-\[76px\] {
    scroll-margin-top: 76px;
  }

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-br-\[24px\] {
    border-bottom-right-radius: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:\!leading-\[27px\] {
    line-height: 27px !important;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[48px\] {
    line-height: 48px;
  }

  .md\:leading-\[52px\] {
    line-height: 52px;
  }

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

@media (min-width: 1024px) {
  .lg\:-bottom-20 {
    bottom: -5rem;
  }

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

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

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

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

  .lg\:ml-\[16px\] {
    margin-left: 16px;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[calc\(50\%-1\.25rem\)\] {
    max-width: calc(50% - 1.25rem);
  }

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

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

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:gap-\[8px\] {
    gap: 8px;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

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

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

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

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

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

  .lg\:text-\[calc\(160\/1920\*100vw\)\] {
    font-size: calc(160 / 1920 * 100vw);
  }

  .lg\:text-\[calc\(20\/1920\*100vw\)\] {
    font-size: calc(20 / 1920 * 100vw);
  }

  .lg\:text-\[calc\(24\/1920\*100vw\)\] {
    font-size: calc(24 / 1920 * 100vw);
  }

  .lg\:text-\[calc\(48\/1920\*100vw\)\] {
    font-size: calc(48 / 1920 * 100vw);
  }

  .lg\:text-\[calc\(52\/1920\*100vw\)\] {
    font-size: calc(52 / 1920 * 100vw);
  }

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

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

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }
}

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

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

  .xl\:bottom-\[-3\.5px\] {
    bottom: -3.5px;
  }

  .xl\:left-\[-78px\] {
    left: -78px;
  }

  .xl\:right-\[-160px\] {
    right: -160px;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

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

  .xl\:gap-\[120px\] {
    gap: 120px;
  }

  .xl\:gap-\[24px\] {
    gap: 24px;
  }

  .xl\:gap-\[32px\] {
    gap: 32px;
  }

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

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

  .xl\:gap-\[8px\] {
    gap: 8px;
  }

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

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

  .xl\:justify-self-auto {
    justify-self: auto;
  }

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

  .xl\:rounded-br-\[40px\] {
    border-bottom-right-radius: 40px;
  }

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

  .xl\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

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

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

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

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

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

  .xl\:pr-\[calc\(600\/1920\*100vw\)\] {
    padding-right: calc(600 / 1920 * 100vw);
  }

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

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

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

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:text-\[calc\(40\/1920\*100vw\)\] {
    font-size: calc(40 / 1920 * 100vw);
  }

  .xl\:text-\[calc\(60\/1920\*100vw\)\] {
    font-size: calc(60 / 1920 * 100vw);
  }

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

  .xl\:\!leading-\[30px\] {
    line-height: 30px !important;
  }

  .xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .xl\:leading-\[30px\] {
    line-height: 30px;
  }

  .xl\:leading-\[32px\] {
    line-height: 32px;
  }

  .xl\:leading-\[36px\] {
    line-height: 36px;
  }

  .xl\:leading-\[48px\] {
    line-height: 48px;
  }

  .xl\:leading-\[60px\] {
    line-height: 60px;
  }

  .xl\:leading-\[80px\] {
    line-height: 80px;
  }

  .xl\:leading-\[calc\(60\/1920\*100vw\)\] {
    line-height: calc(60 / 1920 * 100vw);
  }

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

@media (min-width: 1440px) {
  .xxl\:-bottom-20 {
    bottom: -5rem;
  }

  .xxl\:left-\[-84px\] {
    left: -84px;
  }

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

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

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

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

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

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

  .xxl\:gap-\[140px\] {
    gap: 140px;
  }

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

  .xxl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxl\:pb-40 {
    padding-bottom: 10rem;
  }

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

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

@media (min-width: 1920px) {
  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:bottom-\[-3px\] {
    bottom: -3px;
  }

  .\32xl\:bottom-\[60px\] {
    bottom: 60px;
  }

  .\32xl\:left-\[-113px\] {
    left: -113px;
  }

  .\32xl\:left-\[-54px\] {
    left: -54px;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:top-\[11\%\] {
    top: 11%;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .\32xl\:h-auto {
    height: auto;
  }

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

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

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

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

  .\32xl\:w-\[34\%\] {
    width: 34%;
  }

  .\32xl\:w-\[38\%\] {
    width: 38%;
  }

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[46\%\] {
    width: 46%;
  }

  .\32xl\:w-\[47\%\] {
    width: 47%;
  }

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

  .\32xl\:w-\[56\%\] {
    width: 56%;
  }

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }

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

  .\32xl\:w-\[61\%\] {
    width: 61%;
  }

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

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

  .\32xl\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

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

  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }

  .\32xl\:gap-\[80px\] {
    gap: 80px;
  }

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

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

  .\32xl\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .\32xl\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .\32xl\:pb-\[240px\] {
    padding-bottom: 240px;
  }

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

  .\32xl\:pb-\[64px\] {
    padding-bottom: 64px;
  }

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

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pt-\[160px\] {
    padding-top: 160px;
  }

  .\32xl\:pt-\[200px\] {
    padding-top: 200px;
  }

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

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

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

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-\[32px\] {
    line-height: 32px;
  }
}
