@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

:focus-visible {
  outline: none;
}
@keyframes AnimeBtnLink_Next {
  0% {
    transform: translateX(0%);
  }
  45.99% {
    transform: translateX(100%);
    opacity: 0;
  }
  46% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes gradient-bar {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 200%;
  }
}
*, ::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.19 | 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: #727171; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans TC, 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: #4d4d4d; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #4d4d4d; /* 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;
}
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.\!top-\[68\%\]{
  top: 68% !important;
}
.\!top-\[90\%\]{
  top: 90% !important;
}
.-left-1{
  left: -0.25rem;
}
.-right-\[27\%\]{
  right: -27%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-14{
  bottom: 3.5rem;
}
.bottom-\[-1\%\]{
  bottom: -1%;
}
.bottom-\[-10px\]{
  bottom: -10px;
}
.bottom-\[-110\%\]{
  bottom: -110%;
}
.bottom-\[-13\%\]{
  bottom: -13%;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.bottom-\[-25px\]{
  bottom: -25px;
}
.bottom-\[-38\%\]{
  bottom: -38%;
}
.bottom-\[-44px\]{
  bottom: -44px;
}
.bottom-\[-4px\]{
  bottom: -4px;
}
.bottom-\[-5\%\]{
  bottom: -5%;
}
.bottom-\[-5px\]{
  bottom: -5px;
}
.bottom-\[-70px\]{
  bottom: -70px;
}
.bottom-\[-750px\]{
  bottom: -750px;
}
.bottom-\[-7px\]{
  bottom: -7px;
}
.bottom-\[0\%\]{
  bottom: 0%;
}
.bottom-\[10\%\]{
  bottom: 10%;
}
.bottom-\[100\%\]{
  bottom: 100%;
}
.bottom-\[100px\]{
  bottom: 100px;
}
.bottom-\[129px\]{
  bottom: 129px;
}
.bottom-\[13\%\]{
  bottom: 13%;
}
.bottom-\[14px\]{
  bottom: 14px;
}
.bottom-\[20\%\]{
  bottom: 20%;
}
.bottom-\[220px\]{
  bottom: 220px;
}
.bottom-\[25px\]{
  bottom: 25px;
}
.bottom-\[3\%\]{
  bottom: 3%;
}
.bottom-\[35px\]{
  bottom: 35px;
}
.bottom-\[40px\]{
  bottom: 40px;
}
.bottom-\[75px\]{
  bottom: 75px;
}
.bottom-\[80px\]{
  bottom: 80px;
}
.bottom-\[98\%\]{
  bottom: 98%;
}
.bottom-\[unset\]{
  bottom: unset;
}
.left-0{
  left: 0px;
}
.left-20{
  left: 5rem;
}
.left-\[-100px\]{
  left: -100px;
}
.left-\[-151px\]{
  left: -151px;
}
.left-\[-15px\]{
  left: -15px;
}
.left-\[-30px\]{
  left: -30px;
}
.left-\[-48px\]{
  left: -48px;
}
.left-\[10\%\]{
  left: 10%;
}
.left-\[100px\]{
  left: 100px;
}
.left-\[125px\]{
  left: 125px;
}
.left-\[15\%\]{
  left: 15%;
}
.left-\[2\%\]{
  left: 2%;
}
.left-\[23\%\]{
  left: 23%;
}
.left-\[35\%\]{
  left: 35%;
}
.left-\[36\%\]{
  left: 36%;
}
.left-\[40\%\]{
  left: 40%;
}
.left-\[40px\]{
  left: 40px;
}
.left-\[45\%\]{
  left: 45%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[52px\]{
  left: 52px;
}
.left-\[60\%\]{
  left: 60%;
}
.left-\[73px\]{
  left: 73px;
}
.left-\[92\%\]{
  left: 92%;
}
.right-0{
  right: 0px;
}
.right-\[-15px\]{
  right: -15px;
}
.right-\[-175px\]{
  right: -175px;
}
.right-\[-205px\]{
  right: -205px;
}
.right-\[-20px\]{
  right: -20px;
}
.right-\[-210px\]{
  right: -210px;
}
.right-\[-30px\]{
  right: -30px;
}
.right-\[-5px\]{
  right: -5px;
}
.right-\[10\%\]{
  right: 10%;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[120px\]{
  right: 120px;
}
.right-\[13\%\]{
  right: 13%;
}
.right-\[140px\]{
  right: 140px;
}
.right-\[150px\]{
  right: 150px;
}
.right-\[15px\]{
  right: 15px;
}
.right-\[18\%\]{
  right: 18%;
}
.right-\[2\%\]{
  right: 2%;
}
.right-\[20\%\]{
  right: 20%;
}
.right-\[200px\]{
  right: 200px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[225px\]{
  right: 225px;
}
.right-\[26\.5\%\]{
  right: 26.5%;
}
.right-\[290px\]{
  right: 290px;
}
.right-\[33\%\]{
  right: 33%;
}
.right-\[335px\]{
  right: 335px;
}
.right-\[45px\]{
  right: 45px;
}
.right-\[5\%\]{
  right: 5%;
}
.right-\[55px\]{
  right: 55px;
}
.right-\[70px\]{
  right: 70px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[-110px\]{
  top: -110px;
}
.top-\[-120px\]{
  top: -120px;
}
.top-\[-133px\]{
  top: -133px;
}
.top-\[-15px\]{
  top: -15px;
}
.top-\[-170px\]{
  top: -170px;
}
.top-\[-250px\]{
  top: -250px;
}
.top-\[-30px\]{
  top: -30px;
}
.top-\[-48px\]{
  top: -48px;
}
.top-\[-50px\]{
  top: -50px;
}
.top-\[-6\%\]{
  top: -6%;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[12\.6\%\]{
  top: 12.6%;
}
.top-\[130px\]{
  top: 130px;
}
.top-\[15px\]{
  top: 15px;
}
.top-\[185px\]{
  top: 185px;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[25\%\]{
  top: 25%;
}
.top-\[250px\]{
  top: 250px;
}
.top-\[30\%\]{
  top: 30%;
}
.top-\[30\.5\%\]{
  top: 30.5%;
}
.top-\[300px\]{
  top: 300px;
}
.top-\[40\%\]{
  top: 40%;
}
.top-\[45\%\]{
  top: 45%;
}
.top-\[48\%\]{
  top: 48%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[52\.3\%\]{
  top: 52.3%;
}
.top-\[560px\]{
  top: 560px;
}
.top-\[57\%\]{
  top: 57%;
}
.top-\[58\.6\%\]{
  top: 58.6%;
}
.top-\[60\%\]{
  top: 60%;
}
.top-\[65px\]{
  top: 65px;
}
.top-\[74\.6\%\]{
  top: 74.6%;
}
.top-\[80px\]{
  top: 80px;
}
.top-\[90px\]{
  top: 90px;
}
.top-\[95px\]{
  top: 95px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[119\]{
  z-index: 119;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[66\]{
  z-index: 66;
}
.z-\[67\]{
  z-index: 67;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[150px\]{
  margin-top: 150px;
  margin-bottom: 150px;
}
.my-\[25px\]{
  margin-top: 25px;
  margin-bottom: 25px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mb-\[3\%\]{
  margin-bottom: 3%;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[5\%\]{
  margin-bottom: 5%;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-\[40px\]{
  margin-left: 40px;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-auto{
  margin-inline-start: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[120px\]{
  margin-top: 120px;
}
.mt-\[15\%\]{
  margin-top: 15%;
}
.mt-\[150px\]{
  margin-top: 150px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[2\%\]{
  margin-top: 2%;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[25\%\]{
  margin-top: 25%;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[3\%\]{
  margin-top: 3%;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[5\%\]{
  margin-top: 5%;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[8\%\]{
  margin-top: 8%;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-\[90px\]{
  margin-top: 90px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.size-\[30px\]{
  width: 30px;
  height: 30px;
}
.size-\[33px\]{
  width: 33px;
  height: 33px;
}
.size-\[35px\]{
  width: 35px;
  height: 35px;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-\[450px\]{
  height: 450px !important;
}
.h-16{
  height: 4rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[110vh\]{
  height: 110vh;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[15\%\]{
  height: 15%;
}
.h-\[150vh\]{
  height: 150vh;
}
.h-\[151px\]{
  height: 151px;
}
.h-\[154px\]{
  height: 154px;
}
.h-\[159px\]{
  height: 159px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[185px\]{
  height: 185px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[222px\]{
  height: 222px;
}
.h-\[2300px\]{
  height: 2300px;
}
.h-\[245px\]{
  height: 245px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[304px\]{
  height: 304px;
}
.h-\[305px\]{
  height: 305px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[3100px\]{
  height: 3100px;
}
.h-\[310px\]{
  height: 310px;
}
.h-\[322px\]{
  height: 322px;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[340px\]{
  height: 340px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[370px\]{
  height: 370px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[413px\]{
  height: 413px;
}
.h-\[41px\]{
  height: 41px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[424px\]{
  height: 424px;
}
.h-\[434px\]{
  height: 434px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[458px\]{
  height: 458px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[462px\]{
  height: 462px;
}
.h-\[476px\]{
  height: 476px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[510px\]{
  height: 510px;
}
.h-\[51\]{
  height: 51;
}
.h-\[51px\]{
  height: 51px;
}
.h-\[538px\]{
  height: 538px;
}
.h-\[550px\]{
  height: 550px;
}
.h-\[565px\]{
  height: 565px;
}
.h-\[570px\]{
  height: 570px;
}
.h-\[580px\]{
  height: 580px;
}
.h-\[615px\]{
  height: 615px;
}
.h-\[620px\]{
  height: 620px;
}
.h-\[630px\]{
  height: 630px;
}
.h-\[653px\]{
  height: 653px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[70\%\]{
  height: 70%;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[732px\]{
  height: 732px;
}
.h-\[780px\]{
  height: 780px;
}
.h-\[80vw\]{
  height: 80vw;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[92px\]{
  height: 92px;
}
.h-\[calc\(var\(--vh\2c 1vh\)\*100\)\]{
  height: calc(var(--vh,1vh) * 100);
}
.h-\[calc\(var\(--vh\2c 1vh\)\*120\)\]{
  height: calc(var(--vh,1vh) * 120);
}
.h-\[calc\(var\(--vh\2c 1vh\)\*400\)\]{
  height: calc(var(--vh,1vh) * 400);
}
.h-\[fit-content\]{
  height: -moz-fit-content;
  height: fit-content;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[1080px\]{
  max-height: 1080px;
}
.max-h-\[1200px\]{
  max-height: 1200px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[564px\]{
  max-height: 564px;
}
.max-h-\[730px\]{
  max-height: 730px;
}
.max-h-\[860px\]{
  max-height: 860px;
}
.max-h-\[975px\]{
  max-height: 975px;
}
.min-h-\[1200px\]{
  min-height: 1200px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.\!w-\[1563px\]{
  width: 1563px !important;
}
.\!w-\[630px\]{
  width: 630px !important;
}
.w-\[1\.5px\]{
  width: 1.5px;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[113px\]{
  width: 113px;
}
.w-\[117px\]{
  width: 117px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[1475px\]{
  width: 1475px;
}
.w-\[150\%\]{
  width: 150%;
}
.w-\[159px\]{
  width: 159px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[235px\]{
  width: 235px;
}
.w-\[244px\]{
  width: 244px;
}
.w-\[284px\]{
  width: 284px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[305px\]{
  width: 305px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[328px\]{
  width: 328px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[335px\]{
  width: 335px;
}
.w-\[347px\]{
  width: 347px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[370px\]{
  width: 370px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[42\%\]{
  width: 42%;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[458px\]{
  width: 458px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[470px\]{
  width: 470px;
}
.w-\[47px\]{
  width: 47px;
}
.w-\[489px\]{
  width: 489px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[523px\]{
  width: 523px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[56\%\]{
  width: 56%;
}
.w-\[570px\]{
  width: 570px;
}
.w-\[577px\]{
  width: 577px;
}
.w-\[580px\]{
  width: 580px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[767px\]{
  width: 767px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[810px\]{
  width: 810px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[900px\]{
  width: 900px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[91px\]{
  width: 91px;
}
.w-\[943px\]{
  width: 943px;
}
.w-\[980px\]{
  width: 980px;
}
.w-\[fit-content\]{
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[inherit\]{
  width: inherit;
}
.w-full{
  width: 100%;
}
.min-w-\[1285px\]{
  min-width: 1285px;
}
.min-w-\[210px\]{
  min-width: 210px;
}
.min-w-\[630px\]{
  min-width: 630px;
}
.max-w-\[100vw\]{
  max-width: 100vw;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[518px\]{
  max-width: 518px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-\[657px\]{
  max-width: 657px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.basis-\[36\%\]{
  flex-basis: 36%;
}
.basis-\[58\%\]{
  flex-basis: 58%;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-center{
  transform-origin: center;
}
.-translate-x-\[7px\]{
  --tw-translate-x: -7px;
  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-\[-540px\]{
  --tw-translate-x: -540px;
  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-\[15\%\]{
  --tw-translate-x: 15%;
  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-\[16\%\]{
  --tw-translate-x: 16%;
  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-\[36\%\]{
  --tw-translate-x: 36%;
  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-\[70px\]{
  --tw-translate-x: 70px;
  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-\[-120px\]{
  --tw-translate-y: -120px;
  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-\[-220px\]{
  --tw-translate-y: -220px;
  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-\[-320px\]{
  --tw-translate-y: -320px;
  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-\[1200px\]{
  --tw-translate-y: 1200px;
  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-\[1500px\]{
  --tw-translate-y: 1500px;
  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-\[35px\]{
  --tw-translate-y: 35px;
  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-\[40px\]{
  --tw-translate-y: 40px;
  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-\[500px\]{
  --tw-translate-y: 500px;
  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-\[850px\]{
  --tw-translate-y: 850px;
  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-\[177\.2deg\]{
  --tw-rotate: 177.2deg;
  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-\[18deg\]{
  --tw-rotate: 18deg;
  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-\[3\.5deg\]{
  --tw-rotate: 3.5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.1\]{
  --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));
}
.scale-\[1\.3\]{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  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-\[initial\]{
  cursor: initial;
}
.cursor-grab{
  cursor: grab;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.columns-3{
  -moz-columns: 3;
       columns: 3;
}
.columns-4{
  -moz-columns: 4;
       columns: 4;
}
.columns-5{
  -moz-columns: 5;
       columns: 5;
}
.columns-6{
  -moz-columns: 6;
       columns: 6;
}
.columns-7{
  -moz-columns: 7;
       columns: 7;
}
.columns-8{
  -moz-columns: 8;
       columns: 8;
}
.grid-cols-\[1fr_1fr\]{
  grid-template-columns: 1fr 1fr;
}
.grid-cols-\[1fr_1fr_1fr_1fr\]{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-cols-\[auto_auto\]{
  grid-template-columns: auto auto;
}
.grid-cols-\[auto_auto_auto\]{
  grid-template-columns: auto auto auto;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-items-end{
  justify-items: end;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10\%\]{
  gap: 10%;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[19\%\]{
  gap: 19%;
}
.gap-\[2\%\]{
  gap: 2%;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[300px\]{
  gap: 300px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[45px\]{
  gap: 45px;
}
.gap-\[5\%\]{
  gap: 5%;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[80px\]{
  gap: 80px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[13px\]{
  border-radius: 13px;
}
.rounded-\[150px\]{
  border-radius: 150px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[17px\]{
  border-radius: 17px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-tl-\[8px\]{
  border-top-left-radius: 8px;
}
.rounded-tr-\[44px\]{
  border-top-right-radius: 44px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r-\[2px\]{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#AB978E\]{
  --tw-border-opacity: 1;
  border-color: rgb(171 151 142 / var(--tw-border-opacity, 1));
}
.border-\[\#c7c8c8\]{
  --tw-border-opacity: 1;
  border-color: rgb(199 200 200 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#00000080\]{
  background-color: #00000080;
}
.bg-\[\#0000008f\]{
  background-color: #0000008f;
}
.bg-\[\#474747\]{
  --tw-bg-opacity: 1;
  background-color: rgb(71 71 71 / var(--tw-bg-opacity, 1));
}
.bg-\[\#685A54\]{
  --tw-bg-opacity: 1;
  background-color: rgb(104 90 84 / var(--tw-bg-opacity, 1));
}
.bg-\[\#685a54\]{
  --tw-bg-opacity: 1;
  background-color: rgb(104 90 84 / var(--tw-bg-opacity, 1));
}
.bg-\[\#685a54cc\]{
  background-color: #685a54cc;
}
.bg-\[\#A8948B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 148 139 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A9958C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(169 149 140 / var(--tw-bg-opacity, 1));
}
.bg-\[\#AB978E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(171 151 142 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DCE2E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 226 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DEE2DA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 226 218 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DFE3DB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 219 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5E5E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEE8E3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 232 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFE9E4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 233 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F1EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F2EC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF8F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF9F3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a9958c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(169 149 140 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dce2e5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 226 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dde1d9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dfe3db\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 219 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f0ea\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f2ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f2ecd6\]{
  background-color: #f4f2ecd6;
}
.bg-\[\#fff8f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff9f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(0_0_0\/50\%\)\]{
  background-color: rgb(0 0 0/50%);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c \.7\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_50\%\)\]{
  background-image: linear-gradient(0deg,rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 50%);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#dfe3db\]{
  --tw-gradient-to: #dfe3db var(--tw-gradient-to-position);
}
.fill-\[\#685a54\]{
  fill: #685a54;
}
.fill-\[\#A59188\]{
  fill: #A59188;
}
.fill-\[\#DCE2E5\]{
  fill: #DCE2E5;
}
.fill-\[\#DEE2DA\]{
  fill: #DEE2DA;
}
.fill-\[\#DFE3DB\]{
  fill: #DFE3DB;
}
.fill-\[\#F4F2EC\]{
  fill: #F4F2EC;
}
.fill-\[\#a59188\]{
  fill: #a59188;
}
.fill-\[\#a9958c\]{
  fill: #a9958c;
}
.fill-\[\#ab978e\]{
  fill: #ab978e;
}
.fill-\[\#cbcfd1\]{
  fill: #cbcfd1;
}
.fill-\[\#dbe1e4\]{
  fill: #dbe1e4;
}
.fill-\[\#dce2e5\]{
  fill: #dce2e5;
}
.fill-\[\#dfe3db\]{
  fill: #dfe3db;
}
.fill-\[\#e5dfdc\]{
  fill: #e5dfdc;
}
.fill-\[\#e68857\]{
  fill: #e68857;
}
.fill-\[\#f4f2ec\]{
  fill: #f4f2ec;
}
.fill-\[\#f5f6f6\]{
  fill: #f5f6f6;
}
.fill-\[\#fff8f2\]{
  fill: #fff8f2;
}
.fill-\[\#fff9f3\]{
  fill: #fff9f3;
}
.fill-\[\#fff\]{
  fill: #fff;
}
.fill-\[transparent\]{
  fill: transparent;
}
.fill-transparent{
  fill: transparent;
}
.stroke-\[\#a8948b\]{
  stroke: #a8948b;
}
.stroke-\[\#ab978e\]{
  stroke: #ab978e;
}
.stroke-\[\#fff\]{
  stroke: #fff;
}
.stroke-\[3px\]{
  stroke-width: 3px;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-none{
  -o-object-fit: none;
     object-fit: none;
}
.object-\[0_70\%\]{
  -o-object-position: 0 70%;
     object-position: 0 70%;
}
.object-\[510px_-125px\]{
  -o-object-position: 510px -125px;
     object-position: 510px -125px;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.p-4{
  padding: 1rem;
}
.p-\[130px\]{
  padding: 130px;
}
.p-\[150px\]{
  padding: 150px;
}
.p-\[25px\]{
  padding: 25px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11\%\]{
  padding-left: 11%;
  padding-right: 11%;
}
.px-\[14\%\]{
  padding-left: 14%;
  padding-right: 14%;
}
.px-\[15\%\]{
  padding-left: 15%;
  padding-right: 15%;
}
.px-\[150px\]{
  padding-left: 150px;
  padding-right: 150px;
}
.px-\[155px\]{
  padding-left: 155px;
  padding-right: 155px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[65px\]{
  padding-left: 65px;
  padding-right: 65px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[130px\]{
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-\[150px\]{
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-\[1\%\]{
  padding-bottom: 1%;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[200px\]{
  padding-bottom: 200px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[300px\]{
  padding-bottom: 300px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[5\%\]{
  padding-bottom: 5%;
}
.pb-\[65px\]{
  padding-bottom: 65px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[0\.5\%\]{
  padding-left: 0.5%;
}
.pl-\[1\%\]{
  padding-left: 1%;
}
.pl-\[10\%\]{
  padding-left: 10%;
}
.pl-\[100px\]{
  padding-left: 100px;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pl-\[11\%\]{
  padding-left: 11%;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-\[17\%\]{
  padding-left: 17%;
}
.pl-\[200px\]{
  padding-left: 200px;
}
.pl-\[240px\]{
  padding-left: 240px;
}
.pl-\[30\%\]{
  padding-left: 30%;
}
.pl-\[30px\]{
  padding-left: 30px;
}
.pl-\[33\%\]{
  padding-left: 33%;
}
.pl-\[43\%\]{
  padding-left: 43%;
}
.pl-\[5\%\]{
  padding-left: 5%;
}
.pl-\[70px\]{
  padding-left: 70px;
}
.pl-\[80px\]{
  padding-left: 80px;
}
.pl-\[90px\]{
  padding-left: 90px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[100px\]{
  padding-right: 100px;
}
.pr-\[20\%\]{
  padding-right: 20%;
}
.pr-\[22\%\]{
  padding-right: 22%;
}
.pr-\[25\%\]{
  padding-right: 25%;
}
.pr-\[25px\]{
  padding-right: 25px;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pr-\[45px\]{
  padding-right: 45px;
}
.pr-\[5\%\]{
  padding-right: 5%;
}
.pr-\[50px\]{
  padding-right: 50px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-\[10\%\]{
  padding-top: 10%;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.pt-\[140px\]{
  padding-top: 140px;
}
.pt-\[15\%\]{
  padding-top: 15%;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[210px\]{
  padding-top: 210px;
}
.pt-\[220px\]{
  padding-top: 220px;
}
.pt-\[25px\]{
  padding-top: 25px;
}
.pt-\[280px\]{
  padding-top: 280px;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.text-center{
  text-align: center;
}
.text-end{
  text-align: end;
}
.font-AGPro{
  font-family: AGaramondPro;
}
.font-NotoSansCJK{
  font-family: NotoSansCJKtcDemiLight, NotoSansCJKtcRegular, NotoSansCJKtcMedium;
}
.font-NotoSansTC{
  font-family: Noto Sans TC;
}
.font-SourceHanSansTC{
  font-family: SourceHanSansTCLight, SourceHanSansTCExtraLight;
}
.text-\[100pt\]{
  font-size: 100pt;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11pt\]{
  font-size: 11pt;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.5px\]{
  font-size: 12.5px;
}
.text-\[121px\]{
  font-size: 121px;
}
.text-\[122px\]{
  font-size: 122px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14\.5px\]{
  font-size: 14.5px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19pt\]{
  font-size: 19pt;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20pt\]{
  font-size: 20pt;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[29px\]{
  font-size: 29px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[50pt\]{
  font-size: 50pt;
}
.text-\[52px\]{
  font-size: 52px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-\[72px\]{
  font-size: 72px;
}
.text-\[7px\]{
  font-size: 7px;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-\[81px\]{
  font-size: 81px;
}
.text-\[82px\]{
  font-size: 82px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-xl{
  font-size: 20px;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-\[50px\]{
  line-height: 50px;
}
.leading-none{
  line-height: 1;
}
.tracking-\[1\.2px\]{
  letter-spacing: 1.2px;
}
.tracking-\[10px\]{
  letter-spacing: 10px;
}
.tracking-\[12px\]{
  letter-spacing: 12px;
}
.tracking-\[15px\]{
  letter-spacing: 15px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[20px\]{
  letter-spacing: 20px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-\[3px\]{
  letter-spacing: 3px;
}
.tracking-\[4px\]{
  letter-spacing: 4px;
}
.tracking-\[5px\]{
  letter-spacing: 5px;
}
.tracking-\[7px\]{
  letter-spacing: 7px;
}
.tracking-\[8px\]{
  letter-spacing: 8px;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 3px;
}
.text-\[\#474747\]{
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}
.text-\[\#534741\]{
  --tw-text-opacity: 1;
  color: rgb(83 71 65 / var(--tw-text-opacity, 1));
}
.text-\[\#685A54\]{
  --tw-text-opacity: 1;
  color: rgb(104 90 84 / var(--tw-text-opacity, 1));
}
.text-\[\#685a54\]{
  --tw-text-opacity: 1;
  color: rgb(104 90 84 / var(--tw-text-opacity, 1));
}
.text-\[\#727171\]{
  --tw-text-opacity: 1;
  color: rgb(114 113 113 / var(--tw-text-opacity, 1));
}
.text-\[\#736357\]{
  --tw-text-opacity: 1;
  color: rgb(115 99 87 / var(--tw-text-opacity, 1));
}
.text-\[\#848484\]{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}
.text-\[\#888888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-\[\#9fa0a0\]{
  --tw-text-opacity: 1;
  color: rgb(159 160 160 / var(--tw-text-opacity, 1));
}
.text-\[\#A59188\]{
  --tw-text-opacity: 1;
  color: rgb(165 145 136 / var(--tw-text-opacity, 1));
}
.text-\[\#A8948B\]{
  --tw-text-opacity: 1;
  color: rgb(168 148 139 / var(--tw-text-opacity, 1));
}
.text-\[\#A9958C\]{
  --tw-text-opacity: 1;
  color: rgb(169 149 140 / var(--tw-text-opacity, 1));
}
.text-\[\#AB978E\]{
  --tw-text-opacity: 1;
  color: rgb(171 151 142 / var(--tw-text-opacity, 1));
}
.text-\[\#E58757\]{
  --tw-text-opacity: 1;
  color: rgb(229 135 87 / var(--tw-text-opacity, 1));
}
.text-\[\#E68857\]{
  --tw-text-opacity: 1;
  color: rgb(230 136 87 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF9F3\]{
  --tw-text-opacity: 1;
  color: rgb(255 249 243 / var(--tw-text-opacity, 1));
}
.text-\[\#a8948b\]{
  --tw-text-opacity: 1;
  color: rgb(168 148 139 / var(--tw-text-opacity, 1));
}
.text-\[\#a9958c\]{
  --tw-text-opacity: 1;
  color: rgb(169 149 140 / var(--tw-text-opacity, 1));
}
.text-\[\#ab978e\]{
  --tw-text-opacity: 1;
  color: rgb(171 151 142 / var(--tw-text-opacity, 1));
}
.text-\[\#e68857\]{
  --tw-text-opacity: 1;
  color: rgb(230 136 87 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-\[0\.15\]{
  opacity: 0.15;
}
.opacity-\[0\.3\]{
  opacity: 0.3;
}
.opacity-\[0\.4\]{
  opacity: 0.4;
}
.opacity-\[0\.6\]{
  opacity: 0.6;
}
.opacity-\[0\]{
  opacity: 0;
}
.outline{
  outline-style: solid;
}
.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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[color\]{
  transition-property: color;
  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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[1\.4s\]{
  transition-duration: 1.4s;
}
.duration-\[1\.5s\]{
  transition-duration: 1.5s;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\!vw-w-\[550px\]{
  width: calc(550 / 19.2 * 1vw) !important;
}
.vw-gap-10{
  gap: calc(40 / 19.2 * 1vw);
}
.vw-h-\[205px\]{
  height: calc(205 / 19.2 * 1vw);
}
.vw-h-\[210px\]{
  height: calc(210 / 19.2 * 1vw);
}
.vw-h-\[249px\]{
  height: calc(249 / 19.2 * 1vw);
}
.vw-h-\[290px\]{
  height: calc(290 / 19.2 * 1vw);
}
.vw-h-\[298px\]{
  height: calc(298 / 19.2 * 1vw);
}
.vw-h-\[300px\]{
  height: calc(300 / 19.2 * 1vw);
}
.vw-h-\[336px\]{
  height: calc(336 / 19.2 * 1vw);
}
.vw-h-\[358px\]{
  height: calc(358 / 19.2 * 1vw);
}
.vw-h-\[390px\]{
  height: calc(390 / 19.2 * 1vw);
}
.vw-h-\[400px\]{
  height: calc(400 / 19.2 * 1vw);
}
.vw-h-\[462px\]{
  height: calc(462 / 19.2 * 1vw);
}
.vw-h-\[494px\]{
  height: calc(494 / 19.2 * 1vw);
}
.vw-h-\[500px\]{
  height: calc(500 / 19.2 * 1vw);
}
.vw-h-\[550px\]{
  height: calc(550 / 19.2 * 1vw);
}
.vw-h-\[564px\]{
  height: calc(564 / 19.2 * 1vw);
}
.vw-h-\[570px\]{
  height: calc(570 / 19.2 * 1vw);
}
.vw-h-\[580px\]{
  height: calc(580 / 19.2 * 1vw);
}
.vw-h-\[590px\]{
  height: calc(590 / 19.2 * 1vw);
}
.vw-h-\[650px\]{
  height: calc(650 / 19.2 * 1vw);
}
.vw-left-\[250px\]{
  left: calc(250 / 19.2 * 1vw);
}
.vw-left-\[375px\]{
  left: calc(375 / 19.2 * 1vw);
}
.vw-left-\[400px\]{
  left: calc(400 / 19.2 * 1vw);
}
.vw-left-\[815px\]{
  left: calc(815 / 19.2 * 1vw);
}
.vw-max-h-\[462px\]{
  max-height: calc(462 / 19.2 * 1vw);
}
.vw-max-w-\[110px\]{
  max-width: calc(110 / 19.2 * 1vw);
}
.vw-max-w-\[1563px\]{
  max-width: calc(1563 / 19.2 * 1vw);
}
.vw-max-w-\[332px\]{
  max-width: calc(332 / 19.2 * 1vw);
}
.vw-max-w-\[465px\]{
  max-width: calc(465 / 19.2 * 1vw);
}
.vw-max-w-\[833px\]{
  max-width: calc(833 / 19.2 * 1vw);
}
.vw-min-h-\[300px\]{
  min-height: calc(300 / 19.2 * 1vw);
}
.vw-min-w-\[332px\]{
  min-width: calc(332 / 19.2 * 1vw);
}
.vw-min-w-\[580px\]{
  min-width: calc(580 / 19.2 * 1vw);
}
.vw-min-w-\[830px\]{
  min-width: calc(830 / 19.2 * 1vw);
}
.vw-mt-\[150px\]{
  margin-top: calc(150 / 19.2 * 1vw);
}
.vw-mt-\[510px\]{
  margin-top: calc(510 / 19.2 * 1vw);
}
.vw-mt-\[65px\]{
  margin-top: calc(65 / 19.2 * 1vw);
}
.vw-p-\[100px\]{
  padding: calc(100 / 19.2 * 1vw);
}
.vw-p-\[45px\]{
  padding: calc(45 / 19.2 * 1vw);
}
.vw-pb-\[100px\]{
  padding-bottom: calc(100 / 19.2 * 1vw);
}
.vw-pl-\[100px\]{
  padding-left: calc(100 / 19.2 * 1vw);
}
.vw-pl-\[150px\]{
  padding-left: calc(150 / 19.2 * 1vw);
}
.vw-pl-\[200px\]{
  padding-left: calc(200 / 19.2 * 1vw);
}
.vw-pl-\[225px\]{
  padding-left: calc(225 / 19.2 * 1vw);
}
.vw-pl-\[226px\]{
  padding-left: calc(226 / 19.2 * 1vw);
}
.vw-pl-\[245px\]{
  padding-left: calc(245 / 19.2 * 1vw);
}
.vw-pl-\[250px\]{
  padding-left: calc(250 / 19.2 * 1vw);
}
.vw-pl-\[55px\]{
  padding-left: calc(55 / 19.2 * 1vw);
}
.vw-pr-\[250px\]{
  padding-right: calc(250 / 19.2 * 1vw);
}
.vw-pr-\[260px\]{
  padding-right: calc(260 / 19.2 * 1vw);
}
.vw-pr-\[45px\]{
  padding-right: calc(45 / 19.2 * 1vw);
}
.vw-pt-\[100px\]{
  padding-top: calc(100 / 19.2 * 1vw);
}
.vw-pt-\[150px\]{
  padding-top: calc(150 / 19.2 * 1vw);
}
.vw-pt-\[200px\]{
  padding-top: calc(200 / 19.2 * 1vw);
}
.vw-pt-\[280px\]{
  padding-top: calc(280 / 19.2 * 1vw);
}
.vw-pt-\[350px\]{
  padding-top: calc(350 / 19.2 * 1vw);
}
.vw-px-\[150px\]{
  padding-left: calc(150 / 19.2 * 1vw);
  padding-right: calc(150 / 19.2 * 1vw);
}
.vw-px-\[335px\]{
  padding-left: calc(335 / 19.2 * 1vw);
  padding-right: calc(335 / 19.2 * 1vw);
}
.vw-px-\[44px\]{
  padding-left: calc(44 / 19.2 * 1vw);
  padding-right: calc(44 / 19.2 * 1vw);
}
.vw-py-\[100px\]{
  padding-top: calc(100 / 19.2 * 1vw);
  padding-bottom: calc(100 / 19.2 * 1vw);
}
.vw-right-\[370px\]{
  right: calc(370 / 19.2 * 1vw);
}
.vw-right-\[420px\]{
  right: calc(420 / 19.2 * 1vw);
}
.vw-right-\[510px\]{
  right: calc(510 / 19.2 * 1vw);
}
.vw-right-\[645px\]{
  right: calc(645 / 19.2 * 1vw);
}
.vw-right-\[815px\]{
  right: calc(815 / 19.2 * 1vw);
}
.vw-top-\[1250px\]{
  top: calc(1250 / 19.2 * 1vw);
}
.vw-top-\[150px\]{
  top: calc(150 / 19.2 * 1vw);
}
.vw-top-\[182px\]{
  top: calc(182 / 19.2 * 1vw);
}
.vw-top-\[185px\]{
  top: calc(185 / 19.2 * 1vw);
}
.vw-top-\[230px\]{
  top: calc(230 / 19.2 * 1vw);
}
.vw-top-\[250px\]{
  top: calc(250 / 19.2 * 1vw);
}
.vw-top-\[300px\]{
  top: calc(300 / 19.2 * 1vw);
}
.vw-top-\[375px\]{
  top: calc(375 / 19.2 * 1vw);
}
.vw-top-\[430px\]{
  top: calc(430 / 19.2 * 1vw);
}
.vw-top-\[550px\]{
  top: calc(550 / 19.2 * 1vw);
}
.vw-top-\[800px\]{
  top: calc(800 / 19.2 * 1vw);
}
.vw-w-\[290px\]{
  width: calc(290 / 19.2 * 1vw);
}
.vw-w-\[340px\]{
  width: calc(340 / 19.2 * 1vw);
}
.vw-w-\[343px\]{
  width: calc(343 / 19.2 * 1vw);
}
.vw-w-\[384px\]{
  width: calc(384 / 19.2 * 1vw);
}
.vw-w-\[390px\]{
  width: calc(390 / 19.2 * 1vw);
}
.vw-w-\[439px\]{
  width: calc(439 / 19.2 * 1vw);
}
.vw-w-\[450px\]{
  width: calc(450 / 19.2 * 1vw);
}
.vw-w-\[460px\]{
  width: calc(460 / 19.2 * 1vw);
}
.vw-w-\[465px\]{
  width: calc(465 / 19.2 * 1vw);
}
.vw-w-\[500px\]{
  width: calc(500 / 19.2 * 1vw);
}
.vw-w-\[523px\]{
  width: calc(523 / 19.2 * 1vw);
}
.vw-w-\[550px\]{
  width: calc(550 / 19.2 * 1vw);
}
.vw-w-\[580px\]{
  width: calc(580 / 19.2 * 1vw);
}
.vw-w-\[657px\]{
  width: calc(657 / 19.2 * 1vw);
}
.vw-w-\[804px\]{
  width: calc(804 / 19.2 * 1vw);
}
.vw-w-\[830px\]{
  width: calc(830 / 19.2 * 1vw);
}
.vw-w-\[900px\]{
  width: calc(900 / 19.2 * 1vw);
}
.tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.\[hostname\:port\]{
  hostname: port;
}
.\[media\:ID\]{
  media: ID;
}
.\[writing-mode\:tb\]{
  writing-mode: tb;
}
.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}
.about-h3{
  font-family: Noto Sans TC;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 600px){
  .about-h3{
    font-size: 18px;
  }
}

.about-h5{
  margin-top: 50px;
  width: 26%;
  font-family: Noto Sans TC;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px){
  .about-h5{
    width: 75%;
  }
}

@media (max-width: 600px){
  .about-h5{
    width: 100%;
    font-size: 13.5px;
    font-weight: 400;
  }
}

.about-h5En{
  font-family: AGaramondPro;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 600px){
  .about-h5En{
    font-size: 12px;
    letter-spacing: 2px;
  }
}

.foodtitleEn{
  font-family: AGaramondPro;
  font-size: 120px;
  letter-spacing: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 249 243 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}

@media (max-width: 1024px){
  .foodtitleEn{
    font-size: 72px;
  }
}

@media (max-width: 600px){
  .foodtitleEn{
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.foodtitle{
  font-family: Noto Sans TC;
  font-size: 56px;
  letter-spacing: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 249 243 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px){
  .foodtitle{
    text-align: center;
  }
}

@media (max-width: 600px){
  .foodtitle{
    font-size: 24px;
    letter-spacing: 5px;
  }
}

.Facebook {
  -webkit-mask-image: url(../views/images/contact_facebook.svg);
          mask-image: url(../views/images/contact_facebook.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.Line {
  background-image: url(../views/images/contact_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  transition: all 0.5s;
}
.Line:hover {
  background-image: url(../views/images/contact_line_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Instagram {
  -webkit-mask-image: url(../views/images/contact_instagram.svg);
          mask-image: url(../views/images/contact_instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.Link {
  -webkit-mask-image: url(../views/images/link.svg);
          mask-image: url(../views/images/link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.basic-hover {
  cursor: pointer;
  transition: all 0.3s;
}
.basic-hover:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  input,
  textarea,
  select {
    border-radius: 0;
  }
}

input[type=text].error,
textarea.error,
select.error {
  border-bottom: 1px solid #f00 !important;
}

.check-area.error input[type=checkbox] {
  border: 1px solid #f00 !important;
}

svg {
  overflow: visible;
}

[v-cloak] {
  display: none !important;
}

body {
  overflow-x: clip;
  --lock: 0px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
body.is-lock {
  overflow-y: hidden;
  margin-right: var(--lock);
}
@media (max-width: 900px) {
  body.is-lock {
    margin-right: 0;
    overflow: hidden;
  }
}

.container {
  max-width: 900px;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 77px 20px 77px;
  z-index: 999;
}
@media (max-width: 1440px) {
  .nav {
    padding: 20px 40px 20px 40px;
  }
}
@media (max-width: 600px) {
  .nav {
    padding: 25px 20px 15px 20px;
  }
}
.nav .logo_icon {
  height: 50px;
  width: 113px;
  background: #685a54;
  -webkit-mask-image: url(../views/images/logo.svg);
          mask-image: url(../views/images/logo.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 11;
}
@media (max-width: 600px) {
  .nav .logo_icon {
    width: 71px;
    height: 32px;
  }
}
.nav .right {
  display: flex;
  gap: 20px;
}
.nav .right .btn_RESERVATION {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 55px;
  background: #dbdad5;
  -webkit-mask-image: url(../views/images/nav_btn_1.svg);
          mask-image: url(../views/images/nav_btn_1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  font-family: "AGaramondPro", serif;
  font-size: 15px;
  color: var(--685a54);
  transition: all 1.5s;
  cursor: pointer;
}
.nav .right .btn_RESERVATION:hover {
  background: #9fa0a0;
  color: white;
}
@media (max-width: 600px) {
  .nav .right .btn_RESERVATION {
    width: 90px;
    height: 32px;
    font-size: 10px;
  }
}
.nav .right .btn_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 51px;
  background: url(../views/images/nav_btn_2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1.5s;
  cursor: pointer;
}
.nav .right .btn_menu:hover {
  background: url(../views/images/nav_btn_2_hover.svg);
}
@media (max-width: 600px) {
  .nav .right .btn_menu {
    width: 38px;
    height: 31px;
  }
  .nav .right .btn_menu:hover {
    background: url(../views/images/nav_btn_2_hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .nav .right .btn_menu:hover::before {
    width: 18px;
    height: 10px;
    background: url(../views/images/nav_btn_2_1_hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.nav .right .btn_menu_close {
  cursor: pointer;
  width: 62px;
  height: 51px;
  background: url(../views/images/nav_btn_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1.5s;
}
@media (max-width: 600px) {
  .nav .right .btn_menu_close {
    width: 24px;
    height: 22px;
    background: url(../views/images/home_Journey_close_mobie.svg);
  }
}
.nav .right .btn_menu_close:hover {
  background: url(../views/images/nav_btn_close_hover.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home {
  position: relative;
}

.home_bg1 {
  display: flex;
  justify-content: center;
  will-change: transform;
}
.home_bg1 img {
  width: 100%;
  height: 100%;
  max-width: 1563px;
  max-height: 730px;
  -o-object-fit: none;
     object-fit: none;
  -webkit-mask-image: url(../views/images/home_body_1.svg);
          mask-image: url(../views/images/home_body_1.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  will-change: transform;
}

.img-mask {
  -webkit-mask-image: url(../views/images/home_body_1.svg);
          mask-image: url(../views/images/home_body_1.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: -webkit-mask-position 1s;
  transition: mask-position 1s;
  transition: mask-position 1s, -webkit-mask-position 1s;
  will-change: transform;
}
.img-mask img {
  will-change: transform;
}
@media (max-width: 1024px) {
  .img-mask {
    max-width: unset;
  }
}

.home_bg1_1 {
  display: block;
  position: absolute;
  top: 85px;
  width: 1700px;
  height: 800px;
  border-radius: 16px;
  width: 100%;
  z-index: -10;
}
@media (max-width: 600px) {
  .home_bg1_1 {
    width: 1785px;
    left: -145%;
    top: 60px;
  }
}

.home .right_text {
  writing-mode: vertical-rl;
  position: absolute;
  top: 220px;
  font-size: 30px;
  right: 193px;
  color: var(--595757);
  letter-spacing: 10px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media (max-width: 600px) {
  .home .right_text {
    top: 160px;
    right: 130px;
    font-size: 16px;
    color: white;
    line-height: 3;
    font-weight: 500;
    text-decoration-thickness: 1.5px;
  }
}

.home .left_text {
  position: absolute;
  top: 495px;
  left: 275px;
  color: white;
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 2;
}
@media (max-width: 600px) {
  .home .left_text {
    text-align: center;
    top: 380px;
    left: 155px;
    font-family: "AGaramondPro";
    font-size: 13px;
  }
}

.home_3_mask {
  display: flex;
  width: 100vw;
  height: 100vh;
  mask-image: url(./images/room_mask.svg);
  mask-size: 0%;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: -1;
  position: absolute;
  will-change: -webkit-mask-size, mask-size;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: none;
  -webkit-mask-image: url(./images/room_mask.svg);
  -webkit-mask-size: 0%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media (max-width: 768px) {
  .home_3_mask {
    height: 768px;
    position: relative;
    -webkit-mask-size: unset;
            mask-size: unset;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.home_3_mask img {
  transition: opacity 1s ease-in-out;
  transform-origin: center center;
  will-change: transform, opacity;
}
.home_3_mask img.room-scale-up {
  animation: roomScaleUp 11s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}
.home_3_mask img.room-scale-down {
  animation: roomScaleDown 11s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}
.home_3_mask img.room-slide-left-right {
  animation: roomSlideLeftRight 11s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}
.home_3_mask img.room-slide-right-left {
  animation: roomSlideRightLeft 11s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}
.home_3_mask #room-img-1,
.home_3_mask #room-img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
}

@keyframes roomScaleUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes roomScaleDown {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  50% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
@keyframes roomSlideLeftRight {
  from {
    transform: matrix(1, 0, 0, 1, -8, 0);
  }
  to {
    transform: matrix(1.05, 0, 0, 1.05, 15, 0);
  }
}
@keyframes roomSlideRightLeft {
  from {
    transform: matrix(1, 0, 0, 1, 8, 0);
  }
  to {
    transform: matrix(1.05, 0, 0, 1.05, -15, 0);
  }
}
.animate-scroll {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  animation-name: animescroll;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes animescroll {
  0% {
    height: 0px;
  }
  45% {
    height: 60px;
  }
  55% {
    height: 60px;
    top: 0%;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}
.home_an.active {
  animation-name: home_an_anime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes home_an_anime {
  from {
    right: -200px;
  }
  to {
    right: -50px;
  }
}
.accordion-content {
  transition: 0.5s;
}

#home_3 img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

/* #home3_room2 {
			clip-path: inset(50%);
			transition: clip-path 1s cubic-bezier(.77, 0, .18, 1);
		} */
.home_1_sai {
  -webkit-mask-image: url(./views/images/home_2.svg);
          mask-image: url(./views/images/home_2.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.space_hover .path-1 {
  fill: #e58757;
}

.space_hover .path-2 {
  fill: #fff;
}

@keyframes marquee-fallback {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.feature img {
  -webkit-mask-image: url(../views/images/home_feature_mask.svg);
          mask-image: url(../views/images/home_feature_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.space_anime {
  transition: opacity 0.4s;
}

.space_anime:hover {
  opacity: 1 !important;
}

.custom-scroll-hide::-webkit-scrollbar {
  display: none;
}

.custom-scroll-hide {
  scrollbar-width: none;
}

.Journey_mask {
  -webkit-mask-image: url(../views/images/home_Journey_mask.svg);
          mask-image: url(../views/images/home_Journey_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.justify_btn:hover .justify_hove {
  fill: #e68857;
}

.journey_Lightbox .img {
  -webkit-mask-image: url(../views/images/home_Journey_mask.svg);
          mask-image: url(../views/images/home_Journey_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.journey_content::-webkit-scrollbar {
  width: 8px;
  background: #dfe3db;
  border-radius: 4px;
}

.journey_content::-webkit-scrollbar-thumb {
  background: #ab978e;
  border-radius: 4px;
}

.journey_content::-webkit-scrollbar-thumb:hover {
  background: #cebcb6;
}

/* Firefox */
.journey_conten {
  scrollbar-width: thin;
  scrollbar-color: #ab978e #dfe3db;
}

.Journey_card:hover .hover {
  content: "";
  opacity: 1;
  transition: opacity 0.8s;
  -webkit-mask-image: url(../views/images/home_Journey_mask.svg);
          mask-image: url(../views/images/home_Journey_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.latest_news_hide {
  background-color: #685a54 !important;
  color: white !important;
}

.latest_news_btn .btn {
  width: 36px;
  opacity: 0;
}

.latest_news_btn_hide .btn {
  opacity: 1;
  animation: btnAnime;
  animation-duration: 1.5s;
}

.menu_img img {
  -webkit-mask-image: url(../views/images/menu_room_mask.svg);
          mask-image: url(../views/images/menu_room_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.room_title2 svg path {
  transition: d 2s cubic-bezier(0.4, 2, 0.6, 1);
}

.room_title2:hover svg path {
  d: path("M0,9.16h13.66c11.38,0,22.49-1.04,32.79-2.81,14.33-2.46,35.95-5.12,62.78-5.04,25.81.08,46.61,2.68,60.54,5.08,10.1,1.74,21.02,2.77,32.2,2.77h19.81");
}

.upload {
  transition: height 0.7s cubic-bezier(0.22, 0.9, 0.36, 1);
  will-change: height;
  overflow: hidden;
}

#room_titleanime {
  opacity: 1;
}

#room_contentanime {
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 0.9, 0.36, 1);
  opacity: 0;
  will-change: opacity, transform;
}

#room_contentanime.anim-in {
  opacity: 1;
  transition: opacity 0.22s;
}

.anim-in {
  opacity: 1;
  transition: opacity 0.22s;
}

.anim-out {
  opacity: 0;
  transition: opacity 0.22s;
}

.slide-in {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.22s;
}

.slide-out {
  opacity: 1;
  transform: translateY(195px);
  transition: transform 0.22s;
}

.room-up-out {
  opacity: 1;
  transform: translateY(-100%);
  transition: transform 0.4s, opacity 0.4s;
}

.room-down-out {
  opacity: 1;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.4s;
}

.room-up-start {
  opacity: 1;
  transform: translateY(100%);
}

.room-down-start {
  opacity: 1;
  transform: translateY(-100%);
}

.room-up-in {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s, opacity 0.4s;
}

.room-hidden {
  opacity: 0;
  pointer-events: none;
}

.room01Class {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 65px;
  padding-right: 65px;
}

.room02Class {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 65px;
  padding-right: 65px;
}

.room-img {
  transition: flex-basis 0.6s cubic-bezier(0.22, 0.9, 0.36, 1), height 0.6s cubic-bezier(0.22, 0.9, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.9, 0.36, 1), opacity 0.35s ease;
  will-change: flex-basis, height, transform, opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.room-upload {
  -webkit-mask-image: url(./images/room_mask.svg);
          mask-image: url(./images/room_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-size: 30%;
          mask-size: 30%;
}
@media (max-width: 1024px) {
  .room-upload {
    -webkit-mask-size: 75%;
            mask-size: 75%;
  }
}

.room_content_mask h5,
.room_content_mask p {
  animation-name: room_content_masktext_anime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes room_content_masktext_anime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#clock {
  transition: opacity 0.4s ease;
  opacity: 1;
}

#clock.fade-out {
  opacity: 0;
}

#clock-time .clock-digit {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}

#clock-time .clock-old,
#clock-time .clock-new {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

#food_01 {
  background: url(../views/images/food_bg.jpg);
  background-size: cover;
  opacity: 0;
  animation-name: food_01_anime;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 600px) {
  #food_01 {
    background-size: cover;
    background-position-x: -220px;
  }
}

#food_01 svg {
  opacity: 0;
  animation-name: food_line01_anime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
@media (max-width: 600px) {
  #food_01 svg {
    animation-name: food_line01_anime2;
  }
  #food_01 svg path {
    animation-name: food_line01_anime2_1;
    animation-delay: 1s;
    animation-duration: 4s;
    animation-fill-mode: forwards;
  }
}

@keyframes food_01_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes food_line01_anime {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 83px;
  }
}
@keyframes food_line01_anime2 {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 45px;
  }
}
@keyframes food_line01_anime2_1 {
  from {
    d: path("M0,10 L45,10");
  }
  to {
    d: path("M0,10h2.77c2.31,0,4.56-.35,6.65-.95,2.91-.83,7.29-2.62,12.74-2.6,5.24.03,9.46,1.8,12.28,2.61,2.05.59,4.27.93,6.53.93h4.02");
  }
}
#food_03 {
  background: url(./images/food_03_bg.jpg);
  background-size: cover;
  opacity: 0;
  animation-name: food_01_anime;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
}

.Pagbtnhide p {
  color: white;
}

.Pagbtnhide svg {
  opacity: 1;
}

.food-text {
  opacity: 0;
}

#food_02_mobile .hove_01 .one,
#food_02_mobile .hove_02 .two,
#food_02_mobile .hove_03 .three {
  color: #e68857;
}

#food_02_mobile span {
  transition: transform 0.3s;
}

#food_02_mobile .hove_01 span {
  transform: translateY(50px);
}

#food_02_mobile .hove_02 span {
  transform: translateY(0px);
}

#food_02_mobile .hove_03 span {
  transform: translateY(50px);
}

.travel_mask {
  -webkit-mask-image: url(./views/images/travel_mask.svg);
          mask-image: url(./views/images/travel_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.travel_an {
  position: absolute;
  top: 130px;
  right: -165px;
  animation-name: travel_an_anime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes travel_an_anime {
  from {
    right: -165px;
  }
  to {
    right: -25px;
  }
}
.travel_card_hover .an {
  transition: opacity 1s;
}

.travel_card_hover span {
  transition: opacity 1s;
}

.travel_card_hover:hover span {
  opacity: 1;
}

.travel_card_hover.hover span {
  opacity: 1;
}

.travel_card_hover:hover .an {
  animation-name: travel_card_anime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.travel_card_hover.hover .an {
  animation-name: travel_card_anime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes travel_card_anime {
  from {
    transform: translateX(120px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
.travel-accordion-item {
  max-width: 6.25vw;
  overflow: hidden;
  transition: max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.travel-accordion-item.travel_accordion_hide {
  max-width: 100%;
  width: 100%;
}

.accordion-content {
  opacity: 0;
}

.travel_accordion_hide .accordion-content {
  opacity: 1;
  transition-delay: 0.2s;
}

.news_content p{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: NotoSansCJKtcDemiLight, NotoSansCJKtcRegular, NotoSansCJKtcMedium;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(114 113 113 / var(--tw-text-opacity, 1));
}

@media (max-width: 600px){
  .news_content p{
    margin-top: 1.25rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13.5px;
    letter-spacing: 4px;
  }
}
.news_content h5{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Noto Sans TC;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(104 90 84 / var(--tw-text-opacity, 1));
}
@media (max-width: 600px){
  .news_content h5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 0px;
    padding-right: 0px;
    text-indent: -0.5em;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.news_content h6{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Noto Sans TC;
  font-size: 20px;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(114 113 113 / var(--tw-text-opacity, 1));
}
@media (max-width: 600px){
  .news_content h6{
    margin-bottom: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
  }
}
.news_content img{
  height: 580px;
  width: 900px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px){
  .news_content img{
    width: 100%;
  }
}
@media (max-width: 600px){
  .news_content img{
    height: 12%;
    border-radius: 10px;
  }
}

.news_crad .ophover {
  transition: opacity 2s;
}

.news_crad .btnhover {
  transition: fill 2s;
}

.news_crad.news_crad_hide .ophover {
  opacity: 1;
}

.news_crad.news_crad_hide .btnhover {
  fill: #e68857;
}

.news_crad.news_crad_hide .btnhover2 {
  fill: #fff;
}

.contact_title1:hover svg path {
  d: path("M1191,10.02h-83.05c-9.84,0-19.6-1.85-28.96-5.27-12.28-4.49-33.85-8.83-60.42.67-8.8,3.15-18.02,4.6-27.26,4.6H0");
}

.newsCrad path {
  d: path("M465,4.74h-6.18c-4.07,0-8.1-.77-11.96-2.18-5.07-1.85-13.98-3.65-24.96.28-3.64,1.3-7.44,1.9-11.26,1.9H0");
}
@media (max-width: 1024px) {
  .newsCrad path {
    d: path("M725,4.74h-6.18c-4.07,0-8.1-.77-11.96-2.18-5.07-1.85-13.98-3.65-24.96.28-3.64,1.3-7.44,1.9-11.26,1.9H0");
  }
}
@media (max-width: 550px) {
  .newsCrad path {
    d: path("M465,4.74h-6.18c-4.07,0-8.1-.77-11.96-2.18-5.07-1.85-13.98-3.65-24.96.28-3.64,1.3-7.44,1.9-11.26,1.9H0");
  }
}

@keyframes wave-motion {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes wave-motion-reverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.wave-area {
  position: absolute;
  bottom: 0px;
  height: 250px;
  overflow: hidden;
}

.wave-svg,
.wave-svg-secondary {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200%;
  height: 100px;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}

.wave-svg {
  animation-name: wave-motion;
  z-index: 10;
}
@media (max-width: 600px) {
  .wave-svg {
    width: 330%;
  }
}

.wave-svg-secondary {
  animation-name: wave-motion-reverse;
  z-index: 5;
}
@media (max-width: 600px) {
  .wave-svg-secondary {
    width: 330%;
  }
}

.max-w-screen-2xl {
  max-width: 1920px;
}

@media (max-width: 600px) {
  main.room-upload {
    -webkit-mask-size: 90%;
            mask-size: 90%;
  }
}
@media (max-width: 1024px) {
  .swiper4 .swiper-slide .text {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .swiper4 .swiper-slide.swiper-slide-active .text {
    opacity: 1;
  }
  .swiper4 .swiper-slide .img::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  .swiper4 .swiper-slide .img div {
    opacity: 0;
  }
  .swiper4 .swiper-slide.swiper-slide-active .img div {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .swiper4 .swiper-slide.swiper-slide-active .img::before {
    opacity: 0;
  }
  .line .swiper-pagination-bullet {
    width: 18px !important;
    height: 2px !important;
    border-radius: 2px;
    background: #a8948b !important;
    opacity: 1;
    margin: 0 4px !important;
    transition: background 0.3s;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
  .line .swiper-pagination-bullet-active {
    background: #685a54 !important;
  }
}
.swiper-pagination-bullet .svg-active {
  display: none;
}

.swiper-pagination-bullet .svg-default {
  display: block;
}

.swiper-pagination-bullet-active .svg-active {
  display: block;
}

.swiper-pagination-bullet-active .svg-default {
  display: none;
}

.swiper-pagination-bullet {
  background: none !important;
  opacity: 1 !important;
}

.swiper-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
}

#contact_1 {
  background: url(./images/contact_bg.jpg);
  background-size: cover;
  opacity: 0;
  animation-name: food_01_anime;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
}

#contact_1 svg {
  opacity: 0;
  animation-name: contact_line01_anime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

.contact-text {
  opacity: 0;
  transition: opacity 0.3s;
}

@keyframes food_01_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes contact_line01_anime {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 145px;
  }
}
@media (max-width: 768px) {
  @keyframes contact_line01_anime {
    from {
      opacity: 0;
      width: 0;
    }
    to {
      opacity: 1;
      width: 80px;
    }
  }
}
.btn_anime:hover svg.btn {
  animation: btnAnime;
  animation-duration: 1.5s;
}

@keyframes btnAnime {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rooman2Anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5px);
  }
  100% {
    transform: rotate(0px);
  }
}
.hover\:bg-\[\#534741\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(83 71 65 / var(--tw-bg-opacity, 1));
}
.hover\:font-\[600\]:hover{
  font-weight: 600;
}
.hover\:text-\[\#685a54\]:hover{
  --tw-text-opacity: 1;
  color: rgb(104 90 84 / var(--tw-text-opacity, 1));
}
.active\:cursor-grabbing:active{
  cursor: grabbing;
}
.group:hover .group-hover\:translate-x-\[1px\]{
  --tw-translate-x: 1px;
  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\:translate-y-\[-3px\]{
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:fill-\[\#685a54\]{
  fill: #685a54;
}
.group:hover .group-hover\:fill-\[\#e68857\]{
  fill: #e68857;
}
.group:hover .group-hover\:fill-\[\#f5f6f6\]{
  fill: #f5f6f6;
}
.group:hover .group-hover\:stroke-\[\#685a54\]{
  stroke: #685a54;
}
.group:hover .group-hover\:stroke-\[\#fff\]{
  stroke: #fff;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 1201px) and (max-width: 1700px){
  .xl\:bottom-11{
    bottom: 2.75rem;
  }
  .xl\:bottom-\[-10px\]{
    bottom: -10px;
  }
  .xl\:left-12{
    left: 3rem;
  }
  .xl\:left-\[-45px\]{
    left: -45px;
  }
  .xl\:left-\[10\%\]{
    left: 10%;
  }
  .xl\:right-\[-520px\]{
    right: -520px;
  }
  .xl\:right-\[15\%\]{
    right: 15%;
  }
  .xl\:right-\[20\%\]{
    right: 20%;
  }
  .xl\:right-\[40\%\]{
    right: 40%;
  }
  .xl\:right-\[8\%\]{
    right: 8%;
  }
  .xl\:top-\[-190px\]{
    top: -190px;
  }
  .xl\:top-\[100px\]{
    top: 100px;
  }
  .xl\:top-\[173px\]{
    top: 173px;
  }
  .xl\:top-\[430px\]{
    top: 430px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-\[15px\]{
    margin-top: 15px;
  }
  .xl\:mt-\[330px\]{
    margin-top: 330px;
  }
  .xl\:mt-\[5\%\]{
    margin-top: 5%;
  }
  .xl\:size-\[180px\]{
    width: 180px;
    height: 180px;
  }
  .xl\:h-\[100\%\]{
    height: 100%;
  }
  .xl\:h-\[120vh\]{
    height: 120vh;
  }
  .xl\:h-\[130vh\]{
    height: 130vh;
  }
  .xl\:h-\[150vh\]{
    height: 150vh;
  }
  .xl\:h-\[45\%\]{
    height: 45%;
  }
  .xl\:h-\[60\%\]{
    height: 60%;
  }
  .xl\:h-\[750px\]{
    height: 750px;
  }
  .xl\:h-\[90\%\]{
    height: 90%;
  }
  .xl\:h-\[calc\(100vh-120px\)\]{
    height: calc(100vh - 120px);
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:min-h-\[60px\]{
    min-height: 60px;
  }
  .xl\:w-\[20\%\]{
    width: 20%;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[45\%\]{
    width: 45%;
  }
  .xl\:w-\[50\%\]{
    width: 50%;
  }
  .xl\:w-\[70\%\]{
    width: 70%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:w-\[90\%\]{
    width: 90%;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:min-w-\[230px\]{
    min-width: 230px;
  }
  .xl\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .xl\:max-w-\[106px\]{
    max-width: 106px;
  }
  .xl\:max-w-\[230px\]{
    max-width: 230px;
  }
  .xl\:translate-x-\[15\%\]{
    --tw-translate-x: 15%;
    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));
  }
  .xl\:translate-x-\[21\%\]{
    --tw-translate-x: 21%;
    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));
  }
  .xl\:translate-x-\[35\%\]{
    --tw-translate-x: 35%;
    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));
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:gap-\[10px\]{
    gap: 10px;
  }
  .xl\:p-6{
    padding: 1.5rem;
  }
  .xl\:pl-\[45px\]{
    padding-left: 45px;
  }
  .xl\:pt-\[10px\]{
    padding-top: 10px;
  }
  .xl\:pt-\[200px\]{
    padding-top: 200px;
  }
  .xl\:pt-\[5\%\]{
    padding-top: 5%;
  }
  .xl\:pt-\[50px\]{
    padding-top: 50px;
  }
  .xl\:text-\[64px\]{
    font-size: 64px;
  }
  .xl\:text-\[72px\]{
    font-size: 72px;
  }
  .xl\:leading-none{
    line-height: 1;
  }
  .xl\:tracking-\[3px\]{
    letter-spacing: 3px;
  }
  .xl\:vw-h-\[180px\]{
    height: calc(180 / 19.2 * 1vw);
  }
  .xl\:vw-w-\[240px\]{
    width: calc(240 / 19.2 * 1vw);
  }
  .xl\:zoom-\[0\.6\]{
    zoom: 0.6;
  }
  .xl\:zoom-\[0\.75\]{
    zoom: 0.75;
  }
  .xl\:zoom-\[0\.8\]{
    zoom: 0.8;
  }
  .xl\:\[overflow\:unset\]{
    overflow: unset;
  }
}
@media (max-width: 1200px){
  .lg\:bottom-6{
    bottom: 1.5rem;
  }
  .lg\:bottom-\[245px\]{
    bottom: 245px;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:right-\[32vw\]{
    right: 32vw;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:max-h-\[1000px\]{
    max-height: 1000px;
  }
  .lg\:grid-cols-\[1fr_1fr\]{
    grid-template-columns: 1fr 1fr;
  }
  .lg\:zoom-\[1\]{
    zoom: 1;
  }
}
@media (max-width: 1024px){
  .md2\:fixed{
    position: fixed;
  }
  .md2\:absolute{
    position: absolute;
  }
  .md2\:relative{
    position: relative;
  }
  .md2\:\!top-\[85\%\]{
    top: 85% !important;
  }
  .md2\:bottom-0{
    bottom: 0px;
  }
  .md2\:bottom-\[-25px\]{
    bottom: -25px;
  }
  .md2\:bottom-\[-48\%\]{
    bottom: -48%;
  }
  .md2\:bottom-\[-5px\]{
    bottom: -5px;
  }
  .md2\:bottom-\[100px\]{
    bottom: 100px;
  }
  .md2\:bottom-\[155px\]{
    bottom: 155px;
  }
  .md2\:left-0{
    left: 0px;
  }
  .md2\:left-\[15\%\]{
    left: 15%;
  }
  .md2\:left-\[20\%\]{
    left: 20%;
  }
  .md2\:left-\[20px\]{
    left: 20px;
  }
  .md2\:left-\[25\%\]{
    left: 25%;
  }
  .md2\:left-\[350px\]{
    left: 350px;
  }
  .md2\:left-\[45px\]{
    left: 45px;
  }
  .md2\:left-\[5\%\]{
    left: 5%;
  }
  .md2\:left-\[50\%\]{
    left: 50%;
  }
  .md2\:left-\[63\%\]{
    left: 63%;
  }
  .md2\:right-0{
    right: 0px;
  }
  .md2\:right-\[-20\%\]{
    right: -20%;
  }
  .md2\:right-\[15\%\]{
    right: 15%;
  }
  .md2\:right-\[150px\]{
    right: 150px;
  }
  .md2\:right-\[15px\]{
    right: 15px;
  }
  .md2\:right-\[22\%\]{
    right: 22%;
  }
  .md2\:right-\[350px\]{
    right: 350px;
  }
  .md2\:right-\[5\%\]{
    right: 5%;
  }
  .md2\:right-\[50px\]{
    right: 50px;
  }
  .md2\:right-\[5px\]{
    right: 5px;
  }
  .md2\:top-0{
    top: 0px;
  }
  .md2\:top-\[-125px\]{
    top: -125px;
  }
  .md2\:top-\[-65px\]{
    top: -65px;
  }
  .md2\:top-\[100px\]{
    top: 100px;
  }
  .md2\:top-\[15\%\]{
    top: 15%;
  }
  .md2\:top-\[150px\]{
    top: 150px;
  }
  .md2\:top-\[190px\]{
    top: 190px;
  }
  .md2\:top-\[265px\]{
    top: 265px;
  }
  .md2\:top-\[35\%\]{
    top: 35%;
  }
  .md2\:top-\[410px\]{
    top: 410px;
  }
  .md2\:top-\[460px\]{
    top: 460px;
  }
  .md2\:top-\[50\%\]{
    top: 50%;
  }
  .md2\:top-\[615px\]{
    top: 615px;
  }
  .md2\:z-\[100\]{
    z-index: 100;
  }
  .md2\:z-\[1\]{
    z-index: 1;
  }
  .md2\:mx-\[25px\]{
    margin-left: 25px;
    margin-right: 25px;
  }
  .md2\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md2\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md2\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .md2\:mt-0{
    margin-top: 0px;
  }
  .md2\:mt-7{
    margin-top: 1.75rem;
  }
  .md2\:mt-\[10\%\]{
    margin-top: 10%;
  }
  .md2\:mt-\[600px\]{
    margin-top: 600px;
  }
  .md2\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md2\:\!block{
    display: block !important;
  }
  .md2\:block{
    display: block;
  }
  .md2\:\!flex{
    display: flex !important;
  }
  .md2\:flex{
    display: flex;
  }
  .md2\:grid{
    display: grid;
  }
  .md2\:hidden{
    display: none;
  }
  .md2\:size-\[290px\]{
    width: 290px;
    height: 290px;
  }
  .md2\:size-\[8px\]{
    width: 8px;
    height: 8px;
  }
  .md2\:\!h-\[375px\]{
    height: 375px !important;
  }
  .md2\:h-\[100vh\]{
    height: 100vh;
  }
  .md2\:h-\[320px\]{
    height: 320px;
  }
  .md2\:h-\[400px\]{
    height: 400px;
  }
  .md2\:h-\[440px\]{
    height: 440px;
  }
  .md2\:h-\[450px\]{
    height: 450px;
  }
  .md2\:h-\[460px\]{
    height: 460px;
  }
  .md2\:h-\[600px\]{
    height: 600px;
  }
  .md2\:h-\[650px\]{
    height: 650px;
  }
  .md2\:h-\[70\%\]{
    height: 70%;
  }
  .md2\:h-\[75vh\]{
    height: 75vh;
  }
  .md2\:h-\[auto\]{
    height: auto;
  }
  .md2\:h-\[calc\(var\(--vh\2c 1vh\)\*100\)\]{
    height: calc(var(--vh,1vh) * 100);
  }
  .md2\:h-\[fit-content\]{
    height: -moz-fit-content;
    height: fit-content;
  }
  .md2\:h-auto{
    height: auto;
  }
  .md2\:h-full{
    height: 100%;
  }
  .md2\:max-h-\[640px\]{
    max-height: 640px;
  }
  .md2\:max-h-\[unset\]{
    max-height: unset;
  }
  .md2\:min-h-\[400px\]{
    min-height: 400px;
  }
  .md2\:min-h-\[510px\]{
    min-height: 510px;
  }
  .md2\:min-h-\[870px\]{
    min-height: 870px;
  }
  .md2\:\!w-\[330px\]{
    width: 330px !important;
  }
  .md2\:w-\[100px\]{
    width: 100px;
  }
  .md2\:w-\[15\%\]{
    width: 15%;
  }
  .md2\:w-\[330px\]{
    width: 330px;
  }
  .md2\:w-\[340px\]{
    width: 340px;
  }
  .md2\:w-\[380px\]{
    width: 380px;
  }
  .md2\:w-\[45px\]{
    width: 45px;
  }
  .md2\:w-\[480px\]{
    width: 480px;
  }
  .md2\:w-\[60\%\]{
    width: 60%;
  }
  .md2\:w-\[80\%\]{
    width: 80%;
  }
  .md2\:w-full{
    width: 100%;
  }
  .md2\:w-screen{
    width: 100vw;
  }
  .md2\:min-w-\[100\%\]{
    min-width: 100%;
  }
  .md2\:min-w-\[330px\]{
    min-width: 330px;
  }
  .md2\:min-w-\[unset\]{
    min-width: unset;
  }
  .md2\:max-w-\[450px\]{
    max-width: 450px;
  }
  .md2\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md2\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .md2\:translate-x-\[10\%\]{
    --tw-translate-x: 10%;
    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));
  }
  .md2\:translate-x-\[5\%\]{
    --tw-translate-x: 5%;
    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));
  }
  .md2\:rotate-0{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md2\:rotate-\[2\.5deg\]{
    --tw-rotate: 2.5deg;
    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));
  }
  .md2\:grid-cols-\[repeat\(auto-fit\2c minmax\(350px\2c 1fr\)\)\]{
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  }
  .md2\:flex-col{
    flex-direction: column;
  }
  .md2\:flex-wrap{
    flex-wrap: wrap;
  }
  .md2\:items-start{
    align-items: flex-start;
  }
  .md2\:items-end{
    align-items: flex-end;
  }
  .md2\:items-center{
    align-items: center;
  }
  .md2\:justify-end{
    justify-content: flex-end;
  }
  .md2\:justify-center{
    justify-content: center;
  }
  .md2\:justify-between{
    justify-content: space-between;
  }
  .md2\:gap-2{
    gap: 0.5rem;
  }
  .md2\:gap-5{
    gap: 1.25rem;
  }
  .md2\:gap-8{
    gap: 2rem;
  }
  .md2\:overflow-auto{
    overflow: auto;
  }
  .md2\:overflow-hidden{
    overflow: hidden;
  }
  .md2\:border-t{
    border-top-width: 1px;
  }
  .md2\:border-\[\#AB978E\]{
    --tw-border-opacity: 1;
    border-color: rgb(171 151 142 / var(--tw-border-opacity, 1));
  }
  .md2\:bg-\[\#0000009e\]{
    background-color: #0000009e;
  }
  .md2\:bg-\[\#DBE1E4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(219 225 228 / var(--tw-bg-opacity, 1));
  }
  .md2\:bg-\[transparent\]{
    background-color: transparent;
  }
  .md2\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md2\:p-4{
    padding: 1rem;
  }
  .md2\:p-6{
    padding: 1.5rem;
  }
  .md2\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md2\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md2\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md2\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md2\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }
  .md2\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md2\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md2\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md2\:pb-\[5px\]{
    padding-bottom: 5px;
  }
  .md2\:pl-0{
    padding-left: 0px;
  }
  .md2\:pl-\[0px\]{
    padding-left: 0px;
  }
  .md2\:pl-\[10\%\]{
    padding-left: 10%;
  }
  .md2\:pl-\[105px\]{
    padding-left: 105px;
  }
  .md2\:pl-\[30\%\]{
    padding-left: 30%;
  }
  .md2\:pr-\[10\%\]{
    padding-right: 10%;
  }
  .md2\:pr-\[35\%\]{
    padding-right: 35%;
  }
  .md2\:pt-0{
    padding-top: 0px;
  }
  .md2\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md2\:pt-\[110px\]{
    padding-top: 110px;
  }
  .md2\:pt-\[150px\]{
    padding-top: 150px;
  }
  .md2\:pt-\[20\%\]{
    padding-top: 20%;
  }
  .md2\:pt-\[50\%\]{
    padding-top: 50%;
  }
  .md2\:pt-\[80px\]{
    padding-top: 80px;
  }
  .md2\:text-center{
    text-align: center;
  }
  .md2\:text-\[19px\]{
    font-size: 19px;
  }
  .md2\:text-\[20px\]{
    font-size: 20px;
  }
  .md2\:text-\[32px\]{
    font-size: 32px;
  }
  .md2\:text-\[56px\]{
    font-size: 56px;
  }
  .md2\:text-\[72px\]{
    font-size: 72px;
  }
  .md2\:tracking-\[5px\]{
    letter-spacing: 5px;
  }
  .md2\:text-\[\#a69289\]{
    --tw-text-opacity: 1;
    color: rgb(166 146 137 / var(--tw-text-opacity, 1));
  }
  .md2\:opacity-0{
    opacity: 0;
  }
  .md2\:opacity-\[1\]{
    opacity: 1;
  }
  .md2\:zoom-\[0\.6\]{
    zoom: 0.6;
  }
  .md2\:zoom-\[1\.5\]{
    zoom: 1.5;
  }
}
@media (max-width: 900px){
  .md\:bottom-\[50\%\]{
    bottom: 50%;
  }
  .md\:left-\[-50px\]{
    left: -50px;
  }
  .md\:left-\[245px\]{
    left: 245px;
  }
  .md\:right-\[243px\]{
    right: 243px;
  }
  .md\:right-\[30vw\]{
    right: 30vw;
  }
  .md\:top-\[-100px\]{
    top: -100px;
  }
  .md\:top-\[355px\]{
    top: 355px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:h-\[355px\]{
    height: 355px;
  }
  .md\:h-\[70\%\]{
    height: 70%;
  }
  .md\:h-\[90vh\]{
    height: 90vh;
  }
  .md\:h-\[auto\]{
    height: auto;
  }
  .md\:w-\[50\%\]{
    width: 50%;
  }
  .md\:w-\[75\%\]{
    width: 75%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-\[85\%\]{
    width: 85%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[55\%\]{
    max-width: 55%;
  }
  .md\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .md\:max-w-\[unset\]{
    max-width: unset;
  }
  .md\:rotate-\[1\.5deg\]{
    --tw-rotate: 1.5deg;
    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\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-\[10px\]{
    gap: 10px;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 600px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:relative{
    position: relative;
  }
  .sm\:inset-0{
    inset: 0px;
  }
  .sm\:\!top-\[69\%\]{
    top: 69% !important;
  }
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:bottom-\[-15\%\]{
    bottom: -15%;
  }
  .sm\:bottom-\[-15px\]{
    bottom: -15px;
  }
  .sm\:bottom-\[-2\%\]{
    bottom: -2%;
  }
  .sm\:bottom-\[-38\%\]{
    bottom: -38%;
  }
  .sm\:bottom-\[-85\%\]{
    bottom: -85%;
  }
  .sm\:bottom-\[-89\%\]{
    bottom: -89%;
  }
  .sm\:bottom-\[15\%\]{
    bottom: 15%;
  }
  .sm\:bottom-\[17\%\]{
    bottom: 17%;
  }
  .sm\:bottom-\[245px\]{
    bottom: 245px;
  }
  .sm\:bottom-\[25\%\]{
    bottom: 25%;
  }
  .sm\:bottom-\[25px\]{
    bottom: 25px;
  }
  .sm\:bottom-\[5\%\]{
    bottom: 5%;
  }
  .sm\:bottom-\[60px\]{
    bottom: 60px;
  }
  .sm\:bottom-\[unset\]{
    bottom: unset;
  }
  .sm\:left-0{
    left: 0px;
  }
  .sm\:left-\[-40px\]{
    left: -40px;
  }
  .sm\:left-\[-45px\]{
    left: -45px;
  }
  .sm\:left-\[-50\%\]{
    left: -50%;
  }
  .sm\:left-\[15\%\]{
    left: 15%;
  }
  .sm\:left-\[20px\]{
    left: 20px;
  }
  .sm\:left-\[25px\]{
    left: 25px;
  }
  .sm\:left-\[33px\]{
    left: 33px;
  }
  .sm\:left-\[35px\]{
    left: 35px;
  }
  .sm\:left-\[39\%\]{
    left: 39%;
  }
  .sm\:left-\[40\%\]{
    left: 40%;
  }
  .sm\:left-\[45px\]{
    left: 45px;
  }
  .sm\:left-\[62\%\]{
    left: 62%;
  }
  .sm\:left-\[7\%\]{
    left: 7%;
  }
  .sm\:left-\[76px\]{
    left: 76px;
  }
  .sm\:left-\[97px\]{
    left: 97px;
  }
  .sm\:left-\[unset\]{
    left: unset;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:right-\[-15px\]{
    right: -15px;
  }
  .sm\:right-\[-160px\]{
    right: -160px;
  }
  .sm\:right-\[-40px\]{
    right: -40px;
  }
  .sm\:right-\[-5px\]{
    right: -5px;
  }
  .sm\:right-\[-60px\]{
    right: -60px;
  }
  .sm\:right-\[-65\%\]{
    right: -65%;
  }
  .sm\:right-\[-95px\]{
    right: -95px;
  }
  .sm\:right-\[13vw\]{
    right: 13vw;
  }
  .sm\:right-\[20px\]{
    right: 20px;
  }
  .sm\:right-\[40px\]{
    right: 40px;
  }
  .sm\:right-\[50px\]{
    right: 50px;
  }
  .sm\:right-\[5px\]{
    right: 5px;
  }
  .sm\:right-\[8\%\]{
    right: 8%;
  }
  .sm\:right-\[80px\]{
    right: 80px;
  }
  .sm\:right-\[83px\]{
    right: 83px;
  }
  .sm\:right-\[95px\]{
    right: 95px;
  }
  .sm\:right-\[96px\]{
    right: 96px;
  }
  .sm\:right-\[unset\]{
    right: unset;
  }
  .sm\:top-0{
    top: 0px;
  }
  .sm\:top-\[-170px\]{
    top: -170px;
  }
  .sm\:top-\[-20px\]{
    top: -20px;
  }
  .sm\:top-\[-26px\]{
    top: -26px;
  }
  .sm\:top-\[-33px\]{
    top: -33px;
  }
  .sm\:top-\[-36px\]{
    top: -36px;
  }
  .sm\:top-\[-50px\]{
    top: -50px;
  }
  .sm\:top-\[-55px\]{
    top: -55px;
  }
  .sm\:top-\[105px\]{
    top: 105px;
  }
  .sm\:top-\[110px\]{
    top: 110px;
  }
  .sm\:top-\[120px\]{
    top: 120px;
  }
  .sm\:top-\[135px\]{
    top: 135px;
  }
  .sm\:top-\[165px\]{
    top: 165px;
  }
  .sm\:top-\[20px\]{
    top: 20px;
  }
  .sm\:top-\[220px\]{
    top: 220px;
  }
  .sm\:top-\[25px\]{
    top: 25px;
  }
  .sm\:top-\[280px\]{
    top: 280px;
  }
  .sm\:top-\[29\.5\%\]{
    top: 29.5%;
  }
  .sm\:top-\[30px\]{
    top: 30px;
  }
  .sm\:top-\[30vh\]{
    top: 30vh;
  }
  .sm\:top-\[40\%\]{
    top: 40%;
  }
  .sm\:top-\[415px\]{
    top: 415px;
  }
  .sm\:top-\[420px\]{
    top: 420px;
  }
  .sm\:top-\[50\.3\%\]{
    top: 50.3%;
  }
  .sm\:top-\[510px\]{
    top: 510px;
  }
  .sm\:top-\[55\%\]{
    top: 55%;
  }
  .sm\:top-\[60vh\]{
    top: 60vh;
  }
  .sm\:top-\[74\.9\%\]{
    top: 74.9%;
  }
  .sm\:top-\[8\%\]{
    top: 8%;
  }
  .sm\:top-\[unset\]{
    top: unset;
  }
  .sm\:z-\[-1\]{
    z-index: -1;
  }
  .sm\:z-\[1\]{
    z-index: 1;
  }
  .sm\:z-\[21\]{
    z-index: 21;
  }
  .sm\:float-right{
    float: right;
  }
  .sm\:m-0{
    margin: 0px;
  }
  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:my-\[70px\]{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }
  .sm\:ml-2{
    margin-left: 0.5rem;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:mt-3{
    margin-top: 0.75rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:mt-\[25px\]{
    margin-top: 25px;
  }
  .sm\:mt-\[30px\]{
    margin-top: 30px;
  }
  .sm\:mt-\[35px\]{
    margin-top: 35px;
  }
  .sm\:mt-\[45vh\]{
    margin-top: 45vh;
  }
  .sm\:mt-\[50px\]{
    margin-top: 50px;
  }
  .sm\:mt-\[60px\]{
    margin-top: 60px;
  }
  .sm\:mt-\[8\%\]{
    margin-top: 8%;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:size-\[215px\]{
    width: 215px;
    height: 215px;
  }
  .sm\:size-\[38px\]{
    width: 38px;
    height: 38px;
  }
  .sm\:size-\[8px\]{
    width: 8px;
    height: 8px;
  }
  .sm\:\!h-\[235px\]{
    height: 235px !important;
  }
  .sm\:\!h-auto{
    height: auto !important;
  }
  .sm\:h-\[100px\]{
    height: 100px;
  }
  .sm\:h-\[100vh\]{
    height: 100vh;
  }
  .sm\:h-\[1070px\]{
    height: 1070px;
  }
  .sm\:h-\[10px\]{
    height: 10px;
  }
  .sm\:h-\[12\%\]{
    height: 12%;
  }
  .sm\:h-\[123px\]{
    height: 123px;
  }
  .sm\:h-\[142px\]{
    height: 142px;
  }
  .sm\:h-\[1500px\]{
    height: 1500px;
  }
  .sm\:h-\[160px\]{
    height: 160px;
  }
  .sm\:h-\[168px\]{
    height: 168px;
  }
  .sm\:h-\[170px\]{
    height: 170px;
  }
  .sm\:h-\[175px\]{
    height: 175px;
  }
  .sm\:h-\[182px\]{
    height: 182px;
  }
  .sm\:h-\[184px\]{
    height: 184px;
  }
  .sm\:h-\[200px\]{
    height: 200px;
  }
  .sm\:h-\[20px\]{
    height: 20px;
  }
  .sm\:h-\[215px\]{
    height: 215px;
  }
  .sm\:h-\[230px\]{
    height: 230px;
  }
  .sm\:h-\[235px\]{
    height: 235px;
  }
  .sm\:h-\[247px\]{
    height: 247px;
  }
  .sm\:h-\[278px\]{
    height: 278px;
  }
  .sm\:h-\[280px\]{
    height: 280px;
  }
  .sm\:h-\[28px\]{
    height: 28px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:h-\[330px\]{
    height: 330px;
  }
  .sm\:h-\[338px\]{
    height: 338px;
  }
  .sm\:h-\[340px\]{
    height: 340px;
  }
  .sm\:h-\[35px\]{
    height: 35px;
  }
  .sm\:h-\[360px\]{
    height: 360px;
  }
  .sm\:h-\[377px\]{
    height: 377px;
  }
  .sm\:h-\[450px\]{
    height: 450px;
  }
  .sm\:h-\[45px\]{
    height: 45px;
  }
  .sm\:h-\[48px\]{
    height: 48px;
  }
  .sm\:h-\[50px\]{
    height: 50px;
  }
  .sm\:h-\[600px\]{
    height: 600px;
  }
  .sm\:h-\[69px\]{
    height: 69px;
  }
  .sm\:h-\[700px\]{
    height: 700px;
  }
  .sm\:h-\[768px\]{
    height: 768px;
  }
  .sm\:h-\[76px\]{
    height: 76px;
  }
  .sm\:h-\[850px\]{
    height: 850px;
  }
  .sm\:h-\[90\%\]{
    height: 90%;
  }
  .sm\:h-\[fit-content\]{
    height: -moz-fit-content;
    height: fit-content;
  }
  .sm\:h-\[unset\]{
    height: unset;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:max-h-\[175px\]{
    max-height: 175px;
  }
  .sm\:max-h-\[255px\]{
    max-height: 255px;
  }
  .sm\:max-h-\[375px\]{
    max-height: 375px;
  }
  .sm\:max-h-\[600px\]{
    max-height: 600px;
  }
  .sm\:max-h-\[768px\]{
    max-height: 768px;
  }
  .sm\:max-h-\[85\%\]{
    max-height: 85%;
  }
  .sm\:min-h-\[330px\]{
    min-height: 330px;
  }
  .sm\:min-h-\[375px\]{
    min-height: 375px;
  }
  .sm\:min-h-\[540px\]{
    min-height: 540px;
  }
  .sm\:min-h-\[700px\]{
    min-height: 700px;
  }
  .sm\:min-h-\[768px\]{
    min-height: 768px;
  }
  .sm\:min-h-\[900px\]{
    min-height: 900px;
  }
  .sm\:min-h-\[unset\]{
    min-height: unset;
  }
  .sm\:\!w-\[1563px\]{
    width: 1563px !important;
  }
  .sm\:\!w-\[243px\]{
    width: 243px !important;
  }
  .sm\:\!w-\[293px\]{
    width: 293px !important;
  }
  .sm\:w-\[100px\]{
    width: 100px;
  }
  .sm\:w-\[103px\]{
    width: 103px;
  }
  .sm\:w-\[107px\]{
    width: 107px;
  }
  .sm\:w-\[10px\]{
    width: 10px;
  }
  .sm\:w-\[115px\]{
    width: 115px;
  }
  .sm\:w-\[117px\]{
    width: 117px;
  }
  .sm\:w-\[119px\]{
    width: 119px;
  }
  .sm\:w-\[130px\]{
    width: 130px;
  }
  .sm\:w-\[136px\]{
    width: 136px;
  }
  .sm\:w-\[139px\]{
    width: 139px;
  }
  .sm\:w-\[148px\]{
    width: 148px;
  }
  .sm\:w-\[155px\]{
    width: 155px;
  }
  .sm\:w-\[160\%\]{
    width: 160%;
  }
  .sm\:w-\[178px\]{
    width: 178px;
  }
  .sm\:w-\[185px\]{
    width: 185px;
  }
  .sm\:w-\[187px\]{
    width: 187px;
  }
  .sm\:w-\[189px\]{
    width: 189px;
  }
  .sm\:w-\[1px\]{
    width: 1px;
  }
  .sm\:w-\[200px\]{
    width: 200px;
  }
  .sm\:w-\[20px\]{
    width: 20px;
  }
  .sm\:w-\[210px\]{
    width: 210px;
  }
  .sm\:w-\[215px\]{
    width: 215px;
  }
  .sm\:w-\[220px\]{
    width: 220px;
  }
  .sm\:w-\[243px\]{
    width: 243px;
  }
  .sm\:w-\[244px\]{
    width: 244px;
  }
  .sm\:w-\[250px\]{
    width: 250px;
  }
  .sm\:w-\[260px\]{
    width: 260px;
  }
  .sm\:w-\[269px\]{
    width: 269px;
  }
  .sm\:w-\[270\%\]{
    width: 270%;
  }
  .sm\:w-\[274px\]{
    width: 274px;
  }
  .sm\:w-\[30px\]{
    width: 30px;
  }
  .sm\:w-\[310px\]{
    width: 310px;
  }
  .sm\:w-\[32\%\]{
    width: 32%;
  }
  .sm\:w-\[329px\]{
    width: 329px;
  }
  .sm\:w-\[32px\]{
    width: 32px;
  }
  .sm\:w-\[330px\]{
    width: 330px;
  }
  .sm\:w-\[36\%\]{
    width: 36%;
  }
  .sm\:w-\[38\%\]{
    width: 38%;
  }
  .sm\:w-\[40\%\]{
    width: 40%;
  }
  .sm\:w-\[43\%\]{
    width: 43%;
  }
  .sm\:w-\[47px\]{
    width: 47px;
  }
  .sm\:w-\[55\%\]{
    width: 55%;
  }
  .sm\:w-\[55px\]{
    width: 55px;
  }
  .sm\:w-\[58\%\]{
    width: 58%;
  }
  .sm\:w-\[60px\]{
    width: 60px;
  }
  .sm\:w-\[69\.5\%\]{
    width: 69.5%;
  }
  .sm\:w-\[72px\]{
    width: 72px;
  }
  .sm\:w-\[75px\]{
    width: 75px;
  }
  .sm\:w-\[80px\]{
    width: 80px;
  }
  .sm\:w-\[80vw\]{
    width: 80vw;
  }
  .sm\:w-\[87px\]{
    width: 87px;
  }
  .sm\:w-\[88px\]{
    width: 88px;
  }
  .sm\:w-\[90\%\]{
    width: 90%;
  }
  .sm\:w-\[97px\]{
    width: 97px;
  }
  .sm\:w-\[9px\]{
    width: 9px;
  }
  .sm\:w-\[fit-content\]{
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:w-\[unset\]{
    width: unset;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:min-w-\[100px\]{
    min-width: 100px;
  }
  .sm\:min-w-\[243px\]{
    min-width: 243px;
  }
  .sm\:min-w-\[293px\]{
    min-width: 293px;
  }
  .sm\:min-w-\[585px\]{
    min-width: 585px;
  }
  .sm\:min-w-\[unset\]{
    min-width: unset;
  }
  .sm\:max-w-\[243px\]{
    max-width: 243px;
  }
  .sm\:max-w-\[560px\]{
    max-width: 560px;
  }
  .sm\:max-w-\[unset\]{
    max-width: unset;
  }
  .sm\:max-w-full{
    max-width: 100%;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .sm\:flex-grow{
    flex-grow: 1;
  }
  .sm\:flex-grow-\[2\]{
    flex-grow: 2;
  }
  .sm\:translate-x-\[20\%\]{
    --tw-translate-x: 20%;
    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\:translate-x-\[5\%\]{
    --tw-translate-x: 5%;
    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\:translate-x-\[7\%\]{
    --tw-translate-x: 7%;
    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\:translate-y-\[150px\]{
    --tw-translate-y: 150px;
    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\:translate-y-\[370px\]{
    --tw-translate-y: 370px;
    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\:translate-y-\[540px\]{
    --tw-translate-y: 540px;
    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\:translate-y-\[740px\]{
    --tw-translate-y: 740px;
    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\:rotate-\[-10deg\]{
    --tw-rotate: -10deg;
    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\:flex-col{
    flex-direction: column;
  }
  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-1{
    gap: 0.25rem;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:gap-\[100px\]{
    gap: 100px;
  }
  .sm\:gap-\[15px\]{
    gap: 15px;
  }
  .sm\:gap-\[20px\]{
    gap: 20px;
  }
  .sm\:gap-\[25px\]{
    gap: 25px;
  }
  .sm\:gap-\[40px\]{
    gap: 40px;
  }
  .sm\:overflow-hidden{
    overflow: hidden;
  }
  .sm\:overflow-y-auto{
    overflow-y: auto;
  }
  .sm\:rounded-\[0px\]{
    border-radius: 0px;
  }
  .sm\:rounded-\[10px\]{
    border-radius: 10px;
  }
  .sm\:border-b{
    border-bottom-width: 1px;
  }
  .sm\:border-b-\[3px\]{
    border-bottom-width: 3px;
  }
  .sm\:border-t{
    border-top-width: 1px;
  }
  .sm\:border-\[\#A8948B\]{
    --tw-border-opacity: 1;
    border-color: rgb(168 148 139 / var(--tw-border-opacity, 1));
  }
  .sm\:border-\[\#AB978E\]{
    --tw-border-opacity: 1;
    border-color: rgb(171 151 142 / var(--tw-border-opacity, 1));
  }
  .sm\:bg-\[\#9B8B86\]{
    --tw-bg-opacity: 1;
    background-color: rgb(155 139 134 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#FFF9F3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 243 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#f4f2ec\]{
    --tw-bg-opacity: 1;
    background-color: rgb(244 242 236 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#fff8f2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 248 242 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#fff\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[transparent\]{
    background-color: transparent;
  }
  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .sm\:fill-\[\#a59188\]{
    fill: #a59188;
  }
  .sm\:fill-\[\#fff\]{
    fill: #fff;
  }
  .sm\:fill-\[none\]{
    fill: none;
  }
  .sm\:stroke-\[1px\]{
    stroke-width: 1px;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-\[unset\]{
    padding: unset;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-\[150px\]{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }
  .sm\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .sm\:pb-\[150px\]{
    padding-bottom: 150px;
  }
  .sm\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .sm\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .sm\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .sm\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .sm\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .sm\:pb-\[85px\]{
    padding-bottom: 85px;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pl-10{
    padding-left: 2.5rem;
  }
  .sm\:pl-2{
    padding-left: 0.5rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:pl-\[10\%\]{
    padding-left: 10%;
  }
  .sm\:pl-\[10px\]{
    padding-left: 10px;
  }
  .sm\:pl-\[25px\]{
    padding-left: 25px;
  }
  .sm\:pl-\[29\%\]{
    padding-left: 29%;
  }
  .sm\:pl-\[45px\]{
    padding-left: 45px;
  }
  .sm\:pl-\[65px\]{
    padding-left: 65px;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pr-8{
    padding-right: 2rem;
  }
  .sm\:pr-\[2px\]{
    padding-right: 2px;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pt-2{
    padding-top: 0.5rem;
  }
  .sm\:pt-\[100px\]{
    padding-top: 100px;
  }
  .sm\:pt-\[10px\]{
    padding-top: 10px;
  }
  .sm\:pt-\[110px\]{
    padding-top: 110px;
  }
  .sm\:pt-\[120px\]{
    padding-top: 120px;
  }
  .sm\:pt-\[22\%\]{
    padding-top: 22%;
  }
  .sm\:pt-\[30px\]{
    padding-top: 30px;
  }
  .sm\:pt-\[40\%\]{
    padding-top: 40%;
  }
  .sm\:pt-\[40px\]{
    padding-top: 40px;
  }
  .sm\:pt-\[45px\]{
    padding-top: 45px;
  }
  .sm\:pt-\[50px\]{
    padding-top: 50px;
  }
  .sm\:pt-\[60px\]{
    padding-top: 60px;
  }
  .sm\:pt-\[70px\]{
    padding-top: 70px;
  }
  .sm\:pt-\[75px\]{
    padding-top: 75px;
  }
  .sm\:pt-\[80px\]{
    padding-top: 80px;
  }
  .sm\:pt-\[90px\]{
    padding-top: 90px;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:indent-\[-0\.5em\]{
    text-indent: -0.5em;
  }
  .sm\:text-\[10pt\]{
    font-size: 10pt;
  }
  .sm\:text-\[10px\]{
    font-size: 10px;
  }
  .sm\:text-\[12px\]{
    font-size: 12px;
  }
  .sm\:text-\[13px\]{
    font-size: 13px;
  }
  .sm\:text-\[14px\]{
    font-size: 14px;
  }
  .sm\:text-\[15px\]{
    font-size: 15px;
  }
  .sm\:text-\[16pt\]{
    font-size: 16pt;
  }
  .sm\:text-\[16px\]{
    font-size: 16px;
  }
  .sm\:text-\[17px\]{
    font-size: 17px;
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-\[19px\]{
    font-size: 19px;
  }
  .sm\:text-\[21px\]{
    font-size: 21px;
  }
  .sm\:text-\[23px\]{
    font-size: 23px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[26px\]{
    font-size: 26px;
  }
  .sm\:text-\[32px\]{
    font-size: 32px;
  }
  .sm\:text-\[33px\]{
    font-size: 33px;
  }
  .sm\:text-\[35px\]{
    font-size: 35px;
  }
  .sm\:text-\[38px\]{
    font-size: 38px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[60pt\]{
    font-size: 60pt;
  }
  .sm\:text-\[7px\]{
    font-size: 7px;
  }
  .sm\:text-\[8px\]{
    font-size: 8px;
  }
  .sm\:font-\[400\]{
    font-weight: 400;
  }
  .sm\:font-\[500\]{
    font-weight: 500;
  }
  .sm\:leading-\[1\.5\]{
    line-height: 1.5;
  }
  .sm\:leading-\[3\]{
    line-height: 3;
  }
  .sm\:leading-none{
    line-height: 1;
  }
  .sm\:tracking-\[10px\]{
    letter-spacing: 10px;
  }
  .sm\:tracking-\[15px\]{
    letter-spacing: 15px;
  }
  .sm\:tracking-\[1px\]{
    letter-spacing: 1px;
  }
  .sm\:tracking-\[2px\]{
    letter-spacing: 2px;
  }
  .sm\:tracking-\[3px\]{
    letter-spacing: 3px;
  }
  .sm\:tracking-\[4px\]{
    letter-spacing: 4px;
  }
  .sm\:tracking-\[5px\]{
    letter-spacing: 5px;
  }
  .sm\:tracking-\[7px\]{
    letter-spacing: 7px;
  }
  .sm\:tracking-\[8px\]{
    letter-spacing: 8px;
  }
  .sm\:tracking-normal{
    letter-spacing: 1px;
  }
  .sm\:tracking-wide{
    letter-spacing: 3px;
  }
  .sm\:text-\[\#685a54\]{
    --tw-text-opacity: 1;
    color: rgb(104 90 84 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#727171\]{
    --tw-text-opacity: 1;
    color: rgb(114 113 113 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#848484\]{
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#a69289\]{
    --tw-text-opacity: 1;
    color: rgb(166 146 137 / var(--tw-text-opacity, 1));
  }
  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .sm\:opacity-0{
    opacity: 0;
  }
  .sm\:opacity-100{
    opacity: 1;
  }
  .sm\:opacity-30{
    opacity: 0.3;
  }
  .sm\:zoom-\[1\]{
    zoom: 1;
  }
  .sm\:\[mask-image\:unset\]{
    -webkit-mask-image: unset;
            mask-image: unset;
  }
  .sm\:\[position\:unset\]{
    position: unset;
  }
}
@media (orientation: portrait){
  .portrait\:hidden{
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
